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 5a80081018..d0268f6717 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 @@ -3252,6 +3252,9 @@ }, { "$ref": "#/components/parameters/secret-scanning-alert-multi-repo" + }, + { + "$ref": "#/components/parameters/secret-scanning-alert-hide-secret" } ], "responses": { @@ -19769,7 +19772,9 @@ "description": "The registry type.", "type": "string", "enum": [ - "maven_repository" + "maven_repository", + "nuget_feed", + "goproxy_server" ] }, "username": { @@ -20016,7 +20021,9 @@ "description": "The registry type.", "type": "string", "enum": [ - "maven_repository" + "maven_repository", + "nuget_feed", + "goproxy_server" ] }, "username": { @@ -21979,6 +21986,9 @@ }, { "$ref": "#/components/parameters/secret-scanning-alert-multi-repo" + }, + { + "$ref": "#/components/parameters/secret-scanning-alert-hide-secret" } ], "responses": { @@ -57154,6 +57164,9 @@ }, { "$ref": "#/components/parameters/secret-scanning-alert-multi-repo" + }, + { + "$ref": "#/components/parameters/secret-scanning-alert-hide-secret" } ], "responses": { @@ -57211,6 +57224,9 @@ }, { "$ref": "#/components/parameters/alert-number" + }, + { + "$ref": "#/components/parameters/secret-scanning-alert-hide-secret" } ], "responses": { @@ -107049,7 +107065,9 @@ "registry_type": { "description": "The registry type.", "enum": [ - "maven_repository" + "maven_repository", + "nuget_feed", + "goproxy_server" ], "type": "string" }, @@ -107098,7 +107116,9 @@ "registry_type": { "description": "The registry type.", "enum": [ - "maven_repository" + "maven_repository", + "nuget_feed", + "goproxy_server" ], "type": "string" }, @@ -299660,6 +299680,16 @@ "default": false } }, + "secret-scanning-alert-hide-secret": { + "name": "hide_secret", + "in": "query", + "description": "A boolean value representing whether or not to hide literal secrets in the results.", + "required": false, + "schema": { + "type": "boolean", + "default": false + } + }, "gist-id": { "name": "gist_id", "description": "The unique identifier of the gist.", 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 76f361d98a..e5d0c0801f 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 @@ -2317,6 +2317,7 @@ paths: - "$ref": "#/components/parameters/secret-scanning-alert-validity" - "$ref": "#/components/parameters/secret-scanning-alert-publicly-leaked" - "$ref": "#/components/parameters/secret-scanning-alert-multi-repo" + - "$ref": "#/components/parameters/secret-scanning-alert-hide-secret" responses: '200': description: Response @@ -14360,6 +14361,8 @@ paths: type: string enum: - maven_repository + - nuget_feed + - goproxy_server username: description: The username to use when authenticating with the private registry. This field should be omitted if the private registry @@ -14555,6 +14558,8 @@ paths: type: string enum: - maven_repository + - nuget_feed + - goproxy_server username: description: The username to use when authenticating with the private registry. This field should be omitted if the private registry @@ -15968,6 +15973,7 @@ paths: - "$ref": "#/components/parameters/secret-scanning-alert-validity" - "$ref": "#/components/parameters/secret-scanning-alert-publicly-leaked" - "$ref": "#/components/parameters/secret-scanning-alert-multi-repo" + - "$ref": "#/components/parameters/secret-scanning-alert-hide-secret" responses: '200': description: Response @@ -41560,6 +41566,7 @@ paths: - "$ref": "#/components/parameters/secret-scanning-alert-validity" - "$ref": "#/components/parameters/secret-scanning-alert-publicly-leaked" - "$ref": "#/components/parameters/secret-scanning-alert-multi-repo" + - "$ref": "#/components/parameters/secret-scanning-alert-hide-secret" responses: '200': description: Response @@ -41601,6 +41608,7 @@ paths: - "$ref": "#/components/parameters/owner" - "$ref": "#/components/parameters/repo" - "$ref": "#/components/parameters/alert-number" + - "$ref": "#/components/parameters/secret-scanning-alert-hide-secret" responses: '200': description: Response @@ -78409,6 +78417,8 @@ components: description: The registry type. enum: - maven_repository + - nuget_feed + - goproxy_server type: string username: description: The username to use when authenticating with the private registry. @@ -78448,6 +78458,8 @@ components: description: The registry type. enum: - maven_repository + - nuget_feed + - goproxy_server type: string username: description: The username to use when authenticating with the private registry. @@ -227664,6 +227676,15 @@ components: schema: type: boolean default: false + secret-scanning-alert-hide-secret: + name: hide_secret + in: query + description: A boolean value representing whether or not to hide literal secrets + in the results. + required: false + schema: + type: boolean + default: false gist-id: name: gist_id description: The unique identifier of the gist. diff --git a/descriptions/api.github.com/api.github.com.json b/descriptions/api.github.com/api.github.com.json index 5a80081018..d0268f6717 100644 --- a/descriptions/api.github.com/api.github.com.json +++ b/descriptions/api.github.com/api.github.com.json @@ -3252,6 +3252,9 @@ }, { "$ref": "#/components/parameters/secret-scanning-alert-multi-repo" + }, + { + "$ref": "#/components/parameters/secret-scanning-alert-hide-secret" } ], "responses": { @@ -19769,7 +19772,9 @@ "description": "The registry type.", "type": "string", "enum": [ - "maven_repository" + "maven_repository", + "nuget_feed", + "goproxy_server" ] }, "username": { @@ -20016,7 +20021,9 @@ "description": "The registry type.", "type": "string", "enum": [ - "maven_repository" + "maven_repository", + "nuget_feed", + "goproxy_server" ] }, "username": { @@ -21979,6 +21986,9 @@ }, { "$ref": "#/components/parameters/secret-scanning-alert-multi-repo" + }, + { + "$ref": "#/components/parameters/secret-scanning-alert-hide-secret" } ], "responses": { @@ -57154,6 +57164,9 @@ }, { "$ref": "#/components/parameters/secret-scanning-alert-multi-repo" + }, + { + "$ref": "#/components/parameters/secret-scanning-alert-hide-secret" } ], "responses": { @@ -57211,6 +57224,9 @@ }, { "$ref": "#/components/parameters/alert-number" + }, + { + "$ref": "#/components/parameters/secret-scanning-alert-hide-secret" } ], "responses": { @@ -107049,7 +107065,9 @@ "registry_type": { "description": "The registry type.", "enum": [ - "maven_repository" + "maven_repository", + "nuget_feed", + "goproxy_server" ], "type": "string" }, @@ -107098,7 +107116,9 @@ "registry_type": { "description": "The registry type.", "enum": [ - "maven_repository" + "maven_repository", + "nuget_feed", + "goproxy_server" ], "type": "string" }, @@ -299660,6 +299680,16 @@ "default": false } }, + "secret-scanning-alert-hide-secret": { + "name": "hide_secret", + "in": "query", + "description": "A boolean value representing whether or not to hide literal secrets in the results.", + "required": false, + "schema": { + "type": "boolean", + "default": false + } + }, "gist-id": { "name": "gist_id", "description": "The unique identifier of the gist.", diff --git a/descriptions/api.github.com/api.github.com.yaml b/descriptions/api.github.com/api.github.com.yaml index 76f361d98a..e5d0c0801f 100644 --- a/descriptions/api.github.com/api.github.com.yaml +++ b/descriptions/api.github.com/api.github.com.yaml @@ -2317,6 +2317,7 @@ paths: - "$ref": "#/components/parameters/secret-scanning-alert-validity" - "$ref": "#/components/parameters/secret-scanning-alert-publicly-leaked" - "$ref": "#/components/parameters/secret-scanning-alert-multi-repo" + - "$ref": "#/components/parameters/secret-scanning-alert-hide-secret" responses: '200': description: Response @@ -14360,6 +14361,8 @@ paths: type: string enum: - maven_repository + - nuget_feed + - goproxy_server username: description: The username to use when authenticating with the private registry. This field should be omitted if the private registry @@ -14555,6 +14558,8 @@ paths: type: string enum: - maven_repository + - nuget_feed + - goproxy_server username: description: The username to use when authenticating with the private registry. This field should be omitted if the private registry @@ -15968,6 +15973,7 @@ paths: - "$ref": "#/components/parameters/secret-scanning-alert-validity" - "$ref": "#/components/parameters/secret-scanning-alert-publicly-leaked" - "$ref": "#/components/parameters/secret-scanning-alert-multi-repo" + - "$ref": "#/components/parameters/secret-scanning-alert-hide-secret" responses: '200': description: Response @@ -41560,6 +41566,7 @@ paths: - "$ref": "#/components/parameters/secret-scanning-alert-validity" - "$ref": "#/components/parameters/secret-scanning-alert-publicly-leaked" - "$ref": "#/components/parameters/secret-scanning-alert-multi-repo" + - "$ref": "#/components/parameters/secret-scanning-alert-hide-secret" responses: '200': description: Response @@ -41601,6 +41608,7 @@ paths: - "$ref": "#/components/parameters/owner" - "$ref": "#/components/parameters/repo" - "$ref": "#/components/parameters/alert-number" + - "$ref": "#/components/parameters/secret-scanning-alert-hide-secret" responses: '200': description: Response @@ -78409,6 +78417,8 @@ components: description: The registry type. enum: - maven_repository + - nuget_feed + - goproxy_server type: string username: description: The username to use when authenticating with the private registry. @@ -78448,6 +78458,8 @@ components: description: The registry type. enum: - maven_repository + - nuget_feed + - goproxy_server type: string username: description: The username to use when authenticating with the private registry. @@ -227664,6 +227676,15 @@ components: schema: type: boolean default: false + secret-scanning-alert-hide-secret: + name: hide_secret + in: query + description: A boolean value representing whether or not to hide literal secrets + in the results. + required: false + schema: + type: boolean + default: false gist-id: name: gist_id description: The unique identifier of the gist. 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 f6042291df..50937f4b8d 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 @@ -22140,6 +22140,16 @@ "type": "boolean", "default": false } + }, + { + "name": "hide_secret", + "in": "query", + "description": "A boolean value representing whether or not to hide literal secrets in the results.", + "required": false, + "schema": { + "type": "boolean", + "default": false + } } ], "responses": { @@ -118054,7 +118064,9 @@ "registry_type": { "description": "The registry type.", "enum": [ - "maven_repository" + "maven_repository", + "nuget_feed", + "goproxy_server" ], "type": "string" }, @@ -118248,7 +118260,9 @@ "description": "The registry type.", "type": "string", "enum": [ - "maven_repository" + "maven_repository", + "nuget_feed", + "goproxy_server" ] }, "username": { @@ -118336,7 +118350,9 @@ "registry_type": { "description": "The registry type.", "enum": [ - "maven_repository" + "maven_repository", + "nuget_feed", + "goproxy_server" ], "type": "string" }, @@ -118662,7 +118678,9 @@ "registry_type": { "description": "The registry type.", "enum": [ - "maven_repository" + "maven_repository", + "nuget_feed", + "goproxy_server" ], "type": "string" }, @@ -118789,7 +118807,9 @@ "description": "The registry type.", "type": "string", "enum": [ - "maven_repository" + "maven_repository", + "nuget_feed", + "goproxy_server" ] }, "username": { @@ -135913,6 +135933,16 @@ "type": "boolean", "default": false } + }, + { + "name": "hide_secret", + "in": "query", + "description": "A boolean value representing whether or not to hide literal secrets in the results.", + "required": false, + "schema": { + "type": "boolean", + "default": false + } } ], "responses": { @@ -420278,6 +420308,16 @@ "type": "boolean", "default": false } + }, + { + "name": "hide_secret", + "in": "query", + "description": "A boolean value representing whether or not to hide literal secrets in the results.", + "required": false, + "schema": { + "type": "boolean", + "default": false + } } ], "responses": { @@ -420986,6 +421026,16 @@ "description": "The security alert number.", "readOnly": true } + }, + { + "name": "hide_secret", + "in": "query", + "description": "A boolean value representing whether or not to hide literal secrets in the results.", + "required": false, + "schema": { + "type": "boolean", + "default": false + } } ], "responses": { 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 f718116d11..b104365229 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 @@ -851,7 +851,7 @@ paths: - subscriptions_url - type - url - type: &257 + type: &258 type: string description: The type of credit the user is receiving. enum: @@ -1017,7 +1017,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/global-advisories#get-a-global-security-advisory parameters: - - &585 + - &586 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -8674,7 +8674,7 @@ paths: - unknown - direct - transitive - security_advisory: &430 + security_advisory: &431 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -8936,7 +8936,7 @@ paths: format: date-time readOnly: true nullable: true - auto_dismissed_at: &431 + auto_dismissed_at: &432 type: string description: 'The time that the alert was auto-dismissed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' @@ -9382,6 +9382,15 @@ paths: schema: type: boolean default: false + - &255 + name: hide_secret + in: query + description: A boolean value representing whether or not to hide literal secrets + in the results. + required: false + schema: + type: boolean + default: false responses: '200': description: Response @@ -9389,7 +9398,7 @@ paths: application/json: schema: type: array - items: &255 + items: &256 type: object properties: number: *54 @@ -9408,14 +9417,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &577 + state: &578 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: &578 + resolution: &579 type: string description: "**Required when the `state` is `resolved`.** The reason for resolving the alert." @@ -9517,7 +9526,7 @@ paths: is base64 encoded nullable: true examples: - default: &256 + default: &257 value: - number: 2 created_at: '2020-11-06T18:48:51Z' @@ -9853,7 +9862,7 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: &479 + properties: &480 id: type: integer format: int64 @@ -9964,7 +9973,7 @@ paths: description: A collection of related issues and pull requests. type: object - properties: &415 + properties: &416 url: type: string format: uri @@ -10034,7 +10043,7 @@ paths: format: date-time example: '2012-10-09T23:39:01Z' nullable: true - required: &416 + required: &417 - closed_issues - creator - description @@ -10238,7 +10247,7 @@ paths: - total - completed - percent_completed - required: &480 + required: &481 - assignee - closed_at - comments @@ -10260,7 +10269,7 @@ paths: - author_association - created_at - updated_at - comment: &477 + comment: &478 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -10827,7 +10836,7 @@ paths: url: type: string format: uri - user: &608 + user: &609 title: Public User description: Public User type: object @@ -14132,14 +14141,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-public-events-for-a-network-of-repositories parameters: - - &280 + - &281 name: owner description: The account owner of the repository. The name is not case sensitive. in: path required: true schema: type: string - - &281 + - &282 name: repo description: The name of the repository without the `.git` extension. The name is not case sensitive. @@ -14210,7 +14219,7 @@ paths: '404': *6 '403': *29 '304': *37 - '301': &292 + '301': &293 description: Moved permanently content: application/json: @@ -14232,7 +14241,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &509 + - &510 name: all description: If `true`, show notifications marked as read. in: query @@ -14240,7 +14249,7 @@ paths: schema: type: boolean default: false - - &510 + - &511 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -14250,7 +14259,7 @@ paths: type: boolean default: false - *67 - - &511 + - &512 name: before description: 'Only show notifications updated before the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: @@ -14714,7 +14723,7 @@ paths: - url - subscription_url examples: - default: &512 + default: &513 value: - id: '1' repository: @@ -15315,7 +15324,7 @@ paths: - avatar_url - description examples: - default: &626 + default: &627 value: - login: github id: 1 @@ -15361,7 +15370,7 @@ paths: required: true schema: type: string - - &649 + - &650 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, @@ -15370,7 +15379,7 @@ paths: required: false schema: type: integer - - &650 + - &651 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 @@ -15379,7 +15388,7 @@ paths: required: false schema: type: integer - - &651 + - &652 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 @@ -15388,7 +15397,7 @@ paths: required: false schema: type: integer - - &652 + - &653 name: hour description: If specified, only return results for a single hour. The value of `hour` is an integer between `0` and `23`. If no `year`, `month`, or @@ -16224,7 +16233,7 @@ paths: type: integer repository_cache_usages: type: array - items: &297 + items: &298 title: Actions Cache Usage by repository description: GitHub Actions Cache Usage by repository. type: object @@ -17092,7 +17101,7 @@ paths: - all - local_only - selected - selected_actions_url: &303 + selected_actions_url: &304 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` @@ -17182,7 +17191,7 @@ paths: type: array items: *60 examples: - default: &620 + default: &621 value: total_count: 1 repositories: @@ -17510,7 +17519,7 @@ paths: description: Response content: application/json: - schema: &307 + schema: &308 type: object properties: default_workflow_permissions: &113 @@ -17561,7 +17570,7 @@ paths: required: false content: application/json: - schema: &308 + schema: &309 type: object properties: default_workflow_permissions: *113 @@ -18050,7 +18059,7 @@ paths: type: array items: *120 examples: - default: &611 + default: &612 value: total_count: 1 repositories: @@ -18692,7 +18701,7 @@ paths: application/json: schema: type: array - items: &309 + items: &310 title: Runner Application description: Runner Application type: object @@ -18717,7 +18726,7 @@ paths: - download_url - filename examples: - default: &310 + default: &311 value: - os: osx architecture: x64 @@ -18803,7 +18812,7 @@ paths: - no-gpu work_folder: _work responses: - '201': &311 + '201': &312 description: Response content: application/json: @@ -18914,7 +18923,7 @@ paths: - token - expires_at examples: - default: &312 + default: &313 value: token: LLBF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-22T12:13:35.123-08:00' @@ -18953,7 +18962,7 @@ paths: application/json: schema: *124 examples: - default: &313 + default: &314 value: token: AABF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-29T12:13:35.123-08:00' @@ -18987,7 +18996,7 @@ paths: application/json: schema: *122 examples: - default: &314 + default: &315 value: id: 23 name: MBP @@ -19213,7 +19222,7 @@ paths: - *95 - *121 responses: - '200': &315 + '200': &316 description: Response content: application/json: @@ -19270,7 +19279,7 @@ paths: parameters: - *95 - *121 - - &316 + - &317 name: name description: The name of a self-hosted runner's custom label. in: path @@ -19400,7 +19409,7 @@ paths: description: Response content: application/json: - schema: &328 + schema: &329 title: ActionsPublicKey description: The public key used for setting Actions Secrets. type: object @@ -19429,7 +19438,7 @@ paths: - key_id - key examples: - default: &329 + default: &330 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -19842,7 +19851,7 @@ paths: url: https://docs.github.com/rest/actions/variables#list-organization-variables parameters: - *95 - - &302 + - &303 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)." @@ -20377,7 +20386,7 @@ paths: bundle_url: type: string examples: - default: &342 + default: &343 value: attestations: - bundle: @@ -21292,7 +21301,7 @@ paths: url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-alerts-for-an-organization parameters: - *95 - - &368 + - &369 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`, @@ -21302,7 +21311,7 @@ paths: schema: &140 type: string description: The name of the tool used to generate the code scanning analysis. - - &369 + - &370 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 @@ -21325,7 +21334,7 @@ paths: be returned. in: query required: false - schema: &371 + schema: &372 type: string description: State of a code scanning alert. enum: @@ -21348,7 +21357,7 @@ paths: be returned. in: query required: false - schema: &372 + schema: &373 type: string description: Severity of a code scanning alert. enum: @@ -21374,7 +21383,7 @@ paths: updated_at: *137 url: *56 html_url: *57 - instances_url: &373 + instances_url: &374 type: string description: The REST API URL for fetching the list of instances for an alert. @@ -21397,7 +21406,7 @@ paths: required: *21 nullable: true dismissed_at: *139 - dismissed_reason: &374 + dismissed_reason: &375 type: string description: "**Required when the state is dismissed.** The reason for dismissing or closing the alert." @@ -21406,13 +21415,13 @@ paths: - false positive - won't fix - used in tests - dismissed_comment: &375 + dismissed_comment: &376 type: string description: The dismissal comment associated with the dismissal of the alert. nullable: true maxLength: 280 - rule: &376 + rule: &377 type: object properties: id: @@ -21465,7 +21474,7 @@ paths: type: string description: A link to the documentation for the rule used to detect the alert. - tool: &377 + tool: &378 type: object properties: name: *140 @@ -21475,15 +21484,15 @@ paths: description: The version of the tool used to generate the code scanning analysis. guid: *141 - most_recent_instance: &378 + most_recent_instance: &379 type: object properties: - ref: &370 + ref: &371 type: string description: |- The Git reference, formatted as `refs/pull//merge`, `refs/pull//head`, `refs/heads/` or simply ``. - analysis_key: &388 + analysis_key: &389 type: string description: Identifies the configuration under which the analysis was executed. For example, in GitHub Actions @@ -21494,7 +21503,7 @@ paths: the environment in which the analysis that generated this alert instance was performed, such as the language that was analyzed. - category: &389 + category: &390 type: string description: Identifies the configuration under which the analysis was executed. Used to distinguish between multiple @@ -22777,7 +22786,7 @@ paths: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: &401 + properties: &402 name: type: string description: The name of the machine. @@ -22819,7 +22828,7 @@ paths: - ready - in_progress nullable: true - required: &402 + required: &403 - name - display_name - operating_system @@ -23687,7 +23696,7 @@ paths: - updated_at - visibility examples: - default: &403 + default: &404 value: total_count: 2 secrets: @@ -23725,7 +23734,7 @@ paths: description: Response content: application/json: - schema: &404 + schema: &405 title: CodespacesPublicKey description: The public key used for setting Codespaces secrets. type: object @@ -23754,7 +23763,7 @@ paths: - key_id - key examples: - default: &405 + default: &406 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -23786,7 +23795,7 @@ paths: application/json: schema: *149 examples: - default: &407 + default: &408 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -24822,7 +24831,7 @@ paths: application/json: schema: type: array - items: &262 + items: &263 title: Copilot Usage Metrics description: Copilot usage metrics for a given day. type: object @@ -25129,7 +25138,7 @@ paths: - date additionalProperties: true examples: - default: &263 + default: &264 value: - date: '2024-06-24' total_active_users: 24 @@ -25231,7 +25240,7 @@ paths: '500': *94 '403': *29 '404': *6 - '422': &264 + '422': &265 description: Copilot Usage Merics API setting is disabled at the organization or enterprise level. content: @@ -25403,7 +25412,7 @@ paths: description: Response content: application/json: - schema: &434 + schema: &435 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -25420,7 +25429,7 @@ paths: - key_id - key examples: - default: &435 + default: &436 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -27213,7 +27222,7 @@ paths: application/json: schema: *22 examples: - default: &473 + default: &474 value: id: 1 account: @@ -27438,7 +27447,7 @@ paths: required: true content: application/json: - schema: &474 + schema: &475 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration @@ -28288,7 +28297,7 @@ paths: application/json: schema: *199 examples: - default: &400 + default: &401 value: id: 1 name: monalisa-octocat-hello-world-g4wpq6h95q @@ -29514,7 +29523,7 @@ paths: parameters: - *95 - *207 - - &625 + - &626 name: repo_name description: repo_name parameter in: path @@ -30248,7 +30257,7 @@ paths: inherited_from: description: Team the user has gotten the role through type: array - items: &258 + items: &259 title: Team Simple description: Groups of organization members that gives permissions on specified repositories. @@ -30542,7 +30551,7 @@ paths: - nuget - container - *95 - - &627 + - &628 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -30583,7 +30592,7 @@ paths: default: *215 '403': *29 '401': *25 - '400': &629 + '400': &630 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -31763,6 +31772,8 @@ paths: description: The registry type. enum: - maven_repository + - nuget_feed + - goproxy_server type: string username: description: The username to use when authenticating with @@ -31837,6 +31848,8 @@ paths: type: string enum: - maven_repository + - nuget_feed + - goproxy_server username: description: The username to use when authenticating with the private registry. This field should be omitted if the private registry @@ -31919,6 +31932,8 @@ paths: description: The registry type. enum: - maven_repository + - nuget_feed + - goproxy_server type: string username: description: The username to use when authenticating with the @@ -32087,6 +32102,8 @@ paths: type: string enum: - maven_repository + - nuget_feed + - goproxy_server username: description: The username to use when authenticating with the private registry. This field should be omitted if the private registry @@ -32409,7 +32426,7 @@ paths: '401': *25 '403': *29 '404': *6 - '410': &289 + '410': &290 description: Gone content: application/json: @@ -33309,7 +33326,7 @@ paths: description: Response content: application/json: - schema: &291 + schema: &292 title: Full Repository description: Full Repository type: object @@ -33702,7 +33719,7 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: &422 + properties: &423 url: type: string format: uri @@ -33718,7 +33735,7 @@ paths: nullable: true format: uri example: https://github.com/github/docs/blob/main/CODE_OF_CONDUCT.md - required: &423 + required: &424 - url - key - name @@ -33807,7 +33824,7 @@ paths: - network_count - subscribers_count examples: - default: &293 + default: &294 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -34328,7 +34345,7 @@ paths: - *95 - *17 - *19 - - &562 + - &563 name: targets description: | A comma-separated list of rule targets to filter by. @@ -34609,7 +34626,7 @@ paths: type: object description: A repository rule. oneOf: - - &540 + - &541 title: creation description: Only allow users with bypass permission to create matching refs. @@ -34621,7 +34638,7 @@ paths: type: string enum: - creation - - &541 + - &542 title: update description: Only allow users with bypass permission to update matching refs. @@ -34642,7 +34659,7 @@ paths: repository required: - update_allows_fetch_and_merge - - &543 + - &544 title: deletion description: Only allow users with bypass permissions to delete matching refs. @@ -34654,7 +34671,7 @@ paths: type: string enum: - deletion - - &544 + - &545 title: required_linear_history description: Prevent merge commits from being pushed to matching refs. @@ -34666,7 +34683,7 @@ paths: type: string enum: - required_linear_history - - &545 + - &546 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -34744,7 +34761,7 @@ paths: - merge_method - min_entries_to_merge - min_entries_to_merge_wait_minutes - - &546 + - &547 title: required_deployments description: Choose which environments must be successfully deployed to before refs can be pushed into a ref that @@ -34768,7 +34785,7 @@ paths: type: string required: - required_deployment_environments - - &547 + - &548 title: required_signatures description: Commits pushed to matching refs must have verified signatures. @@ -34780,7 +34797,7 @@ paths: type: string enum: - required_signatures - - &548 + - &549 title: pull_request description: Require all commits be made to a non-target branch and submitted via a pull request before they can @@ -34842,7 +34859,7 @@ paths: - require_last_push_approval - required_approving_review_count - required_review_thread_resolution - - &549 + - &550 title: required_status_checks description: Choose which status checks must pass before the ref is updated. When enabled, commits must first be @@ -34890,7 +34907,7 @@ paths: required: - required_status_checks - strict_required_status_checks_policy - - &550 + - &551 title: non_fast_forward description: Prevent users with push access from force pushing to refs. @@ -34902,7 +34919,7 @@ paths: type: string enum: - non_fast_forward - - &551 + - &552 title: commit_message_pattern description: Parameters to be used for the commit_message_pattern rule @@ -34938,7 +34955,7 @@ paths: required: - operator - pattern - - &552 + - &553 title: commit_author_email_pattern description: Parameters to be used for the commit_author_email_pattern rule @@ -34974,7 +34991,7 @@ paths: required: - operator - pattern - - &553 + - &554 title: committer_email_pattern description: Parameters to be used for the committer_email_pattern rule @@ -35010,7 +35027,7 @@ paths: required: - operator - pattern - - &554 + - &555 title: branch_name_pattern description: Parameters to be used for the branch_name_pattern rule @@ -35046,7 +35063,7 @@ paths: required: - operator - pattern - - &555 + - &556 title: tag_name_pattern description: Parameters to be used for the tag_name_pattern rule @@ -35082,7 +35099,7 @@ paths: required: - operator - pattern - - &556 + - &557 title: file_path_restriction description: Prevent commits that include changes in specified file and folder paths from being pushed to the commit @@ -35107,7 +35124,7 @@ paths: type: string required: - restricted_file_paths - - &557 + - &558 title: max_file_path_length description: Prevent commits that include file paths that exceed the specified character limit from being pushed @@ -35131,7 +35148,7 @@ paths: maximum: 256 required: - max_file_path_length - - &558 + - &559 title: file_extension_restriction description: Prevent commits that include files with specified file extensions from being pushed to the commit graph. @@ -35154,7 +35171,7 @@ paths: type: string required: - restricted_file_extensions - - &559 + - &560 title: max_file_size description: Prevent commits with individual files that exceed the specified limit from being pushed to the commit @@ -35179,7 +35196,7 @@ paths: maximum: 100 required: - max_file_size - - &560 + - &561 title: workflows description: Require all changes made to a targeted branch to pass the specified workflows before they can be merged. @@ -35229,7 +35246,7 @@ paths: - repository_id required: - workflows - - &561 + - &562 title: code_scanning description: Choose which tools must provide code scanning results before the reference is updated. When configured, @@ -35467,7 +35484,7 @@ paths: url: https://docs.github.com/rest/orgs/rule-suites#list-organization-rule-suites parameters: - *95 - - &563 + - &564 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 @@ -35482,7 +35499,7 @@ paths: in: query schema: type: string - - &564 + - &565 name: time_period description: |- The time period to filter by. @@ -35498,14 +35515,14 @@ paths: - week - month default: day - - &565 + - &566 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 - - &566 + - &567 name: rule_suite_result description: The rule results to filter on. When specified, only suites with this result will be returned. @@ -35525,7 +35542,7 @@ paths: description: Response content: application/json: - schema: &567 + schema: &568 title: Rule Suites description: Response type: array @@ -35580,7 +35597,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &568 + default: &569 value: - id: 21 actor_id: 12 @@ -35624,7 +35641,7 @@ paths: url: https://docs.github.com/rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *95 - - &569 + - &570 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -35640,7 +35657,7 @@ paths: description: Response content: application/json: - schema: &570 + schema: &571 title: Rule Suite description: Response type: object @@ -35739,7 +35756,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &571 + default: &572 value: id: 21 actor_id: 12 @@ -35985,7 +36002,7 @@ paths: type: string format: date-time examples: - default: &573 + default: &574 value: - version_id: 3 actor: @@ -36038,7 +36055,7 @@ paths: description: Response content: application/json: - schema: &574 + schema: &575 allOf: - *247 - type: object @@ -36117,7 +36134,7 @@ paths: - *48 - *19 - *17 - - &575 + - &576 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 @@ -36127,7 +36144,7 @@ paths: required: false schema: type: string - - &576 + - &577 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 @@ -36140,6 +36157,7 @@ paths: - *252 - *253 - *254 + - *255 responses: '200': description: Response @@ -36147,9 +36165,9 @@ paths: application/json: schema: type: array - items: *255 + items: *256 examples: - default: *256 + default: *257 headers: Link: *58 '404': *6 @@ -36219,7 +36237,7 @@ paths: application/json: schema: type: array - items: &583 + items: &584 description: A repository security advisory. type: object properties: @@ -36439,7 +36457,7 @@ paths: login: type: string description: The username of the user credited. - type: *257 + type: *258 credits_detailed: type: array nullable: true @@ -36449,7 +36467,7 @@ paths: type: object properties: user: *4 - type: *257 + type: *258 state: type: string description: The state of the user's acceptance of the @@ -36510,7 +36528,7 @@ paths: - private_fork additionalProperties: false examples: - default: &584 + default: &585 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -36897,7 +36915,7 @@ paths: application/json: schema: type: array - items: *258 + items: *259 examples: default: *213 x-github: @@ -36984,7 +37002,7 @@ paths: description: Response content: application/json: - schema: &643 + schema: &644 type: object properties: total_minutes_used: @@ -37054,7 +37072,7 @@ paths: - included_minutes - minutes_used_breakdown examples: - default: &644 + default: &645 value: total_minutes_used: 305 total_paid_minutes_used: 0 @@ -37090,7 +37108,7 @@ paths: description: Response content: application/json: - schema: &645 + schema: &646 type: object properties: total_gigabytes_bandwidth_used: @@ -37108,7 +37126,7 @@ paths: - total_paid_gigabytes_bandwidth_used - included_gigabytes_bandwidth examples: - default: &646 + default: &647 value: total_gigabytes_bandwidth_used: 50 total_paid_gigabytes_bandwidth_used: 40 @@ -37140,7 +37158,7 @@ paths: description: Response content: application/json: - schema: &647 + schema: &648 type: object properties: days_left_in_billing_cycle: @@ -37158,7 +37176,7 @@ paths: - estimated_paid_storage_for_month - estimated_storage_for_month examples: - default: &648 + default: &649 value: days_left_in_billing_cycle: 20 estimated_paid_storage_for_month: 15 @@ -37200,7 +37218,7 @@ paths: type: integer network_configurations: type: array - items: &259 + items: &260 title: Hosted compute network configuration description: A hosted compute network configuration. type: object @@ -37320,9 +37338,9 @@ paths: description: Response content: application/json: - schema: *259 + schema: *260 examples: - default: &260 + default: &261 value: id: 123456789ABCDEF name: My network configuration @@ -37351,7 +37369,7 @@ paths: url: https://docs.github.com/rest/orgs/network-configurations#get-a-hosted-compute-network-configuration-for-an-organization parameters: - *95 - - &261 + - &262 name: network_configuration_id description: Unique identifier of the hosted compute network configuration. in: path @@ -37363,9 +37381,9 @@ paths: description: Response content: application/json: - schema: *259 + schema: *260 examples: - default: *260 + default: *261 headers: Link: *58 x-github: @@ -37387,7 +37405,7 @@ paths: url: https://docs.github.com/rest/orgs/network-configurations#update-a-hosted-compute-network-configuration-for-an-organization parameters: - *95 - - *261 + - *262 requestBody: required: true content: @@ -37426,9 +37444,9 @@ paths: description: Response content: application/json: - schema: *259 + schema: *260 examples: - default: *260 + default: *261 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -37448,7 +37466,7 @@ paths: url: https://docs.github.com/rest/orgs/network-configurations#delete-a-hosted-compute-network-configuration-from-an-organization parameters: - *95 - - *261 + - *262 responses: '204': description: Response @@ -37588,13 +37606,13 @@ paths: application/json: schema: type: array - items: *262 + items: *263 examples: - default: *263 + default: *264 '500': *94 '403': *29 '404': *6 - '422': *264 + '422': *265 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -37718,7 +37736,7 @@ paths: description: Response content: application/json: - schema: &265 + schema: &266 title: Full Team description: Groups of organization members that gives permissions on specified repositories. @@ -38028,7 +38046,7 @@ paths: - repos_count - organization examples: - default: &266 + default: &267 value: id: 1 node_id: MDQ6VGVhbTE= @@ -38105,9 +38123,9 @@ paths: description: Response content: application/json: - schema: *265 + schema: *266 examples: - default: *266 + default: *267 '404': *6 x-github: githubCloudOnly: false @@ -38191,16 +38209,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *265 + schema: *266 examples: - default: *266 + default: *267 '201': description: Response content: application/json: - schema: *265 + schema: *266 examples: - default: *266 + default: *267 '404': *6 '422': *15 '403': *29 @@ -38270,7 +38288,7 @@ paths: application/json: schema: type: array - items: &267 + items: &268 title: Team Discussion description: A team discussion is a persistent record of a free-form conversation within a team. @@ -38369,7 +38387,7 @@ paths: - updated_at - url examples: - default: &598 + default: &599 value: - author: login: octocat @@ -38478,9 +38496,9 @@ paths: description: Response content: application/json: - schema: *267 + schema: *268 examples: - default: &268 + default: &269 value: author: login: octocat @@ -38554,7 +38572,7 @@ paths: parameters: - *95 - *208 - - &269 + - &270 name: discussion_number description: The number that identifies the discussion. in: path @@ -38566,9 +38584,9 @@ paths: description: Response content: application/json: - schema: *267 + schema: *268 examples: - default: *268 + default: *269 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38592,7 +38610,7 @@ paths: parameters: - *95 - *208 - - *269 + - *270 requestBody: required: false content: @@ -38615,9 +38633,9 @@ paths: description: Response content: application/json: - schema: *267 + schema: *268 examples: - default: &599 + default: &600 value: author: login: octocat @@ -38689,7 +38707,7 @@ paths: parameters: - *95 - *208 - - *269 + - *270 responses: '204': description: Response @@ -38717,7 +38735,7 @@ paths: parameters: - *95 - *208 - - *269 + - *270 - *48 - *17 - *19 @@ -38728,7 +38746,7 @@ paths: application/json: schema: type: array - items: &270 + items: &271 title: Team Discussion Comment description: A reply to a discussion within a team. type: object @@ -38800,7 +38818,7 @@ paths: - updated_at - url examples: - default: &600 + default: &601 value: - author: login: octocat @@ -38870,7 +38888,7 @@ paths: parameters: - *95 - *208 - - *269 + - *270 requestBody: required: true content: @@ -38892,9 +38910,9 @@ paths: description: Response content: application/json: - schema: *270 + schema: *271 examples: - default: &271 + default: &272 value: author: login: octocat @@ -38962,8 +38980,8 @@ paths: parameters: - *95 - *208 - - *269 - - &272 + - *270 + - &273 name: comment_number description: The number that identifies the comment. in: path @@ -38975,9 +38993,9 @@ paths: description: Response content: application/json: - schema: *270 + schema: *271 examples: - default: *271 + default: *272 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39001,8 +39019,8 @@ paths: parameters: - *95 - *208 - - *269 - - *272 + - *270 + - *273 requestBody: required: true content: @@ -39024,9 +39042,9 @@ paths: description: Response content: application/json: - schema: *270 + schema: *271 examples: - default: &601 + default: &602 value: author: login: octocat @@ -39092,8 +39110,8 @@ paths: parameters: - *95 - *208 - - *269 - - *272 + - *270 + - *273 responses: '204': description: Response @@ -39121,8 +39139,8 @@ paths: parameters: - *95 - *208 - - *269 - - *272 + - *270 + - *273 - 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 team discussion comment. @@ -39148,7 +39166,7 @@ paths: application/json: schema: type: array - items: &273 + items: &274 title: Reaction description: Reactions to conversations provide a way to help people express their feelings more simply and effectively. @@ -39191,7 +39209,7 @@ paths: - content - created_at examples: - default: &275 + default: &276 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -39243,8 +39261,8 @@ paths: parameters: - *95 - *208 - - *269 - - *272 + - *270 + - *273 requestBody: required: true content: @@ -39277,9 +39295,9 @@ paths: team discussion comment content: application/json: - schema: *273 + schema: *274 examples: - default: &274 + default: &275 value: id: 1 node_id: MDg6UmVhY3Rpb24x @@ -39308,9 +39326,9 @@ paths: description: Response content: application/json: - schema: *273 + schema: *274 examples: - default: *274 + default: *275 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39335,9 +39353,9 @@ paths: parameters: - *95 - *208 - - *269 - - *272 - - &276 + - *270 + - *273 + - &277 name: reaction_id description: The unique identifier of the reaction. in: path @@ -39371,7 +39389,7 @@ paths: parameters: - *95 - *208 - - *269 + - *270 - 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 team discussion. @@ -39397,9 +39415,9 @@ paths: application/json: schema: type: array - items: *273 + items: *274 examples: - default: *275 + default: *276 headers: Link: *58 x-github: @@ -39427,7 +39445,7 @@ paths: parameters: - *95 - *208 - - *269 + - *270 requestBody: required: true content: @@ -39459,16 +39477,16 @@ paths: description: Response content: application/json: - schema: *273 + schema: *274 examples: - default: *274 + default: *275 '201': description: Response content: application/json: - schema: *273 + schema: *274 examples: - default: *274 + default: *275 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -39493,8 +39511,8 @@ paths: parameters: - *95 - *208 - - *269 - - *276 + - *270 + - *277 responses: '204': description: Response @@ -39615,7 +39633,7 @@ paths: description: Response content: application/json: - schema: &277 + schema: &278 title: Team Membership description: Team Membership type: object @@ -39642,7 +39660,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &602 + response-if-user-is-a-team-maintainer: &603 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -39705,9 +39723,9 @@ paths: description: Response content: application/json: - schema: *277 + schema: *278 examples: - response-if-users-membership-with-team-is-now-pending: &603 + response-if-users-membership-with-team-is-now-pending: &604 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -39780,7 +39798,7 @@ paths: application/json: schema: type: array - items: &278 + items: &279 title: Team Project description: A team's access to a project. type: object @@ -39848,7 +39866,7 @@ paths: - updated_at - permissions examples: - default: &604 + default: &605 value: - owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -39913,7 +39931,7 @@ paths: parameters: - *95 - *208 - - &279 + - &280 name: project_id description: The unique identifier of the project. in: path @@ -39925,9 +39943,9 @@ paths: description: Response content: application/json: - schema: *278 + schema: *279 examples: - default: &605 + default: &606 value: owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -39991,7 +40009,7 @@ paths: parameters: - *95 - *208 - - *279 + - *280 requestBody: required: false content: @@ -40059,7 +40077,7 @@ paths: parameters: - *95 - *208 - - *279 + - *280 responses: '204': description: Response @@ -40130,14 +40148,14 @@ paths: parameters: - *95 - *208 - - *280 - *281 + - *282 responses: '200': description: Alternative response with repository permissions content: application/json: - schema: &606 + schema: &607 title: Team Repository description: A team's access to a repository. type: object @@ -40708,8 +40726,8 @@ paths: parameters: - *95 - *208 - - *280 - *281 + - *282 requestBody: required: false content: @@ -40756,8 +40774,8 @@ paths: parameters: - *95 - *208 - - *280 - *281 + - *282 responses: '204': description: Response @@ -40794,7 +40812,7 @@ paths: type: array items: *152 examples: - response-if-child-teams-exist: &607 + response-if-child-teams-exist: &608 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -40921,7 +40939,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#get-a-project-card parameters: - - &282 + - &283 name: card_id description: The unique identifier of the card. in: path @@ -40933,7 +40951,7 @@ paths: description: Response content: application/json: - schema: &283 + schema: &284 title: Project Card description: Project cards represent a scope of work. type: object @@ -41000,7 +41018,7 @@ paths: - created_at - updated_at examples: - default: &284 + default: &285 value: url: https://api.github.com/projects/columns/cards/1478 id: 1478 @@ -41056,7 +41074,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#update-an-existing-project-card parameters: - - *282 + - *283 requestBody: required: false content: @@ -41083,9 +41101,9 @@ paths: description: Response content: application/json: - schema: *283 + schema: *284 examples: - default: *284 + default: *285 '304': *37 '403': *29 '401': *25 @@ -41112,7 +41130,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#delete-a-project-card parameters: - - *282 + - *283 responses: '204': description: Response @@ -41156,7 +41174,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#move-a-project-card parameters: - - *282 + - *283 requestBody: required: true content: @@ -41267,7 +41285,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#get-a-project-column parameters: - - &285 + - &286 name: column_id description: The unique identifier of the column. in: path @@ -41279,7 +41297,7 @@ paths: description: Response content: application/json: - schema: &286 + schema: &287 title: Project Column description: Project columns contain cards of work. type: object @@ -41325,7 +41343,7 @@ paths: - created_at - updated_at examples: - default: &287 + default: &288 value: url: https://api.github.com/projects/columns/367 project_url: https://api.github.com/projects/120 @@ -41360,7 +41378,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#update-an-existing-project-column parameters: - - *285 + - *286 requestBody: required: true content: @@ -41384,9 +41402,9 @@ paths: description: Response content: application/json: - schema: *286 + schema: *287 examples: - default: *287 + default: *288 '304': *37 '403': *29 '401': *25 @@ -41411,7 +41429,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#delete-a-project-column parameters: - - *285 + - *286 responses: '204': description: Response @@ -41440,7 +41458,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#list-project-cards parameters: - - *285 + - *286 - name: archived_state description: Filters the project cards that are returned by the card's state. in: query @@ -41461,7 +41479,7 @@ paths: application/json: schema: type: array - items: *283 + items: *284 examples: default: value: @@ -41520,7 +41538,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#create-a-project-card parameters: - - *285 + - *286 requestBody: required: true content: @@ -41560,9 +41578,9 @@ paths: description: Response content: application/json: - schema: *283 + schema: *284 examples: - default: *284 + default: *285 '304': *37 '403': *29 '401': *25 @@ -41618,7 +41636,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#move-a-project-column parameters: - - *285 + - *286 requestBody: required: true content: @@ -41678,7 +41696,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#get-a-project parameters: - - *279 + - *280 responses: '200': description: Response @@ -41686,7 +41704,7 @@ paths: application/json: schema: *230 examples: - default: &288 + default: &289 value: owner_url: https://api.github.com/repos/api-playground/projects-test url: https://api.github.com/projects/1002604 @@ -41743,7 +41761,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#update-a-project parameters: - - *279 + - *280 requestBody: required: false content: @@ -41791,7 +41809,7 @@ paths: application/json: schema: *230 examples: - default: *288 + default: *289 '404': description: Not Found if the authenticated user does not have access to the project @@ -41812,7 +41830,7 @@ paths: items: type: string '401': *25 - '410': *289 + '410': *290 '422': *7 x-github: githubCloudOnly: false @@ -41835,7 +41853,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#delete-a-project parameters: - - *279 + - *280 responses: '204': description: Delete Success @@ -41856,7 +41874,7 @@ paths: items: type: string '401': *25 - '410': *289 + '410': *290 '404': *6 x-github: githubCloudOnly: false @@ -41880,7 +41898,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/collaborators#list-project-collaborators parameters: - - *279 + - *280 - name: affiliation description: Filters the collaborators by their affiliation. `outside` means outside collaborators of a project that are not a member of the project's @@ -41937,7 +41955,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/collaborators#add-project-collaborator parameters: - - *279 + - *280 - *133 requestBody: required: false @@ -41990,7 +42008,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/collaborators#remove-user-as-a-collaborator parameters: - - *279 + - *280 - *133 responses: '204': @@ -42022,7 +42040,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/collaborators#get-project-permission-for-a-user parameters: - - *279 + - *280 - *133 responses: '200': @@ -42096,7 +42114,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#list-project-columns parameters: - - *279 + - *280 - *17 - *19 responses: @@ -42106,7 +42124,7 @@ paths: application/json: schema: type: array - items: *286 + items: *287 examples: default: value: @@ -42144,7 +42162,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#create-a-project-column parameters: - - *279 + - *280 requestBody: required: true content: @@ -42167,7 +42185,7 @@ paths: description: Response content: application/json: - schema: *286 + schema: *287 examples: default: value: @@ -42231,7 +42249,7 @@ paths: resources: type: object properties: - core: &290 + core: &291 title: Rate Limit type: object properties: @@ -42248,20 +42266,20 @@ paths: - remaining - reset - used - graphql: *290 - search: *290 - code_search: *290 - source_import: *290 - integration_manifest: *290 - code_scanning_upload: *290 - actions_runner_registration: *290 - scim: *290 - dependency_snapshots: *290 - code_scanning_autofix: *290 + graphql: *291 + search: *291 + code_search: *291 + source_import: *291 + integration_manifest: *291 + code_scanning_upload: *291 + actions_runner_registration: *291 + scim: *291 + dependency_snapshots: *291 + code_scanning_autofix: *291 required: - core - search - rate: *290 + rate: *291 required: - rate - resources @@ -42365,14 +42383,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#get-a-repository parameters: - - *280 - *281 + - *282 responses: '200': description: Response content: application/json: - schema: *291 + schema: *292 examples: default-response: summary: Default response @@ -42873,7 +42891,7 @@ paths: status: disabled '403': *29 '404': *6 - '301': *292 + '301': *293 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42891,8 +42909,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#update-a-repository parameters: - - *280 - *281 + - *282 requestBody: required: false content: @@ -43136,10 +43154,10 @@ paths: description: Response content: application/json: - schema: *291 + schema: *292 examples: - default: *293 - '307': &294 + default: *294 + '307': &295 description: Temporary Redirect content: application/json: @@ -43168,8 +43186,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#delete-a-repository parameters: - - *280 - *281 + - *282 responses: '204': description: Response @@ -43191,7 +43209,7 @@ paths: value: message: Organization members cannot delete repositories. documentation_url: https://docs.github.com/rest/repos/repos#delete-a-repository - '307': *294 + '307': *295 '404': *6 '409': *47 x-github: @@ -43215,11 +43233,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#list-artifacts-for-a-repository parameters: - - *280 - *281 + - *282 - *17 - *19 - - &320 + - &321 name: name description: The name field of an artifact. When specified, only artifacts with this name will be returned. @@ -43242,7 +43260,7 @@ paths: type: integer artifacts: type: array - items: &295 + items: &296 title: Artifact description: An artifact type: object @@ -43320,7 +43338,7 @@ paths: - expires_at - updated_at examples: - default: &321 + default: &322 value: total_count: 2 artifacts: @@ -43381,9 +43399,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#get-an-artifact parameters: - - *280 - *281 - - &296 + - *282 + - &297 name: artifact_id description: The unique identifier of the artifact. in: path @@ -43395,7 +43413,7 @@ paths: description: Response content: application/json: - schema: *295 + schema: *296 examples: default: value: @@ -43433,9 +43451,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#delete-an-artifact parameters: - - *280 - *281 - - *296 + - *282 + - *297 responses: '204': description: Response @@ -43459,9 +43477,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#download-an-artifact parameters: - - *280 - *281 - - *296 + - *282 + - *297 - name: archive_format in: path required: true @@ -43475,7 +43493,7 @@ paths: example: https://pipelines.actions.githubusercontent.com/OhgS4QRKqmgx7bKC27GKU83jnQjyeqG8oIMTge8eqtheppcmw8/_apis/pipelines/1/runs/176/signedlogcontent?urlExpires=2020-01-24T18%3A10%3A31.5729946Z&urlSigningMethod=HMACV1&urlSignature=agG73JakPYkHrh06seAkvmH7rBR4Ji4c2%2B6a2ejYh3E%3D schema: type: string - '410': *289 + '410': *290 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43498,14 +43516,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#get-github-actions-cache-usage-for-a-repository parameters: - - *280 - *281 + - *282 responses: '200': description: Response content: application/json: - schema: *297 + schema: *298 examples: default: value: @@ -43531,11 +43549,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#list-github-actions-caches-for-a-repository parameters: - - *280 - *281 + - *282 - *17 - *19 - - &298 + - &299 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 @@ -43569,7 +43587,7 @@ paths: description: Response content: application/json: - schema: &299 + schema: &300 title: Repository actions caches description: Repository actions caches type: object @@ -43611,7 +43629,7 @@ paths: - total_count - actions_caches examples: - default: &300 + default: &301 value: total_count: 1 actions_caches: @@ -43643,23 +43661,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: - - *280 - *281 + - *282 - name: key description: A key for identifying the cache. in: query required: true schema: type: string - - *298 + - *299 responses: '200': description: Response content: application/json: - schema: *299 + schema: *300 examples: - default: *300 + default: *301 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43679,8 +43697,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: - - *280 - *281 + - *282 - name: cache_id description: The unique identifier of the GitHub Actions cache. in: path @@ -43711,9 +43729,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#get-a-job-for-a-workflow-run parameters: - - *280 - *281 - - &301 + - *282 + - &302 name: job_id description: The unique identifier of the job. in: path @@ -43725,7 +43743,7 @@ paths: description: Response content: application/json: - schema: &324 + schema: &325 title: Job description: Information of a job execution in a workflow run type: object @@ -44032,9 +44050,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#download-job-logs-for-a-workflow-run parameters: - - *280 - *281 - - *301 + - *282 + - *302 responses: '302': description: Response @@ -44062,9 +44080,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-a-job-from-a-workflow-run parameters: - - *280 - *281 - - *301 + - *282 + - *302 requestBody: required: false content: @@ -44109,8 +44127,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: - - *280 - *281 + - *282 responses: '200': description: Status response @@ -44160,8 +44178,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: - - *280 - *281 + - *282 requestBody: required: true content: @@ -44224,8 +44242,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-repository-organization-secrets parameters: - - *280 - *281 + - *282 - *17 - *19 responses: @@ -44243,7 +44261,7 @@ paths: type: integer secrets: type: array - items: &326 + items: &327 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -44263,7 +44281,7 @@ paths: - created_at - updated_at examples: - default: &327 + default: &328 value: total_count: 2 secrets: @@ -44296,9 +44314,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-repository-organization-variables parameters: - - *280 - *281 - - *302 + - *282 + - *303 - *19 responses: '200': @@ -44315,7 +44333,7 @@ paths: type: integer variables: type: array - items: &330 + items: &331 title: Actions Variable type: object properties: @@ -44345,7 +44363,7 @@ paths: - created_at - updated_at examples: - default: &331 + default: &332 value: total_count: 2 variables: @@ -44378,8 +44396,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-github-actions-permissions-for-a-repository parameters: - - *280 - *281 + - *282 responses: '200': description: Response @@ -44388,11 +44406,11 @@ paths: schema: type: object properties: - enabled: &304 + enabled: &305 type: boolean description: Whether GitHub Actions is enabled on the repository. allowed_actions: *109 - selected_actions_url: *303 + selected_actions_url: *304 required: - enabled examples: @@ -44419,8 +44437,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-github-actions-permissions-for-a-repository parameters: - - *280 - *281 + - *282 responses: '204': description: Response @@ -44431,7 +44449,7 @@ paths: schema: type: object properties: - enabled: *304 + enabled: *305 allowed_actions: *109 required: - enabled @@ -44461,14 +44479,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: - - *280 - *281 + - *282 responses: '200': description: Response content: application/json: - schema: &305 + schema: &306 type: object properties: access_level: @@ -44485,7 +44503,7 @@ paths: required: - access_level examples: - default: &306 + default: &307 value: access_level: organization x-github: @@ -44509,15 +44527,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: - - *280 - *281 + - *282 requestBody: required: true content: application/json: - schema: *305 + schema: *306 examples: - default: *306 + default: *307 responses: '204': description: Response @@ -44541,8 +44559,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *280 - *281 + - *282 responses: '200': description: Response @@ -44569,8 +44587,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *280 - *281 + - *282 responses: '204': description: Response @@ -44602,14 +44620,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-default-workflow-permissions-for-a-repository parameters: - - *280 - *281 + - *282 responses: '200': description: Response content: application/json: - schema: *307 + schema: *308 examples: default: *115 x-github: @@ -44632,8 +44650,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-default-workflow-permissions-for-a-repository parameters: - - *280 - *281 + - *282 responses: '204': description: Success response @@ -44644,7 +44662,7 @@ paths: required: true content: application/json: - schema: *308 + schema: *309 examples: default: *115 x-github: @@ -44673,8 +44691,8 @@ paths: in: query schema: type: string - - *280 - *281 + - *282 - *17 - *19 responses: @@ -44718,8 +44736,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#list-runner-applications-for-a-repository parameters: - - *280 - *281 + - *282 responses: '200': description: Response @@ -44727,9 +44745,9 @@ paths: application/json: schema: type: array - items: *309 + items: *310 examples: - default: *310 + default: *311 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44751,8 +44769,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: - - *280 - *281 + - *282 requestBody: required: true content: @@ -44795,7 +44813,7 @@ paths: - no-gpu work_folder: _work responses: - '201': *311 + '201': *312 '404': *6 '422': *7 '409': *47 @@ -44826,8 +44844,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-a-registration-token-for-a-repository parameters: - - *280 - *281 + - *282 responses: '201': description: Response @@ -44835,7 +44853,7 @@ paths: application/json: schema: *124 examples: - default: *312 + default: *313 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44863,8 +44881,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-a-remove-token-for-a-repository parameters: - - *280 - *281 + - *282 responses: '201': description: Response @@ -44872,7 +44890,7 @@ paths: application/json: schema: *124 examples: - default: *313 + default: *314 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44894,8 +44912,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#get-a-self-hosted-runner-for-a-repository parameters: - - *280 - *281 + - *282 - *121 responses: '200': @@ -44904,7 +44922,7 @@ paths: application/json: schema: *122 examples: - default: *314 + default: *315 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44925,8 +44943,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#delete-a-self-hosted-runner-from-a-repository parameters: - - *280 - *281 + - *282 - *121 responses: '204': @@ -44953,8 +44971,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#list-labels-for-a-self-hosted-runner-for-a-repository parameters: - - *280 - *281 + - *282 - *121 responses: '200': *126 @@ -44979,8 +44997,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#add-custom-labels-to-a-self-hosted-runner-for-a-repository parameters: - - *280 - *281 + - *282 - *121 requestBody: required: true @@ -45029,8 +45047,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#set-custom-labels-for-a-self-hosted-runner-for-a-repository parameters: - - *280 - *281 + - *282 - *121 requestBody: required: true @@ -45080,11 +45098,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: - - *280 - *281 + - *282 - *121 responses: - '200': *315 + '200': *316 '404': *6 x-github: githubCloudOnly: false @@ -45111,10 +45129,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#remove-a-custom-label-from-a-self-hosted-runner-for-a-repository parameters: - - *280 - *281 + - *282 - *121 - - *316 + - *317 responses: '200': *126 '404': *6 @@ -45142,9 +45160,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#list-workflow-runs-for-a-repository parameters: - - *280 - *281 - - &334 + - *282 + - &335 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. @@ -45152,7 +45170,7 @@ paths: required: false schema: type: string - - &335 + - &336 name: branch description: Returns workflow runs associated with a branch. Use the name of the branch of the `push`. @@ -45160,7 +45178,7 @@ paths: required: false schema: type: string - - &336 + - &337 name: event description: Returns workflow run triggered by the event you specify. For example, `push`, `pull_request` or `issue`. For more information, see "[Events @@ -45169,7 +45187,7 @@ paths: required: false schema: type: string - - &337 + - &338 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 @@ -45196,7 +45214,7 @@ paths: - pending - *17 - *19 - - &338 + - &339 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)." @@ -45205,7 +45223,7 @@ paths: schema: type: string format: date-time - - &317 + - &318 name: exclude_pull_requests description: If `true` pull requests are omitted from the response (empty array). @@ -45214,13 +45232,13 @@ paths: schema: type: boolean default: false - - &339 + - &340 name: check_suite_id description: Returns workflow runs with the `check_suite_id` that you specify. in: query schema: type: integer - - &340 + - &341 name: head_sha description: Only returns workflow runs that are associated with the specified `head_sha`. @@ -45243,7 +45261,7 @@ paths: type: integer workflow_runs: type: array - items: &318 + items: &319 title: Workflow Run description: An invocation of a workflow type: object @@ -45338,7 +45356,7 @@ paths: that triggered the run. type: array nullable: true - items: &359 + items: &360 title: Pull Request Minimal type: object properties: @@ -45457,7 +45475,7 @@ paths: title: Simple Commit description: A commit. type: object - properties: &363 + properties: &364 id: type: string description: SHA for the commit @@ -45508,7 +45526,7 @@ paths: - name - email nullable: true - required: &364 + required: &365 - id - tree_id - message @@ -45555,7 +45573,7 @@ paths: - workflow_url - pull_requests examples: - default: &341 + default: &342 value: total_count: 1 workflow_runs: @@ -45791,24 +45809,24 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-a-workflow-run parameters: - - *280 - *281 - - &319 + - *282 + - &320 name: run_id description: The unique identifier of the workflow run. in: path required: true schema: type: integer - - *317 + - *318 responses: '200': description: Response content: application/json: - schema: *318 + schema: *319 examples: - default: &322 + default: &323 value: id: 30433642 name: Build @@ -46049,9 +46067,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#delete-a-workflow-run parameters: - - *280 - *281 - - *319 + - *282 + - *320 responses: '204': description: Response @@ -46074,9 +46092,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-the-review-history-for-a-workflow-run parameters: - - *280 - *281 - - *319 + - *282 + - *320 responses: '200': description: Response @@ -46195,9 +46213,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#approve-a-workflow-run-for-a-fork-pull-request parameters: - - *280 - *281 - - *319 + - *282 + - *320 responses: '201': description: Response @@ -46230,12 +46248,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#list-workflow-run-artifacts parameters: - - *280 - *281 - - *319 + - *282 + - *320 - *17 - *19 - - *320 + - *321 responses: '200': description: Response @@ -46251,9 +46269,9 @@ paths: type: integer artifacts: type: array - items: *295 + items: *296 examples: - default: *321 + default: *322 headers: Link: *58 x-github: @@ -46277,25 +46295,25 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-a-workflow-run-attempt parameters: - - *280 - *281 - - *319 - - &323 + - *282 + - *320 + - &324 name: attempt_number description: The attempt number of the workflow run. in: path required: true schema: type: integer - - *317 + - *318 responses: '200': description: Response content: application/json: - schema: *318 + schema: *319 examples: - default: *322 + default: *323 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46318,10 +46336,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run-attempt parameters: - - *280 - *281 - - *319 - - *323 + - *282 + - *320 + - *324 - *17 - *19 responses: @@ -46339,9 +46357,9 @@ paths: type: integer jobs: type: array - items: *324 + items: *325 examples: - default: &325 + default: &326 value: total_count: 1 jobs: @@ -46454,10 +46472,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#download-workflow-run-attempt-logs parameters: - - *280 - *281 - - *319 - - *323 + - *282 + - *320 + - *324 responses: '302': description: Response @@ -46485,9 +46503,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#cancel-a-workflow-run parameters: - - *280 - *281 - - *319 + - *282 + - *320 responses: '202': description: Response @@ -46520,9 +46538,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: - - *280 - *281 - - *319 + - *282 + - *320 requestBody: required: true content: @@ -46589,9 +46607,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#force-cancel-a-workflow-run parameters: - - *280 - *281 - - *319 + - *282 + - *320 responses: '202': description: Response @@ -46624,9 +46642,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run parameters: - - *280 - *281 - - *319 + - *282 + - *320 - 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 @@ -46656,9 +46674,9 @@ paths: type: integer jobs: type: array - items: *324 + items: *325 examples: - default: *325 + default: *326 headers: Link: *58 x-github: @@ -46683,9 +46701,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#download-workflow-run-logs parameters: - - *280 - *281 - - *319 + - *282 + - *320 responses: '302': description: Response @@ -46712,9 +46730,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#delete-workflow-run-logs parameters: - - *280 - *281 - - *319 + - *282 + - *320 responses: '204': description: Response @@ -46741,9 +46759,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-pending-deployments-for-a-workflow-run parameters: - - *280 - *281 - - *319 + - *282 + - *320 responses: '200': description: Response @@ -46803,7 +46821,7 @@ paths: items: type: object properties: - type: &443 + type: &444 type: string description: The type of reviewer. enum: @@ -46888,9 +46906,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#review-pending-deployments-for-a-workflow-run parameters: - - *280 - *281 - - *319 + - *282 + - *320 requestBody: required: true content: @@ -46937,7 +46955,7 @@ paths: application/json: schema: type: array - items: &438 + items: &439 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed @@ -47043,7 +47061,7 @@ paths: - created_at - updated_at examples: - default: &439 + default: &440 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -47099,9 +47117,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-a-workflow parameters: - - *280 - *281 - - *319 + - *282 + - *320 requestBody: required: false content: @@ -47145,9 +47163,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-failed-jobs-from-a-workflow-run parameters: - - *280 - *281 - - *319 + - *282 + - *320 requestBody: required: false content: @@ -47200,9 +47218,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-workflow-run-usage parameters: - - *280 - *281 - - *319 + - *282 + - *320 responses: '200': description: Response @@ -47339,8 +47357,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-repository-secrets parameters: - - *280 - *281 + - *282 - *17 - *19 responses: @@ -47358,9 +47376,9 @@ paths: type: integer secrets: type: array - items: *326 + items: *327 examples: - default: *327 + default: *328 headers: Link: *58 x-github: @@ -47385,16 +47403,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-a-repository-public-key parameters: - - *280 - *281 + - *282 responses: '200': description: Response content: application/json: - schema: *328 + schema: *329 examples: - default: *329 + default: *330 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47416,17 +47434,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-a-repository-secret parameters: - - *280 - *281 + - *282 - *128 responses: '200': description: Response content: application/json: - schema: *326 + schema: *327 examples: - default: &456 + default: &457 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -47452,8 +47470,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#create-or-update-a-repository-secret parameters: - - *280 - *281 + - *282 - *128 requestBody: required: true @@ -47511,8 +47529,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#delete-a-repository-secret parameters: - - *280 - *281 + - *282 - *128 responses: '204': @@ -47538,9 +47556,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-repository-variables parameters: - - *280 - *281 - - *302 + - *282 + - *303 - *19 responses: '200': @@ -47557,9 +47575,9 @@ paths: type: integer variables: type: array - items: *330 + items: *331 examples: - default: *331 + default: *332 headers: Link: *58 x-github: @@ -47582,8 +47600,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#create-a-repository-variable parameters: - - *280 - *281 + - *282 requestBody: required: true content: @@ -47635,17 +47653,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#get-a-repository-variable parameters: - - *280 - *281 + - *282 - *131 responses: '200': description: Response content: application/json: - schema: *330 + schema: *331 examples: - default: &457 + default: &458 value: name: USERNAME value: octocat @@ -47671,8 +47689,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#update-a-repository-variable parameters: - - *280 - *281 + - *282 - *131 requestBody: required: true @@ -47715,8 +47733,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#delete-a-repository-variable parameters: - - *280 - *281 + - *282 - *131 responses: '204': @@ -47742,8 +47760,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#list-repository-workflows parameters: - - *280 - *281 + - *282 - *17 - *19 responses: @@ -47761,7 +47779,7 @@ paths: type: integer workflows: type: array - items: &332 + items: &333 title: Workflow description: A GitHub Actions workflow type: object @@ -47868,9 +47886,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#get-a-workflow parameters: - - *280 - *281 - - &333 + - *282 + - &334 name: workflow_id in: path description: The ID of the workflow. You can also pass the workflow file name @@ -47885,7 +47903,7 @@ paths: description: Response content: application/json: - schema: *332 + schema: *333 examples: default: value: @@ -47918,9 +47936,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#disable-a-workflow parameters: - - *280 - *281 - - *333 + - *282 + - *334 responses: '204': description: Response @@ -47945,9 +47963,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#create-a-workflow-dispatch-event parameters: - - *280 - *281 - - *333 + - *282 + - *334 responses: '204': description: Response @@ -47998,9 +48016,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#enable-a-workflow parameters: - - *280 - *281 - - *333 + - *282 + - *334 responses: '204': description: Response @@ -48027,19 +48045,19 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#list-workflow-runs-for-a-workflow parameters: - - *280 - *281 - - *333 + - *282 - *334 - *335 - *336 - *337 + - *338 - *17 - *19 - - *338 - - *317 - *339 + - *318 - *340 + - *341 responses: '200': description: Response @@ -48055,9 +48073,9 @@ paths: type: integer workflow_runs: type: array - items: *318 + items: *319 examples: - default: *341 + default: *342 headers: Link: *58 x-github: @@ -48089,9 +48107,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#get-workflow-usage parameters: - - *280 - *281 - - *333 + - *282 + - *334 responses: '200': description: Response @@ -48152,8 +48170,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-activities parameters: - - *280 - *281 + - *282 - *48 - *17 - *40 @@ -48317,8 +48335,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#list-assignees parameters: - - *280 - *281 + - *282 - *17 - *19 responses: @@ -48355,8 +48373,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#check-if-a-user-can-be-assigned parameters: - - *280 - *281 + - *282 - name: assignee in: path required: true @@ -48392,8 +48410,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#create-an-attestation parameters: - - *280 - *281 + - *282 requestBody: required: true content: @@ -48505,8 +48523,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-attestations parameters: - - *280 - *281 + - *282 - *17 - *40 - *41 @@ -48560,7 +48578,7 @@ paths: bundle_url: type: string examples: - default: *342 + default: *343 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48580,8 +48598,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#get-all-autolinks-of-a-repository parameters: - - *280 - *281 + - *282 responses: '200': description: Response @@ -48589,7 +48607,7 @@ paths: application/json: schema: type: array - items: &343 + items: &344 title: Autolink reference description: An autolink reference. type: object @@ -48639,8 +48657,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#create-an-autolink-reference-for-a-repository parameters: - - *280 - *281 + - *282 requestBody: required: true content: @@ -48679,9 +48697,9 @@ paths: description: response content: application/json: - schema: *343 + schema: *344 examples: - default: &344 + default: &345 value: id: 1 key_prefix: TICKET- @@ -48712,9 +48730,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#get-an-autolink-reference-of-a-repository parameters: - - *280 - *281 - - &345 + - *282 + - &346 name: autolink_id description: The unique identifier of the autolink. in: path @@ -48726,9 +48744,9 @@ paths: description: Response content: application/json: - schema: *343 + schema: *344 examples: - default: *344 + default: *345 '404': *6 x-github: githubCloudOnly: false @@ -48748,9 +48766,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#delete-an-autolink-reference-from-a-repository parameters: - - *280 - *281 - - *345 + - *282 + - *346 responses: '204': description: Response @@ -48774,8 +48792,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: - - *280 - *281 + - *282 responses: '200': description: Response if Dependabot is enabled @@ -48823,8 +48841,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-dependabot-security-updates parameters: - - *280 - *281 + - *282 responses: '204': description: Response @@ -48845,8 +48863,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-dependabot-security-updates parameters: - - *280 - *281 + - *282 responses: '204': description: Response @@ -48866,8 +48884,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#list-branches parameters: - - *280 - *281 + - *282 - name: protected description: Setting to `true` returns only branches protected by branch protections or rulesets. When set to `false`, only unprotected branches are returned. @@ -48905,7 +48923,7 @@ paths: - url protected: type: boolean - protection: &347 + protection: &348 title: Branch Protection description: Branch Protection type: object @@ -48947,7 +48965,7 @@ paths: required: - contexts - checks - enforce_admins: &350 + enforce_admins: &351 title: Protected Branch Admin Enforced description: Protected Branch Admin Enforced type: object @@ -48962,7 +48980,7 @@ paths: required: - url - enabled - required_pull_request_reviews: &352 + required_pull_request_reviews: &353 title: Protected Branch Pull Request Review description: Protected Branch Pull Request Review type: object @@ -49038,7 +49056,7 @@ paths: required: - dismiss_stale_reviews - require_code_owner_reviews - restrictions: &349 + restrictions: &350 title: Branch Restriction Policy description: Branch Restriction Policy type: object @@ -49345,9 +49363,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#get-a-branch parameters: - - *280 - *281 - - &348 + - *282 + - &349 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). @@ -49361,14 +49379,14 @@ paths: description: Response content: application/json: - schema: &358 + schema: &359 title: Branch With Protection description: Branch With Protection type: object properties: name: type: string - commit: &411 + commit: &412 title: Commit description: Commit type: object @@ -49402,7 +49420,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: &346 + properties: &347 name: type: string example: '"Chris Wanstrath"' @@ -49417,7 +49435,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *346 + properties: *347 nullable: true message: type: string @@ -49438,7 +49456,7 @@ paths: required: - sha - url - verification: &463 + verification: &464 title: Verification type: object properties: @@ -49508,7 +49526,7 @@ paths: type: integer files: type: array - items: &426 + items: &427 title: Diff Entry description: Diff Entry type: object @@ -49591,7 +49609,7 @@ paths: - self protected: type: boolean - protection: *347 + protection: *348 protection_url: type: string format: uri @@ -49698,7 +49716,7 @@ paths: contexts: [] checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection - '301': *292 + '301': *293 '404': *6 x-github: githubCloudOnly: false @@ -49720,15 +49738,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-branch-protection parameters: - - *280 - *281 - - *348 + - *282 + - *349 responses: '200': description: Response content: application/json: - schema: *347 + schema: *348 examples: default: value: @@ -49922,9 +49940,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-branch-protection parameters: - - *280 - *281 - - *348 + - *282 + - *349 requestBody: required: true content: @@ -50179,7 +50197,7 @@ paths: url: type: string format: uri - required_status_checks: &355 + required_status_checks: &356 title: Status Check Policy description: Status Check Policy type: object @@ -50331,7 +50349,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *349 + restrictions: *350 required_conversation_resolution: type: object properties: @@ -50443,9 +50461,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-branch-protection parameters: - - *280 - *281 - - *348 + - *282 + - *349 responses: '204': description: Response @@ -50470,17 +50488,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-admin-branch-protection parameters: - - *280 - *281 - - *348 + - *282 + - *349 responses: '200': description: Response content: application/json: - schema: *350 + schema: *351 examples: - default: &351 + default: &352 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins enabled: true @@ -50502,17 +50520,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-admin-branch-protection parameters: - - *280 - *281 - - *348 + - *282 + - *349 responses: '200': description: Response content: application/json: - schema: *350 + schema: *351 examples: - default: *351 + default: *352 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -50531,9 +50549,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-admin-branch-protection parameters: - - *280 - *281 - - *348 + - *282 + - *349 responses: '204': description: Response @@ -50558,17 +50576,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-pull-request-review-protection parameters: - - *280 - *281 - - *348 + - *282 + - *349 responses: '200': description: Response content: application/json: - schema: *352 + schema: *353 examples: - default: &353 + default: &354 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_pull_request_reviews dismissal_restrictions: @@ -50664,9 +50682,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-pull-request-review-protection parameters: - - *280 - *281 - - *348 + - *282 + - *349 requestBody: required: false content: @@ -50764,9 +50782,9 @@ paths: description: Response content: application/json: - schema: *352 + schema: *353 examples: - default: *353 + default: *354 '422': *15 x-github: githubCloudOnly: false @@ -50787,9 +50805,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-pull-request-review-protection parameters: - - *280 - *281 - - *348 + - *282 + - *349 responses: '204': description: Response @@ -50816,17 +50834,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-commit-signature-protection parameters: - - *280 - *281 - - *348 + - *282 + - *349 responses: '200': description: Response content: application/json: - schema: *350 + schema: *351 examples: - default: &354 + default: &355 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true @@ -50849,17 +50867,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#create-commit-signature-protection parameters: - - *280 - *281 - - *348 + - *282 + - *349 responses: '200': description: Response content: application/json: - schema: *350 + schema: *351 examples: - default: *354 + default: *355 '404': *6 x-github: githubCloudOnly: false @@ -50879,9 +50897,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-commit-signature-protection parameters: - - *280 - *281 - - *348 + - *282 + - *349 responses: '204': description: Response @@ -50906,17 +50924,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-status-checks-protection parameters: - - *280 - *281 - - *348 + - *282 + - *349 responses: '200': description: Response content: application/json: - schema: *355 + schema: *356 examples: - default: &356 + default: &357 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_status_checks strict: true @@ -50942,9 +50960,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-status-check-protection parameters: - - *280 - *281 - - *348 + - *282 + - *349 requestBody: required: false content: @@ -50996,9 +51014,9 @@ paths: description: Response content: application/json: - schema: *355 + schema: *356 examples: - default: *356 + default: *357 '404': *6 '422': *15 x-github: @@ -51020,9 +51038,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-status-check-protection parameters: - - *280 - *281 - - *348 + - *282 + - *349 responses: '204': description: Response @@ -51046,9 +51064,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-all-status-check-contexts parameters: - - *280 - *281 - - *348 + - *282 + - *349 responses: '200': description: Response @@ -51082,9 +51100,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-status-check-contexts parameters: - - *280 - *281 - - *348 + - *282 + - *349 requestBody: required: false content: @@ -51151,9 +51169,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-status-check-contexts parameters: - - *280 - *281 - - *348 + - *282 + - *349 requestBody: required: false content: @@ -51217,9 +51235,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-status-check-contexts parameters: - - *280 - *281 - - *348 + - *282 + - *349 requestBody: content: application/json: @@ -51285,15 +51303,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-access-restrictions parameters: - - *280 - *281 - - *348 + - *282 + - *349 responses: '200': description: Response content: application/json: - schema: *349 + schema: *350 examples: default: value: @@ -51384,9 +51402,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-access-restrictions parameters: - - *280 - *281 - - *348 + - *282 + - *349 responses: '204': description: Response @@ -51409,9 +51427,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-apps-with-access-to-the-protected-branch parameters: - - *280 - *281 - - *348 + - *282 + - *349 responses: '200': description: Response @@ -51421,7 +51439,7 @@ paths: type: array items: *5 examples: - default: &357 + default: &358 value: - id: 1 slug: octoapp @@ -51478,9 +51496,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-app-access-restrictions parameters: - - *280 - *281 - - *348 + - *282 + - *349 requestBody: required: true content: @@ -51514,7 +51532,7 @@ paths: type: array items: *5 examples: - default: *357 + default: *358 '422': *15 x-github: githubCloudOnly: false @@ -51535,9 +51553,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-app-access-restrictions parameters: - - *280 - *281 - - *348 + - *282 + - *349 requestBody: required: true content: @@ -51571,7 +51589,7 @@ paths: type: array items: *5 examples: - default: *357 + default: *358 '422': *15 x-github: githubCloudOnly: false @@ -51592,9 +51610,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-app-access-restrictions parameters: - - *280 - *281 - - *348 + - *282 + - *349 requestBody: required: true content: @@ -51628,7 +51646,7 @@ paths: type: array items: *5 examples: - default: *357 + default: *358 '422': *15 x-github: githubCloudOnly: false @@ -51650,9 +51668,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-teams-with-access-to-the-protected-branch parameters: - - *280 - *281 - - *348 + - *282 + - *349 responses: '200': description: Response @@ -51682,9 +51700,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-team-access-restrictions parameters: - - *280 - *281 - - *348 + - *282 + - *349 requestBody: required: false content: @@ -51743,9 +51761,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-team-access-restrictions parameters: - - *280 - *281 - - *348 + - *282 + - *349 requestBody: required: false content: @@ -51804,9 +51822,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-team-access-restrictions parameters: - - *280 - *281 - - *348 + - *282 + - *349 requestBody: content: application/json: @@ -51865,9 +51883,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-users-with-access-to-the-protected-branch parameters: - - *280 - *281 - - *348 + - *282 + - *349 responses: '200': description: Response @@ -51901,9 +51919,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-user-access-restrictions parameters: - - *280 - *281 - - *348 + - *282 + - *349 requestBody: required: true content: @@ -51961,9 +51979,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-user-access-restrictions parameters: - - *280 - *281 - - *348 + - *282 + - *349 requestBody: required: true content: @@ -52021,9 +52039,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-user-access-restrictions parameters: - - *280 - *281 - - *348 + - *282 + - *349 requestBody: required: true content: @@ -52083,9 +52101,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#rename-a-branch parameters: - - *280 - *281 - - *348 + - *282 + - *349 requestBody: required: true content: @@ -52107,7 +52125,7 @@ paths: description: Response content: application/json: - schema: *358 + schema: *359 examples: default: value: @@ -52223,8 +52241,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#create-a-check-run parameters: - - *280 - *281 + - *282 requestBody: required: true content: @@ -52503,7 +52521,7 @@ paths: description: Response content: application/json: - schema: &360 + schema: &361 title: CheckRun description: A check performed on the code of a given code change type: object @@ -52622,8 +52640,8 @@ paths: do not necessarily indicate pull requests that triggered the check. type: array - items: *359 - deployment: &661 + items: *360 + deployment: &662 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -52903,9 +52921,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#get-a-check-run parameters: - - *280 - *281 - - &361 + - *282 + - &362 name: check_run_id description: The unique identifier of the check run. in: path @@ -52917,9 +52935,9 @@ paths: description: Response content: application/json: - schema: *360 + schema: *361 examples: - default: &362 + default: &363 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -53019,9 +53037,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#update-a-check-run parameters: - - *280 - *281 - - *361 + - *282 + - *362 requestBody: required: true content: @@ -53261,9 +53279,9 @@ paths: description: Response content: application/json: - schema: *360 + schema: *361 examples: - default: *362 + default: *363 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -53283,9 +53301,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-run-annotations parameters: - - *280 - *281 - - *361 + - *282 + - *362 - *17 - *19 responses: @@ -53380,9 +53398,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#rerequest-a-check-run parameters: - - *280 - *281 - - *361 + - *282 + - *362 responses: '201': description: Response @@ -53426,8 +53444,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#create-a-check-suite parameters: - - *280 - *281 + - *282 requestBody: required: true content: @@ -53449,7 +53467,7 @@ paths: description: Response when the suite already exists content: application/json: - schema: &365 + schema: &366 title: CheckSuite description: A suite of checks performed on the code of a given code change @@ -53513,7 +53531,7 @@ paths: nullable: true pull_requests: type: array - items: *359 + items: *360 nullable: true app: title: GitHub app @@ -53535,12 +53553,12 @@ paths: type: string format: date-time nullable: true - head_commit: &687 + head_commit: &688 title: Simple Commit description: A commit. type: object - properties: *363 - required: *364 + properties: *364 + required: *365 latest_check_runs_count: type: integer check_runs_url: @@ -53568,7 +53586,7 @@ paths: - check_runs_url - pull_requests examples: - default: &366 + default: &367 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -53859,9 +53877,9 @@ paths: description: Response when the suite was created content: application/json: - schema: *365 + schema: *366 examples: - default: *366 + default: *367 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -53880,8 +53898,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#update-repository-preferences-for-check-suites parameters: - - *280 - *281 + - *282 requestBody: required: true content: @@ -54190,9 +54208,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#get-a-check-suite parameters: - - *280 - *281 - - &367 + - *282 + - &368 name: check_suite_id description: The unique identifier of the check suite. in: path @@ -54204,9 +54222,9 @@ paths: description: Response content: application/json: - schema: *365 + schema: *366 examples: - default: *366 + default: *367 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54229,17 +54247,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-runs-in-a-check-suite parameters: - - *280 - *281 - - *367 - - &419 + - *282 + - *368 + - &420 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &420 + - &421 name: status description: Returns check runs with the specified `status`. in: query @@ -54278,9 +54296,9 @@ paths: type: integer check_runs: type: array - items: *360 + items: *361 examples: - default: &421 + default: &422 value: total_count: 1 check_runs: @@ -54382,9 +54400,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#rerequest-a-check-suite parameters: - - *280 - *281 - - *367 + - *282 + - *368 responses: '201': description: Response @@ -54417,21 +54435,21 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-alerts-for-a-repository parameters: - - *280 - *281 - - *368 + - *282 - *369 + - *370 - *19 - *17 - - &386 + - &387 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: *370 - - &387 + schema: *371 + - &388 name: pr description: The number of the pull request for the results you want to list. in: query @@ -54456,13 +54474,13 @@ paths: be returned. in: query required: false - schema: *371 + schema: *372 - name: severity description: If specified, only code scanning alerts with this severity will be returned. in: query required: false - schema: *372 + schema: *373 responses: '200': description: Response @@ -54478,7 +54496,7 @@ paths: updated_at: *137 url: *56 html_url: *57 - instances_url: *373 + instances_url: *374 state: *142 fixed_at: *138 dismissed_by: @@ -54489,11 +54507,11 @@ paths: required: *21 nullable: true dismissed_at: *139 - dismissed_reason: *374 - dismissed_comment: *375 - rule: *376 - tool: *377 - most_recent_instance: *378 + dismissed_reason: *375 + dismissed_comment: *376 + rule: *377 + tool: *378 + most_recent_instance: *379 dismissal_approved_by: title: Simple User description: A GitHub user. @@ -54616,7 +54634,7 @@ paths: classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances '304': *37 - '403': &379 + '403': &380 description: Response if GitHub Advanced Security is not enabled for this repository content: @@ -54643,9 +54661,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-code-scanning-alert parameters: - - *280 - *281 - - &380 + - *282 + - &381 name: alert_number in: path description: The number that identifies an alert. You can find this at the @@ -54659,7 +54677,7 @@ paths: description: Response content: application/json: - schema: &381 + schema: &382 type: object properties: number: *54 @@ -54667,7 +54685,7 @@ paths: updated_at: *137 url: *56 html_url: *57 - instances_url: *373 + instances_url: *374 state: *142 fixed_at: *138 dismissed_by: @@ -54678,8 +54696,8 @@ paths: required: *21 nullable: true dismissed_at: *139 - dismissed_reason: *374 - dismissed_comment: *375 + dismissed_reason: *375 + dismissed_comment: *376 rule: type: object properties: @@ -54733,8 +54751,8 @@ paths: type: string description: A link to the documentation for the rule used to detect the alert. - tool: *377 - most_recent_instance: *378 + tool: *378 + most_recent_instance: *379 dismissal_approved_by: title: Simple User description: A GitHub user. @@ -54830,7 +54848,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '304': *37 - '403': *379 + '403': *380 '404': *6 '503': *65 x-github: @@ -54850,9 +54868,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#update-a-code-scanning-alert parameters: - - *280 - *281 - - *380 + - *282 + - *381 requestBody: required: true content: @@ -54867,8 +54885,8 @@ paths: enum: - open - dismissed - dismissed_reason: *374 - dismissed_comment: *375 + dismissed_reason: *375 + dismissed_comment: *376 create_request: type: boolean description: If `true`, attempt to create an alert dismissal request. @@ -54887,7 +54905,7 @@ paths: description: Response content: application/json: - schema: *381 + schema: *382 examples: default: value: @@ -54963,7 +54981,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '400': *14 - '403': &385 + '403': &386 description: Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository content: @@ -54990,15 +55008,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: - - *280 - *281 - - *380 + - *282 + - *381 responses: '200': description: Response content: application/json: - schema: &382 + schema: &383 type: object properties: status: @@ -55024,13 +55042,13 @@ paths: - description - started_at examples: - default: &383 + default: &384 value: status: success description: This fixes an XSS vulnerability by escaping the user input. started_at: '2024-02-14T12:29:18Z' - '400': &384 + '400': &385 description: Bad Request content: application/json: @@ -55041,7 +55059,7 @@ paths: message: The alert_number is not valid documentation_url: https://docs.github.com/rest/code-scanning/code-scanning#get-the-status-of-an-autofix-for-a-code-scanning-alert status: '400' - '403': *379 + '403': *380 '404': *6 '503': *65 x-github: @@ -55066,29 +55084,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: - - *280 - *281 - - *380 + - *282 + - *381 responses: '200': description: OK content: application/json: - schema: *382 + schema: *383 examples: - default: *383 + default: *384 '202': description: Accepted content: application/json: - schema: *382 + schema: *383 examples: default: value: status: pending description: started_at: '2024-02-14T12:29:18Z' - '400': *384 + '400': *385 '403': description: Response if the repository is archived, if GitHub Advanced Security is not enabled for this repository or if rate limit is exceeded @@ -55120,9 +55138,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: - - *280 - *281 - - *380 + - *282 + - *381 requestBody: required: false content: @@ -55167,8 +55185,8 @@ paths: value: target_ref: refs/heads/main sha: 178f4f6090b3fccad4a65b3e83d076a622d59652 - '400': *384 - '403': *385 + '400': *385 + '403': *386 '404': *6 '422': description: Unprocessable Entity @@ -55192,13 +55210,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-instances-of-a-code-scanning-alert parameters: - - *280 - *281 - - *380 + - *282 + - *381 - *19 - *17 - - *386 - *387 + - *388 responses: '200': description: Response @@ -55206,7 +55224,7 @@ paths: application/json: schema: type: array - items: *378 + items: *379 examples: default: value: @@ -55245,7 +55263,7 @@ paths: end_column: 50 classifications: - source - '403': *379 + '403': *380 '404': *6 '503': *65 x-github: @@ -55279,25 +55297,25 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-analyses-for-a-repository parameters: - - *280 - *281 - - *368 + - *282 - *369 + - *370 - *19 - *17 - - *387 + - *388 - 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: *370 + schema: *371 - name: sarif_id in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &390 + schema: &391 type: string description: An identifier for the upload. example: 6c81cd8e-b078-4ac3-a3be-1dad7dbd0b53 @@ -55318,23 +55336,23 @@ paths: application/json: schema: type: array - items: &391 + items: &392 type: object properties: - ref: *370 - commit_sha: &399 + ref: *371 + commit_sha: &400 description: The SHA of the commit to which the analysis you are uploading relates. type: string minLength: 40 maxLength: 40 pattern: "^[0-9a-fA-F]+$" - analysis_key: *388 + analysis_key: *389 environment: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *389 + category: *390 error: type: string example: error reading field xyz @@ -55358,8 +55376,8 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *390 - tool: *377 + sarif_id: *391 + tool: *378 deletable: type: boolean warning: @@ -55420,7 +55438,7 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *379 + '403': *380 '404': *6 '503': *65 x-github: @@ -55456,8 +55474,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: - - *280 - *281 + - *282 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -55470,7 +55488,7 @@ paths: description: Response content: application/json: - schema: *391 + schema: *392 examples: response: summary: application/json response @@ -55524,7 +55542,7 @@ paths: properties: - github/alertNumber: 2 - github/alertUrl: https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2 - '403': *379 + '403': *380 '404': *6 '422': description: Response if analysis could not be processed @@ -55611,8 +55629,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: - - *280 - *281 + - *282 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -55665,7 +55683,7 @@ paths: next_analysis_url: https://api.github.com/repos/octocat/hello-world/code-scanning/analyses/41 confirm_delete_url: https://api.github.com/repos/octocat/hello-world/code-scanning/analyses/41?confirm_delete '400': *14 - '403': *385 + '403': *386 '404': *6 '503': *65 x-github: @@ -55687,8 +55705,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-codeql-databases-for-a-repository parameters: - - *280 - *281 + - *282 responses: '200': description: Response @@ -55696,7 +55714,7 @@ paths: application/json: schema: type: array - items: &392 + items: &393 title: CodeQL Database description: A CodeQL database. type: object @@ -55807,7 +55825,7 @@ paths: updated_at: '2022-09-12T12:14:32Z' url: https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/ruby commit_oid: 1927de39fefa25a9d0e64e3f540ff824a72f538c - '403': *379 + '403': *380 '404': *6 '503': *65 x-github: @@ -55836,8 +55854,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-codeql-database-for-a-repository parameters: - - *280 - *281 + - *282 - name: language in: path description: The language of the CodeQL database. @@ -55849,7 +55867,7 @@ paths: description: Response content: application/json: - schema: *392 + schema: *393 examples: default: value: @@ -55881,9 +55899,9 @@ paths: updated_at: '2022-09-12T12:14:32Z' url: https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/java commit_oid: 1927de39fefa25a9d0e64e3f540ff824a72f538c - '302': &428 + '302': &429 description: Found - '403': *379 + '403': *380 '404': *6 '503': *65 x-github: @@ -55905,8 +55923,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#delete-a-codeql-database parameters: - - *280 - *281 + - *282 - name: language in: path description: The language of the CodeQL database. @@ -55916,7 +55934,7 @@ paths: responses: '204': description: Response - '403': *385 + '403': *386 '404': *6 '503': *65 x-github: @@ -55944,8 +55962,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#create-a-codeql-variant-analysis parameters: - - *280 - *281 + - *282 requestBody: required: true content: @@ -55954,7 +55972,7 @@ paths: type: object additionalProperties: false properties: - language: &393 + language: &394 type: string description: The language targeted by the CodeQL query enum: @@ -56033,7 +56051,7 @@ paths: description: Variant analysis submitted for processing content: application/json: - schema: &397 + schema: &398 title: Variant Analysis description: A run of a CodeQL query against one or more repositories. type: object @@ -56043,7 +56061,7 @@ paths: description: The ID of the variant analysis. controller_repo: *53 actor: *4 - query_language: *393 + query_language: *394 query_pack_url: type: string description: The download url for the query pack. @@ -56090,7 +56108,7 @@ paths: items: type: object properties: - repository: &394 + repository: &395 title: Repository Identifier description: Repository Identifier type: object @@ -56126,7 +56144,7 @@ paths: - private - stargazers_count - updated_at - analysis_status: &398 + analysis_status: &399 type: string description: The new status of the CodeQL variant analysis repository task. @@ -56158,7 +56176,7 @@ paths: from processing. This information is only available to the user that initiated the variant analysis. properties: - access_mismatch_repos: &395 + access_mismatch_repos: &396 type: object properties: repository_count: @@ -56172,7 +56190,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: *394 + items: *395 required: - repository_count - repositories @@ -56194,8 +56212,8 @@ paths: required: - repository_count - repository_full_names - no_codeql_db_repos: *395 - over_limit_repos: *395 + no_codeql_db_repos: *396 + over_limit_repos: *396 required: - access_mismatch_repos - not_found_repos @@ -56211,7 +56229,7 @@ paths: examples: repositories_parameter: summary: Response for a successful variant analysis submission - value: &396 + value: &397 summary: Default response value: id: 1 @@ -56363,10 +56381,10 @@ paths: private: false repository_owners: summary: Response for a successful variant analysis submission - value: *396 + value: *397 repository_lists: summary: Response for a successful variant analysis submission - value: *396 + value: *397 '404': *6 '422': description: Unable to process variant analysis submission @@ -56394,8 +56412,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: - - *280 - *281 + - *282 - name: codeql_variant_analysis_id in: path description: The unique identifier of the variant analysis. @@ -56407,9 +56425,9 @@ paths: description: Response content: application/json: - schema: *397 + schema: *398 examples: - default: *396 + default: *397 '404': *6 '503': *65 x-github: @@ -56432,7 +56450,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: - - *280 + - *281 - name: repo in: path description: The name of the controller repository. @@ -56467,7 +56485,7 @@ paths: type: object properties: repository: *53 - analysis_status: *398 + analysis_status: *399 artifact_size_in_bytes: type: integer description: The size of the artifact. This is only available @@ -56592,8 +56610,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-code-scanning-default-setup-configuration parameters: - - *280 - *281 + - *282 responses: '200': description: Response @@ -56667,7 +56685,7 @@ paths: query_suite: default updated_at: '2023-01-19T11:21:34Z' schedule: weekly - '403': *379 + '403': *380 '404': *6 '503': *65 x-github: @@ -56688,8 +56706,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#update-a-code-scanning-default-setup-configuration parameters: - - *280 - *281 + - *282 requestBody: required: true content: @@ -56771,7 +56789,7 @@ paths: value: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 - '403': *385 + '403': *386 '404': *6 '409': description: Response if there is already a validation run in progress with @@ -56836,8 +56854,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#upload-an-analysis-as-sarif-data parameters: - - *280 - *281 + - *282 requestBody: required: true content: @@ -56845,7 +56863,7 @@ paths: schema: type: object properties: - commit_sha: *399 + commit_sha: *400 ref: type: string description: |- @@ -56903,7 +56921,7 @@ paths: schema: type: object properties: - id: *390 + id: *391 url: type: string description: The REST API URL for checking the status of the upload. @@ -56917,7 +56935,7 @@ paths: url: https://api.github.com/repos/octocat/hello-world/code-scanning/sarifs/47177e22-5596-11eb-80a1-c1e54ef945c6 '400': description: Bad Request if the sarif field is invalid - '403': *385 + '403': *386 '404': *6 '413': description: Payload Too Large if the sarif field is too large @@ -56940,8 +56958,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-information-about-a-sarif-upload parameters: - - *280 - *281 + - *282 - name: sarif_id description: The SARIF ID obtained after uploading. in: path @@ -56987,7 +57005,7 @@ paths: value: processing_status: complete analyses_url: https://api.github.com/repos/octocat/hello-world/code-scanning/analyses?sarif_id=47177e22-5596-11eb-80a1-c1e54ef945c6 - '403': *379 + '403': *380 '404': description: Not Found if the sarif id does not match any upload '503': *65 @@ -57012,8 +57030,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: - - *280 - *281 + - *282 responses: '200': description: Response @@ -57094,8 +57112,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-codeowners-errors parameters: - - *280 - *281 + - *282 - 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 @@ -57215,8 +57233,8 @@ paths: parameters: - *17 - *19 - - *280 - *281 + - *282 responses: '200': description: Response @@ -57530,8 +57548,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-codespace-in-a-repository parameters: - - *280 - *281 + - *282 requestBody: required: true content: @@ -57596,7 +57614,7 @@ paths: application/json: schema: *199 examples: - default: *400 + default: *401 '202': description: Response when the codespace creation partially failed but is being retried in the background @@ -57604,7 +57622,7 @@ paths: application/json: schema: *199 examples: - default: *400 + default: *401 '400': *14 '401': *25 '403': *29 @@ -57633,8 +57651,8 @@ paths: parameters: - *17 - *19 - - *280 - *281 + - *282 responses: '200': description: Response @@ -57698,8 +57716,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/machines#list-available-machine-types-for-a-repository parameters: - - *280 - *281 + - *282 - name: location description: The location to check for available machines. Assigned by IP if not provided. @@ -57734,14 +57752,14 @@ paths: type: integer machines: type: array - items: &614 + items: &615 type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *401 - required: *402 + properties: *402 + required: *403 examples: - default: &615 + default: &616 value: total_count: 2 machines: @@ -57781,8 +57799,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#get-default-attributes-for-a-codespace parameters: - - *280 - *281 + - *282 - name: ref description: The branch or commit to check for a default devcontainer path. If not specified, the default branch will be checked. @@ -57866,8 +57884,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: - - *280 - *281 + - *282 - 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 @@ -57933,8 +57951,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#list-repository-secrets parameters: - - *280 - *281 + - *282 - *17 - *19 responses: @@ -57952,7 +57970,7 @@ paths: type: integer secrets: type: array - items: &406 + items: &407 title: Codespaces Secret description: Set repository secrets for GitHub Codespaces. type: object @@ -57972,7 +57990,7 @@ paths: - created_at - updated_at examples: - default: *403 + default: *404 headers: Link: *58 x-github: @@ -57995,16 +58013,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#get-a-repository-public-key parameters: - - *280 - *281 + - *282 responses: '200': description: Response content: application/json: - schema: *404 + schema: *405 examples: - default: *405 + default: *406 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -58024,17 +58042,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#get-a-repository-secret parameters: - - *280 - *281 + - *282 - *128 responses: '200': description: Response content: application/json: - schema: *406 + schema: *407 examples: - default: *407 + default: *408 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58054,8 +58072,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#create-or-update-a-repository-secret parameters: - - *280 - *281 + - *282 - *128 requestBody: required: true @@ -58108,8 +58126,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#delete-a-repository-secret parameters: - - *280 - *281 + - *282 - *128 responses: '204': @@ -58138,8 +58156,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#list-repository-collaborators parameters: - - *280 - *281 + - *282 - name: affiliation description: Filter collaborators returned by their affiliation. `outside` means all outside collaborators of an organization-owned repository. `direct` @@ -58181,7 +58199,7 @@ paths: title: Collaborator description: Collaborator type: object - properties: &408 + properties: &409 login: type: string example: octocat @@ -58274,7 +58292,7 @@ paths: user_view_type: type: string example: public - required: &409 + required: &410 - avatar_url - events_url - followers_url @@ -58348,8 +58366,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#check-if-a-user-is-a-repository-collaborator parameters: - - *280 - *281 + - *282 - *133 responses: '204': @@ -58396,8 +58414,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#add-a-repository-collaborator parameters: - - *280 - *281 + - *282 - *133 requestBody: required: false @@ -58424,7 +58442,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &476 + schema: &477 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -58653,8 +58671,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#remove-a-repository-collaborator parameters: - - *280 - *281 + - *282 - *133 responses: '204': @@ -58686,8 +58704,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#get-repository-permissions-for-a-user parameters: - - *280 - *281 + - *282 - *133 responses: '200': @@ -58708,8 +58726,8 @@ paths: title: Collaborator description: Collaborator type: object - properties: *408 - required: *409 + properties: *409 + required: *410 nullable: true required: - permission @@ -58764,8 +58782,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#list-commit-comments-for-a-repository parameters: - - *280 - *281 + - *282 - *17 - *19 responses: @@ -58775,7 +58793,7 @@ paths: application/json: schema: type: array - items: &410 + items: &411 title: Commit Comment description: Commit Comment type: object @@ -58833,7 +58851,7 @@ paths: - created_at - updated_at examples: - default: &413 + default: &414 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -58892,17 +58910,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#get-a-commit-comment parameters: - - *280 - *281 + - *282 - *76 responses: '200': description: Response content: application/json: - schema: *410 + schema: *411 examples: - default: &414 + default: &415 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -58959,8 +58977,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#update-a-commit-comment parameters: - - *280 - *281 + - *282 - *76 requestBody: required: true @@ -58983,7 +59001,7 @@ paths: description: Response content: application/json: - schema: *410 + schema: *411 examples: default: value: @@ -59034,8 +59052,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#delete-a-commit-comment parameters: - - *280 - *281 + - *282 - *76 responses: '204': @@ -59057,8 +59075,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-commit-comment parameters: - - *280 - *281 + - *282 - *76 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). @@ -59085,9 +59103,9 @@ paths: application/json: schema: type: array - items: *273 + items: *274 examples: - default: *275 + default: *276 headers: Link: *58 '404': *6 @@ -59108,8 +59126,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-commit-comment parameters: - - *280 - *281 + - *282 - *76 requestBody: required: true @@ -59142,16 +59160,16 @@ paths: description: Reaction exists content: application/json: - schema: *273 + schema: *274 examples: - default: *274 + default: *275 '201': description: Reaction created content: application/json: - schema: *273 + schema: *274 examples: - default: *274 + default: *275 '422': *15 x-github: githubCloudOnly: false @@ -59173,10 +59191,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-commit-comment-reaction parameters: - - *280 - *281 + - *282 - *76 - - *276 + - *277 responses: '204': description: Response @@ -59225,8 +59243,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-commits parameters: - - *280 - *281 + - *282 - name: sha description: 'SHA or branch to start listing commits from. Default: the repository’s default branch (usually `main`).' @@ -59282,9 +59300,9 @@ paths: application/json: schema: type: array - items: *411 + items: *412 examples: - default: &527 + default: &528 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -59378,9 +59396,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-branches-for-head-commit parameters: - - *280 - *281 - - &412 + - *282 + - &413 name: commit_sha description: The SHA of the commit. in: path @@ -59452,9 +59470,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#list-commit-comments parameters: - - *280 - *281 - - *412 + - *282 + - *413 - *17 - *19 responses: @@ -59464,9 +59482,9 @@ paths: application/json: schema: type: array - items: *410 + items: *411 examples: - default: *413 + default: *414 headers: Link: *58 x-github: @@ -59494,9 +59512,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#create-a-commit-comment parameters: - - *280 - *281 - - *412 + - *282 + - *413 requestBody: required: true content: @@ -59531,9 +59549,9 @@ paths: description: Response content: application/json: - schema: *410 + schema: *411 examples: - default: *414 + default: *415 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -59561,9 +59579,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-pull-requests-associated-with-a-commit parameters: - - *280 - *281 - - *412 + - *282 + - *413 - *17 - *19 responses: @@ -59573,7 +59591,7 @@ paths: application/json: schema: type: array - items: &518 + items: &519 title: Pull Request Simple description: Pull Request Simple type: object @@ -59679,8 +59697,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *415 - required: *416 + properties: *416 + required: *417 nullable: true active_lock_reason: type: string @@ -59776,7 +59794,7 @@ paths: _links: type: object properties: - comments: &417 + comments: &418 title: Link description: Hypermedia Link type: object @@ -59785,13 +59803,13 @@ paths: type: string required: - href - commits: *417 - statuses: *417 - html: *417 - issue: *417 - review_comments: *417 - review_comment: *417 - self: *417 + commits: *418 + statuses: *418 + html: *418 + issue: *418 + review_comments: *418 + review_comment: *418 + self: *418 required: - comments - commits @@ -59802,7 +59820,7 @@ paths: - review_comment - self author_association: *63 - auto_merge: &520 + auto_merge: &521 title: Auto merge description: The status of auto merging a pull request. type: object @@ -59865,7 +59883,7 @@ paths: - author_association - auto_merge examples: - default: &519 + default: &520 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -60402,11 +60420,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#get-a-commit parameters: - - *280 - *281 + - *282 - *19 - *17 - - &418 + - &419 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)" @@ -60421,9 +60439,9 @@ paths: description: Response content: application/json: - schema: *411 + schema: *412 examples: - default: &505 + default: &506 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -60536,11 +60554,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-runs-for-a-git-reference parameters: - - *280 - *281 - - *418 + - *282 - *419 - *420 + - *421 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -60574,9 +60592,9 @@ paths: type: integer check_runs: type: array - items: *360 + items: *361 examples: - default: *421 + default: *422 headers: Link: *58 x-github: @@ -60601,9 +60619,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#list-check-suites-for-a-git-reference parameters: - - *280 - *281 - - *418 + - *282 + - *419 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -60611,7 +60629,7 @@ paths: schema: type: integer example: 1 - - *419 + - *420 - *17 - *19 responses: @@ -60629,7 +60647,7 @@ paths: type: integer check_suites: type: array - items: *365 + items: *366 examples: default: value: @@ -60829,9 +60847,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#get-the-combined-status-for-a-specific-reference parameters: - - *280 - *281 - - *418 + - *282 + - *419 - *17 - *19 responses: @@ -61029,9 +61047,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#list-commit-statuses-for-a-reference parameters: - - *280 - *281 - - *418 + - *282 + - *419 - *17 - *19 responses: @@ -61041,7 +61059,7 @@ paths: application/json: schema: type: array - items: &588 + items: &589 title: Status description: The status of a commit. type: object @@ -61122,7 +61140,7 @@ paths: site_admin: false headers: Link: *58 - '301': *292 + '301': *293 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61150,8 +61168,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/community#get-community-profile-metrics parameters: - - *280 - *281 + - *282 responses: '200': description: Response @@ -61180,20 +61198,20 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: *422 - required: *423 + properties: *423 + required: *424 nullable: true code_of_conduct_file: title: Community Health File type: object - properties: &424 + properties: &425 url: type: string format: uri html_url: type: string format: uri - required: &425 + required: &426 - url - html_url nullable: true @@ -61207,26 +61225,26 @@ paths: contributing: title: Community Health File type: object - properties: *424 - required: *425 + properties: *425 + required: *426 nullable: true readme: title: Community Health File type: object - properties: *424 - required: *425 + properties: *425 + required: *426 nullable: true issue_template: title: Community Health File type: object - properties: *424 - required: *425 + properties: *425 + required: *426 nullable: true pull_request_template: title: Community Health File type: object - properties: *424 - required: *425 + properties: *425 + required: *426 nullable: true required: - code_of_conduct @@ -61353,8 +61371,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#compare-two-commits parameters: - - *280 - *281 + - *282 - *19 - *17 - name: basehead @@ -61397,8 +61415,8 @@ paths: type: string format: uri example: https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *411 - merge_base_commit: *411 + base_commit: *412 + merge_base_commit: *412 status: type: string enum: @@ -61418,10 +61436,10 @@ paths: example: 6 commits: type: array - items: *411 + items: *412 files: type: array - items: *426 + items: *427 required: - url - html_url @@ -61707,8 +61725,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-repository-content parameters: - - *280 - *281 + - *282 - name: path description: path parameter in: path @@ -61851,7 +61869,7 @@ paths: - type - url examples: - response-if-content-is-a-file: &427 + response-if-content-is-a-file: &428 summary: Response if content is a file value: type: file @@ -61983,7 +62001,7 @@ paths: - size - type - url - - &532 + - &533 title: Content File description: Content File type: object @@ -62184,7 +62202,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *427 + response-if-content-is-a-file: *428 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -62253,7 +62271,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *29 - '302': *428 + '302': *429 '304': *37 x-github: githubCloudOnly: false @@ -62276,8 +62294,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#create-or-update-file-contents parameters: - - *280 - *281 + - *282 - name: path description: path parameter in: path @@ -62370,7 +62388,7 @@ paths: description: Response content: application/json: - schema: &429 + schema: &430 title: File Commit description: File Commit type: object @@ -62522,7 +62540,7 @@ paths: description: Response content: application/json: - schema: *429 + schema: *430 examples: example-for-creating-a-file: value: @@ -62576,7 +62594,7 @@ paths: schema: oneOf: - *3 - - &458 + - &459 description: Repository rule violation was detected type: object properties: @@ -62597,7 +62615,7 @@ paths: items: type: object properties: - placeholder_id: &580 + placeholder_id: &581 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -62629,8 +62647,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#delete-a-file parameters: - - *280 - *281 + - *282 - name: path description: path parameter in: path @@ -62691,7 +62709,7 @@ paths: description: Response content: application/json: - schema: *429 + schema: *430 examples: default: value: @@ -62746,8 +62764,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-contributors parameters: - - *280 - *281 + - *282 - name: anon description: Set to `1` or `true` to include anonymous contributors in results. in: query @@ -62870,8 +62888,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#list-dependabot-alerts-for-a-repository parameters: - - *280 - *281 + - *282 - *153 - *154 - *155 @@ -62914,7 +62932,7 @@ paths: application/json: schema: type: array - items: &432 + items: &433 type: object description: A Dependabot alert. properties: @@ -62960,7 +62978,7 @@ paths: - unknown - direct - transitive - security_advisory: *430 + security_advisory: *431 security_vulnerability: *52 url: *56 html_url: *57 @@ -62991,7 +63009,7 @@ paths: nullable: true maxLength: 280 fixed_at: *138 - auto_dismissed_at: *431 + auto_dismissed_at: *432 required: - number - state @@ -63221,9 +63239,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#get-a-dependabot-alert parameters: - - *280 - *281 - - &433 + - *282 + - &434 name: alert_number in: path description: |- @@ -63238,7 +63256,7 @@ paths: description: Response content: application/json: - schema: *432 + schema: *433 examples: default: value: @@ -63351,9 +63369,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#update-a-dependabot-alert parameters: - - *280 - *281 - - *433 + - *282 + - *434 requestBody: required: true content: @@ -63398,7 +63416,7 @@ paths: description: Response content: application/json: - schema: *432 + schema: *433 examples: default: value: @@ -63527,8 +63545,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#list-repository-secrets parameters: - - *280 - *281 + - *282 - *17 - *19 responses: @@ -63546,7 +63564,7 @@ paths: type: integer secrets: type: array - items: &436 + items: &437 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -63599,16 +63617,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#get-a-repository-public-key parameters: - - *280 - *281 + - *282 responses: '200': description: Response content: application/json: - schema: *434 + schema: *435 examples: - default: *435 + default: *436 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63628,15 +63646,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#get-a-repository-secret parameters: - - *280 - *281 + - *282 - *128 responses: '200': description: Response content: application/json: - schema: *436 + schema: *437 examples: default: value: @@ -63662,8 +63680,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#create-or-update-a-repository-secret parameters: - - *280 - *281 + - *282 - *128 requestBody: required: true @@ -63716,8 +63734,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#delete-a-repository-secret parameters: - - *280 - *281 + - *282 - *128 responses: '204': @@ -63740,8 +63758,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: - - *280 - *281 + - *282 - 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 @@ -63901,8 +63919,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: - - *280 - *281 + - *282 responses: '200': description: Response @@ -64141,8 +64159,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: - - *280 - *281 + - *282 requestBody: required: true content: @@ -64217,7 +64235,7 @@ paths: - version - url additionalProperties: false - metadata: &437 + metadata: &438 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -64250,7 +64268,7 @@ paths: the root of the Git repository. example: "/src/build/package-lock.json" additionalProperties: false - metadata: *437 + metadata: *438 resolved: type: object description: A collection of resolved package dependencies. @@ -64263,7 +64281,7 @@ paths: for more details. example: pkg:/npm/%40actions/http-client@1.0.11 pattern: "^pkg" - metadata: *437 + metadata: *438 relationship: type: string description: A notation of whether a dependency is requested @@ -64392,8 +64410,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#list-deployments parameters: - - *280 - *281 + - *282 - name: sha description: The SHA recorded at creation time. in: query @@ -64433,9 +64451,9 @@ paths: application/json: schema: type: array - items: *438 + items: *439 examples: - default: *439 + default: *440 headers: Link: *58 x-github: @@ -64501,8 +64519,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#create-a-deployment parameters: - - *280 - *281 + - *282 requestBody: required: true content: @@ -64583,7 +64601,7 @@ paths: description: Response content: application/json: - schema: *438 + schema: *439 examples: simple-example: summary: Simple example @@ -64656,9 +64674,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#get-a-deployment parameters: - - *280 - *281 - - &440 + - *282 + - &441 name: deployment_id description: deployment_id parameter in: path @@ -64670,7 +64688,7 @@ paths: description: Response content: application/json: - schema: *438 + schema: *439 examples: default: value: @@ -64735,9 +64753,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#delete-a-deployment parameters: - - *280 - *281 - - *440 + - *282 + - *441 responses: '204': description: Response @@ -64759,9 +64777,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#list-deployment-statuses parameters: - - *280 - *281 - - *440 + - *282 + - *441 - *17 - *19 responses: @@ -64771,7 +64789,7 @@ paths: application/json: schema: type: array - items: &441 + items: &442 title: Deployment Status description: The status of a deployment. type: object @@ -64932,9 +64950,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#create-a-deployment-status parameters: - - *280 - *281 - - *440 + - *282 + - *441 requestBody: required: true content: @@ -65009,9 +65027,9 @@ paths: description: Response content: application/json: - schema: *441 + schema: *442 examples: - default: &442 + default: &443 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -65067,9 +65085,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#get-a-deployment-status parameters: - - *280 - *281 - - *440 + - *282 + - *441 - name: status_id in: path required: true @@ -65080,9 +65098,9 @@ paths: description: Response content: application/json: - schema: *441 + schema: *442 examples: - default: *442 + default: *443 '404': *6 x-github: githubCloudOnly: false @@ -65107,8 +65125,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#create-a-repository-dispatch-event parameters: - - *280 - *281 + - *282 requestBody: required: true content: @@ -65165,8 +65183,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#list-environments parameters: - - *280 - *281 + - *282 - *17 - *19 responses: @@ -65183,7 +65201,7 @@ paths: type: integer environments: type: array - items: &444 + items: &445 title: Environment description: Details of a deployment environment type: object @@ -65235,7 +65253,7 @@ paths: type: type: string example: wait_timer - wait_timer: &446 + wait_timer: &447 type: integer example: 30 description: The amount of time to delay a job after @@ -65272,7 +65290,7 @@ paths: items: type: object properties: - type: *443 + type: *444 reviewer: anyOf: - *4 @@ -65296,7 +65314,7 @@ paths: - id - node_id - type - deployment_branch_policy: &447 + deployment_branch_policy: &448 type: object description: The type of deployment branch policy for this environment. To allow all branches to deploy, set to `null`. @@ -65412,9 +65430,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#get-an-environment parameters: - - *280 - *281 - - &445 + - *282 + - &446 name: environment_name in: path required: true @@ -65427,9 +65445,9 @@ paths: description: Response content: application/json: - schema: *444 + schema: *445 examples: - default: &448 + default: &449 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -65513,9 +65531,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#create-or-update-an-environment parameters: - - *280 - *281 - - *445 + - *282 + - *446 requestBody: required: false content: @@ -65524,7 +65542,7 @@ paths: type: object nullable: true properties: - wait_timer: *446 + wait_timer: *447 prevent_self_review: type: boolean example: false @@ -65541,13 +65559,13 @@ paths: items: type: object properties: - type: *443 + type: *444 id: type: integer description: The id of the user or team who can review the deployment example: 4532992 - deployment_branch_policy: *447 + deployment_branch_policy: *448 additionalProperties: false examples: default: @@ -65567,9 +65585,9 @@ paths: description: Response content: application/json: - schema: *444 + schema: *445 examples: - default: *448 + default: *449 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -65593,9 +65611,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#delete-an-environment parameters: - - *280 - *281 - - *445 + - *282 + - *446 responses: '204': description: Default response @@ -65620,9 +65638,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#list-deployment-branch-policies parameters: - - *280 - *281 - - *445 + - *282 + - *446 - *17 - *19 responses: @@ -65640,7 +65658,7 @@ paths: example: 2 branch_policies: type: array - items: &449 + items: &450 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -65697,9 +65715,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#create-a-deployment-branch-policy parameters: - - *280 - *281 - - *445 + - *282 + - *446 requestBody: required: true content: @@ -65745,9 +65763,9 @@ paths: description: Response content: application/json: - schema: *449 + schema: *450 examples: - example-wildcard: &450 + example-wildcard: &451 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -65789,10 +65807,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#get-a-deployment-branch-policy parameters: - - *280 - *281 - - *445 - - &451 + - *282 + - *446 + - &452 name: branch_policy_id in: path required: true @@ -65804,9 +65822,9 @@ paths: description: Response content: application/json: - schema: *449 + schema: *450 examples: - default: *450 + default: *451 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65825,10 +65843,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#update-a-deployment-branch-policy parameters: - - *280 - *281 - - *445 - - *451 + - *282 + - *446 + - *452 requestBody: required: true content: @@ -65856,9 +65874,9 @@ paths: description: Response content: application/json: - schema: *449 + schema: *450 examples: - default: *450 + default: *451 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65877,10 +65895,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#delete-a-deployment-branch-policy parameters: - - *280 - *281 - - *445 - - *451 + - *282 + - *446 + - *452 responses: '204': description: Response @@ -65905,9 +65923,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#get-all-deployment-protection-rules-for-an-environment parameters: - - *445 + - *446 + - *282 - *281 - - *280 responses: '200': description: List of deployment protection rules @@ -65923,7 +65941,7 @@ paths: example: 10 custom_deployment_protection_rules: type: array - items: &452 + items: &453 title: Deployment protection rule description: Deployment protection rule type: object @@ -65942,7 +65960,7 @@ paths: example: true description: Whether the deployment protection rule is enabled for the environment. - app: &453 + app: &454 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -66041,9 +66059,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: - - *445 + - *446 + - *282 - *281 - - *280 requestBody: content: application/json: @@ -66064,9 +66082,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *452 + schema: *453 examples: - default: &454 + default: &455 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -66101,9 +66119,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: - - *445 + - *446 + - *282 - *281 - - *280 - *19 - *17 responses: @@ -66122,7 +66140,7 @@ paths: example: 35 available_custom_deployment_protection_rule_integrations: type: array - items: *453 + items: *454 examples: default: value: @@ -66157,10 +66175,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#get-a-custom-deployment-protection-rule parameters: - - *280 - *281 - - *445 - - &455 + - *282 + - *446 + - &456 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -66172,9 +66190,9 @@ paths: description: Response content: application/json: - schema: *452 + schema: *453 examples: - default: *454 + default: *455 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66195,10 +66213,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#disable-a-custom-protection-rule-for-an-environment parameters: - - *445 + - *446 + - *282 - *281 - - *280 - - *455 + - *456 responses: '204': description: Response @@ -66224,9 +66242,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-environment-secrets parameters: - - *280 - *281 - - *445 + - *282 + - *446 - *17 - *19 responses: @@ -66244,9 +66262,9 @@ paths: type: integer secrets: type: array - items: *326 + items: *327 examples: - default: *327 + default: *328 headers: Link: *58 x-github: @@ -66271,17 +66289,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-an-environment-public-key parameters: - - *280 - *281 - - *445 + - *282 + - *446 responses: '200': description: Response content: application/json: - schema: *328 + schema: *329 examples: - default: *329 + default: *330 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66303,18 +66321,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-an-environment-secret parameters: - - *280 - *281 - - *445 + - *282 + - *446 - *128 responses: '200': description: Response content: application/json: - schema: *326 + schema: *327 examples: - default: *456 + default: *457 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66336,9 +66354,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#create-or-update-an-environment-secret parameters: - - *280 - *281 - - *445 + - *282 + - *446 - *128 requestBody: required: true @@ -66396,9 +66414,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#delete-an-environment-secret parameters: - - *280 - *281 - - *445 + - *282 + - *446 - *128 responses: '204': @@ -66424,10 +66442,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-environment-variables parameters: - - *280 - *281 - - *445 - - *302 + - *282 + - *446 + - *303 - *19 responses: '200': @@ -66444,9 +66462,9 @@ paths: type: integer variables: type: array - items: *330 + items: *331 examples: - default: *331 + default: *332 headers: Link: *58 x-github: @@ -66469,9 +66487,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#create-an-environment-variable parameters: - - *280 - *281 - - *445 + - *282 + - *446 requestBody: required: true content: @@ -66523,18 +66541,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#get-an-environment-variable parameters: - - *280 - *281 - - *445 + - *282 + - *446 - *131 responses: '200': description: Response content: application/json: - schema: *330 + schema: *331 examples: - default: *457 + default: *458 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66555,10 +66573,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#update-an-environment-variable parameters: - - *280 - *281 + - *282 - *131 - - *445 + - *446 requestBody: required: true content: @@ -66600,10 +66618,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#delete-an-environment-variable parameters: - - *280 - *281 + - *282 - *131 - - *445 + - *446 responses: '204': description: Response @@ -66625,8 +66643,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-repository-events parameters: - - *280 - *281 + - *282 - *17 - *19 responses: @@ -66703,8 +66721,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/forks#list-forks parameters: - - *280 - *281 + - *282 - name: sort description: The sort order. `stargazers` will sort by star count. in: query @@ -66863,8 +66881,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/forks#create-a-fork parameters: - - *280 - *281 + - *282 requestBody: required: false content: @@ -66896,9 +66914,9 @@ paths: description: Response content: application/json: - schema: *291 + schema: *292 examples: - default: *293 + default: *294 '400': *14 '422': *15 '403': *29 @@ -66919,8 +66937,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/blobs#create-a-blob parameters: - - *280 - *281 + - *282 requestBody: required: true content: @@ -66980,7 +66998,7 @@ paths: schema: oneOf: - *98 - - *458 + - *459 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67005,8 +67023,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/blobs#get-a-blob parameters: - - *280 - *281 + - *282 - name: file_sha in: path required: true @@ -67105,8 +67123,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/commits#create-a-commit parameters: - - *280 - *281 + - *282 requestBody: required: true content: @@ -67215,7 +67233,7 @@ paths: description: Response content: application/json: - schema: &459 + schema: &460 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -67429,15 +67447,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/commits#get-a-commit-object parameters: - - *280 - *281 - - *412 + - *282 + - *413 responses: '200': description: Response content: application/json: - schema: *459 + schema: *460 examples: default: value: @@ -67493,9 +67511,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#list-matching-references parameters: - - *280 - *281 - - &460 + - *282 + - &461 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. @@ -67512,7 +67530,7 @@ paths: application/json: schema: type: array - items: &461 + items: &462 title: Git Reference description: Git references within a repository type: object @@ -67587,17 +67605,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#get-a-reference parameters: - - *280 - *281 - - *460 + - *282 + - *461 responses: '200': description: Response content: application/json: - schema: *461 + schema: *462 examples: - default: &462 + default: &463 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -67626,8 +67644,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#create-a-reference parameters: - - *280 - *281 + - *282 requestBody: required: true content: @@ -67656,9 +67674,9 @@ paths: description: Response content: application/json: - schema: *461 + schema: *462 examples: - default: *462 + default: *463 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -67684,9 +67702,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#update-a-reference parameters: - - *280 - *281 - - *460 + - *282 + - *461 requestBody: required: true content: @@ -67715,9 +67733,9 @@ paths: description: Response content: application/json: - schema: *461 + schema: *462 examples: - default: *462 + default: *463 '422': *15 '409': *47 x-github: @@ -67735,9 +67753,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#delete-a-reference parameters: - - *280 - *281 - - *460 + - *282 + - *461 responses: '204': description: Response @@ -67792,8 +67810,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/tags#create-a-tag-object parameters: - - *280 - *281 + - *282 requestBody: required: true content: @@ -67860,7 +67878,7 @@ paths: description: Response content: application/json: - schema: &464 + schema: &465 title: Git Tag description: Metadata for a Git tag type: object @@ -67911,7 +67929,7 @@ paths: - sha - type - url - verification: *463 + verification: *464 required: - sha - url @@ -67921,7 +67939,7 @@ paths: - tag - message examples: - default: &465 + default: &466 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -67994,8 +68012,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/tags#get-a-tag parameters: - - *280 - *281 + - *282 - name: tag_sha in: path required: true @@ -68006,9 +68024,9 @@ paths: description: Response content: application/json: - schema: *464 + schema: *465 examples: - default: *465 + default: *466 '404': *6 '409': *47 x-github: @@ -68032,8 +68050,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/trees#create-a-tree parameters: - - *280 - *281 + - *282 requestBody: required: true content: @@ -68106,7 +68124,7 @@ paths: description: Response content: application/json: - schema: &466 + schema: &467 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -68202,8 +68220,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/trees#get-a-tree parameters: - - *280 - *281 + - *282 - name: tree_sha description: The SHA1 value or ref (branch or tag) name of the tree. in: path @@ -68226,7 +68244,7 @@ paths: description: Response content: application/json: - schema: *466 + schema: *467 examples: default-response: summary: Default response @@ -68285,8 +68303,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#list-repository-webhooks parameters: - - *280 - *281 + - *282 - *17 - *19 responses: @@ -68296,7 +68314,7 @@ paths: application/json: schema: type: array - items: &467 + items: &468 title: Webhook description: Webhooks for repositories. type: object @@ -68350,7 +68368,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &695 + last_response: &696 title: Hook Response type: object properties: @@ -68424,8 +68442,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#create-a-repository-webhook parameters: - - *280 - *281 + - *282 requestBody: required: false content: @@ -68477,9 +68495,9 @@ paths: description: Response content: application/json: - schema: *467 + schema: *468 examples: - default: &468 + default: &469 value: type: Repository id: 12345678 @@ -68527,17 +68545,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-repository-webhook parameters: - - *280 - *281 + - *282 - *170 responses: '200': description: Response content: application/json: - schema: *467 + schema: *468 examples: - default: *468 + default: *469 '404': *6 x-github: githubCloudOnly: false @@ -68557,8 +68575,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#update-a-repository-webhook parameters: - - *280 - *281 + - *282 - *170 requestBody: required: true @@ -68604,9 +68622,9 @@ paths: description: Response content: application/json: - schema: *467 + schema: *468 examples: - default: *468 + default: *469 '422': *15 '404': *6 x-github: @@ -68627,8 +68645,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#delete-a-repository-webhook parameters: - - *280 - *281 + - *282 - *170 responses: '204': @@ -68653,8 +68671,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-webhook-configuration-for-a-repository parameters: - - *280 - *281 + - *282 - *170 responses: '200': @@ -68682,8 +68700,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#update-a-webhook-configuration-for-a-repository parameters: - - *280 - *281 + - *282 - *170 requestBody: required: false @@ -68728,8 +68746,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#list-deliveries-for-a-repository-webhook parameters: - - *280 - *281 + - *282 - *170 - *17 - *171 @@ -68761,8 +68779,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-delivery-for-a-repository-webhook parameters: - - *280 - *281 + - *282 - *170 - *16 responses: @@ -68791,8 +68809,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#redeliver-a-delivery-for-a-repository-webhook parameters: - - *280 - *281 + - *282 - *170 - *16 responses: @@ -68816,8 +68834,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#ping-a-repository-webhook parameters: - - *280 - *281 + - *282 - *170 responses: '204': @@ -68843,8 +68861,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#test-the-push-repository-webhook parameters: - - *280 - *281 + - *282 - *170 responses: '204': @@ -68903,14 +68921,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-an-import-status parameters: - - *280 - *281 + - *282 responses: '200': description: Response content: application/json: - schema: &469 + schema: &470 title: Import description: A repository import from an external source. type: object @@ -69009,7 +69027,7 @@ paths: - html_url - authors_url examples: - default: &472 + default: &473 value: vcs: subversion use_lfs: true @@ -69025,7 +69043,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': &470 + '503': &471 description: Unavailable due to service under maintenance. content: application/json: @@ -69054,8 +69072,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#start-an-import parameters: - - *280 - *281 + - *282 requestBody: required: true content: @@ -69103,7 +69121,7 @@ paths: description: Response content: application/json: - schema: *469 + schema: *470 examples: default: value: @@ -69128,7 +69146,7 @@ paths: type: string '422': *15 '404': *6 - '503': *470 + '503': *471 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69156,8 +69174,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#update-an-import parameters: - - *280 - *281 + - *282 requestBody: required: false content: @@ -69206,7 +69224,7 @@ paths: description: Response content: application/json: - schema: *469 + schema: *470 examples: example-1: summary: Example 1 @@ -69254,7 +69272,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': *470 + '503': *471 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69277,12 +69295,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#cancel-an-import parameters: - - *280 - *281 + - *282 responses: '204': description: Response - '503': *470 + '503': *471 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69308,9 +69326,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-commit-authors parameters: - - *280 - *281 - - &638 + - *282 + - &639 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -69324,7 +69342,7 @@ paths: application/json: schema: type: array - items: &471 + items: &472 title: Porter Author description: Porter Author type: object @@ -69378,7 +69396,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': *470 + '503': *471 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69403,8 +69421,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#map-a-commit-author parameters: - - *280 - *281 + - *282 - name: author_id in: path required: true @@ -69434,7 +69452,7 @@ paths: description: Response content: application/json: - schema: *471 + schema: *472 examples: default: value: @@ -69447,7 +69465,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *470 + '503': *471 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69471,8 +69489,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-large-files parameters: - - *280 - *281 + - *282 responses: '200': description: Response @@ -69513,7 +69531,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *470 + '503': *471 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69541,8 +69559,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#update-git-lfs-preference parameters: - - *280 - *281 + - *282 requestBody: required: true content: @@ -69569,11 +69587,11 @@ paths: description: Response content: application/json: - schema: *469 + schema: *470 examples: - default: *472 + default: *473 '422': *15 - '503': *470 + '503': *471 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69596,8 +69614,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/apps#get-a-repository-installation-for-the-authenticated-app parameters: - - *280 - *281 + - *282 responses: '200': description: Response @@ -69605,8 +69623,8 @@ paths: application/json: schema: *22 examples: - default: *473 - '301': *292 + default: *474 + '301': *293 '404': *6 x-github: githubCloudOnly: false @@ -69626,8 +69644,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#get-interaction-restrictions-for-a-repository parameters: - - *280 - *281 + - *282 responses: '200': description: Response @@ -69640,7 +69658,7 @@ paths: properties: {} additionalProperties: false examples: - default: &475 + default: &476 value: limit: collaborators_only origin: repository @@ -69665,13 +69683,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#set-interaction-restrictions-for-a-repository parameters: - - *280 - *281 + - *282 requestBody: required: true content: application/json: - schema: *474 + schema: *475 examples: default: summary: Example request body @@ -69685,7 +69703,7 @@ paths: application/json: schema: *188 examples: - default: *475 + default: *476 '409': description: Response x-github: @@ -69707,8 +69725,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#remove-interaction-restrictions-for-a-repository parameters: - - *280 - *281 + - *282 responses: '204': description: Response @@ -69731,8 +69749,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#list-repository-invitations parameters: - - *280 - *281 + - *282 - *17 - *19 responses: @@ -69742,9 +69760,9 @@ paths: application/json: schema: type: array - items: *476 + items: *477 examples: - default: &631 + default: &632 value: - id: 1 repository: @@ -69875,8 +69893,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#update-a-repository-invitation parameters: - - *280 - *281 + - *282 - *192 requestBody: required: false @@ -69906,7 +69924,7 @@ paths: description: Response content: application/json: - schema: *476 + schema: *477 examples: default: value: @@ -70037,8 +70055,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#delete-a-repository-invitation parameters: - - *280 - *281 + - *282 - *192 responses: '204': @@ -70070,8 +70088,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#list-repository-issues parameters: - - *280 - *281 + - *282 - 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 @@ -70144,7 +70162,7 @@ paths: type: array items: *77 examples: - default: &487 + default: &488 value: - id: 1 node_id: MDU6SXNzdWUx @@ -70292,7 +70310,7 @@ paths: state_reason: completed headers: Link: *58 - '301': *292 + '301': *293 '422': *15 '404': *6 x-github: @@ -70321,8 +70339,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#create-an-issue parameters: - - *280 - *281 + - *282 requestBody: required: true content: @@ -70406,7 +70424,7 @@ paths: application/json: schema: *77 examples: - default: &482 + default: &483 value: id: 1 node_id: MDU6SXNzdWUx @@ -70562,7 +70580,7 @@ paths: '422': *15 '503': *65 '404': *6 - '410': *289 + '410': *290 x-github: triggersNotification: true githubCloudOnly: false @@ -70590,8 +70608,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#list-issue-comments-for-a-repository parameters: - - *280 - *281 + - *282 - *87 - name: direction description: Either `asc` or `desc`. Ignored without the `sort` parameter. @@ -70612,9 +70630,9 @@ paths: application/json: schema: type: array - items: *477 + items: *478 examples: - default: &484 + default: &485 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -70672,17 +70690,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#get-an-issue-comment parameters: - - *280 - *281 + - *282 - *76 responses: '200': description: Response content: application/json: - schema: *477 + schema: *478 examples: - default: &478 + default: &479 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -70736,8 +70754,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#update-an-issue-comment parameters: - - *280 - *281 + - *282 - *76 requestBody: required: true @@ -70760,9 +70778,9 @@ paths: description: Response content: application/json: - schema: *477 + schema: *478 examples: - default: *478 + default: *479 '422': *15 x-github: githubCloudOnly: false @@ -70780,8 +70798,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#delete-an-issue-comment parameters: - - *280 - *281 + - *282 - *76 responses: '204': @@ -70802,8 +70820,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-an-issue-comment parameters: - - *280 - *281 + - *282 - *76 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). @@ -70830,9 +70848,9 @@ paths: application/json: schema: type: array - items: *273 + items: *274 examples: - default: *275 + default: *276 headers: Link: *58 '404': *6 @@ -70853,8 +70871,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-an-issue-comment parameters: - - *280 - *281 + - *282 - *76 requestBody: required: true @@ -70887,16 +70905,16 @@ paths: description: Reaction exists content: application/json: - schema: *273 + schema: *274 examples: - default: *274 + default: *275 '201': description: Reaction created content: application/json: - schema: *273 + schema: *274 examples: - default: *274 + default: *275 '422': *15 x-github: githubCloudOnly: false @@ -70918,10 +70936,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-an-issue-comment-reaction parameters: - - *280 - *281 + - *282 - *76 - - *276 + - *277 responses: '204': description: Response @@ -70941,8 +70959,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#list-issue-events-for-a-repository parameters: - - *280 - *281 + - *282 - *17 - *19 responses: @@ -70952,7 +70970,7 @@ paths: application/json: schema: type: array - items: &481 + items: &482 title: Issue Event description: Issue Event type: object @@ -70995,8 +71013,8 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: *479 - required: *480 + properties: *480 + required: *481 nullable: true label: title: Issue Event Label @@ -71303,8 +71321,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#get-an-issue-event parameters: - - *280 - *281 + - *282 - name: event_id in: path required: true @@ -71315,7 +71333,7 @@ paths: description: Response content: application/json: - schema: *481 + schema: *482 examples: default: value: @@ -71508,7 +71526,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *289 + '410': *290 '403': *29 x-github: githubCloudOnly: false @@ -71542,9 +71560,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#get-an-issue parameters: - - *280 - *281 - - &483 + - *282 + - &484 name: issue_number description: The number that identifies the issue. in: path @@ -71558,10 +71576,10 @@ paths: application/json: schema: *77 examples: - default: *482 - '301': *292 + default: *483 + '301': *293 '404': *6 - '410': *289 + '410': *290 '304': *37 x-github: githubCloudOnly: false @@ -71586,9 +71604,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#update-an-issue parameters: - - *280 - *281 - - *483 + - *282 + - *484 requestBody: required: false content: @@ -71693,13 +71711,13 @@ paths: application/json: schema: *77 examples: - default: *482 + default: *483 '422': *15 '503': *65 '403': *29 - '301': *292 + '301': *293 '404': *6 - '410': *289 + '410': *290 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71717,9 +71735,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#add-assignees-to-an-issue parameters: - - *280 - *281 - - *483 + - *282 + - *484 requestBody: required: false content: @@ -71747,7 +71765,7 @@ paths: application/json: schema: *77 examples: - default: *482 + default: *483 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71763,9 +71781,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#remove-assignees-from-an-issue parameters: - - *280 - *281 - - *483 + - *282 + - *484 requestBody: content: application/json: @@ -71792,7 +71810,7 @@ paths: application/json: schema: *77 examples: - default: *482 + default: *483 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71814,9 +71832,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#check-if-a-user-can-be-assigned-to-a-issue parameters: - - *280 - *281 - - *483 + - *282 + - *484 - name: assignee in: path required: true @@ -71856,9 +71874,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#list-issue-comments parameters: - - *280 - *281 - - *483 + - *282 + - *484 - *67 - *17 - *19 @@ -71869,13 +71887,13 @@ paths: application/json: schema: type: array - items: *477 + items: *478 examples: - default: *484 + default: *485 headers: Link: *58 '404': *6 - '410': *289 + '410': *290 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71904,9 +71922,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#create-an-issue-comment parameters: - - *280 - *281 - - *483 + - *282 + - *484 requestBody: required: true content: @@ -71928,16 +71946,16 @@ paths: description: Response content: application/json: - schema: *477 + schema: *478 examples: - default: *478 + default: *479 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *29 - '410': *289 + '410': *290 '422': *15 '404': *6 x-github: @@ -71957,9 +71975,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#list-issue-events parameters: - - *280 - *281 - - *483 + - *282 + - *484 - *17 - *19 responses: @@ -71973,7 +71991,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &488 + - &489 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -72027,7 +72045,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &489 + - &490 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -72163,7 +72181,7 @@ paths: - performed_via_github_app - assignee - assigner - - &490 + - &491 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -72214,7 +72232,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &491 + - &492 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -72265,7 +72283,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &492 + - &493 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -72319,7 +72337,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &493 + - &494 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -72366,7 +72384,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &494 + - &495 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -72413,7 +72431,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &495 + - &496 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -72473,7 +72491,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &496 + - &497 title: Locked Issue Event description: Locked Issue Event type: object @@ -72521,7 +72539,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &497 + - &498 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -72587,7 +72605,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &498 + - &499 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -72653,7 +72671,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &499 + - &500 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -72719,7 +72737,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &500 + - &501 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -72810,7 +72828,7 @@ paths: color: red headers: Link: *58 - '410': *289 + '410': *290 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72827,9 +72845,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-an-issue parameters: - - *280 - *281 - - *483 + - *282 + - *484 - *17 - *19 responses: @@ -72839,7 +72857,7 @@ paths: application/json: schema: type: array - items: &485 + items: &486 title: Label description: Color-coded labels help you categorize and filter your issues (just like labels in Gmail). @@ -72886,7 +72904,7 @@ paths: - color - default examples: - default: &486 + default: &487 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -72904,9 +72922,9 @@ paths: default: false headers: Link: *58 - '301': *292 + '301': *293 '404': *6 - '410': *289 + '410': *290 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72923,9 +72941,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#add-labels-to-an-issue parameters: - - *280 - *281 - - *483 + - *282 + - *484 requestBody: required: false content: @@ -72984,12 +73002,12 @@ paths: application/json: schema: type: array - items: *485 + items: *486 examples: - default: *486 - '301': *292 + default: *487 + '301': *293 '404': *6 - '410': *289 + '410': *290 '422': *15 x-github: githubCloudOnly: false @@ -73006,9 +73024,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#set-labels-for-an-issue parameters: - - *280 - *281 - - *483 + - *282 + - *484 requestBody: required: false content: @@ -73068,12 +73086,12 @@ paths: application/json: schema: type: array - items: *485 + items: *486 examples: - default: *486 - '301': *292 + default: *487 + '301': *293 '404': *6 - '410': *289 + '410': *290 '422': *15 x-github: githubCloudOnly: false @@ -73090,15 +73108,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#remove-all-labels-from-an-issue parameters: - - *280 - *281 - - *483 + - *282 + - *484 responses: '204': description: Response - '301': *292 + '301': *293 '404': *6 - '410': *289 + '410': *290 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73117,9 +73135,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#remove-a-label-from-an-issue parameters: - - *280 - *281 - - *483 + - *282 + - *484 - name: name in: path required: true @@ -73132,7 +73150,7 @@ paths: application/json: schema: type: array - items: *485 + items: *486 examples: default: value: @@ -73143,9 +73161,9 @@ paths: description: Something isn't working color: f29513 default: true - '301': *292 + '301': *293 '404': *6 - '410': *289 + '410': *290 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73165,9 +73183,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#lock-an-issue parameters: - - *280 - *281 - - *483 + - *282 + - *484 requestBody: required: false content: @@ -73195,7 +73213,7 @@ paths: '204': description: Response '403': *29 - '410': *289 + '410': *290 '404': *6 '422': *15 x-github: @@ -73213,9 +73231,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#unlock-an-issue parameters: - - *280 - *281 - - *483 + - *282 + - *484 responses: '204': description: Response @@ -73237,9 +73255,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-an-issue parameters: - - *280 - *281 - - *483 + - *282 + - *484 - 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. @@ -73265,13 +73283,13 @@ paths: application/json: schema: type: array - items: *273 + items: *274 examples: - default: *275 + default: *276 headers: Link: *58 '404': *6 - '410': *289 + '410': *290 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73289,9 +73307,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-an-issue parameters: - - *280 - *281 - - *483 + - *282 + - *484 requestBody: required: true content: @@ -73323,16 +73341,16 @@ paths: description: Response content: application/json: - schema: *273 + schema: *274 examples: - default: *274 + default: *275 '201': description: Response content: application/json: - schema: *273 + schema: *274 examples: - default: *274 + default: *275 '422': *15 x-github: githubCloudOnly: false @@ -73354,10 +73372,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-an-issue-reaction parameters: - - *280 - *281 - - *483 - - *276 + - *282 + - *484 + - *277 responses: '204': description: Response @@ -73386,9 +73404,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#remove-sub-issue parameters: - - *280 - *281 - - *483 + - *282 + - *484 requestBody: required: true content: @@ -73412,7 +73430,7 @@ paths: application/json: schema: *77 examples: - default: *482 + default: *483 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -73445,9 +73463,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#list-sub-issues parameters: - - *280 - *281 - - *483 + - *282 + - *484 - *17 - *19 responses: @@ -73459,11 +73477,11 @@ paths: type: array items: *77 examples: - default: *487 + default: *488 headers: Link: *58 '404': *6 - '410': *289 + '410': *290 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73491,9 +73509,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#add-sub-issue parameters: - - *280 - *281 - - *483 + - *282 + - *484 requestBody: required: true content: @@ -73522,14 +73540,14 @@ paths: application/json: schema: *77 examples: - default: *482 + default: *483 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 schema: type: string '403': *29 - '410': *289 + '410': *290 '422': *15 '404': *6 x-github: @@ -73549,9 +73567,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#reprioritize-sub-issue parameters: - - *280 - *281 - - *483 + - *282 + - *484 requestBody: required: true content: @@ -73584,7 +73602,7 @@ paths: application/json: schema: *77 examples: - default: *482 + default: *483 '403': *29 '404': *6 '422': *7 @@ -73606,9 +73624,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/timeline#list-timeline-events-for-an-issue parameters: - - *280 - *281 - - *483 + - *282 + - *484 - *17 - *19 responses: @@ -73623,7 +73641,6 @@ paths: description: Timeline Event type: object anyOf: - - *488 - *489 - *490 - *491 @@ -73636,6 +73653,7 @@ paths: - *498 - *499 - *500 + - *501 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -73940,7 +73958,7 @@ paths: type: string comments: type: array - items: &521 + items: &522 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -74149,7 +74167,7 @@ paths: type: string comments: type: array - items: *410 + items: *411 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -74438,7 +74456,7 @@ paths: headers: Link: *58 '404': *6 - '410': *289 + '410': *290 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74455,8 +74473,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#list-deploy-keys parameters: - - *280 - *281 + - *282 - *17 - *19 responses: @@ -74466,7 +74484,7 @@ paths: application/json: schema: type: array - items: &501 + items: &502 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -74531,8 +74549,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#create-a-deploy-key parameters: - - *280 - *281 + - *282 requestBody: required: true content: @@ -74568,9 +74586,9 @@ paths: description: Response content: application/json: - schema: *501 + schema: *502 examples: - default: &502 + default: &503 value: id: 1 key: ssh-rsa AAA... @@ -74604,9 +74622,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key parameters: - - *280 - *281 - - &503 + - *282 + - &504 name: key_id description: The unique identifier of the key. in: path @@ -74618,9 +74636,9 @@ paths: description: Response content: application/json: - schema: *501 + schema: *502 examples: - default: *502 + default: *503 '404': *6 x-github: githubCloudOnly: false @@ -74638,9 +74656,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#delete-a-deploy-key parameters: - - *280 - *281 - - *503 + - *282 + - *504 responses: '204': description: Response @@ -74660,8 +74678,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-a-repository parameters: - - *280 - *281 + - *282 - *17 - *19 responses: @@ -74671,9 +74689,9 @@ paths: application/json: schema: type: array - items: *485 + items: *486 examples: - default: *486 + default: *487 headers: Link: *58 '404': *6 @@ -74694,8 +74712,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#create-a-label parameters: - - *280 - *281 + - *282 requestBody: required: true content: @@ -74731,9 +74749,9 @@ paths: description: Response content: application/json: - schema: *485 + schema: *486 examples: - default: &504 + default: &505 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -74765,8 +74783,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#get-a-label parameters: - - *280 - *281 + - *282 - name: name in: path required: true @@ -74777,9 +74795,9 @@ paths: description: Response content: application/json: - schema: *485 + schema: *486 examples: - default: *504 + default: *505 '404': *6 x-github: githubCloudOnly: false @@ -74796,8 +74814,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#update-a-label parameters: - - *280 - *281 + - *282 - name: name in: path required: true @@ -74836,7 +74854,7 @@ paths: description: Response content: application/json: - schema: *485 + schema: *486 examples: default: value: @@ -74862,8 +74880,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#delete-a-label parameters: - - *280 - *281 + - *282 - name: name in: path required: true @@ -74889,8 +74907,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-languages parameters: - - *280 - *281 + - *282 responses: '200': description: Response @@ -74929,9 +74947,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/licenses/licenses#get-the-license-for-a-repository parameters: - - *280 - *281 - - *386 + - *282 + - *387 responses: '200': description: Response @@ -75076,8 +75094,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#sync-a-fork-branch-with-the-upstream-repository parameters: - - *280 - *281 + - *282 requestBody: required: true content: @@ -75142,8 +75160,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#merge-a-branch parameters: - - *280 - *281 + - *282 requestBody: required: true content: @@ -75177,9 +75195,9 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *411 + schema: *412 examples: - default: *505 + default: *506 '204': description: Response when already merged '404': @@ -75204,8 +75222,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#list-milestones parameters: - - *280 - *281 + - *282 - name: state description: The state of the milestone. Either `open`, `closed`, or `all`. in: query @@ -75246,12 +75264,12 @@ paths: application/json: schema: type: array - items: &506 + items: &507 title: Milestone description: A collection of related issues and pull requests. type: object - properties: *415 - required: *416 + properties: *416 + required: *417 examples: default: value: @@ -75307,8 +75325,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#create-a-milestone parameters: - - *280 - *281 + - *282 requestBody: required: true content: @@ -75348,9 +75366,9 @@ paths: description: Response content: application/json: - schema: *506 + schema: *507 examples: - default: &507 + default: &508 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -75409,9 +75427,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#get-a-milestone parameters: - - *280 - *281 - - &508 + - *282 + - &509 name: milestone_number description: The number that identifies the milestone. in: path @@ -75423,9 +75441,9 @@ paths: description: Response content: application/json: - schema: *506 + schema: *507 examples: - default: *507 + default: *508 '404': *6 x-github: githubCloudOnly: false @@ -75442,9 +75460,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#update-a-milestone parameters: - - *280 - *281 - - *508 + - *282 + - *509 requestBody: required: false content: @@ -75482,9 +75500,9 @@ paths: description: Response content: application/json: - schema: *506 + schema: *507 examples: - default: *507 + default: *508 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75500,9 +75518,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#delete-a-milestone parameters: - - *280 - *281 - - *508 + - *282 + - *509 responses: '204': description: Response @@ -75523,9 +75541,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-issues-in-a-milestone parameters: - - *280 - *281 - - *508 + - *282 + - *509 - *17 - *19 responses: @@ -75535,9 +75553,9 @@ paths: application/json: schema: type: array - items: *485 + items: *486 examples: - default: *486 + default: *487 headers: Link: *58 x-github: @@ -75556,12 +75574,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#list-repository-notifications-for-the-authenticated-user parameters: - - *280 - *281 - - *509 + - *282 - *510 - - *67 - *511 + - *67 + - *512 - *17 - *19 responses: @@ -75573,7 +75591,7 @@ paths: type: array items: *90 examples: - default: *512 + default: *513 headers: Link: *58 x-github: @@ -75597,8 +75615,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#mark-repository-notifications-as-read parameters: - - *280 - *281 + - *282 requestBody: required: false content: @@ -75656,14 +75674,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-a-apiname-pages-site parameters: - - *280 - *281 + - *282 responses: '200': description: Response content: application/json: - schema: &513 + schema: &514 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -75788,7 +75806,7 @@ paths: - custom_404 - public examples: - default: &514 + default: &515 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -75829,8 +75847,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#create-a-apiname-pages-site parameters: - - *280 - *281 + - *282 requestBody: required: true content: @@ -75884,9 +75902,9 @@ paths: description: Response content: application/json: - schema: *513 + schema: *514 examples: - default: *514 + default: *515 '422': *15 '409': *47 x-github: @@ -75909,8 +75927,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#update-information-about-a-apiname-pages-site parameters: - - *280 - *281 + - *282 requestBody: required: true content: @@ -76009,8 +76027,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#delete-a-apiname-pages-site parameters: - - *280 - *281 + - *282 responses: '204': description: Response @@ -76036,8 +76054,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#list-apiname-pages-builds parameters: - - *280 - *281 + - *282 - *17 - *19 responses: @@ -76047,7 +76065,7 @@ paths: application/json: schema: type: array - items: &515 + items: &516 title: Page Build description: Page Build type: object @@ -76141,8 +76159,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#request-a-apiname-pages-build parameters: - - *280 - *281 + - *282 responses: '201': description: Response @@ -76187,16 +76205,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-latest-pages-build parameters: - - *280 - *281 + - *282 responses: '200': description: Response content: application/json: - schema: *515 + schema: *516 examples: - default: &516 + default: &517 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -76244,8 +76262,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-apiname-pages-build parameters: - - *280 - *281 + - *282 - name: build_id in: path required: true @@ -76256,9 +76274,9 @@ paths: description: Response content: application/json: - schema: *515 + schema: *516 examples: - default: *516 + default: *517 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76278,8 +76296,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#create-a-github-pages-deployment parameters: - - *280 - *281 + - *282 requestBody: required: true content: @@ -76384,9 +76402,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-the-status-of-a-github-pages-deployment parameters: - - *280 - *281 - - &517 + - *282 + - &518 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -76444,9 +76462,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#cancel-a-github-pages-deployment parameters: - - *280 - *281 - - *517 + - *282 + - *518 responses: '204': *146 '404': *6 @@ -76473,8 +76491,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-a-dns-health-check-for-github-pages parameters: - - *280 - *281 + - *282 responses: '200': description: Response @@ -76732,8 +76750,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: - - *280 - *281 + - *282 responses: '200': description: Private vulnerability reporting status @@ -76770,8 +76788,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-private-vulnerability-reporting-for-a-repository parameters: - - *280 - *281 + - *282 responses: '204': *146 '422': *14 @@ -76792,8 +76810,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-private-vulnerability-reporting-for-a-repository parameters: - - *280 - *281 + - *282 responses: '204': *146 '422': *14 @@ -76816,8 +76834,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#list-repository-projects parameters: - - *280 - *281 + - *282 - name: state description: Indicates the state of the projects to return. in: query @@ -76878,7 +76896,7 @@ paths: '401': *25 '403': *29 '404': *6 - '410': *289 + '410': *290 '422': *7 x-github: githubCloudOnly: false @@ -76901,8 +76919,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#create-a-repository-project parameters: - - *280 - *281 + - *282 requestBody: required: true content: @@ -76930,11 +76948,11 @@ paths: application/json: schema: *230 examples: - default: *288 + default: *289 '401': *25 '403': *29 '404': *6 - '410': *289 + '410': *290 '422': *7 x-github: githubCloudOnly: false @@ -76957,8 +76975,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/custom-properties#get-all-custom-property-values-for-a-repository parameters: - - *280 - *281 + - *282 responses: '200': description: Response @@ -76997,8 +77015,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: - - *280 - *281 + - *282 requestBody: required: true content: @@ -77060,8 +77078,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-pull-requests parameters: - - *280 - *281 + - *282 - name: state description: Either `open`, `closed`, or `all` to filter by state. in: query @@ -77121,9 +77139,9 @@ paths: application/json: schema: type: array - items: *518 + items: *519 examples: - default: *519 + default: *520 headers: Link: *58 '304': *37 @@ -77155,8 +77173,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#create-a-pull-request parameters: - - *280 - *281 + - *282 requestBody: required: true content: @@ -77221,7 +77239,7 @@ paths: description: Response content: application/json: - schema: &523 + schema: &524 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -77332,8 +77350,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *415 - required: *416 + properties: *416 + required: *417 nullable: true active_lock_reason: type: string @@ -77378,7 +77396,7 @@ paths: nullable: true requested_teams: type: array - items: *258 + items: *259 nullable: true head: type: object @@ -77417,14 +77435,14 @@ paths: _links: type: object properties: - comments: *417 - commits: *417 - statuses: *417 - html: *417 - issue: *417 - review_comments: *417 - review_comment: *417 - self: *417 + comments: *418 + commits: *418 + statuses: *418 + html: *418 + issue: *418 + review_comments: *418 + review_comment: *418 + self: *418 required: - comments - commits @@ -77435,7 +77453,7 @@ paths: - review_comment - self author_association: *63 - auto_merge: *520 + auto_merge: *521 draft: description: Indicates whether or not the pull request is a draft. example: false @@ -77527,7 +77545,7 @@ paths: - merged_by - review_comments examples: - default: &524 + default: &525 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -78054,8 +78072,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#list-review-comments-in-a-repository parameters: - - *280 - *281 + - *282 - name: sort in: query required: false @@ -78084,9 +78102,9 @@ paths: application/json: schema: type: array - items: *521 + items: *522 examples: - default: &526 + default: &527 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -78163,17 +78181,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request parameters: - - *280 - *281 + - *282 - *76 responses: '200': description: Response content: application/json: - schema: *521 + schema: *522 examples: - default: &522 + default: &523 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -78248,8 +78266,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#update-a-review-comment-for-a-pull-request parameters: - - *280 - *281 + - *282 - *76 requestBody: required: true @@ -78272,9 +78290,9 @@ paths: description: Response content: application/json: - schema: *521 + schema: *522 examples: - default: *522 + default: *523 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78290,8 +78308,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#delete-a-review-comment-for-a-pull-request parameters: - - *280 - *281 + - *282 - *76 responses: '204': @@ -78313,8 +78331,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-pull-request-review-comment parameters: - - *280 - *281 + - *282 - *76 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). @@ -78341,9 +78359,9 @@ paths: application/json: schema: type: array - items: *273 + items: *274 examples: - default: *275 + default: *276 headers: Link: *58 '404': *6 @@ -78364,8 +78382,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-pull-request-review-comment parameters: - - *280 - *281 + - *282 - *76 requestBody: required: true @@ -78398,16 +78416,16 @@ paths: description: Reaction exists content: application/json: - schema: *273 + schema: *274 examples: - default: *274 + default: *275 '201': description: Reaction created content: application/json: - schema: *273 + schema: *274 examples: - default: *274 + default: *275 '422': *15 x-github: githubCloudOnly: false @@ -78429,10 +78447,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-pull-request-comment-reaction parameters: - - *280 - *281 + - *282 - *76 - - *276 + - *277 responses: '204': description: Response @@ -78475,9 +78493,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#get-a-pull-request parameters: - - *280 - *281 - - &525 + - *282 + - &526 name: pull_number description: The number that identifies the pull request. in: path @@ -78490,9 +78508,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *523 + schema: *524 examples: - default: *524 + default: *525 '304': *37 '404': *6 '406': @@ -78527,9 +78545,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#update-a-pull-request parameters: - - *280 - *281 - - *525 + - *282 + - *526 requestBody: required: false content: @@ -78571,9 +78589,9 @@ paths: description: Response content: application/json: - schema: *523 + schema: *524 examples: - default: *524 + default: *525 '422': *15 '403': *29 x-github: @@ -78595,9 +78613,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-codespace-from-a-pull-request parameters: - - *280 - *281 - - *525 + - *282 + - *526 requestBody: required: true content: @@ -78659,7 +78677,7 @@ paths: application/json: schema: *199 examples: - default: *400 + default: *401 '202': description: Response when the codespace creation partially failed but is being retried in the background @@ -78667,7 +78685,7 @@ paths: application/json: schema: *199 examples: - default: *400 + default: *401 '401': *25 '403': *29 '404': *6 @@ -78697,9 +78715,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#list-review-comments-on-a-pull-request parameters: - - *280 - *281 - - *525 + - *282 + - *526 - *87 - name: direction description: The direction to sort results. Ignored without `sort` parameter. @@ -78720,9 +78738,9 @@ paths: application/json: schema: type: array - items: *521 + items: *522 examples: - default: *526 + default: *527 headers: Link: *58 x-github: @@ -78755,9 +78773,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#create-a-review-comment-for-a-pull-request parameters: - - *280 - *281 - - *525 + - *282 + - *526 requestBody: required: true content: @@ -78862,7 +78880,7 @@ paths: description: Response content: application/json: - schema: *521 + schema: *522 examples: example-for-a-multi-line-comment: value: @@ -78950,9 +78968,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#create-a-reply-for-a-review-comment parameters: - - *280 - *281 - - *525 + - *282 + - *526 - *76 requestBody: required: true @@ -78975,7 +78993,7 @@ paths: description: Response content: application/json: - schema: *521 + schema: *522 examples: default: value: @@ -79061,9 +79079,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-commits-on-a-pull-request parameters: - - *280 - *281 - - *525 + - *282 + - *526 - *17 - *19 responses: @@ -79073,9 +79091,9 @@ paths: application/json: schema: type: array - items: *411 + items: *412 examples: - default: *527 + default: *528 headers: Link: *58 x-github: @@ -79105,9 +79123,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-pull-requests-files parameters: - - *280 - *281 - - *525 + - *282 + - *526 - *17 - *19 responses: @@ -79117,7 +79135,7 @@ paths: application/json: schema: type: array - items: *426 + items: *427 examples: default: value: @@ -79155,9 +79173,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#check-if-a-pull-request-has-been-merged parameters: - - *280 - *281 - - *525 + - *282 + - *526 responses: '204': description: Response if pull request has been merged @@ -79180,9 +79198,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#merge-a-pull-request parameters: - - *280 - *281 - - *525 + - *282 + - *526 requestBody: required: false content: @@ -79293,9 +79311,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#get-all-requested-reviewers-for-a-pull-request parameters: - - *280 - *281 - - *525 + - *282 + - *526 responses: '200': description: Response @@ -79370,9 +79388,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#request-reviewers-for-a-pull-request parameters: - - *280 - *281 - - *525 + - *282 + - *526 requestBody: required: false content: @@ -79409,7 +79427,7 @@ paths: description: Response content: application/json: - schema: *518 + schema: *519 examples: default: value: @@ -79945,9 +79963,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#remove-requested-reviewers-from-a-pull-request parameters: - - *280 - *281 - - *525 + - *282 + - *526 requestBody: required: true content: @@ -79981,7 +79999,7 @@ paths: description: Response content: application/json: - schema: *518 + schema: *519 examples: default: value: @@ -80486,9 +80504,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#list-reviews-for-a-pull-request parameters: - - *280 - *281 - - *525 + - *282 + - *526 - *17 - *19 responses: @@ -80498,7 +80516,7 @@ paths: application/json: schema: type: array - items: &528 + items: &529 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -80649,9 +80667,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#create-a-review-for-a-pull-request parameters: - - *280 - *281 - - *525 + - *282 + - *526 requestBody: required: false content: @@ -80737,9 +80755,9 @@ paths: description: Response content: application/json: - schema: *528 + schema: *529 examples: - default: &530 + default: &531 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -80802,10 +80820,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#get-a-review-for-a-pull-request parameters: - - *280 - *281 - - *525 - - &529 + - *282 + - *526 + - &530 name: review_id description: The unique identifier of the review. in: path @@ -80817,9 +80835,9 @@ paths: description: Response content: application/json: - schema: *528 + schema: *529 examples: - default: &531 + default: &532 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -80878,10 +80896,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#update-a-review-for-a-pull-request parameters: - - *280 - *281 - - *525 - - *529 + - *282 + - *526 + - *530 requestBody: required: true content: @@ -80904,7 +80922,7 @@ paths: description: Response content: application/json: - schema: *528 + schema: *529 examples: default: value: @@ -80966,18 +80984,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#delete-a-pending-review-for-a-pull-request parameters: - - *280 - *281 - - *525 - - *529 + - *282 + - *526 + - *530 responses: '200': description: Response content: application/json: - schema: *528 + schema: *529 examples: - default: *530 + default: *531 '422': *7 '404': *6 x-github: @@ -81004,10 +81022,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#list-comments-for-a-pull-request-review parameters: - - *280 - *281 - - *525 - - *529 + - *282 + - *526 + - *530 - *17 - *19 responses: @@ -81090,9 +81108,9 @@ paths: _links: type: object properties: - self: *417 - html: *417 - pull_request: *417 + self: *418 + html: *418 + pull_request: *418 required: - self - html @@ -81235,10 +81253,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#dismiss-a-review-for-a-pull-request parameters: - - *280 - *281 - - *525 - - *529 + - *282 + - *526 + - *530 requestBody: required: true content: @@ -81266,7 +81284,7 @@ paths: description: Response content: application/json: - schema: *528 + schema: *529 examples: default: value: @@ -81329,10 +81347,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#submit-a-review-for-a-pull-request parameters: - - *280 - *281 - - *525 - - *529 + - *282 + - *526 + - *530 requestBody: required: true content: @@ -81367,9 +81385,9 @@ paths: description: Response content: application/json: - schema: *528 + schema: *529 examples: - default: *531 + default: *532 '404': *6 '422': *7 '403': *29 @@ -81391,9 +81409,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#update-a-pull-request-branch parameters: - - *280 - *281 - - *525 + - *282 + - *526 requestBody: required: false content: @@ -81456,8 +81474,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-a-repository-readme parameters: - - *280 - *281 + - *282 - name: ref description: 'The name of the commit/branch/tag. Default: the repository’s default branch.' @@ -81470,9 +81488,9 @@ paths: description: Response content: application/json: - schema: *532 + schema: *533 examples: - default: &533 + default: &534 value: type: file encoding: base64 @@ -81514,8 +81532,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-a-repository-readme-for-a-directory parameters: - - *280 - *281 + - *282 - name: dir description: The alternate path to look for a README file in: path @@ -81535,9 +81553,9 @@ paths: description: Response content: application/json: - schema: *532 + schema: *533 examples: - default: *533 + default: *534 '404': *6 '422': *15 x-github: @@ -81559,8 +81577,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#list-releases parameters: - - *280 - *281 + - *282 - *17 - *19 responses: @@ -81570,7 +81588,7 @@ paths: application/json: schema: type: array - items: &534 + items: &535 title: Release description: A release. type: object @@ -81633,7 +81651,7 @@ paths: author: *4 assets: type: array - items: &535 + items: &536 title: Release Asset description: Data related to a release. type: object @@ -81814,8 +81832,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#create-a-release parameters: - - *280 - *281 + - *282 requestBody: required: true content: @@ -81891,9 +81909,9 @@ paths: description: Response content: application/json: - schema: *534 + schema: *535 examples: - default: &538 + default: &539 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -81996,9 +82014,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#get-a-release-asset parameters: - - *280 - *281 - - &536 + - *282 + - &537 name: asset_id description: The unique identifier of the asset. in: path @@ -82010,9 +82028,9 @@ paths: description: Response content: application/json: - schema: *535 + schema: *536 examples: - default: &537 + default: &538 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 @@ -82046,7 +82064,7 @@ paths: type: User site_admin: false '404': *6 - '302': *428 + '302': *429 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82062,9 +82080,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#update-a-release-asset parameters: - - *280 - *281 - - *536 + - *282 + - *537 requestBody: required: false content: @@ -82092,9 +82110,9 @@ paths: description: Response content: application/json: - schema: *535 + schema: *536 examples: - default: *537 + default: *538 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82110,9 +82128,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#delete-a-release-asset parameters: - - *280 - *281 - - *536 + - *282 + - *537 responses: '204': description: Response @@ -82136,8 +82154,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#generate-release-notes-content-for-a-release parameters: - - *280 - *281 + - *282 requestBody: required: true content: @@ -82222,16 +82240,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-the-latest-release parameters: - - *280 - *281 + - *282 responses: '200': description: Response content: application/json: - schema: *534 + schema: *535 examples: - default: *538 + default: *539 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82248,8 +82266,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-a-release-by-tag-name parameters: - - *280 - *281 + - *282 - name: tag description: tag parameter in: path @@ -82262,9 +82280,9 @@ paths: description: Response content: application/json: - schema: *534 + schema: *535 examples: - default: *538 + default: *539 '404': *6 x-github: githubCloudOnly: false @@ -82286,9 +82304,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-a-release parameters: - - *280 - *281 - - &539 + - *282 + - &540 name: release_id description: The unique identifier of the release. in: path @@ -82302,9 +82320,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: *534 + schema: *535 examples: - default: *538 + default: *539 '401': description: Unauthorized x-github: @@ -82322,9 +82340,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#update-a-release parameters: - - *280 - *281 - - *539 + - *282 + - *540 requestBody: required: false content: @@ -82388,9 +82406,9 @@ paths: description: Response content: application/json: - schema: *534 + schema: *535 examples: - default: *538 + default: *539 '404': description: Not Found if the discussion category name is invalid content: @@ -82411,9 +82429,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#delete-a-release parameters: - - *280 - *281 - - *539 + - *282 + - *540 responses: '204': description: Response @@ -82433,9 +82451,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#list-release-assets parameters: - - *280 - *281 - - *539 + - *282 + - *540 - *17 - *19 responses: @@ -82445,7 +82463,7 @@ paths: application/json: schema: type: array - items: *535 + items: *536 examples: default: value: @@ -82525,9 +82543,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: - - *280 - *281 - - *539 + - *282 + - *540 - name: name in: query required: true @@ -82553,7 +82571,7 @@ paths: description: Response for successful upload content: application/json: - schema: *535 + schema: *536 examples: response-for-successful-upload: value: @@ -82607,9 +82625,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-release parameters: - - *280 - *281 - - *539 + - *282 + - *540 - 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. @@ -82633,9 +82651,9 @@ paths: application/json: schema: type: array - items: *273 + items: *274 examples: - default: *275 + default: *276 headers: Link: *58 '404': *6 @@ -82656,9 +82674,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-release parameters: - - *280 - *281 - - *539 + - *282 + - *540 requestBody: required: true content: @@ -82688,16 +82706,16 @@ paths: description: Reaction exists content: application/json: - schema: *273 + schema: *274 examples: - default: *274 + default: *275 '201': description: Reaction created content: application/json: - schema: *273 + schema: *274 examples: - default: *274 + default: *275 '422': *15 x-github: githubCloudOnly: false @@ -82719,10 +82737,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-release-reaction parameters: - - *280 - *281 - - *539 - - *276 + - *282 + - *540 + - *277 responses: '204': description: Response @@ -82746,9 +82764,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rules#get-rules-for-a-branch parameters: - - *280 - *281 - - *348 + - *282 + - *349 - *17 - *19 responses: @@ -82764,8 +82782,8 @@ paths: description: A repository rule with ruleset details. oneOf: - allOf: - - *540 - - &542 + - *541 + - &543 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -82785,65 +82803,65 @@ paths: type: integer description: The ID of the ruleset that includes this rule. - allOf: - - *541 - *542 - - allOf: - *543 - - *542 - allOf: - *544 - - *542 + - *543 - allOf: - *545 - - *542 + - *543 - allOf: - *546 - - *542 + - *543 - allOf: - *547 - - *542 + - *543 - allOf: - *548 - - *542 + - *543 - allOf: - *549 - - *542 + - *543 - allOf: - *550 - - *542 + - *543 - allOf: - *551 - - *542 + - *543 - allOf: - *552 - - *542 + - *543 - allOf: - *553 - - *542 + - *543 - allOf: - *554 - - *542 + - *543 - allOf: - *555 - - *542 + - *543 - allOf: - *556 - - *542 + - *543 - allOf: - *557 - - *542 + - *543 - allOf: - *558 - - *542 + - *543 - allOf: - *559 - - *542 + - *543 - allOf: - *560 - - *542 + - *543 - allOf: - *561 - - *542 + - *543 + - allOf: + - *562 + - *543 examples: default: value: @@ -82882,8 +82900,8 @@ paths: category: repos subcategory: rules parameters: - - *280 - *281 + - *282 - *17 - *19 - name: includes_parents @@ -82894,7 +82912,7 @@ paths: schema: type: boolean default: true - - *562 + - *563 responses: '200': description: Response @@ -82949,8 +82967,8 @@ paths: category: repos subcategory: rules parameters: - - *280 - *281 + - *282 requestBody: description: Request body required: true @@ -83012,7 +83030,7 @@ paths: application/json: schema: *245 examples: - default: &572 + default: &573 value: id: 42 name: super cool ruleset @@ -83059,12 +83077,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rule-suites#list-repository-rule-suites parameters: - - *280 - *281 - - *563 + - *282 - *564 - *565 - *566 + - *567 - *17 - *19 responses: @@ -83072,9 +83090,9 @@ paths: description: Response content: application/json: - schema: *567 + schema: *568 examples: - default: *568 + default: *569 '404': *6 '500': *94 x-github: @@ -83095,17 +83113,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rule-suites#get-a-repository-rule-suite parameters: - - *280 - *281 - - *569 + - *282 + - *570 responses: '200': description: Response content: application/json: - schema: *570 + schema: *571 examples: - default: *571 + default: *572 '404': *6 '500': *94 x-github: @@ -83133,8 +83151,8 @@ paths: category: repos subcategory: rules parameters: - - *280 - *281 + - *282 - name: ruleset_id description: The ID of the ruleset. in: path @@ -83156,7 +83174,7 @@ paths: application/json: schema: *245 examples: - default: *572 + default: *573 '404': *6 '500': *94 put: @@ -83174,8 +83192,8 @@ paths: category: repos subcategory: rules parameters: - - *280 - *281 + - *282 - name: ruleset_id description: The ID of the ruleset. in: path @@ -83239,7 +83257,7 @@ paths: application/json: schema: *245 examples: - default: *572 + default: *573 '404': *6 '500': *94 delete: @@ -83257,8 +83275,8 @@ paths: category: repos subcategory: rules parameters: - - *280 - *281 + - *282 - name: ruleset_id description: The ID of the ruleset. in: path @@ -83281,8 +83299,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rules#get-repository-ruleset-history parameters: - - *280 - *281 + - *282 - *17 - *19 - name: ruleset_id @@ -83300,7 +83318,7 @@ paths: type: array items: *247 examples: - default: *573 + default: *574 '404': *6 '500': *94 x-github: @@ -83319,8 +83337,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rules#get-repository-ruleset-version parameters: - - *280 - *281 + - *282 - name: ruleset_id description: The ID of the ruleset. in: path @@ -83338,7 +83356,7 @@ paths: description: Response content: application/json: - schema: *574 + schema: *575 examples: default: value: @@ -83393,8 +83411,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-a-repository parameters: - - *280 - *281 + - *282 - *248 - *249 - *250 @@ -83402,11 +83420,12 @@ paths: - *48 - *19 - *17 - - *575 - *576 + - *577 - *252 - *253 - *254 + - *255 responses: '200': description: Response @@ -83414,7 +83433,7 @@ paths: application/json: schema: type: array - items: &579 + items: &580 type: object properties: number: *54 @@ -83433,8 +83452,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *577 - resolution: *578 + state: *578 + resolution: *579 resolved_at: type: string format: date-time @@ -83652,15 +83671,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#get-a-secret-scanning-alert parameters: - - *280 - *281 - - *380 + - *282 + - *381 + - *255 responses: '200': description: Response content: application/json: - schema: *579 + schema: *580 examples: default: value: @@ -83712,9 +83732,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#update-a-secret-scanning-alert parameters: - - *280 - *281 - - *380 + - *282 + - *381 requestBody: required: true content: @@ -83722,8 +83742,8 @@ paths: schema: type: object properties: - state: *577 - resolution: *578 + state: *578 + resolution: *579 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -83741,7 +83761,7 @@ paths: description: Response content: application/json: - schema: *579 + schema: *580 examples: default: value: @@ -83816,9 +83836,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-locations-for-a-secret-scanning-alert parameters: - - *280 - *281 - - *380 + - *282 + - *381 - *19 - *17 responses: @@ -83829,7 +83849,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &716 + items: &717 type: object properties: type: @@ -84188,8 +84208,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#create-a-push-protection-bypass parameters: - - *280 - *281 + - *282 requestBody: required: true content: @@ -84197,14 +84217,14 @@ paths: schema: type: object properties: - reason: &581 + reason: &582 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *580 + placeholder_id: *581 required: - reason - placeholder_id @@ -84221,7 +84241,7 @@ paths: schema: type: object properties: - reason: *581 + reason: *582 expire_at: type: string format: date-time @@ -84264,8 +84284,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#get-secret-scanning-scan-history-for-a-repository parameters: - - *280 - *281 + - *282 responses: '404': description: Repository does not have GitHub Advanced Security or secret @@ -84280,7 +84300,7 @@ paths: properties: incremental_scans: type: array - items: &582 + items: &583 description: Information on a single scan performed by secret scanning on the repository type: object @@ -84306,15 +84326,15 @@ paths: nullable: true pattern_update_scans: type: array - items: *582 + items: *583 backfill_scans: type: array - items: *582 + items: *583 custom_pattern_backfill_scans: type: array items: allOf: - - *582 + - *583 - type: object properties: pattern_name: @@ -84384,8 +84404,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#list-repository-security-advisories parameters: - - *280 - *281 + - *282 - *48 - name: sort description: The property to sort the results by. @@ -84429,9 +84449,9 @@ paths: application/json: schema: type: array - items: *583 + items: *584 examples: - default: *584 + default: *585 '400': *14 '404': *6 x-github: @@ -84454,8 +84474,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#create-a-repository-security-advisory parameters: - - *280 - *281 + - *282 requestBody: required: true content: @@ -84528,7 +84548,7 @@ paths: login: type: string description: The username of the user credited. - type: *257 + type: *258 required: - login - type @@ -84615,9 +84635,9 @@ paths: description: Response content: application/json: - schema: *583 + schema: *584 examples: - default: &586 + default: &587 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -84850,8 +84870,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#privately-report-a-security-vulnerability parameters: - - *280 - *281 + - *282 requestBody: required: true content: @@ -84955,7 +84975,7 @@ paths: description: Response content: application/json: - schema: *583 + schema: *584 examples: default: value: @@ -85102,17 +85122,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#get-a-repository-security-advisory parameters: - - *280 - *281 - - *585 + - *282 + - *586 responses: '200': description: Response content: application/json: - schema: *583 + schema: *584 examples: - default: *586 + default: *587 '403': *29 '404': *6 x-github: @@ -85136,9 +85156,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#update-a-repository-security-advisory parameters: - - *280 - *281 - - *585 + - *282 + - *586 requestBody: required: true content: @@ -85211,7 +85231,7 @@ paths: login: type: string description: The username of the user credited. - type: *257 + type: *258 required: - login - type @@ -85297,10 +85317,10 @@ paths: description: Response content: application/json: - schema: *583 + schema: *584 examples: - default: *586 - add_credit: *586 + default: *587 + add_credit: *587 '403': *29 '404': *6 '422': @@ -85338,9 +85358,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#request-a-cve-for-a-repository-security-advisory parameters: - - *280 - *281 - - *585 + - *282 + - *586 responses: '202': *39 '400': *14 @@ -85367,17 +85387,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#create-a-temporary-private-fork parameters: - - *280 - *281 - - *585 + - *282 + - *586 responses: '202': description: Response content: application/json: - schema: *291 + schema: *292 examples: - default: *293 + default: *294 '400': *14 '422': *15 '403': *29 @@ -85403,8 +85423,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-stargazers parameters: - - *280 - *281 + - *282 - *17 - *19 responses: @@ -85503,8 +85523,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-weekly-commit-activity parameters: - - *280 - *281 + - *282 responses: '200': description: Returns a weekly aggregate of the number of additions and deletions @@ -85513,7 +85533,7 @@ paths: application/json: schema: type: array - items: &587 + items: &588 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -85546,8 +85566,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-last-year-of-commit-activity parameters: - - *280 - *281 + - *282 responses: '200': description: Response @@ -85623,8 +85643,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-all-contributor-commit-activity parameters: - - *280 - *281 + - *282 responses: '200': description: Response @@ -85720,8 +85740,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-weekly-commit-count parameters: - - *280 - *281 + - *282 responses: '200': description: The array order is oldest week (index 0) to most recent week. @@ -85875,8 +85895,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-hourly-commit-count-for-each-day parameters: - - *280 - *281 + - *282 responses: '200': description: For example, `[2, 14, 25]` indicates that there were 25 total @@ -85886,7 +85906,7 @@ paths: application/json: schema: type: array - items: *587 + items: *588 examples: default: value: @@ -85919,8 +85939,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#create-a-commit-status parameters: - - *280 - *281 + - *282 - name: sha in: path required: true @@ -85974,7 +85994,7 @@ paths: description: Response content: application/json: - schema: *588 + schema: *589 examples: default: value: @@ -86028,8 +86048,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#list-watchers parameters: - - *280 - *281 + - *282 - *17 - *19 responses: @@ -86061,14 +86081,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#get-a-repository-subscription parameters: - - *280 - *281 + - *282 responses: '200': description: if you subscribe to the repository content: application/json: - schema: &589 + schema: &590 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -86136,8 +86156,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#set-a-repository-subscription parameters: - - *280 - *281 + - *282 requestBody: required: false content: @@ -86163,7 +86183,7 @@ paths: description: Response content: application/json: - schema: *589 + schema: *590 examples: default: value: @@ -86190,8 +86210,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#delete-a-repository-subscription parameters: - - *280 - *281 + - *282 responses: '204': description: Response @@ -86211,8 +86231,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-tags parameters: - - *280 - *281 + - *282 - *17 - *19 responses: @@ -86291,8 +86311,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/tags#closing-down---list-tag-protection-states-for-a-repository parameters: - - *280 - *281 + - *282 responses: '200': description: Response @@ -86300,7 +86320,7 @@ paths: application/json: schema: type: array - items: &590 + items: &591 title: Tag protection description: Tag protection type: object @@ -86352,8 +86372,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/tags#closing-down---create-a-tag-protection-state-for-a-repository parameters: - - *280 - *281 + - *282 requestBody: required: true content: @@ -86376,7 +86396,7 @@ paths: description: Response content: application/json: - schema: *590 + schema: *591 examples: default: value: @@ -86407,8 +86427,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/tags#closing-down---delete-a-tag-protection-state-for-a-repository parameters: - - *280 - *281 + - *282 - name: tag_protection_id description: The unique identifier of the tag protection. in: path @@ -86445,8 +86465,8 @@ paths: url: https://docs.github.com/rest/repos/contents#download-a-repository-archive-tar operationId: repos/download-tarball-archive parameters: - - *280 - *281 + - *282 - name: ref in: path required: true @@ -86482,8 +86502,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-teams parameters: - - *280 - *281 + - *282 - *17 - *19 responses: @@ -86515,8 +86535,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#get-all-repository-topics parameters: - - *280 - *281 + - *282 - *19 - *17 responses: @@ -86524,7 +86544,7 @@ paths: description: Response content: application/json: - schema: &591 + schema: &592 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -86536,7 +86556,7 @@ paths: required: - names examples: - default: &592 + default: &593 value: names: - octocat @@ -86559,8 +86579,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#replace-all-repository-topics parameters: - - *280 - *281 + - *282 requestBody: required: true content: @@ -86591,9 +86611,9 @@ paths: description: Response content: application/json: - schema: *591 + schema: *592 examples: - default: *592 + default: *593 '404': *6 '422': *7 x-github: @@ -86614,9 +86634,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-repository-clones parameters: - - *280 - *281 - - &593 + - *282 + - &594 name: per description: The time frame to display results for. in: query @@ -86645,7 +86665,7 @@ paths: example: 128 clones: type: array - items: &594 + items: &595 title: Traffic type: object properties: @@ -86732,8 +86752,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-top-referral-paths parameters: - - *280 - *281 + - *282 responses: '200': description: Response @@ -86823,8 +86843,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-top-referral-sources parameters: - - *280 - *281 + - *282 responses: '200': description: Response @@ -86884,9 +86904,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-page-views parameters: - - *280 - *281 - - *593 + - *282 + - *594 responses: '200': description: Response @@ -86905,7 +86925,7 @@ paths: example: 3782 views: type: array - items: *594 + items: *595 required: - uniques - count @@ -86982,8 +87002,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#transfer-a-repository parameters: - - *280 - *281 + - *282 requestBody: required: true content: @@ -87257,8 +87277,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#check-if-vulnerability-alerts-are-enabled-for-a-repository parameters: - - *280 - *281 + - *282 responses: '204': description: Response if repository is enabled with vulnerability alerts @@ -87281,8 +87301,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-vulnerability-alerts parameters: - - *280 - *281 + - *282 responses: '204': description: Response @@ -87304,8 +87324,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-vulnerability-alerts parameters: - - *280 - *281 + - *282 responses: '204': description: Response @@ -87331,8 +87351,8 @@ paths: url: https://docs.github.com/rest/repos/contents#download-a-repository-archive-zip operationId: repos/download-zipball-archive parameters: - - *280 - *281 + - *282 - name: ref in: path required: true @@ -87424,9 +87444,9 @@ paths: description: Response content: application/json: - schema: *291 + schema: *292 examples: - default: *293 + default: *294 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -87674,7 +87694,7 @@ paths: example: - 73..77 - 77..78 - text_matches: &595 + text_matches: &596 title: Search Result Text Matches type: array items: @@ -87836,7 +87856,7 @@ paths: enum: - author-date - committer-date - - &596 + - &597 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 @@ -87907,7 +87927,7 @@ paths: description: Metaproperties for Git author/committer information. type: object - properties: *346 + properties: *347 nullable: true comment_count: type: integer @@ -87927,7 +87947,7 @@ paths: url: type: string format: uri - verification: *463 + verification: *464 required: - author - committer @@ -87946,7 +87966,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *346 + properties: *347 nullable: true parents: type: array @@ -87964,7 +87984,7 @@ paths: type: number node_id: type: string - text_matches: *595 + text_matches: *596 required: - sha - node_id @@ -88146,7 +88166,7 @@ paths: - interactions - created - updated - - *596 + - *597 - *17 - *19 - name: advanced_search @@ -88273,8 +88293,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *415 - required: *416 + properties: *416 + required: *417 nullable: true comments: type: integer @@ -88288,7 +88308,7 @@ paths: type: string format: date-time nullable: true - text_matches: *595 + text_matches: *596 pull_request: type: object properties: @@ -88516,7 +88536,7 @@ paths: enum: - created - updated - - *596 + - *597 - *17 - *19 responses: @@ -88560,7 +88580,7 @@ paths: nullable: true score: type: number - text_matches: *595 + text_matches: *596 required: - id - node_id @@ -88645,7 +88665,7 @@ paths: - forks - help-wanted-issues - updated - - *596 + - *597 - *17 - *19 responses: @@ -88884,7 +88904,7 @@ paths: - admin - pull - push - text_matches: *595 + text_matches: *596 temp_clone_token: type: string allow_merge_commit: @@ -89184,7 +89204,7 @@ paths: type: string format: uri nullable: true - text_matches: *595 + text_matches: *596 related: type: array nullable: true @@ -89375,7 +89395,7 @@ paths: - followers - repositories - joined - - *596 + - *597 - *17 - *19 responses: @@ -89479,7 +89499,7 @@ paths: hireable: type: boolean nullable: true - text_matches: *595 + text_matches: *596 blog: type: string nullable: true @@ -89558,7 +89578,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#get-a-team-legacy parameters: - - &597 + - &598 name: team_id description: The unique identifier of the team. in: path @@ -89570,9 +89590,9 @@ paths: description: Response content: application/json: - schema: *265 + schema: *266 examples: - default: *266 + default: *267 '404': *6 x-github: githubCloudOnly: false @@ -89599,7 +89619,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#update-a-team-legacy parameters: - - *597 + - *598 requestBody: required: true content: @@ -89662,16 +89682,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *265 + schema: *266 examples: - default: *266 + default: *267 '201': description: Response content: application/json: - schema: *265 + schema: *266 examples: - default: *266 + default: *267 '404': *6 '422': *15 '403': *29 @@ -89699,7 +89719,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#delete-a-team-legacy parameters: - - *597 + - *598 responses: '204': description: Response @@ -89730,7 +89750,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#list-discussions-legacy parameters: - - *597 + - *598 - *48 - *17 - *19 @@ -89741,9 +89761,9 @@ paths: application/json: schema: type: array - items: *267 + items: *268 examples: - default: *598 + default: *599 headers: Link: *58 x-github: @@ -89772,7 +89792,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#create-a-discussion-legacy parameters: - - *597 + - *598 requestBody: required: true content: @@ -89806,9 +89826,9 @@ paths: description: Response content: application/json: - schema: *267 + schema: *268 examples: - default: *268 + default: *269 x-github: triggersNotification: true githubCloudOnly: false @@ -89835,16 +89855,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#get-a-discussion-legacy parameters: - - *597 - - *269 + - *598 + - *270 responses: '200': description: Response content: application/json: - schema: *267 + schema: *268 examples: - default: *268 + default: *269 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89869,8 +89889,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#update-a-discussion-legacy parameters: - - *597 - - *269 + - *598 + - *270 requestBody: required: false content: @@ -89893,9 +89913,9 @@ paths: description: Response content: application/json: - schema: *267 + schema: *268 examples: - default: *599 + default: *600 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89920,8 +89940,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#delete-a-discussion-legacy parameters: - - *597 - - *269 + - *598 + - *270 responses: '204': description: Response @@ -89950,8 +89970,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#list-discussion-comments-legacy parameters: - - *597 - - *269 + - *598 + - *270 - *48 - *17 - *19 @@ -89962,9 +89982,9 @@ paths: application/json: schema: type: array - items: *270 + items: *271 examples: - default: *600 + default: *601 headers: Link: *58 x-github: @@ -89993,8 +90013,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#create-a-discussion-comment-legacy parameters: - - *597 - - *269 + - *598 + - *270 requestBody: required: true content: @@ -90016,9 +90036,9 @@ paths: description: Response content: application/json: - schema: *270 + schema: *271 examples: - default: *271 + default: *272 x-github: triggersNotification: true githubCloudOnly: false @@ -90045,17 +90065,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#get-a-discussion-comment-legacy parameters: - - *597 - - *269 - - *272 + - *598 + - *270 + - *273 responses: '200': description: Response content: application/json: - schema: *270 + schema: *271 examples: - default: *271 + default: *272 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90080,9 +90100,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#update-a-discussion-comment-legacy parameters: - - *597 - - *269 - - *272 + - *598 + - *270 + - *273 requestBody: required: true content: @@ -90104,9 +90124,9 @@ paths: description: Response content: application/json: - schema: *270 + schema: *271 examples: - default: *601 + default: *602 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90131,9 +90151,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#delete-a-discussion-comment-legacy parameters: - - *597 - - *269 - - *272 + - *598 + - *270 + - *273 responses: '204': description: Response @@ -90162,9 +90182,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion-comment-legacy parameters: - - *597 - - *269 - - *272 + - *598 + - *270 + - *273 - 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 team discussion comment. @@ -90190,9 +90210,9 @@ paths: application/json: schema: type: array - items: *273 + items: *274 examples: - default: *275 + default: *276 headers: Link: *58 x-github: @@ -90221,9 +90241,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion-comment-legacy parameters: - - *597 - - *269 - - *272 + - *598 + - *270 + - *273 requestBody: required: true content: @@ -90255,9 +90275,9 @@ paths: description: Response content: application/json: - schema: *273 + schema: *274 examples: - default: *274 + default: *275 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90283,8 +90303,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion-legacy parameters: - - *597 - - *269 + - *598 + - *270 - 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 team discussion. @@ -90310,9 +90330,9 @@ paths: application/json: schema: type: array - items: *273 + items: *274 examples: - default: *275 + default: *276 headers: Link: *58 x-github: @@ -90341,8 +90361,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion-legacy parameters: - - *597 - - *269 + - *598 + - *270 requestBody: required: true content: @@ -90374,9 +90394,9 @@ paths: description: Response content: application/json: - schema: *273 + schema: *274 examples: - default: *274 + default: *275 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -90400,7 +90420,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-pending-team-invitations-legacy parameters: - - *597 + - *598 - *17 - *19 responses: @@ -90438,7 +90458,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-team-members-legacy parameters: - - *597 + - *598 - name: role description: Filters members returned by their role in the team. in: query @@ -90489,7 +90509,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-member-legacy parameters: - - *597 + - *598 - *133 responses: '204': @@ -90526,7 +90546,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-team-member-legacy parameters: - - *597 + - *598 - *133 responses: '204': @@ -90566,7 +90586,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-member-legacy parameters: - - *597 + - *598 - *133 responses: '204': @@ -90603,16 +90623,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *597 + - *598 - *133 responses: '200': description: Response content: application/json: - schema: *277 + schema: *278 examples: - response-if-user-is-a-team-maintainer: *602 + response-if-user-is-a-team-maintainer: *603 '404': *6 x-github: githubCloudOnly: false @@ -90645,7 +90665,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *597 + - *598 - *133 requestBody: required: false @@ -90671,9 +90691,9 @@ paths: description: Response content: application/json: - schema: *277 + schema: *278 examples: - response-if-users-membership-with-team-is-now-pending: *603 + response-if-users-membership-with-team-is-now-pending: *604 '403': description: Forbidden if team synchronization is set up '422': @@ -90707,7 +90727,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *597 + - *598 - *133 responses: '204': @@ -90736,7 +90756,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-projects-legacy parameters: - - *597 + - *598 - *17 - *19 responses: @@ -90746,9 +90766,9 @@ paths: application/json: schema: type: array - items: *278 + items: *279 examples: - default: *604 + default: *605 headers: Link: *58 '404': *6 @@ -90774,16 +90794,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-project-legacy parameters: - - *597 - - *279 + - *598 + - *280 responses: '200': description: Response content: application/json: - schema: *278 + schema: *279 examples: - default: *605 + default: *606 '404': description: Not Found if project is not managed by this team x-github: @@ -90807,8 +90827,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-project-permissions-legacy parameters: - - *597 - - *279 + - *598 + - *280 requestBody: required: false content: @@ -90875,8 +90895,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-project-from-a-team-legacy parameters: - - *597 - - *279 + - *598 + - *280 responses: '204': description: Response @@ -90903,7 +90923,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-repositories-legacy parameters: - - *597 + - *598 - *17 - *19 responses: @@ -90945,15 +90965,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *597 - - *280 + - *598 - *281 + - *282 responses: '200': description: Alternative response with extra repository information content: application/json: - schema: *606 + schema: *607 examples: alternative-response-with-extra-repository-information: value: @@ -91104,9 +91124,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *597 - - *280 + - *598 - *281 + - *282 requestBody: required: false content: @@ -91156,9 +91176,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *597 - - *280 + - *598 - *281 + - *282 responses: '204': description: Response @@ -91183,7 +91203,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-child-teams-legacy parameters: - - *597 + - *598 - *17 - *19 responses: @@ -91195,7 +91215,7 @@ paths: type: array items: *152 examples: - response-if-child-teams-exist: *607 + response-if-child-teams-exist: *608 headers: Link: *58 '404': *6 @@ -91228,7 +91248,7 @@ paths: application/json: schema: oneOf: - - &609 + - &610 title: Private User description: Private User type: object @@ -91431,7 +91451,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *608 + - *609 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -91584,7 +91604,7 @@ paths: description: Response content: application/json: - schema: *609 + schema: *610 examples: default: value: @@ -91930,7 +91950,7 @@ paths: application/json: schema: *199 examples: - default: *400 + default: *401 '202': description: Response when the codespace creation partially failed but is being retried in the background @@ -91938,7 +91958,7 @@ paths: application/json: schema: *199 examples: - default: *400 + default: *401 '401': *25 '403': *29 '404': *6 @@ -91982,7 +92002,7 @@ paths: type: integer secrets: type: array - items: &610 + items: &611 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -92022,7 +92042,7 @@ paths: - visibility - selected_repositories_url examples: - default: *403 + default: *404 headers: Link: *58 x-github: @@ -92098,7 +92118,7 @@ paths: description: Response content: application/json: - schema: *610 + schema: *611 examples: default: value: @@ -92244,7 +92264,7 @@ paths: type: array items: *120 examples: - default: *611 + default: *612 '401': *25 '403': *29 '404': *6 @@ -92396,7 +92416,7 @@ paths: application/json: schema: *199 examples: - default: *400 + default: *401 '304': *37 '500': *94 '401': *25 @@ -92454,7 +92474,7 @@ paths: application/json: schema: *199 examples: - default: *400 + default: *401 '401': *25 '403': *29 '404': *6 @@ -92511,7 +92531,7 @@ paths: description: Response content: application/json: - schema: &612 + schema: &613 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -92552,7 +92572,7 @@ paths: description: Web url for the exported branch example: https://github.com/octocat/hello-world/tree/:branch examples: - default: &613 + default: &614 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -92597,9 +92617,9 @@ paths: description: Response content: application/json: - schema: *612 + schema: *613 examples: - default: *613 + default: *614 '404': *6 x-github: githubCloudOnly: false @@ -92636,9 +92656,9 @@ paths: type: integer machines: type: array - items: *614 + items: *615 examples: - default: *615 + default: *616 '304': *37 '500': *94 '401': *25 @@ -92717,13 +92737,13 @@ paths: nullable: true owner: *4 billable_owner: *4 - repository: *291 + repository: *292 machine: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *401 - required: *402 + properties: *402 + required: *403 nullable: true devcontainer_path: description: Path to devcontainer.json from repo root used to @@ -93505,7 +93525,7 @@ paths: application/json: schema: *199 examples: - default: *400 + default: *401 '304': *37 '500': *94 '400': *14 @@ -93545,7 +93565,7 @@ paths: application/json: schema: *199 examples: - default: *400 + default: *401 '500': *94 '401': *25 '403': *29 @@ -93577,7 +93597,7 @@ paths: type: array items: *214 examples: - default: &628 + default: &629 value: - id: 197 name: hello_docker @@ -93678,7 +93698,7 @@ paths: application/json: schema: type: array - items: &616 + items: &617 title: Email description: Email type: object @@ -93743,9 +93763,9 @@ paths: application/json: schema: type: array - items: *616 + items: *617 examples: - default: &630 + default: &631 value: - email: octocat@github.com verified: true @@ -93820,7 +93840,7 @@ paths: application/json: schema: type: array - items: *616 + items: *617 examples: default: value: @@ -94076,7 +94096,7 @@ paths: application/json: schema: type: array - items: &617 + items: &618 title: GPG Key description: A unique encryption key type: object @@ -94207,7 +94227,7 @@ paths: - subkeys - revoked examples: - default: &641 + default: &642 value: - id: 3 name: Octocat's GPG Key @@ -94292,9 +94312,9 @@ paths: description: Response content: application/json: - schema: *617 + schema: *618 examples: - default: &618 + default: &619 value: id: 3 name: Octocat's GPG Key @@ -94351,7 +94371,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &619 + - &620 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -94363,9 +94383,9 @@ paths: description: Response content: application/json: - schema: *617 + schema: *618 examples: - default: *618 + default: *619 '404': *6 '304': *37 '403': *29 @@ -94388,7 +94408,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *619 + - *620 responses: '204': description: Response @@ -94579,7 +94599,7 @@ paths: type: array items: *60 examples: - default: *620 + default: *621 headers: Link: *58 '404': *6 @@ -94693,7 +94713,7 @@ paths: required: true content: application/json: - schema: *474 + schema: *475 examples: default: value: @@ -94843,7 +94863,7 @@ paths: application/json: schema: type: array - items: &621 + items: &622 title: Key description: Key type: object @@ -94940,9 +94960,9 @@ paths: description: Response content: application/json: - schema: *621 + schema: *622 examples: - default: &622 + default: &623 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -94975,15 +94995,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#get-a-public-ssh-key-for-the-authenticated-user parameters: - - *503 + - *504 responses: '200': description: Response content: application/json: - schema: *621 + schema: *622 examples: - default: *622 + default: *623 '404': *6 '304': *37 '403': *29 @@ -95006,7 +95026,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#delete-a-public-ssh-key-for-the-authenticated-user parameters: - - *503 + - *504 responses: '204': description: Response @@ -95039,7 +95059,7 @@ paths: application/json: schema: type: array - items: &623 + items: &624 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -95107,7 +95127,7 @@ paths: - account - plan examples: - default: &624 + default: &625 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -95169,9 +95189,9 @@ paths: application/json: schema: type: array - items: *623 + items: *624 examples: - default: *624 + default: *625 headers: Link: *58 '304': *37 @@ -96166,7 +96186,7 @@ paths: url: https://docs.github.com/rest/migrations/users#unlock-a-user-repository parameters: - *207 - - *625 + - *626 responses: '204': description: Response @@ -96239,7 +96259,7 @@ paths: type: array items: *203 examples: - default: *626 + default: *627 headers: Link: *58 '304': *37 @@ -96281,7 +96301,7 @@ paths: - docker - nuget - container - - *627 + - *628 - *19 - *17 responses: @@ -96293,8 +96313,8 @@ paths: type: array items: *214 examples: - default: *628 - '400': *629 + default: *629 + '400': *630 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -96323,7 +96343,7 @@ paths: application/json: schema: *214 examples: - default: &642 + default: &643 value: id: 40201 name: octo-name @@ -96776,9 +96796,9 @@ paths: application/json: schema: type: array - items: *616 + items: *617 examples: - default: *630 + default: *631 headers: Link: *58 '304': *37 @@ -96891,7 +96911,7 @@ paths: type: array items: *60 examples: - default: &637 + default: &638 summary: Default response value: - id: 1296269 @@ -97195,9 +97215,9 @@ paths: description: Response content: application/json: - schema: *291 + schema: *292 examples: - default: *293 + default: *294 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -97235,9 +97255,9 @@ paths: application/json: schema: type: array - items: *476 + items: *477 examples: - default: *631 + default: *632 headers: Link: *58 '304': *37 @@ -97316,7 +97336,7 @@ paths: application/json: schema: type: array - items: &632 + items: &633 title: Social account description: Social media account type: object @@ -97331,7 +97351,7 @@ paths: - provider - url examples: - default: &633 + default: &634 value: - provider: twitter url: https://twitter.com/github @@ -97393,9 +97413,9 @@ paths: application/json: schema: type: array - items: *632 + items: *633 examples: - default: *633 + default: *634 '422': *15 '304': *37 '404': *6 @@ -97482,7 +97502,7 @@ paths: application/json: schema: type: array - items: &634 + items: &635 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -97502,7 +97522,7 @@ paths: - title - created_at examples: - default: &653 + default: &654 value: - key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -97568,9 +97588,9 @@ paths: description: Response content: application/json: - schema: *634 + schema: *635 examples: - default: &635 + default: &636 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -97601,7 +97621,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: - - &636 + - &637 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -97613,9 +97633,9 @@ paths: description: Response content: application/json: - schema: *634 + schema: *635 examples: - default: *635 + default: *636 '404': *6 '304': *37 '403': *29 @@ -97638,7 +97658,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/ssh-signing-keys#delete-an-ssh-signing-key-for-the-authenticated-user parameters: - - *636 + - *637 responses: '204': description: Response @@ -97667,7 +97687,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &654 + - &655 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 @@ -97692,11 +97712,11 @@ paths: type: array items: *60 examples: - default-response: *637 + default-response: *638 application/vnd.github.v3.star+json: schema: type: array - items: &655 + items: &656 title: Starred Repository description: Starred Repository type: object @@ -97852,8 +97872,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: - - *280 - *281 + - *282 responses: '204': description: Response if this repository is starred by you @@ -97881,8 +97901,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#star-a-repository-for-the-authenticated-user parameters: - - *280 - *281 + - *282 responses: '204': description: Response @@ -97906,8 +97926,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#unstar-a-repository-for-the-authenticated-user parameters: - - *280 - *281 + - *282 responses: '204': description: Response @@ -97979,7 +97999,7 @@ paths: application/json: schema: type: array - items: *265 + items: *266 examples: default: value: @@ -98065,10 +98085,10 @@ paths: application/json: schema: oneOf: + - *610 - *609 - - *608 examples: - default-response: &639 + default-response: &640 summary: Default response value: login: octocat @@ -98103,7 +98123,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &640 + response-with-git-hub-plan-information: &641 summary: Response with GitHub plan information value: login: octocat @@ -98163,7 +98183,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#list-users parameters: - - *638 + - *639 - *17 responses: '200': @@ -98212,11 +98232,11 @@ paths: application/json: schema: oneOf: + - *610 - *609 - - *608 examples: - default-response: *639 - response-with-git-hub-plan-information: *640 + default-response: *640 + response-with-git-hub-plan-information: *641 '404': *6 x-github: githubCloudOnly: false @@ -98292,7 +98312,7 @@ paths: bundle_url: type: string examples: - default: *342 + default: *343 '201': description: Response content: @@ -98333,7 +98353,7 @@ paths: type: array items: *214 examples: - default: *628 + default: *629 '403': *29 '401': *25 x-github: @@ -98737,9 +98757,9 @@ paths: application/json: schema: type: array - items: *617 + items: *618 examples: - default: *641 + default: *642 headers: Link: *58 x-github: @@ -98843,7 +98863,7 @@ paths: application/json: schema: *22 examples: - default: *473 + default: *474 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -98921,7 +98941,7 @@ paths: type: array items: *203 examples: - default: *626 + default: *627 headers: Link: *58 x-github: @@ -98960,7 +98980,7 @@ paths: - docker - nuget - container - - *627 + - *628 - *133 - *19 - *17 @@ -98973,10 +98993,10 @@ paths: type: array items: *214 examples: - default: *628 + default: *629 '403': *29 '401': *25 - '400': *629 + '400': *630 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -99006,7 +99026,7 @@ paths: application/json: schema: *214 examples: - default: *642 + default: *643 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -99605,9 +99625,9 @@ paths: description: Response content: application/json: - schema: *643 + schema: *644 examples: - default: *644 + default: *645 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -99635,9 +99655,9 @@ paths: description: Response content: application/json: - schema: *645 + schema: *646 examples: - default: *646 + default: *647 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -99665,9 +99685,9 @@ paths: description: Response content: application/json: - schema: *647 + schema: *648 examples: - default: *648 + default: *649 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -99688,10 +99708,10 @@ paths: url: https://docs.github.com/rest/billing/enhanced-billing#get-billing-usage-report-for-a-user parameters: - *133 - - *649 - *650 - *651 - *652 + - *653 responses: '200': description: Response when getting a billing usage report @@ -99790,9 +99810,9 @@ paths: application/json: schema: type: array - items: *632 + items: *633 examples: - default: *633 + default: *634 headers: Link: *58 x-github: @@ -99822,9 +99842,9 @@ paths: application/json: schema: type: array - items: *634 + items: *635 examples: - default: *653 + default: *654 headers: Link: *58 x-github: @@ -99849,7 +99869,7 @@ paths: url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-a-user parameters: - *133 - - *654 + - *655 - *48 - *17 - *19 @@ -99861,11 +99881,11 @@ paths: schema: anyOf: - type: array - items: *655 + items: *656 - type: array items: *60 examples: - default-response: *637 + default-response: *638 headers: Link: *58 x-github: @@ -100024,7 +100044,7 @@ x-webhooks: type: string enum: - disabled - enterprise: &656 + enterprise: &657 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -100082,7 +100102,7 @@ x-webhooks: - created_at - updated_at - avatar_url - installation: &657 + installation: &658 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -100101,7 +100121,7 @@ x-webhooks: required: - id - node_id - organization: &658 + organization: &659 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -100161,13 +100181,13 @@ x-webhooks: - public_members_url - avatar_url - description - repository: &659 + repository: &660 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: &689 + properties: &690 id: description: Unique identifier of the repository example: 42 @@ -100850,7 +100870,7 @@ x-webhooks: type: boolean description: Whether anonymous git access is enabled for this repository - required: &690 + required: &691 - archive_url - assignees_url - blobs_url @@ -101001,10 +101021,10 @@ x-webhooks: type: string enum: - enabled - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 sender: *4 required: - action @@ -101080,11 +101100,11 @@ x-webhooks: type: string enum: - created - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 - rule: &660 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 + rule: &661 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) @@ -101307,11 +101327,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 - rule: *660 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 + rule: *661 sender: *4 required: - action @@ -101494,11 +101514,11 @@ x-webhooks: - everyone required: - from - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 - rule: *660 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 + rule: *661 sender: *4 required: - action @@ -101582,7 +101602,7 @@ x-webhooks: type: string enum: - completed - check_run: &662 + check_run: &663 title: CheckRun description: A check performed on the code of a given code change type: object @@ -101645,7 +101665,7 @@ x-webhooks: type: string pull_requests: type: array - items: *359 + items: *360 repository: *120 status: example: completed @@ -101683,7 +101703,7 @@ x-webhooks: - skipped - timed_out - action_required - deployment: *661 + deployment: *662 details_url: example: https://example.com type: string @@ -101733,7 +101753,7 @@ x-webhooks: - annotations_url pull_requests: type: array - items: *359 + items: *360 started_at: example: '2018-05-04T01:14:52Z' type: string @@ -101768,9 +101788,9 @@ x-webhooks: - output - app - pull_requests - installation: *657 - organization: *658 - repository: *659 + installation: *658 + organization: *659 + repository: *660 sender: *4 required: - check_run @@ -102163,10 +102183,10 @@ x-webhooks: type: string enum: - created - check_run: *662 - installation: *657 - organization: *658 - repository: *659 + check_run: *663 + installation: *658 + organization: *659 + repository: *660 sender: *4 required: - check_run @@ -102562,10 +102582,10 @@ x-webhooks: type: string enum: - requested_action - check_run: *662 - installation: *657 - organization: *658 - repository: *659 + check_run: *663 + installation: *658 + organization: *659 + repository: *660 requested_action: description: The action requested by the user. type: object @@ -102970,10 +102990,10 @@ x-webhooks: type: string enum: - rerequested - check_run: *662 - installation: *657 - organization: *658 - repository: *659 + check_run: *663 + installation: *658 + organization: *659 + repository: *660 sender: *4 required: - check_run @@ -103950,10 +103970,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 sender: *4 required: - action @@ -104623,10 +104643,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 sender: *4 required: - action @@ -105290,10 +105310,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 sender: *4 required: - action @@ -105456,7 +105476,7 @@ x-webhooks: required: - login - id - dismissed_comment: *375 + dismissed_comment: *376 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -105601,20 +105621,20 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: &663 + commit_oid: &664 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: *656 - installation: *657 - organization: *658 - ref: &664 + enterprise: *657 + installation: *658 + organization: *659 + ref: &665 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: *659 + repository: *660 sender: *4 required: - action @@ -105776,7 +105796,7 @@ x-webhooks: required: - login - id - dismissed_comment: *375 + dismissed_comment: *376 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -106006,12 +106026,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *663 - enterprise: *656 - installation: *657 - organization: *658 - ref: *664 - repository: *659 + commit_oid: *664 + enterprise: *657 + installation: *658 + organization: *659 + ref: *665 + repository: *660 sender: *4 required: - action @@ -106106,7 +106126,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *375 + dismissed_comment: *376 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -106274,12 +106294,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *663 - enterprise: *656 - installation: *657 - organization: *658 - ref: *664 - repository: *659 + commit_oid: *664 + enterprise: *657 + installation: *658 + organization: *659 + ref: *665 + repository: *660 sender: *4 required: - action @@ -106442,7 +106462,7 @@ x-webhooks: required: - login - id - dismissed_comment: *375 + dismissed_comment: *376 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -106608,12 +106628,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *663 - enterprise: *656 - installation: *657 - organization: *658 - ref: *664 - repository: *659 + commit_oid: *664 + enterprise: *657 + installation: *658 + organization: *659 + ref: *665 + repository: *660 sender: *4 required: - action @@ -106710,7 +106730,7 @@ x-webhooks: dismissed_by: type: object nullable: true - dismissed_comment: *375 + dismissed_comment: *376 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -106878,16 +106898,16 @@ x-webhooks: triggered by the `sender` and this value will be empty. type: string nullable: true - enterprise: *656 - installation: *657 - organization: *658 + enterprise: *657 + installation: *658 + organization: *659 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: *659 + repository: *660 sender: *4 required: - action @@ -106981,7 +107001,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *375 + dismissed_comment: *376 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -107121,12 +107141,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *663 - enterprise: *656 - installation: *657 - organization: *658 - ref: *664 - repository: *659 + commit_oid: *664 + enterprise: *657 + installation: *658 + organization: *659 + ref: *665 + repository: *660 sender: *4 required: - action @@ -107383,10 +107403,10 @@ x-webhooks: - updated_at - author_association - body - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 sender: *4 required: - action @@ -107466,18 +107486,18 @@ x-webhooks: description: The repository's current description. type: string nullable: true - enterprise: *656 - installation: *657 + enterprise: *657 + installation: *658 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *658 - pusher_type: &665 + organization: *659 + pusher_type: &666 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &666 + ref: &667 description: The [`git ref`](https://docs.github.com/rest/git/refs#get-a-reference) resource. type: string @@ -107487,7 +107507,7 @@ x-webhooks: enum: - tag - branch - repository: *659 + repository: *660 sender: *4 required: - ref @@ -107570,9 +107590,9 @@ x-webhooks: enum: - created definition: *231 - enterprise: *656 - installation: *657 - organization: *658 + enterprise: *657 + installation: *658 + organization: *659 sender: *4 required: - action @@ -107657,9 +107677,9 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *656 - installation: *657 - organization: *658 + enterprise: *657 + installation: *658 + organization: *659 sender: *4 required: - action @@ -107737,9 +107757,9 @@ x-webhooks: enum: - promote_to_enterprise definition: *231 - enterprise: *656 - installation: *657 - organization: *658 + enterprise: *657 + installation: *658 + organization: *659 sender: *4 required: - action @@ -107817,9 +107837,9 @@ x-webhooks: enum: - updated definition: *231 - enterprise: *656 - installation: *657 - organization: *658 + enterprise: *657 + installation: *658 + organization: *659 sender: *4 required: - action @@ -107896,10 +107916,10 @@ x-webhooks: type: string enum: - updated - enterprise: *656 - installation: *657 - repository: *659 - organization: *658 + enterprise: *657 + installation: *658 + repository: *660 + organization: *659 sender: *4 new_property_values: type: array @@ -107984,18 +108004,18 @@ x-webhooks: title: delete event type: object properties: - enterprise: *656 - installation: *657 - organization: *658 - pusher_type: *665 - ref: *666 + enterprise: *657 + installation: *658 + organization: *659 + pusher_type: *666 + ref: *667 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *659 + repository: *660 sender: *4 required: - ref @@ -108079,11 +108099,11 @@ x-webhooks: type: string enum: - auto_dismissed - alert: *432 - installation: *657 - organization: *658 - enterprise: *656 - repository: *659 + alert: *433 + installation: *658 + organization: *659 + enterprise: *657 + repository: *660 sender: *4 required: - action @@ -108167,11 +108187,11 @@ x-webhooks: type: string enum: - auto_reopened - alert: *432 - installation: *657 - organization: *658 - enterprise: *656 - repository: *659 + alert: *433 + installation: *658 + organization: *659 + enterprise: *657 + repository: *660 sender: *4 required: - action @@ -108255,11 +108275,11 @@ x-webhooks: type: string enum: - created - alert: *432 - installation: *657 - organization: *658 - enterprise: *656 - repository: *659 + alert: *433 + installation: *658 + organization: *659 + enterprise: *657 + repository: *660 sender: *4 required: - action @@ -108341,11 +108361,11 @@ x-webhooks: type: string enum: - dismissed - alert: *432 - installation: *657 - organization: *658 - enterprise: *656 - repository: *659 + alert: *433 + installation: *658 + organization: *659 + enterprise: *657 + repository: *660 sender: *4 required: - action @@ -108427,11 +108447,11 @@ x-webhooks: type: string enum: - fixed - alert: *432 - installation: *657 - organization: *658 - enterprise: *656 - repository: *659 + alert: *433 + installation: *658 + organization: *659 + enterprise: *657 + repository: *660 sender: *4 required: - action @@ -108514,11 +108534,11 @@ x-webhooks: type: string enum: - reintroduced - alert: *432 - installation: *657 - organization: *658 - enterprise: *656 - repository: *659 + alert: *433 + installation: *658 + organization: *659 + enterprise: *657 + repository: *660 sender: *4 required: - action @@ -108600,11 +108620,11 @@ x-webhooks: type: string enum: - reopened - alert: *432 - installation: *657 - organization: *658 - enterprise: *656 - repository: *659 + alert: *433 + installation: *658 + organization: *659 + enterprise: *657 + repository: *660 sender: *4 required: - action @@ -108681,9 +108701,9 @@ x-webhooks: type: string enum: - created - enterprise: *656 - installation: *657 - key: &667 + enterprise: *657 + installation: *658 + key: &668 description: The [`deploy key`](https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -108719,8 +108739,8 @@ x-webhooks: - verified - created_at - read_only - organization: *658 - repository: *659 + organization: *659 + repository: *660 sender: *4 required: - action @@ -108797,11 +108817,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *656 - installation: *657 - key: *667 - organization: *658 - repository: *659 + enterprise: *657 + installation: *658 + key: *668 + organization: *659 + repository: *660 sender: *4 required: - action @@ -109362,12 +109382,12 @@ x-webhooks: - updated_at - statuses_url - repository_url - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 sender: *4 - workflow: &671 + workflow: &672 title: Workflow type: object nullable: true @@ -110093,13 +110113,13 @@ x-webhooks: description: The URL to review the deployment protection rule. type: string format: uri - deployment: *438 + deployment: *439 pull_requests: type: array - items: *523 - repository: *659 - organization: *658 - installation: *657 + items: *524 + repository: *660 + organization: *659 + installation: *658 sender: *4 responses: '200': @@ -110170,7 +110190,7 @@ x-webhooks: type: string enum: - approved - approver: &668 + approver: &669 type: object properties: avatar_url: @@ -110213,11 +110233,11 @@ x-webhooks: type: string comment: type: string - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 - reviewers: &669 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 + reviewers: &670 type: array items: type: object @@ -110296,7 +110316,7 @@ x-webhooks: sender: *4 since: type: string - workflow_job_run: &670 + workflow_job_run: &671 type: object properties: conclusion: @@ -111027,18 +111047,18 @@ x-webhooks: type: string enum: - rejected - approver: *668 + approver: *669 comment: type: string - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 - reviewers: *669 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 + reviewers: *670 sender: *4 since: type: string - workflow_job_run: *670 + workflow_job_run: *671 workflow_job_runs: type: array items: @@ -111742,13 +111762,13 @@ x-webhooks: type: string enum: - requested - enterprise: *656 + enterprise: *657 environment: type: string - installation: *657 - organization: *658 - repository: *659 - requestor: &676 + installation: *658 + organization: *659 + repository: *660 + requestor: &677 title: User type: object nullable: true @@ -113647,12 +113667,12 @@ x-webhooks: - updated_at - deployment_url - repository_url - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 sender: *4 - workflow: *671 + workflow: *672 workflow_run: title: Deployment Workflow Run type: object @@ -114332,7 +114352,7 @@ x-webhooks: type: string enum: - answered - answer: &674 + answer: &675 type: object properties: author_association: @@ -114489,7 +114509,7 @@ x-webhooks: - created_at - updated_at - body - discussion: &672 + discussion: &673 title: Discussion description: A Discussion in a repository. type: object @@ -114775,7 +114795,7 @@ x-webhooks: - id labels: type: array - items: *485 + items: *486 required: - repository_url - category @@ -114797,10 +114817,10 @@ x-webhooks: - author_association - active_lock_reason - body - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 sender: *4 required: - action @@ -114927,11 +114947,11 @@ x-webhooks: - from required: - category - discussion: *672 - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 + discussion: *673 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 sender: *4 required: - action @@ -115014,11 +115034,11 @@ x-webhooks: type: string enum: - closed - discussion: *672 - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 + discussion: *673 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 sender: *4 required: - action @@ -115100,7 +115120,7 @@ x-webhooks: type: string enum: - created - comment: &673 + comment: &674 type: object properties: author_association: @@ -115257,11 +115277,11 @@ x-webhooks: - updated_at - body - reactions - discussion: *672 - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 + discussion: *673 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 sender: *4 required: - action @@ -115344,12 +115364,12 @@ x-webhooks: type: string enum: - deleted - comment: *673 - discussion: *672 - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 + comment: *674 + discussion: *673 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 sender: *4 required: - action @@ -115444,12 +115464,12 @@ x-webhooks: - from required: - body - comment: *673 - discussion: *672 - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 + comment: *674 + discussion: *673 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 sender: *4 required: - action @@ -115533,11 +115553,11 @@ x-webhooks: type: string enum: - created - discussion: *672 - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 + discussion: *673 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 sender: *4 required: - action @@ -115619,11 +115639,11 @@ x-webhooks: type: string enum: - deleted - discussion: *672 - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 + discussion: *673 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 sender: *4 required: - action @@ -115723,11 +115743,11 @@ x-webhooks: type: string required: - from - discussion: *672 - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 + discussion: *673 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 sender: *4 required: - action @@ -115809,10 +115829,10 @@ x-webhooks: type: string enum: - labeled - discussion: *672 - enterprise: *656 - installation: *657 - label: &675 + discussion: *673 + enterprise: *657 + installation: *658 + label: &676 title: Label type: object properties: @@ -115844,8 +115864,8 @@ x-webhooks: - color - default - description - organization: *658 - repository: *659 + organization: *659 + repository: *660 sender: *4 required: - action @@ -115928,11 +115948,11 @@ x-webhooks: type: string enum: - locked - discussion: *672 - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 + discussion: *673 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 sender: *4 required: - action @@ -116014,11 +116034,11 @@ x-webhooks: type: string enum: - pinned - discussion: *672 - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 + discussion: *673 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 sender: *4 required: - action @@ -116100,11 +116120,11 @@ x-webhooks: type: string enum: - reopened - discussion: *672 - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 + discussion: *673 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 sender: *4 required: - action @@ -116189,16 +116209,16 @@ x-webhooks: changes: type: object properties: - new_discussion: *672 - new_repository: *659 + new_discussion: *673 + new_repository: *660 required: - new_discussion - new_repository - discussion: *672 - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 + discussion: *673 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 sender: *4 required: - action @@ -116281,10 +116301,10 @@ x-webhooks: type: string enum: - unanswered - discussion: *672 - old_answer: *674 - organization: *658 - repository: *659 + discussion: *673 + old_answer: *675 + organization: *659 + repository: *660 sender: *4 required: - action @@ -116366,12 +116386,12 @@ x-webhooks: type: string enum: - unlabeled - discussion: *672 - enterprise: *656 - installation: *657 - label: *675 - organization: *658 - repository: *659 + discussion: *673 + enterprise: *657 + installation: *658 + label: *676 + organization: *659 + repository: *660 sender: *4 required: - action @@ -116454,11 +116474,11 @@ x-webhooks: type: string enum: - unlocked - discussion: *672 - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 + discussion: *673 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 sender: *4 required: - action @@ -116540,11 +116560,11 @@ x-webhooks: type: string enum: - unpinned - discussion: *672 - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 + discussion: *673 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 sender: *4 required: - action @@ -116617,7 +116637,7 @@ x-webhooks: description: A user forks a repository. type: object properties: - enterprise: *656 + enterprise: *657 forkee: description: The created [`repository`](https://docs.github.com/rest/repos/repos#get-a-repository) resource. @@ -117277,9 +117297,9 @@ x-webhooks: type: integer watchers_count: type: integer - installation: *657 - organization: *658 - repository: *659 + installation: *658 + organization: *659 + repository: *660 sender: *4 required: - forkee @@ -117425,9 +117445,9 @@ x-webhooks: title: gollum event type: object properties: - enterprise: *656 - installation: *657 - organization: *658 + enterprise: *657 + installation: *658 + organization: *659 pages: description: The pages that were updated. type: array @@ -117464,7 +117484,7 @@ x-webhooks: - action - sha - html_url - repository: *659 + repository: *660 sender: *4 required: - pages @@ -117540,10 +117560,10 @@ x-webhooks: type: string enum: - created - enterprise: *656 + enterprise: *657 installation: *22 - organization: *658 - repositories: &677 + organization: *659 + repositories: &678 description: An array of repository objects that the installation can access. type: array @@ -117569,8 +117589,8 @@ x-webhooks: - name - full_name - private - repository: *659 - requester: *676 + repository: *660 + requester: *677 sender: *4 required: - action @@ -117645,11 +117665,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *656 + enterprise: *657 installation: *22 - organization: *658 - repositories: *677 - repository: *659 + organization: *659 + repositories: *678 + repository: *660 requester: nullable: true sender: *4 @@ -117725,11 +117745,11 @@ x-webhooks: type: string enum: - new_permissions_accepted - enterprise: *656 + enterprise: *657 installation: *22 - organization: *658 - repositories: *677 - repository: *659 + organization: *659 + repositories: *678 + repository: *660 requester: nullable: true sender: *4 @@ -117805,10 +117825,10 @@ x-webhooks: type: string enum: - added - enterprise: *656 + enterprise: *657 installation: *22 - organization: *658 - repositories_added: &678 + organization: *659 + repositories_added: &679 description: An array of repository objects, which were added to the installation. type: array @@ -117854,15 +117874,15 @@ x-webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *659 - repository_selection: &679 + repository: *660 + repository_selection: &680 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *676 + requester: *677 sender: *4 required: - action @@ -117941,10 +117961,10 @@ x-webhooks: type: string enum: - removed - enterprise: *656 + enterprise: *657 installation: *22 - organization: *658 - repositories_added: *678 + organization: *659 + repositories_added: *679 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -117971,9 +117991,9 @@ x-webhooks: - name - full_name - private - repository: *659 - repository_selection: *679 - requester: *676 + repository: *660 + repository_selection: *680 + requester: *677 sender: *4 required: - action @@ -118052,11 +118072,11 @@ x-webhooks: type: string enum: - suspend - enterprise: *656 + enterprise: *657 installation: *22 - organization: *658 - repositories: *677 - repository: *659 + organization: *659 + repositories: *678 + repository: *660 requester: nullable: true sender: *4 @@ -118234,10 +118254,10 @@ x-webhooks: type: string required: - from - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 sender: *4 target_type: type: string @@ -118316,11 +118336,11 @@ x-webhooks: type: string enum: - unsuspend - enterprise: *656 + enterprise: *657 installation: *22 - organization: *658 - repositories: *677 - repository: *659 + organization: *659 + repositories: *678 + repository: *660 requester: nullable: true sender: *4 @@ -118572,8 +118592,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *656 - installation: *657 + enterprise: *657 + installation: *658 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -119729,8 +119749,8 @@ x-webhooks: - state - locked - assignee - organization: *658 - repository: *659 + organization: *659 + repository: *660 sender: *4 required: - action @@ -119810,7 +119830,7 @@ x-webhooks: type: string enum: - deleted - comment: &680 + comment: &681 title: issue comment description: The [comment](https://docs.github.com/rest/issues/comments#get-an-issue-comment) itself. @@ -119975,8 +119995,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *656 - installation: *657 + enterprise: *657 + installation: *658 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -121130,8 +121150,8 @@ x-webhooks: - state - locked - assignee - organization: *658 - repository: *659 + organization: *659 + repository: *660 sender: *4 required: - action @@ -121211,7 +121231,7 @@ x-webhooks: type: string enum: - edited - changes: &708 + changes: &709 description: The changes to the comment. type: object properties: @@ -121223,9 +121243,9 @@ x-webhooks: type: string required: - from - comment: *680 - enterprise: *656 - installation: *657 + comment: *681 + enterprise: *657 + installation: *658 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -122380,8 +122400,8 @@ x-webhooks: - state - locked - assignee - organization: *658 - repository: *659 + organization: *659 + repository: *660 sender: *4 required: - action @@ -122463,10 +122483,10 @@ x-webhooks: type: string enum: - assigned - assignee: *676 - enterprise: *656 - installation: *657 - issue: &683 + assignee: *677 + enterprise: *657 + installation: *658 + issue: &684 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -123385,8 +123405,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *658 - repository: *659 + organization: *659 + repository: *660 sender: *4 required: - action @@ -123466,8 +123486,8 @@ x-webhooks: type: string enum: - closed - enterprise: *656 - installation: *657 + enterprise: *657 + installation: *658 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -124526,8 +124546,8 @@ x-webhooks: required: - state - closed_at - organization: *658 - repository: *659 + organization: *659 + repository: *660 sender: *4 required: - action @@ -124606,8 +124626,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *656 - installation: *657 + enterprise: *657 + installation: *658 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -125521,8 +125541,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *658 - repository: *659 + organization: *659 + repository: *660 sender: *4 required: - action @@ -125601,8 +125621,8 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *656 - installation: *657 + enterprise: *657 + installation: *658 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -126517,7 +126537,7 @@ x-webhooks: format: uri user_view_type: type: string - milestone: &681 + milestone: &682 title: Milestone description: A collection of related issues and pull requests. type: object @@ -126655,8 +126675,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *658 - repository: *659 + organization: *659 + repository: *660 sender: *4 required: - action @@ -126755,8 +126775,8 @@ x-webhooks: type: string required: - from - enterprise: *656 - installation: *657 + enterprise: *657 + installation: *658 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -127675,9 +127695,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *675 - organization: *658 - repository: *659 + label: *676 + organization: *659 + repository: *660 sender: *4 required: - action @@ -127757,8 +127777,8 @@ x-webhooks: type: string enum: - labeled - enterprise: *656 - installation: *657 + enterprise: *657 + installation: *658 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -128676,9 +128696,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *675 - organization: *658 - repository: *659 + label: *676 + organization: *659 + repository: *660 sender: *4 required: - action @@ -128758,8 +128778,8 @@ x-webhooks: type: string enum: - locked - enterprise: *656 - installation: *657 + enterprise: *657 + installation: *658 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -129678,8 +129698,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *658 - repository: *659 + organization: *659 + repository: *660 sender: *4 required: - action @@ -129758,8 +129778,8 @@ x-webhooks: type: string enum: - milestoned - enterprise: *656 - installation: *657 + enterprise: *657 + installation: *658 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -130672,9 +130692,9 @@ x-webhooks: format: uri user_view_type: type: string - milestone: *681 - organization: *658 - repository: *659 + milestone: *682 + organization: *659 + repository: *660 sender: *4 required: - action @@ -132117,8 +132137,8 @@ x-webhooks: required: - old_issue - old_repository - enterprise: *656 - installation: *657 + enterprise: *657 + installation: *658 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -133036,8 +133056,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *658 - repository: *659 + organization: *659 + repository: *660 sender: *4 required: - action @@ -133117,9 +133137,9 @@ x-webhooks: type: string enum: - pinned - enterprise: *656 - installation: *657 - issue: &682 + enterprise: *657 + installation: *658 + issue: &683 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -134031,8 +134051,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *658 - repository: *659 + organization: *659 + repository: *660 sender: *4 required: - action @@ -134111,8 +134131,8 @@ x-webhooks: type: string enum: - reopened - enterprise: *656 - installation: *657 + enterprise: *657 + installation: *658 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -135030,8 +135050,8 @@ x-webhooks: user_view_type: type: string type: *193 - organization: *658 - repository: *659 + organization: *659 + repository: *660 sender: *4 required: - action @@ -136494,11 +136514,11 @@ x-webhooks: required: - new_issue - new_repository - enterprise: *656 - installation: *657 - issue: *682 - organization: *658 - repository: *659 + enterprise: *657 + installation: *658 + issue: *683 + organization: *659 + repository: *660 sender: *4 required: - action @@ -136578,12 +136598,12 @@ x-webhooks: type: string enum: - typed - enterprise: *656 - installation: *657 - issue: *683 + enterprise: *657 + installation: *658 + issue: *684 type: *193 - organization: *658 - repository: *659 + organization: *659 + repository: *660 sender: *4 required: - action @@ -136664,7 +136684,7 @@ x-webhooks: type: string enum: - unassigned - assignee: &711 + assignee: &712 title: User type: object nullable: true @@ -136734,11 +136754,11 @@ x-webhooks: required: - login - id - enterprise: *656 - installation: *657 - issue: *683 - organization: *658 - repository: *659 + enterprise: *657 + installation: *658 + issue: *684 + organization: *659 + repository: *660 sender: *4 required: - action @@ -136817,12 +136837,12 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *656 - installation: *657 - issue: *683 - label: *675 - organization: *658 - repository: *659 + enterprise: *657 + installation: *658 + issue: *684 + label: *676 + organization: *659 + repository: *660 sender: *4 required: - action @@ -136902,8 +136922,8 @@ x-webhooks: type: string enum: - unlocked - enterprise: *656 - installation: *657 + enterprise: *657 + installation: *658 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -137820,8 +137840,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *658 - repository: *659 + organization: *659 + repository: *660 sender: *4 required: - action @@ -137901,11 +137921,11 @@ x-webhooks: type: string enum: - unpinned - enterprise: *656 - installation: *657 - issue: *682 - organization: *658 - repository: *659 + enterprise: *657 + installation: *658 + issue: *683 + organization: *659 + repository: *660 sender: *4 required: - action @@ -137984,12 +138004,12 @@ x-webhooks: type: string enum: - untyped - enterprise: *656 - installation: *657 - issue: *683 + enterprise: *657 + installation: *658 + issue: *684 type: *193 - organization: *658 - repository: *659 + organization: *659 + repository: *660 sender: *4 required: - action @@ -138069,11 +138089,11 @@ x-webhooks: type: string enum: - created - enterprise: *656 - installation: *657 - label: *675 - organization: *658 - repository: *659 + enterprise: *657 + installation: *658 + label: *676 + organization: *659 + repository: *660 sender: *4 required: - action @@ -138151,11 +138171,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *656 - installation: *657 - label: *675 - organization: *658 - repository: *659 + enterprise: *657 + installation: *658 + label: *676 + organization: *659 + repository: *660 sender: *4 required: - action @@ -138265,11 +138285,11 @@ x-webhooks: type: string required: - from - enterprise: *656 - installation: *657 - label: *675 - organization: *658 - repository: *659 + enterprise: *657 + installation: *658 + label: *676 + organization: *659 + repository: *660 sender: *4 required: - action @@ -138351,9 +138371,9 @@ x-webhooks: - cancelled effective_date: type: string - enterprise: *656 - installation: *657 - marketplace_purchase: &684 + enterprise: *657 + installation: *658 + marketplace_purchase: &685 title: Marketplace Purchase type: object required: @@ -138436,8 +138456,8 @@ x-webhooks: type: integer unit_count: type: integer - organization: *658 - previous_marketplace_purchase: &685 + organization: *659 + previous_marketplace_purchase: &686 title: Marketplace Purchase type: object properties: @@ -138517,7 +138537,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *659 + repository: *660 sender: *4 required: - action @@ -138597,10 +138617,10 @@ x-webhooks: - changed effective_date: type: string - enterprise: *656 - installation: *657 - marketplace_purchase: *684 - organization: *658 + enterprise: *657 + installation: *658 + marketplace_purchase: *685 + organization: *659 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -138683,7 +138703,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *659 + repository: *660 sender: *4 required: - action @@ -138765,10 +138785,10 @@ x-webhooks: - pending_change effective_date: type: string - enterprise: *656 - installation: *657 - marketplace_purchase: *684 - organization: *658 + enterprise: *657 + installation: *658 + marketplace_purchase: *685 + organization: *659 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -138850,7 +138870,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *659 + repository: *660 sender: *4 required: - action @@ -138931,8 +138951,8 @@ x-webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *656 - installation: *657 + enterprise: *657 + installation: *658 marketplace_purchase: title: Marketplace Purchase type: object @@ -139014,9 +139034,9 @@ x-webhooks: type: integer unit_count: type: integer - organization: *658 - previous_marketplace_purchase: *685 - repository: *659 + organization: *659 + previous_marketplace_purchase: *686 + repository: *660 sender: *4 required: - action @@ -139096,12 +139116,12 @@ x-webhooks: - purchased effective_date: type: string - enterprise: *656 - installation: *657 - marketplace_purchase: *684 - organization: *658 - previous_marketplace_purchase: *685 - repository: *659 + enterprise: *657 + installation: *658 + marketplace_purchase: *685 + organization: *659 + previous_marketplace_purchase: *686 + repository: *660 sender: *4 required: - action @@ -139203,11 +139223,11 @@ x-webhooks: type: string required: - to - enterprise: *656 - installation: *657 - member: *676 - organization: *658 - repository: *659 + enterprise: *657 + installation: *658 + member: *677 + organization: *659 + repository: *660 sender: *4 required: - action @@ -139307,11 +139327,11 @@ x-webhooks: to: type: string nullable: true - enterprise: *656 - installation: *657 - member: *676 - organization: *658 - repository: *659 + enterprise: *657 + installation: *658 + member: *677 + organization: *659 + repository: *660 sender: *4 required: - action @@ -139390,11 +139410,11 @@ x-webhooks: type: string enum: - removed - enterprise: *656 - installation: *657 - member: *676 - organization: *658 - repository: *659 + enterprise: *657 + installation: *658 + member: *677 + organization: *659 + repository: *660 sender: *4 required: - action @@ -139472,11 +139492,11 @@ x-webhooks: type: string enum: - added - enterprise: *656 - installation: *657 - member: *676 - organization: *658 - repository: *659 + enterprise: *657 + installation: *658 + member: *677 + organization: *659 + repository: *660 scope: description: The scope of the membership. Currently, can only be `team`. @@ -139552,7 +139572,7 @@ x-webhooks: required: - login - id - team: &686 + team: &687 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -139742,11 +139762,11 @@ x-webhooks: type: string enum: - removed - enterprise: *656 - installation: *657 - member: *676 - organization: *658 - repository: *659 + enterprise: *657 + installation: *658 + member: *677 + organization: *659 + repository: *660 scope: description: The scope of the membership. Currently, can only be `team`. @@ -139823,7 +139843,7 @@ x-webhooks: required: - login - id - team: *686 + team: *687 required: - action - scope @@ -139905,8 +139925,8 @@ x-webhooks: type: string enum: - checks_requested - installation: *657 - merge_group: &688 + installation: *658 + merge_group: &689 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -139925,15 +139945,15 @@ x-webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *687 + head_commit: *688 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *658 - repository: *659 + organization: *659 + repository: *660 sender: *4 required: - action @@ -140019,10 +140039,10 @@ x-webhooks: - merged - invalidated - dequeued - installation: *657 - merge_group: *688 - organization: *658 - repository: *659 + installation: *658 + merge_group: *689 + organization: *659 + repository: *660 sender: *4 required: - action @@ -140095,7 +140115,7 @@ x-webhooks: type: string enum: - deleted - enterprise: *656 + enterprise: *657 hook: description: 'The modified webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -140203,16 +140223,16 @@ x-webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *657 - organization: *658 + installation: *658 + organization: *659 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: *689 - required: *690 + properties: *690 + required: *691 nullable: true sender: *4 required: @@ -140293,11 +140313,11 @@ x-webhooks: type: string enum: - closed - enterprise: *656 - installation: *657 - milestone: *681 - organization: *658 - repository: *659 + enterprise: *657 + installation: *658 + milestone: *682 + organization: *659 + repository: *660 sender: *4 required: - action @@ -140376,9 +140396,9 @@ x-webhooks: type: string enum: - created - enterprise: *656 - installation: *657 - milestone: &691 + enterprise: *657 + installation: *658 + milestone: &692 title: Milestone description: A collection of related issues and pull requests. type: object @@ -140515,8 +140535,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *658 - repository: *659 + organization: *659 + repository: *660 sender: *4 required: - action @@ -140595,11 +140615,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *656 - installation: *657 - milestone: *681 - organization: *658 - repository: *659 + enterprise: *657 + installation: *658 + milestone: *682 + organization: *659 + repository: *660 sender: *4 required: - action @@ -140709,11 +140729,11 @@ x-webhooks: type: string required: - from - enterprise: *656 - installation: *657 - milestone: *681 - organization: *658 - repository: *659 + enterprise: *657 + installation: *658 + milestone: *682 + organization: *659 + repository: *660 sender: *4 required: - action @@ -140793,11 +140813,11 @@ x-webhooks: type: string enum: - opened - enterprise: *656 - installation: *657 - milestone: *691 - organization: *658 - repository: *659 + enterprise: *657 + installation: *658 + milestone: *692 + organization: *659 + repository: *660 sender: *4 required: - action @@ -140876,11 +140896,11 @@ x-webhooks: type: string enum: - blocked - blocked_user: *676 - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 + blocked_user: *677 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 sender: *4 required: - action @@ -140959,11 +140979,11 @@ x-webhooks: type: string enum: - unblocked - blocked_user: *676 - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 + blocked_user: *677 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 sender: *4 required: - action @@ -141042,9 +141062,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *656 - installation: *657 - membership: &692 + enterprise: *657 + installation: *658 + membership: &693 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -141136,8 +141156,8 @@ x-webhooks: - role - organization_url - user - organization: *658 - repository: *659 + organization: *659 + repository: *660 sender: *4 required: - action @@ -141215,11 +141235,11 @@ x-webhooks: type: string enum: - member_added - enterprise: *656 - installation: *657 - membership: *692 - organization: *658 - repository: *659 + enterprise: *657 + installation: *658 + membership: *693 + organization: *659 + repository: *660 sender: *4 required: - action @@ -141298,8 +141318,8 @@ x-webhooks: type: string enum: - member_invited - enterprise: *656 - installation: *657 + enterprise: *657 + installation: *658 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -141415,10 +141435,10 @@ x-webhooks: - inviter - team_count - invitation_teams_url - organization: *658 - repository: *659 + organization: *659 + repository: *660 sender: *4 - user: *676 + user: *677 required: - action - invitation @@ -141496,11 +141516,11 @@ x-webhooks: type: string enum: - member_removed - enterprise: *656 - installation: *657 - membership: *692 - organization: *658 - repository: *659 + enterprise: *657 + installation: *658 + membership: *693 + organization: *659 + repository: *660 sender: *4 required: - action @@ -141587,11 +141607,11 @@ x-webhooks: properties: from: type: string - enterprise: *656 - installation: *657 - membership: *692 - organization: *658 - repository: *659 + enterprise: *657 + installation: *658 + membership: *693 + organization: *659 + repository: *660 sender: *4 required: - action @@ -141667,9 +141687,9 @@ x-webhooks: type: string enum: - published - enterprise: *656 - installation: *657 - organization: *658 + enterprise: *657 + installation: *658 + organization: *659 package: description: Information about the package. type: object @@ -142168,7 +142188,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: &693 + items: &694 title: Ruby Gems metadata type: object properties: @@ -142263,7 +142283,7 @@ x-webhooks: - owner - package_version - registry - repository: *659 + repository: *660 sender: *4 required: - action @@ -142339,9 +142359,9 @@ x-webhooks: type: string enum: - updated - enterprise: *656 - installation: *657 - organization: *658 + enterprise: *657 + installation: *658 + organization: *659 package: description: Information about the package. type: object @@ -142694,7 +142714,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *693 + items: *694 source_url: type: string format: uri @@ -142764,7 +142784,7 @@ x-webhooks: - owner - package_version - registry - repository: *659 + repository: *660 sender: *4 required: - action @@ -142941,12 +142961,12 @@ x-webhooks: - duration - created_at - updated_at - enterprise: *656 + enterprise: *657 id: type: integer - installation: *657 - organization: *658 - repository: *659 + installation: *658 + organization: *659 + repository: *660 sender: *4 required: - id @@ -143023,7 +143043,7 @@ x-webhooks: type: string enum: - approved - personal_access_token_request: &694 + personal_access_token_request: &695 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -143169,10 +143189,10 @@ x-webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *656 - organization: *658 + enterprise: *657 + organization: *659 sender: *4 - installation: *657 + installation: *658 required: - action - personal_access_token_request @@ -143249,11 +143269,11 @@ x-webhooks: type: string enum: - cancelled - personal_access_token_request: *694 - enterprise: *656 - organization: *658 + personal_access_token_request: *695 + enterprise: *657 + organization: *659 sender: *4 - installation: *657 + installation: *658 required: - action - personal_access_token_request @@ -143329,11 +143349,11 @@ x-webhooks: type: string enum: - created - personal_access_token_request: *694 - enterprise: *656 - organization: *658 + personal_access_token_request: *695 + enterprise: *657 + organization: *659 sender: *4 - installation: *657 + installation: *658 required: - action - personal_access_token_request @@ -143408,11 +143428,11 @@ x-webhooks: type: string enum: - denied - personal_access_token_request: *694 - organization: *658 - enterprise: *656 + personal_access_token_request: *695 + organization: *659 + enterprise: *657 sender: *4 - installation: *657 + installation: *658 required: - action - personal_access_token_request @@ -143517,7 +143537,7 @@ x-webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *695 + last_response: *696 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -143549,8 +143569,8 @@ x-webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *658 - repository: *659 + organization: *659 + repository: *660 sender: *4 zen: description: Random string of GitHub zen. @@ -143795,10 +143815,10 @@ x-webhooks: - from required: - note - enterprise: *656 - installation: *657 - organization: *658 - project_card: &696 + enterprise: *657 + installation: *658 + organization: *659 + project_card: &697 title: Project Card type: object properties: @@ -143917,7 +143937,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *659 + repository: *660 sender: *4 required: - action @@ -143998,11 +144018,11 @@ x-webhooks: type: string enum: - created - enterprise: *656 - installation: *657 - organization: *658 - project_card: *696 - repository: *659 + enterprise: *657 + installation: *658 + organization: *659 + project_card: *697 + repository: *660 sender: *4 required: - action @@ -144082,9 +144102,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *656 - installation: *657 - organization: *658 + enterprise: *657 + installation: *658 + organization: *659 project_card: title: Project Card type: object @@ -144212,8 +144232,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: *689 - required: *690 + properties: *690 + required: *691 nullable: true sender: *4 required: @@ -144307,11 +144327,11 @@ x-webhooks: - from required: - note - enterprise: *656 - installation: *657 - organization: *658 - project_card: *696 - repository: *659 + enterprise: *657 + installation: *658 + organization: *659 + project_card: *697 + repository: *660 sender: *4 required: - action @@ -144405,9 +144425,9 @@ x-webhooks: - from required: - column_id - enterprise: *656 - installation: *657 - organization: *658 + enterprise: *657 + installation: *658 + organization: *659 project_card: allOf: - title: Project Card @@ -144597,7 +144617,7 @@ x-webhooks: type: string required: - after_id - repository: *659 + repository: *660 sender: *4 required: - action @@ -144677,10 +144697,10 @@ x-webhooks: type: string enum: - closed - enterprise: *656 - installation: *657 - organization: *658 - project: &698 + enterprise: *657 + installation: *658 + organization: *659 + project: &699 title: Project type: object properties: @@ -144804,7 +144824,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *659 + repository: *660 sender: *4 required: - action @@ -144884,10 +144904,10 @@ x-webhooks: type: string enum: - created - enterprise: *656 - installation: *657 - organization: *658 - project_column: &697 + enterprise: *657 + installation: *658 + organization: *659 + project_column: &698 title: Project Column type: object properties: @@ -144926,7 +144946,7 @@ x-webhooks: - name - created_at - updated_at - repository: *659 + repository: *660 sender: *4 required: - action @@ -145005,18 +145025,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *656 - installation: *657 - organization: *658 - project_column: *697 + enterprise: *657 + installation: *658 + organization: *659 + project_column: *698 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: *689 - required: *690 + properties: *690 + required: *691 nullable: true sender: *4 required: @@ -145106,11 +145126,11 @@ x-webhooks: type: string required: - from - enterprise: *656 - installation: *657 - organization: *658 - project_column: *697 - repository: *659 + enterprise: *657 + installation: *658 + organization: *659 + project_column: *698 + repository: *660 sender: *4 required: - action @@ -145190,11 +145210,11 @@ x-webhooks: type: string enum: - moved - enterprise: *656 - installation: *657 - organization: *658 - project_column: *697 - repository: *659 + enterprise: *657 + installation: *658 + organization: *659 + project_column: *698 + repository: *660 sender: *4 required: - action @@ -145274,11 +145294,11 @@ x-webhooks: type: string enum: - created - enterprise: *656 - installation: *657 - organization: *658 - project: *698 - repository: *659 + enterprise: *657 + installation: *658 + organization: *659 + project: *699 + repository: *660 sender: *4 required: - action @@ -145358,18 +145378,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *656 - installation: *657 - organization: *658 - project: *698 + enterprise: *657 + installation: *658 + organization: *659 + project: *699 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: *689 - required: *690 + properties: *690 + required: *691 nullable: true sender: *4 required: @@ -145471,11 +145491,11 @@ x-webhooks: type: string required: - from - enterprise: *656 - installation: *657 - organization: *658 - project: *698 - repository: *659 + enterprise: *657 + installation: *658 + organization: *659 + project: *699 + repository: *660 sender: *4 required: - action @@ -145554,11 +145574,11 @@ x-webhooks: type: string enum: - reopened - enterprise: *656 - installation: *657 - organization: *658 - project: *698 - repository: *659 + enterprise: *657 + installation: *658 + organization: *659 + project: *699 + repository: *660 sender: *4 required: - action @@ -145639,9 +145659,9 @@ x-webhooks: type: string enum: - closed - installation: *657 - organization: *658 - projects_v2: &699 + installation: *658 + organization: *659 + projects_v2: &700 title: Projects v2 Project description: A projects v2 project type: object @@ -145784,9 +145804,9 @@ x-webhooks: type: string enum: - created - installation: *657 - organization: *658 - projects_v2: *699 + installation: *658 + organization: *659 + projects_v2: *700 sender: *4 required: - action @@ -145867,9 +145887,9 @@ x-webhooks: type: string enum: - deleted - installation: *657 - organization: *658 - projects_v2: *699 + installation: *658 + organization: *659 + projects_v2: *700 sender: *4 required: - action @@ -145986,9 +146006,9 @@ x-webhooks: type: string to: type: string - installation: *657 - organization: *658 - projects_v2: *699 + installation: *658 + organization: *659 + projects_v2: *700 sender: *4 required: - action @@ -146071,7 +146091,7 @@ x-webhooks: type: string enum: - archived - changes: &703 + changes: &704 type: object properties: archived_at: @@ -146085,9 +146105,9 @@ x-webhooks: type: string nullable: true format: date-time - installation: *657 - organization: *658 - projects_v2_item: &700 + installation: *658 + organization: *659 + projects_v2_item: &701 title: Projects v2 Item description: An item belonging to a project type: object @@ -146221,9 +146241,9 @@ x-webhooks: nullable: true to: type: string - installation: *657 - organization: *658 - projects_v2_item: *700 + installation: *658 + organization: *659 + projects_v2_item: *701 sender: *4 required: - action @@ -146305,9 +146325,9 @@ x-webhooks: type: string enum: - created - installation: *657 - organization: *658 - projects_v2_item: *700 + installation: *658 + organization: *659 + projects_v2_item: *701 sender: *4 required: - action @@ -146388,9 +146408,9 @@ x-webhooks: type: string enum: - deleted - installation: *657 - organization: *658 - projects_v2_item: *700 + installation: *658 + organization: *659 + projects_v2_item: *701 sender: *4 required: - action @@ -146496,7 +146516,7 @@ x-webhooks: oneOf: - type: string - type: integer - - &701 + - &702 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -146514,7 +146534,7 @@ x-webhooks: required: - id - name - - &702 + - &703 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -146537,8 +146557,8 @@ x-webhooks: oneOf: - type: string - type: integer - - *701 - *702 + - *703 required: - field_value - type: object @@ -146554,9 +146574,9 @@ x-webhooks: nullable: true required: - body - installation: *657 - organization: *658 - projects_v2_item: *700 + installation: *658 + organization: *659 + projects_v2_item: *701 sender: *4 required: - action @@ -146651,9 +146671,9 @@ x-webhooks: to: type: string nullable: true - installation: *657 - organization: *658 - projects_v2_item: *700 + installation: *658 + organization: *659 + projects_v2_item: *701 sender: *4 required: - action @@ -146736,10 +146756,10 @@ x-webhooks: type: string enum: - restored - changes: *703 - installation: *657 - organization: *658 - projects_v2_item: *700 + changes: *704 + installation: *658 + organization: *659 + projects_v2_item: *701 sender: *4 required: - action @@ -146821,9 +146841,9 @@ x-webhooks: type: string enum: - reopened - installation: *657 - organization: *658 - projects_v2: *699 + installation: *658 + organization: *659 + projects_v2: *700 sender: *4 required: - action @@ -146904,9 +146924,9 @@ x-webhooks: type: string enum: - created - installation: *657 - organization: *658 - projects_v2_status_update: &704 + installation: *658 + organization: *659 + projects_v2_status_update: &705 title: Projects v2 Status Update description: An status update belonging to a project type: object @@ -147033,9 +147053,9 @@ x-webhooks: type: string enum: - deleted - installation: *657 - organization: *658 - projects_v2_status_update: *704 + installation: *658 + organization: *659 + projects_v2_status_update: *705 sender: *4 required: - action @@ -147171,9 +147191,9 @@ x-webhooks: type: string format: date nullable: true - installation: *657 - organization: *658 - projects_v2_status_update: *704 + installation: *658 + organization: *659 + projects_v2_status_update: *705 sender: *4 required: - action @@ -147244,10 +147264,10 @@ x-webhooks: title: public event type: object properties: - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 sender: *4 required: - repository @@ -147324,13 +147344,13 @@ x-webhooks: type: string enum: - assigned - assignee: *676 - enterprise: *656 - installation: *657 - number: &705 + assignee: *677 + enterprise: *657 + installation: *658 + number: &706 description: The pull request number. type: integer - organization: *658 + organization: *659 pull_request: title: Pull Request type: object @@ -149613,7 +149633,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *659 + repository: *660 sender: *4 required: - action @@ -149695,11 +149715,11 @@ x-webhooks: type: string enum: - auto_merge_disabled - enterprise: *656 - installation: *657 + enterprise: *657 + installation: *658 number: type: integer - organization: *658 + organization: *659 pull_request: title: Pull Request type: object @@ -151977,7 +151997,7 @@ x-webhooks: - draft reason: type: string - repository: *659 + repository: *660 sender: *4 required: - action @@ -152059,11 +152079,11 @@ x-webhooks: type: string enum: - auto_merge_enabled - enterprise: *656 - installation: *657 + enterprise: *657 + installation: *658 number: type: integer - organization: *658 + organization: *659 pull_request: title: Pull Request type: object @@ -154341,7 +154361,7 @@ x-webhooks: - draft reason: type: string - repository: *659 + repository: *660 sender: *4 required: - action @@ -154423,13 +154443,13 @@ x-webhooks: type: string enum: - closed - enterprise: *656 - installation: *657 - number: *705 - organization: *658 - pull_request: &706 + enterprise: *657 + installation: *658 + number: *706 + organization: *659 + pull_request: &707 allOf: - - *523 + - *524 - type: object properties: allow_auto_merge: @@ -154491,7 +154511,7 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *659 + repository: *660 sender: *4 required: - action @@ -154572,12 +154592,12 @@ x-webhooks: type: string enum: - converted_to_draft - enterprise: *656 - installation: *657 - number: *705 - organization: *658 - pull_request: *706 - repository: *659 + enterprise: *657 + installation: *658 + number: *706 + organization: *659 + pull_request: *707 + repository: *660 sender: *4 required: - action @@ -154657,11 +154677,11 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *656 - milestone: *506 - number: *705 - organization: *658 - pull_request: &707 + enterprise: *657 + milestone: *507 + number: *706 + organization: *659 + pull_request: &708 title: Pull Request type: object properties: @@ -156924,7 +156944,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *659 + repository: *660 sender: *4 required: - action @@ -157003,11 +157023,11 @@ x-webhooks: type: string enum: - dequeued - enterprise: *656 - installation: *657 + enterprise: *657 + installation: *658 number: type: integer - organization: *658 + organization: *659 pull_request: title: Pull Request type: object @@ -159289,7 +159309,7 @@ x-webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *659 + repository: *660 sender: *4 required: - action @@ -159413,12 +159433,12 @@ x-webhooks: type: string required: - from - enterprise: *656 - installation: *657 - number: *705 - organization: *658 - pull_request: *706 - repository: *659 + enterprise: *657 + installation: *658 + number: *706 + organization: *659 + pull_request: *707 + repository: *660 sender: *4 required: - action @@ -159498,11 +159518,11 @@ x-webhooks: type: string enum: - enqueued - enterprise: *656 - installation: *657 + enterprise: *657 + installation: *658 number: type: integer - organization: *658 + organization: *659 pull_request: title: Pull Request type: object @@ -161769,7 +161789,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *659 + repository: *660 sender: *4 required: - action @@ -161849,11 +161869,11 @@ x-webhooks: type: string enum: - labeled - enterprise: *656 - installation: *657 - label: *675 - number: *705 - organization: *658 + enterprise: *657 + installation: *658 + label: *676 + number: *706 + organization: *659 pull_request: title: Pull Request type: object @@ -164135,7 +164155,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *659 + repository: *660 sender: *4 required: - action @@ -164216,10 +164236,10 @@ x-webhooks: type: string enum: - locked - enterprise: *656 - installation: *657 - number: *705 - organization: *658 + enterprise: *657 + installation: *658 + number: *706 + organization: *659 pull_request: title: Pull Request type: object @@ -166499,7 +166519,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *659 + repository: *660 sender: *4 required: - action @@ -166579,12 +166599,12 @@ x-webhooks: type: string enum: - milestoned - enterprise: *656 - milestone: *506 - number: *705 - organization: *658 - pull_request: *707 - repository: *659 + enterprise: *657 + milestone: *507 + number: *706 + organization: *659 + pull_request: *708 + repository: *660 sender: *4 required: - action @@ -166663,12 +166683,12 @@ x-webhooks: type: string enum: - opened - enterprise: *656 - installation: *657 - number: *705 - organization: *658 - pull_request: *706 - repository: *659 + enterprise: *657 + installation: *658 + number: *706 + organization: *659 + pull_request: *707 + repository: *660 sender: *4 required: - action @@ -166749,12 +166769,12 @@ x-webhooks: type: string enum: - ready_for_review - enterprise: *656 - installation: *657 - number: *705 - organization: *658 - pull_request: *706 - repository: *659 + enterprise: *657 + installation: *658 + number: *706 + organization: *659 + pull_request: *707 + repository: *660 sender: *4 required: - action @@ -166834,12 +166854,12 @@ x-webhooks: type: string enum: - reopened - enterprise: *656 - installation: *657 - number: *705 - organization: *658 - pull_request: *706 - repository: *659 + enterprise: *657 + installation: *658 + number: *706 + organization: *659 + pull_request: *707 + repository: *660 sender: *4 required: - action @@ -167205,9 +167225,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *656 - installation: *657 - organization: *658 + enterprise: *657 + installation: *658 + organization: *659 pull_request: type: object properties: @@ -169377,7 +169397,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *659 + repository: *660 sender: *4 required: - action @@ -169457,7 +169477,7 @@ x-webhooks: type: string enum: - deleted - comment: &709 + comment: &710 title: Pull Request Review Comment description: The [comment](https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -169742,9 +169762,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *656 - installation: *657 - organization: *658 + enterprise: *657 + installation: *658 + organization: *659 pull_request: type: object properties: @@ -171902,7 +171922,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *659 + repository: *660 sender: *4 required: - action @@ -171982,11 +172002,11 @@ x-webhooks: type: string enum: - edited - changes: *708 - comment: *709 - enterprise: *656 - installation: *657 - organization: *658 + changes: *709 + comment: *710 + enterprise: *657 + installation: *658 + organization: *659 pull_request: type: object properties: @@ -174147,7 +174167,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *659 + repository: *660 sender: *4 required: - action @@ -174228,9 +174248,9 @@ x-webhooks: type: string enum: - dismissed - enterprise: *656 - installation: *657 - organization: *658 + enterprise: *657 + installation: *658 + organization: *659 pull_request: title: Simple Pull Request type: object @@ -176403,7 +176423,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *659 + repository: *660 review: description: The review that was affected. type: object @@ -176646,9 +176666,9 @@ x-webhooks: type: string required: - from - enterprise: *656 - installation: *657 - organization: *658 + enterprise: *657 + installation: *658 + organization: *659 pull_request: title: Simple Pull Request type: object @@ -178702,8 +178722,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *659 - review: &710 + repository: *660 + review: &711 description: The review that was affected. type: object properties: @@ -178932,12 +178952,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *656 - installation: *657 + enterprise: *657 + installation: *658 number: description: The pull request number. type: integer - organization: *658 + organization: *659 pull_request: title: Pull Request type: object @@ -181220,7 +181240,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *659 + repository: *660 requested_reviewer: title: User type: object @@ -181304,12 +181324,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *656 - installation: *657 + enterprise: *657 + installation: *658 number: description: The pull request number. type: integer - organization: *658 + organization: *659 pull_request: title: Pull Request type: object @@ -183599,7 +183619,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *659 + repository: *660 requested_team: title: Team description: Groups of organization members that gives permissions @@ -183791,12 +183811,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *656 - installation: *657 + enterprise: *657 + installation: *658 number: description: The pull request number. type: integer - organization: *658 + organization: *659 pull_request: title: Pull Request type: object @@ -186081,7 +186101,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *659 + repository: *660 requested_reviewer: title: User type: object @@ -186166,12 +186186,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *656 - installation: *657 + enterprise: *657 + installation: *658 number: description: The pull request number. type: integer - organization: *658 + organization: *659 pull_request: title: Pull Request type: object @@ -188447,7 +188467,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *659 + repository: *660 requested_team: title: Team description: Groups of organization members that gives permissions @@ -188628,9 +188648,9 @@ x-webhooks: type: string enum: - submitted - enterprise: *656 - installation: *657 - organization: *658 + enterprise: *657 + installation: *658 + organization: *659 pull_request: title: Simple Pull Request type: object @@ -190805,8 +190825,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *659 - review: *710 + repository: *660 + review: *711 sender: *4 required: - action @@ -190886,9 +190906,9 @@ x-webhooks: type: string enum: - resolved - enterprise: *656 - installation: *657 - organization: *658 + enterprise: *657 + installation: *658 + organization: *659 pull_request: title: Simple Pull Request type: object @@ -192958,7 +192978,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *659 + repository: *660 sender: *4 thread: type: object @@ -193341,9 +193361,9 @@ x-webhooks: type: string enum: - unresolved - enterprise: *656 - installation: *657 - organization: *658 + enterprise: *657 + installation: *658 + organization: *659 pull_request: title: Simple Pull Request type: object @@ -195399,7 +195419,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *659 + repository: *660 sender: *4 thread: type: object @@ -195785,10 +195805,10 @@ x-webhooks: type: string before: type: string - enterprise: *656 - installation: *657 - number: *705 - organization: *658 + enterprise: *657 + installation: *658 + number: *706 + organization: *659 pull_request: title: Pull Request type: object @@ -198059,7 +198079,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *659 + repository: *660 sender: *4 required: - action @@ -198141,11 +198161,11 @@ x-webhooks: type: string enum: - unassigned - assignee: *711 - enterprise: *656 - installation: *657 - number: *705 - organization: *658 + assignee: *712 + enterprise: *657 + installation: *658 + number: *706 + organization: *659 pull_request: title: Pull Request type: object @@ -200428,7 +200448,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *659 + repository: *660 sender: *4 required: - action @@ -200507,11 +200527,11 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *656 - installation: *657 - label: *675 - number: *705 - organization: *658 + enterprise: *657 + installation: *658 + label: *676 + number: *706 + organization: *659 pull_request: title: Pull Request type: object @@ -202784,7 +202804,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *659 + repository: *660 sender: *4 required: - action @@ -202865,10 +202885,10 @@ x-webhooks: type: string enum: - unlocked - enterprise: *656 - installation: *657 - number: *705 - organization: *658 + enterprise: *657 + installation: *658 + number: *706 + organization: *659 pull_request: title: Pull Request type: object @@ -205133,7 +205153,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *659 + repository: *660 sender: *4 required: - action @@ -205333,7 +205353,7 @@ x-webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *656 + enterprise: *657 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -205425,8 +205445,8 @@ x-webhooks: - url - author - committer - installation: *657 - organization: *658 + installation: *658 + organization: *659 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -206001,9 +206021,9 @@ x-webhooks: type: string enum: - published - enterprise: *656 - installation: *657 - organization: *658 + enterprise: *657 + installation: *658 + organization: *659 registry_package: type: object properties: @@ -206449,7 +206469,7 @@ x-webhooks: type: string rubygems_metadata: type: array - items: *693 + items: *694 summary: type: string tag_name: @@ -206503,7 +206523,7 @@ x-webhooks: - owner - package_version - registry - repository: *659 + repository: *660 sender: *4 required: - action @@ -206581,9 +206601,9 @@ x-webhooks: type: string enum: - updated - enterprise: *656 - installation: *657 - organization: *658 + enterprise: *657 + installation: *658 + organization: *659 registry_package: type: object properties: @@ -206891,7 +206911,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *693 + items: *694 summary: type: string tag_name: @@ -206940,7 +206960,7 @@ x-webhooks: - owner - package_version - registry - repository: *659 + repository: *660 sender: *4 required: - action @@ -207017,10 +207037,10 @@ x-webhooks: type: string enum: - created - enterprise: *656 - installation: *657 - organization: *658 - release: &712 + enterprise: *657 + installation: *658 + organization: *659 + release: &713 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -207325,7 +207345,7 @@ x-webhooks: - tarball_url - zipball_url - body - repository: *659 + repository: *660 sender: *4 required: - action @@ -207402,11 +207422,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *656 - installation: *657 - organization: *658 - release: *712 - repository: *659 + enterprise: *657 + installation: *658 + organization: *659 + release: *713 + repository: *660 sender: *4 required: - action @@ -207523,11 +207543,11 @@ x-webhooks: type: boolean required: - to - enterprise: *656 - installation: *657 - organization: *658 - release: *712 - repository: *659 + enterprise: *657 + installation: *658 + organization: *659 + release: *713 + repository: *660 sender: *4 required: - action @@ -207605,9 +207625,9 @@ x-webhooks: type: string enum: - prereleased - enterprise: *656 - installation: *657 - organization: *658 + enterprise: *657 + installation: *658 + organization: *659 release: title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) @@ -207916,7 +207936,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *659 + repository: *660 sender: *4 required: - action @@ -207992,10 +208012,10 @@ x-webhooks: type: string enum: - published - enterprise: *656 - installation: *657 - organization: *658 - release: &713 + enterprise: *657 + installation: *658 + organization: *659 + release: &714 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -208301,7 +208321,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *659 + repository: *660 sender: *4 required: - action @@ -208377,11 +208397,11 @@ x-webhooks: type: string enum: - released - enterprise: *656 - installation: *657 - organization: *658 - release: *712 - repository: *659 + enterprise: *657 + installation: *658 + organization: *659 + release: *713 + repository: *660 sender: *4 required: - action @@ -208457,11 +208477,11 @@ x-webhooks: type: string enum: - unpublished - enterprise: *656 - installation: *657 - organization: *658 - release: *713 - repository: *659 + enterprise: *657 + installation: *658 + organization: *659 + release: *714 + repository: *660 sender: *4 required: - action @@ -208537,11 +208557,11 @@ x-webhooks: type: string enum: - published - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 - repository_advisory: *583 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 + repository_advisory: *584 sender: *4 required: - action @@ -208617,11 +208637,11 @@ x-webhooks: type: string enum: - reported - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 - repository_advisory: *583 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 + repository_advisory: *584 sender: *4 required: - action @@ -208697,10 +208717,10 @@ x-webhooks: type: string enum: - archived - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 sender: *4 required: - action @@ -208777,10 +208797,10 @@ x-webhooks: type: string enum: - created - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 sender: *4 required: - action @@ -208858,10 +208878,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 sender: *4 required: - action @@ -208945,10 +208965,10 @@ x-webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 sender: *4 required: - action @@ -209060,10 +209080,10 @@ x-webhooks: nullable: true items: type: string - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 sender: *4 required: - action @@ -209135,10 +209155,10 @@ x-webhooks: title: repository_import event type: object properties: - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 sender: *4 status: type: string @@ -209219,10 +209239,10 @@ x-webhooks: type: string enum: - privatized - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 sender: *4 required: - action @@ -209299,10 +209319,10 @@ x-webhooks: type: string enum: - publicized - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 sender: *4 required: - action @@ -209396,10 +209416,10 @@ x-webhooks: - name required: - repository - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 sender: *4 required: - action @@ -209479,10 +209499,10 @@ x-webhooks: type: string enum: - created - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 repository_ruleset: *245 sender: *4 required: @@ -209561,10 +209581,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 repository_ruleset: *245 sender: *4 required: @@ -209643,10 +209663,10 @@ x-webhooks: type: string enum: - edited - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 repository_ruleset: *245 changes: type: object @@ -209951,10 +209971,10 @@ x-webhooks: - from required: - owner - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 sender: *4 required: - action @@ -210032,10 +210052,10 @@ x-webhooks: type: string enum: - unarchived - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 sender: *4 required: - action @@ -210113,7 +210133,7 @@ x-webhooks: type: string enum: - create - alert: &714 + alert: &715 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -210234,10 +210254,10 @@ x-webhooks: type: string enum: - open - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 sender: *4 required: - action @@ -210443,10 +210463,10 @@ x-webhooks: type: string enum: - dismissed - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 sender: *4 required: - action @@ -210524,11 +210544,11 @@ x-webhooks: type: string enum: - reopen - alert: *714 - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 + alert: *715 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 sender: *4 required: - action @@ -210727,10 +210747,10 @@ x-webhooks: enum: - fixed - open - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 sender: *4 required: - action @@ -210808,7 +210828,7 @@ x-webhooks: type: string enum: - created - alert: &715 + alert: &716 type: object properties: number: *54 @@ -210919,10 +210939,10 @@ x-webhooks: description: Whether the detected secret was found in multiple repositories in the same organization or business. nullable: true - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 sender: *4 required: - action @@ -211003,11 +211023,11 @@ x-webhooks: type: string enum: - created - alert: *715 - installation: *657 - location: *716 - organization: *658 - repository: *659 + alert: *716 + installation: *658 + location: *717 + organization: *659 + repository: *660 sender: *4 required: - location @@ -211245,11 +211265,11 @@ x-webhooks: type: string enum: - publicly_leaked - alert: *715 - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 + alert: *716 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 sender: *4 required: - action @@ -211327,11 +211347,11 @@ x-webhooks: type: string enum: - reopened - alert: *715 - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 + alert: *716 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 sender: *4 required: - action @@ -211409,11 +211429,11 @@ x-webhooks: type: string enum: - resolved - alert: *715 - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 + alert: *716 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 sender: *4 required: - action @@ -211491,11 +211511,11 @@ x-webhooks: type: string enum: - validated - alert: *715 - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 + alert: *716 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 sender: *4 required: - action @@ -211621,10 +211641,10 @@ x-webhooks: - organization - enterprise nullable: true - repository: *659 - enterprise: *656 - installation: *657 - organization: *658 + repository: *660 + enterprise: *657 + installation: *658 + organization: *659 sender: *4 required: - action @@ -211702,11 +211722,11 @@ x-webhooks: type: string enum: - published - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 - security_advisory: &717 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 + security_advisory: &718 description: The details of the security advisory, including summary, description, and severity. type: object @@ -211889,11 +211909,11 @@ x-webhooks: type: string enum: - updated - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 - security_advisory: *717 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 + security_advisory: *718 sender: *4 required: - action @@ -211966,10 +211986,10 @@ x-webhooks: type: string enum: - withdrawn - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -212154,10 +212174,10 @@ x-webhooks: type: object properties: security_and_analysis: *238 - enterprise: *656 - installation: *657 - organization: *658 - repository: *291 + enterprise: *657 + installation: *658 + organization: *659 + repository: *292 sender: *4 required: - changes @@ -212235,12 +212255,12 @@ x-webhooks: type: string enum: - cancelled - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 sender: *4 - sponsorship: &718 + sponsorship: &719 type: object properties: created_at: @@ -212541,12 +212561,12 @@ x-webhooks: type: string enum: - created - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 sender: *4 - sponsorship: *718 + sponsorship: *719 required: - action - sponsorship @@ -212634,12 +212654,12 @@ x-webhooks: type: string required: - from - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 sender: *4 - sponsorship: *718 + sponsorship: *719 required: - action - changes @@ -212716,17 +212736,17 @@ x-webhooks: type: string enum: - pending_cancellation - effective_date: &719 + effective_date: &720 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: *656 - installation: *657 - organization: *658 - repository: *659 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 sender: *4 - sponsorship: *718 + sponsorship: *719 required: - action - sponsorship @@ -212800,7 +212820,7 @@ x-webhooks: type: string enum: - pending_tier_change - changes: &720 + changes: &721 type: object properties: tier: @@ -212844,13 +212864,13 @@ x-webhooks: - from required: - tier - effective_date: *719 - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 + effective_date: *720 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 sender: *4 - sponsorship: *718 + sponsorship: *719 required: - action - changes @@ -212927,13 +212947,13 @@ x-webhooks: type: string enum: - tier_changed - changes: *720 - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 + changes: *721 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 sender: *4 - sponsorship: *718 + sponsorship: *719 required: - action - changes @@ -213007,10 +213027,10 @@ x-webhooks: type: string enum: - created - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -213093,10 +213113,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -213516,15 +213536,15 @@ x-webhooks: status. type: string nullable: true - enterprise: *656 + enterprise: *657 id: description: The unique identifier of the status. type: integer - installation: *657 + installation: *658 name: type: string - organization: *658 - repository: *659 + organization: *659 + repository: *660 sender: *4 sha: description: The Commit SHA. @@ -213639,9 +213659,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *77 - installation: *657 - organization: *658 - repository: *659 + installation: *658 + organization: *659 + repository: *660 sender: *4 required: - action @@ -213731,9 +213751,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *77 - installation: *657 - organization: *658 - repository: *659 + installation: *658 + organization: *659 + repository: *660 sender: *4 required: - action @@ -213823,9 +213843,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *77 - installation: *657 - organization: *658 - repository: *659 + installation: *658 + organization: *659 + repository: *660 sender: *4 required: - action @@ -213915,9 +213935,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *77 - installation: *657 - organization: *658 - repository: *659 + installation: *658 + organization: *659 + repository: *660 sender: *4 required: - action @@ -213994,12 +214014,12 @@ x-webhooks: title: team_add event type: object properties: - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 sender: *4 - team: &721 + team: &722 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -214189,9 +214209,9 @@ x-webhooks: type: string enum: - added_to_repository - enterprise: *656 - installation: *657 - organization: *658 + enterprise: *657 + installation: *658 + organization: *659 repository: title: Repository description: A git repository @@ -214649,7 +214669,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *721 + team: *722 required: - action - team @@ -214725,9 +214745,9 @@ x-webhooks: type: string enum: - created - enterprise: *656 - installation: *657 - organization: *658 + enterprise: *657 + installation: *658 + organization: *659 repository: title: Repository description: A git repository @@ -215185,7 +215205,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *721 + team: *722 required: - action - team @@ -215262,9 +215282,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *656 - installation: *657 - organization: *658 + enterprise: *657 + installation: *658 + organization: *659 repository: title: Repository description: A git repository @@ -215722,7 +215742,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *721 + team: *722 required: - action - team @@ -215866,9 +215886,9 @@ x-webhooks: - from required: - permissions - enterprise: *656 - installation: *657 - organization: *658 + enterprise: *657 + installation: *658 + organization: *659 repository: title: Repository description: A git repository @@ -216326,7 +216346,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *721 + team: *722 required: - action - changes @@ -216404,9 +216424,9 @@ x-webhooks: type: string enum: - removed_from_repository - enterprise: *656 - installation: *657 - organization: *658 + enterprise: *657 + installation: *658 + organization: *659 repository: title: Repository description: A git repository @@ -216864,7 +216884,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *721 + team: *722 required: - action - team @@ -216940,10 +216960,10 @@ x-webhooks: type: string enum: - started - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 sender: *4 required: - action @@ -217016,16 +217036,16 @@ x-webhooks: title: workflow_dispatch event type: object properties: - enterprise: *656 + enterprise: *657 inputs: type: object nullable: true additionalProperties: true - installation: *657 - organization: *658 + installation: *658 + organization: *659 ref: type: string - repository: *659 + repository: *660 sender: *4 workflow: type: string @@ -217107,10 +217127,10 @@ x-webhooks: type: string enum: - completed - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 sender: *4 workflow_job: allOf: @@ -217347,7 +217367,7 @@ x-webhooks: type: string required: - conclusion - deployment: *438 + deployment: *439 required: - action - repository @@ -217426,10 +217446,10 @@ x-webhooks: type: string enum: - in_progress - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 sender: *4 workflow_job: allOf: @@ -217689,7 +217709,7 @@ x-webhooks: required: - status - steps - deployment: *438 + deployment: *439 required: - action - repository @@ -217768,10 +217788,10 @@ x-webhooks: type: string enum: - queued - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 sender: *4 workflow_job: type: object @@ -217906,7 +217926,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *438 + deployment: *439 required: - action - repository @@ -217985,10 +218005,10 @@ x-webhooks: type: string enum: - waiting - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 sender: *4 workflow_job: type: object @@ -218124,7 +218144,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *438 + deployment: *439 required: - action - repository @@ -218204,12 +218224,12 @@ x-webhooks: type: string enum: - completed - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 sender: *4 - workflow: *671 + workflow: *672 workflow_run: title: Workflow Run type: object @@ -219208,12 +219228,12 @@ x-webhooks: type: string enum: - in_progress - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 sender: *4 - workflow: *671 + workflow: *672 workflow_run: title: Workflow Run type: object @@ -220197,12 +220217,12 @@ x-webhooks: type: string enum: - requested - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 sender: *4 - workflow: *671 + workflow: *672 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 f6042291df..50937f4b8d 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.deref.json +++ b/descriptions/api.github.com/dereferenced/api.github.com.deref.json @@ -22140,6 +22140,16 @@ "type": "boolean", "default": false } + }, + { + "name": "hide_secret", + "in": "query", + "description": "A boolean value representing whether or not to hide literal secrets in the results.", + "required": false, + "schema": { + "type": "boolean", + "default": false + } } ], "responses": { @@ -118054,7 +118064,9 @@ "registry_type": { "description": "The registry type.", "enum": [ - "maven_repository" + "maven_repository", + "nuget_feed", + "goproxy_server" ], "type": "string" }, @@ -118248,7 +118260,9 @@ "description": "The registry type.", "type": "string", "enum": [ - "maven_repository" + "maven_repository", + "nuget_feed", + "goproxy_server" ] }, "username": { @@ -118336,7 +118350,9 @@ "registry_type": { "description": "The registry type.", "enum": [ - "maven_repository" + "maven_repository", + "nuget_feed", + "goproxy_server" ], "type": "string" }, @@ -118662,7 +118678,9 @@ "registry_type": { "description": "The registry type.", "enum": [ - "maven_repository" + "maven_repository", + "nuget_feed", + "goproxy_server" ], "type": "string" }, @@ -118789,7 +118807,9 @@ "description": "The registry type.", "type": "string", "enum": [ - "maven_repository" + "maven_repository", + "nuget_feed", + "goproxy_server" ] }, "username": { @@ -135913,6 +135933,16 @@ "type": "boolean", "default": false } + }, + { + "name": "hide_secret", + "in": "query", + "description": "A boolean value representing whether or not to hide literal secrets in the results.", + "required": false, + "schema": { + "type": "boolean", + "default": false + } } ], "responses": { @@ -420278,6 +420308,16 @@ "type": "boolean", "default": false } + }, + { + "name": "hide_secret", + "in": "query", + "description": "A boolean value representing whether or not to hide literal secrets in the results.", + "required": false, + "schema": { + "type": "boolean", + "default": false + } } ], "responses": { @@ -420986,6 +421026,16 @@ "description": "The security alert number.", "readOnly": true } + }, + { + "name": "hide_secret", + "in": "query", + "description": "A boolean value representing whether or not to hide literal secrets in the results.", + "required": false, + "schema": { + "type": "boolean", + "default": false + } } ], "responses": { 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 f718116d11..b104365229 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml +++ b/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml @@ -851,7 +851,7 @@ paths: - subscriptions_url - type - url - type: &257 + type: &258 type: string description: The type of credit the user is receiving. enum: @@ -1017,7 +1017,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/global-advisories#get-a-global-security-advisory parameters: - - &585 + - &586 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -8674,7 +8674,7 @@ paths: - unknown - direct - transitive - security_advisory: &430 + security_advisory: &431 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -8936,7 +8936,7 @@ paths: format: date-time readOnly: true nullable: true - auto_dismissed_at: &431 + auto_dismissed_at: &432 type: string description: 'The time that the alert was auto-dismissed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' @@ -9382,6 +9382,15 @@ paths: schema: type: boolean default: false + - &255 + name: hide_secret + in: query + description: A boolean value representing whether or not to hide literal secrets + in the results. + required: false + schema: + type: boolean + default: false responses: '200': description: Response @@ -9389,7 +9398,7 @@ paths: application/json: schema: type: array - items: &255 + items: &256 type: object properties: number: *54 @@ -9408,14 +9417,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &577 + state: &578 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: &578 + resolution: &579 type: string description: "**Required when the `state` is `resolved`.** The reason for resolving the alert." @@ -9517,7 +9526,7 @@ paths: is base64 encoded nullable: true examples: - default: &256 + default: &257 value: - number: 2 created_at: '2020-11-06T18:48:51Z' @@ -9853,7 +9862,7 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: &479 + properties: &480 id: type: integer format: int64 @@ -9964,7 +9973,7 @@ paths: description: A collection of related issues and pull requests. type: object - properties: &415 + properties: &416 url: type: string format: uri @@ -10034,7 +10043,7 @@ paths: format: date-time example: '2012-10-09T23:39:01Z' nullable: true - required: &416 + required: &417 - closed_issues - creator - description @@ -10238,7 +10247,7 @@ paths: - total - completed - percent_completed - required: &480 + required: &481 - assignee - closed_at - comments @@ -10260,7 +10269,7 @@ paths: - author_association - created_at - updated_at - comment: &477 + comment: &478 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -10827,7 +10836,7 @@ paths: url: type: string format: uri - user: &608 + user: &609 title: Public User description: Public User type: object @@ -14132,14 +14141,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-public-events-for-a-network-of-repositories parameters: - - &280 + - &281 name: owner description: The account owner of the repository. The name is not case sensitive. in: path required: true schema: type: string - - &281 + - &282 name: repo description: The name of the repository without the `.git` extension. The name is not case sensitive. @@ -14210,7 +14219,7 @@ paths: '404': *6 '403': *29 '304': *37 - '301': &292 + '301': &293 description: Moved permanently content: application/json: @@ -14232,7 +14241,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &509 + - &510 name: all description: If `true`, show notifications marked as read. in: query @@ -14240,7 +14249,7 @@ paths: schema: type: boolean default: false - - &510 + - &511 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -14250,7 +14259,7 @@ paths: type: boolean default: false - *67 - - &511 + - &512 name: before description: 'Only show notifications updated before the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: @@ -14714,7 +14723,7 @@ paths: - url - subscription_url examples: - default: &512 + default: &513 value: - id: '1' repository: @@ -15315,7 +15324,7 @@ paths: - avatar_url - description examples: - default: &626 + default: &627 value: - login: github id: 1 @@ -15361,7 +15370,7 @@ paths: required: true schema: type: string - - &649 + - &650 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, @@ -15370,7 +15379,7 @@ paths: required: false schema: type: integer - - &650 + - &651 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 @@ -15379,7 +15388,7 @@ paths: required: false schema: type: integer - - &651 + - &652 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 @@ -15388,7 +15397,7 @@ paths: required: false schema: type: integer - - &652 + - &653 name: hour description: If specified, only return results for a single hour. The value of `hour` is an integer between `0` and `23`. If no `year`, `month`, or @@ -16224,7 +16233,7 @@ paths: type: integer repository_cache_usages: type: array - items: &297 + items: &298 title: Actions Cache Usage by repository description: GitHub Actions Cache Usage by repository. type: object @@ -17092,7 +17101,7 @@ paths: - all - local_only - selected - selected_actions_url: &303 + selected_actions_url: &304 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` @@ -17182,7 +17191,7 @@ paths: type: array items: *60 examples: - default: &620 + default: &621 value: total_count: 1 repositories: @@ -17510,7 +17519,7 @@ paths: description: Response content: application/json: - schema: &307 + schema: &308 type: object properties: default_workflow_permissions: &113 @@ -17561,7 +17570,7 @@ paths: required: false content: application/json: - schema: &308 + schema: &309 type: object properties: default_workflow_permissions: *113 @@ -18050,7 +18059,7 @@ paths: type: array items: *120 examples: - default: &611 + default: &612 value: total_count: 1 repositories: @@ -18692,7 +18701,7 @@ paths: application/json: schema: type: array - items: &309 + items: &310 title: Runner Application description: Runner Application type: object @@ -18717,7 +18726,7 @@ paths: - download_url - filename examples: - default: &310 + default: &311 value: - os: osx architecture: x64 @@ -18803,7 +18812,7 @@ paths: - no-gpu work_folder: _work responses: - '201': &311 + '201': &312 description: Response content: application/json: @@ -18914,7 +18923,7 @@ paths: - token - expires_at examples: - default: &312 + default: &313 value: token: LLBF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-22T12:13:35.123-08:00' @@ -18953,7 +18962,7 @@ paths: application/json: schema: *124 examples: - default: &313 + default: &314 value: token: AABF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-29T12:13:35.123-08:00' @@ -18987,7 +18996,7 @@ paths: application/json: schema: *122 examples: - default: &314 + default: &315 value: id: 23 name: MBP @@ -19213,7 +19222,7 @@ paths: - *95 - *121 responses: - '200': &315 + '200': &316 description: Response content: application/json: @@ -19270,7 +19279,7 @@ paths: parameters: - *95 - *121 - - &316 + - &317 name: name description: The name of a self-hosted runner's custom label. in: path @@ -19400,7 +19409,7 @@ paths: description: Response content: application/json: - schema: &328 + schema: &329 title: ActionsPublicKey description: The public key used for setting Actions Secrets. type: object @@ -19429,7 +19438,7 @@ paths: - key_id - key examples: - default: &329 + default: &330 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -19842,7 +19851,7 @@ paths: url: https://docs.github.com/rest/actions/variables#list-organization-variables parameters: - *95 - - &302 + - &303 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)." @@ -20377,7 +20386,7 @@ paths: bundle_url: type: string examples: - default: &342 + default: &343 value: attestations: - bundle: @@ -21292,7 +21301,7 @@ paths: url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-alerts-for-an-organization parameters: - *95 - - &368 + - &369 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`, @@ -21302,7 +21311,7 @@ paths: schema: &140 type: string description: The name of the tool used to generate the code scanning analysis. - - &369 + - &370 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 @@ -21325,7 +21334,7 @@ paths: be returned. in: query required: false - schema: &371 + schema: &372 type: string description: State of a code scanning alert. enum: @@ -21348,7 +21357,7 @@ paths: be returned. in: query required: false - schema: &372 + schema: &373 type: string description: Severity of a code scanning alert. enum: @@ -21374,7 +21383,7 @@ paths: updated_at: *137 url: *56 html_url: *57 - instances_url: &373 + instances_url: &374 type: string description: The REST API URL for fetching the list of instances for an alert. @@ -21397,7 +21406,7 @@ paths: required: *21 nullable: true dismissed_at: *139 - dismissed_reason: &374 + dismissed_reason: &375 type: string description: "**Required when the state is dismissed.** The reason for dismissing or closing the alert." @@ -21406,13 +21415,13 @@ paths: - false positive - won't fix - used in tests - dismissed_comment: &375 + dismissed_comment: &376 type: string description: The dismissal comment associated with the dismissal of the alert. nullable: true maxLength: 280 - rule: &376 + rule: &377 type: object properties: id: @@ -21465,7 +21474,7 @@ paths: type: string description: A link to the documentation for the rule used to detect the alert. - tool: &377 + tool: &378 type: object properties: name: *140 @@ -21475,15 +21484,15 @@ paths: description: The version of the tool used to generate the code scanning analysis. guid: *141 - most_recent_instance: &378 + most_recent_instance: &379 type: object properties: - ref: &370 + ref: &371 type: string description: |- The Git reference, formatted as `refs/pull//merge`, `refs/pull//head`, `refs/heads/` or simply ``. - analysis_key: &388 + analysis_key: &389 type: string description: Identifies the configuration under which the analysis was executed. For example, in GitHub Actions @@ -21494,7 +21503,7 @@ paths: the environment in which the analysis that generated this alert instance was performed, such as the language that was analyzed. - category: &389 + category: &390 type: string description: Identifies the configuration under which the analysis was executed. Used to distinguish between multiple @@ -22777,7 +22786,7 @@ paths: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: &401 + properties: &402 name: type: string description: The name of the machine. @@ -22819,7 +22828,7 @@ paths: - ready - in_progress nullable: true - required: &402 + required: &403 - name - display_name - operating_system @@ -23687,7 +23696,7 @@ paths: - updated_at - visibility examples: - default: &403 + default: &404 value: total_count: 2 secrets: @@ -23725,7 +23734,7 @@ paths: description: Response content: application/json: - schema: &404 + schema: &405 title: CodespacesPublicKey description: The public key used for setting Codespaces secrets. type: object @@ -23754,7 +23763,7 @@ paths: - key_id - key examples: - default: &405 + default: &406 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -23786,7 +23795,7 @@ paths: application/json: schema: *149 examples: - default: &407 + default: &408 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -24822,7 +24831,7 @@ paths: application/json: schema: type: array - items: &262 + items: &263 title: Copilot Usage Metrics description: Copilot usage metrics for a given day. type: object @@ -25129,7 +25138,7 @@ paths: - date additionalProperties: true examples: - default: &263 + default: &264 value: - date: '2024-06-24' total_active_users: 24 @@ -25231,7 +25240,7 @@ paths: '500': *94 '403': *29 '404': *6 - '422': &264 + '422': &265 description: Copilot Usage Merics API setting is disabled at the organization or enterprise level. content: @@ -25403,7 +25412,7 @@ paths: description: Response content: application/json: - schema: &434 + schema: &435 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -25420,7 +25429,7 @@ paths: - key_id - key examples: - default: &435 + default: &436 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -27213,7 +27222,7 @@ paths: application/json: schema: *22 examples: - default: &473 + default: &474 value: id: 1 account: @@ -27438,7 +27447,7 @@ paths: required: true content: application/json: - schema: &474 + schema: &475 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration @@ -28288,7 +28297,7 @@ paths: application/json: schema: *199 examples: - default: &400 + default: &401 value: id: 1 name: monalisa-octocat-hello-world-g4wpq6h95q @@ -29514,7 +29523,7 @@ paths: parameters: - *95 - *207 - - &625 + - &626 name: repo_name description: repo_name parameter in: path @@ -30248,7 +30257,7 @@ paths: inherited_from: description: Team the user has gotten the role through type: array - items: &258 + items: &259 title: Team Simple description: Groups of organization members that gives permissions on specified repositories. @@ -30542,7 +30551,7 @@ paths: - nuget - container - *95 - - &627 + - &628 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -30583,7 +30592,7 @@ paths: default: *215 '403': *29 '401': *25 - '400': &629 + '400': &630 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -31763,6 +31772,8 @@ paths: description: The registry type. enum: - maven_repository + - nuget_feed + - goproxy_server type: string username: description: The username to use when authenticating with @@ -31837,6 +31848,8 @@ paths: type: string enum: - maven_repository + - nuget_feed + - goproxy_server username: description: The username to use when authenticating with the private registry. This field should be omitted if the private registry @@ -31919,6 +31932,8 @@ paths: description: The registry type. enum: - maven_repository + - nuget_feed + - goproxy_server type: string username: description: The username to use when authenticating with the @@ -32087,6 +32102,8 @@ paths: type: string enum: - maven_repository + - nuget_feed + - goproxy_server username: description: The username to use when authenticating with the private registry. This field should be omitted if the private registry @@ -32409,7 +32426,7 @@ paths: '401': *25 '403': *29 '404': *6 - '410': &289 + '410': &290 description: Gone content: application/json: @@ -33309,7 +33326,7 @@ paths: description: Response content: application/json: - schema: &291 + schema: &292 title: Full Repository description: Full Repository type: object @@ -33702,7 +33719,7 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: &422 + properties: &423 url: type: string format: uri @@ -33718,7 +33735,7 @@ paths: nullable: true format: uri example: https://github.com/github/docs/blob/main/CODE_OF_CONDUCT.md - required: &423 + required: &424 - url - key - name @@ -33807,7 +33824,7 @@ paths: - network_count - subscribers_count examples: - default: &293 + default: &294 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -34328,7 +34345,7 @@ paths: - *95 - *17 - *19 - - &562 + - &563 name: targets description: | A comma-separated list of rule targets to filter by. @@ -34609,7 +34626,7 @@ paths: type: object description: A repository rule. oneOf: - - &540 + - &541 title: creation description: Only allow users with bypass permission to create matching refs. @@ -34621,7 +34638,7 @@ paths: type: string enum: - creation - - &541 + - &542 title: update description: Only allow users with bypass permission to update matching refs. @@ -34642,7 +34659,7 @@ paths: repository required: - update_allows_fetch_and_merge - - &543 + - &544 title: deletion description: Only allow users with bypass permissions to delete matching refs. @@ -34654,7 +34671,7 @@ paths: type: string enum: - deletion - - &544 + - &545 title: required_linear_history description: Prevent merge commits from being pushed to matching refs. @@ -34666,7 +34683,7 @@ paths: type: string enum: - required_linear_history - - &545 + - &546 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -34744,7 +34761,7 @@ paths: - merge_method - min_entries_to_merge - min_entries_to_merge_wait_minutes - - &546 + - &547 title: required_deployments description: Choose which environments must be successfully deployed to before refs can be pushed into a ref that @@ -34768,7 +34785,7 @@ paths: type: string required: - required_deployment_environments - - &547 + - &548 title: required_signatures description: Commits pushed to matching refs must have verified signatures. @@ -34780,7 +34797,7 @@ paths: type: string enum: - required_signatures - - &548 + - &549 title: pull_request description: Require all commits be made to a non-target branch and submitted via a pull request before they can @@ -34842,7 +34859,7 @@ paths: - require_last_push_approval - required_approving_review_count - required_review_thread_resolution - - &549 + - &550 title: required_status_checks description: Choose which status checks must pass before the ref is updated. When enabled, commits must first be @@ -34890,7 +34907,7 @@ paths: required: - required_status_checks - strict_required_status_checks_policy - - &550 + - &551 title: non_fast_forward description: Prevent users with push access from force pushing to refs. @@ -34902,7 +34919,7 @@ paths: type: string enum: - non_fast_forward - - &551 + - &552 title: commit_message_pattern description: Parameters to be used for the commit_message_pattern rule @@ -34938,7 +34955,7 @@ paths: required: - operator - pattern - - &552 + - &553 title: commit_author_email_pattern description: Parameters to be used for the commit_author_email_pattern rule @@ -34974,7 +34991,7 @@ paths: required: - operator - pattern - - &553 + - &554 title: committer_email_pattern description: Parameters to be used for the committer_email_pattern rule @@ -35010,7 +35027,7 @@ paths: required: - operator - pattern - - &554 + - &555 title: branch_name_pattern description: Parameters to be used for the branch_name_pattern rule @@ -35046,7 +35063,7 @@ paths: required: - operator - pattern - - &555 + - &556 title: tag_name_pattern description: Parameters to be used for the tag_name_pattern rule @@ -35082,7 +35099,7 @@ paths: required: - operator - pattern - - &556 + - &557 title: file_path_restriction description: Prevent commits that include changes in specified file and folder paths from being pushed to the commit @@ -35107,7 +35124,7 @@ paths: type: string required: - restricted_file_paths - - &557 + - &558 title: max_file_path_length description: Prevent commits that include file paths that exceed the specified character limit from being pushed @@ -35131,7 +35148,7 @@ paths: maximum: 256 required: - max_file_path_length - - &558 + - &559 title: file_extension_restriction description: Prevent commits that include files with specified file extensions from being pushed to the commit graph. @@ -35154,7 +35171,7 @@ paths: type: string required: - restricted_file_extensions - - &559 + - &560 title: max_file_size description: Prevent commits with individual files that exceed the specified limit from being pushed to the commit @@ -35179,7 +35196,7 @@ paths: maximum: 100 required: - max_file_size - - &560 + - &561 title: workflows description: Require all changes made to a targeted branch to pass the specified workflows before they can be merged. @@ -35229,7 +35246,7 @@ paths: - repository_id required: - workflows - - &561 + - &562 title: code_scanning description: Choose which tools must provide code scanning results before the reference is updated. When configured, @@ -35467,7 +35484,7 @@ paths: url: https://docs.github.com/rest/orgs/rule-suites#list-organization-rule-suites parameters: - *95 - - &563 + - &564 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 @@ -35482,7 +35499,7 @@ paths: in: query schema: type: string - - &564 + - &565 name: time_period description: |- The time period to filter by. @@ -35498,14 +35515,14 @@ paths: - week - month default: day - - &565 + - &566 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 - - &566 + - &567 name: rule_suite_result description: The rule results to filter on. When specified, only suites with this result will be returned. @@ -35525,7 +35542,7 @@ paths: description: Response content: application/json: - schema: &567 + schema: &568 title: Rule Suites description: Response type: array @@ -35580,7 +35597,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &568 + default: &569 value: - id: 21 actor_id: 12 @@ -35624,7 +35641,7 @@ paths: url: https://docs.github.com/rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *95 - - &569 + - &570 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -35640,7 +35657,7 @@ paths: description: Response content: application/json: - schema: &570 + schema: &571 title: Rule Suite description: Response type: object @@ -35739,7 +35756,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &571 + default: &572 value: id: 21 actor_id: 12 @@ -35985,7 +36002,7 @@ paths: type: string format: date-time examples: - default: &573 + default: &574 value: - version_id: 3 actor: @@ -36038,7 +36055,7 @@ paths: description: Response content: application/json: - schema: &574 + schema: &575 allOf: - *247 - type: object @@ -36117,7 +36134,7 @@ paths: - *48 - *19 - *17 - - &575 + - &576 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 @@ -36127,7 +36144,7 @@ paths: required: false schema: type: string - - &576 + - &577 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 @@ -36140,6 +36157,7 @@ paths: - *252 - *253 - *254 + - *255 responses: '200': description: Response @@ -36147,9 +36165,9 @@ paths: application/json: schema: type: array - items: *255 + items: *256 examples: - default: *256 + default: *257 headers: Link: *58 '404': *6 @@ -36219,7 +36237,7 @@ paths: application/json: schema: type: array - items: &583 + items: &584 description: A repository security advisory. type: object properties: @@ -36439,7 +36457,7 @@ paths: login: type: string description: The username of the user credited. - type: *257 + type: *258 credits_detailed: type: array nullable: true @@ -36449,7 +36467,7 @@ paths: type: object properties: user: *4 - type: *257 + type: *258 state: type: string description: The state of the user's acceptance of the @@ -36510,7 +36528,7 @@ paths: - private_fork additionalProperties: false examples: - default: &584 + default: &585 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -36897,7 +36915,7 @@ paths: application/json: schema: type: array - items: *258 + items: *259 examples: default: *213 x-github: @@ -36984,7 +37002,7 @@ paths: description: Response content: application/json: - schema: &643 + schema: &644 type: object properties: total_minutes_used: @@ -37054,7 +37072,7 @@ paths: - included_minutes - minutes_used_breakdown examples: - default: &644 + default: &645 value: total_minutes_used: 305 total_paid_minutes_used: 0 @@ -37090,7 +37108,7 @@ paths: description: Response content: application/json: - schema: &645 + schema: &646 type: object properties: total_gigabytes_bandwidth_used: @@ -37108,7 +37126,7 @@ paths: - total_paid_gigabytes_bandwidth_used - included_gigabytes_bandwidth examples: - default: &646 + default: &647 value: total_gigabytes_bandwidth_used: 50 total_paid_gigabytes_bandwidth_used: 40 @@ -37140,7 +37158,7 @@ paths: description: Response content: application/json: - schema: &647 + schema: &648 type: object properties: days_left_in_billing_cycle: @@ -37158,7 +37176,7 @@ paths: - estimated_paid_storage_for_month - estimated_storage_for_month examples: - default: &648 + default: &649 value: days_left_in_billing_cycle: 20 estimated_paid_storage_for_month: 15 @@ -37200,7 +37218,7 @@ paths: type: integer network_configurations: type: array - items: &259 + items: &260 title: Hosted compute network configuration description: A hosted compute network configuration. type: object @@ -37320,9 +37338,9 @@ paths: description: Response content: application/json: - schema: *259 + schema: *260 examples: - default: &260 + default: &261 value: id: 123456789ABCDEF name: My network configuration @@ -37351,7 +37369,7 @@ paths: url: https://docs.github.com/rest/orgs/network-configurations#get-a-hosted-compute-network-configuration-for-an-organization parameters: - *95 - - &261 + - &262 name: network_configuration_id description: Unique identifier of the hosted compute network configuration. in: path @@ -37363,9 +37381,9 @@ paths: description: Response content: application/json: - schema: *259 + schema: *260 examples: - default: *260 + default: *261 headers: Link: *58 x-github: @@ -37387,7 +37405,7 @@ paths: url: https://docs.github.com/rest/orgs/network-configurations#update-a-hosted-compute-network-configuration-for-an-organization parameters: - *95 - - *261 + - *262 requestBody: required: true content: @@ -37426,9 +37444,9 @@ paths: description: Response content: application/json: - schema: *259 + schema: *260 examples: - default: *260 + default: *261 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -37448,7 +37466,7 @@ paths: url: https://docs.github.com/rest/orgs/network-configurations#delete-a-hosted-compute-network-configuration-from-an-organization parameters: - *95 - - *261 + - *262 responses: '204': description: Response @@ -37588,13 +37606,13 @@ paths: application/json: schema: type: array - items: *262 + items: *263 examples: - default: *263 + default: *264 '500': *94 '403': *29 '404': *6 - '422': *264 + '422': *265 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -37718,7 +37736,7 @@ paths: description: Response content: application/json: - schema: &265 + schema: &266 title: Full Team description: Groups of organization members that gives permissions on specified repositories. @@ -38028,7 +38046,7 @@ paths: - repos_count - organization examples: - default: &266 + default: &267 value: id: 1 node_id: MDQ6VGVhbTE= @@ -38105,9 +38123,9 @@ paths: description: Response content: application/json: - schema: *265 + schema: *266 examples: - default: *266 + default: *267 '404': *6 x-github: githubCloudOnly: false @@ -38191,16 +38209,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *265 + schema: *266 examples: - default: *266 + default: *267 '201': description: Response content: application/json: - schema: *265 + schema: *266 examples: - default: *266 + default: *267 '404': *6 '422': *15 '403': *29 @@ -38270,7 +38288,7 @@ paths: application/json: schema: type: array - items: &267 + items: &268 title: Team Discussion description: A team discussion is a persistent record of a free-form conversation within a team. @@ -38369,7 +38387,7 @@ paths: - updated_at - url examples: - default: &598 + default: &599 value: - author: login: octocat @@ -38478,9 +38496,9 @@ paths: description: Response content: application/json: - schema: *267 + schema: *268 examples: - default: &268 + default: &269 value: author: login: octocat @@ -38554,7 +38572,7 @@ paths: parameters: - *95 - *208 - - &269 + - &270 name: discussion_number description: The number that identifies the discussion. in: path @@ -38566,9 +38584,9 @@ paths: description: Response content: application/json: - schema: *267 + schema: *268 examples: - default: *268 + default: *269 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38592,7 +38610,7 @@ paths: parameters: - *95 - *208 - - *269 + - *270 requestBody: required: false content: @@ -38615,9 +38633,9 @@ paths: description: Response content: application/json: - schema: *267 + schema: *268 examples: - default: &599 + default: &600 value: author: login: octocat @@ -38689,7 +38707,7 @@ paths: parameters: - *95 - *208 - - *269 + - *270 responses: '204': description: Response @@ -38717,7 +38735,7 @@ paths: parameters: - *95 - *208 - - *269 + - *270 - *48 - *17 - *19 @@ -38728,7 +38746,7 @@ paths: application/json: schema: type: array - items: &270 + items: &271 title: Team Discussion Comment description: A reply to a discussion within a team. type: object @@ -38800,7 +38818,7 @@ paths: - updated_at - url examples: - default: &600 + default: &601 value: - author: login: octocat @@ -38870,7 +38888,7 @@ paths: parameters: - *95 - *208 - - *269 + - *270 requestBody: required: true content: @@ -38892,9 +38910,9 @@ paths: description: Response content: application/json: - schema: *270 + schema: *271 examples: - default: &271 + default: &272 value: author: login: octocat @@ -38962,8 +38980,8 @@ paths: parameters: - *95 - *208 - - *269 - - &272 + - *270 + - &273 name: comment_number description: The number that identifies the comment. in: path @@ -38975,9 +38993,9 @@ paths: description: Response content: application/json: - schema: *270 + schema: *271 examples: - default: *271 + default: *272 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39001,8 +39019,8 @@ paths: parameters: - *95 - *208 - - *269 - - *272 + - *270 + - *273 requestBody: required: true content: @@ -39024,9 +39042,9 @@ paths: description: Response content: application/json: - schema: *270 + schema: *271 examples: - default: &601 + default: &602 value: author: login: octocat @@ -39092,8 +39110,8 @@ paths: parameters: - *95 - *208 - - *269 - - *272 + - *270 + - *273 responses: '204': description: Response @@ -39121,8 +39139,8 @@ paths: parameters: - *95 - *208 - - *269 - - *272 + - *270 + - *273 - 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 team discussion comment. @@ -39148,7 +39166,7 @@ paths: application/json: schema: type: array - items: &273 + items: &274 title: Reaction description: Reactions to conversations provide a way to help people express their feelings more simply and effectively. @@ -39191,7 +39209,7 @@ paths: - content - created_at examples: - default: &275 + default: &276 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -39243,8 +39261,8 @@ paths: parameters: - *95 - *208 - - *269 - - *272 + - *270 + - *273 requestBody: required: true content: @@ -39277,9 +39295,9 @@ paths: team discussion comment content: application/json: - schema: *273 + schema: *274 examples: - default: &274 + default: &275 value: id: 1 node_id: MDg6UmVhY3Rpb24x @@ -39308,9 +39326,9 @@ paths: description: Response content: application/json: - schema: *273 + schema: *274 examples: - default: *274 + default: *275 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39335,9 +39353,9 @@ paths: parameters: - *95 - *208 - - *269 - - *272 - - &276 + - *270 + - *273 + - &277 name: reaction_id description: The unique identifier of the reaction. in: path @@ -39371,7 +39389,7 @@ paths: parameters: - *95 - *208 - - *269 + - *270 - 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 team discussion. @@ -39397,9 +39415,9 @@ paths: application/json: schema: type: array - items: *273 + items: *274 examples: - default: *275 + default: *276 headers: Link: *58 x-github: @@ -39427,7 +39445,7 @@ paths: parameters: - *95 - *208 - - *269 + - *270 requestBody: required: true content: @@ -39459,16 +39477,16 @@ paths: description: Response content: application/json: - schema: *273 + schema: *274 examples: - default: *274 + default: *275 '201': description: Response content: application/json: - schema: *273 + schema: *274 examples: - default: *274 + default: *275 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -39493,8 +39511,8 @@ paths: parameters: - *95 - *208 - - *269 - - *276 + - *270 + - *277 responses: '204': description: Response @@ -39615,7 +39633,7 @@ paths: description: Response content: application/json: - schema: &277 + schema: &278 title: Team Membership description: Team Membership type: object @@ -39642,7 +39660,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &602 + response-if-user-is-a-team-maintainer: &603 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -39705,9 +39723,9 @@ paths: description: Response content: application/json: - schema: *277 + schema: *278 examples: - response-if-users-membership-with-team-is-now-pending: &603 + response-if-users-membership-with-team-is-now-pending: &604 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -39780,7 +39798,7 @@ paths: application/json: schema: type: array - items: &278 + items: &279 title: Team Project description: A team's access to a project. type: object @@ -39848,7 +39866,7 @@ paths: - updated_at - permissions examples: - default: &604 + default: &605 value: - owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -39913,7 +39931,7 @@ paths: parameters: - *95 - *208 - - &279 + - &280 name: project_id description: The unique identifier of the project. in: path @@ -39925,9 +39943,9 @@ paths: description: Response content: application/json: - schema: *278 + schema: *279 examples: - default: &605 + default: &606 value: owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -39991,7 +40009,7 @@ paths: parameters: - *95 - *208 - - *279 + - *280 requestBody: required: false content: @@ -40059,7 +40077,7 @@ paths: parameters: - *95 - *208 - - *279 + - *280 responses: '204': description: Response @@ -40130,14 +40148,14 @@ paths: parameters: - *95 - *208 - - *280 - *281 + - *282 responses: '200': description: Alternative response with repository permissions content: application/json: - schema: &606 + schema: &607 title: Team Repository description: A team's access to a repository. type: object @@ -40708,8 +40726,8 @@ paths: parameters: - *95 - *208 - - *280 - *281 + - *282 requestBody: required: false content: @@ -40756,8 +40774,8 @@ paths: parameters: - *95 - *208 - - *280 - *281 + - *282 responses: '204': description: Response @@ -40794,7 +40812,7 @@ paths: type: array items: *152 examples: - response-if-child-teams-exist: &607 + response-if-child-teams-exist: &608 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -40921,7 +40939,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#get-a-project-card parameters: - - &282 + - &283 name: card_id description: The unique identifier of the card. in: path @@ -40933,7 +40951,7 @@ paths: description: Response content: application/json: - schema: &283 + schema: &284 title: Project Card description: Project cards represent a scope of work. type: object @@ -41000,7 +41018,7 @@ paths: - created_at - updated_at examples: - default: &284 + default: &285 value: url: https://api.github.com/projects/columns/cards/1478 id: 1478 @@ -41056,7 +41074,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#update-an-existing-project-card parameters: - - *282 + - *283 requestBody: required: false content: @@ -41083,9 +41101,9 @@ paths: description: Response content: application/json: - schema: *283 + schema: *284 examples: - default: *284 + default: *285 '304': *37 '403': *29 '401': *25 @@ -41112,7 +41130,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#delete-a-project-card parameters: - - *282 + - *283 responses: '204': description: Response @@ -41156,7 +41174,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#move-a-project-card parameters: - - *282 + - *283 requestBody: required: true content: @@ -41267,7 +41285,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#get-a-project-column parameters: - - &285 + - &286 name: column_id description: The unique identifier of the column. in: path @@ -41279,7 +41297,7 @@ paths: description: Response content: application/json: - schema: &286 + schema: &287 title: Project Column description: Project columns contain cards of work. type: object @@ -41325,7 +41343,7 @@ paths: - created_at - updated_at examples: - default: &287 + default: &288 value: url: https://api.github.com/projects/columns/367 project_url: https://api.github.com/projects/120 @@ -41360,7 +41378,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#update-an-existing-project-column parameters: - - *285 + - *286 requestBody: required: true content: @@ -41384,9 +41402,9 @@ paths: description: Response content: application/json: - schema: *286 + schema: *287 examples: - default: *287 + default: *288 '304': *37 '403': *29 '401': *25 @@ -41411,7 +41429,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#delete-a-project-column parameters: - - *285 + - *286 responses: '204': description: Response @@ -41440,7 +41458,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#list-project-cards parameters: - - *285 + - *286 - name: archived_state description: Filters the project cards that are returned by the card's state. in: query @@ -41461,7 +41479,7 @@ paths: application/json: schema: type: array - items: *283 + items: *284 examples: default: value: @@ -41520,7 +41538,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#create-a-project-card parameters: - - *285 + - *286 requestBody: required: true content: @@ -41560,9 +41578,9 @@ paths: description: Response content: application/json: - schema: *283 + schema: *284 examples: - default: *284 + default: *285 '304': *37 '403': *29 '401': *25 @@ -41618,7 +41636,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#move-a-project-column parameters: - - *285 + - *286 requestBody: required: true content: @@ -41678,7 +41696,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#get-a-project parameters: - - *279 + - *280 responses: '200': description: Response @@ -41686,7 +41704,7 @@ paths: application/json: schema: *230 examples: - default: &288 + default: &289 value: owner_url: https://api.github.com/repos/api-playground/projects-test url: https://api.github.com/projects/1002604 @@ -41743,7 +41761,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#update-a-project parameters: - - *279 + - *280 requestBody: required: false content: @@ -41791,7 +41809,7 @@ paths: application/json: schema: *230 examples: - default: *288 + default: *289 '404': description: Not Found if the authenticated user does not have access to the project @@ -41812,7 +41830,7 @@ paths: items: type: string '401': *25 - '410': *289 + '410': *290 '422': *7 x-github: githubCloudOnly: false @@ -41835,7 +41853,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#delete-a-project parameters: - - *279 + - *280 responses: '204': description: Delete Success @@ -41856,7 +41874,7 @@ paths: items: type: string '401': *25 - '410': *289 + '410': *290 '404': *6 x-github: githubCloudOnly: false @@ -41880,7 +41898,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/collaborators#list-project-collaborators parameters: - - *279 + - *280 - name: affiliation description: Filters the collaborators by their affiliation. `outside` means outside collaborators of a project that are not a member of the project's @@ -41937,7 +41955,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/collaborators#add-project-collaborator parameters: - - *279 + - *280 - *133 requestBody: required: false @@ -41990,7 +42008,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/collaborators#remove-user-as-a-collaborator parameters: - - *279 + - *280 - *133 responses: '204': @@ -42022,7 +42040,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/collaborators#get-project-permission-for-a-user parameters: - - *279 + - *280 - *133 responses: '200': @@ -42096,7 +42114,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#list-project-columns parameters: - - *279 + - *280 - *17 - *19 responses: @@ -42106,7 +42124,7 @@ paths: application/json: schema: type: array - items: *286 + items: *287 examples: default: value: @@ -42144,7 +42162,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#create-a-project-column parameters: - - *279 + - *280 requestBody: required: true content: @@ -42167,7 +42185,7 @@ paths: description: Response content: application/json: - schema: *286 + schema: *287 examples: default: value: @@ -42231,7 +42249,7 @@ paths: resources: type: object properties: - core: &290 + core: &291 title: Rate Limit type: object properties: @@ -42248,20 +42266,20 @@ paths: - remaining - reset - used - graphql: *290 - search: *290 - code_search: *290 - source_import: *290 - integration_manifest: *290 - code_scanning_upload: *290 - actions_runner_registration: *290 - scim: *290 - dependency_snapshots: *290 - code_scanning_autofix: *290 + graphql: *291 + search: *291 + code_search: *291 + source_import: *291 + integration_manifest: *291 + code_scanning_upload: *291 + actions_runner_registration: *291 + scim: *291 + dependency_snapshots: *291 + code_scanning_autofix: *291 required: - core - search - rate: *290 + rate: *291 required: - rate - resources @@ -42365,14 +42383,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#get-a-repository parameters: - - *280 - *281 + - *282 responses: '200': description: Response content: application/json: - schema: *291 + schema: *292 examples: default-response: summary: Default response @@ -42873,7 +42891,7 @@ paths: status: disabled '403': *29 '404': *6 - '301': *292 + '301': *293 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42891,8 +42909,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#update-a-repository parameters: - - *280 - *281 + - *282 requestBody: required: false content: @@ -43136,10 +43154,10 @@ paths: description: Response content: application/json: - schema: *291 + schema: *292 examples: - default: *293 - '307': &294 + default: *294 + '307': &295 description: Temporary Redirect content: application/json: @@ -43168,8 +43186,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#delete-a-repository parameters: - - *280 - *281 + - *282 responses: '204': description: Response @@ -43191,7 +43209,7 @@ paths: value: message: Organization members cannot delete repositories. documentation_url: https://docs.github.com/rest/repos/repos#delete-a-repository - '307': *294 + '307': *295 '404': *6 '409': *47 x-github: @@ -43215,11 +43233,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#list-artifacts-for-a-repository parameters: - - *280 - *281 + - *282 - *17 - *19 - - &320 + - &321 name: name description: The name field of an artifact. When specified, only artifacts with this name will be returned. @@ -43242,7 +43260,7 @@ paths: type: integer artifacts: type: array - items: &295 + items: &296 title: Artifact description: An artifact type: object @@ -43320,7 +43338,7 @@ paths: - expires_at - updated_at examples: - default: &321 + default: &322 value: total_count: 2 artifacts: @@ -43381,9 +43399,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#get-an-artifact parameters: - - *280 - *281 - - &296 + - *282 + - &297 name: artifact_id description: The unique identifier of the artifact. in: path @@ -43395,7 +43413,7 @@ paths: description: Response content: application/json: - schema: *295 + schema: *296 examples: default: value: @@ -43433,9 +43451,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#delete-an-artifact parameters: - - *280 - *281 - - *296 + - *282 + - *297 responses: '204': description: Response @@ -43459,9 +43477,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#download-an-artifact parameters: - - *280 - *281 - - *296 + - *282 + - *297 - name: archive_format in: path required: true @@ -43475,7 +43493,7 @@ paths: example: https://pipelines.actions.githubusercontent.com/OhgS4QRKqmgx7bKC27GKU83jnQjyeqG8oIMTge8eqtheppcmw8/_apis/pipelines/1/runs/176/signedlogcontent?urlExpires=2020-01-24T18%3A10%3A31.5729946Z&urlSigningMethod=HMACV1&urlSignature=agG73JakPYkHrh06seAkvmH7rBR4Ji4c2%2B6a2ejYh3E%3D schema: type: string - '410': *289 + '410': *290 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43498,14 +43516,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#get-github-actions-cache-usage-for-a-repository parameters: - - *280 - *281 + - *282 responses: '200': description: Response content: application/json: - schema: *297 + schema: *298 examples: default: value: @@ -43531,11 +43549,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#list-github-actions-caches-for-a-repository parameters: - - *280 - *281 + - *282 - *17 - *19 - - &298 + - &299 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 @@ -43569,7 +43587,7 @@ paths: description: Response content: application/json: - schema: &299 + schema: &300 title: Repository actions caches description: Repository actions caches type: object @@ -43611,7 +43629,7 @@ paths: - total_count - actions_caches examples: - default: &300 + default: &301 value: total_count: 1 actions_caches: @@ -43643,23 +43661,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: - - *280 - *281 + - *282 - name: key description: A key for identifying the cache. in: query required: true schema: type: string - - *298 + - *299 responses: '200': description: Response content: application/json: - schema: *299 + schema: *300 examples: - default: *300 + default: *301 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43679,8 +43697,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: - - *280 - *281 + - *282 - name: cache_id description: The unique identifier of the GitHub Actions cache. in: path @@ -43711,9 +43729,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#get-a-job-for-a-workflow-run parameters: - - *280 - *281 - - &301 + - *282 + - &302 name: job_id description: The unique identifier of the job. in: path @@ -43725,7 +43743,7 @@ paths: description: Response content: application/json: - schema: &324 + schema: &325 title: Job description: Information of a job execution in a workflow run type: object @@ -44032,9 +44050,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#download-job-logs-for-a-workflow-run parameters: - - *280 - *281 - - *301 + - *282 + - *302 responses: '302': description: Response @@ -44062,9 +44080,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-a-job-from-a-workflow-run parameters: - - *280 - *281 - - *301 + - *282 + - *302 requestBody: required: false content: @@ -44109,8 +44127,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: - - *280 - *281 + - *282 responses: '200': description: Status response @@ -44160,8 +44178,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: - - *280 - *281 + - *282 requestBody: required: true content: @@ -44224,8 +44242,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-repository-organization-secrets parameters: - - *280 - *281 + - *282 - *17 - *19 responses: @@ -44243,7 +44261,7 @@ paths: type: integer secrets: type: array - items: &326 + items: &327 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -44263,7 +44281,7 @@ paths: - created_at - updated_at examples: - default: &327 + default: &328 value: total_count: 2 secrets: @@ -44296,9 +44314,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-repository-organization-variables parameters: - - *280 - *281 - - *302 + - *282 + - *303 - *19 responses: '200': @@ -44315,7 +44333,7 @@ paths: type: integer variables: type: array - items: &330 + items: &331 title: Actions Variable type: object properties: @@ -44345,7 +44363,7 @@ paths: - created_at - updated_at examples: - default: &331 + default: &332 value: total_count: 2 variables: @@ -44378,8 +44396,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-github-actions-permissions-for-a-repository parameters: - - *280 - *281 + - *282 responses: '200': description: Response @@ -44388,11 +44406,11 @@ paths: schema: type: object properties: - enabled: &304 + enabled: &305 type: boolean description: Whether GitHub Actions is enabled on the repository. allowed_actions: *109 - selected_actions_url: *303 + selected_actions_url: *304 required: - enabled examples: @@ -44419,8 +44437,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-github-actions-permissions-for-a-repository parameters: - - *280 - *281 + - *282 responses: '204': description: Response @@ -44431,7 +44449,7 @@ paths: schema: type: object properties: - enabled: *304 + enabled: *305 allowed_actions: *109 required: - enabled @@ -44461,14 +44479,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: - - *280 - *281 + - *282 responses: '200': description: Response content: application/json: - schema: &305 + schema: &306 type: object properties: access_level: @@ -44485,7 +44503,7 @@ paths: required: - access_level examples: - default: &306 + default: &307 value: access_level: organization x-github: @@ -44509,15 +44527,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: - - *280 - *281 + - *282 requestBody: required: true content: application/json: - schema: *305 + schema: *306 examples: - default: *306 + default: *307 responses: '204': description: Response @@ -44541,8 +44559,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *280 - *281 + - *282 responses: '200': description: Response @@ -44569,8 +44587,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *280 - *281 + - *282 responses: '204': description: Response @@ -44602,14 +44620,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-default-workflow-permissions-for-a-repository parameters: - - *280 - *281 + - *282 responses: '200': description: Response content: application/json: - schema: *307 + schema: *308 examples: default: *115 x-github: @@ -44632,8 +44650,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-default-workflow-permissions-for-a-repository parameters: - - *280 - *281 + - *282 responses: '204': description: Success response @@ -44644,7 +44662,7 @@ paths: required: true content: application/json: - schema: *308 + schema: *309 examples: default: *115 x-github: @@ -44673,8 +44691,8 @@ paths: in: query schema: type: string - - *280 - *281 + - *282 - *17 - *19 responses: @@ -44718,8 +44736,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#list-runner-applications-for-a-repository parameters: - - *280 - *281 + - *282 responses: '200': description: Response @@ -44727,9 +44745,9 @@ paths: application/json: schema: type: array - items: *309 + items: *310 examples: - default: *310 + default: *311 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44751,8 +44769,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: - - *280 - *281 + - *282 requestBody: required: true content: @@ -44795,7 +44813,7 @@ paths: - no-gpu work_folder: _work responses: - '201': *311 + '201': *312 '404': *6 '422': *7 '409': *47 @@ -44826,8 +44844,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-a-registration-token-for-a-repository parameters: - - *280 - *281 + - *282 responses: '201': description: Response @@ -44835,7 +44853,7 @@ paths: application/json: schema: *124 examples: - default: *312 + default: *313 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44863,8 +44881,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-a-remove-token-for-a-repository parameters: - - *280 - *281 + - *282 responses: '201': description: Response @@ -44872,7 +44890,7 @@ paths: application/json: schema: *124 examples: - default: *313 + default: *314 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44894,8 +44912,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#get-a-self-hosted-runner-for-a-repository parameters: - - *280 - *281 + - *282 - *121 responses: '200': @@ -44904,7 +44922,7 @@ paths: application/json: schema: *122 examples: - default: *314 + default: *315 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44925,8 +44943,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#delete-a-self-hosted-runner-from-a-repository parameters: - - *280 - *281 + - *282 - *121 responses: '204': @@ -44953,8 +44971,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#list-labels-for-a-self-hosted-runner-for-a-repository parameters: - - *280 - *281 + - *282 - *121 responses: '200': *126 @@ -44979,8 +44997,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#add-custom-labels-to-a-self-hosted-runner-for-a-repository parameters: - - *280 - *281 + - *282 - *121 requestBody: required: true @@ -45029,8 +45047,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#set-custom-labels-for-a-self-hosted-runner-for-a-repository parameters: - - *280 - *281 + - *282 - *121 requestBody: required: true @@ -45080,11 +45098,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: - - *280 - *281 + - *282 - *121 responses: - '200': *315 + '200': *316 '404': *6 x-github: githubCloudOnly: false @@ -45111,10 +45129,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#remove-a-custom-label-from-a-self-hosted-runner-for-a-repository parameters: - - *280 - *281 + - *282 - *121 - - *316 + - *317 responses: '200': *126 '404': *6 @@ -45142,9 +45160,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#list-workflow-runs-for-a-repository parameters: - - *280 - *281 - - &334 + - *282 + - &335 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. @@ -45152,7 +45170,7 @@ paths: required: false schema: type: string - - &335 + - &336 name: branch description: Returns workflow runs associated with a branch. Use the name of the branch of the `push`. @@ -45160,7 +45178,7 @@ paths: required: false schema: type: string - - &336 + - &337 name: event description: Returns workflow run triggered by the event you specify. For example, `push`, `pull_request` or `issue`. For more information, see "[Events @@ -45169,7 +45187,7 @@ paths: required: false schema: type: string - - &337 + - &338 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 @@ -45196,7 +45214,7 @@ paths: - pending - *17 - *19 - - &338 + - &339 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)." @@ -45205,7 +45223,7 @@ paths: schema: type: string format: date-time - - &317 + - &318 name: exclude_pull_requests description: If `true` pull requests are omitted from the response (empty array). @@ -45214,13 +45232,13 @@ paths: schema: type: boolean default: false - - &339 + - &340 name: check_suite_id description: Returns workflow runs with the `check_suite_id` that you specify. in: query schema: type: integer - - &340 + - &341 name: head_sha description: Only returns workflow runs that are associated with the specified `head_sha`. @@ -45243,7 +45261,7 @@ paths: type: integer workflow_runs: type: array - items: &318 + items: &319 title: Workflow Run description: An invocation of a workflow type: object @@ -45338,7 +45356,7 @@ paths: that triggered the run. type: array nullable: true - items: &359 + items: &360 title: Pull Request Minimal type: object properties: @@ -45457,7 +45475,7 @@ paths: title: Simple Commit description: A commit. type: object - properties: &363 + properties: &364 id: type: string description: SHA for the commit @@ -45508,7 +45526,7 @@ paths: - name - email nullable: true - required: &364 + required: &365 - id - tree_id - message @@ -45555,7 +45573,7 @@ paths: - workflow_url - pull_requests examples: - default: &341 + default: &342 value: total_count: 1 workflow_runs: @@ -45791,24 +45809,24 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-a-workflow-run parameters: - - *280 - *281 - - &319 + - *282 + - &320 name: run_id description: The unique identifier of the workflow run. in: path required: true schema: type: integer - - *317 + - *318 responses: '200': description: Response content: application/json: - schema: *318 + schema: *319 examples: - default: &322 + default: &323 value: id: 30433642 name: Build @@ -46049,9 +46067,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#delete-a-workflow-run parameters: - - *280 - *281 - - *319 + - *282 + - *320 responses: '204': description: Response @@ -46074,9 +46092,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-the-review-history-for-a-workflow-run parameters: - - *280 - *281 - - *319 + - *282 + - *320 responses: '200': description: Response @@ -46195,9 +46213,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#approve-a-workflow-run-for-a-fork-pull-request parameters: - - *280 - *281 - - *319 + - *282 + - *320 responses: '201': description: Response @@ -46230,12 +46248,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#list-workflow-run-artifacts parameters: - - *280 - *281 - - *319 + - *282 + - *320 - *17 - *19 - - *320 + - *321 responses: '200': description: Response @@ -46251,9 +46269,9 @@ paths: type: integer artifacts: type: array - items: *295 + items: *296 examples: - default: *321 + default: *322 headers: Link: *58 x-github: @@ -46277,25 +46295,25 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-a-workflow-run-attempt parameters: - - *280 - *281 - - *319 - - &323 + - *282 + - *320 + - &324 name: attempt_number description: The attempt number of the workflow run. in: path required: true schema: type: integer - - *317 + - *318 responses: '200': description: Response content: application/json: - schema: *318 + schema: *319 examples: - default: *322 + default: *323 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46318,10 +46336,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run-attempt parameters: - - *280 - *281 - - *319 - - *323 + - *282 + - *320 + - *324 - *17 - *19 responses: @@ -46339,9 +46357,9 @@ paths: type: integer jobs: type: array - items: *324 + items: *325 examples: - default: &325 + default: &326 value: total_count: 1 jobs: @@ -46454,10 +46472,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#download-workflow-run-attempt-logs parameters: - - *280 - *281 - - *319 - - *323 + - *282 + - *320 + - *324 responses: '302': description: Response @@ -46485,9 +46503,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#cancel-a-workflow-run parameters: - - *280 - *281 - - *319 + - *282 + - *320 responses: '202': description: Response @@ -46520,9 +46538,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: - - *280 - *281 - - *319 + - *282 + - *320 requestBody: required: true content: @@ -46589,9 +46607,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#force-cancel-a-workflow-run parameters: - - *280 - *281 - - *319 + - *282 + - *320 responses: '202': description: Response @@ -46624,9 +46642,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run parameters: - - *280 - *281 - - *319 + - *282 + - *320 - 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 @@ -46656,9 +46674,9 @@ paths: type: integer jobs: type: array - items: *324 + items: *325 examples: - default: *325 + default: *326 headers: Link: *58 x-github: @@ -46683,9 +46701,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#download-workflow-run-logs parameters: - - *280 - *281 - - *319 + - *282 + - *320 responses: '302': description: Response @@ -46712,9 +46730,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#delete-workflow-run-logs parameters: - - *280 - *281 - - *319 + - *282 + - *320 responses: '204': description: Response @@ -46741,9 +46759,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-pending-deployments-for-a-workflow-run parameters: - - *280 - *281 - - *319 + - *282 + - *320 responses: '200': description: Response @@ -46803,7 +46821,7 @@ paths: items: type: object properties: - type: &443 + type: &444 type: string description: The type of reviewer. enum: @@ -46888,9 +46906,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#review-pending-deployments-for-a-workflow-run parameters: - - *280 - *281 - - *319 + - *282 + - *320 requestBody: required: true content: @@ -46937,7 +46955,7 @@ paths: application/json: schema: type: array - items: &438 + items: &439 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed @@ -47043,7 +47061,7 @@ paths: - created_at - updated_at examples: - default: &439 + default: &440 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -47099,9 +47117,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-a-workflow parameters: - - *280 - *281 - - *319 + - *282 + - *320 requestBody: required: false content: @@ -47145,9 +47163,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-failed-jobs-from-a-workflow-run parameters: - - *280 - *281 - - *319 + - *282 + - *320 requestBody: required: false content: @@ -47200,9 +47218,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-workflow-run-usage parameters: - - *280 - *281 - - *319 + - *282 + - *320 responses: '200': description: Response @@ -47339,8 +47357,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-repository-secrets parameters: - - *280 - *281 + - *282 - *17 - *19 responses: @@ -47358,9 +47376,9 @@ paths: type: integer secrets: type: array - items: *326 + items: *327 examples: - default: *327 + default: *328 headers: Link: *58 x-github: @@ -47385,16 +47403,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-a-repository-public-key parameters: - - *280 - *281 + - *282 responses: '200': description: Response content: application/json: - schema: *328 + schema: *329 examples: - default: *329 + default: *330 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47416,17 +47434,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-a-repository-secret parameters: - - *280 - *281 + - *282 - *128 responses: '200': description: Response content: application/json: - schema: *326 + schema: *327 examples: - default: &456 + default: &457 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -47452,8 +47470,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#create-or-update-a-repository-secret parameters: - - *280 - *281 + - *282 - *128 requestBody: required: true @@ -47511,8 +47529,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#delete-a-repository-secret parameters: - - *280 - *281 + - *282 - *128 responses: '204': @@ -47538,9 +47556,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-repository-variables parameters: - - *280 - *281 - - *302 + - *282 + - *303 - *19 responses: '200': @@ -47557,9 +47575,9 @@ paths: type: integer variables: type: array - items: *330 + items: *331 examples: - default: *331 + default: *332 headers: Link: *58 x-github: @@ -47582,8 +47600,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#create-a-repository-variable parameters: - - *280 - *281 + - *282 requestBody: required: true content: @@ -47635,17 +47653,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#get-a-repository-variable parameters: - - *280 - *281 + - *282 - *131 responses: '200': description: Response content: application/json: - schema: *330 + schema: *331 examples: - default: &457 + default: &458 value: name: USERNAME value: octocat @@ -47671,8 +47689,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#update-a-repository-variable parameters: - - *280 - *281 + - *282 - *131 requestBody: required: true @@ -47715,8 +47733,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#delete-a-repository-variable parameters: - - *280 - *281 + - *282 - *131 responses: '204': @@ -47742,8 +47760,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#list-repository-workflows parameters: - - *280 - *281 + - *282 - *17 - *19 responses: @@ -47761,7 +47779,7 @@ paths: type: integer workflows: type: array - items: &332 + items: &333 title: Workflow description: A GitHub Actions workflow type: object @@ -47868,9 +47886,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#get-a-workflow parameters: - - *280 - *281 - - &333 + - *282 + - &334 name: workflow_id in: path description: The ID of the workflow. You can also pass the workflow file name @@ -47885,7 +47903,7 @@ paths: description: Response content: application/json: - schema: *332 + schema: *333 examples: default: value: @@ -47918,9 +47936,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#disable-a-workflow parameters: - - *280 - *281 - - *333 + - *282 + - *334 responses: '204': description: Response @@ -47945,9 +47963,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#create-a-workflow-dispatch-event parameters: - - *280 - *281 - - *333 + - *282 + - *334 responses: '204': description: Response @@ -47998,9 +48016,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#enable-a-workflow parameters: - - *280 - *281 - - *333 + - *282 + - *334 responses: '204': description: Response @@ -48027,19 +48045,19 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#list-workflow-runs-for-a-workflow parameters: - - *280 - *281 - - *333 + - *282 - *334 - *335 - *336 - *337 + - *338 - *17 - *19 - - *338 - - *317 - *339 + - *318 - *340 + - *341 responses: '200': description: Response @@ -48055,9 +48073,9 @@ paths: type: integer workflow_runs: type: array - items: *318 + items: *319 examples: - default: *341 + default: *342 headers: Link: *58 x-github: @@ -48089,9 +48107,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#get-workflow-usage parameters: - - *280 - *281 - - *333 + - *282 + - *334 responses: '200': description: Response @@ -48152,8 +48170,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-activities parameters: - - *280 - *281 + - *282 - *48 - *17 - *40 @@ -48317,8 +48335,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#list-assignees parameters: - - *280 - *281 + - *282 - *17 - *19 responses: @@ -48355,8 +48373,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#check-if-a-user-can-be-assigned parameters: - - *280 - *281 + - *282 - name: assignee in: path required: true @@ -48392,8 +48410,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#create-an-attestation parameters: - - *280 - *281 + - *282 requestBody: required: true content: @@ -48505,8 +48523,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-attestations parameters: - - *280 - *281 + - *282 - *17 - *40 - *41 @@ -48560,7 +48578,7 @@ paths: bundle_url: type: string examples: - default: *342 + default: *343 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48580,8 +48598,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#get-all-autolinks-of-a-repository parameters: - - *280 - *281 + - *282 responses: '200': description: Response @@ -48589,7 +48607,7 @@ paths: application/json: schema: type: array - items: &343 + items: &344 title: Autolink reference description: An autolink reference. type: object @@ -48639,8 +48657,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#create-an-autolink-reference-for-a-repository parameters: - - *280 - *281 + - *282 requestBody: required: true content: @@ -48679,9 +48697,9 @@ paths: description: response content: application/json: - schema: *343 + schema: *344 examples: - default: &344 + default: &345 value: id: 1 key_prefix: TICKET- @@ -48712,9 +48730,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#get-an-autolink-reference-of-a-repository parameters: - - *280 - *281 - - &345 + - *282 + - &346 name: autolink_id description: The unique identifier of the autolink. in: path @@ -48726,9 +48744,9 @@ paths: description: Response content: application/json: - schema: *343 + schema: *344 examples: - default: *344 + default: *345 '404': *6 x-github: githubCloudOnly: false @@ -48748,9 +48766,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#delete-an-autolink-reference-from-a-repository parameters: - - *280 - *281 - - *345 + - *282 + - *346 responses: '204': description: Response @@ -48774,8 +48792,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: - - *280 - *281 + - *282 responses: '200': description: Response if Dependabot is enabled @@ -48823,8 +48841,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-dependabot-security-updates parameters: - - *280 - *281 + - *282 responses: '204': description: Response @@ -48845,8 +48863,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-dependabot-security-updates parameters: - - *280 - *281 + - *282 responses: '204': description: Response @@ -48866,8 +48884,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#list-branches parameters: - - *280 - *281 + - *282 - name: protected description: Setting to `true` returns only branches protected by branch protections or rulesets. When set to `false`, only unprotected branches are returned. @@ -48905,7 +48923,7 @@ paths: - url protected: type: boolean - protection: &347 + protection: &348 title: Branch Protection description: Branch Protection type: object @@ -48947,7 +48965,7 @@ paths: required: - contexts - checks - enforce_admins: &350 + enforce_admins: &351 title: Protected Branch Admin Enforced description: Protected Branch Admin Enforced type: object @@ -48962,7 +48980,7 @@ paths: required: - url - enabled - required_pull_request_reviews: &352 + required_pull_request_reviews: &353 title: Protected Branch Pull Request Review description: Protected Branch Pull Request Review type: object @@ -49038,7 +49056,7 @@ paths: required: - dismiss_stale_reviews - require_code_owner_reviews - restrictions: &349 + restrictions: &350 title: Branch Restriction Policy description: Branch Restriction Policy type: object @@ -49345,9 +49363,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#get-a-branch parameters: - - *280 - *281 - - &348 + - *282 + - &349 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). @@ -49361,14 +49379,14 @@ paths: description: Response content: application/json: - schema: &358 + schema: &359 title: Branch With Protection description: Branch With Protection type: object properties: name: type: string - commit: &411 + commit: &412 title: Commit description: Commit type: object @@ -49402,7 +49420,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: &346 + properties: &347 name: type: string example: '"Chris Wanstrath"' @@ -49417,7 +49435,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *346 + properties: *347 nullable: true message: type: string @@ -49438,7 +49456,7 @@ paths: required: - sha - url - verification: &463 + verification: &464 title: Verification type: object properties: @@ -49508,7 +49526,7 @@ paths: type: integer files: type: array - items: &426 + items: &427 title: Diff Entry description: Diff Entry type: object @@ -49591,7 +49609,7 @@ paths: - self protected: type: boolean - protection: *347 + protection: *348 protection_url: type: string format: uri @@ -49698,7 +49716,7 @@ paths: contexts: [] checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection - '301': *292 + '301': *293 '404': *6 x-github: githubCloudOnly: false @@ -49720,15 +49738,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-branch-protection parameters: - - *280 - *281 - - *348 + - *282 + - *349 responses: '200': description: Response content: application/json: - schema: *347 + schema: *348 examples: default: value: @@ -49922,9 +49940,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-branch-protection parameters: - - *280 - *281 - - *348 + - *282 + - *349 requestBody: required: true content: @@ -50179,7 +50197,7 @@ paths: url: type: string format: uri - required_status_checks: &355 + required_status_checks: &356 title: Status Check Policy description: Status Check Policy type: object @@ -50331,7 +50349,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *349 + restrictions: *350 required_conversation_resolution: type: object properties: @@ -50443,9 +50461,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-branch-protection parameters: - - *280 - *281 - - *348 + - *282 + - *349 responses: '204': description: Response @@ -50470,17 +50488,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-admin-branch-protection parameters: - - *280 - *281 - - *348 + - *282 + - *349 responses: '200': description: Response content: application/json: - schema: *350 + schema: *351 examples: - default: &351 + default: &352 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins enabled: true @@ -50502,17 +50520,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-admin-branch-protection parameters: - - *280 - *281 - - *348 + - *282 + - *349 responses: '200': description: Response content: application/json: - schema: *350 + schema: *351 examples: - default: *351 + default: *352 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -50531,9 +50549,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-admin-branch-protection parameters: - - *280 - *281 - - *348 + - *282 + - *349 responses: '204': description: Response @@ -50558,17 +50576,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-pull-request-review-protection parameters: - - *280 - *281 - - *348 + - *282 + - *349 responses: '200': description: Response content: application/json: - schema: *352 + schema: *353 examples: - default: &353 + default: &354 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_pull_request_reviews dismissal_restrictions: @@ -50664,9 +50682,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-pull-request-review-protection parameters: - - *280 - *281 - - *348 + - *282 + - *349 requestBody: required: false content: @@ -50764,9 +50782,9 @@ paths: description: Response content: application/json: - schema: *352 + schema: *353 examples: - default: *353 + default: *354 '422': *15 x-github: githubCloudOnly: false @@ -50787,9 +50805,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-pull-request-review-protection parameters: - - *280 - *281 - - *348 + - *282 + - *349 responses: '204': description: Response @@ -50816,17 +50834,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-commit-signature-protection parameters: - - *280 - *281 - - *348 + - *282 + - *349 responses: '200': description: Response content: application/json: - schema: *350 + schema: *351 examples: - default: &354 + default: &355 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true @@ -50849,17 +50867,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#create-commit-signature-protection parameters: - - *280 - *281 - - *348 + - *282 + - *349 responses: '200': description: Response content: application/json: - schema: *350 + schema: *351 examples: - default: *354 + default: *355 '404': *6 x-github: githubCloudOnly: false @@ -50879,9 +50897,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-commit-signature-protection parameters: - - *280 - *281 - - *348 + - *282 + - *349 responses: '204': description: Response @@ -50906,17 +50924,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-status-checks-protection parameters: - - *280 - *281 - - *348 + - *282 + - *349 responses: '200': description: Response content: application/json: - schema: *355 + schema: *356 examples: - default: &356 + default: &357 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_status_checks strict: true @@ -50942,9 +50960,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-status-check-protection parameters: - - *280 - *281 - - *348 + - *282 + - *349 requestBody: required: false content: @@ -50996,9 +51014,9 @@ paths: description: Response content: application/json: - schema: *355 + schema: *356 examples: - default: *356 + default: *357 '404': *6 '422': *15 x-github: @@ -51020,9 +51038,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-status-check-protection parameters: - - *280 - *281 - - *348 + - *282 + - *349 responses: '204': description: Response @@ -51046,9 +51064,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-all-status-check-contexts parameters: - - *280 - *281 - - *348 + - *282 + - *349 responses: '200': description: Response @@ -51082,9 +51100,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-status-check-contexts parameters: - - *280 - *281 - - *348 + - *282 + - *349 requestBody: required: false content: @@ -51151,9 +51169,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-status-check-contexts parameters: - - *280 - *281 - - *348 + - *282 + - *349 requestBody: required: false content: @@ -51217,9 +51235,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-status-check-contexts parameters: - - *280 - *281 - - *348 + - *282 + - *349 requestBody: content: application/json: @@ -51285,15 +51303,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-access-restrictions parameters: - - *280 - *281 - - *348 + - *282 + - *349 responses: '200': description: Response content: application/json: - schema: *349 + schema: *350 examples: default: value: @@ -51384,9 +51402,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-access-restrictions parameters: - - *280 - *281 - - *348 + - *282 + - *349 responses: '204': description: Response @@ -51409,9 +51427,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-apps-with-access-to-the-protected-branch parameters: - - *280 - *281 - - *348 + - *282 + - *349 responses: '200': description: Response @@ -51421,7 +51439,7 @@ paths: type: array items: *5 examples: - default: &357 + default: &358 value: - id: 1 slug: octoapp @@ -51478,9 +51496,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-app-access-restrictions parameters: - - *280 - *281 - - *348 + - *282 + - *349 requestBody: required: true content: @@ -51514,7 +51532,7 @@ paths: type: array items: *5 examples: - default: *357 + default: *358 '422': *15 x-github: githubCloudOnly: false @@ -51535,9 +51553,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-app-access-restrictions parameters: - - *280 - *281 - - *348 + - *282 + - *349 requestBody: required: true content: @@ -51571,7 +51589,7 @@ paths: type: array items: *5 examples: - default: *357 + default: *358 '422': *15 x-github: githubCloudOnly: false @@ -51592,9 +51610,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-app-access-restrictions parameters: - - *280 - *281 - - *348 + - *282 + - *349 requestBody: required: true content: @@ -51628,7 +51646,7 @@ paths: type: array items: *5 examples: - default: *357 + default: *358 '422': *15 x-github: githubCloudOnly: false @@ -51650,9 +51668,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-teams-with-access-to-the-protected-branch parameters: - - *280 - *281 - - *348 + - *282 + - *349 responses: '200': description: Response @@ -51682,9 +51700,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-team-access-restrictions parameters: - - *280 - *281 - - *348 + - *282 + - *349 requestBody: required: false content: @@ -51743,9 +51761,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-team-access-restrictions parameters: - - *280 - *281 - - *348 + - *282 + - *349 requestBody: required: false content: @@ -51804,9 +51822,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-team-access-restrictions parameters: - - *280 - *281 - - *348 + - *282 + - *349 requestBody: content: application/json: @@ -51865,9 +51883,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-users-with-access-to-the-protected-branch parameters: - - *280 - *281 - - *348 + - *282 + - *349 responses: '200': description: Response @@ -51901,9 +51919,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-user-access-restrictions parameters: - - *280 - *281 - - *348 + - *282 + - *349 requestBody: required: true content: @@ -51961,9 +51979,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-user-access-restrictions parameters: - - *280 - *281 - - *348 + - *282 + - *349 requestBody: required: true content: @@ -52021,9 +52039,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-user-access-restrictions parameters: - - *280 - *281 - - *348 + - *282 + - *349 requestBody: required: true content: @@ -52083,9 +52101,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#rename-a-branch parameters: - - *280 - *281 - - *348 + - *282 + - *349 requestBody: required: true content: @@ -52107,7 +52125,7 @@ paths: description: Response content: application/json: - schema: *358 + schema: *359 examples: default: value: @@ -52223,8 +52241,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#create-a-check-run parameters: - - *280 - *281 + - *282 requestBody: required: true content: @@ -52503,7 +52521,7 @@ paths: description: Response content: application/json: - schema: &360 + schema: &361 title: CheckRun description: A check performed on the code of a given code change type: object @@ -52622,8 +52640,8 @@ paths: do not necessarily indicate pull requests that triggered the check. type: array - items: *359 - deployment: &661 + items: *360 + deployment: &662 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -52903,9 +52921,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#get-a-check-run parameters: - - *280 - *281 - - &361 + - *282 + - &362 name: check_run_id description: The unique identifier of the check run. in: path @@ -52917,9 +52935,9 @@ paths: description: Response content: application/json: - schema: *360 + schema: *361 examples: - default: &362 + default: &363 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -53019,9 +53037,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#update-a-check-run parameters: - - *280 - *281 - - *361 + - *282 + - *362 requestBody: required: true content: @@ -53261,9 +53279,9 @@ paths: description: Response content: application/json: - schema: *360 + schema: *361 examples: - default: *362 + default: *363 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -53283,9 +53301,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-run-annotations parameters: - - *280 - *281 - - *361 + - *282 + - *362 - *17 - *19 responses: @@ -53380,9 +53398,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#rerequest-a-check-run parameters: - - *280 - *281 - - *361 + - *282 + - *362 responses: '201': description: Response @@ -53426,8 +53444,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#create-a-check-suite parameters: - - *280 - *281 + - *282 requestBody: required: true content: @@ -53449,7 +53467,7 @@ paths: description: Response when the suite already exists content: application/json: - schema: &365 + schema: &366 title: CheckSuite description: A suite of checks performed on the code of a given code change @@ -53513,7 +53531,7 @@ paths: nullable: true pull_requests: type: array - items: *359 + items: *360 nullable: true app: title: GitHub app @@ -53535,12 +53553,12 @@ paths: type: string format: date-time nullable: true - head_commit: &687 + head_commit: &688 title: Simple Commit description: A commit. type: object - properties: *363 - required: *364 + properties: *364 + required: *365 latest_check_runs_count: type: integer check_runs_url: @@ -53568,7 +53586,7 @@ paths: - check_runs_url - pull_requests examples: - default: &366 + default: &367 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -53859,9 +53877,9 @@ paths: description: Response when the suite was created content: application/json: - schema: *365 + schema: *366 examples: - default: *366 + default: *367 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -53880,8 +53898,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#update-repository-preferences-for-check-suites parameters: - - *280 - *281 + - *282 requestBody: required: true content: @@ -54190,9 +54208,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#get-a-check-suite parameters: - - *280 - *281 - - &367 + - *282 + - &368 name: check_suite_id description: The unique identifier of the check suite. in: path @@ -54204,9 +54222,9 @@ paths: description: Response content: application/json: - schema: *365 + schema: *366 examples: - default: *366 + default: *367 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54229,17 +54247,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-runs-in-a-check-suite parameters: - - *280 - *281 - - *367 - - &419 + - *282 + - *368 + - &420 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &420 + - &421 name: status description: Returns check runs with the specified `status`. in: query @@ -54278,9 +54296,9 @@ paths: type: integer check_runs: type: array - items: *360 + items: *361 examples: - default: &421 + default: &422 value: total_count: 1 check_runs: @@ -54382,9 +54400,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#rerequest-a-check-suite parameters: - - *280 - *281 - - *367 + - *282 + - *368 responses: '201': description: Response @@ -54417,21 +54435,21 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-alerts-for-a-repository parameters: - - *280 - *281 - - *368 + - *282 - *369 + - *370 - *19 - *17 - - &386 + - &387 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: *370 - - &387 + schema: *371 + - &388 name: pr description: The number of the pull request for the results you want to list. in: query @@ -54456,13 +54474,13 @@ paths: be returned. in: query required: false - schema: *371 + schema: *372 - name: severity description: If specified, only code scanning alerts with this severity will be returned. in: query required: false - schema: *372 + schema: *373 responses: '200': description: Response @@ -54478,7 +54496,7 @@ paths: updated_at: *137 url: *56 html_url: *57 - instances_url: *373 + instances_url: *374 state: *142 fixed_at: *138 dismissed_by: @@ -54489,11 +54507,11 @@ paths: required: *21 nullable: true dismissed_at: *139 - dismissed_reason: *374 - dismissed_comment: *375 - rule: *376 - tool: *377 - most_recent_instance: *378 + dismissed_reason: *375 + dismissed_comment: *376 + rule: *377 + tool: *378 + most_recent_instance: *379 dismissal_approved_by: title: Simple User description: A GitHub user. @@ -54616,7 +54634,7 @@ paths: classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances '304': *37 - '403': &379 + '403': &380 description: Response if GitHub Advanced Security is not enabled for this repository content: @@ -54643,9 +54661,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-code-scanning-alert parameters: - - *280 - *281 - - &380 + - *282 + - &381 name: alert_number in: path description: The number that identifies an alert. You can find this at the @@ -54659,7 +54677,7 @@ paths: description: Response content: application/json: - schema: &381 + schema: &382 type: object properties: number: *54 @@ -54667,7 +54685,7 @@ paths: updated_at: *137 url: *56 html_url: *57 - instances_url: *373 + instances_url: *374 state: *142 fixed_at: *138 dismissed_by: @@ -54678,8 +54696,8 @@ paths: required: *21 nullable: true dismissed_at: *139 - dismissed_reason: *374 - dismissed_comment: *375 + dismissed_reason: *375 + dismissed_comment: *376 rule: type: object properties: @@ -54733,8 +54751,8 @@ paths: type: string description: A link to the documentation for the rule used to detect the alert. - tool: *377 - most_recent_instance: *378 + tool: *378 + most_recent_instance: *379 dismissal_approved_by: title: Simple User description: A GitHub user. @@ -54830,7 +54848,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '304': *37 - '403': *379 + '403': *380 '404': *6 '503': *65 x-github: @@ -54850,9 +54868,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#update-a-code-scanning-alert parameters: - - *280 - *281 - - *380 + - *282 + - *381 requestBody: required: true content: @@ -54867,8 +54885,8 @@ paths: enum: - open - dismissed - dismissed_reason: *374 - dismissed_comment: *375 + dismissed_reason: *375 + dismissed_comment: *376 create_request: type: boolean description: If `true`, attempt to create an alert dismissal request. @@ -54887,7 +54905,7 @@ paths: description: Response content: application/json: - schema: *381 + schema: *382 examples: default: value: @@ -54963,7 +54981,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '400': *14 - '403': &385 + '403': &386 description: Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository content: @@ -54990,15 +55008,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: - - *280 - *281 - - *380 + - *282 + - *381 responses: '200': description: Response content: application/json: - schema: &382 + schema: &383 type: object properties: status: @@ -55024,13 +55042,13 @@ paths: - description - started_at examples: - default: &383 + default: &384 value: status: success description: This fixes an XSS vulnerability by escaping the user input. started_at: '2024-02-14T12:29:18Z' - '400': &384 + '400': &385 description: Bad Request content: application/json: @@ -55041,7 +55059,7 @@ paths: message: The alert_number is not valid documentation_url: https://docs.github.com/rest/code-scanning/code-scanning#get-the-status-of-an-autofix-for-a-code-scanning-alert status: '400' - '403': *379 + '403': *380 '404': *6 '503': *65 x-github: @@ -55066,29 +55084,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: - - *280 - *281 - - *380 + - *282 + - *381 responses: '200': description: OK content: application/json: - schema: *382 + schema: *383 examples: - default: *383 + default: *384 '202': description: Accepted content: application/json: - schema: *382 + schema: *383 examples: default: value: status: pending description: started_at: '2024-02-14T12:29:18Z' - '400': *384 + '400': *385 '403': description: Response if the repository is archived, if GitHub Advanced Security is not enabled for this repository or if rate limit is exceeded @@ -55120,9 +55138,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: - - *280 - *281 - - *380 + - *282 + - *381 requestBody: required: false content: @@ -55167,8 +55185,8 @@ paths: value: target_ref: refs/heads/main sha: 178f4f6090b3fccad4a65b3e83d076a622d59652 - '400': *384 - '403': *385 + '400': *385 + '403': *386 '404': *6 '422': description: Unprocessable Entity @@ -55192,13 +55210,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-instances-of-a-code-scanning-alert parameters: - - *280 - *281 - - *380 + - *282 + - *381 - *19 - *17 - - *386 - *387 + - *388 responses: '200': description: Response @@ -55206,7 +55224,7 @@ paths: application/json: schema: type: array - items: *378 + items: *379 examples: default: value: @@ -55245,7 +55263,7 @@ paths: end_column: 50 classifications: - source - '403': *379 + '403': *380 '404': *6 '503': *65 x-github: @@ -55279,25 +55297,25 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-analyses-for-a-repository parameters: - - *280 - *281 - - *368 + - *282 - *369 + - *370 - *19 - *17 - - *387 + - *388 - 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: *370 + schema: *371 - name: sarif_id in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &390 + schema: &391 type: string description: An identifier for the upload. example: 6c81cd8e-b078-4ac3-a3be-1dad7dbd0b53 @@ -55318,23 +55336,23 @@ paths: application/json: schema: type: array - items: &391 + items: &392 type: object properties: - ref: *370 - commit_sha: &399 + ref: *371 + commit_sha: &400 description: The SHA of the commit to which the analysis you are uploading relates. type: string minLength: 40 maxLength: 40 pattern: "^[0-9a-fA-F]+$" - analysis_key: *388 + analysis_key: *389 environment: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *389 + category: *390 error: type: string example: error reading field xyz @@ -55358,8 +55376,8 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *390 - tool: *377 + sarif_id: *391 + tool: *378 deletable: type: boolean warning: @@ -55420,7 +55438,7 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *379 + '403': *380 '404': *6 '503': *65 x-github: @@ -55456,8 +55474,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: - - *280 - *281 + - *282 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -55470,7 +55488,7 @@ paths: description: Response content: application/json: - schema: *391 + schema: *392 examples: response: summary: application/json response @@ -55524,7 +55542,7 @@ paths: properties: - github/alertNumber: 2 - github/alertUrl: https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2 - '403': *379 + '403': *380 '404': *6 '422': description: Response if analysis could not be processed @@ -55611,8 +55629,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: - - *280 - *281 + - *282 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -55665,7 +55683,7 @@ paths: next_analysis_url: https://api.github.com/repos/octocat/hello-world/code-scanning/analyses/41 confirm_delete_url: https://api.github.com/repos/octocat/hello-world/code-scanning/analyses/41?confirm_delete '400': *14 - '403': *385 + '403': *386 '404': *6 '503': *65 x-github: @@ -55687,8 +55705,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-codeql-databases-for-a-repository parameters: - - *280 - *281 + - *282 responses: '200': description: Response @@ -55696,7 +55714,7 @@ paths: application/json: schema: type: array - items: &392 + items: &393 title: CodeQL Database description: A CodeQL database. type: object @@ -55807,7 +55825,7 @@ paths: updated_at: '2022-09-12T12:14:32Z' url: https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/ruby commit_oid: 1927de39fefa25a9d0e64e3f540ff824a72f538c - '403': *379 + '403': *380 '404': *6 '503': *65 x-github: @@ -55836,8 +55854,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-codeql-database-for-a-repository parameters: - - *280 - *281 + - *282 - name: language in: path description: The language of the CodeQL database. @@ -55849,7 +55867,7 @@ paths: description: Response content: application/json: - schema: *392 + schema: *393 examples: default: value: @@ -55881,9 +55899,9 @@ paths: updated_at: '2022-09-12T12:14:32Z' url: https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/java commit_oid: 1927de39fefa25a9d0e64e3f540ff824a72f538c - '302': &428 + '302': &429 description: Found - '403': *379 + '403': *380 '404': *6 '503': *65 x-github: @@ -55905,8 +55923,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#delete-a-codeql-database parameters: - - *280 - *281 + - *282 - name: language in: path description: The language of the CodeQL database. @@ -55916,7 +55934,7 @@ paths: responses: '204': description: Response - '403': *385 + '403': *386 '404': *6 '503': *65 x-github: @@ -55944,8 +55962,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#create-a-codeql-variant-analysis parameters: - - *280 - *281 + - *282 requestBody: required: true content: @@ -55954,7 +55972,7 @@ paths: type: object additionalProperties: false properties: - language: &393 + language: &394 type: string description: The language targeted by the CodeQL query enum: @@ -56033,7 +56051,7 @@ paths: description: Variant analysis submitted for processing content: application/json: - schema: &397 + schema: &398 title: Variant Analysis description: A run of a CodeQL query against one or more repositories. type: object @@ -56043,7 +56061,7 @@ paths: description: The ID of the variant analysis. controller_repo: *53 actor: *4 - query_language: *393 + query_language: *394 query_pack_url: type: string description: The download url for the query pack. @@ -56090,7 +56108,7 @@ paths: items: type: object properties: - repository: &394 + repository: &395 title: Repository Identifier description: Repository Identifier type: object @@ -56126,7 +56144,7 @@ paths: - private - stargazers_count - updated_at - analysis_status: &398 + analysis_status: &399 type: string description: The new status of the CodeQL variant analysis repository task. @@ -56158,7 +56176,7 @@ paths: from processing. This information is only available to the user that initiated the variant analysis. properties: - access_mismatch_repos: &395 + access_mismatch_repos: &396 type: object properties: repository_count: @@ -56172,7 +56190,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: *394 + items: *395 required: - repository_count - repositories @@ -56194,8 +56212,8 @@ paths: required: - repository_count - repository_full_names - no_codeql_db_repos: *395 - over_limit_repos: *395 + no_codeql_db_repos: *396 + over_limit_repos: *396 required: - access_mismatch_repos - not_found_repos @@ -56211,7 +56229,7 @@ paths: examples: repositories_parameter: summary: Response for a successful variant analysis submission - value: &396 + value: &397 summary: Default response value: id: 1 @@ -56363,10 +56381,10 @@ paths: private: false repository_owners: summary: Response for a successful variant analysis submission - value: *396 + value: *397 repository_lists: summary: Response for a successful variant analysis submission - value: *396 + value: *397 '404': *6 '422': description: Unable to process variant analysis submission @@ -56394,8 +56412,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: - - *280 - *281 + - *282 - name: codeql_variant_analysis_id in: path description: The unique identifier of the variant analysis. @@ -56407,9 +56425,9 @@ paths: description: Response content: application/json: - schema: *397 + schema: *398 examples: - default: *396 + default: *397 '404': *6 '503': *65 x-github: @@ -56432,7 +56450,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: - - *280 + - *281 - name: repo in: path description: The name of the controller repository. @@ -56467,7 +56485,7 @@ paths: type: object properties: repository: *53 - analysis_status: *398 + analysis_status: *399 artifact_size_in_bytes: type: integer description: The size of the artifact. This is only available @@ -56592,8 +56610,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-code-scanning-default-setup-configuration parameters: - - *280 - *281 + - *282 responses: '200': description: Response @@ -56667,7 +56685,7 @@ paths: query_suite: default updated_at: '2023-01-19T11:21:34Z' schedule: weekly - '403': *379 + '403': *380 '404': *6 '503': *65 x-github: @@ -56688,8 +56706,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#update-a-code-scanning-default-setup-configuration parameters: - - *280 - *281 + - *282 requestBody: required: true content: @@ -56771,7 +56789,7 @@ paths: value: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 - '403': *385 + '403': *386 '404': *6 '409': description: Response if there is already a validation run in progress with @@ -56836,8 +56854,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#upload-an-analysis-as-sarif-data parameters: - - *280 - *281 + - *282 requestBody: required: true content: @@ -56845,7 +56863,7 @@ paths: schema: type: object properties: - commit_sha: *399 + commit_sha: *400 ref: type: string description: |- @@ -56903,7 +56921,7 @@ paths: schema: type: object properties: - id: *390 + id: *391 url: type: string description: The REST API URL for checking the status of the upload. @@ -56917,7 +56935,7 @@ paths: url: https://api.github.com/repos/octocat/hello-world/code-scanning/sarifs/47177e22-5596-11eb-80a1-c1e54ef945c6 '400': description: Bad Request if the sarif field is invalid - '403': *385 + '403': *386 '404': *6 '413': description: Payload Too Large if the sarif field is too large @@ -56940,8 +56958,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-information-about-a-sarif-upload parameters: - - *280 - *281 + - *282 - name: sarif_id description: The SARIF ID obtained after uploading. in: path @@ -56987,7 +57005,7 @@ paths: value: processing_status: complete analyses_url: https://api.github.com/repos/octocat/hello-world/code-scanning/analyses?sarif_id=47177e22-5596-11eb-80a1-c1e54ef945c6 - '403': *379 + '403': *380 '404': description: Not Found if the sarif id does not match any upload '503': *65 @@ -57012,8 +57030,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: - - *280 - *281 + - *282 responses: '200': description: Response @@ -57094,8 +57112,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-codeowners-errors parameters: - - *280 - *281 + - *282 - 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 @@ -57215,8 +57233,8 @@ paths: parameters: - *17 - *19 - - *280 - *281 + - *282 responses: '200': description: Response @@ -57530,8 +57548,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-codespace-in-a-repository parameters: - - *280 - *281 + - *282 requestBody: required: true content: @@ -57596,7 +57614,7 @@ paths: application/json: schema: *199 examples: - default: *400 + default: *401 '202': description: Response when the codespace creation partially failed but is being retried in the background @@ -57604,7 +57622,7 @@ paths: application/json: schema: *199 examples: - default: *400 + default: *401 '400': *14 '401': *25 '403': *29 @@ -57633,8 +57651,8 @@ paths: parameters: - *17 - *19 - - *280 - *281 + - *282 responses: '200': description: Response @@ -57698,8 +57716,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/machines#list-available-machine-types-for-a-repository parameters: - - *280 - *281 + - *282 - name: location description: The location to check for available machines. Assigned by IP if not provided. @@ -57734,14 +57752,14 @@ paths: type: integer machines: type: array - items: &614 + items: &615 type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *401 - required: *402 + properties: *402 + required: *403 examples: - default: &615 + default: &616 value: total_count: 2 machines: @@ -57781,8 +57799,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#get-default-attributes-for-a-codespace parameters: - - *280 - *281 + - *282 - name: ref description: The branch or commit to check for a default devcontainer path. If not specified, the default branch will be checked. @@ -57866,8 +57884,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: - - *280 - *281 + - *282 - 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 @@ -57933,8 +57951,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#list-repository-secrets parameters: - - *280 - *281 + - *282 - *17 - *19 responses: @@ -57952,7 +57970,7 @@ paths: type: integer secrets: type: array - items: &406 + items: &407 title: Codespaces Secret description: Set repository secrets for GitHub Codespaces. type: object @@ -57972,7 +57990,7 @@ paths: - created_at - updated_at examples: - default: *403 + default: *404 headers: Link: *58 x-github: @@ -57995,16 +58013,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#get-a-repository-public-key parameters: - - *280 - *281 + - *282 responses: '200': description: Response content: application/json: - schema: *404 + schema: *405 examples: - default: *405 + default: *406 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -58024,17 +58042,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#get-a-repository-secret parameters: - - *280 - *281 + - *282 - *128 responses: '200': description: Response content: application/json: - schema: *406 + schema: *407 examples: - default: *407 + default: *408 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58054,8 +58072,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#create-or-update-a-repository-secret parameters: - - *280 - *281 + - *282 - *128 requestBody: required: true @@ -58108,8 +58126,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#delete-a-repository-secret parameters: - - *280 - *281 + - *282 - *128 responses: '204': @@ -58138,8 +58156,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#list-repository-collaborators parameters: - - *280 - *281 + - *282 - name: affiliation description: Filter collaborators returned by their affiliation. `outside` means all outside collaborators of an organization-owned repository. `direct` @@ -58181,7 +58199,7 @@ paths: title: Collaborator description: Collaborator type: object - properties: &408 + properties: &409 login: type: string example: octocat @@ -58274,7 +58292,7 @@ paths: user_view_type: type: string example: public - required: &409 + required: &410 - avatar_url - events_url - followers_url @@ -58348,8 +58366,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#check-if-a-user-is-a-repository-collaborator parameters: - - *280 - *281 + - *282 - *133 responses: '204': @@ -58396,8 +58414,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#add-a-repository-collaborator parameters: - - *280 - *281 + - *282 - *133 requestBody: required: false @@ -58424,7 +58442,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &476 + schema: &477 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -58653,8 +58671,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#remove-a-repository-collaborator parameters: - - *280 - *281 + - *282 - *133 responses: '204': @@ -58686,8 +58704,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#get-repository-permissions-for-a-user parameters: - - *280 - *281 + - *282 - *133 responses: '200': @@ -58708,8 +58726,8 @@ paths: title: Collaborator description: Collaborator type: object - properties: *408 - required: *409 + properties: *409 + required: *410 nullable: true required: - permission @@ -58764,8 +58782,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#list-commit-comments-for-a-repository parameters: - - *280 - *281 + - *282 - *17 - *19 responses: @@ -58775,7 +58793,7 @@ paths: application/json: schema: type: array - items: &410 + items: &411 title: Commit Comment description: Commit Comment type: object @@ -58833,7 +58851,7 @@ paths: - created_at - updated_at examples: - default: &413 + default: &414 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -58892,17 +58910,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#get-a-commit-comment parameters: - - *280 - *281 + - *282 - *76 responses: '200': description: Response content: application/json: - schema: *410 + schema: *411 examples: - default: &414 + default: &415 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -58959,8 +58977,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#update-a-commit-comment parameters: - - *280 - *281 + - *282 - *76 requestBody: required: true @@ -58983,7 +59001,7 @@ paths: description: Response content: application/json: - schema: *410 + schema: *411 examples: default: value: @@ -59034,8 +59052,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#delete-a-commit-comment parameters: - - *280 - *281 + - *282 - *76 responses: '204': @@ -59057,8 +59075,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-commit-comment parameters: - - *280 - *281 + - *282 - *76 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). @@ -59085,9 +59103,9 @@ paths: application/json: schema: type: array - items: *273 + items: *274 examples: - default: *275 + default: *276 headers: Link: *58 '404': *6 @@ -59108,8 +59126,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-commit-comment parameters: - - *280 - *281 + - *282 - *76 requestBody: required: true @@ -59142,16 +59160,16 @@ paths: description: Reaction exists content: application/json: - schema: *273 + schema: *274 examples: - default: *274 + default: *275 '201': description: Reaction created content: application/json: - schema: *273 + schema: *274 examples: - default: *274 + default: *275 '422': *15 x-github: githubCloudOnly: false @@ -59173,10 +59191,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-commit-comment-reaction parameters: - - *280 - *281 + - *282 - *76 - - *276 + - *277 responses: '204': description: Response @@ -59225,8 +59243,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-commits parameters: - - *280 - *281 + - *282 - name: sha description: 'SHA or branch to start listing commits from. Default: the repository’s default branch (usually `main`).' @@ -59282,9 +59300,9 @@ paths: application/json: schema: type: array - items: *411 + items: *412 examples: - default: &527 + default: &528 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -59378,9 +59396,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-branches-for-head-commit parameters: - - *280 - *281 - - &412 + - *282 + - &413 name: commit_sha description: The SHA of the commit. in: path @@ -59452,9 +59470,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#list-commit-comments parameters: - - *280 - *281 - - *412 + - *282 + - *413 - *17 - *19 responses: @@ -59464,9 +59482,9 @@ paths: application/json: schema: type: array - items: *410 + items: *411 examples: - default: *413 + default: *414 headers: Link: *58 x-github: @@ -59494,9 +59512,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#create-a-commit-comment parameters: - - *280 - *281 - - *412 + - *282 + - *413 requestBody: required: true content: @@ -59531,9 +59549,9 @@ paths: description: Response content: application/json: - schema: *410 + schema: *411 examples: - default: *414 + default: *415 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -59561,9 +59579,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-pull-requests-associated-with-a-commit parameters: - - *280 - *281 - - *412 + - *282 + - *413 - *17 - *19 responses: @@ -59573,7 +59591,7 @@ paths: application/json: schema: type: array - items: &518 + items: &519 title: Pull Request Simple description: Pull Request Simple type: object @@ -59679,8 +59697,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *415 - required: *416 + properties: *416 + required: *417 nullable: true active_lock_reason: type: string @@ -59776,7 +59794,7 @@ paths: _links: type: object properties: - comments: &417 + comments: &418 title: Link description: Hypermedia Link type: object @@ -59785,13 +59803,13 @@ paths: type: string required: - href - commits: *417 - statuses: *417 - html: *417 - issue: *417 - review_comments: *417 - review_comment: *417 - self: *417 + commits: *418 + statuses: *418 + html: *418 + issue: *418 + review_comments: *418 + review_comment: *418 + self: *418 required: - comments - commits @@ -59802,7 +59820,7 @@ paths: - review_comment - self author_association: *63 - auto_merge: &520 + auto_merge: &521 title: Auto merge description: The status of auto merging a pull request. type: object @@ -59865,7 +59883,7 @@ paths: - author_association - auto_merge examples: - default: &519 + default: &520 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -60402,11 +60420,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#get-a-commit parameters: - - *280 - *281 + - *282 - *19 - *17 - - &418 + - &419 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)" @@ -60421,9 +60439,9 @@ paths: description: Response content: application/json: - schema: *411 + schema: *412 examples: - default: &505 + default: &506 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -60536,11 +60554,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-runs-for-a-git-reference parameters: - - *280 - *281 - - *418 + - *282 - *419 - *420 + - *421 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -60574,9 +60592,9 @@ paths: type: integer check_runs: type: array - items: *360 + items: *361 examples: - default: *421 + default: *422 headers: Link: *58 x-github: @@ -60601,9 +60619,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#list-check-suites-for-a-git-reference parameters: - - *280 - *281 - - *418 + - *282 + - *419 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -60611,7 +60629,7 @@ paths: schema: type: integer example: 1 - - *419 + - *420 - *17 - *19 responses: @@ -60629,7 +60647,7 @@ paths: type: integer check_suites: type: array - items: *365 + items: *366 examples: default: value: @@ -60829,9 +60847,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#get-the-combined-status-for-a-specific-reference parameters: - - *280 - *281 - - *418 + - *282 + - *419 - *17 - *19 responses: @@ -61029,9 +61047,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#list-commit-statuses-for-a-reference parameters: - - *280 - *281 - - *418 + - *282 + - *419 - *17 - *19 responses: @@ -61041,7 +61059,7 @@ paths: application/json: schema: type: array - items: &588 + items: &589 title: Status description: The status of a commit. type: object @@ -61122,7 +61140,7 @@ paths: site_admin: false headers: Link: *58 - '301': *292 + '301': *293 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61150,8 +61168,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/community#get-community-profile-metrics parameters: - - *280 - *281 + - *282 responses: '200': description: Response @@ -61180,20 +61198,20 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: *422 - required: *423 + properties: *423 + required: *424 nullable: true code_of_conduct_file: title: Community Health File type: object - properties: &424 + properties: &425 url: type: string format: uri html_url: type: string format: uri - required: &425 + required: &426 - url - html_url nullable: true @@ -61207,26 +61225,26 @@ paths: contributing: title: Community Health File type: object - properties: *424 - required: *425 + properties: *425 + required: *426 nullable: true readme: title: Community Health File type: object - properties: *424 - required: *425 + properties: *425 + required: *426 nullable: true issue_template: title: Community Health File type: object - properties: *424 - required: *425 + properties: *425 + required: *426 nullable: true pull_request_template: title: Community Health File type: object - properties: *424 - required: *425 + properties: *425 + required: *426 nullable: true required: - code_of_conduct @@ -61353,8 +61371,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#compare-two-commits parameters: - - *280 - *281 + - *282 - *19 - *17 - name: basehead @@ -61397,8 +61415,8 @@ paths: type: string format: uri example: https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *411 - merge_base_commit: *411 + base_commit: *412 + merge_base_commit: *412 status: type: string enum: @@ -61418,10 +61436,10 @@ paths: example: 6 commits: type: array - items: *411 + items: *412 files: type: array - items: *426 + items: *427 required: - url - html_url @@ -61707,8 +61725,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-repository-content parameters: - - *280 - *281 + - *282 - name: path description: path parameter in: path @@ -61851,7 +61869,7 @@ paths: - type - url examples: - response-if-content-is-a-file: &427 + response-if-content-is-a-file: &428 summary: Response if content is a file value: type: file @@ -61983,7 +62001,7 @@ paths: - size - type - url - - &532 + - &533 title: Content File description: Content File type: object @@ -62184,7 +62202,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *427 + response-if-content-is-a-file: *428 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -62253,7 +62271,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *29 - '302': *428 + '302': *429 '304': *37 x-github: githubCloudOnly: false @@ -62276,8 +62294,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#create-or-update-file-contents parameters: - - *280 - *281 + - *282 - name: path description: path parameter in: path @@ -62370,7 +62388,7 @@ paths: description: Response content: application/json: - schema: &429 + schema: &430 title: File Commit description: File Commit type: object @@ -62522,7 +62540,7 @@ paths: description: Response content: application/json: - schema: *429 + schema: *430 examples: example-for-creating-a-file: value: @@ -62576,7 +62594,7 @@ paths: schema: oneOf: - *3 - - &458 + - &459 description: Repository rule violation was detected type: object properties: @@ -62597,7 +62615,7 @@ paths: items: type: object properties: - placeholder_id: &580 + placeholder_id: &581 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -62629,8 +62647,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#delete-a-file parameters: - - *280 - *281 + - *282 - name: path description: path parameter in: path @@ -62691,7 +62709,7 @@ paths: description: Response content: application/json: - schema: *429 + schema: *430 examples: default: value: @@ -62746,8 +62764,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-contributors parameters: - - *280 - *281 + - *282 - name: anon description: Set to `1` or `true` to include anonymous contributors in results. in: query @@ -62870,8 +62888,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#list-dependabot-alerts-for-a-repository parameters: - - *280 - *281 + - *282 - *153 - *154 - *155 @@ -62914,7 +62932,7 @@ paths: application/json: schema: type: array - items: &432 + items: &433 type: object description: A Dependabot alert. properties: @@ -62960,7 +62978,7 @@ paths: - unknown - direct - transitive - security_advisory: *430 + security_advisory: *431 security_vulnerability: *52 url: *56 html_url: *57 @@ -62991,7 +63009,7 @@ paths: nullable: true maxLength: 280 fixed_at: *138 - auto_dismissed_at: *431 + auto_dismissed_at: *432 required: - number - state @@ -63221,9 +63239,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#get-a-dependabot-alert parameters: - - *280 - *281 - - &433 + - *282 + - &434 name: alert_number in: path description: |- @@ -63238,7 +63256,7 @@ paths: description: Response content: application/json: - schema: *432 + schema: *433 examples: default: value: @@ -63351,9 +63369,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#update-a-dependabot-alert parameters: - - *280 - *281 - - *433 + - *282 + - *434 requestBody: required: true content: @@ -63398,7 +63416,7 @@ paths: description: Response content: application/json: - schema: *432 + schema: *433 examples: default: value: @@ -63527,8 +63545,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#list-repository-secrets parameters: - - *280 - *281 + - *282 - *17 - *19 responses: @@ -63546,7 +63564,7 @@ paths: type: integer secrets: type: array - items: &436 + items: &437 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -63599,16 +63617,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#get-a-repository-public-key parameters: - - *280 - *281 + - *282 responses: '200': description: Response content: application/json: - schema: *434 + schema: *435 examples: - default: *435 + default: *436 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63628,15 +63646,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#get-a-repository-secret parameters: - - *280 - *281 + - *282 - *128 responses: '200': description: Response content: application/json: - schema: *436 + schema: *437 examples: default: value: @@ -63662,8 +63680,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#create-or-update-a-repository-secret parameters: - - *280 - *281 + - *282 - *128 requestBody: required: true @@ -63716,8 +63734,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#delete-a-repository-secret parameters: - - *280 - *281 + - *282 - *128 responses: '204': @@ -63740,8 +63758,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: - - *280 - *281 + - *282 - 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 @@ -63901,8 +63919,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: - - *280 - *281 + - *282 responses: '200': description: Response @@ -64141,8 +64159,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: - - *280 - *281 + - *282 requestBody: required: true content: @@ -64217,7 +64235,7 @@ paths: - version - url additionalProperties: false - metadata: &437 + metadata: &438 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -64250,7 +64268,7 @@ paths: the root of the Git repository. example: "/src/build/package-lock.json" additionalProperties: false - metadata: *437 + metadata: *438 resolved: type: object description: A collection of resolved package dependencies. @@ -64263,7 +64281,7 @@ paths: for more details. example: pkg:/npm/%40actions/http-client@1.0.11 pattern: "^pkg" - metadata: *437 + metadata: *438 relationship: type: string description: A notation of whether a dependency is requested @@ -64392,8 +64410,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#list-deployments parameters: - - *280 - *281 + - *282 - name: sha description: The SHA recorded at creation time. in: query @@ -64433,9 +64451,9 @@ paths: application/json: schema: type: array - items: *438 + items: *439 examples: - default: *439 + default: *440 headers: Link: *58 x-github: @@ -64501,8 +64519,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#create-a-deployment parameters: - - *280 - *281 + - *282 requestBody: required: true content: @@ -64583,7 +64601,7 @@ paths: description: Response content: application/json: - schema: *438 + schema: *439 examples: simple-example: summary: Simple example @@ -64656,9 +64674,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#get-a-deployment parameters: - - *280 - *281 - - &440 + - *282 + - &441 name: deployment_id description: deployment_id parameter in: path @@ -64670,7 +64688,7 @@ paths: description: Response content: application/json: - schema: *438 + schema: *439 examples: default: value: @@ -64735,9 +64753,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#delete-a-deployment parameters: - - *280 - *281 - - *440 + - *282 + - *441 responses: '204': description: Response @@ -64759,9 +64777,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#list-deployment-statuses parameters: - - *280 - *281 - - *440 + - *282 + - *441 - *17 - *19 responses: @@ -64771,7 +64789,7 @@ paths: application/json: schema: type: array - items: &441 + items: &442 title: Deployment Status description: The status of a deployment. type: object @@ -64932,9 +64950,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#create-a-deployment-status parameters: - - *280 - *281 - - *440 + - *282 + - *441 requestBody: required: true content: @@ -65009,9 +65027,9 @@ paths: description: Response content: application/json: - schema: *441 + schema: *442 examples: - default: &442 + default: &443 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -65067,9 +65085,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#get-a-deployment-status parameters: - - *280 - *281 - - *440 + - *282 + - *441 - name: status_id in: path required: true @@ -65080,9 +65098,9 @@ paths: description: Response content: application/json: - schema: *441 + schema: *442 examples: - default: *442 + default: *443 '404': *6 x-github: githubCloudOnly: false @@ -65107,8 +65125,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#create-a-repository-dispatch-event parameters: - - *280 - *281 + - *282 requestBody: required: true content: @@ -65165,8 +65183,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#list-environments parameters: - - *280 - *281 + - *282 - *17 - *19 responses: @@ -65183,7 +65201,7 @@ paths: type: integer environments: type: array - items: &444 + items: &445 title: Environment description: Details of a deployment environment type: object @@ -65235,7 +65253,7 @@ paths: type: type: string example: wait_timer - wait_timer: &446 + wait_timer: &447 type: integer example: 30 description: The amount of time to delay a job after @@ -65272,7 +65290,7 @@ paths: items: type: object properties: - type: *443 + type: *444 reviewer: anyOf: - *4 @@ -65296,7 +65314,7 @@ paths: - id - node_id - type - deployment_branch_policy: &447 + deployment_branch_policy: &448 type: object description: The type of deployment branch policy for this environment. To allow all branches to deploy, set to `null`. @@ -65412,9 +65430,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#get-an-environment parameters: - - *280 - *281 - - &445 + - *282 + - &446 name: environment_name in: path required: true @@ -65427,9 +65445,9 @@ paths: description: Response content: application/json: - schema: *444 + schema: *445 examples: - default: &448 + default: &449 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -65513,9 +65531,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#create-or-update-an-environment parameters: - - *280 - *281 - - *445 + - *282 + - *446 requestBody: required: false content: @@ -65524,7 +65542,7 @@ paths: type: object nullable: true properties: - wait_timer: *446 + wait_timer: *447 prevent_self_review: type: boolean example: false @@ -65541,13 +65559,13 @@ paths: items: type: object properties: - type: *443 + type: *444 id: type: integer description: The id of the user or team who can review the deployment example: 4532992 - deployment_branch_policy: *447 + deployment_branch_policy: *448 additionalProperties: false examples: default: @@ -65567,9 +65585,9 @@ paths: description: Response content: application/json: - schema: *444 + schema: *445 examples: - default: *448 + default: *449 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -65593,9 +65611,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#delete-an-environment parameters: - - *280 - *281 - - *445 + - *282 + - *446 responses: '204': description: Default response @@ -65620,9 +65638,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#list-deployment-branch-policies parameters: - - *280 - *281 - - *445 + - *282 + - *446 - *17 - *19 responses: @@ -65640,7 +65658,7 @@ paths: example: 2 branch_policies: type: array - items: &449 + items: &450 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -65697,9 +65715,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#create-a-deployment-branch-policy parameters: - - *280 - *281 - - *445 + - *282 + - *446 requestBody: required: true content: @@ -65745,9 +65763,9 @@ paths: description: Response content: application/json: - schema: *449 + schema: *450 examples: - example-wildcard: &450 + example-wildcard: &451 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -65789,10 +65807,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#get-a-deployment-branch-policy parameters: - - *280 - *281 - - *445 - - &451 + - *282 + - *446 + - &452 name: branch_policy_id in: path required: true @@ -65804,9 +65822,9 @@ paths: description: Response content: application/json: - schema: *449 + schema: *450 examples: - default: *450 + default: *451 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65825,10 +65843,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#update-a-deployment-branch-policy parameters: - - *280 - *281 - - *445 - - *451 + - *282 + - *446 + - *452 requestBody: required: true content: @@ -65856,9 +65874,9 @@ paths: description: Response content: application/json: - schema: *449 + schema: *450 examples: - default: *450 + default: *451 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65877,10 +65895,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#delete-a-deployment-branch-policy parameters: - - *280 - *281 - - *445 - - *451 + - *282 + - *446 + - *452 responses: '204': description: Response @@ -65905,9 +65923,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#get-all-deployment-protection-rules-for-an-environment parameters: - - *445 + - *446 + - *282 - *281 - - *280 responses: '200': description: List of deployment protection rules @@ -65923,7 +65941,7 @@ paths: example: 10 custom_deployment_protection_rules: type: array - items: &452 + items: &453 title: Deployment protection rule description: Deployment protection rule type: object @@ -65942,7 +65960,7 @@ paths: example: true description: Whether the deployment protection rule is enabled for the environment. - app: &453 + app: &454 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -66041,9 +66059,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: - - *445 + - *446 + - *282 - *281 - - *280 requestBody: content: application/json: @@ -66064,9 +66082,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *452 + schema: *453 examples: - default: &454 + default: &455 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -66101,9 +66119,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: - - *445 + - *446 + - *282 - *281 - - *280 - *19 - *17 responses: @@ -66122,7 +66140,7 @@ paths: example: 35 available_custom_deployment_protection_rule_integrations: type: array - items: *453 + items: *454 examples: default: value: @@ -66157,10 +66175,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#get-a-custom-deployment-protection-rule parameters: - - *280 - *281 - - *445 - - &455 + - *282 + - *446 + - &456 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -66172,9 +66190,9 @@ paths: description: Response content: application/json: - schema: *452 + schema: *453 examples: - default: *454 + default: *455 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66195,10 +66213,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#disable-a-custom-protection-rule-for-an-environment parameters: - - *445 + - *446 + - *282 - *281 - - *280 - - *455 + - *456 responses: '204': description: Response @@ -66224,9 +66242,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-environment-secrets parameters: - - *280 - *281 - - *445 + - *282 + - *446 - *17 - *19 responses: @@ -66244,9 +66262,9 @@ paths: type: integer secrets: type: array - items: *326 + items: *327 examples: - default: *327 + default: *328 headers: Link: *58 x-github: @@ -66271,17 +66289,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-an-environment-public-key parameters: - - *280 - *281 - - *445 + - *282 + - *446 responses: '200': description: Response content: application/json: - schema: *328 + schema: *329 examples: - default: *329 + default: *330 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66303,18 +66321,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-an-environment-secret parameters: - - *280 - *281 - - *445 + - *282 + - *446 - *128 responses: '200': description: Response content: application/json: - schema: *326 + schema: *327 examples: - default: *456 + default: *457 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66336,9 +66354,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#create-or-update-an-environment-secret parameters: - - *280 - *281 - - *445 + - *282 + - *446 - *128 requestBody: required: true @@ -66396,9 +66414,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#delete-an-environment-secret parameters: - - *280 - *281 - - *445 + - *282 + - *446 - *128 responses: '204': @@ -66424,10 +66442,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-environment-variables parameters: - - *280 - *281 - - *445 - - *302 + - *282 + - *446 + - *303 - *19 responses: '200': @@ -66444,9 +66462,9 @@ paths: type: integer variables: type: array - items: *330 + items: *331 examples: - default: *331 + default: *332 headers: Link: *58 x-github: @@ -66469,9 +66487,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#create-an-environment-variable parameters: - - *280 - *281 - - *445 + - *282 + - *446 requestBody: required: true content: @@ -66523,18 +66541,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#get-an-environment-variable parameters: - - *280 - *281 - - *445 + - *282 + - *446 - *131 responses: '200': description: Response content: application/json: - schema: *330 + schema: *331 examples: - default: *457 + default: *458 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66555,10 +66573,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#update-an-environment-variable parameters: - - *280 - *281 + - *282 - *131 - - *445 + - *446 requestBody: required: true content: @@ -66600,10 +66618,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#delete-an-environment-variable parameters: - - *280 - *281 + - *282 - *131 - - *445 + - *446 responses: '204': description: Response @@ -66625,8 +66643,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-repository-events parameters: - - *280 - *281 + - *282 - *17 - *19 responses: @@ -66703,8 +66721,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/forks#list-forks parameters: - - *280 - *281 + - *282 - name: sort description: The sort order. `stargazers` will sort by star count. in: query @@ -66863,8 +66881,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/forks#create-a-fork parameters: - - *280 - *281 + - *282 requestBody: required: false content: @@ -66896,9 +66914,9 @@ paths: description: Response content: application/json: - schema: *291 + schema: *292 examples: - default: *293 + default: *294 '400': *14 '422': *15 '403': *29 @@ -66919,8 +66937,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/blobs#create-a-blob parameters: - - *280 - *281 + - *282 requestBody: required: true content: @@ -66980,7 +66998,7 @@ paths: schema: oneOf: - *98 - - *458 + - *459 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67005,8 +67023,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/blobs#get-a-blob parameters: - - *280 - *281 + - *282 - name: file_sha in: path required: true @@ -67105,8 +67123,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/commits#create-a-commit parameters: - - *280 - *281 + - *282 requestBody: required: true content: @@ -67215,7 +67233,7 @@ paths: description: Response content: application/json: - schema: &459 + schema: &460 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -67429,15 +67447,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/commits#get-a-commit-object parameters: - - *280 - *281 - - *412 + - *282 + - *413 responses: '200': description: Response content: application/json: - schema: *459 + schema: *460 examples: default: value: @@ -67493,9 +67511,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#list-matching-references parameters: - - *280 - *281 - - &460 + - *282 + - &461 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. @@ -67512,7 +67530,7 @@ paths: application/json: schema: type: array - items: &461 + items: &462 title: Git Reference description: Git references within a repository type: object @@ -67587,17 +67605,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#get-a-reference parameters: - - *280 - *281 - - *460 + - *282 + - *461 responses: '200': description: Response content: application/json: - schema: *461 + schema: *462 examples: - default: &462 + default: &463 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -67626,8 +67644,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#create-a-reference parameters: - - *280 - *281 + - *282 requestBody: required: true content: @@ -67656,9 +67674,9 @@ paths: description: Response content: application/json: - schema: *461 + schema: *462 examples: - default: *462 + default: *463 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -67684,9 +67702,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#update-a-reference parameters: - - *280 - *281 - - *460 + - *282 + - *461 requestBody: required: true content: @@ -67715,9 +67733,9 @@ paths: description: Response content: application/json: - schema: *461 + schema: *462 examples: - default: *462 + default: *463 '422': *15 '409': *47 x-github: @@ -67735,9 +67753,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#delete-a-reference parameters: - - *280 - *281 - - *460 + - *282 + - *461 responses: '204': description: Response @@ -67792,8 +67810,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/tags#create-a-tag-object parameters: - - *280 - *281 + - *282 requestBody: required: true content: @@ -67860,7 +67878,7 @@ paths: description: Response content: application/json: - schema: &464 + schema: &465 title: Git Tag description: Metadata for a Git tag type: object @@ -67911,7 +67929,7 @@ paths: - sha - type - url - verification: *463 + verification: *464 required: - sha - url @@ -67921,7 +67939,7 @@ paths: - tag - message examples: - default: &465 + default: &466 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -67994,8 +68012,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/tags#get-a-tag parameters: - - *280 - *281 + - *282 - name: tag_sha in: path required: true @@ -68006,9 +68024,9 @@ paths: description: Response content: application/json: - schema: *464 + schema: *465 examples: - default: *465 + default: *466 '404': *6 '409': *47 x-github: @@ -68032,8 +68050,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/trees#create-a-tree parameters: - - *280 - *281 + - *282 requestBody: required: true content: @@ -68106,7 +68124,7 @@ paths: description: Response content: application/json: - schema: &466 + schema: &467 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -68202,8 +68220,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/trees#get-a-tree parameters: - - *280 - *281 + - *282 - name: tree_sha description: The SHA1 value or ref (branch or tag) name of the tree. in: path @@ -68226,7 +68244,7 @@ paths: description: Response content: application/json: - schema: *466 + schema: *467 examples: default-response: summary: Default response @@ -68285,8 +68303,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#list-repository-webhooks parameters: - - *280 - *281 + - *282 - *17 - *19 responses: @@ -68296,7 +68314,7 @@ paths: application/json: schema: type: array - items: &467 + items: &468 title: Webhook description: Webhooks for repositories. type: object @@ -68350,7 +68368,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &695 + last_response: &696 title: Hook Response type: object properties: @@ -68424,8 +68442,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#create-a-repository-webhook parameters: - - *280 - *281 + - *282 requestBody: required: false content: @@ -68477,9 +68495,9 @@ paths: description: Response content: application/json: - schema: *467 + schema: *468 examples: - default: &468 + default: &469 value: type: Repository id: 12345678 @@ -68527,17 +68545,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-repository-webhook parameters: - - *280 - *281 + - *282 - *170 responses: '200': description: Response content: application/json: - schema: *467 + schema: *468 examples: - default: *468 + default: *469 '404': *6 x-github: githubCloudOnly: false @@ -68557,8 +68575,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#update-a-repository-webhook parameters: - - *280 - *281 + - *282 - *170 requestBody: required: true @@ -68604,9 +68622,9 @@ paths: description: Response content: application/json: - schema: *467 + schema: *468 examples: - default: *468 + default: *469 '422': *15 '404': *6 x-github: @@ -68627,8 +68645,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#delete-a-repository-webhook parameters: - - *280 - *281 + - *282 - *170 responses: '204': @@ -68653,8 +68671,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-webhook-configuration-for-a-repository parameters: - - *280 - *281 + - *282 - *170 responses: '200': @@ -68682,8 +68700,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#update-a-webhook-configuration-for-a-repository parameters: - - *280 - *281 + - *282 - *170 requestBody: required: false @@ -68728,8 +68746,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#list-deliveries-for-a-repository-webhook parameters: - - *280 - *281 + - *282 - *170 - *17 - *171 @@ -68761,8 +68779,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-delivery-for-a-repository-webhook parameters: - - *280 - *281 + - *282 - *170 - *16 responses: @@ -68791,8 +68809,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#redeliver-a-delivery-for-a-repository-webhook parameters: - - *280 - *281 + - *282 - *170 - *16 responses: @@ -68816,8 +68834,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#ping-a-repository-webhook parameters: - - *280 - *281 + - *282 - *170 responses: '204': @@ -68843,8 +68861,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#test-the-push-repository-webhook parameters: - - *280 - *281 + - *282 - *170 responses: '204': @@ -68903,14 +68921,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-an-import-status parameters: - - *280 - *281 + - *282 responses: '200': description: Response content: application/json: - schema: &469 + schema: &470 title: Import description: A repository import from an external source. type: object @@ -69009,7 +69027,7 @@ paths: - html_url - authors_url examples: - default: &472 + default: &473 value: vcs: subversion use_lfs: true @@ -69025,7 +69043,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': &470 + '503': &471 description: Unavailable due to service under maintenance. content: application/json: @@ -69054,8 +69072,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#start-an-import parameters: - - *280 - *281 + - *282 requestBody: required: true content: @@ -69103,7 +69121,7 @@ paths: description: Response content: application/json: - schema: *469 + schema: *470 examples: default: value: @@ -69128,7 +69146,7 @@ paths: type: string '422': *15 '404': *6 - '503': *470 + '503': *471 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69156,8 +69174,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#update-an-import parameters: - - *280 - *281 + - *282 requestBody: required: false content: @@ -69206,7 +69224,7 @@ paths: description: Response content: application/json: - schema: *469 + schema: *470 examples: example-1: summary: Example 1 @@ -69254,7 +69272,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': *470 + '503': *471 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69277,12 +69295,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#cancel-an-import parameters: - - *280 - *281 + - *282 responses: '204': description: Response - '503': *470 + '503': *471 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69308,9 +69326,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-commit-authors parameters: - - *280 - *281 - - &638 + - *282 + - &639 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -69324,7 +69342,7 @@ paths: application/json: schema: type: array - items: &471 + items: &472 title: Porter Author description: Porter Author type: object @@ -69378,7 +69396,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': *470 + '503': *471 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69403,8 +69421,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#map-a-commit-author parameters: - - *280 - *281 + - *282 - name: author_id in: path required: true @@ -69434,7 +69452,7 @@ paths: description: Response content: application/json: - schema: *471 + schema: *472 examples: default: value: @@ -69447,7 +69465,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *470 + '503': *471 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69471,8 +69489,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-large-files parameters: - - *280 - *281 + - *282 responses: '200': description: Response @@ -69513,7 +69531,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *470 + '503': *471 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69541,8 +69559,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#update-git-lfs-preference parameters: - - *280 - *281 + - *282 requestBody: required: true content: @@ -69569,11 +69587,11 @@ paths: description: Response content: application/json: - schema: *469 + schema: *470 examples: - default: *472 + default: *473 '422': *15 - '503': *470 + '503': *471 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69596,8 +69614,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/apps#get-a-repository-installation-for-the-authenticated-app parameters: - - *280 - *281 + - *282 responses: '200': description: Response @@ -69605,8 +69623,8 @@ paths: application/json: schema: *22 examples: - default: *473 - '301': *292 + default: *474 + '301': *293 '404': *6 x-github: githubCloudOnly: false @@ -69626,8 +69644,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#get-interaction-restrictions-for-a-repository parameters: - - *280 - *281 + - *282 responses: '200': description: Response @@ -69640,7 +69658,7 @@ paths: properties: {} additionalProperties: false examples: - default: &475 + default: &476 value: limit: collaborators_only origin: repository @@ -69665,13 +69683,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#set-interaction-restrictions-for-a-repository parameters: - - *280 - *281 + - *282 requestBody: required: true content: application/json: - schema: *474 + schema: *475 examples: default: summary: Example request body @@ -69685,7 +69703,7 @@ paths: application/json: schema: *188 examples: - default: *475 + default: *476 '409': description: Response x-github: @@ -69707,8 +69725,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#remove-interaction-restrictions-for-a-repository parameters: - - *280 - *281 + - *282 responses: '204': description: Response @@ -69731,8 +69749,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#list-repository-invitations parameters: - - *280 - *281 + - *282 - *17 - *19 responses: @@ -69742,9 +69760,9 @@ paths: application/json: schema: type: array - items: *476 + items: *477 examples: - default: &631 + default: &632 value: - id: 1 repository: @@ -69875,8 +69893,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#update-a-repository-invitation parameters: - - *280 - *281 + - *282 - *192 requestBody: required: false @@ -69906,7 +69924,7 @@ paths: description: Response content: application/json: - schema: *476 + schema: *477 examples: default: value: @@ -70037,8 +70055,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#delete-a-repository-invitation parameters: - - *280 - *281 + - *282 - *192 responses: '204': @@ -70070,8 +70088,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#list-repository-issues parameters: - - *280 - *281 + - *282 - 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 @@ -70144,7 +70162,7 @@ paths: type: array items: *77 examples: - default: &487 + default: &488 value: - id: 1 node_id: MDU6SXNzdWUx @@ -70292,7 +70310,7 @@ paths: state_reason: completed headers: Link: *58 - '301': *292 + '301': *293 '422': *15 '404': *6 x-github: @@ -70321,8 +70339,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#create-an-issue parameters: - - *280 - *281 + - *282 requestBody: required: true content: @@ -70406,7 +70424,7 @@ paths: application/json: schema: *77 examples: - default: &482 + default: &483 value: id: 1 node_id: MDU6SXNzdWUx @@ -70562,7 +70580,7 @@ paths: '422': *15 '503': *65 '404': *6 - '410': *289 + '410': *290 x-github: triggersNotification: true githubCloudOnly: false @@ -70590,8 +70608,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#list-issue-comments-for-a-repository parameters: - - *280 - *281 + - *282 - *87 - name: direction description: Either `asc` or `desc`. Ignored without the `sort` parameter. @@ -70612,9 +70630,9 @@ paths: application/json: schema: type: array - items: *477 + items: *478 examples: - default: &484 + default: &485 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -70672,17 +70690,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#get-an-issue-comment parameters: - - *280 - *281 + - *282 - *76 responses: '200': description: Response content: application/json: - schema: *477 + schema: *478 examples: - default: &478 + default: &479 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -70736,8 +70754,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#update-an-issue-comment parameters: - - *280 - *281 + - *282 - *76 requestBody: required: true @@ -70760,9 +70778,9 @@ paths: description: Response content: application/json: - schema: *477 + schema: *478 examples: - default: *478 + default: *479 '422': *15 x-github: githubCloudOnly: false @@ -70780,8 +70798,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#delete-an-issue-comment parameters: - - *280 - *281 + - *282 - *76 responses: '204': @@ -70802,8 +70820,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-an-issue-comment parameters: - - *280 - *281 + - *282 - *76 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). @@ -70830,9 +70848,9 @@ paths: application/json: schema: type: array - items: *273 + items: *274 examples: - default: *275 + default: *276 headers: Link: *58 '404': *6 @@ -70853,8 +70871,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-an-issue-comment parameters: - - *280 - *281 + - *282 - *76 requestBody: required: true @@ -70887,16 +70905,16 @@ paths: description: Reaction exists content: application/json: - schema: *273 + schema: *274 examples: - default: *274 + default: *275 '201': description: Reaction created content: application/json: - schema: *273 + schema: *274 examples: - default: *274 + default: *275 '422': *15 x-github: githubCloudOnly: false @@ -70918,10 +70936,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-an-issue-comment-reaction parameters: - - *280 - *281 + - *282 - *76 - - *276 + - *277 responses: '204': description: Response @@ -70941,8 +70959,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#list-issue-events-for-a-repository parameters: - - *280 - *281 + - *282 - *17 - *19 responses: @@ -70952,7 +70970,7 @@ paths: application/json: schema: type: array - items: &481 + items: &482 title: Issue Event description: Issue Event type: object @@ -70995,8 +71013,8 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: *479 - required: *480 + properties: *480 + required: *481 nullable: true label: title: Issue Event Label @@ -71303,8 +71321,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#get-an-issue-event parameters: - - *280 - *281 + - *282 - name: event_id in: path required: true @@ -71315,7 +71333,7 @@ paths: description: Response content: application/json: - schema: *481 + schema: *482 examples: default: value: @@ -71508,7 +71526,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *289 + '410': *290 '403': *29 x-github: githubCloudOnly: false @@ -71542,9 +71560,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#get-an-issue parameters: - - *280 - *281 - - &483 + - *282 + - &484 name: issue_number description: The number that identifies the issue. in: path @@ -71558,10 +71576,10 @@ paths: application/json: schema: *77 examples: - default: *482 - '301': *292 + default: *483 + '301': *293 '404': *6 - '410': *289 + '410': *290 '304': *37 x-github: githubCloudOnly: false @@ -71586,9 +71604,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#update-an-issue parameters: - - *280 - *281 - - *483 + - *282 + - *484 requestBody: required: false content: @@ -71693,13 +71711,13 @@ paths: application/json: schema: *77 examples: - default: *482 + default: *483 '422': *15 '503': *65 '403': *29 - '301': *292 + '301': *293 '404': *6 - '410': *289 + '410': *290 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71717,9 +71735,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#add-assignees-to-an-issue parameters: - - *280 - *281 - - *483 + - *282 + - *484 requestBody: required: false content: @@ -71747,7 +71765,7 @@ paths: application/json: schema: *77 examples: - default: *482 + default: *483 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71763,9 +71781,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#remove-assignees-from-an-issue parameters: - - *280 - *281 - - *483 + - *282 + - *484 requestBody: content: application/json: @@ -71792,7 +71810,7 @@ paths: application/json: schema: *77 examples: - default: *482 + default: *483 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71814,9 +71832,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#check-if-a-user-can-be-assigned-to-a-issue parameters: - - *280 - *281 - - *483 + - *282 + - *484 - name: assignee in: path required: true @@ -71856,9 +71874,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#list-issue-comments parameters: - - *280 - *281 - - *483 + - *282 + - *484 - *67 - *17 - *19 @@ -71869,13 +71887,13 @@ paths: application/json: schema: type: array - items: *477 + items: *478 examples: - default: *484 + default: *485 headers: Link: *58 '404': *6 - '410': *289 + '410': *290 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71904,9 +71922,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#create-an-issue-comment parameters: - - *280 - *281 - - *483 + - *282 + - *484 requestBody: required: true content: @@ -71928,16 +71946,16 @@ paths: description: Response content: application/json: - schema: *477 + schema: *478 examples: - default: *478 + default: *479 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *29 - '410': *289 + '410': *290 '422': *15 '404': *6 x-github: @@ -71957,9 +71975,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#list-issue-events parameters: - - *280 - *281 - - *483 + - *282 + - *484 - *17 - *19 responses: @@ -71973,7 +71991,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &488 + - &489 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -72027,7 +72045,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &489 + - &490 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -72163,7 +72181,7 @@ paths: - performed_via_github_app - assignee - assigner - - &490 + - &491 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -72214,7 +72232,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &491 + - &492 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -72265,7 +72283,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &492 + - &493 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -72319,7 +72337,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &493 + - &494 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -72366,7 +72384,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &494 + - &495 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -72413,7 +72431,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &495 + - &496 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -72473,7 +72491,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &496 + - &497 title: Locked Issue Event description: Locked Issue Event type: object @@ -72521,7 +72539,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &497 + - &498 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -72587,7 +72605,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &498 + - &499 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -72653,7 +72671,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &499 + - &500 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -72719,7 +72737,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &500 + - &501 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -72810,7 +72828,7 @@ paths: color: red headers: Link: *58 - '410': *289 + '410': *290 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72827,9 +72845,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-an-issue parameters: - - *280 - *281 - - *483 + - *282 + - *484 - *17 - *19 responses: @@ -72839,7 +72857,7 @@ paths: application/json: schema: type: array - items: &485 + items: &486 title: Label description: Color-coded labels help you categorize and filter your issues (just like labels in Gmail). @@ -72886,7 +72904,7 @@ paths: - color - default examples: - default: &486 + default: &487 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -72904,9 +72922,9 @@ paths: default: false headers: Link: *58 - '301': *292 + '301': *293 '404': *6 - '410': *289 + '410': *290 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72923,9 +72941,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#add-labels-to-an-issue parameters: - - *280 - *281 - - *483 + - *282 + - *484 requestBody: required: false content: @@ -72984,12 +73002,12 @@ paths: application/json: schema: type: array - items: *485 + items: *486 examples: - default: *486 - '301': *292 + default: *487 + '301': *293 '404': *6 - '410': *289 + '410': *290 '422': *15 x-github: githubCloudOnly: false @@ -73006,9 +73024,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#set-labels-for-an-issue parameters: - - *280 - *281 - - *483 + - *282 + - *484 requestBody: required: false content: @@ -73068,12 +73086,12 @@ paths: application/json: schema: type: array - items: *485 + items: *486 examples: - default: *486 - '301': *292 + default: *487 + '301': *293 '404': *6 - '410': *289 + '410': *290 '422': *15 x-github: githubCloudOnly: false @@ -73090,15 +73108,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#remove-all-labels-from-an-issue parameters: - - *280 - *281 - - *483 + - *282 + - *484 responses: '204': description: Response - '301': *292 + '301': *293 '404': *6 - '410': *289 + '410': *290 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73117,9 +73135,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#remove-a-label-from-an-issue parameters: - - *280 - *281 - - *483 + - *282 + - *484 - name: name in: path required: true @@ -73132,7 +73150,7 @@ paths: application/json: schema: type: array - items: *485 + items: *486 examples: default: value: @@ -73143,9 +73161,9 @@ paths: description: Something isn't working color: f29513 default: true - '301': *292 + '301': *293 '404': *6 - '410': *289 + '410': *290 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73165,9 +73183,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#lock-an-issue parameters: - - *280 - *281 - - *483 + - *282 + - *484 requestBody: required: false content: @@ -73195,7 +73213,7 @@ paths: '204': description: Response '403': *29 - '410': *289 + '410': *290 '404': *6 '422': *15 x-github: @@ -73213,9 +73231,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#unlock-an-issue parameters: - - *280 - *281 - - *483 + - *282 + - *484 responses: '204': description: Response @@ -73237,9 +73255,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-an-issue parameters: - - *280 - *281 - - *483 + - *282 + - *484 - 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. @@ -73265,13 +73283,13 @@ paths: application/json: schema: type: array - items: *273 + items: *274 examples: - default: *275 + default: *276 headers: Link: *58 '404': *6 - '410': *289 + '410': *290 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73289,9 +73307,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-an-issue parameters: - - *280 - *281 - - *483 + - *282 + - *484 requestBody: required: true content: @@ -73323,16 +73341,16 @@ paths: description: Response content: application/json: - schema: *273 + schema: *274 examples: - default: *274 + default: *275 '201': description: Response content: application/json: - schema: *273 + schema: *274 examples: - default: *274 + default: *275 '422': *15 x-github: githubCloudOnly: false @@ -73354,10 +73372,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-an-issue-reaction parameters: - - *280 - *281 - - *483 - - *276 + - *282 + - *484 + - *277 responses: '204': description: Response @@ -73386,9 +73404,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#remove-sub-issue parameters: - - *280 - *281 - - *483 + - *282 + - *484 requestBody: required: true content: @@ -73412,7 +73430,7 @@ paths: application/json: schema: *77 examples: - default: *482 + default: *483 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -73445,9 +73463,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#list-sub-issues parameters: - - *280 - *281 - - *483 + - *282 + - *484 - *17 - *19 responses: @@ -73459,11 +73477,11 @@ paths: type: array items: *77 examples: - default: *487 + default: *488 headers: Link: *58 '404': *6 - '410': *289 + '410': *290 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73491,9 +73509,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#add-sub-issue parameters: - - *280 - *281 - - *483 + - *282 + - *484 requestBody: required: true content: @@ -73522,14 +73540,14 @@ paths: application/json: schema: *77 examples: - default: *482 + default: *483 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 schema: type: string '403': *29 - '410': *289 + '410': *290 '422': *15 '404': *6 x-github: @@ -73549,9 +73567,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#reprioritize-sub-issue parameters: - - *280 - *281 - - *483 + - *282 + - *484 requestBody: required: true content: @@ -73584,7 +73602,7 @@ paths: application/json: schema: *77 examples: - default: *482 + default: *483 '403': *29 '404': *6 '422': *7 @@ -73606,9 +73624,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/timeline#list-timeline-events-for-an-issue parameters: - - *280 - *281 - - *483 + - *282 + - *484 - *17 - *19 responses: @@ -73623,7 +73641,6 @@ paths: description: Timeline Event type: object anyOf: - - *488 - *489 - *490 - *491 @@ -73636,6 +73653,7 @@ paths: - *498 - *499 - *500 + - *501 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -73940,7 +73958,7 @@ paths: type: string comments: type: array - items: &521 + items: &522 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -74149,7 +74167,7 @@ paths: type: string comments: type: array - items: *410 + items: *411 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -74438,7 +74456,7 @@ paths: headers: Link: *58 '404': *6 - '410': *289 + '410': *290 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74455,8 +74473,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#list-deploy-keys parameters: - - *280 - *281 + - *282 - *17 - *19 responses: @@ -74466,7 +74484,7 @@ paths: application/json: schema: type: array - items: &501 + items: &502 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -74531,8 +74549,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#create-a-deploy-key parameters: - - *280 - *281 + - *282 requestBody: required: true content: @@ -74568,9 +74586,9 @@ paths: description: Response content: application/json: - schema: *501 + schema: *502 examples: - default: &502 + default: &503 value: id: 1 key: ssh-rsa AAA... @@ -74604,9 +74622,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key parameters: - - *280 - *281 - - &503 + - *282 + - &504 name: key_id description: The unique identifier of the key. in: path @@ -74618,9 +74636,9 @@ paths: description: Response content: application/json: - schema: *501 + schema: *502 examples: - default: *502 + default: *503 '404': *6 x-github: githubCloudOnly: false @@ -74638,9 +74656,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#delete-a-deploy-key parameters: - - *280 - *281 - - *503 + - *282 + - *504 responses: '204': description: Response @@ -74660,8 +74678,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-a-repository parameters: - - *280 - *281 + - *282 - *17 - *19 responses: @@ -74671,9 +74689,9 @@ paths: application/json: schema: type: array - items: *485 + items: *486 examples: - default: *486 + default: *487 headers: Link: *58 '404': *6 @@ -74694,8 +74712,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#create-a-label parameters: - - *280 - *281 + - *282 requestBody: required: true content: @@ -74731,9 +74749,9 @@ paths: description: Response content: application/json: - schema: *485 + schema: *486 examples: - default: &504 + default: &505 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -74765,8 +74783,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#get-a-label parameters: - - *280 - *281 + - *282 - name: name in: path required: true @@ -74777,9 +74795,9 @@ paths: description: Response content: application/json: - schema: *485 + schema: *486 examples: - default: *504 + default: *505 '404': *6 x-github: githubCloudOnly: false @@ -74796,8 +74814,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#update-a-label parameters: - - *280 - *281 + - *282 - name: name in: path required: true @@ -74836,7 +74854,7 @@ paths: description: Response content: application/json: - schema: *485 + schema: *486 examples: default: value: @@ -74862,8 +74880,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#delete-a-label parameters: - - *280 - *281 + - *282 - name: name in: path required: true @@ -74889,8 +74907,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-languages parameters: - - *280 - *281 + - *282 responses: '200': description: Response @@ -74929,9 +74947,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/licenses/licenses#get-the-license-for-a-repository parameters: - - *280 - *281 - - *386 + - *282 + - *387 responses: '200': description: Response @@ -75076,8 +75094,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#sync-a-fork-branch-with-the-upstream-repository parameters: - - *280 - *281 + - *282 requestBody: required: true content: @@ -75142,8 +75160,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#merge-a-branch parameters: - - *280 - *281 + - *282 requestBody: required: true content: @@ -75177,9 +75195,9 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *411 + schema: *412 examples: - default: *505 + default: *506 '204': description: Response when already merged '404': @@ -75204,8 +75222,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#list-milestones parameters: - - *280 - *281 + - *282 - name: state description: The state of the milestone. Either `open`, `closed`, or `all`. in: query @@ -75246,12 +75264,12 @@ paths: application/json: schema: type: array - items: &506 + items: &507 title: Milestone description: A collection of related issues and pull requests. type: object - properties: *415 - required: *416 + properties: *416 + required: *417 examples: default: value: @@ -75307,8 +75325,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#create-a-milestone parameters: - - *280 - *281 + - *282 requestBody: required: true content: @@ -75348,9 +75366,9 @@ paths: description: Response content: application/json: - schema: *506 + schema: *507 examples: - default: &507 + default: &508 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -75409,9 +75427,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#get-a-milestone parameters: - - *280 - *281 - - &508 + - *282 + - &509 name: milestone_number description: The number that identifies the milestone. in: path @@ -75423,9 +75441,9 @@ paths: description: Response content: application/json: - schema: *506 + schema: *507 examples: - default: *507 + default: *508 '404': *6 x-github: githubCloudOnly: false @@ -75442,9 +75460,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#update-a-milestone parameters: - - *280 - *281 - - *508 + - *282 + - *509 requestBody: required: false content: @@ -75482,9 +75500,9 @@ paths: description: Response content: application/json: - schema: *506 + schema: *507 examples: - default: *507 + default: *508 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75500,9 +75518,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#delete-a-milestone parameters: - - *280 - *281 - - *508 + - *282 + - *509 responses: '204': description: Response @@ -75523,9 +75541,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-issues-in-a-milestone parameters: - - *280 - *281 - - *508 + - *282 + - *509 - *17 - *19 responses: @@ -75535,9 +75553,9 @@ paths: application/json: schema: type: array - items: *485 + items: *486 examples: - default: *486 + default: *487 headers: Link: *58 x-github: @@ -75556,12 +75574,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#list-repository-notifications-for-the-authenticated-user parameters: - - *280 - *281 - - *509 + - *282 - *510 - - *67 - *511 + - *67 + - *512 - *17 - *19 responses: @@ -75573,7 +75591,7 @@ paths: type: array items: *90 examples: - default: *512 + default: *513 headers: Link: *58 x-github: @@ -75597,8 +75615,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#mark-repository-notifications-as-read parameters: - - *280 - *281 + - *282 requestBody: required: false content: @@ -75656,14 +75674,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-a-apiname-pages-site parameters: - - *280 - *281 + - *282 responses: '200': description: Response content: application/json: - schema: &513 + schema: &514 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -75788,7 +75806,7 @@ paths: - custom_404 - public examples: - default: &514 + default: &515 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -75829,8 +75847,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#create-a-apiname-pages-site parameters: - - *280 - *281 + - *282 requestBody: required: true content: @@ -75884,9 +75902,9 @@ paths: description: Response content: application/json: - schema: *513 + schema: *514 examples: - default: *514 + default: *515 '422': *15 '409': *47 x-github: @@ -75909,8 +75927,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#update-information-about-a-apiname-pages-site parameters: - - *280 - *281 + - *282 requestBody: required: true content: @@ -76009,8 +76027,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#delete-a-apiname-pages-site parameters: - - *280 - *281 + - *282 responses: '204': description: Response @@ -76036,8 +76054,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#list-apiname-pages-builds parameters: - - *280 - *281 + - *282 - *17 - *19 responses: @@ -76047,7 +76065,7 @@ paths: application/json: schema: type: array - items: &515 + items: &516 title: Page Build description: Page Build type: object @@ -76141,8 +76159,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#request-a-apiname-pages-build parameters: - - *280 - *281 + - *282 responses: '201': description: Response @@ -76187,16 +76205,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-latest-pages-build parameters: - - *280 - *281 + - *282 responses: '200': description: Response content: application/json: - schema: *515 + schema: *516 examples: - default: &516 + default: &517 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -76244,8 +76262,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-apiname-pages-build parameters: - - *280 - *281 + - *282 - name: build_id in: path required: true @@ -76256,9 +76274,9 @@ paths: description: Response content: application/json: - schema: *515 + schema: *516 examples: - default: *516 + default: *517 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76278,8 +76296,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#create-a-github-pages-deployment parameters: - - *280 - *281 + - *282 requestBody: required: true content: @@ -76384,9 +76402,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-the-status-of-a-github-pages-deployment parameters: - - *280 - *281 - - &517 + - *282 + - &518 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -76444,9 +76462,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#cancel-a-github-pages-deployment parameters: - - *280 - *281 - - *517 + - *282 + - *518 responses: '204': *146 '404': *6 @@ -76473,8 +76491,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-a-dns-health-check-for-github-pages parameters: - - *280 - *281 + - *282 responses: '200': description: Response @@ -76732,8 +76750,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: - - *280 - *281 + - *282 responses: '200': description: Private vulnerability reporting status @@ -76770,8 +76788,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-private-vulnerability-reporting-for-a-repository parameters: - - *280 - *281 + - *282 responses: '204': *146 '422': *14 @@ -76792,8 +76810,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-private-vulnerability-reporting-for-a-repository parameters: - - *280 - *281 + - *282 responses: '204': *146 '422': *14 @@ -76816,8 +76834,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#list-repository-projects parameters: - - *280 - *281 + - *282 - name: state description: Indicates the state of the projects to return. in: query @@ -76878,7 +76896,7 @@ paths: '401': *25 '403': *29 '404': *6 - '410': *289 + '410': *290 '422': *7 x-github: githubCloudOnly: false @@ -76901,8 +76919,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#create-a-repository-project parameters: - - *280 - *281 + - *282 requestBody: required: true content: @@ -76930,11 +76948,11 @@ paths: application/json: schema: *230 examples: - default: *288 + default: *289 '401': *25 '403': *29 '404': *6 - '410': *289 + '410': *290 '422': *7 x-github: githubCloudOnly: false @@ -76957,8 +76975,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/custom-properties#get-all-custom-property-values-for-a-repository parameters: - - *280 - *281 + - *282 responses: '200': description: Response @@ -76997,8 +77015,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: - - *280 - *281 + - *282 requestBody: required: true content: @@ -77060,8 +77078,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-pull-requests parameters: - - *280 - *281 + - *282 - name: state description: Either `open`, `closed`, or `all` to filter by state. in: query @@ -77121,9 +77139,9 @@ paths: application/json: schema: type: array - items: *518 + items: *519 examples: - default: *519 + default: *520 headers: Link: *58 '304': *37 @@ -77155,8 +77173,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#create-a-pull-request parameters: - - *280 - *281 + - *282 requestBody: required: true content: @@ -77221,7 +77239,7 @@ paths: description: Response content: application/json: - schema: &523 + schema: &524 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -77332,8 +77350,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *415 - required: *416 + properties: *416 + required: *417 nullable: true active_lock_reason: type: string @@ -77378,7 +77396,7 @@ paths: nullable: true requested_teams: type: array - items: *258 + items: *259 nullable: true head: type: object @@ -77417,14 +77435,14 @@ paths: _links: type: object properties: - comments: *417 - commits: *417 - statuses: *417 - html: *417 - issue: *417 - review_comments: *417 - review_comment: *417 - self: *417 + comments: *418 + commits: *418 + statuses: *418 + html: *418 + issue: *418 + review_comments: *418 + review_comment: *418 + self: *418 required: - comments - commits @@ -77435,7 +77453,7 @@ paths: - review_comment - self author_association: *63 - auto_merge: *520 + auto_merge: *521 draft: description: Indicates whether or not the pull request is a draft. example: false @@ -77527,7 +77545,7 @@ paths: - merged_by - review_comments examples: - default: &524 + default: &525 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -78054,8 +78072,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#list-review-comments-in-a-repository parameters: - - *280 - *281 + - *282 - name: sort in: query required: false @@ -78084,9 +78102,9 @@ paths: application/json: schema: type: array - items: *521 + items: *522 examples: - default: &526 + default: &527 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -78163,17 +78181,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request parameters: - - *280 - *281 + - *282 - *76 responses: '200': description: Response content: application/json: - schema: *521 + schema: *522 examples: - default: &522 + default: &523 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -78248,8 +78266,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#update-a-review-comment-for-a-pull-request parameters: - - *280 - *281 + - *282 - *76 requestBody: required: true @@ -78272,9 +78290,9 @@ paths: description: Response content: application/json: - schema: *521 + schema: *522 examples: - default: *522 + default: *523 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78290,8 +78308,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#delete-a-review-comment-for-a-pull-request parameters: - - *280 - *281 + - *282 - *76 responses: '204': @@ -78313,8 +78331,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-pull-request-review-comment parameters: - - *280 - *281 + - *282 - *76 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). @@ -78341,9 +78359,9 @@ paths: application/json: schema: type: array - items: *273 + items: *274 examples: - default: *275 + default: *276 headers: Link: *58 '404': *6 @@ -78364,8 +78382,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-pull-request-review-comment parameters: - - *280 - *281 + - *282 - *76 requestBody: required: true @@ -78398,16 +78416,16 @@ paths: description: Reaction exists content: application/json: - schema: *273 + schema: *274 examples: - default: *274 + default: *275 '201': description: Reaction created content: application/json: - schema: *273 + schema: *274 examples: - default: *274 + default: *275 '422': *15 x-github: githubCloudOnly: false @@ -78429,10 +78447,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-pull-request-comment-reaction parameters: - - *280 - *281 + - *282 - *76 - - *276 + - *277 responses: '204': description: Response @@ -78475,9 +78493,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#get-a-pull-request parameters: - - *280 - *281 - - &525 + - *282 + - &526 name: pull_number description: The number that identifies the pull request. in: path @@ -78490,9 +78508,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *523 + schema: *524 examples: - default: *524 + default: *525 '304': *37 '404': *6 '406': @@ -78527,9 +78545,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#update-a-pull-request parameters: - - *280 - *281 - - *525 + - *282 + - *526 requestBody: required: false content: @@ -78571,9 +78589,9 @@ paths: description: Response content: application/json: - schema: *523 + schema: *524 examples: - default: *524 + default: *525 '422': *15 '403': *29 x-github: @@ -78595,9 +78613,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-codespace-from-a-pull-request parameters: - - *280 - *281 - - *525 + - *282 + - *526 requestBody: required: true content: @@ -78659,7 +78677,7 @@ paths: application/json: schema: *199 examples: - default: *400 + default: *401 '202': description: Response when the codespace creation partially failed but is being retried in the background @@ -78667,7 +78685,7 @@ paths: application/json: schema: *199 examples: - default: *400 + default: *401 '401': *25 '403': *29 '404': *6 @@ -78697,9 +78715,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#list-review-comments-on-a-pull-request parameters: - - *280 - *281 - - *525 + - *282 + - *526 - *87 - name: direction description: The direction to sort results. Ignored without `sort` parameter. @@ -78720,9 +78738,9 @@ paths: application/json: schema: type: array - items: *521 + items: *522 examples: - default: *526 + default: *527 headers: Link: *58 x-github: @@ -78755,9 +78773,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#create-a-review-comment-for-a-pull-request parameters: - - *280 - *281 - - *525 + - *282 + - *526 requestBody: required: true content: @@ -78862,7 +78880,7 @@ paths: description: Response content: application/json: - schema: *521 + schema: *522 examples: example-for-a-multi-line-comment: value: @@ -78950,9 +78968,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#create-a-reply-for-a-review-comment parameters: - - *280 - *281 - - *525 + - *282 + - *526 - *76 requestBody: required: true @@ -78975,7 +78993,7 @@ paths: description: Response content: application/json: - schema: *521 + schema: *522 examples: default: value: @@ -79061,9 +79079,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-commits-on-a-pull-request parameters: - - *280 - *281 - - *525 + - *282 + - *526 - *17 - *19 responses: @@ -79073,9 +79091,9 @@ paths: application/json: schema: type: array - items: *411 + items: *412 examples: - default: *527 + default: *528 headers: Link: *58 x-github: @@ -79105,9 +79123,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-pull-requests-files parameters: - - *280 - *281 - - *525 + - *282 + - *526 - *17 - *19 responses: @@ -79117,7 +79135,7 @@ paths: application/json: schema: type: array - items: *426 + items: *427 examples: default: value: @@ -79155,9 +79173,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#check-if-a-pull-request-has-been-merged parameters: - - *280 - *281 - - *525 + - *282 + - *526 responses: '204': description: Response if pull request has been merged @@ -79180,9 +79198,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#merge-a-pull-request parameters: - - *280 - *281 - - *525 + - *282 + - *526 requestBody: required: false content: @@ -79293,9 +79311,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#get-all-requested-reviewers-for-a-pull-request parameters: - - *280 - *281 - - *525 + - *282 + - *526 responses: '200': description: Response @@ -79370,9 +79388,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#request-reviewers-for-a-pull-request parameters: - - *280 - *281 - - *525 + - *282 + - *526 requestBody: required: false content: @@ -79409,7 +79427,7 @@ paths: description: Response content: application/json: - schema: *518 + schema: *519 examples: default: value: @@ -79945,9 +79963,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#remove-requested-reviewers-from-a-pull-request parameters: - - *280 - *281 - - *525 + - *282 + - *526 requestBody: required: true content: @@ -79981,7 +79999,7 @@ paths: description: Response content: application/json: - schema: *518 + schema: *519 examples: default: value: @@ -80486,9 +80504,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#list-reviews-for-a-pull-request parameters: - - *280 - *281 - - *525 + - *282 + - *526 - *17 - *19 responses: @@ -80498,7 +80516,7 @@ paths: application/json: schema: type: array - items: &528 + items: &529 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -80649,9 +80667,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#create-a-review-for-a-pull-request parameters: - - *280 - *281 - - *525 + - *282 + - *526 requestBody: required: false content: @@ -80737,9 +80755,9 @@ paths: description: Response content: application/json: - schema: *528 + schema: *529 examples: - default: &530 + default: &531 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -80802,10 +80820,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#get-a-review-for-a-pull-request parameters: - - *280 - *281 - - *525 - - &529 + - *282 + - *526 + - &530 name: review_id description: The unique identifier of the review. in: path @@ -80817,9 +80835,9 @@ paths: description: Response content: application/json: - schema: *528 + schema: *529 examples: - default: &531 + default: &532 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -80878,10 +80896,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#update-a-review-for-a-pull-request parameters: - - *280 - *281 - - *525 - - *529 + - *282 + - *526 + - *530 requestBody: required: true content: @@ -80904,7 +80922,7 @@ paths: description: Response content: application/json: - schema: *528 + schema: *529 examples: default: value: @@ -80966,18 +80984,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#delete-a-pending-review-for-a-pull-request parameters: - - *280 - *281 - - *525 - - *529 + - *282 + - *526 + - *530 responses: '200': description: Response content: application/json: - schema: *528 + schema: *529 examples: - default: *530 + default: *531 '422': *7 '404': *6 x-github: @@ -81004,10 +81022,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#list-comments-for-a-pull-request-review parameters: - - *280 - *281 - - *525 - - *529 + - *282 + - *526 + - *530 - *17 - *19 responses: @@ -81090,9 +81108,9 @@ paths: _links: type: object properties: - self: *417 - html: *417 - pull_request: *417 + self: *418 + html: *418 + pull_request: *418 required: - self - html @@ -81235,10 +81253,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#dismiss-a-review-for-a-pull-request parameters: - - *280 - *281 - - *525 - - *529 + - *282 + - *526 + - *530 requestBody: required: true content: @@ -81266,7 +81284,7 @@ paths: description: Response content: application/json: - schema: *528 + schema: *529 examples: default: value: @@ -81329,10 +81347,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#submit-a-review-for-a-pull-request parameters: - - *280 - *281 - - *525 - - *529 + - *282 + - *526 + - *530 requestBody: required: true content: @@ -81367,9 +81385,9 @@ paths: description: Response content: application/json: - schema: *528 + schema: *529 examples: - default: *531 + default: *532 '404': *6 '422': *7 '403': *29 @@ -81391,9 +81409,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#update-a-pull-request-branch parameters: - - *280 - *281 - - *525 + - *282 + - *526 requestBody: required: false content: @@ -81456,8 +81474,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-a-repository-readme parameters: - - *280 - *281 + - *282 - name: ref description: 'The name of the commit/branch/tag. Default: the repository’s default branch.' @@ -81470,9 +81488,9 @@ paths: description: Response content: application/json: - schema: *532 + schema: *533 examples: - default: &533 + default: &534 value: type: file encoding: base64 @@ -81514,8 +81532,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-a-repository-readme-for-a-directory parameters: - - *280 - *281 + - *282 - name: dir description: The alternate path to look for a README file in: path @@ -81535,9 +81553,9 @@ paths: description: Response content: application/json: - schema: *532 + schema: *533 examples: - default: *533 + default: *534 '404': *6 '422': *15 x-github: @@ -81559,8 +81577,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#list-releases parameters: - - *280 - *281 + - *282 - *17 - *19 responses: @@ -81570,7 +81588,7 @@ paths: application/json: schema: type: array - items: &534 + items: &535 title: Release description: A release. type: object @@ -81633,7 +81651,7 @@ paths: author: *4 assets: type: array - items: &535 + items: &536 title: Release Asset description: Data related to a release. type: object @@ -81814,8 +81832,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#create-a-release parameters: - - *280 - *281 + - *282 requestBody: required: true content: @@ -81891,9 +81909,9 @@ paths: description: Response content: application/json: - schema: *534 + schema: *535 examples: - default: &538 + default: &539 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -81996,9 +82014,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#get-a-release-asset parameters: - - *280 - *281 - - &536 + - *282 + - &537 name: asset_id description: The unique identifier of the asset. in: path @@ -82010,9 +82028,9 @@ paths: description: Response content: application/json: - schema: *535 + schema: *536 examples: - default: &537 + default: &538 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 @@ -82046,7 +82064,7 @@ paths: type: User site_admin: false '404': *6 - '302': *428 + '302': *429 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82062,9 +82080,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#update-a-release-asset parameters: - - *280 - *281 - - *536 + - *282 + - *537 requestBody: required: false content: @@ -82092,9 +82110,9 @@ paths: description: Response content: application/json: - schema: *535 + schema: *536 examples: - default: *537 + default: *538 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82110,9 +82128,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#delete-a-release-asset parameters: - - *280 - *281 - - *536 + - *282 + - *537 responses: '204': description: Response @@ -82136,8 +82154,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#generate-release-notes-content-for-a-release parameters: - - *280 - *281 + - *282 requestBody: required: true content: @@ -82222,16 +82240,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-the-latest-release parameters: - - *280 - *281 + - *282 responses: '200': description: Response content: application/json: - schema: *534 + schema: *535 examples: - default: *538 + default: *539 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82248,8 +82266,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-a-release-by-tag-name parameters: - - *280 - *281 + - *282 - name: tag description: tag parameter in: path @@ -82262,9 +82280,9 @@ paths: description: Response content: application/json: - schema: *534 + schema: *535 examples: - default: *538 + default: *539 '404': *6 x-github: githubCloudOnly: false @@ -82286,9 +82304,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-a-release parameters: - - *280 - *281 - - &539 + - *282 + - &540 name: release_id description: The unique identifier of the release. in: path @@ -82302,9 +82320,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: *534 + schema: *535 examples: - default: *538 + default: *539 '401': description: Unauthorized x-github: @@ -82322,9 +82340,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#update-a-release parameters: - - *280 - *281 - - *539 + - *282 + - *540 requestBody: required: false content: @@ -82388,9 +82406,9 @@ paths: description: Response content: application/json: - schema: *534 + schema: *535 examples: - default: *538 + default: *539 '404': description: Not Found if the discussion category name is invalid content: @@ -82411,9 +82429,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#delete-a-release parameters: - - *280 - *281 - - *539 + - *282 + - *540 responses: '204': description: Response @@ -82433,9 +82451,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#list-release-assets parameters: - - *280 - *281 - - *539 + - *282 + - *540 - *17 - *19 responses: @@ -82445,7 +82463,7 @@ paths: application/json: schema: type: array - items: *535 + items: *536 examples: default: value: @@ -82525,9 +82543,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: - - *280 - *281 - - *539 + - *282 + - *540 - name: name in: query required: true @@ -82553,7 +82571,7 @@ paths: description: Response for successful upload content: application/json: - schema: *535 + schema: *536 examples: response-for-successful-upload: value: @@ -82607,9 +82625,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-release parameters: - - *280 - *281 - - *539 + - *282 + - *540 - 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. @@ -82633,9 +82651,9 @@ paths: application/json: schema: type: array - items: *273 + items: *274 examples: - default: *275 + default: *276 headers: Link: *58 '404': *6 @@ -82656,9 +82674,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-release parameters: - - *280 - *281 - - *539 + - *282 + - *540 requestBody: required: true content: @@ -82688,16 +82706,16 @@ paths: description: Reaction exists content: application/json: - schema: *273 + schema: *274 examples: - default: *274 + default: *275 '201': description: Reaction created content: application/json: - schema: *273 + schema: *274 examples: - default: *274 + default: *275 '422': *15 x-github: githubCloudOnly: false @@ -82719,10 +82737,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-release-reaction parameters: - - *280 - *281 - - *539 - - *276 + - *282 + - *540 + - *277 responses: '204': description: Response @@ -82746,9 +82764,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rules#get-rules-for-a-branch parameters: - - *280 - *281 - - *348 + - *282 + - *349 - *17 - *19 responses: @@ -82764,8 +82782,8 @@ paths: description: A repository rule with ruleset details. oneOf: - allOf: - - *540 - - &542 + - *541 + - &543 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -82785,65 +82803,65 @@ paths: type: integer description: The ID of the ruleset that includes this rule. - allOf: - - *541 - *542 - - allOf: - *543 - - *542 - allOf: - *544 - - *542 + - *543 - allOf: - *545 - - *542 + - *543 - allOf: - *546 - - *542 + - *543 - allOf: - *547 - - *542 + - *543 - allOf: - *548 - - *542 + - *543 - allOf: - *549 - - *542 + - *543 - allOf: - *550 - - *542 + - *543 - allOf: - *551 - - *542 + - *543 - allOf: - *552 - - *542 + - *543 - allOf: - *553 - - *542 + - *543 - allOf: - *554 - - *542 + - *543 - allOf: - *555 - - *542 + - *543 - allOf: - *556 - - *542 + - *543 - allOf: - *557 - - *542 + - *543 - allOf: - *558 - - *542 + - *543 - allOf: - *559 - - *542 + - *543 - allOf: - *560 - - *542 + - *543 - allOf: - *561 - - *542 + - *543 + - allOf: + - *562 + - *543 examples: default: value: @@ -82882,8 +82900,8 @@ paths: category: repos subcategory: rules parameters: - - *280 - *281 + - *282 - *17 - *19 - name: includes_parents @@ -82894,7 +82912,7 @@ paths: schema: type: boolean default: true - - *562 + - *563 responses: '200': description: Response @@ -82949,8 +82967,8 @@ paths: category: repos subcategory: rules parameters: - - *280 - *281 + - *282 requestBody: description: Request body required: true @@ -83012,7 +83030,7 @@ paths: application/json: schema: *245 examples: - default: &572 + default: &573 value: id: 42 name: super cool ruleset @@ -83059,12 +83077,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rule-suites#list-repository-rule-suites parameters: - - *280 - *281 - - *563 + - *282 - *564 - *565 - *566 + - *567 - *17 - *19 responses: @@ -83072,9 +83090,9 @@ paths: description: Response content: application/json: - schema: *567 + schema: *568 examples: - default: *568 + default: *569 '404': *6 '500': *94 x-github: @@ -83095,17 +83113,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rule-suites#get-a-repository-rule-suite parameters: - - *280 - *281 - - *569 + - *282 + - *570 responses: '200': description: Response content: application/json: - schema: *570 + schema: *571 examples: - default: *571 + default: *572 '404': *6 '500': *94 x-github: @@ -83133,8 +83151,8 @@ paths: category: repos subcategory: rules parameters: - - *280 - *281 + - *282 - name: ruleset_id description: The ID of the ruleset. in: path @@ -83156,7 +83174,7 @@ paths: application/json: schema: *245 examples: - default: *572 + default: *573 '404': *6 '500': *94 put: @@ -83174,8 +83192,8 @@ paths: category: repos subcategory: rules parameters: - - *280 - *281 + - *282 - name: ruleset_id description: The ID of the ruleset. in: path @@ -83239,7 +83257,7 @@ paths: application/json: schema: *245 examples: - default: *572 + default: *573 '404': *6 '500': *94 delete: @@ -83257,8 +83275,8 @@ paths: category: repos subcategory: rules parameters: - - *280 - *281 + - *282 - name: ruleset_id description: The ID of the ruleset. in: path @@ -83281,8 +83299,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rules#get-repository-ruleset-history parameters: - - *280 - *281 + - *282 - *17 - *19 - name: ruleset_id @@ -83300,7 +83318,7 @@ paths: type: array items: *247 examples: - default: *573 + default: *574 '404': *6 '500': *94 x-github: @@ -83319,8 +83337,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rules#get-repository-ruleset-version parameters: - - *280 - *281 + - *282 - name: ruleset_id description: The ID of the ruleset. in: path @@ -83338,7 +83356,7 @@ paths: description: Response content: application/json: - schema: *574 + schema: *575 examples: default: value: @@ -83393,8 +83411,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-a-repository parameters: - - *280 - *281 + - *282 - *248 - *249 - *250 @@ -83402,11 +83420,12 @@ paths: - *48 - *19 - *17 - - *575 - *576 + - *577 - *252 - *253 - *254 + - *255 responses: '200': description: Response @@ -83414,7 +83433,7 @@ paths: application/json: schema: type: array - items: &579 + items: &580 type: object properties: number: *54 @@ -83433,8 +83452,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *577 - resolution: *578 + state: *578 + resolution: *579 resolved_at: type: string format: date-time @@ -83652,15 +83671,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#get-a-secret-scanning-alert parameters: - - *280 - *281 - - *380 + - *282 + - *381 + - *255 responses: '200': description: Response content: application/json: - schema: *579 + schema: *580 examples: default: value: @@ -83712,9 +83732,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#update-a-secret-scanning-alert parameters: - - *280 - *281 - - *380 + - *282 + - *381 requestBody: required: true content: @@ -83722,8 +83742,8 @@ paths: schema: type: object properties: - state: *577 - resolution: *578 + state: *578 + resolution: *579 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -83741,7 +83761,7 @@ paths: description: Response content: application/json: - schema: *579 + schema: *580 examples: default: value: @@ -83816,9 +83836,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-locations-for-a-secret-scanning-alert parameters: - - *280 - *281 - - *380 + - *282 + - *381 - *19 - *17 responses: @@ -83829,7 +83849,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &716 + items: &717 type: object properties: type: @@ -84188,8 +84208,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#create-a-push-protection-bypass parameters: - - *280 - *281 + - *282 requestBody: required: true content: @@ -84197,14 +84217,14 @@ paths: schema: type: object properties: - reason: &581 + reason: &582 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *580 + placeholder_id: *581 required: - reason - placeholder_id @@ -84221,7 +84241,7 @@ paths: schema: type: object properties: - reason: *581 + reason: *582 expire_at: type: string format: date-time @@ -84264,8 +84284,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#get-secret-scanning-scan-history-for-a-repository parameters: - - *280 - *281 + - *282 responses: '404': description: Repository does not have GitHub Advanced Security or secret @@ -84280,7 +84300,7 @@ paths: properties: incremental_scans: type: array - items: &582 + items: &583 description: Information on a single scan performed by secret scanning on the repository type: object @@ -84306,15 +84326,15 @@ paths: nullable: true pattern_update_scans: type: array - items: *582 + items: *583 backfill_scans: type: array - items: *582 + items: *583 custom_pattern_backfill_scans: type: array items: allOf: - - *582 + - *583 - type: object properties: pattern_name: @@ -84384,8 +84404,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#list-repository-security-advisories parameters: - - *280 - *281 + - *282 - *48 - name: sort description: The property to sort the results by. @@ -84429,9 +84449,9 @@ paths: application/json: schema: type: array - items: *583 + items: *584 examples: - default: *584 + default: *585 '400': *14 '404': *6 x-github: @@ -84454,8 +84474,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#create-a-repository-security-advisory parameters: - - *280 - *281 + - *282 requestBody: required: true content: @@ -84528,7 +84548,7 @@ paths: login: type: string description: The username of the user credited. - type: *257 + type: *258 required: - login - type @@ -84615,9 +84635,9 @@ paths: description: Response content: application/json: - schema: *583 + schema: *584 examples: - default: &586 + default: &587 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -84850,8 +84870,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#privately-report-a-security-vulnerability parameters: - - *280 - *281 + - *282 requestBody: required: true content: @@ -84955,7 +84975,7 @@ paths: description: Response content: application/json: - schema: *583 + schema: *584 examples: default: value: @@ -85102,17 +85122,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#get-a-repository-security-advisory parameters: - - *280 - *281 - - *585 + - *282 + - *586 responses: '200': description: Response content: application/json: - schema: *583 + schema: *584 examples: - default: *586 + default: *587 '403': *29 '404': *6 x-github: @@ -85136,9 +85156,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#update-a-repository-security-advisory parameters: - - *280 - *281 - - *585 + - *282 + - *586 requestBody: required: true content: @@ -85211,7 +85231,7 @@ paths: login: type: string description: The username of the user credited. - type: *257 + type: *258 required: - login - type @@ -85297,10 +85317,10 @@ paths: description: Response content: application/json: - schema: *583 + schema: *584 examples: - default: *586 - add_credit: *586 + default: *587 + add_credit: *587 '403': *29 '404': *6 '422': @@ -85338,9 +85358,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#request-a-cve-for-a-repository-security-advisory parameters: - - *280 - *281 - - *585 + - *282 + - *586 responses: '202': *39 '400': *14 @@ -85367,17 +85387,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#create-a-temporary-private-fork parameters: - - *280 - *281 - - *585 + - *282 + - *586 responses: '202': description: Response content: application/json: - schema: *291 + schema: *292 examples: - default: *293 + default: *294 '400': *14 '422': *15 '403': *29 @@ -85403,8 +85423,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-stargazers parameters: - - *280 - *281 + - *282 - *17 - *19 responses: @@ -85503,8 +85523,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-weekly-commit-activity parameters: - - *280 - *281 + - *282 responses: '200': description: Returns a weekly aggregate of the number of additions and deletions @@ -85513,7 +85533,7 @@ paths: application/json: schema: type: array - items: &587 + items: &588 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -85546,8 +85566,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-last-year-of-commit-activity parameters: - - *280 - *281 + - *282 responses: '200': description: Response @@ -85623,8 +85643,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-all-contributor-commit-activity parameters: - - *280 - *281 + - *282 responses: '200': description: Response @@ -85720,8 +85740,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-weekly-commit-count parameters: - - *280 - *281 + - *282 responses: '200': description: The array order is oldest week (index 0) to most recent week. @@ -85875,8 +85895,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-hourly-commit-count-for-each-day parameters: - - *280 - *281 + - *282 responses: '200': description: For example, `[2, 14, 25]` indicates that there were 25 total @@ -85886,7 +85906,7 @@ paths: application/json: schema: type: array - items: *587 + items: *588 examples: default: value: @@ -85919,8 +85939,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#create-a-commit-status parameters: - - *280 - *281 + - *282 - name: sha in: path required: true @@ -85974,7 +85994,7 @@ paths: description: Response content: application/json: - schema: *588 + schema: *589 examples: default: value: @@ -86028,8 +86048,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#list-watchers parameters: - - *280 - *281 + - *282 - *17 - *19 responses: @@ -86061,14 +86081,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#get-a-repository-subscription parameters: - - *280 - *281 + - *282 responses: '200': description: if you subscribe to the repository content: application/json: - schema: &589 + schema: &590 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -86136,8 +86156,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#set-a-repository-subscription parameters: - - *280 - *281 + - *282 requestBody: required: false content: @@ -86163,7 +86183,7 @@ paths: description: Response content: application/json: - schema: *589 + schema: *590 examples: default: value: @@ -86190,8 +86210,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#delete-a-repository-subscription parameters: - - *280 - *281 + - *282 responses: '204': description: Response @@ -86211,8 +86231,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-tags parameters: - - *280 - *281 + - *282 - *17 - *19 responses: @@ -86291,8 +86311,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/tags#closing-down---list-tag-protection-states-for-a-repository parameters: - - *280 - *281 + - *282 responses: '200': description: Response @@ -86300,7 +86320,7 @@ paths: application/json: schema: type: array - items: &590 + items: &591 title: Tag protection description: Tag protection type: object @@ -86352,8 +86372,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/tags#closing-down---create-a-tag-protection-state-for-a-repository parameters: - - *280 - *281 + - *282 requestBody: required: true content: @@ -86376,7 +86396,7 @@ paths: description: Response content: application/json: - schema: *590 + schema: *591 examples: default: value: @@ -86407,8 +86427,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/tags#closing-down---delete-a-tag-protection-state-for-a-repository parameters: - - *280 - *281 + - *282 - name: tag_protection_id description: The unique identifier of the tag protection. in: path @@ -86445,8 +86465,8 @@ paths: url: https://docs.github.com/rest/repos/contents#download-a-repository-archive-tar operationId: repos/download-tarball-archive parameters: - - *280 - *281 + - *282 - name: ref in: path required: true @@ -86482,8 +86502,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-teams parameters: - - *280 - *281 + - *282 - *17 - *19 responses: @@ -86515,8 +86535,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#get-all-repository-topics parameters: - - *280 - *281 + - *282 - *19 - *17 responses: @@ -86524,7 +86544,7 @@ paths: description: Response content: application/json: - schema: &591 + schema: &592 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -86536,7 +86556,7 @@ paths: required: - names examples: - default: &592 + default: &593 value: names: - octocat @@ -86559,8 +86579,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#replace-all-repository-topics parameters: - - *280 - *281 + - *282 requestBody: required: true content: @@ -86591,9 +86611,9 @@ paths: description: Response content: application/json: - schema: *591 + schema: *592 examples: - default: *592 + default: *593 '404': *6 '422': *7 x-github: @@ -86614,9 +86634,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-repository-clones parameters: - - *280 - *281 - - &593 + - *282 + - &594 name: per description: The time frame to display results for. in: query @@ -86645,7 +86665,7 @@ paths: example: 128 clones: type: array - items: &594 + items: &595 title: Traffic type: object properties: @@ -86732,8 +86752,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-top-referral-paths parameters: - - *280 - *281 + - *282 responses: '200': description: Response @@ -86823,8 +86843,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-top-referral-sources parameters: - - *280 - *281 + - *282 responses: '200': description: Response @@ -86884,9 +86904,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-page-views parameters: - - *280 - *281 - - *593 + - *282 + - *594 responses: '200': description: Response @@ -86905,7 +86925,7 @@ paths: example: 3782 views: type: array - items: *594 + items: *595 required: - uniques - count @@ -86982,8 +87002,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#transfer-a-repository parameters: - - *280 - *281 + - *282 requestBody: required: true content: @@ -87257,8 +87277,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#check-if-vulnerability-alerts-are-enabled-for-a-repository parameters: - - *280 - *281 + - *282 responses: '204': description: Response if repository is enabled with vulnerability alerts @@ -87281,8 +87301,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-vulnerability-alerts parameters: - - *280 - *281 + - *282 responses: '204': description: Response @@ -87304,8 +87324,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-vulnerability-alerts parameters: - - *280 - *281 + - *282 responses: '204': description: Response @@ -87331,8 +87351,8 @@ paths: url: https://docs.github.com/rest/repos/contents#download-a-repository-archive-zip operationId: repos/download-zipball-archive parameters: - - *280 - *281 + - *282 - name: ref in: path required: true @@ -87424,9 +87444,9 @@ paths: description: Response content: application/json: - schema: *291 + schema: *292 examples: - default: *293 + default: *294 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -87674,7 +87694,7 @@ paths: example: - 73..77 - 77..78 - text_matches: &595 + text_matches: &596 title: Search Result Text Matches type: array items: @@ -87836,7 +87856,7 @@ paths: enum: - author-date - committer-date - - &596 + - &597 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 @@ -87907,7 +87927,7 @@ paths: description: Metaproperties for Git author/committer information. type: object - properties: *346 + properties: *347 nullable: true comment_count: type: integer @@ -87927,7 +87947,7 @@ paths: url: type: string format: uri - verification: *463 + verification: *464 required: - author - committer @@ -87946,7 +87966,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *346 + properties: *347 nullable: true parents: type: array @@ -87964,7 +87984,7 @@ paths: type: number node_id: type: string - text_matches: *595 + text_matches: *596 required: - sha - node_id @@ -88146,7 +88166,7 @@ paths: - interactions - created - updated - - *596 + - *597 - *17 - *19 - name: advanced_search @@ -88273,8 +88293,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *415 - required: *416 + properties: *416 + required: *417 nullable: true comments: type: integer @@ -88288,7 +88308,7 @@ paths: type: string format: date-time nullable: true - text_matches: *595 + text_matches: *596 pull_request: type: object properties: @@ -88516,7 +88536,7 @@ paths: enum: - created - updated - - *596 + - *597 - *17 - *19 responses: @@ -88560,7 +88580,7 @@ paths: nullable: true score: type: number - text_matches: *595 + text_matches: *596 required: - id - node_id @@ -88645,7 +88665,7 @@ paths: - forks - help-wanted-issues - updated - - *596 + - *597 - *17 - *19 responses: @@ -88884,7 +88904,7 @@ paths: - admin - pull - push - text_matches: *595 + text_matches: *596 temp_clone_token: type: string allow_merge_commit: @@ -89184,7 +89204,7 @@ paths: type: string format: uri nullable: true - text_matches: *595 + text_matches: *596 related: type: array nullable: true @@ -89375,7 +89395,7 @@ paths: - followers - repositories - joined - - *596 + - *597 - *17 - *19 responses: @@ -89479,7 +89499,7 @@ paths: hireable: type: boolean nullable: true - text_matches: *595 + text_matches: *596 blog: type: string nullable: true @@ -89558,7 +89578,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#get-a-team-legacy parameters: - - &597 + - &598 name: team_id description: The unique identifier of the team. in: path @@ -89570,9 +89590,9 @@ paths: description: Response content: application/json: - schema: *265 + schema: *266 examples: - default: *266 + default: *267 '404': *6 x-github: githubCloudOnly: false @@ -89599,7 +89619,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#update-a-team-legacy parameters: - - *597 + - *598 requestBody: required: true content: @@ -89662,16 +89682,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *265 + schema: *266 examples: - default: *266 + default: *267 '201': description: Response content: application/json: - schema: *265 + schema: *266 examples: - default: *266 + default: *267 '404': *6 '422': *15 '403': *29 @@ -89699,7 +89719,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#delete-a-team-legacy parameters: - - *597 + - *598 responses: '204': description: Response @@ -89730,7 +89750,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#list-discussions-legacy parameters: - - *597 + - *598 - *48 - *17 - *19 @@ -89741,9 +89761,9 @@ paths: application/json: schema: type: array - items: *267 + items: *268 examples: - default: *598 + default: *599 headers: Link: *58 x-github: @@ -89772,7 +89792,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#create-a-discussion-legacy parameters: - - *597 + - *598 requestBody: required: true content: @@ -89806,9 +89826,9 @@ paths: description: Response content: application/json: - schema: *267 + schema: *268 examples: - default: *268 + default: *269 x-github: triggersNotification: true githubCloudOnly: false @@ -89835,16 +89855,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#get-a-discussion-legacy parameters: - - *597 - - *269 + - *598 + - *270 responses: '200': description: Response content: application/json: - schema: *267 + schema: *268 examples: - default: *268 + default: *269 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89869,8 +89889,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#update-a-discussion-legacy parameters: - - *597 - - *269 + - *598 + - *270 requestBody: required: false content: @@ -89893,9 +89913,9 @@ paths: description: Response content: application/json: - schema: *267 + schema: *268 examples: - default: *599 + default: *600 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89920,8 +89940,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#delete-a-discussion-legacy parameters: - - *597 - - *269 + - *598 + - *270 responses: '204': description: Response @@ -89950,8 +89970,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#list-discussion-comments-legacy parameters: - - *597 - - *269 + - *598 + - *270 - *48 - *17 - *19 @@ -89962,9 +89982,9 @@ paths: application/json: schema: type: array - items: *270 + items: *271 examples: - default: *600 + default: *601 headers: Link: *58 x-github: @@ -89993,8 +90013,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#create-a-discussion-comment-legacy parameters: - - *597 - - *269 + - *598 + - *270 requestBody: required: true content: @@ -90016,9 +90036,9 @@ paths: description: Response content: application/json: - schema: *270 + schema: *271 examples: - default: *271 + default: *272 x-github: triggersNotification: true githubCloudOnly: false @@ -90045,17 +90065,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#get-a-discussion-comment-legacy parameters: - - *597 - - *269 - - *272 + - *598 + - *270 + - *273 responses: '200': description: Response content: application/json: - schema: *270 + schema: *271 examples: - default: *271 + default: *272 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90080,9 +90100,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#update-a-discussion-comment-legacy parameters: - - *597 - - *269 - - *272 + - *598 + - *270 + - *273 requestBody: required: true content: @@ -90104,9 +90124,9 @@ paths: description: Response content: application/json: - schema: *270 + schema: *271 examples: - default: *601 + default: *602 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90131,9 +90151,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#delete-a-discussion-comment-legacy parameters: - - *597 - - *269 - - *272 + - *598 + - *270 + - *273 responses: '204': description: Response @@ -90162,9 +90182,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion-comment-legacy parameters: - - *597 - - *269 - - *272 + - *598 + - *270 + - *273 - 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 team discussion comment. @@ -90190,9 +90210,9 @@ paths: application/json: schema: type: array - items: *273 + items: *274 examples: - default: *275 + default: *276 headers: Link: *58 x-github: @@ -90221,9 +90241,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion-comment-legacy parameters: - - *597 - - *269 - - *272 + - *598 + - *270 + - *273 requestBody: required: true content: @@ -90255,9 +90275,9 @@ paths: description: Response content: application/json: - schema: *273 + schema: *274 examples: - default: *274 + default: *275 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90283,8 +90303,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion-legacy parameters: - - *597 - - *269 + - *598 + - *270 - 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 team discussion. @@ -90310,9 +90330,9 @@ paths: application/json: schema: type: array - items: *273 + items: *274 examples: - default: *275 + default: *276 headers: Link: *58 x-github: @@ -90341,8 +90361,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion-legacy parameters: - - *597 - - *269 + - *598 + - *270 requestBody: required: true content: @@ -90374,9 +90394,9 @@ paths: description: Response content: application/json: - schema: *273 + schema: *274 examples: - default: *274 + default: *275 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -90400,7 +90420,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-pending-team-invitations-legacy parameters: - - *597 + - *598 - *17 - *19 responses: @@ -90438,7 +90458,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-team-members-legacy parameters: - - *597 + - *598 - name: role description: Filters members returned by their role in the team. in: query @@ -90489,7 +90509,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-member-legacy parameters: - - *597 + - *598 - *133 responses: '204': @@ -90526,7 +90546,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-team-member-legacy parameters: - - *597 + - *598 - *133 responses: '204': @@ -90566,7 +90586,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-member-legacy parameters: - - *597 + - *598 - *133 responses: '204': @@ -90603,16 +90623,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *597 + - *598 - *133 responses: '200': description: Response content: application/json: - schema: *277 + schema: *278 examples: - response-if-user-is-a-team-maintainer: *602 + response-if-user-is-a-team-maintainer: *603 '404': *6 x-github: githubCloudOnly: false @@ -90645,7 +90665,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *597 + - *598 - *133 requestBody: required: false @@ -90671,9 +90691,9 @@ paths: description: Response content: application/json: - schema: *277 + schema: *278 examples: - response-if-users-membership-with-team-is-now-pending: *603 + response-if-users-membership-with-team-is-now-pending: *604 '403': description: Forbidden if team synchronization is set up '422': @@ -90707,7 +90727,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *597 + - *598 - *133 responses: '204': @@ -90736,7 +90756,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-projects-legacy parameters: - - *597 + - *598 - *17 - *19 responses: @@ -90746,9 +90766,9 @@ paths: application/json: schema: type: array - items: *278 + items: *279 examples: - default: *604 + default: *605 headers: Link: *58 '404': *6 @@ -90774,16 +90794,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-project-legacy parameters: - - *597 - - *279 + - *598 + - *280 responses: '200': description: Response content: application/json: - schema: *278 + schema: *279 examples: - default: *605 + default: *606 '404': description: Not Found if project is not managed by this team x-github: @@ -90807,8 +90827,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-project-permissions-legacy parameters: - - *597 - - *279 + - *598 + - *280 requestBody: required: false content: @@ -90875,8 +90895,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-project-from-a-team-legacy parameters: - - *597 - - *279 + - *598 + - *280 responses: '204': description: Response @@ -90903,7 +90923,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-repositories-legacy parameters: - - *597 + - *598 - *17 - *19 responses: @@ -90945,15 +90965,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *597 - - *280 + - *598 - *281 + - *282 responses: '200': description: Alternative response with extra repository information content: application/json: - schema: *606 + schema: *607 examples: alternative-response-with-extra-repository-information: value: @@ -91104,9 +91124,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *597 - - *280 + - *598 - *281 + - *282 requestBody: required: false content: @@ -91156,9 +91176,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *597 - - *280 + - *598 - *281 + - *282 responses: '204': description: Response @@ -91183,7 +91203,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-child-teams-legacy parameters: - - *597 + - *598 - *17 - *19 responses: @@ -91195,7 +91215,7 @@ paths: type: array items: *152 examples: - response-if-child-teams-exist: *607 + response-if-child-teams-exist: *608 headers: Link: *58 '404': *6 @@ -91228,7 +91248,7 @@ paths: application/json: schema: oneOf: - - &609 + - &610 title: Private User description: Private User type: object @@ -91431,7 +91451,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *608 + - *609 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -91584,7 +91604,7 @@ paths: description: Response content: application/json: - schema: *609 + schema: *610 examples: default: value: @@ -91930,7 +91950,7 @@ paths: application/json: schema: *199 examples: - default: *400 + default: *401 '202': description: Response when the codespace creation partially failed but is being retried in the background @@ -91938,7 +91958,7 @@ paths: application/json: schema: *199 examples: - default: *400 + default: *401 '401': *25 '403': *29 '404': *6 @@ -91982,7 +92002,7 @@ paths: type: integer secrets: type: array - items: &610 + items: &611 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -92022,7 +92042,7 @@ paths: - visibility - selected_repositories_url examples: - default: *403 + default: *404 headers: Link: *58 x-github: @@ -92098,7 +92118,7 @@ paths: description: Response content: application/json: - schema: *610 + schema: *611 examples: default: value: @@ -92244,7 +92264,7 @@ paths: type: array items: *120 examples: - default: *611 + default: *612 '401': *25 '403': *29 '404': *6 @@ -92396,7 +92416,7 @@ paths: application/json: schema: *199 examples: - default: *400 + default: *401 '304': *37 '500': *94 '401': *25 @@ -92454,7 +92474,7 @@ paths: application/json: schema: *199 examples: - default: *400 + default: *401 '401': *25 '403': *29 '404': *6 @@ -92511,7 +92531,7 @@ paths: description: Response content: application/json: - schema: &612 + schema: &613 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -92552,7 +92572,7 @@ paths: description: Web url for the exported branch example: https://github.com/octocat/hello-world/tree/:branch examples: - default: &613 + default: &614 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -92597,9 +92617,9 @@ paths: description: Response content: application/json: - schema: *612 + schema: *613 examples: - default: *613 + default: *614 '404': *6 x-github: githubCloudOnly: false @@ -92636,9 +92656,9 @@ paths: type: integer machines: type: array - items: *614 + items: *615 examples: - default: *615 + default: *616 '304': *37 '500': *94 '401': *25 @@ -92717,13 +92737,13 @@ paths: nullable: true owner: *4 billable_owner: *4 - repository: *291 + repository: *292 machine: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *401 - required: *402 + properties: *402 + required: *403 nullable: true devcontainer_path: description: Path to devcontainer.json from repo root used to @@ -93505,7 +93525,7 @@ paths: application/json: schema: *199 examples: - default: *400 + default: *401 '304': *37 '500': *94 '400': *14 @@ -93545,7 +93565,7 @@ paths: application/json: schema: *199 examples: - default: *400 + default: *401 '500': *94 '401': *25 '403': *29 @@ -93577,7 +93597,7 @@ paths: type: array items: *214 examples: - default: &628 + default: &629 value: - id: 197 name: hello_docker @@ -93678,7 +93698,7 @@ paths: application/json: schema: type: array - items: &616 + items: &617 title: Email description: Email type: object @@ -93743,9 +93763,9 @@ paths: application/json: schema: type: array - items: *616 + items: *617 examples: - default: &630 + default: &631 value: - email: octocat@github.com verified: true @@ -93820,7 +93840,7 @@ paths: application/json: schema: type: array - items: *616 + items: *617 examples: default: value: @@ -94076,7 +94096,7 @@ paths: application/json: schema: type: array - items: &617 + items: &618 title: GPG Key description: A unique encryption key type: object @@ -94207,7 +94227,7 @@ paths: - subkeys - revoked examples: - default: &641 + default: &642 value: - id: 3 name: Octocat's GPG Key @@ -94292,9 +94312,9 @@ paths: description: Response content: application/json: - schema: *617 + schema: *618 examples: - default: &618 + default: &619 value: id: 3 name: Octocat's GPG Key @@ -94351,7 +94371,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &619 + - &620 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -94363,9 +94383,9 @@ paths: description: Response content: application/json: - schema: *617 + schema: *618 examples: - default: *618 + default: *619 '404': *6 '304': *37 '403': *29 @@ -94388,7 +94408,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *619 + - *620 responses: '204': description: Response @@ -94579,7 +94599,7 @@ paths: type: array items: *60 examples: - default: *620 + default: *621 headers: Link: *58 '404': *6 @@ -94693,7 +94713,7 @@ paths: required: true content: application/json: - schema: *474 + schema: *475 examples: default: value: @@ -94843,7 +94863,7 @@ paths: application/json: schema: type: array - items: &621 + items: &622 title: Key description: Key type: object @@ -94940,9 +94960,9 @@ paths: description: Response content: application/json: - schema: *621 + schema: *622 examples: - default: &622 + default: &623 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -94975,15 +94995,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#get-a-public-ssh-key-for-the-authenticated-user parameters: - - *503 + - *504 responses: '200': description: Response content: application/json: - schema: *621 + schema: *622 examples: - default: *622 + default: *623 '404': *6 '304': *37 '403': *29 @@ -95006,7 +95026,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#delete-a-public-ssh-key-for-the-authenticated-user parameters: - - *503 + - *504 responses: '204': description: Response @@ -95039,7 +95059,7 @@ paths: application/json: schema: type: array - items: &623 + items: &624 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -95107,7 +95127,7 @@ paths: - account - plan examples: - default: &624 + default: &625 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -95169,9 +95189,9 @@ paths: application/json: schema: type: array - items: *623 + items: *624 examples: - default: *624 + default: *625 headers: Link: *58 '304': *37 @@ -96166,7 +96186,7 @@ paths: url: https://docs.github.com/rest/migrations/users#unlock-a-user-repository parameters: - *207 - - *625 + - *626 responses: '204': description: Response @@ -96239,7 +96259,7 @@ paths: type: array items: *203 examples: - default: *626 + default: *627 headers: Link: *58 '304': *37 @@ -96281,7 +96301,7 @@ paths: - docker - nuget - container - - *627 + - *628 - *19 - *17 responses: @@ -96293,8 +96313,8 @@ paths: type: array items: *214 examples: - default: *628 - '400': *629 + default: *629 + '400': *630 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -96323,7 +96343,7 @@ paths: application/json: schema: *214 examples: - default: &642 + default: &643 value: id: 40201 name: octo-name @@ -96776,9 +96796,9 @@ paths: application/json: schema: type: array - items: *616 + items: *617 examples: - default: *630 + default: *631 headers: Link: *58 '304': *37 @@ -96891,7 +96911,7 @@ paths: type: array items: *60 examples: - default: &637 + default: &638 summary: Default response value: - id: 1296269 @@ -97195,9 +97215,9 @@ paths: description: Response content: application/json: - schema: *291 + schema: *292 examples: - default: *293 + default: *294 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -97235,9 +97255,9 @@ paths: application/json: schema: type: array - items: *476 + items: *477 examples: - default: *631 + default: *632 headers: Link: *58 '304': *37 @@ -97316,7 +97336,7 @@ paths: application/json: schema: type: array - items: &632 + items: &633 title: Social account description: Social media account type: object @@ -97331,7 +97351,7 @@ paths: - provider - url examples: - default: &633 + default: &634 value: - provider: twitter url: https://twitter.com/github @@ -97393,9 +97413,9 @@ paths: application/json: schema: type: array - items: *632 + items: *633 examples: - default: *633 + default: *634 '422': *15 '304': *37 '404': *6 @@ -97482,7 +97502,7 @@ paths: application/json: schema: type: array - items: &634 + items: &635 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -97502,7 +97522,7 @@ paths: - title - created_at examples: - default: &653 + default: &654 value: - key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -97568,9 +97588,9 @@ paths: description: Response content: application/json: - schema: *634 + schema: *635 examples: - default: &635 + default: &636 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -97601,7 +97621,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: - - &636 + - &637 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -97613,9 +97633,9 @@ paths: description: Response content: application/json: - schema: *634 + schema: *635 examples: - default: *635 + default: *636 '404': *6 '304': *37 '403': *29 @@ -97638,7 +97658,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/ssh-signing-keys#delete-an-ssh-signing-key-for-the-authenticated-user parameters: - - *636 + - *637 responses: '204': description: Response @@ -97667,7 +97687,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &654 + - &655 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 @@ -97692,11 +97712,11 @@ paths: type: array items: *60 examples: - default-response: *637 + default-response: *638 application/vnd.github.v3.star+json: schema: type: array - items: &655 + items: &656 title: Starred Repository description: Starred Repository type: object @@ -97852,8 +97872,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: - - *280 - *281 + - *282 responses: '204': description: Response if this repository is starred by you @@ -97881,8 +97901,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#star-a-repository-for-the-authenticated-user parameters: - - *280 - *281 + - *282 responses: '204': description: Response @@ -97906,8 +97926,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#unstar-a-repository-for-the-authenticated-user parameters: - - *280 - *281 + - *282 responses: '204': description: Response @@ -97979,7 +97999,7 @@ paths: application/json: schema: type: array - items: *265 + items: *266 examples: default: value: @@ -98065,10 +98085,10 @@ paths: application/json: schema: oneOf: + - *610 - *609 - - *608 examples: - default-response: &639 + default-response: &640 summary: Default response value: login: octocat @@ -98103,7 +98123,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &640 + response-with-git-hub-plan-information: &641 summary: Response with GitHub plan information value: login: octocat @@ -98163,7 +98183,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#list-users parameters: - - *638 + - *639 - *17 responses: '200': @@ -98212,11 +98232,11 @@ paths: application/json: schema: oneOf: + - *610 - *609 - - *608 examples: - default-response: *639 - response-with-git-hub-plan-information: *640 + default-response: *640 + response-with-git-hub-plan-information: *641 '404': *6 x-github: githubCloudOnly: false @@ -98292,7 +98312,7 @@ paths: bundle_url: type: string examples: - default: *342 + default: *343 '201': description: Response content: @@ -98333,7 +98353,7 @@ paths: type: array items: *214 examples: - default: *628 + default: *629 '403': *29 '401': *25 x-github: @@ -98737,9 +98757,9 @@ paths: application/json: schema: type: array - items: *617 + items: *618 examples: - default: *641 + default: *642 headers: Link: *58 x-github: @@ -98843,7 +98863,7 @@ paths: application/json: schema: *22 examples: - default: *473 + default: *474 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -98921,7 +98941,7 @@ paths: type: array items: *203 examples: - default: *626 + default: *627 headers: Link: *58 x-github: @@ -98960,7 +98980,7 @@ paths: - docker - nuget - container - - *627 + - *628 - *133 - *19 - *17 @@ -98973,10 +98993,10 @@ paths: type: array items: *214 examples: - default: *628 + default: *629 '403': *29 '401': *25 - '400': *629 + '400': *630 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -99006,7 +99026,7 @@ paths: application/json: schema: *214 examples: - default: *642 + default: *643 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -99605,9 +99625,9 @@ paths: description: Response content: application/json: - schema: *643 + schema: *644 examples: - default: *644 + default: *645 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -99635,9 +99655,9 @@ paths: description: Response content: application/json: - schema: *645 + schema: *646 examples: - default: *646 + default: *647 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -99665,9 +99685,9 @@ paths: description: Response content: application/json: - schema: *647 + schema: *648 examples: - default: *648 + default: *649 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -99688,10 +99708,10 @@ paths: url: https://docs.github.com/rest/billing/enhanced-billing#get-billing-usage-report-for-a-user parameters: - *133 - - *649 - *650 - *651 - *652 + - *653 responses: '200': description: Response when getting a billing usage report @@ -99790,9 +99810,9 @@ paths: application/json: schema: type: array - items: *632 + items: *633 examples: - default: *633 + default: *634 headers: Link: *58 x-github: @@ -99822,9 +99842,9 @@ paths: application/json: schema: type: array - items: *634 + items: *635 examples: - default: *653 + default: *654 headers: Link: *58 x-github: @@ -99849,7 +99869,7 @@ paths: url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-a-user parameters: - *133 - - *654 + - *655 - *48 - *17 - *19 @@ -99861,11 +99881,11 @@ paths: schema: anyOf: - type: array - items: *655 + items: *656 - type: array items: *60 examples: - default-response: *637 + default-response: *638 headers: Link: *58 x-github: @@ -100024,7 +100044,7 @@ x-webhooks: type: string enum: - disabled - enterprise: &656 + enterprise: &657 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -100082,7 +100102,7 @@ x-webhooks: - created_at - updated_at - avatar_url - installation: &657 + installation: &658 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -100101,7 +100121,7 @@ x-webhooks: required: - id - node_id - organization: &658 + organization: &659 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -100161,13 +100181,13 @@ x-webhooks: - public_members_url - avatar_url - description - repository: &659 + repository: &660 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: &689 + properties: &690 id: description: Unique identifier of the repository example: 42 @@ -100850,7 +100870,7 @@ x-webhooks: type: boolean description: Whether anonymous git access is enabled for this repository - required: &690 + required: &691 - archive_url - assignees_url - blobs_url @@ -101001,10 +101021,10 @@ x-webhooks: type: string enum: - enabled - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 sender: *4 required: - action @@ -101080,11 +101100,11 @@ x-webhooks: type: string enum: - created - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 - rule: &660 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 + rule: &661 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) @@ -101307,11 +101327,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 - rule: *660 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 + rule: *661 sender: *4 required: - action @@ -101494,11 +101514,11 @@ x-webhooks: - everyone required: - from - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 - rule: *660 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 + rule: *661 sender: *4 required: - action @@ -101582,7 +101602,7 @@ x-webhooks: type: string enum: - completed - check_run: &662 + check_run: &663 title: CheckRun description: A check performed on the code of a given code change type: object @@ -101645,7 +101665,7 @@ x-webhooks: type: string pull_requests: type: array - items: *359 + items: *360 repository: *120 status: example: completed @@ -101683,7 +101703,7 @@ x-webhooks: - skipped - timed_out - action_required - deployment: *661 + deployment: *662 details_url: example: https://example.com type: string @@ -101733,7 +101753,7 @@ x-webhooks: - annotations_url pull_requests: type: array - items: *359 + items: *360 started_at: example: '2018-05-04T01:14:52Z' type: string @@ -101768,9 +101788,9 @@ x-webhooks: - output - app - pull_requests - installation: *657 - organization: *658 - repository: *659 + installation: *658 + organization: *659 + repository: *660 sender: *4 required: - check_run @@ -102163,10 +102183,10 @@ x-webhooks: type: string enum: - created - check_run: *662 - installation: *657 - organization: *658 - repository: *659 + check_run: *663 + installation: *658 + organization: *659 + repository: *660 sender: *4 required: - check_run @@ -102562,10 +102582,10 @@ x-webhooks: type: string enum: - requested_action - check_run: *662 - installation: *657 - organization: *658 - repository: *659 + check_run: *663 + installation: *658 + organization: *659 + repository: *660 requested_action: description: The action requested by the user. type: object @@ -102970,10 +102990,10 @@ x-webhooks: type: string enum: - rerequested - check_run: *662 - installation: *657 - organization: *658 - repository: *659 + check_run: *663 + installation: *658 + organization: *659 + repository: *660 sender: *4 required: - check_run @@ -103950,10 +103970,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 sender: *4 required: - action @@ -104623,10 +104643,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 sender: *4 required: - action @@ -105290,10 +105310,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 sender: *4 required: - action @@ -105456,7 +105476,7 @@ x-webhooks: required: - login - id - dismissed_comment: *375 + dismissed_comment: *376 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -105601,20 +105621,20 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: &663 + commit_oid: &664 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: *656 - installation: *657 - organization: *658 - ref: &664 + enterprise: *657 + installation: *658 + organization: *659 + ref: &665 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: *659 + repository: *660 sender: *4 required: - action @@ -105776,7 +105796,7 @@ x-webhooks: required: - login - id - dismissed_comment: *375 + dismissed_comment: *376 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -106006,12 +106026,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *663 - enterprise: *656 - installation: *657 - organization: *658 - ref: *664 - repository: *659 + commit_oid: *664 + enterprise: *657 + installation: *658 + organization: *659 + ref: *665 + repository: *660 sender: *4 required: - action @@ -106106,7 +106126,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *375 + dismissed_comment: *376 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -106274,12 +106294,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *663 - enterprise: *656 - installation: *657 - organization: *658 - ref: *664 - repository: *659 + commit_oid: *664 + enterprise: *657 + installation: *658 + organization: *659 + ref: *665 + repository: *660 sender: *4 required: - action @@ -106442,7 +106462,7 @@ x-webhooks: required: - login - id - dismissed_comment: *375 + dismissed_comment: *376 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -106608,12 +106628,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *663 - enterprise: *656 - installation: *657 - organization: *658 - ref: *664 - repository: *659 + commit_oid: *664 + enterprise: *657 + installation: *658 + organization: *659 + ref: *665 + repository: *660 sender: *4 required: - action @@ -106710,7 +106730,7 @@ x-webhooks: dismissed_by: type: object nullable: true - dismissed_comment: *375 + dismissed_comment: *376 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -106878,16 +106898,16 @@ x-webhooks: triggered by the `sender` and this value will be empty. type: string nullable: true - enterprise: *656 - installation: *657 - organization: *658 + enterprise: *657 + installation: *658 + organization: *659 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: *659 + repository: *660 sender: *4 required: - action @@ -106981,7 +107001,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *375 + dismissed_comment: *376 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -107121,12 +107141,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *663 - enterprise: *656 - installation: *657 - organization: *658 - ref: *664 - repository: *659 + commit_oid: *664 + enterprise: *657 + installation: *658 + organization: *659 + ref: *665 + repository: *660 sender: *4 required: - action @@ -107383,10 +107403,10 @@ x-webhooks: - updated_at - author_association - body - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 sender: *4 required: - action @@ -107466,18 +107486,18 @@ x-webhooks: description: The repository's current description. type: string nullable: true - enterprise: *656 - installation: *657 + enterprise: *657 + installation: *658 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *658 - pusher_type: &665 + organization: *659 + pusher_type: &666 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &666 + ref: &667 description: The [`git ref`](https://docs.github.com/rest/git/refs#get-a-reference) resource. type: string @@ -107487,7 +107507,7 @@ x-webhooks: enum: - tag - branch - repository: *659 + repository: *660 sender: *4 required: - ref @@ -107570,9 +107590,9 @@ x-webhooks: enum: - created definition: *231 - enterprise: *656 - installation: *657 - organization: *658 + enterprise: *657 + installation: *658 + organization: *659 sender: *4 required: - action @@ -107657,9 +107677,9 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *656 - installation: *657 - organization: *658 + enterprise: *657 + installation: *658 + organization: *659 sender: *4 required: - action @@ -107737,9 +107757,9 @@ x-webhooks: enum: - promote_to_enterprise definition: *231 - enterprise: *656 - installation: *657 - organization: *658 + enterprise: *657 + installation: *658 + organization: *659 sender: *4 required: - action @@ -107817,9 +107837,9 @@ x-webhooks: enum: - updated definition: *231 - enterprise: *656 - installation: *657 - organization: *658 + enterprise: *657 + installation: *658 + organization: *659 sender: *4 required: - action @@ -107896,10 +107916,10 @@ x-webhooks: type: string enum: - updated - enterprise: *656 - installation: *657 - repository: *659 - organization: *658 + enterprise: *657 + installation: *658 + repository: *660 + organization: *659 sender: *4 new_property_values: type: array @@ -107984,18 +108004,18 @@ x-webhooks: title: delete event type: object properties: - enterprise: *656 - installation: *657 - organization: *658 - pusher_type: *665 - ref: *666 + enterprise: *657 + installation: *658 + organization: *659 + pusher_type: *666 + ref: *667 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *659 + repository: *660 sender: *4 required: - ref @@ -108079,11 +108099,11 @@ x-webhooks: type: string enum: - auto_dismissed - alert: *432 - installation: *657 - organization: *658 - enterprise: *656 - repository: *659 + alert: *433 + installation: *658 + organization: *659 + enterprise: *657 + repository: *660 sender: *4 required: - action @@ -108167,11 +108187,11 @@ x-webhooks: type: string enum: - auto_reopened - alert: *432 - installation: *657 - organization: *658 - enterprise: *656 - repository: *659 + alert: *433 + installation: *658 + organization: *659 + enterprise: *657 + repository: *660 sender: *4 required: - action @@ -108255,11 +108275,11 @@ x-webhooks: type: string enum: - created - alert: *432 - installation: *657 - organization: *658 - enterprise: *656 - repository: *659 + alert: *433 + installation: *658 + organization: *659 + enterprise: *657 + repository: *660 sender: *4 required: - action @@ -108341,11 +108361,11 @@ x-webhooks: type: string enum: - dismissed - alert: *432 - installation: *657 - organization: *658 - enterprise: *656 - repository: *659 + alert: *433 + installation: *658 + organization: *659 + enterprise: *657 + repository: *660 sender: *4 required: - action @@ -108427,11 +108447,11 @@ x-webhooks: type: string enum: - fixed - alert: *432 - installation: *657 - organization: *658 - enterprise: *656 - repository: *659 + alert: *433 + installation: *658 + organization: *659 + enterprise: *657 + repository: *660 sender: *4 required: - action @@ -108514,11 +108534,11 @@ x-webhooks: type: string enum: - reintroduced - alert: *432 - installation: *657 - organization: *658 - enterprise: *656 - repository: *659 + alert: *433 + installation: *658 + organization: *659 + enterprise: *657 + repository: *660 sender: *4 required: - action @@ -108600,11 +108620,11 @@ x-webhooks: type: string enum: - reopened - alert: *432 - installation: *657 - organization: *658 - enterprise: *656 - repository: *659 + alert: *433 + installation: *658 + organization: *659 + enterprise: *657 + repository: *660 sender: *4 required: - action @@ -108681,9 +108701,9 @@ x-webhooks: type: string enum: - created - enterprise: *656 - installation: *657 - key: &667 + enterprise: *657 + installation: *658 + key: &668 description: The [`deploy key`](https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -108719,8 +108739,8 @@ x-webhooks: - verified - created_at - read_only - organization: *658 - repository: *659 + organization: *659 + repository: *660 sender: *4 required: - action @@ -108797,11 +108817,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *656 - installation: *657 - key: *667 - organization: *658 - repository: *659 + enterprise: *657 + installation: *658 + key: *668 + organization: *659 + repository: *660 sender: *4 required: - action @@ -109362,12 +109382,12 @@ x-webhooks: - updated_at - statuses_url - repository_url - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 sender: *4 - workflow: &671 + workflow: &672 title: Workflow type: object nullable: true @@ -110093,13 +110113,13 @@ x-webhooks: description: The URL to review the deployment protection rule. type: string format: uri - deployment: *438 + deployment: *439 pull_requests: type: array - items: *523 - repository: *659 - organization: *658 - installation: *657 + items: *524 + repository: *660 + organization: *659 + installation: *658 sender: *4 responses: '200': @@ -110170,7 +110190,7 @@ x-webhooks: type: string enum: - approved - approver: &668 + approver: &669 type: object properties: avatar_url: @@ -110213,11 +110233,11 @@ x-webhooks: type: string comment: type: string - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 - reviewers: &669 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 + reviewers: &670 type: array items: type: object @@ -110296,7 +110316,7 @@ x-webhooks: sender: *4 since: type: string - workflow_job_run: &670 + workflow_job_run: &671 type: object properties: conclusion: @@ -111027,18 +111047,18 @@ x-webhooks: type: string enum: - rejected - approver: *668 + approver: *669 comment: type: string - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 - reviewers: *669 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 + reviewers: *670 sender: *4 since: type: string - workflow_job_run: *670 + workflow_job_run: *671 workflow_job_runs: type: array items: @@ -111742,13 +111762,13 @@ x-webhooks: type: string enum: - requested - enterprise: *656 + enterprise: *657 environment: type: string - installation: *657 - organization: *658 - repository: *659 - requestor: &676 + installation: *658 + organization: *659 + repository: *660 + requestor: &677 title: User type: object nullable: true @@ -113647,12 +113667,12 @@ x-webhooks: - updated_at - deployment_url - repository_url - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 sender: *4 - workflow: *671 + workflow: *672 workflow_run: title: Deployment Workflow Run type: object @@ -114332,7 +114352,7 @@ x-webhooks: type: string enum: - answered - answer: &674 + answer: &675 type: object properties: author_association: @@ -114489,7 +114509,7 @@ x-webhooks: - created_at - updated_at - body - discussion: &672 + discussion: &673 title: Discussion description: A Discussion in a repository. type: object @@ -114775,7 +114795,7 @@ x-webhooks: - id labels: type: array - items: *485 + items: *486 required: - repository_url - category @@ -114797,10 +114817,10 @@ x-webhooks: - author_association - active_lock_reason - body - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 sender: *4 required: - action @@ -114927,11 +114947,11 @@ x-webhooks: - from required: - category - discussion: *672 - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 + discussion: *673 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 sender: *4 required: - action @@ -115014,11 +115034,11 @@ x-webhooks: type: string enum: - closed - discussion: *672 - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 + discussion: *673 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 sender: *4 required: - action @@ -115100,7 +115120,7 @@ x-webhooks: type: string enum: - created - comment: &673 + comment: &674 type: object properties: author_association: @@ -115257,11 +115277,11 @@ x-webhooks: - updated_at - body - reactions - discussion: *672 - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 + discussion: *673 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 sender: *4 required: - action @@ -115344,12 +115364,12 @@ x-webhooks: type: string enum: - deleted - comment: *673 - discussion: *672 - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 + comment: *674 + discussion: *673 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 sender: *4 required: - action @@ -115444,12 +115464,12 @@ x-webhooks: - from required: - body - comment: *673 - discussion: *672 - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 + comment: *674 + discussion: *673 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 sender: *4 required: - action @@ -115533,11 +115553,11 @@ x-webhooks: type: string enum: - created - discussion: *672 - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 + discussion: *673 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 sender: *4 required: - action @@ -115619,11 +115639,11 @@ x-webhooks: type: string enum: - deleted - discussion: *672 - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 + discussion: *673 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 sender: *4 required: - action @@ -115723,11 +115743,11 @@ x-webhooks: type: string required: - from - discussion: *672 - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 + discussion: *673 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 sender: *4 required: - action @@ -115809,10 +115829,10 @@ x-webhooks: type: string enum: - labeled - discussion: *672 - enterprise: *656 - installation: *657 - label: &675 + discussion: *673 + enterprise: *657 + installation: *658 + label: &676 title: Label type: object properties: @@ -115844,8 +115864,8 @@ x-webhooks: - color - default - description - organization: *658 - repository: *659 + organization: *659 + repository: *660 sender: *4 required: - action @@ -115928,11 +115948,11 @@ x-webhooks: type: string enum: - locked - discussion: *672 - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 + discussion: *673 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 sender: *4 required: - action @@ -116014,11 +116034,11 @@ x-webhooks: type: string enum: - pinned - discussion: *672 - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 + discussion: *673 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 sender: *4 required: - action @@ -116100,11 +116120,11 @@ x-webhooks: type: string enum: - reopened - discussion: *672 - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 + discussion: *673 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 sender: *4 required: - action @@ -116189,16 +116209,16 @@ x-webhooks: changes: type: object properties: - new_discussion: *672 - new_repository: *659 + new_discussion: *673 + new_repository: *660 required: - new_discussion - new_repository - discussion: *672 - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 + discussion: *673 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 sender: *4 required: - action @@ -116281,10 +116301,10 @@ x-webhooks: type: string enum: - unanswered - discussion: *672 - old_answer: *674 - organization: *658 - repository: *659 + discussion: *673 + old_answer: *675 + organization: *659 + repository: *660 sender: *4 required: - action @@ -116366,12 +116386,12 @@ x-webhooks: type: string enum: - unlabeled - discussion: *672 - enterprise: *656 - installation: *657 - label: *675 - organization: *658 - repository: *659 + discussion: *673 + enterprise: *657 + installation: *658 + label: *676 + organization: *659 + repository: *660 sender: *4 required: - action @@ -116454,11 +116474,11 @@ x-webhooks: type: string enum: - unlocked - discussion: *672 - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 + discussion: *673 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 sender: *4 required: - action @@ -116540,11 +116560,11 @@ x-webhooks: type: string enum: - unpinned - discussion: *672 - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 + discussion: *673 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 sender: *4 required: - action @@ -116617,7 +116637,7 @@ x-webhooks: description: A user forks a repository. type: object properties: - enterprise: *656 + enterprise: *657 forkee: description: The created [`repository`](https://docs.github.com/rest/repos/repos#get-a-repository) resource. @@ -117277,9 +117297,9 @@ x-webhooks: type: integer watchers_count: type: integer - installation: *657 - organization: *658 - repository: *659 + installation: *658 + organization: *659 + repository: *660 sender: *4 required: - forkee @@ -117425,9 +117445,9 @@ x-webhooks: title: gollum event type: object properties: - enterprise: *656 - installation: *657 - organization: *658 + enterprise: *657 + installation: *658 + organization: *659 pages: description: The pages that were updated. type: array @@ -117464,7 +117484,7 @@ x-webhooks: - action - sha - html_url - repository: *659 + repository: *660 sender: *4 required: - pages @@ -117540,10 +117560,10 @@ x-webhooks: type: string enum: - created - enterprise: *656 + enterprise: *657 installation: *22 - organization: *658 - repositories: &677 + organization: *659 + repositories: &678 description: An array of repository objects that the installation can access. type: array @@ -117569,8 +117589,8 @@ x-webhooks: - name - full_name - private - repository: *659 - requester: *676 + repository: *660 + requester: *677 sender: *4 required: - action @@ -117645,11 +117665,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *656 + enterprise: *657 installation: *22 - organization: *658 - repositories: *677 - repository: *659 + organization: *659 + repositories: *678 + repository: *660 requester: nullable: true sender: *4 @@ -117725,11 +117745,11 @@ x-webhooks: type: string enum: - new_permissions_accepted - enterprise: *656 + enterprise: *657 installation: *22 - organization: *658 - repositories: *677 - repository: *659 + organization: *659 + repositories: *678 + repository: *660 requester: nullable: true sender: *4 @@ -117805,10 +117825,10 @@ x-webhooks: type: string enum: - added - enterprise: *656 + enterprise: *657 installation: *22 - organization: *658 - repositories_added: &678 + organization: *659 + repositories_added: &679 description: An array of repository objects, which were added to the installation. type: array @@ -117854,15 +117874,15 @@ x-webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *659 - repository_selection: &679 + repository: *660 + repository_selection: &680 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *676 + requester: *677 sender: *4 required: - action @@ -117941,10 +117961,10 @@ x-webhooks: type: string enum: - removed - enterprise: *656 + enterprise: *657 installation: *22 - organization: *658 - repositories_added: *678 + organization: *659 + repositories_added: *679 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -117971,9 +117991,9 @@ x-webhooks: - name - full_name - private - repository: *659 - repository_selection: *679 - requester: *676 + repository: *660 + repository_selection: *680 + requester: *677 sender: *4 required: - action @@ -118052,11 +118072,11 @@ x-webhooks: type: string enum: - suspend - enterprise: *656 + enterprise: *657 installation: *22 - organization: *658 - repositories: *677 - repository: *659 + organization: *659 + repositories: *678 + repository: *660 requester: nullable: true sender: *4 @@ -118234,10 +118254,10 @@ x-webhooks: type: string required: - from - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 sender: *4 target_type: type: string @@ -118316,11 +118336,11 @@ x-webhooks: type: string enum: - unsuspend - enterprise: *656 + enterprise: *657 installation: *22 - organization: *658 - repositories: *677 - repository: *659 + organization: *659 + repositories: *678 + repository: *660 requester: nullable: true sender: *4 @@ -118572,8 +118592,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *656 - installation: *657 + enterprise: *657 + installation: *658 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -119729,8 +119749,8 @@ x-webhooks: - state - locked - assignee - organization: *658 - repository: *659 + organization: *659 + repository: *660 sender: *4 required: - action @@ -119810,7 +119830,7 @@ x-webhooks: type: string enum: - deleted - comment: &680 + comment: &681 title: issue comment description: The [comment](https://docs.github.com/rest/issues/comments#get-an-issue-comment) itself. @@ -119975,8 +119995,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *656 - installation: *657 + enterprise: *657 + installation: *658 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -121130,8 +121150,8 @@ x-webhooks: - state - locked - assignee - organization: *658 - repository: *659 + organization: *659 + repository: *660 sender: *4 required: - action @@ -121211,7 +121231,7 @@ x-webhooks: type: string enum: - edited - changes: &708 + changes: &709 description: The changes to the comment. type: object properties: @@ -121223,9 +121243,9 @@ x-webhooks: type: string required: - from - comment: *680 - enterprise: *656 - installation: *657 + comment: *681 + enterprise: *657 + installation: *658 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -122380,8 +122400,8 @@ x-webhooks: - state - locked - assignee - organization: *658 - repository: *659 + organization: *659 + repository: *660 sender: *4 required: - action @@ -122463,10 +122483,10 @@ x-webhooks: type: string enum: - assigned - assignee: *676 - enterprise: *656 - installation: *657 - issue: &683 + assignee: *677 + enterprise: *657 + installation: *658 + issue: &684 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -123385,8 +123405,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *658 - repository: *659 + organization: *659 + repository: *660 sender: *4 required: - action @@ -123466,8 +123486,8 @@ x-webhooks: type: string enum: - closed - enterprise: *656 - installation: *657 + enterprise: *657 + installation: *658 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -124526,8 +124546,8 @@ x-webhooks: required: - state - closed_at - organization: *658 - repository: *659 + organization: *659 + repository: *660 sender: *4 required: - action @@ -124606,8 +124626,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *656 - installation: *657 + enterprise: *657 + installation: *658 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -125521,8 +125541,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *658 - repository: *659 + organization: *659 + repository: *660 sender: *4 required: - action @@ -125601,8 +125621,8 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *656 - installation: *657 + enterprise: *657 + installation: *658 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -126517,7 +126537,7 @@ x-webhooks: format: uri user_view_type: type: string - milestone: &681 + milestone: &682 title: Milestone description: A collection of related issues and pull requests. type: object @@ -126655,8 +126675,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *658 - repository: *659 + organization: *659 + repository: *660 sender: *4 required: - action @@ -126755,8 +126775,8 @@ x-webhooks: type: string required: - from - enterprise: *656 - installation: *657 + enterprise: *657 + installation: *658 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -127675,9 +127695,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *675 - organization: *658 - repository: *659 + label: *676 + organization: *659 + repository: *660 sender: *4 required: - action @@ -127757,8 +127777,8 @@ x-webhooks: type: string enum: - labeled - enterprise: *656 - installation: *657 + enterprise: *657 + installation: *658 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -128676,9 +128696,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *675 - organization: *658 - repository: *659 + label: *676 + organization: *659 + repository: *660 sender: *4 required: - action @@ -128758,8 +128778,8 @@ x-webhooks: type: string enum: - locked - enterprise: *656 - installation: *657 + enterprise: *657 + installation: *658 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -129678,8 +129698,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *658 - repository: *659 + organization: *659 + repository: *660 sender: *4 required: - action @@ -129758,8 +129778,8 @@ x-webhooks: type: string enum: - milestoned - enterprise: *656 - installation: *657 + enterprise: *657 + installation: *658 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -130672,9 +130692,9 @@ x-webhooks: format: uri user_view_type: type: string - milestone: *681 - organization: *658 - repository: *659 + milestone: *682 + organization: *659 + repository: *660 sender: *4 required: - action @@ -132117,8 +132137,8 @@ x-webhooks: required: - old_issue - old_repository - enterprise: *656 - installation: *657 + enterprise: *657 + installation: *658 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -133036,8 +133056,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *658 - repository: *659 + organization: *659 + repository: *660 sender: *4 required: - action @@ -133117,9 +133137,9 @@ x-webhooks: type: string enum: - pinned - enterprise: *656 - installation: *657 - issue: &682 + enterprise: *657 + installation: *658 + issue: &683 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -134031,8 +134051,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *658 - repository: *659 + organization: *659 + repository: *660 sender: *4 required: - action @@ -134111,8 +134131,8 @@ x-webhooks: type: string enum: - reopened - enterprise: *656 - installation: *657 + enterprise: *657 + installation: *658 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -135030,8 +135050,8 @@ x-webhooks: user_view_type: type: string type: *193 - organization: *658 - repository: *659 + organization: *659 + repository: *660 sender: *4 required: - action @@ -136494,11 +136514,11 @@ x-webhooks: required: - new_issue - new_repository - enterprise: *656 - installation: *657 - issue: *682 - organization: *658 - repository: *659 + enterprise: *657 + installation: *658 + issue: *683 + organization: *659 + repository: *660 sender: *4 required: - action @@ -136578,12 +136598,12 @@ x-webhooks: type: string enum: - typed - enterprise: *656 - installation: *657 - issue: *683 + enterprise: *657 + installation: *658 + issue: *684 type: *193 - organization: *658 - repository: *659 + organization: *659 + repository: *660 sender: *4 required: - action @@ -136664,7 +136684,7 @@ x-webhooks: type: string enum: - unassigned - assignee: &711 + assignee: &712 title: User type: object nullable: true @@ -136734,11 +136754,11 @@ x-webhooks: required: - login - id - enterprise: *656 - installation: *657 - issue: *683 - organization: *658 - repository: *659 + enterprise: *657 + installation: *658 + issue: *684 + organization: *659 + repository: *660 sender: *4 required: - action @@ -136817,12 +136837,12 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *656 - installation: *657 - issue: *683 - label: *675 - organization: *658 - repository: *659 + enterprise: *657 + installation: *658 + issue: *684 + label: *676 + organization: *659 + repository: *660 sender: *4 required: - action @@ -136902,8 +136922,8 @@ x-webhooks: type: string enum: - unlocked - enterprise: *656 - installation: *657 + enterprise: *657 + installation: *658 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -137820,8 +137840,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *658 - repository: *659 + organization: *659 + repository: *660 sender: *4 required: - action @@ -137901,11 +137921,11 @@ x-webhooks: type: string enum: - unpinned - enterprise: *656 - installation: *657 - issue: *682 - organization: *658 - repository: *659 + enterprise: *657 + installation: *658 + issue: *683 + organization: *659 + repository: *660 sender: *4 required: - action @@ -137984,12 +138004,12 @@ x-webhooks: type: string enum: - untyped - enterprise: *656 - installation: *657 - issue: *683 + enterprise: *657 + installation: *658 + issue: *684 type: *193 - organization: *658 - repository: *659 + organization: *659 + repository: *660 sender: *4 required: - action @@ -138069,11 +138089,11 @@ x-webhooks: type: string enum: - created - enterprise: *656 - installation: *657 - label: *675 - organization: *658 - repository: *659 + enterprise: *657 + installation: *658 + label: *676 + organization: *659 + repository: *660 sender: *4 required: - action @@ -138151,11 +138171,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *656 - installation: *657 - label: *675 - organization: *658 - repository: *659 + enterprise: *657 + installation: *658 + label: *676 + organization: *659 + repository: *660 sender: *4 required: - action @@ -138265,11 +138285,11 @@ x-webhooks: type: string required: - from - enterprise: *656 - installation: *657 - label: *675 - organization: *658 - repository: *659 + enterprise: *657 + installation: *658 + label: *676 + organization: *659 + repository: *660 sender: *4 required: - action @@ -138351,9 +138371,9 @@ x-webhooks: - cancelled effective_date: type: string - enterprise: *656 - installation: *657 - marketplace_purchase: &684 + enterprise: *657 + installation: *658 + marketplace_purchase: &685 title: Marketplace Purchase type: object required: @@ -138436,8 +138456,8 @@ x-webhooks: type: integer unit_count: type: integer - organization: *658 - previous_marketplace_purchase: &685 + organization: *659 + previous_marketplace_purchase: &686 title: Marketplace Purchase type: object properties: @@ -138517,7 +138537,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *659 + repository: *660 sender: *4 required: - action @@ -138597,10 +138617,10 @@ x-webhooks: - changed effective_date: type: string - enterprise: *656 - installation: *657 - marketplace_purchase: *684 - organization: *658 + enterprise: *657 + installation: *658 + marketplace_purchase: *685 + organization: *659 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -138683,7 +138703,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *659 + repository: *660 sender: *4 required: - action @@ -138765,10 +138785,10 @@ x-webhooks: - pending_change effective_date: type: string - enterprise: *656 - installation: *657 - marketplace_purchase: *684 - organization: *658 + enterprise: *657 + installation: *658 + marketplace_purchase: *685 + organization: *659 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -138850,7 +138870,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *659 + repository: *660 sender: *4 required: - action @@ -138931,8 +138951,8 @@ x-webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *656 - installation: *657 + enterprise: *657 + installation: *658 marketplace_purchase: title: Marketplace Purchase type: object @@ -139014,9 +139034,9 @@ x-webhooks: type: integer unit_count: type: integer - organization: *658 - previous_marketplace_purchase: *685 - repository: *659 + organization: *659 + previous_marketplace_purchase: *686 + repository: *660 sender: *4 required: - action @@ -139096,12 +139116,12 @@ x-webhooks: - purchased effective_date: type: string - enterprise: *656 - installation: *657 - marketplace_purchase: *684 - organization: *658 - previous_marketplace_purchase: *685 - repository: *659 + enterprise: *657 + installation: *658 + marketplace_purchase: *685 + organization: *659 + previous_marketplace_purchase: *686 + repository: *660 sender: *4 required: - action @@ -139203,11 +139223,11 @@ x-webhooks: type: string required: - to - enterprise: *656 - installation: *657 - member: *676 - organization: *658 - repository: *659 + enterprise: *657 + installation: *658 + member: *677 + organization: *659 + repository: *660 sender: *4 required: - action @@ -139307,11 +139327,11 @@ x-webhooks: to: type: string nullable: true - enterprise: *656 - installation: *657 - member: *676 - organization: *658 - repository: *659 + enterprise: *657 + installation: *658 + member: *677 + organization: *659 + repository: *660 sender: *4 required: - action @@ -139390,11 +139410,11 @@ x-webhooks: type: string enum: - removed - enterprise: *656 - installation: *657 - member: *676 - organization: *658 - repository: *659 + enterprise: *657 + installation: *658 + member: *677 + organization: *659 + repository: *660 sender: *4 required: - action @@ -139472,11 +139492,11 @@ x-webhooks: type: string enum: - added - enterprise: *656 - installation: *657 - member: *676 - organization: *658 - repository: *659 + enterprise: *657 + installation: *658 + member: *677 + organization: *659 + repository: *660 scope: description: The scope of the membership. Currently, can only be `team`. @@ -139552,7 +139572,7 @@ x-webhooks: required: - login - id - team: &686 + team: &687 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -139742,11 +139762,11 @@ x-webhooks: type: string enum: - removed - enterprise: *656 - installation: *657 - member: *676 - organization: *658 - repository: *659 + enterprise: *657 + installation: *658 + member: *677 + organization: *659 + repository: *660 scope: description: The scope of the membership. Currently, can only be `team`. @@ -139823,7 +139843,7 @@ x-webhooks: required: - login - id - team: *686 + team: *687 required: - action - scope @@ -139905,8 +139925,8 @@ x-webhooks: type: string enum: - checks_requested - installation: *657 - merge_group: &688 + installation: *658 + merge_group: &689 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -139925,15 +139945,15 @@ x-webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *687 + head_commit: *688 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *658 - repository: *659 + organization: *659 + repository: *660 sender: *4 required: - action @@ -140019,10 +140039,10 @@ x-webhooks: - merged - invalidated - dequeued - installation: *657 - merge_group: *688 - organization: *658 - repository: *659 + installation: *658 + merge_group: *689 + organization: *659 + repository: *660 sender: *4 required: - action @@ -140095,7 +140115,7 @@ x-webhooks: type: string enum: - deleted - enterprise: *656 + enterprise: *657 hook: description: 'The modified webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -140203,16 +140223,16 @@ x-webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *657 - organization: *658 + installation: *658 + organization: *659 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: *689 - required: *690 + properties: *690 + required: *691 nullable: true sender: *4 required: @@ -140293,11 +140313,11 @@ x-webhooks: type: string enum: - closed - enterprise: *656 - installation: *657 - milestone: *681 - organization: *658 - repository: *659 + enterprise: *657 + installation: *658 + milestone: *682 + organization: *659 + repository: *660 sender: *4 required: - action @@ -140376,9 +140396,9 @@ x-webhooks: type: string enum: - created - enterprise: *656 - installation: *657 - milestone: &691 + enterprise: *657 + installation: *658 + milestone: &692 title: Milestone description: A collection of related issues and pull requests. type: object @@ -140515,8 +140535,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *658 - repository: *659 + organization: *659 + repository: *660 sender: *4 required: - action @@ -140595,11 +140615,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *656 - installation: *657 - milestone: *681 - organization: *658 - repository: *659 + enterprise: *657 + installation: *658 + milestone: *682 + organization: *659 + repository: *660 sender: *4 required: - action @@ -140709,11 +140729,11 @@ x-webhooks: type: string required: - from - enterprise: *656 - installation: *657 - milestone: *681 - organization: *658 - repository: *659 + enterprise: *657 + installation: *658 + milestone: *682 + organization: *659 + repository: *660 sender: *4 required: - action @@ -140793,11 +140813,11 @@ x-webhooks: type: string enum: - opened - enterprise: *656 - installation: *657 - milestone: *691 - organization: *658 - repository: *659 + enterprise: *657 + installation: *658 + milestone: *692 + organization: *659 + repository: *660 sender: *4 required: - action @@ -140876,11 +140896,11 @@ x-webhooks: type: string enum: - blocked - blocked_user: *676 - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 + blocked_user: *677 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 sender: *4 required: - action @@ -140959,11 +140979,11 @@ x-webhooks: type: string enum: - unblocked - blocked_user: *676 - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 + blocked_user: *677 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 sender: *4 required: - action @@ -141042,9 +141062,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *656 - installation: *657 - membership: &692 + enterprise: *657 + installation: *658 + membership: &693 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -141136,8 +141156,8 @@ x-webhooks: - role - organization_url - user - organization: *658 - repository: *659 + organization: *659 + repository: *660 sender: *4 required: - action @@ -141215,11 +141235,11 @@ x-webhooks: type: string enum: - member_added - enterprise: *656 - installation: *657 - membership: *692 - organization: *658 - repository: *659 + enterprise: *657 + installation: *658 + membership: *693 + organization: *659 + repository: *660 sender: *4 required: - action @@ -141298,8 +141318,8 @@ x-webhooks: type: string enum: - member_invited - enterprise: *656 - installation: *657 + enterprise: *657 + installation: *658 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -141415,10 +141435,10 @@ x-webhooks: - inviter - team_count - invitation_teams_url - organization: *658 - repository: *659 + organization: *659 + repository: *660 sender: *4 - user: *676 + user: *677 required: - action - invitation @@ -141496,11 +141516,11 @@ x-webhooks: type: string enum: - member_removed - enterprise: *656 - installation: *657 - membership: *692 - organization: *658 - repository: *659 + enterprise: *657 + installation: *658 + membership: *693 + organization: *659 + repository: *660 sender: *4 required: - action @@ -141587,11 +141607,11 @@ x-webhooks: properties: from: type: string - enterprise: *656 - installation: *657 - membership: *692 - organization: *658 - repository: *659 + enterprise: *657 + installation: *658 + membership: *693 + organization: *659 + repository: *660 sender: *4 required: - action @@ -141667,9 +141687,9 @@ x-webhooks: type: string enum: - published - enterprise: *656 - installation: *657 - organization: *658 + enterprise: *657 + installation: *658 + organization: *659 package: description: Information about the package. type: object @@ -142168,7 +142188,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: &693 + items: &694 title: Ruby Gems metadata type: object properties: @@ -142263,7 +142283,7 @@ x-webhooks: - owner - package_version - registry - repository: *659 + repository: *660 sender: *4 required: - action @@ -142339,9 +142359,9 @@ x-webhooks: type: string enum: - updated - enterprise: *656 - installation: *657 - organization: *658 + enterprise: *657 + installation: *658 + organization: *659 package: description: Information about the package. type: object @@ -142694,7 +142714,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *693 + items: *694 source_url: type: string format: uri @@ -142764,7 +142784,7 @@ x-webhooks: - owner - package_version - registry - repository: *659 + repository: *660 sender: *4 required: - action @@ -142941,12 +142961,12 @@ x-webhooks: - duration - created_at - updated_at - enterprise: *656 + enterprise: *657 id: type: integer - installation: *657 - organization: *658 - repository: *659 + installation: *658 + organization: *659 + repository: *660 sender: *4 required: - id @@ -143023,7 +143043,7 @@ x-webhooks: type: string enum: - approved - personal_access_token_request: &694 + personal_access_token_request: &695 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -143169,10 +143189,10 @@ x-webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *656 - organization: *658 + enterprise: *657 + organization: *659 sender: *4 - installation: *657 + installation: *658 required: - action - personal_access_token_request @@ -143249,11 +143269,11 @@ x-webhooks: type: string enum: - cancelled - personal_access_token_request: *694 - enterprise: *656 - organization: *658 + personal_access_token_request: *695 + enterprise: *657 + organization: *659 sender: *4 - installation: *657 + installation: *658 required: - action - personal_access_token_request @@ -143329,11 +143349,11 @@ x-webhooks: type: string enum: - created - personal_access_token_request: *694 - enterprise: *656 - organization: *658 + personal_access_token_request: *695 + enterprise: *657 + organization: *659 sender: *4 - installation: *657 + installation: *658 required: - action - personal_access_token_request @@ -143408,11 +143428,11 @@ x-webhooks: type: string enum: - denied - personal_access_token_request: *694 - organization: *658 - enterprise: *656 + personal_access_token_request: *695 + organization: *659 + enterprise: *657 sender: *4 - installation: *657 + installation: *658 required: - action - personal_access_token_request @@ -143517,7 +143537,7 @@ x-webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *695 + last_response: *696 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -143549,8 +143569,8 @@ x-webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *658 - repository: *659 + organization: *659 + repository: *660 sender: *4 zen: description: Random string of GitHub zen. @@ -143795,10 +143815,10 @@ x-webhooks: - from required: - note - enterprise: *656 - installation: *657 - organization: *658 - project_card: &696 + enterprise: *657 + installation: *658 + organization: *659 + project_card: &697 title: Project Card type: object properties: @@ -143917,7 +143937,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *659 + repository: *660 sender: *4 required: - action @@ -143998,11 +144018,11 @@ x-webhooks: type: string enum: - created - enterprise: *656 - installation: *657 - organization: *658 - project_card: *696 - repository: *659 + enterprise: *657 + installation: *658 + organization: *659 + project_card: *697 + repository: *660 sender: *4 required: - action @@ -144082,9 +144102,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *656 - installation: *657 - organization: *658 + enterprise: *657 + installation: *658 + organization: *659 project_card: title: Project Card type: object @@ -144212,8 +144232,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: *689 - required: *690 + properties: *690 + required: *691 nullable: true sender: *4 required: @@ -144307,11 +144327,11 @@ x-webhooks: - from required: - note - enterprise: *656 - installation: *657 - organization: *658 - project_card: *696 - repository: *659 + enterprise: *657 + installation: *658 + organization: *659 + project_card: *697 + repository: *660 sender: *4 required: - action @@ -144405,9 +144425,9 @@ x-webhooks: - from required: - column_id - enterprise: *656 - installation: *657 - organization: *658 + enterprise: *657 + installation: *658 + organization: *659 project_card: allOf: - title: Project Card @@ -144597,7 +144617,7 @@ x-webhooks: type: string required: - after_id - repository: *659 + repository: *660 sender: *4 required: - action @@ -144677,10 +144697,10 @@ x-webhooks: type: string enum: - closed - enterprise: *656 - installation: *657 - organization: *658 - project: &698 + enterprise: *657 + installation: *658 + organization: *659 + project: &699 title: Project type: object properties: @@ -144804,7 +144824,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *659 + repository: *660 sender: *4 required: - action @@ -144884,10 +144904,10 @@ x-webhooks: type: string enum: - created - enterprise: *656 - installation: *657 - organization: *658 - project_column: &697 + enterprise: *657 + installation: *658 + organization: *659 + project_column: &698 title: Project Column type: object properties: @@ -144926,7 +144946,7 @@ x-webhooks: - name - created_at - updated_at - repository: *659 + repository: *660 sender: *4 required: - action @@ -145005,18 +145025,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *656 - installation: *657 - organization: *658 - project_column: *697 + enterprise: *657 + installation: *658 + organization: *659 + project_column: *698 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: *689 - required: *690 + properties: *690 + required: *691 nullable: true sender: *4 required: @@ -145106,11 +145126,11 @@ x-webhooks: type: string required: - from - enterprise: *656 - installation: *657 - organization: *658 - project_column: *697 - repository: *659 + enterprise: *657 + installation: *658 + organization: *659 + project_column: *698 + repository: *660 sender: *4 required: - action @@ -145190,11 +145210,11 @@ x-webhooks: type: string enum: - moved - enterprise: *656 - installation: *657 - organization: *658 - project_column: *697 - repository: *659 + enterprise: *657 + installation: *658 + organization: *659 + project_column: *698 + repository: *660 sender: *4 required: - action @@ -145274,11 +145294,11 @@ x-webhooks: type: string enum: - created - enterprise: *656 - installation: *657 - organization: *658 - project: *698 - repository: *659 + enterprise: *657 + installation: *658 + organization: *659 + project: *699 + repository: *660 sender: *4 required: - action @@ -145358,18 +145378,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *656 - installation: *657 - organization: *658 - project: *698 + enterprise: *657 + installation: *658 + organization: *659 + project: *699 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: *689 - required: *690 + properties: *690 + required: *691 nullable: true sender: *4 required: @@ -145471,11 +145491,11 @@ x-webhooks: type: string required: - from - enterprise: *656 - installation: *657 - organization: *658 - project: *698 - repository: *659 + enterprise: *657 + installation: *658 + organization: *659 + project: *699 + repository: *660 sender: *4 required: - action @@ -145554,11 +145574,11 @@ x-webhooks: type: string enum: - reopened - enterprise: *656 - installation: *657 - organization: *658 - project: *698 - repository: *659 + enterprise: *657 + installation: *658 + organization: *659 + project: *699 + repository: *660 sender: *4 required: - action @@ -145639,9 +145659,9 @@ x-webhooks: type: string enum: - closed - installation: *657 - organization: *658 - projects_v2: &699 + installation: *658 + organization: *659 + projects_v2: &700 title: Projects v2 Project description: A projects v2 project type: object @@ -145784,9 +145804,9 @@ x-webhooks: type: string enum: - created - installation: *657 - organization: *658 - projects_v2: *699 + installation: *658 + organization: *659 + projects_v2: *700 sender: *4 required: - action @@ -145867,9 +145887,9 @@ x-webhooks: type: string enum: - deleted - installation: *657 - organization: *658 - projects_v2: *699 + installation: *658 + organization: *659 + projects_v2: *700 sender: *4 required: - action @@ -145986,9 +146006,9 @@ x-webhooks: type: string to: type: string - installation: *657 - organization: *658 - projects_v2: *699 + installation: *658 + organization: *659 + projects_v2: *700 sender: *4 required: - action @@ -146071,7 +146091,7 @@ x-webhooks: type: string enum: - archived - changes: &703 + changes: &704 type: object properties: archived_at: @@ -146085,9 +146105,9 @@ x-webhooks: type: string nullable: true format: date-time - installation: *657 - organization: *658 - projects_v2_item: &700 + installation: *658 + organization: *659 + projects_v2_item: &701 title: Projects v2 Item description: An item belonging to a project type: object @@ -146221,9 +146241,9 @@ x-webhooks: nullable: true to: type: string - installation: *657 - organization: *658 - projects_v2_item: *700 + installation: *658 + organization: *659 + projects_v2_item: *701 sender: *4 required: - action @@ -146305,9 +146325,9 @@ x-webhooks: type: string enum: - created - installation: *657 - organization: *658 - projects_v2_item: *700 + installation: *658 + organization: *659 + projects_v2_item: *701 sender: *4 required: - action @@ -146388,9 +146408,9 @@ x-webhooks: type: string enum: - deleted - installation: *657 - organization: *658 - projects_v2_item: *700 + installation: *658 + organization: *659 + projects_v2_item: *701 sender: *4 required: - action @@ -146496,7 +146516,7 @@ x-webhooks: oneOf: - type: string - type: integer - - &701 + - &702 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -146514,7 +146534,7 @@ x-webhooks: required: - id - name - - &702 + - &703 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -146537,8 +146557,8 @@ x-webhooks: oneOf: - type: string - type: integer - - *701 - *702 + - *703 required: - field_value - type: object @@ -146554,9 +146574,9 @@ x-webhooks: nullable: true required: - body - installation: *657 - organization: *658 - projects_v2_item: *700 + installation: *658 + organization: *659 + projects_v2_item: *701 sender: *4 required: - action @@ -146651,9 +146671,9 @@ x-webhooks: to: type: string nullable: true - installation: *657 - organization: *658 - projects_v2_item: *700 + installation: *658 + organization: *659 + projects_v2_item: *701 sender: *4 required: - action @@ -146736,10 +146756,10 @@ x-webhooks: type: string enum: - restored - changes: *703 - installation: *657 - organization: *658 - projects_v2_item: *700 + changes: *704 + installation: *658 + organization: *659 + projects_v2_item: *701 sender: *4 required: - action @@ -146821,9 +146841,9 @@ x-webhooks: type: string enum: - reopened - installation: *657 - organization: *658 - projects_v2: *699 + installation: *658 + organization: *659 + projects_v2: *700 sender: *4 required: - action @@ -146904,9 +146924,9 @@ x-webhooks: type: string enum: - created - installation: *657 - organization: *658 - projects_v2_status_update: &704 + installation: *658 + organization: *659 + projects_v2_status_update: &705 title: Projects v2 Status Update description: An status update belonging to a project type: object @@ -147033,9 +147053,9 @@ x-webhooks: type: string enum: - deleted - installation: *657 - organization: *658 - projects_v2_status_update: *704 + installation: *658 + organization: *659 + projects_v2_status_update: *705 sender: *4 required: - action @@ -147171,9 +147191,9 @@ x-webhooks: type: string format: date nullable: true - installation: *657 - organization: *658 - projects_v2_status_update: *704 + installation: *658 + organization: *659 + projects_v2_status_update: *705 sender: *4 required: - action @@ -147244,10 +147264,10 @@ x-webhooks: title: public event type: object properties: - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 sender: *4 required: - repository @@ -147324,13 +147344,13 @@ x-webhooks: type: string enum: - assigned - assignee: *676 - enterprise: *656 - installation: *657 - number: &705 + assignee: *677 + enterprise: *657 + installation: *658 + number: &706 description: The pull request number. type: integer - organization: *658 + organization: *659 pull_request: title: Pull Request type: object @@ -149613,7 +149633,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *659 + repository: *660 sender: *4 required: - action @@ -149695,11 +149715,11 @@ x-webhooks: type: string enum: - auto_merge_disabled - enterprise: *656 - installation: *657 + enterprise: *657 + installation: *658 number: type: integer - organization: *658 + organization: *659 pull_request: title: Pull Request type: object @@ -151977,7 +151997,7 @@ x-webhooks: - draft reason: type: string - repository: *659 + repository: *660 sender: *4 required: - action @@ -152059,11 +152079,11 @@ x-webhooks: type: string enum: - auto_merge_enabled - enterprise: *656 - installation: *657 + enterprise: *657 + installation: *658 number: type: integer - organization: *658 + organization: *659 pull_request: title: Pull Request type: object @@ -154341,7 +154361,7 @@ x-webhooks: - draft reason: type: string - repository: *659 + repository: *660 sender: *4 required: - action @@ -154423,13 +154443,13 @@ x-webhooks: type: string enum: - closed - enterprise: *656 - installation: *657 - number: *705 - organization: *658 - pull_request: &706 + enterprise: *657 + installation: *658 + number: *706 + organization: *659 + pull_request: &707 allOf: - - *523 + - *524 - type: object properties: allow_auto_merge: @@ -154491,7 +154511,7 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *659 + repository: *660 sender: *4 required: - action @@ -154572,12 +154592,12 @@ x-webhooks: type: string enum: - converted_to_draft - enterprise: *656 - installation: *657 - number: *705 - organization: *658 - pull_request: *706 - repository: *659 + enterprise: *657 + installation: *658 + number: *706 + organization: *659 + pull_request: *707 + repository: *660 sender: *4 required: - action @@ -154657,11 +154677,11 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *656 - milestone: *506 - number: *705 - organization: *658 - pull_request: &707 + enterprise: *657 + milestone: *507 + number: *706 + organization: *659 + pull_request: &708 title: Pull Request type: object properties: @@ -156924,7 +156944,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *659 + repository: *660 sender: *4 required: - action @@ -157003,11 +157023,11 @@ x-webhooks: type: string enum: - dequeued - enterprise: *656 - installation: *657 + enterprise: *657 + installation: *658 number: type: integer - organization: *658 + organization: *659 pull_request: title: Pull Request type: object @@ -159289,7 +159309,7 @@ x-webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *659 + repository: *660 sender: *4 required: - action @@ -159413,12 +159433,12 @@ x-webhooks: type: string required: - from - enterprise: *656 - installation: *657 - number: *705 - organization: *658 - pull_request: *706 - repository: *659 + enterprise: *657 + installation: *658 + number: *706 + organization: *659 + pull_request: *707 + repository: *660 sender: *4 required: - action @@ -159498,11 +159518,11 @@ x-webhooks: type: string enum: - enqueued - enterprise: *656 - installation: *657 + enterprise: *657 + installation: *658 number: type: integer - organization: *658 + organization: *659 pull_request: title: Pull Request type: object @@ -161769,7 +161789,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *659 + repository: *660 sender: *4 required: - action @@ -161849,11 +161869,11 @@ x-webhooks: type: string enum: - labeled - enterprise: *656 - installation: *657 - label: *675 - number: *705 - organization: *658 + enterprise: *657 + installation: *658 + label: *676 + number: *706 + organization: *659 pull_request: title: Pull Request type: object @@ -164135,7 +164155,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *659 + repository: *660 sender: *4 required: - action @@ -164216,10 +164236,10 @@ x-webhooks: type: string enum: - locked - enterprise: *656 - installation: *657 - number: *705 - organization: *658 + enterprise: *657 + installation: *658 + number: *706 + organization: *659 pull_request: title: Pull Request type: object @@ -166499,7 +166519,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *659 + repository: *660 sender: *4 required: - action @@ -166579,12 +166599,12 @@ x-webhooks: type: string enum: - milestoned - enterprise: *656 - milestone: *506 - number: *705 - organization: *658 - pull_request: *707 - repository: *659 + enterprise: *657 + milestone: *507 + number: *706 + organization: *659 + pull_request: *708 + repository: *660 sender: *4 required: - action @@ -166663,12 +166683,12 @@ x-webhooks: type: string enum: - opened - enterprise: *656 - installation: *657 - number: *705 - organization: *658 - pull_request: *706 - repository: *659 + enterprise: *657 + installation: *658 + number: *706 + organization: *659 + pull_request: *707 + repository: *660 sender: *4 required: - action @@ -166749,12 +166769,12 @@ x-webhooks: type: string enum: - ready_for_review - enterprise: *656 - installation: *657 - number: *705 - organization: *658 - pull_request: *706 - repository: *659 + enterprise: *657 + installation: *658 + number: *706 + organization: *659 + pull_request: *707 + repository: *660 sender: *4 required: - action @@ -166834,12 +166854,12 @@ x-webhooks: type: string enum: - reopened - enterprise: *656 - installation: *657 - number: *705 - organization: *658 - pull_request: *706 - repository: *659 + enterprise: *657 + installation: *658 + number: *706 + organization: *659 + pull_request: *707 + repository: *660 sender: *4 required: - action @@ -167205,9 +167225,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *656 - installation: *657 - organization: *658 + enterprise: *657 + installation: *658 + organization: *659 pull_request: type: object properties: @@ -169377,7 +169397,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *659 + repository: *660 sender: *4 required: - action @@ -169457,7 +169477,7 @@ x-webhooks: type: string enum: - deleted - comment: &709 + comment: &710 title: Pull Request Review Comment description: The [comment](https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -169742,9 +169762,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *656 - installation: *657 - organization: *658 + enterprise: *657 + installation: *658 + organization: *659 pull_request: type: object properties: @@ -171902,7 +171922,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *659 + repository: *660 sender: *4 required: - action @@ -171982,11 +172002,11 @@ x-webhooks: type: string enum: - edited - changes: *708 - comment: *709 - enterprise: *656 - installation: *657 - organization: *658 + changes: *709 + comment: *710 + enterprise: *657 + installation: *658 + organization: *659 pull_request: type: object properties: @@ -174147,7 +174167,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *659 + repository: *660 sender: *4 required: - action @@ -174228,9 +174248,9 @@ x-webhooks: type: string enum: - dismissed - enterprise: *656 - installation: *657 - organization: *658 + enterprise: *657 + installation: *658 + organization: *659 pull_request: title: Simple Pull Request type: object @@ -176403,7 +176423,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *659 + repository: *660 review: description: The review that was affected. type: object @@ -176646,9 +176666,9 @@ x-webhooks: type: string required: - from - enterprise: *656 - installation: *657 - organization: *658 + enterprise: *657 + installation: *658 + organization: *659 pull_request: title: Simple Pull Request type: object @@ -178702,8 +178722,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *659 - review: &710 + repository: *660 + review: &711 description: The review that was affected. type: object properties: @@ -178932,12 +178952,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *656 - installation: *657 + enterprise: *657 + installation: *658 number: description: The pull request number. type: integer - organization: *658 + organization: *659 pull_request: title: Pull Request type: object @@ -181220,7 +181240,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *659 + repository: *660 requested_reviewer: title: User type: object @@ -181304,12 +181324,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *656 - installation: *657 + enterprise: *657 + installation: *658 number: description: The pull request number. type: integer - organization: *658 + organization: *659 pull_request: title: Pull Request type: object @@ -183599,7 +183619,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *659 + repository: *660 requested_team: title: Team description: Groups of organization members that gives permissions @@ -183791,12 +183811,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *656 - installation: *657 + enterprise: *657 + installation: *658 number: description: The pull request number. type: integer - organization: *658 + organization: *659 pull_request: title: Pull Request type: object @@ -186081,7 +186101,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *659 + repository: *660 requested_reviewer: title: User type: object @@ -186166,12 +186186,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *656 - installation: *657 + enterprise: *657 + installation: *658 number: description: The pull request number. type: integer - organization: *658 + organization: *659 pull_request: title: Pull Request type: object @@ -188447,7 +188467,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *659 + repository: *660 requested_team: title: Team description: Groups of organization members that gives permissions @@ -188628,9 +188648,9 @@ x-webhooks: type: string enum: - submitted - enterprise: *656 - installation: *657 - organization: *658 + enterprise: *657 + installation: *658 + organization: *659 pull_request: title: Simple Pull Request type: object @@ -190805,8 +190825,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *659 - review: *710 + repository: *660 + review: *711 sender: *4 required: - action @@ -190886,9 +190906,9 @@ x-webhooks: type: string enum: - resolved - enterprise: *656 - installation: *657 - organization: *658 + enterprise: *657 + installation: *658 + organization: *659 pull_request: title: Simple Pull Request type: object @@ -192958,7 +192978,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *659 + repository: *660 sender: *4 thread: type: object @@ -193341,9 +193361,9 @@ x-webhooks: type: string enum: - unresolved - enterprise: *656 - installation: *657 - organization: *658 + enterprise: *657 + installation: *658 + organization: *659 pull_request: title: Simple Pull Request type: object @@ -195399,7 +195419,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *659 + repository: *660 sender: *4 thread: type: object @@ -195785,10 +195805,10 @@ x-webhooks: type: string before: type: string - enterprise: *656 - installation: *657 - number: *705 - organization: *658 + enterprise: *657 + installation: *658 + number: *706 + organization: *659 pull_request: title: Pull Request type: object @@ -198059,7 +198079,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *659 + repository: *660 sender: *4 required: - action @@ -198141,11 +198161,11 @@ x-webhooks: type: string enum: - unassigned - assignee: *711 - enterprise: *656 - installation: *657 - number: *705 - organization: *658 + assignee: *712 + enterprise: *657 + installation: *658 + number: *706 + organization: *659 pull_request: title: Pull Request type: object @@ -200428,7 +200448,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *659 + repository: *660 sender: *4 required: - action @@ -200507,11 +200527,11 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *656 - installation: *657 - label: *675 - number: *705 - organization: *658 + enterprise: *657 + installation: *658 + label: *676 + number: *706 + organization: *659 pull_request: title: Pull Request type: object @@ -202784,7 +202804,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *659 + repository: *660 sender: *4 required: - action @@ -202865,10 +202885,10 @@ x-webhooks: type: string enum: - unlocked - enterprise: *656 - installation: *657 - number: *705 - organization: *658 + enterprise: *657 + installation: *658 + number: *706 + organization: *659 pull_request: title: Pull Request type: object @@ -205133,7 +205153,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *659 + repository: *660 sender: *4 required: - action @@ -205333,7 +205353,7 @@ x-webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *656 + enterprise: *657 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -205425,8 +205445,8 @@ x-webhooks: - url - author - committer - installation: *657 - organization: *658 + installation: *658 + organization: *659 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -206001,9 +206021,9 @@ x-webhooks: type: string enum: - published - enterprise: *656 - installation: *657 - organization: *658 + enterprise: *657 + installation: *658 + organization: *659 registry_package: type: object properties: @@ -206449,7 +206469,7 @@ x-webhooks: type: string rubygems_metadata: type: array - items: *693 + items: *694 summary: type: string tag_name: @@ -206503,7 +206523,7 @@ x-webhooks: - owner - package_version - registry - repository: *659 + repository: *660 sender: *4 required: - action @@ -206581,9 +206601,9 @@ x-webhooks: type: string enum: - updated - enterprise: *656 - installation: *657 - organization: *658 + enterprise: *657 + installation: *658 + organization: *659 registry_package: type: object properties: @@ -206891,7 +206911,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *693 + items: *694 summary: type: string tag_name: @@ -206940,7 +206960,7 @@ x-webhooks: - owner - package_version - registry - repository: *659 + repository: *660 sender: *4 required: - action @@ -207017,10 +207037,10 @@ x-webhooks: type: string enum: - created - enterprise: *656 - installation: *657 - organization: *658 - release: &712 + enterprise: *657 + installation: *658 + organization: *659 + release: &713 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -207325,7 +207345,7 @@ x-webhooks: - tarball_url - zipball_url - body - repository: *659 + repository: *660 sender: *4 required: - action @@ -207402,11 +207422,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *656 - installation: *657 - organization: *658 - release: *712 - repository: *659 + enterprise: *657 + installation: *658 + organization: *659 + release: *713 + repository: *660 sender: *4 required: - action @@ -207523,11 +207543,11 @@ x-webhooks: type: boolean required: - to - enterprise: *656 - installation: *657 - organization: *658 - release: *712 - repository: *659 + enterprise: *657 + installation: *658 + organization: *659 + release: *713 + repository: *660 sender: *4 required: - action @@ -207605,9 +207625,9 @@ x-webhooks: type: string enum: - prereleased - enterprise: *656 - installation: *657 - organization: *658 + enterprise: *657 + installation: *658 + organization: *659 release: title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) @@ -207916,7 +207936,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *659 + repository: *660 sender: *4 required: - action @@ -207992,10 +208012,10 @@ x-webhooks: type: string enum: - published - enterprise: *656 - installation: *657 - organization: *658 - release: &713 + enterprise: *657 + installation: *658 + organization: *659 + release: &714 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -208301,7 +208321,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *659 + repository: *660 sender: *4 required: - action @@ -208377,11 +208397,11 @@ x-webhooks: type: string enum: - released - enterprise: *656 - installation: *657 - organization: *658 - release: *712 - repository: *659 + enterprise: *657 + installation: *658 + organization: *659 + release: *713 + repository: *660 sender: *4 required: - action @@ -208457,11 +208477,11 @@ x-webhooks: type: string enum: - unpublished - enterprise: *656 - installation: *657 - organization: *658 - release: *713 - repository: *659 + enterprise: *657 + installation: *658 + organization: *659 + release: *714 + repository: *660 sender: *4 required: - action @@ -208537,11 +208557,11 @@ x-webhooks: type: string enum: - published - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 - repository_advisory: *583 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 + repository_advisory: *584 sender: *4 required: - action @@ -208617,11 +208637,11 @@ x-webhooks: type: string enum: - reported - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 - repository_advisory: *583 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 + repository_advisory: *584 sender: *4 required: - action @@ -208697,10 +208717,10 @@ x-webhooks: type: string enum: - archived - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 sender: *4 required: - action @@ -208777,10 +208797,10 @@ x-webhooks: type: string enum: - created - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 sender: *4 required: - action @@ -208858,10 +208878,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 sender: *4 required: - action @@ -208945,10 +208965,10 @@ x-webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 sender: *4 required: - action @@ -209060,10 +209080,10 @@ x-webhooks: nullable: true items: type: string - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 sender: *4 required: - action @@ -209135,10 +209155,10 @@ x-webhooks: title: repository_import event type: object properties: - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 sender: *4 status: type: string @@ -209219,10 +209239,10 @@ x-webhooks: type: string enum: - privatized - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 sender: *4 required: - action @@ -209299,10 +209319,10 @@ x-webhooks: type: string enum: - publicized - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 sender: *4 required: - action @@ -209396,10 +209416,10 @@ x-webhooks: - name required: - repository - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 sender: *4 required: - action @@ -209479,10 +209499,10 @@ x-webhooks: type: string enum: - created - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 repository_ruleset: *245 sender: *4 required: @@ -209561,10 +209581,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 repository_ruleset: *245 sender: *4 required: @@ -209643,10 +209663,10 @@ x-webhooks: type: string enum: - edited - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 repository_ruleset: *245 changes: type: object @@ -209951,10 +209971,10 @@ x-webhooks: - from required: - owner - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 sender: *4 required: - action @@ -210032,10 +210052,10 @@ x-webhooks: type: string enum: - unarchived - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 sender: *4 required: - action @@ -210113,7 +210133,7 @@ x-webhooks: type: string enum: - create - alert: &714 + alert: &715 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -210234,10 +210254,10 @@ x-webhooks: type: string enum: - open - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 sender: *4 required: - action @@ -210443,10 +210463,10 @@ x-webhooks: type: string enum: - dismissed - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 sender: *4 required: - action @@ -210524,11 +210544,11 @@ x-webhooks: type: string enum: - reopen - alert: *714 - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 + alert: *715 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 sender: *4 required: - action @@ -210727,10 +210747,10 @@ x-webhooks: enum: - fixed - open - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 sender: *4 required: - action @@ -210808,7 +210828,7 @@ x-webhooks: type: string enum: - created - alert: &715 + alert: &716 type: object properties: number: *54 @@ -210919,10 +210939,10 @@ x-webhooks: description: Whether the detected secret was found in multiple repositories in the same organization or business. nullable: true - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 sender: *4 required: - action @@ -211003,11 +211023,11 @@ x-webhooks: type: string enum: - created - alert: *715 - installation: *657 - location: *716 - organization: *658 - repository: *659 + alert: *716 + installation: *658 + location: *717 + organization: *659 + repository: *660 sender: *4 required: - location @@ -211245,11 +211265,11 @@ x-webhooks: type: string enum: - publicly_leaked - alert: *715 - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 + alert: *716 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 sender: *4 required: - action @@ -211327,11 +211347,11 @@ x-webhooks: type: string enum: - reopened - alert: *715 - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 + alert: *716 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 sender: *4 required: - action @@ -211409,11 +211429,11 @@ x-webhooks: type: string enum: - resolved - alert: *715 - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 + alert: *716 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 sender: *4 required: - action @@ -211491,11 +211511,11 @@ x-webhooks: type: string enum: - validated - alert: *715 - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 + alert: *716 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 sender: *4 required: - action @@ -211621,10 +211641,10 @@ x-webhooks: - organization - enterprise nullable: true - repository: *659 - enterprise: *656 - installation: *657 - organization: *658 + repository: *660 + enterprise: *657 + installation: *658 + organization: *659 sender: *4 required: - action @@ -211702,11 +211722,11 @@ x-webhooks: type: string enum: - published - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 - security_advisory: &717 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 + security_advisory: &718 description: The details of the security advisory, including summary, description, and severity. type: object @@ -211889,11 +211909,11 @@ x-webhooks: type: string enum: - updated - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 - security_advisory: *717 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 + security_advisory: *718 sender: *4 required: - action @@ -211966,10 +211986,10 @@ x-webhooks: type: string enum: - withdrawn - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -212154,10 +212174,10 @@ x-webhooks: type: object properties: security_and_analysis: *238 - enterprise: *656 - installation: *657 - organization: *658 - repository: *291 + enterprise: *657 + installation: *658 + organization: *659 + repository: *292 sender: *4 required: - changes @@ -212235,12 +212255,12 @@ x-webhooks: type: string enum: - cancelled - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 sender: *4 - sponsorship: &718 + sponsorship: &719 type: object properties: created_at: @@ -212541,12 +212561,12 @@ x-webhooks: type: string enum: - created - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 sender: *4 - sponsorship: *718 + sponsorship: *719 required: - action - sponsorship @@ -212634,12 +212654,12 @@ x-webhooks: type: string required: - from - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 sender: *4 - sponsorship: *718 + sponsorship: *719 required: - action - changes @@ -212716,17 +212736,17 @@ x-webhooks: type: string enum: - pending_cancellation - effective_date: &719 + effective_date: &720 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: *656 - installation: *657 - organization: *658 - repository: *659 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 sender: *4 - sponsorship: *718 + sponsorship: *719 required: - action - sponsorship @@ -212800,7 +212820,7 @@ x-webhooks: type: string enum: - pending_tier_change - changes: &720 + changes: &721 type: object properties: tier: @@ -212844,13 +212864,13 @@ x-webhooks: - from required: - tier - effective_date: *719 - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 + effective_date: *720 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 sender: *4 - sponsorship: *718 + sponsorship: *719 required: - action - changes @@ -212927,13 +212947,13 @@ x-webhooks: type: string enum: - tier_changed - changes: *720 - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 + changes: *721 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 sender: *4 - sponsorship: *718 + sponsorship: *719 required: - action - changes @@ -213007,10 +213027,10 @@ x-webhooks: type: string enum: - created - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -213093,10 +213113,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -213516,15 +213536,15 @@ x-webhooks: status. type: string nullable: true - enterprise: *656 + enterprise: *657 id: description: The unique identifier of the status. type: integer - installation: *657 + installation: *658 name: type: string - organization: *658 - repository: *659 + organization: *659 + repository: *660 sender: *4 sha: description: The Commit SHA. @@ -213639,9 +213659,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *77 - installation: *657 - organization: *658 - repository: *659 + installation: *658 + organization: *659 + repository: *660 sender: *4 required: - action @@ -213731,9 +213751,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *77 - installation: *657 - organization: *658 - repository: *659 + installation: *658 + organization: *659 + repository: *660 sender: *4 required: - action @@ -213823,9 +213843,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *77 - installation: *657 - organization: *658 - repository: *659 + installation: *658 + organization: *659 + repository: *660 sender: *4 required: - action @@ -213915,9 +213935,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *77 - installation: *657 - organization: *658 - repository: *659 + installation: *658 + organization: *659 + repository: *660 sender: *4 required: - action @@ -213994,12 +214014,12 @@ x-webhooks: title: team_add event type: object properties: - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 sender: *4 - team: &721 + team: &722 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -214189,9 +214209,9 @@ x-webhooks: type: string enum: - added_to_repository - enterprise: *656 - installation: *657 - organization: *658 + enterprise: *657 + installation: *658 + organization: *659 repository: title: Repository description: A git repository @@ -214649,7 +214669,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *721 + team: *722 required: - action - team @@ -214725,9 +214745,9 @@ x-webhooks: type: string enum: - created - enterprise: *656 - installation: *657 - organization: *658 + enterprise: *657 + installation: *658 + organization: *659 repository: title: Repository description: A git repository @@ -215185,7 +215205,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *721 + team: *722 required: - action - team @@ -215262,9 +215282,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *656 - installation: *657 - organization: *658 + enterprise: *657 + installation: *658 + organization: *659 repository: title: Repository description: A git repository @@ -215722,7 +215742,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *721 + team: *722 required: - action - team @@ -215866,9 +215886,9 @@ x-webhooks: - from required: - permissions - enterprise: *656 - installation: *657 - organization: *658 + enterprise: *657 + installation: *658 + organization: *659 repository: title: Repository description: A git repository @@ -216326,7 +216346,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *721 + team: *722 required: - action - changes @@ -216404,9 +216424,9 @@ x-webhooks: type: string enum: - removed_from_repository - enterprise: *656 - installation: *657 - organization: *658 + enterprise: *657 + installation: *658 + organization: *659 repository: title: Repository description: A git repository @@ -216864,7 +216884,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *721 + team: *722 required: - action - team @@ -216940,10 +216960,10 @@ x-webhooks: type: string enum: - started - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 sender: *4 required: - action @@ -217016,16 +217036,16 @@ x-webhooks: title: workflow_dispatch event type: object properties: - enterprise: *656 + enterprise: *657 inputs: type: object nullable: true additionalProperties: true - installation: *657 - organization: *658 + installation: *658 + organization: *659 ref: type: string - repository: *659 + repository: *660 sender: *4 workflow: type: string @@ -217107,10 +217127,10 @@ x-webhooks: type: string enum: - completed - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 sender: *4 workflow_job: allOf: @@ -217347,7 +217367,7 @@ x-webhooks: type: string required: - conclusion - deployment: *438 + deployment: *439 required: - action - repository @@ -217426,10 +217446,10 @@ x-webhooks: type: string enum: - in_progress - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 sender: *4 workflow_job: allOf: @@ -217689,7 +217709,7 @@ x-webhooks: required: - status - steps - deployment: *438 + deployment: *439 required: - action - repository @@ -217768,10 +217788,10 @@ x-webhooks: type: string enum: - queued - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 sender: *4 workflow_job: type: object @@ -217906,7 +217926,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *438 + deployment: *439 required: - action - repository @@ -217985,10 +218005,10 @@ x-webhooks: type: string enum: - waiting - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 sender: *4 workflow_job: type: object @@ -218124,7 +218144,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *438 + deployment: *439 required: - action - repository @@ -218204,12 +218224,12 @@ x-webhooks: type: string enum: - completed - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 sender: *4 - workflow: *671 + workflow: *672 workflow_run: title: Workflow Run type: object @@ -219208,12 +219228,12 @@ x-webhooks: type: string enum: - in_progress - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 sender: *4 - workflow: *671 + workflow: *672 workflow_run: title: Workflow Run type: object @@ -220197,12 +220217,12 @@ x-webhooks: type: string enum: - requested - enterprise: *656 - installation: *657 - organization: *658 - repository: *659 + enterprise: *657 + installation: *658 + organization: *659 + repository: *660 sender: *4 - workflow: *671 + workflow: *672 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 64fd512c5c..1767072d1e 100644 --- a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json +++ b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json @@ -46017,6 +46017,16 @@ "type": "boolean", "default": false } + }, + { + "name": "hide_secret", + "in": "query", + "description": "A boolean value representing whether or not to hide literal secrets in the results.", + "required": false, + "schema": { + "type": "boolean", + "default": false + } } ], "responses": { @@ -150905,7 +150915,9 @@ "registry_type": { "description": "The registry type.", "enum": [ - "maven_repository" + "maven_repository", + "nuget_feed", + "goproxy_server" ], "type": "string" }, @@ -151099,7 +151111,9 @@ "description": "The registry type.", "type": "string", "enum": [ - "maven_repository" + "maven_repository", + "nuget_feed", + "goproxy_server" ] }, "username": { @@ -151187,7 +151201,9 @@ "registry_type": { "description": "The registry type.", "enum": [ - "maven_repository" + "maven_repository", + "nuget_feed", + "goproxy_server" ], "type": "string" }, @@ -151513,7 +151529,9 @@ "registry_type": { "description": "The registry type.", "enum": [ - "maven_repository" + "maven_repository", + "nuget_feed", + "goproxy_server" ], "type": "string" }, @@ -151640,7 +151658,9 @@ "description": "The registry type.", "type": "string", "enum": [ - "maven_repository" + "maven_repository", + "nuget_feed", + "goproxy_server" ] }, "username": { @@ -168872,6 +168892,16 @@ "type": "boolean", "default": false } + }, + { + "name": "hide_secret", + "in": "query", + "description": "A boolean value representing whether or not to hide literal secrets in the results.", + "required": false, + "schema": { + "type": "boolean", + "default": false + } } ], "responses": { @@ -457903,6 +457933,16 @@ "type": "boolean", "default": false } + }, + { + "name": "hide_secret", + "in": "query", + "description": "A boolean value representing whether or not to hide literal secrets in the results.", + "required": false, + "schema": { + "type": "boolean", + "default": false + } } ], "responses": { @@ -458611,6 +458651,16 @@ "description": "The security alert number.", "readOnly": true } + }, + { + "name": "hide_secret", + "in": "query", + "description": "A boolean value representing whether or not to hide literal secrets in the results.", + "required": false, + "schema": { + "type": "boolean", + "default": false + } } ], "responses": { diff --git a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml index 3d4cff22e6..e041a3c3ad 100644 --- a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml +++ b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml @@ -859,7 +859,7 @@ paths: - subscriptions_url - type - url - type: &344 + type: &345 type: string description: The type of credit the user is receiving. enum: @@ -1025,7 +1025,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: - - &673 + - &674 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -1716,7 +1716,7 @@ paths: application/json: schema: *3 application/scim+json: - schema: &683 + schema: &684 title: Scim Error description: Scim Error type: object @@ -11328,7 +11328,7 @@ paths: description: The GitHub URL of the alert resource. format: uri readOnly: true - instances_url: &461 + instances_url: &462 type: string description: The REST API URL for fetching the list of instances for an alert. @@ -11363,7 +11363,7 @@ paths: format: date-time readOnly: true nullable: true - dismissed_reason: &462 + dismissed_reason: &463 type: string description: "**Required when the state is dismissed.** The reason for dismissing or closing the alert." @@ -11372,13 +11372,13 @@ paths: - false positive - won't fix - used in tests - dismissed_comment: &463 + dismissed_comment: &464 type: string description: The dismissal comment associated with the dismissal of the alert. nullable: true maxLength: 280 - rule: &464 + rule: &465 type: object properties: id: @@ -11431,7 +11431,7 @@ paths: type: string description: A link to the documentation for the rule used to detect the alert. - tool: &465 + tool: &466 type: object properties: name: *89 @@ -11441,15 +11441,15 @@ paths: description: The version of the tool used to generate the code scanning analysis. guid: *90 - most_recent_instance: &466 + most_recent_instance: &467 type: object properties: - ref: &459 + ref: &460 type: string description: |- The Git reference, formatted as `refs/pull//merge`, `refs/pull//head`, `refs/heads/` or simply ``. - analysis_key: &476 + analysis_key: &477 type: string description: Identifies the configuration under which the analysis was executed. For example, in GitHub Actions @@ -11460,7 +11460,7 @@ paths: the environment in which the analysis that generated this alert instance was performed, such as the language that was analyzed. - category: &477 + category: &478 type: string description: Identifies the configuration under which the analysis was executed. Used to distinguish between multiple @@ -14651,7 +14651,7 @@ paths: - unknown - direct - transitive - security_advisory: &518 + security_advisory: &519 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -14883,7 +14883,7 @@ paths: nullable: true maxLength: 280 fixed_at: *110 - auto_dismissed_at: &519 + auto_dismissed_at: &520 type: string description: 'The time that the alert was auto-dismissed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' @@ -15433,7 +15433,7 @@ paths: - name - created_on examples: - default: &355 + default: &356 value: total_count: 2 network_configurations: @@ -15656,7 +15656,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/network-configurations#get-a-hosted-compute-network-settings-resource-for-an-enterprise parameters: - *41 - - &356 + - &357 name: network_settings_id description: Unique identifier of the hosted compute network settings. in: path @@ -15668,7 +15668,7 @@ paths: description: Response content: application/json: - schema: &357 + schema: &358 title: Hosted compute network settings resource description: A hosted compute network settings resource. type: object @@ -15702,7 +15702,7 @@ paths: - subnet_id - region examples: - default: &358 + default: &359 value: id: 220F78DACB92BBFBC5E6F22DE1CCF52309D network_configuration_id: 934E208B3EE0BD60CF5F752C426BFB53562 @@ -16370,7 +16370,7 @@ paths: type: object description: A repository rule. oneOf: - - &631 + - &632 title: creation description: Only allow users with bypass permission to create matching refs. @@ -16382,7 +16382,7 @@ paths: type: string enum: - creation - - &632 + - &633 title: update description: Only allow users with bypass permission to update matching refs. @@ -16403,7 +16403,7 @@ paths: repository required: - update_allows_fetch_and_merge - - &634 + - &635 title: deletion description: Only allow users with bypass permissions to delete matching refs. @@ -16415,7 +16415,7 @@ paths: type: string enum: - deletion - - &635 + - &636 title: required_linear_history description: Prevent merge commits from being pushed to matching refs. @@ -16427,7 +16427,7 @@ paths: type: string enum: - required_linear_history - - &636 + - &637 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -16503,7 +16503,7 @@ paths: - merge_method - min_entries_to_merge - min_entries_to_merge_wait_minutes - - &637 + - &638 title: required_deployments description: Choose which environments must be successfully deployed to before refs can be pushed into a ref that matches @@ -16527,7 +16527,7 @@ paths: type: string required: - required_deployment_environments - - &638 + - &639 title: required_signatures description: Commits pushed to matching refs must have verified signatures. @@ -16539,7 +16539,7 @@ paths: type: string enum: - required_signatures - - &639 + - &640 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. @@ -16599,7 +16599,7 @@ paths: - require_last_push_approval - required_approving_review_count - required_review_thread_resolution - - &640 + - &641 title: required_status_checks description: Choose which status checks must pass before the ref is updated. When enabled, commits must first be pushed @@ -16646,7 +16646,7 @@ paths: required: - required_status_checks - strict_required_status_checks_policy - - &641 + - &642 title: non_fast_forward description: Prevent users with push access from force pushing to refs. @@ -16658,7 +16658,7 @@ paths: type: string enum: - non_fast_forward - - &642 + - &643 title: commit_message_pattern description: Parameters to be used for the commit_message_pattern rule @@ -16694,7 +16694,7 @@ paths: required: - operator - pattern - - &643 + - &644 title: commit_author_email_pattern description: Parameters to be used for the commit_author_email_pattern rule @@ -16730,7 +16730,7 @@ paths: required: - operator - pattern - - &644 + - &645 title: committer_email_pattern description: Parameters to be used for the committer_email_pattern rule @@ -16766,7 +16766,7 @@ paths: required: - operator - pattern - - &645 + - &646 title: branch_name_pattern description: Parameters to be used for the branch_name_pattern rule @@ -16802,7 +16802,7 @@ paths: required: - operator - pattern - - &646 + - &647 title: tag_name_pattern description: Parameters to be used for the tag_name_pattern rule @@ -16838,7 +16838,7 @@ paths: required: - operator - pattern - - &647 + - &648 title: file_path_restriction description: Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. @@ -16862,7 +16862,7 @@ paths: type: string required: - restricted_file_paths - - &648 + - &649 title: max_file_path_length description: Prevent commits that include file paths that exceed the specified character limit from being pushed to the commit @@ -16886,7 +16886,7 @@ paths: maximum: 256 required: - max_file_path_length - - &649 + - &650 title: file_extension_restriction description: Prevent commits that include files with specified file extensions from being pushed to the commit graph. @@ -16909,7 +16909,7 @@ paths: type: string required: - restricted_file_extensions - - &650 + - &651 title: max_file_size description: Prevent commits with individual files that exceed the specified limit from being pushed to the commit graph. @@ -16933,7 +16933,7 @@ paths: maximum: 100 required: - max_file_size - - &651 + - &652 title: workflows description: Require all changes made to a targeted branch to pass the specified workflows before they can be merged. @@ -16982,7 +16982,7 @@ paths: - repository_id required: - workflows - - &652 + - &653 title: code_scanning description: Choose which tools must provide code scanning results before the reference is updated. When configured, code scanning @@ -17601,6 +17601,15 @@ paths: schema: type: boolean default: false + - &342 + name: hide_secret + in: query + description: A boolean value representing whether or not to hide literal secrets + in the results. + required: false + schema: + type: boolean + default: false responses: '200': description: Response @@ -17608,7 +17617,7 @@ paths: application/json: schema: type: array - items: &342 + items: &343 type: object properties: number: *100 @@ -17627,14 +17636,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &665 + state: &666 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: &666 + resolution: &667 type: string description: "**Required when the `state` is `resolved`.** The reason for resolving the alert." @@ -17736,7 +17745,7 @@ paths: is base64 encoded nullable: true examples: - default: &343 + default: &344 value: - number: 2 created_at: '2020-11-06T18:48:51Z' @@ -18002,7 +18011,7 @@ paths: description: Response content: application/json: - schema: &346 + schema: &347 type: object properties: total_minutes_used: @@ -18072,7 +18081,7 @@ paths: - included_minutes - minutes_used_breakdown examples: - default: &347 + default: &348 value: total_minutes_used: 305 total_paid_minutes_used: 0 @@ -18103,7 +18112,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/billing#get-github-advanced-security-active-committers-for-an-enterprise parameters: - *41 - - &348 + - &349 name: advanced_security_product in: query description: The security product to get GitHub Advanced Security active committers @@ -18123,7 +18132,7 @@ paths: description: Success content: application/json: - schema: &349 + schema: &350 type: object properties: total_advanced_security_committers: @@ -18178,7 +18187,7 @@ paths: required: - repositories examples: - default: &350 + default: &351 value: total_advanced_security_committers: 2 total_count: 2 @@ -18418,7 +18427,7 @@ paths: description: Response content: application/json: - schema: &351 + schema: &352 type: object properties: total_gigabytes_bandwidth_used: @@ -18436,7 +18445,7 @@ paths: - total_paid_gigabytes_bandwidth_used - included_gigabytes_bandwidth examples: - default: &352 + default: &353 value: total_gigabytes_bandwidth_used: 50 total_paid_gigabytes_bandwidth_used: 40 @@ -18471,7 +18480,7 @@ paths: description: Response content: application/json: - schema: &353 + schema: &354 type: object properties: days_left_in_billing_cycle: @@ -18489,7 +18498,7 @@ paths: - estimated_paid_storage_for_month - estimated_storage_for_month examples: - default: &354 + default: &355 value: days_left_in_billing_cycle: 20 estimated_paid_storage_for_month: 15 @@ -18859,7 +18868,7 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: &570 + properties: &571 id: type: integer format: int64 @@ -18970,7 +18979,7 @@ paths: description: A collection of related issues and pull requests. type: object - properties: &503 + properties: &504 url: type: string format: uri @@ -19040,7 +19049,7 @@ paths: format: date-time example: '2012-10-09T23:39:01Z' nullable: true - required: &504 + required: &505 - closed_issues - creator - description @@ -19244,7 +19253,7 @@ paths: - total - completed - percent_completed - required: &571 + required: &572 - assignee - closed_at - comments @@ -19266,7 +19275,7 @@ paths: - author_association - created_at - updated_at - comment: &568 + comment: &569 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -19833,7 +19842,7 @@ paths: url: type: string format: uri - user: &722 + user: &723 title: Public User description: Public User type: object @@ -23138,14 +23147,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: - - &378 + - &379 name: owner description: The account owner of the repository. The name is not case sensitive. in: path required: true schema: type: string - - &379 + - &380 name: repo description: The name of the repository without the `.git` extension. The name is not case sensitive. @@ -23216,7 +23225,7 @@ paths: '404': *6 '403': *29 '304': *37 - '301': &392 + '301': &393 description: Moved permanently content: application/json: @@ -23238,7 +23247,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &600 + - &601 name: all description: If `true`, show notifications marked as read. in: query @@ -23246,7 +23255,7 @@ paths: schema: type: boolean default: false - - &601 + - &602 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -23256,7 +23265,7 @@ paths: type: boolean default: false - *145 - - &602 + - &603 name: before description: 'Only show notifications updated before the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: @@ -23728,7 +23737,7 @@ paths: - url - subscription_url examples: - default: &603 + default: &604 value: - id: '1' repository: @@ -24274,7 +24283,7 @@ paths: type: array items: *59 examples: - default: &740 + default: &741 value: - login: github id: 1 @@ -25207,7 +25216,7 @@ paths: type: integer repository_cache_usages: type: array - items: &397 + items: &398 title: Actions Cache Usage by repository description: GitHub Actions Cache Usage by repository. type: object @@ -25877,7 +25886,7 @@ paths: type: array items: *64 examples: - default: &734 + default: &735 value: total_count: 1 repositories: @@ -26696,7 +26705,7 @@ paths: type: array items: *198 examples: - default: &725 + default: &726 value: total_count: 1 repositories: @@ -27738,7 +27747,7 @@ paths: description: Response content: application/json: - schema: &417 + schema: &418 title: ActionsPublicKey description: The public key used for setting Actions Secrets. type: object @@ -27767,7 +27776,7 @@ paths: - key_id - key examples: - default: &418 + default: &419 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -28180,7 +28189,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-organization-variables parameters: - *172 - - &402 + - &403 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)." @@ -28793,7 +28802,7 @@ paths: bundle_url: type: string examples: - default: &431 + default: &432 value: attestations: - bundle: @@ -29134,7 +29143,7 @@ paths: application/json: schema: type: array - items: &448 + items: &449 title: Secret scanning bypass request description: A bypass request made by a user asking to be exempted from push protection in this repository. @@ -29259,7 +29268,7 @@ paths: format: uri example: https://github.com/octo-org/smile/exemptions/1 examples: - default: &449 + default: &450 value: - id: 21 number: 42 @@ -29912,7 +29921,7 @@ paths: be returned. in: query required: false - schema: &460 + schema: &461 type: string description: Severity of a code scanning alert. enum: @@ -30920,7 +30929,7 @@ paths: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: &489 + properties: &490 name: type: string description: The name of the machine. @@ -30962,7 +30971,7 @@ paths: - ready - in_progress nullable: true - required: &490 + required: &491 - name - display_name - operating_system @@ -31830,7 +31839,7 @@ paths: - updated_at - visibility examples: - default: &491 + default: &492 value: total_count: 2 secrets: @@ -31868,7 +31877,7 @@ paths: description: Response content: application/json: - schema: &492 + schema: &493 title: CodespacesPublicKey description: The public key used for setting Codespaces secrets. type: object @@ -31897,7 +31906,7 @@ paths: - key_id - key examples: - default: &493 + default: &494 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -31929,7 +31938,7 @@ paths: application/json: schema: *243 examples: - default: &495 + default: &496 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -33610,7 +33619,7 @@ paths: description: Response content: application/json: - schema: &522 + schema: &523 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -33627,7 +33636,7 @@ paths: - key_id - key examples: - default: &523 + default: &524 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -33957,7 +33966,7 @@ paths: - *221 - *222 - *223 - - &531 + - &532 name: request_status description: The status of the dismissal request to filter on. When specified, only requests with this status will be returned. @@ -33983,7 +33992,7 @@ paths: application/json: schema: type: array - items: &532 + items: &533 title: Secret scanning alert dismissal request description: A dismissal request made by a user asking to close a secret scanning alert in this repository. @@ -34104,7 +34113,7 @@ paths: format: uri example: https://github.com/octo-org/smile/security/secret-scanning/17 examples: - default: &533 + default: &534 value: - id: 21 number: 42 @@ -34446,7 +34455,7 @@ paths: description: Response content: application/json: - schema: &373 + schema: &374 title: ExternalGroup description: Information about an external group's usage and its members type: object @@ -34527,7 +34536,7 @@ paths: example: mona_lisa@github.com type: string examples: - default: &374 + default: &375 value: group_id: '123' group_name: Octocat admins @@ -34582,7 +34591,7 @@ paths: description: Response content: application/json: - schema: &371 + schema: &372 title: ExternalGroups description: A list of external groups available to be connected to a team @@ -34619,7 +34628,7 @@ paths: example: 2019-06-03 22:27:15:000 -700 type: string examples: - default: &372 + default: &373 value: groups: - group_id: '123' @@ -35921,7 +35930,7 @@ paths: application/json: schema: *22 examples: - default: &564 + default: &565 value: id: 1 account: @@ -36146,7 +36155,7 @@ paths: required: true content: application/json: - schema: &565 + schema: &566 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration @@ -37004,7 +37013,7 @@ paths: application/json: schema: *295 examples: - default: &488 + default: &489 value: id: 1 name: monalisa-octocat-hello-world-g4wpq6h95q @@ -38230,7 +38239,7 @@ paths: parameters: - *172 - *301 - - &739 + - &740 name: repo_name description: repo_name parameter in: path @@ -39251,7 +39260,7 @@ paths: inherited_from: description: Team the user has gotten the role through type: array - items: &345 + items: &346 title: Team Simple description: Groups of organization members that gives permissions on specified repositories. @@ -39545,7 +39554,7 @@ paths: - nuget - container - *172 - - &741 + - &742 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -39586,7 +39595,7 @@ paths: default: *308 '403': *29 '401': *25 - '400': &743 + '400': &744 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -40766,6 +40775,8 @@ paths: description: The registry type. enum: - maven_repository + - nuget_feed + - goproxy_server type: string username: description: The username to use when authenticating with @@ -40840,6 +40851,8 @@ paths: type: string enum: - maven_repository + - nuget_feed + - goproxy_server username: description: The username to use when authenticating with the private registry. This field should be omitted if the private registry @@ -40922,6 +40935,8 @@ paths: description: The registry type. enum: - maven_repository + - nuget_feed + - goproxy_server type: string username: description: The username to use when authenticating with the @@ -41090,6 +41105,8 @@ paths: type: string enum: - maven_repository + - nuget_feed + - goproxy_server username: description: The username to use when authenticating with the private registry. This field should be omitted if the private registry @@ -41412,7 +41429,7 @@ paths: '401': *25 '403': *29 '404': *6 - '410': &389 + '410': &390 description: Gone content: application/json: @@ -42164,7 +42181,7 @@ paths: description: Response content: application/json: - schema: &391 + schema: &392 title: Full Repository description: Full Repository type: object @@ -42557,7 +42574,7 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: &510 + properties: &511 url: type: string format: uri @@ -42573,7 +42590,7 @@ paths: nullable: true format: uri example: https://github.com/github/docs/blob/main/CODE_OF_CONDUCT.md - required: &511 + required: &512 - url - key - name @@ -42662,7 +42679,7 @@ paths: - network_count - subscribers_count examples: - default: &393 + default: &394 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -43215,7 +43232,7 @@ paths: - *172 - *17 - *19 - - &653 + - &654 name: targets description: | A comma-separated list of rule targets to filter by. @@ -43405,7 +43422,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#list-organization-rule-suites parameters: - *172 - - &654 + - &655 name: ref description: The name of the ref. Cannot contain wildcard characters. Optionally prefix with `refs/heads/` to limit to branches or `refs/tags/` to limit @@ -43417,14 +43434,14 @@ paths: x-multi-segment: true - *227 - *223 - - &655 + - &656 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 - - &656 + - &657 name: rule_suite_result description: The rule results to filter on. When specified, only suites with this result will be returned. @@ -43444,7 +43461,7 @@ paths: description: Response content: application/json: - schema: &657 + schema: &658 title: Rule Suites description: Response type: array @@ -43499,7 +43516,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 @@ -43543,7 +43560,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *172 - - &659 + - &660 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -43559,7 +43576,7 @@ paths: description: Response content: application/json: - schema: &660 + schema: &661 title: Rule Suite description: Response type: object @@ -43658,7 +43675,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 @@ -43989,7 +44006,7 @@ paths: - *88 - *19 - *17 - - &663 + - &664 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 @@ -43999,7 +44016,7 @@ paths: required: false schema: type: string - - &664 + - &665 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 @@ -44012,6 +44029,7 @@ paths: - *339 - *340 - *341 + - *342 responses: '200': description: Response @@ -44019,9 +44037,9 @@ paths: application/json: schema: type: array - items: *342 + items: *343 examples: - default: *343 + default: *344 headers: Link: *40 '404': *6 @@ -44091,7 +44109,7 @@ paths: application/json: schema: type: array - items: &671 + items: &672 description: A repository security advisory. type: object properties: @@ -44311,7 +44329,7 @@ paths: login: type: string description: The username of the user credited. - type: *344 + type: *345 credits_detailed: type: array nullable: true @@ -44321,7 +44339,7 @@ paths: type: object properties: user: *4 - type: *344 + type: *345 state: type: string description: The state of the user's acceptance of the @@ -44382,7 +44400,7 @@ paths: - private_fork additionalProperties: false examples: - default: &672 + default: &673 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -44769,7 +44787,7 @@ paths: application/json: schema: type: array - items: *345 + items: *346 examples: default: *306 x-github: @@ -44856,9 +44874,9 @@ paths: description: Response content: application/json: - schema: *346 + schema: *347 examples: - default: *347 + default: *348 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -44883,7 +44901,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/billing/billing#get-github-advanced-security-active-committers-for-an-organization parameters: - *172 - - *348 + - *349 - *17 - *19 responses: @@ -44891,9 +44909,9 @@ paths: description: Success content: application/json: - schema: *349 + schema: *350 examples: - default: *350 + default: *351 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -44921,9 +44939,9 @@ paths: description: Response content: application/json: - schema: *351 + schema: *352 examples: - default: *352 + default: *353 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -44951,9 +44969,9 @@ paths: description: Response content: application/json: - schema: *353 + schema: *354 examples: - default: *354 + default: *355 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -44993,7 +45011,7 @@ paths: type: array items: *113 examples: - default: *355 + default: *356 headers: Link: *40 x-github: @@ -45194,15 +45212,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/network-configurations#get-a-hosted-compute-network-settings-resource-for-an-organization parameters: - *172 - - *356 + - *357 responses: '200': description: Response content: application/json: - schema: *357 + schema: *358 examples: - default: *358 + default: *359 headers: Link: *40 x-github: @@ -45240,7 +45258,7 @@ paths: description: Response content: application/json: - schema: &380 + schema: &381 title: GroupMapping description: External Groups to be mapped to a team for membership type: object @@ -45286,7 +45304,7 @@ paths: type: string nullable: true examples: - default: &381 + default: &382 value: groups: - group_id: '123' @@ -45494,7 +45512,7 @@ paths: description: Response content: application/json: - schema: &359 + schema: &360 title: Full Team description: Groups of organization members that gives permissions on specified repositories. @@ -45804,7 +45822,7 @@ paths: - repos_count - organization examples: - default: &360 + default: &361 value: id: 1 node_id: MDQ6VGVhbTE= @@ -45881,9 +45899,9 @@ paths: description: Response content: application/json: - schema: *359 + schema: *360 examples: - default: *360 + default: *361 '404': *6 x-github: githubCloudOnly: false @@ -45967,16 +45985,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *359 + schema: *360 examples: - default: *360 + default: *361 '201': description: Response content: application/json: - schema: *359 + schema: *360 examples: - default: *360 + default: *361 '404': *6 '422': *15 '403': *29 @@ -46046,7 +46064,7 @@ paths: application/json: schema: type: array - items: &361 + items: &362 title: Team Discussion description: A team discussion is a persistent record of a free-form conversation within a team. @@ -46145,7 +46163,7 @@ paths: - updated_at - url examples: - default: &712 + default: &713 value: - author: login: octocat @@ -46254,9 +46272,9 @@ paths: description: Response content: application/json: - schema: *361 + schema: *362 examples: - default: &362 + default: &363 value: author: login: octocat @@ -46330,7 +46348,7 @@ paths: parameters: - *172 - *303 - - &363 + - &364 name: discussion_number description: The number that identifies the discussion. in: path @@ -46342,9 +46360,9 @@ paths: description: Response content: application/json: - schema: *361 + schema: *362 examples: - default: *362 + default: *363 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46368,7 +46386,7 @@ paths: parameters: - *172 - *303 - - *363 + - *364 requestBody: required: false content: @@ -46391,9 +46409,9 @@ paths: description: Response content: application/json: - schema: *361 + schema: *362 examples: - default: &713 + default: &714 value: author: login: octocat @@ -46465,7 +46483,7 @@ paths: parameters: - *172 - *303 - - *363 + - *364 responses: '204': description: Response @@ -46493,7 +46511,7 @@ paths: parameters: - *172 - *303 - - *363 + - *364 - *88 - *17 - *19 @@ -46504,7 +46522,7 @@ paths: application/json: schema: type: array - items: &364 + items: &365 title: Team Discussion Comment description: A reply to a discussion within a team. type: object @@ -46576,7 +46594,7 @@ paths: - updated_at - url examples: - default: &714 + default: &715 value: - author: login: octocat @@ -46646,7 +46664,7 @@ paths: parameters: - *172 - *303 - - *363 + - *364 requestBody: required: true content: @@ -46668,9 +46686,9 @@ paths: description: Response content: application/json: - schema: *364 + schema: *365 examples: - default: &365 + default: &366 value: author: login: octocat @@ -46738,8 +46756,8 @@ paths: parameters: - *172 - *303 - - *363 - - &366 + - *364 + - &367 name: comment_number description: The number that identifies the comment. in: path @@ -46751,9 +46769,9 @@ paths: description: Response content: application/json: - schema: *364 + schema: *365 examples: - default: *365 + default: *366 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46777,8 +46795,8 @@ paths: parameters: - *172 - *303 - - *363 - - *366 + - *364 + - *367 requestBody: required: true content: @@ -46800,9 +46818,9 @@ paths: description: Response content: application/json: - schema: *364 + schema: *365 examples: - default: &715 + default: &716 value: author: login: octocat @@ -46868,8 +46886,8 @@ paths: parameters: - *172 - *303 - - *363 - - *366 + - *364 + - *367 responses: '204': description: Response @@ -46897,8 +46915,8 @@ paths: parameters: - *172 - *303 - - *363 - - *366 + - *364 + - *367 - 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 team discussion comment. @@ -46924,7 +46942,7 @@ paths: application/json: schema: type: array - items: &367 + items: &368 title: Reaction description: Reactions to conversations provide a way to help people express their feelings more simply and effectively. @@ -46967,7 +46985,7 @@ paths: - content - created_at examples: - default: &369 + default: &370 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -47019,8 +47037,8 @@ paths: parameters: - *172 - *303 - - *363 - - *366 + - *364 + - *367 requestBody: required: true content: @@ -47053,9 +47071,9 @@ paths: team discussion comment content: application/json: - schema: *367 + schema: *368 examples: - default: &368 + default: &369 value: id: 1 node_id: MDg6UmVhY3Rpb24x @@ -47084,9 +47102,9 @@ paths: description: Response content: application/json: - schema: *367 + schema: *368 examples: - default: *368 + default: *369 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47111,9 +47129,9 @@ paths: parameters: - *172 - *303 - - *363 - - *366 - - &370 + - *364 + - *367 + - &371 name: reaction_id description: The unique identifier of the reaction. in: path @@ -47147,7 +47165,7 @@ paths: parameters: - *172 - *303 - - *363 + - *364 - 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 team discussion. @@ -47173,9 +47191,9 @@ paths: application/json: schema: type: array - items: *367 + items: *368 examples: - default: *369 + default: *370 headers: Link: *40 x-github: @@ -47203,7 +47221,7 @@ paths: parameters: - *172 - *303 - - *363 + - *364 requestBody: required: true content: @@ -47235,16 +47253,16 @@ paths: description: Response content: application/json: - schema: *367 + schema: *368 examples: - default: *368 + default: *369 '201': description: Response content: application/json: - schema: *367 + schema: *368 examples: - default: *368 + default: *369 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -47269,8 +47287,8 @@ paths: parameters: - *172 - *303 - - *363 - - *370 + - *364 + - *371 responses: '204': description: Response @@ -47300,9 +47318,9 @@ paths: description: Response content: application/json: - schema: *371 + schema: *372 examples: - default: *372 + default: *373 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -47345,9 +47363,9 @@ paths: description: Response content: application/json: - schema: *373 + schema: *374 examples: - default: *374 + default: *375 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -47488,7 +47506,7 @@ paths: description: Response content: application/json: - schema: &375 + schema: &376 title: Team Membership description: Team Membership type: object @@ -47515,7 +47533,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &716 + response-if-user-is-a-team-maintainer: &717 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -47578,9 +47596,9 @@ paths: description: Response content: application/json: - schema: *375 + schema: *376 examples: - response-if-users-membership-with-team-is-now-pending: &717 + response-if-users-membership-with-team-is-now-pending: &718 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -47653,7 +47671,7 @@ paths: application/json: schema: type: array - items: &376 + items: &377 title: Team Project description: A team's access to a project. type: object @@ -47721,7 +47739,7 @@ paths: - updated_at - permissions examples: - default: &718 + default: &719 value: - owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -47786,7 +47804,7 @@ paths: parameters: - *172 - *303 - - &377 + - &378 name: project_id description: The unique identifier of the project. in: path @@ -47798,9 +47816,9 @@ paths: description: Response content: application/json: - schema: *376 + schema: *377 examples: - default: &719 + default: &720 value: owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -47864,7 +47882,7 @@ paths: parameters: - *172 - *303 - - *377 + - *378 requestBody: required: false content: @@ -47932,7 +47950,7 @@ paths: parameters: - *172 - *303 - - *377 + - *378 responses: '204': description: Response @@ -48003,14 +48021,14 @@ paths: parameters: - *172 - *303 - - *378 - *379 + - *380 responses: '200': description: Alternative response with repository permissions content: application/json: - schema: &720 + schema: &721 title: Team Repository description: A team's access to a repository. type: object @@ -48581,8 +48599,8 @@ paths: parameters: - *172 - *303 - - *378 - *379 + - *380 requestBody: required: false content: @@ -48629,8 +48647,8 @@ paths: parameters: - *172 - *303 - - *378 - *379 + - *380 responses: '204': description: Response @@ -48663,9 +48681,9 @@ paths: description: Response content: application/json: - schema: *380 + schema: *381 examples: - default: *381 + default: *382 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -48731,7 +48749,7 @@ paths: description: Response content: application/json: - schema: *380 + schema: *381 examples: default: value: @@ -48776,7 +48794,7 @@ paths: type: array items: *229 examples: - response-if-child-teams-exist: &721 + response-if-child-teams-exist: &722 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -48903,7 +48921,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#get-a-project-card parameters: - - &382 + - &383 name: card_id description: The unique identifier of the card. in: path @@ -48915,7 +48933,7 @@ paths: description: Response content: application/json: - schema: &383 + schema: &384 title: Project Card description: Project cards represent a scope of work. type: object @@ -48982,7 +49000,7 @@ paths: - created_at - updated_at examples: - default: &384 + default: &385 value: url: https://api.github.com/projects/columns/cards/1478 id: 1478 @@ -49038,7 +49056,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#update-an-existing-project-card parameters: - - *382 + - *383 requestBody: required: false content: @@ -49065,9 +49083,9 @@ paths: description: Response content: application/json: - schema: *383 + schema: *384 examples: - default: *384 + default: *385 '304': *37 '403': *29 '401': *25 @@ -49094,7 +49112,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#delete-a-project-card parameters: - - *382 + - *383 responses: '204': description: Response @@ -49138,7 +49156,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#move-a-project-card parameters: - - *382 + - *383 requestBody: required: true content: @@ -49249,7 +49267,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#get-a-project-column parameters: - - &385 + - &386 name: column_id description: The unique identifier of the column. in: path @@ -49261,7 +49279,7 @@ paths: description: Response content: application/json: - schema: &386 + schema: &387 title: Project Column description: Project columns contain cards of work. type: object @@ -49307,7 +49325,7 @@ paths: - created_at - updated_at examples: - default: &387 + default: &388 value: url: https://api.github.com/projects/columns/367 project_url: https://api.github.com/projects/120 @@ -49342,7 +49360,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#update-an-existing-project-column parameters: - - *385 + - *386 requestBody: required: true content: @@ -49366,9 +49384,9 @@ paths: description: Response content: application/json: - schema: *386 + schema: *387 examples: - default: *387 + default: *388 '304': *37 '403': *29 '401': *25 @@ -49393,7 +49411,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#delete-a-project-column parameters: - - *385 + - *386 responses: '204': description: Response @@ -49422,7 +49440,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#list-project-cards parameters: - - *385 + - *386 - name: archived_state description: Filters the project cards that are returned by the card's state. in: query @@ -49443,7 +49461,7 @@ paths: application/json: schema: type: array - items: *383 + items: *384 examples: default: value: @@ -49502,7 +49520,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#create-a-project-card parameters: - - *385 + - *386 requestBody: required: true content: @@ -49542,9 +49560,9 @@ paths: description: Response content: application/json: - schema: *383 + schema: *384 examples: - default: *384 + default: *385 '304': *37 '403': *29 '401': *25 @@ -49600,7 +49618,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#move-a-project-column parameters: - - *385 + - *386 requestBody: required: true content: @@ -49660,7 +49678,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#get-a-project parameters: - - *377 + - *378 responses: '200': description: Response @@ -49668,7 +49686,7 @@ paths: application/json: schema: *323 examples: - default: &388 + default: &389 value: owner_url: https://api.github.com/repos/api-playground/projects-test url: https://api.github.com/projects/1002604 @@ -49725,7 +49743,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#update-a-project parameters: - - *377 + - *378 requestBody: required: false content: @@ -49773,7 +49791,7 @@ paths: application/json: schema: *323 examples: - default: *388 + default: *389 '404': description: Not Found if the authenticated user does not have access to the project @@ -49794,7 +49812,7 @@ paths: items: type: string '401': *25 - '410': *389 + '410': *390 '422': *7 x-github: githubCloudOnly: false @@ -49817,7 +49835,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#delete-a-project parameters: - - *377 + - *378 responses: '204': description: Delete Success @@ -49838,7 +49856,7 @@ paths: items: type: string '401': *25 - '410': *389 + '410': *390 '404': *6 x-github: githubCloudOnly: false @@ -49862,7 +49880,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#list-project-collaborators parameters: - - *377 + - *378 - name: affiliation description: Filters the collaborators by their affiliation. `outside` means outside collaborators of a project that are not a member of the project's @@ -49919,7 +49937,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#add-project-collaborator parameters: - - *377 + - *378 - *220 requestBody: required: false @@ -49972,7 +49990,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#remove-user-as-a-collaborator parameters: - - *377 + - *378 - *220 responses: '204': @@ -50004,7 +50022,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#get-project-permission-for-a-user parameters: - - *377 + - *378 - *220 responses: '200': @@ -50078,7 +50096,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#list-project-columns parameters: - - *377 + - *378 - *17 - *19 responses: @@ -50088,7 +50106,7 @@ paths: application/json: schema: type: array - items: *386 + items: *387 examples: default: value: @@ -50126,7 +50144,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#create-a-project-column parameters: - - *377 + - *378 requestBody: required: true content: @@ -50149,7 +50167,7 @@ paths: description: Response content: application/json: - schema: *386 + schema: *387 examples: default: value: @@ -50213,7 +50231,7 @@ paths: resources: type: object properties: - core: &390 + core: &391 title: Rate Limit type: object properties: @@ -50230,20 +50248,20 @@ paths: - remaining - reset - used - graphql: *390 - search: *390 - code_search: *390 - source_import: *390 - integration_manifest: *390 - code_scanning_upload: *390 - actions_runner_registration: *390 - scim: *390 - dependency_snapshots: *390 - code_scanning_autofix: *390 + graphql: *391 + search: *391 + code_search: *391 + source_import: *391 + integration_manifest: *391 + code_scanning_upload: *391 + actions_runner_registration: *391 + scim: *391 + dependency_snapshots: *391 + code_scanning_autofix: *391 required: - core - search - rate: *390 + rate: *391 required: - rate - resources @@ -50347,14 +50365,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository parameters: - - *378 - *379 + - *380 responses: '200': description: Response content: application/json: - schema: *391 + schema: *392 examples: default-response: summary: Default response @@ -50859,7 +50877,7 @@ paths: status: disabled '403': *29 '404': *6 - '301': *392 + '301': *393 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -50877,8 +50895,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#update-a-repository parameters: - - *378 - *379 + - *380 requestBody: required: false content: @@ -51132,10 +51150,10 @@ paths: description: Response content: application/json: - schema: *391 + schema: *392 examples: - default: *393 - '307': &394 + default: *394 + '307': &395 description: Temporary Redirect content: application/json: @@ -51164,8 +51182,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#delete-a-repository parameters: - - *378 - *379 + - *380 responses: '204': description: Response @@ -51187,7 +51205,7 @@ paths: value: message: Organization members cannot delete repositories. documentation_url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#delete-a-repository - '307': *394 + '307': *395 '404': *6 '409': *96 x-github: @@ -51211,11 +51229,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#list-artifacts-for-a-repository parameters: - - *378 - *379 + - *380 - *17 - *19 - - &409 + - &410 name: name description: The name field of an artifact. When specified, only artifacts with this name will be returned. @@ -51238,7 +51256,7 @@ paths: type: integer artifacts: type: array - items: &395 + items: &396 title: Artifact description: An artifact type: object @@ -51316,7 +51334,7 @@ paths: - expires_at - updated_at examples: - default: &410 + default: &411 value: total_count: 2 artifacts: @@ -51377,9 +51395,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#get-an-artifact parameters: - - *378 - *379 - - &396 + - *380 + - &397 name: artifact_id description: The unique identifier of the artifact. in: path @@ -51391,7 +51409,7 @@ paths: description: Response content: application/json: - schema: *395 + schema: *396 examples: default: value: @@ -51429,9 +51447,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#delete-an-artifact parameters: - - *378 - *379 - - *396 + - *380 + - *397 responses: '204': description: Response @@ -51455,9 +51473,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#download-an-artifact parameters: - - *378 - *379 - - *396 + - *380 + - *397 - name: archive_format in: path required: true @@ -51471,7 +51489,7 @@ paths: example: https://pipelines.actions.githubusercontent.com/OhgS4QRKqmgx7bKC27GKU83jnQjyeqG8oIMTge8eqtheppcmw8/_apis/pipelines/1/runs/176/signedlogcontent?urlExpires=2020-01-24T18%3A10%3A31.5729946Z&urlSigningMethod=HMACV1&urlSignature=agG73JakPYkHrh06seAkvmH7rBR4Ji4c2%2B6a2ejYh3E%3D schema: type: string - '410': *389 + '410': *390 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -51494,14 +51512,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: - - *378 - *379 + - *380 responses: '200': description: Response content: application/json: - schema: *397 + schema: *398 examples: default: value: @@ -51527,11 +51545,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: - - *378 - *379 + - *380 - *17 - *19 - - &398 + - &399 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 @@ -51565,7 +51583,7 @@ paths: description: Response content: application/json: - schema: &399 + schema: &400 title: Repository actions caches description: Repository actions caches type: object @@ -51607,7 +51625,7 @@ paths: - total_count - actions_caches examples: - default: &400 + default: &401 value: total_count: 1 actions_caches: @@ -51639,23 +51657,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: - - *378 - *379 + - *380 - name: key description: A key for identifying the cache. in: query required: true schema: type: string - - *398 + - *399 responses: '200': description: Response content: application/json: - schema: *399 + schema: *400 examples: - default: *400 + default: *401 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -51675,8 +51693,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: - - *378 - *379 + - *380 - name: cache_id description: The unique identifier of the GitHub Actions cache. in: path @@ -51707,9 +51725,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: - - *378 - *379 - - &401 + - *380 + - &402 name: job_id description: The unique identifier of the job. in: path @@ -51721,7 +51739,7 @@ paths: description: Response content: application/json: - schema: &413 + schema: &414 title: Job description: Information of a job execution in a workflow run type: object @@ -52028,9 +52046,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: - - *378 - *379 - - *401 + - *380 + - *402 responses: '302': description: Response @@ -52058,9 +52076,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: - - *378 - *379 - - *401 + - *380 + - *402 requestBody: required: false content: @@ -52105,8 +52123,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: - - *378 - *379 + - *380 responses: '200': description: Status response @@ -52156,8 +52174,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: - - *378 - *379 + - *380 requestBody: required: true content: @@ -52220,8 +52238,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-repository-organization-secrets parameters: - - *378 - *379 + - *380 - *17 - *19 responses: @@ -52239,7 +52257,7 @@ paths: type: integer secrets: type: array - items: &415 + items: &416 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -52259,7 +52277,7 @@ paths: - created_at - updated_at examples: - default: &416 + default: &417 value: total_count: 2 secrets: @@ -52292,9 +52310,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-repository-organization-variables parameters: - - *378 - *379 - - *402 + - *380 + - *403 - *19 responses: '200': @@ -52311,7 +52329,7 @@ paths: type: integer variables: type: array - items: &419 + items: &420 title: Actions Variable type: object properties: @@ -52341,7 +52359,7 @@ paths: - created_at - updated_at examples: - default: &420 + default: &421 value: total_count: 2 variables: @@ -52374,8 +52392,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: - - *378 - *379 + - *380 responses: '200': description: Response @@ -52384,7 +52402,7 @@ paths: schema: type: object properties: - enabled: &403 + enabled: &404 type: boolean description: Whether GitHub Actions is enabled on the repository. allowed_actions: *49 @@ -52417,8 +52435,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: - - *378 - *379 + - *380 responses: '204': description: Response @@ -52429,7 +52447,7 @@ paths: schema: type: object properties: - enabled: *403 + enabled: *404 allowed_actions: *49 required: - enabled @@ -52460,14 +52478,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: - - *378 - *379 + - *380 responses: '200': description: Response content: application/json: - schema: &404 + schema: &405 type: object properties: access_level: @@ -52485,7 +52503,7 @@ paths: required: - access_level examples: - default: &405 + default: &406 value: access_level: organization x-github: @@ -52510,15 +52528,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: - - *378 - *379 + - *380 requestBody: required: true content: application/json: - schema: *404 + schema: *405 examples: - default: *405 + default: *406 responses: '204': description: Response @@ -52542,8 +52560,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *378 - *379 + - *380 responses: '200': description: Response @@ -52574,8 +52592,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: - - *378 - *379 + - *380 responses: '204': description: Response @@ -52607,8 +52625,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-default-workflow-permissions-for-a-repository parameters: - - *378 - *379 + - *380 responses: '200': description: Response @@ -52637,8 +52655,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: - - *378 - *379 + - *380 responses: '204': description: Success response @@ -52678,8 +52696,8 @@ paths: in: query schema: type: string - - *378 - *379 + - *380 - *17 - *19 responses: @@ -52723,8 +52741,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: - - *378 - *379 + - *380 responses: '200': description: Response @@ -52756,8 +52774,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: - - *378 - *379 + - *380 requestBody: required: true content: @@ -52831,8 +52849,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#create-a-registration-token-for-a-repository parameters: - - *378 - *379 + - *380 responses: '201': description: Response @@ -52868,8 +52886,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#create-a-remove-token-for-a-repository parameters: - - *378 - *379 + - *380 responses: '201': description: Response @@ -52899,8 +52917,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#get-a-self-hosted-runner-for-a-repository parameters: - - *378 - *379 + - *380 - *61 responses: '200': @@ -52930,8 +52948,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#delete-a-self-hosted-runner-from-a-repository parameters: - - *378 - *379 + - *380 - *61 responses: '204': @@ -52958,8 +52976,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#list-labels-for-a-self-hosted-runner-for-a-repository parameters: - - *378 - *379 + - *380 - *61 responses: '200': *67 @@ -52984,8 +53002,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#add-custom-labels-to-a-self-hosted-runner-for-a-repository parameters: - - *378 - *379 + - *380 - *61 requestBody: required: true @@ -53034,8 +53052,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#set-custom-labels-for-a-self-hosted-runner-for-a-repository parameters: - - *378 - *379 + - *380 - *61 requestBody: required: true @@ -53085,8 +53103,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#remove-all-custom-labels-from-a-self-hosted-runner-for-a-repository parameters: - - *378 - *379 + - *380 - *61 responses: '200': *205 @@ -53116,8 +53134,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#remove-a-custom-label-from-a-self-hosted-runner-for-a-repository parameters: - - *378 - *379 + - *380 - *61 - *206 responses: @@ -53147,9 +53165,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: - - *378 - *379 - - &423 + - *380 + - &424 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. @@ -53157,7 +53175,7 @@ paths: required: false schema: type: string - - &424 + - &425 name: branch description: Returns workflow runs associated with a branch. Use the name of the branch of the `push`. @@ -53165,7 +53183,7 @@ paths: required: false schema: type: string - - &425 + - &426 name: event description: Returns workflow run triggered by the event you specify. For example, `push`, `pull_request` or `issue`. For more information, see "[Events @@ -53174,7 +53192,7 @@ paths: required: false schema: type: string - - &426 + - &427 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 @@ -53201,7 +53219,7 @@ paths: - pending - *17 - *19 - - &427 + - &428 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)." @@ -53210,7 +53228,7 @@ paths: schema: type: string format: date-time - - &406 + - &407 name: exclude_pull_requests description: If `true` pull requests are omitted from the response (empty array). @@ -53219,13 +53237,13 @@ paths: schema: type: boolean default: false - - &428 + - &429 name: check_suite_id description: Returns workflow runs with the `check_suite_id` that you specify. in: query schema: type: integer - - &429 + - &430 name: head_sha description: Only returns workflow runs that are associated with the specified `head_sha`. @@ -53248,7 +53266,7 @@ paths: type: integer workflow_runs: type: array - items: &407 + items: &408 title: Workflow Run description: An invocation of a workflow type: object @@ -53343,7 +53361,7 @@ paths: that triggered the run. type: array nullable: true - items: &450 + items: &451 title: Pull Request Minimal type: object properties: @@ -53462,7 +53480,7 @@ paths: title: Simple Commit description: A commit. type: object - properties: &454 + properties: &455 id: type: string description: SHA for the commit @@ -53513,7 +53531,7 @@ paths: - name - email nullable: true - required: &455 + required: &456 - id - tree_id - message @@ -53560,7 +53578,7 @@ paths: - workflow_url - pull_requests examples: - default: &430 + default: &431 value: total_count: 1 workflow_runs: @@ -53796,24 +53814,24 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-a-workflow-run parameters: - - *378 - *379 - - &408 + - *380 + - &409 name: run_id description: The unique identifier of the workflow run. in: path required: true schema: type: integer - - *406 + - *407 responses: '200': description: Response content: application/json: - schema: *407 + schema: *408 examples: - default: &411 + default: &412 value: id: 30433642 name: Build @@ -54054,9 +54072,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#delete-a-workflow-run parameters: - - *378 - *379 - - *408 + - *380 + - *409 responses: '204': description: Response @@ -54079,9 +54097,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: - - *378 - *379 - - *408 + - *380 + - *409 responses: '200': description: Response @@ -54200,9 +54218,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#approve-a-workflow-run-for-a-fork-pull-request parameters: - - *378 - *379 - - *408 + - *380 + - *409 responses: '201': description: Response @@ -54235,12 +54253,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#list-workflow-run-artifacts parameters: - - *378 - *379 - - *408 + - *380 + - *409 - *17 - *19 - - *409 + - *410 responses: '200': description: Response @@ -54256,9 +54274,9 @@ paths: type: integer artifacts: type: array - items: *395 + items: *396 examples: - default: *410 + default: *411 headers: Link: *40 x-github: @@ -54282,25 +54300,25 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-a-workflow-run-attempt parameters: - - *378 - *379 - - *408 - - &412 + - *380 + - *409 + - &413 name: attempt_number description: The attempt number of the workflow run. in: path required: true schema: type: integer - - *406 + - *407 responses: '200': description: Response content: application/json: - schema: *407 + schema: *408 examples: - default: *411 + default: *412 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54323,10 +54341,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: - - *378 - *379 - - *408 - - *412 + - *380 + - *409 + - *413 - *17 - *19 responses: @@ -54344,9 +54362,9 @@ paths: type: integer jobs: type: array - items: *413 + items: *414 examples: - default: &414 + default: &415 value: total_count: 1 jobs: @@ -54459,10 +54477,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#download-workflow-run-attempt-logs parameters: - - *378 - *379 - - *408 - - *412 + - *380 + - *409 + - *413 responses: '302': description: Response @@ -54490,9 +54508,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#cancel-a-workflow-run parameters: - - *378 - *379 - - *408 + - *380 + - *409 responses: '202': description: Response @@ -54525,9 +54543,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: - - *378 - *379 - - *408 + - *380 + - *409 requestBody: required: true content: @@ -54594,9 +54612,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#force-cancel-a-workflow-run parameters: - - *378 - *379 - - *408 + - *380 + - *409 responses: '202': description: Response @@ -54629,9 +54647,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: - - *378 - *379 - - *408 + - *380 + - *409 - 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 @@ -54661,9 +54679,9 @@ paths: type: integer jobs: type: array - items: *413 + items: *414 examples: - default: *414 + default: *415 headers: Link: *40 x-github: @@ -54688,9 +54706,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#download-workflow-run-logs parameters: - - *378 - *379 - - *408 + - *380 + - *409 responses: '302': description: Response @@ -54717,9 +54735,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#delete-workflow-run-logs parameters: - - *378 - *379 - - *408 + - *380 + - *409 responses: '204': description: Response @@ -54746,9 +54764,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: - - *378 - *379 - - *408 + - *380 + - *409 responses: '200': description: Response @@ -54808,7 +54826,7 @@ paths: items: type: object properties: - type: &534 + type: &535 type: string description: The type of reviewer. enum: @@ -54893,9 +54911,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: - - *378 - *379 - - *408 + - *380 + - *409 requestBody: required: true content: @@ -54942,7 +54960,7 @@ paths: application/json: schema: type: array - items: &526 + items: &527 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed @@ -55048,7 +55066,7 @@ paths: - created_at - updated_at examples: - default: &527 + default: &528 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -55104,9 +55122,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#re-run-a-workflow parameters: - - *378 - *379 - - *408 + - *380 + - *409 requestBody: required: false content: @@ -55150,9 +55168,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: - - *378 - *379 - - *408 + - *380 + - *409 requestBody: required: false content: @@ -55206,9 +55224,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-workflow-run-usage parameters: - - *378 - *379 - - *408 + - *380 + - *409 responses: '200': description: Response @@ -55345,8 +55363,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-repository-secrets parameters: - - *378 - *379 + - *380 - *17 - *19 responses: @@ -55364,9 +55382,9 @@ paths: type: integer secrets: type: array - items: *415 + items: *416 examples: - default: *416 + default: *417 headers: Link: *40 x-github: @@ -55391,16 +55409,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-a-repository-public-key parameters: - - *378 - *379 + - *380 responses: '200': description: Response content: application/json: - schema: *417 + schema: *418 examples: - default: *418 + default: *419 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55422,17 +55440,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-a-repository-secret parameters: - - *378 - *379 + - *380 - *208 responses: '200': description: Response content: application/json: - schema: *415 + schema: *416 examples: - default: &547 + default: &548 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -55458,8 +55476,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-a-repository-secret parameters: - - *378 - *379 + - *380 - *208 requestBody: required: true @@ -55517,8 +55535,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-a-repository-secret parameters: - - *378 - *379 + - *380 - *208 responses: '204': @@ -55544,9 +55562,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-repository-variables parameters: - - *378 - *379 - - *402 + - *380 + - *403 - *19 responses: '200': @@ -55563,9 +55581,9 @@ paths: type: integer variables: type: array - items: *419 + items: *420 examples: - default: *420 + default: *421 headers: Link: *40 x-github: @@ -55588,8 +55606,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#create-a-repository-variable parameters: - - *378 - *379 + - *380 requestBody: required: true content: @@ -55641,17 +55659,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-a-repository-variable parameters: - - *378 - *379 + - *380 - *211 responses: '200': description: Response content: application/json: - schema: *419 + schema: *420 examples: - default: &548 + default: &549 value: name: USERNAME value: octocat @@ -55677,8 +55695,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-a-repository-variable parameters: - - *378 - *379 + - *380 - *211 requestBody: required: true @@ -55721,8 +55739,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-a-repository-variable parameters: - - *378 - *379 + - *380 - *211 responses: '204': @@ -55748,8 +55766,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#list-repository-workflows parameters: - - *378 - *379 + - *380 - *17 - *19 responses: @@ -55767,7 +55785,7 @@ paths: type: integer workflows: type: array - items: &421 + items: &422 title: Workflow description: A GitHub Actions workflow type: object @@ -55874,9 +55892,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#get-a-workflow parameters: - - *378 - *379 - - &422 + - *380 + - &423 name: workflow_id in: path description: The ID of the workflow. You can also pass the workflow file name @@ -55891,7 +55909,7 @@ paths: description: Response content: application/json: - schema: *421 + schema: *422 examples: default: value: @@ -55924,9 +55942,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#disable-a-workflow parameters: - - *378 - *379 - - *422 + - *380 + - *423 responses: '204': description: Response @@ -55951,9 +55969,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#create-a-workflow-dispatch-event parameters: - - *378 - *379 - - *422 + - *380 + - *423 responses: '204': description: Response @@ -56004,9 +56022,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#enable-a-workflow parameters: - - *378 - *379 - - *422 + - *380 + - *423 responses: '204': description: Response @@ -56033,19 +56051,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: - - *378 - *379 - - *422 + - *380 - *423 - *424 - *425 - *426 + - *427 - *17 - *19 - - *427 - - *406 - *428 + - *407 - *429 + - *430 responses: '200': description: Response @@ -56061,9 +56079,9 @@ paths: type: integer workflow_runs: type: array - items: *407 + items: *408 examples: - default: *430 + default: *431 headers: Link: *40 x-github: @@ -56096,9 +56114,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#get-workflow-usage parameters: - - *378 - *379 - - *422 + - *380 + - *423 responses: '200': description: Response @@ -56159,8 +56177,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-activities parameters: - - *378 - *379 + - *380 - *88 - *17 - *86 @@ -56324,8 +56342,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#list-assignees parameters: - - *378 - *379 + - *380 - *17 - *19 responses: @@ -56362,8 +56380,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: - - *378 - *379 + - *380 - name: assignee in: path required: true @@ -56399,8 +56417,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#create-an-attestation parameters: - - *378 - *379 + - *380 requestBody: required: true content: @@ -56512,8 +56530,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-attestations parameters: - - *378 - *379 + - *380 - *17 - *86 - *87 @@ -56567,7 +56585,7 @@ paths: bundle_url: type: string examples: - default: *431 + default: *432 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56587,8 +56605,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/autolinks#get-all-autolinks-of-a-repository parameters: - - *378 - *379 + - *380 responses: '200': description: Response @@ -56596,7 +56614,7 @@ paths: application/json: schema: type: array - items: &432 + items: &433 title: Autolink reference description: An autolink reference. type: object @@ -56646,8 +56664,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: - - *378 - *379 + - *380 requestBody: required: true content: @@ -56686,9 +56704,9 @@ paths: description: response content: application/json: - schema: *432 + schema: *433 examples: - default: &433 + default: &434 value: id: 1 key_prefix: TICKET- @@ -56719,9 +56737,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: - - *378 - *379 - - &434 + - *380 + - &435 name: autolink_id description: The unique identifier of the autolink. in: path @@ -56733,9 +56751,9 @@ paths: description: Response content: application/json: - schema: *432 + schema: *433 examples: - default: *433 + default: *434 '404': *6 x-github: githubCloudOnly: false @@ -56755,9 +56773,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: - - *378 - *379 - - *434 + - *380 + - *435 responses: '204': description: Response @@ -56781,8 +56799,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: - - *378 - *379 + - *380 responses: '200': description: Response if Dependabot is enabled @@ -56830,8 +56848,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-dependabot-security-updates parameters: - - *378 - *379 + - *380 responses: '204': description: Response @@ -56852,8 +56870,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-dependabot-security-updates parameters: - - *378 - *379 + - *380 responses: '204': description: Response @@ -56873,8 +56891,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#list-branches parameters: - - *378 - *379 + - *380 - name: protected description: Setting to `true` returns only branches protected by branch protections or rulesets. When set to `false`, only unprotected branches are returned. @@ -56912,7 +56930,7 @@ paths: - url protected: type: boolean - protection: &436 + protection: &437 title: Branch Protection description: Branch Protection type: object @@ -56954,7 +56972,7 @@ paths: required: - contexts - checks - enforce_admins: &439 + enforce_admins: &440 title: Protected Branch Admin Enforced description: Protected Branch Admin Enforced type: object @@ -56969,7 +56987,7 @@ paths: required: - url - enabled - required_pull_request_reviews: &441 + required_pull_request_reviews: &442 title: Protected Branch Pull Request Review description: Protected Branch Pull Request Review type: object @@ -57045,7 +57063,7 @@ paths: required: - dismiss_stale_reviews - require_code_owner_reviews - restrictions: &438 + restrictions: &439 title: Branch Restriction Policy description: Branch Restriction Policy type: object @@ -57352,9 +57370,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#get-a-branch parameters: - - *378 - *379 - - &437 + - *380 + - &438 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). @@ -57368,14 +57386,14 @@ paths: description: Response content: application/json: - schema: &447 + schema: &448 title: Branch With Protection description: Branch With Protection type: object properties: name: type: string - commit: &499 + commit: &500 title: Commit description: Commit type: object @@ -57409,7 +57427,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: &435 + properties: &436 name: type: string example: '"Chris Wanstrath"' @@ -57424,7 +57442,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *435 + properties: *436 nullable: true message: type: string @@ -57445,7 +57463,7 @@ paths: required: - sha - url - verification: &554 + verification: &555 title: Verification type: object properties: @@ -57515,7 +57533,7 @@ paths: type: integer files: type: array - items: &514 + items: &515 title: Diff Entry description: Diff Entry type: object @@ -57598,7 +57616,7 @@ paths: - self protected: type: boolean - protection: *436 + protection: *437 protection_url: type: string format: uri @@ -57705,7 +57723,7 @@ paths: contexts: [] checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection - '301': *392 + '301': *393 '404': *6 x-github: githubCloudOnly: false @@ -57727,15 +57745,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-branch-protection parameters: - - *378 - *379 - - *437 + - *380 + - *438 responses: '200': description: Response content: application/json: - schema: *436 + schema: *437 examples: default: value: @@ -57929,9 +57947,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-branch-protection parameters: - - *378 - *379 - - *437 + - *380 + - *438 requestBody: required: true content: @@ -58186,7 +58204,7 @@ paths: url: type: string format: uri - required_status_checks: &444 + required_status_checks: &445 title: Status Check Policy description: Status Check Policy type: object @@ -58338,7 +58356,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *438 + restrictions: *439 required_conversation_resolution: type: object properties: @@ -58450,9 +58468,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-branch-protection parameters: - - *378 - *379 - - *437 + - *380 + - *438 responses: '204': description: Response @@ -58477,17 +58495,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-admin-branch-protection parameters: - - *378 - *379 - - *437 + - *380 + - *438 responses: '200': description: Response content: application/json: - schema: *439 + schema: *440 examples: - default: &440 + default: &441 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins enabled: true @@ -58509,17 +58527,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-admin-branch-protection parameters: - - *378 - *379 - - *437 + - *380 + - *438 responses: '200': description: Response content: application/json: - schema: *439 + schema: *440 examples: - default: *440 + default: *441 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58538,9 +58556,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-admin-branch-protection parameters: - - *378 - *379 - - *437 + - *380 + - *438 responses: '204': description: Response @@ -58565,17 +58583,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-pull-request-review-protection parameters: - - *378 - *379 - - *437 + - *380 + - *438 responses: '200': description: Response content: application/json: - schema: *441 + schema: *442 examples: - default: &442 + default: &443 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_pull_request_reviews dismissal_restrictions: @@ -58671,9 +58689,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-pull-request-review-protection parameters: - - *378 - *379 - - *437 + - *380 + - *438 requestBody: required: false content: @@ -58771,9 +58789,9 @@ paths: description: Response content: application/json: - schema: *441 + schema: *442 examples: - default: *442 + default: *443 '422': *15 x-github: githubCloudOnly: false @@ -58794,9 +58812,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-pull-request-review-protection parameters: - - *378 - *379 - - *437 + - *380 + - *438 responses: '204': description: Response @@ -58823,17 +58841,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-commit-signature-protection parameters: - - *378 - *379 - - *437 + - *380 + - *438 responses: '200': description: Response content: application/json: - schema: *439 + schema: *440 examples: - default: &443 + default: &444 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true @@ -58856,17 +58874,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#create-commit-signature-protection parameters: - - *378 - *379 - - *437 + - *380 + - *438 responses: '200': description: Response content: application/json: - schema: *439 + schema: *440 examples: - default: *443 + default: *444 '404': *6 x-github: githubCloudOnly: false @@ -58886,9 +58904,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-commit-signature-protection parameters: - - *378 - *379 - - *437 + - *380 + - *438 responses: '204': description: Response @@ -58913,17 +58931,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-status-checks-protection parameters: - - *378 - *379 - - *437 + - *380 + - *438 responses: '200': description: Response content: application/json: - schema: *444 + schema: *445 examples: - default: &445 + default: &446 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_status_checks strict: true @@ -58949,9 +58967,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-status-check-protection parameters: - - *378 - *379 - - *437 + - *380 + - *438 requestBody: required: false content: @@ -59003,9 +59021,9 @@ paths: description: Response content: application/json: - schema: *444 + schema: *445 examples: - default: *445 + default: *446 '404': *6 '422': *15 x-github: @@ -59027,9 +59045,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-status-check-protection parameters: - - *378 - *379 - - *437 + - *380 + - *438 responses: '204': description: Response @@ -59053,9 +59071,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-all-status-check-contexts parameters: - - *378 - *379 - - *437 + - *380 + - *438 responses: '200': description: Response @@ -59089,9 +59107,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-status-check-contexts parameters: - - *378 - *379 - - *437 + - *380 + - *438 requestBody: required: false content: @@ -59158,9 +59176,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-status-check-contexts parameters: - - *378 - *379 - - *437 + - *380 + - *438 requestBody: required: false content: @@ -59224,9 +59242,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-status-check-contexts parameters: - - *378 - *379 - - *437 + - *380 + - *438 requestBody: content: application/json: @@ -59292,15 +59310,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-access-restrictions parameters: - - *378 - *379 - - *437 + - *380 + - *438 responses: '200': description: Response content: application/json: - schema: *438 + schema: *439 examples: default: value: @@ -59391,9 +59409,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-access-restrictions parameters: - - *378 - *379 - - *437 + - *380 + - *438 responses: '204': description: Response @@ -59416,9 +59434,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: - - *378 - *379 - - *437 + - *380 + - *438 responses: '200': description: Response @@ -59428,7 +59446,7 @@ paths: type: array items: *5 examples: - default: &446 + default: &447 value: - id: 1 slug: octoapp @@ -59485,9 +59503,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-app-access-restrictions parameters: - - *378 - *379 - - *437 + - *380 + - *438 requestBody: required: true content: @@ -59521,7 +59539,7 @@ paths: type: array items: *5 examples: - default: *446 + default: *447 '422': *15 x-github: githubCloudOnly: false @@ -59542,9 +59560,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-app-access-restrictions parameters: - - *378 - *379 - - *437 + - *380 + - *438 requestBody: required: true content: @@ -59578,7 +59596,7 @@ paths: type: array items: *5 examples: - default: *446 + default: *447 '422': *15 x-github: githubCloudOnly: false @@ -59599,9 +59617,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-app-access-restrictions parameters: - - *378 - *379 - - *437 + - *380 + - *438 requestBody: required: true content: @@ -59635,7 +59653,7 @@ paths: type: array items: *5 examples: - default: *446 + default: *447 '422': *15 x-github: githubCloudOnly: false @@ -59657,9 +59675,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: - - *378 - *379 - - *437 + - *380 + - *438 responses: '200': description: Response @@ -59689,9 +59707,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-team-access-restrictions parameters: - - *378 - *379 - - *437 + - *380 + - *438 requestBody: required: false content: @@ -59750,9 +59768,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-team-access-restrictions parameters: - - *378 - *379 - - *437 + - *380 + - *438 requestBody: required: false content: @@ -59811,9 +59829,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-team-access-restrictions parameters: - - *378 - *379 - - *437 + - *380 + - *438 requestBody: content: application/json: @@ -59872,9 +59890,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: - - *378 - *379 - - *437 + - *380 + - *438 responses: '200': description: Response @@ -59908,9 +59926,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-user-access-restrictions parameters: - - *378 - *379 - - *437 + - *380 + - *438 requestBody: required: true content: @@ -59968,9 +59986,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-user-access-restrictions parameters: - - *378 - *379 - - *437 + - *380 + - *438 requestBody: required: true content: @@ -60028,9 +60046,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-user-access-restrictions parameters: - - *378 - *379 - - *437 + - *380 + - *438 requestBody: required: true content: @@ -60090,9 +60108,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#rename-a-branch parameters: - - *378 - *379 - - *437 + - *380 + - *438 requestBody: required: true content: @@ -60114,7 +60132,7 @@ paths: description: Response content: application/json: - schema: *447 + schema: *448 examples: default: value: @@ -60228,8 +60246,8 @@ paths: category: repos subcategory: bypass-requests parameters: - - *378 - *379 + - *380 - *221 - *222 - *223 @@ -60265,8 +60283,8 @@ paths: category: repos subcategory: bypass-requests parameters: - - *378 - *379 + - *380 - name: bypass_request_number in: path required: true @@ -60339,8 +60357,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *378 - *379 + - *380 - *221 - *222 - *223 @@ -60354,9 +60372,9 @@ paths: application/json: schema: type: array - items: *448 + items: *449 examples: - default: *449 + default: *450 '404': *6 '403': *29 '500': *85 @@ -60380,8 +60398,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *378 - *379 + - *380 - name: bypass_request_number in: path required: true @@ -60393,7 +60411,7 @@ paths: description: A single bypass request. content: application/json: - schema: *448 + schema: *449 examples: default: value: @@ -60451,8 +60469,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *378 - *379 + - *380 - name: bypass_request_number in: path required: true @@ -60523,8 +60541,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *378 - *379 + - *380 - name: bypass_response_id in: path required: true @@ -60557,8 +60575,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#create-a-check-run parameters: - - *378 - *379 + - *380 requestBody: required: true content: @@ -60837,7 +60855,7 @@ paths: description: Response content: application/json: - schema: &451 + schema: &452 title: CheckRun description: A check performed on the code of a given code change type: object @@ -60956,8 +60974,8 @@ paths: do not necessarily indicate pull requests that triggered the check. type: array - items: *450 - deployment: &772 + items: *451 + deployment: &773 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -61237,9 +61255,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#get-a-check-run parameters: - - *378 - *379 - - &452 + - *380 + - &453 name: check_run_id description: The unique identifier of the check run. in: path @@ -61251,9 +61269,9 @@ paths: description: Response content: application/json: - schema: *451 + schema: *452 examples: - default: &453 + default: &454 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -61353,9 +61371,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#update-a-check-run parameters: - - *378 - *379 - - *452 + - *380 + - *453 requestBody: required: true content: @@ -61595,9 +61613,9 @@ paths: description: Response content: application/json: - schema: *451 + schema: *452 examples: - default: *453 + default: *454 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61617,9 +61635,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#list-check-run-annotations parameters: - - *378 - *379 - - *452 + - *380 + - *453 - *17 - *19 responses: @@ -61714,9 +61732,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#rerequest-a-check-run parameters: - - *378 - *379 - - *452 + - *380 + - *453 responses: '201': description: Response @@ -61760,8 +61778,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#create-a-check-suite parameters: - - *378 - *379 + - *380 requestBody: required: true content: @@ -61783,7 +61801,7 @@ paths: description: Response when the suite already exists content: application/json: - schema: &456 + schema: &457 title: CheckSuite description: A suite of checks performed on the code of a given code change @@ -61847,7 +61865,7 @@ paths: nullable: true pull_requests: type: array - items: *450 + items: *451 nullable: true app: title: GitHub app @@ -61869,12 +61887,12 @@ paths: type: string format: date-time nullable: true - head_commit: &798 + head_commit: &799 title: Simple Commit description: A commit. type: object - properties: *454 - required: *455 + properties: *455 + required: *456 latest_check_runs_count: type: integer check_runs_url: @@ -61902,7 +61920,7 @@ paths: - check_runs_url - pull_requests examples: - default: &457 + default: &458 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -62193,9 +62211,9 @@ paths: description: Response when the suite was created content: application/json: - schema: *456 + schema: *457 examples: - default: *457 + default: *458 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62214,8 +62232,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#update-repository-preferences-for-check-suites parameters: - - *378 - *379 + - *380 requestBody: required: true content: @@ -62524,9 +62542,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#get-a-check-suite parameters: - - *378 - *379 - - &458 + - *380 + - &459 name: check_suite_id description: The unique identifier of the check suite. in: path @@ -62538,9 +62556,9 @@ paths: description: Response content: application/json: - schema: *456 + schema: *457 examples: - default: *457 + default: *458 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62563,17 +62581,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: - - *378 - *379 - - *458 - - &507 + - *380 + - *459 + - &508 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &508 + - &509 name: status description: Returns check runs with the specified `status`. in: query @@ -62612,9 +62630,9 @@ paths: type: integer check_runs: type: array - items: *451 + items: *452 examples: - default: &509 + default: &510 value: total_count: 1 check_runs: @@ -62716,9 +62734,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#rerequest-a-check-suite parameters: - - *378 - *379 - - *458 + - *380 + - *459 responses: '201': description: Response @@ -62751,21 +62769,21 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-code-scanning-alerts-for-a-repository parameters: - - *378 - *379 + - *380 - *233 - *234 - *19 - *17 - - &474 + - &475 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: *459 - - &475 + schema: *460 + - &476 name: pr description: The number of the pull request for the results you want to list. in: query @@ -62796,7 +62814,7 @@ paths: be returned. in: query required: false - schema: *460 + schema: *461 responses: '200': description: Response @@ -62812,7 +62830,7 @@ paths: updated_at: *108 url: *105 html_url: *106 - instances_url: *461 + instances_url: *462 state: *91 fixed_at: *110 dismissed_by: @@ -62823,11 +62841,11 @@ paths: required: *21 nullable: true dismissed_at: *109 - dismissed_reason: *462 - dismissed_comment: *463 - rule: *464 - tool: *465 - most_recent_instance: *466 + dismissed_reason: *463 + dismissed_comment: *464 + rule: *465 + tool: *466 + most_recent_instance: *467 dismissal_approved_by: title: Simple User description: A GitHub user. @@ -62950,7 +62968,7 @@ paths: classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances '304': *37 - '403': &467 + '403': &468 description: Response if GitHub Advanced Security is not enabled for this repository content: @@ -62977,9 +62995,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: - - *378 - *379 - - &468 + - *380 + - &469 name: alert_number in: path description: The number that identifies an alert. You can find this at the @@ -62993,7 +63011,7 @@ paths: description: Response content: application/json: - schema: &469 + schema: &470 type: object properties: number: *100 @@ -63001,7 +63019,7 @@ paths: updated_at: *108 url: *105 html_url: *106 - instances_url: *461 + instances_url: *462 state: *91 fixed_at: *110 dismissed_by: @@ -63012,8 +63030,8 @@ paths: required: *21 nullable: true dismissed_at: *109 - dismissed_reason: *462 - dismissed_comment: *463 + dismissed_reason: *463 + dismissed_comment: *464 rule: type: object properties: @@ -63067,8 +63085,8 @@ paths: type: string description: A link to the documentation for the rule used to detect the alert. - tool: *465 - most_recent_instance: *466 + tool: *466 + most_recent_instance: *467 dismissal_approved_by: title: Simple User description: A GitHub user. @@ -63164,7 +63182,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '304': *37 - '403': *467 + '403': *468 '404': *6 '503': *134 x-github: @@ -63184,9 +63202,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: - - *378 - *379 - - *468 + - *380 + - *469 requestBody: required: true content: @@ -63201,8 +63219,8 @@ paths: enum: - open - dismissed - dismissed_reason: *462 - dismissed_comment: *463 + dismissed_reason: *463 + dismissed_comment: *464 create_request: type: boolean description: If `true`, attempt to create an alert dismissal request. @@ -63221,7 +63239,7 @@ paths: description: Response content: application/json: - schema: *469 + schema: *470 examples: default: value: @@ -63297,7 +63315,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '400': *14 - '403': &473 + '403': &474 description: Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository content: @@ -63324,15 +63342,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: - - *378 - *379 - - *468 + - *380 + - *469 responses: '200': description: Response content: application/json: - schema: &470 + schema: &471 type: object properties: status: @@ -63358,13 +63376,13 @@ paths: - description - started_at examples: - default: &471 + default: &472 value: status: success description: This fixes an XSS vulnerability by escaping the user input. started_at: '2024-02-14T12:29:18Z' - '400': &472 + '400': &473 description: Bad Request content: application/json: @@ -63375,7 +63393,7 @@ paths: message: The alert_number is not valid documentation_url: https://docs.github.com/rest/code-scanning/code-scanning#get-the-status-of-an-autofix-for-a-code-scanning-alert status: '400' - '403': *467 + '403': *468 '404': *6 '503': *134 x-github: @@ -63400,29 +63418,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: - - *378 - *379 - - *468 + - *380 + - *469 responses: '200': description: OK content: application/json: - schema: *470 + schema: *471 examples: - default: *471 + default: *472 '202': description: Accepted content: application/json: - schema: *470 + schema: *471 examples: default: value: status: pending description: started_at: '2024-02-14T12:29:18Z' - '400': *472 + '400': *473 '403': description: Response if the repository is archived, if GitHub Advanced Security is not enabled for this repository or if rate limit is exceeded @@ -63454,9 +63472,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: - - *378 - *379 - - *468 + - *380 + - *469 requestBody: required: false content: @@ -63501,8 +63519,8 @@ paths: value: target_ref: refs/heads/main sha: 178f4f6090b3fccad4a65b3e83d076a622d59652 - '400': *472 - '403': *473 + '400': *473 + '403': *474 '404': *6 '422': description: Unprocessable Entity @@ -63526,13 +63544,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: - - *378 - *379 - - *468 + - *380 + - *469 - *19 - *17 - - *474 - *475 + - *476 responses: '200': description: Response @@ -63540,7 +63558,7 @@ paths: application/json: schema: type: array - items: *466 + items: *467 examples: default: value: @@ -63579,7 +63597,7 @@ paths: end_column: 50 classifications: - source - '403': *467 + '403': *468 '404': *6 '503': *134 x-github: @@ -63613,25 +63631,25 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-code-scanning-analyses-for-a-repository parameters: - - *378 - *379 + - *380 - *233 - *234 - *19 - *17 - - *475 + - *476 - 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: *459 + schema: *460 - name: sarif_id in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &478 + schema: &479 type: string description: An identifier for the upload. example: 6c81cd8e-b078-4ac3-a3be-1dad7dbd0b53 @@ -63652,23 +63670,23 @@ paths: application/json: schema: type: array - items: &479 + items: &480 type: object properties: - ref: *459 - commit_sha: &487 + ref: *460 + commit_sha: &488 description: The SHA of the commit to which the analysis you are uploading relates. type: string minLength: 40 maxLength: 40 pattern: "^[0-9a-fA-F]+$" - analysis_key: *476 + analysis_key: *477 environment: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *477 + category: *478 error: type: string example: error reading field xyz @@ -63692,8 +63710,8 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *478 - tool: *465 + sarif_id: *479 + tool: *466 deletable: type: boolean warning: @@ -63754,7 +63772,7 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *467 + '403': *468 '404': *6 '503': *134 x-github: @@ -63790,8 +63808,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: - - *378 - *379 + - *380 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -63804,7 +63822,7 @@ paths: description: Response content: application/json: - schema: *479 + schema: *480 examples: response: summary: application/json response @@ -63858,7 +63876,7 @@ paths: properties: - github/alertNumber: 2 - github/alertUrl: https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2 - '403': *467 + '403': *468 '404': *6 '422': description: Response if analysis could not be processed @@ -63945,8 +63963,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: - - *378 - *379 + - *380 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -63999,7 +64017,7 @@ paths: next_analysis_url: https://api.github.com/repos/octocat/hello-world/code-scanning/analyses/41 confirm_delete_url: https://api.github.com/repos/octocat/hello-world/code-scanning/analyses/41?confirm_delete '400': *14 - '403': *473 + '403': *474 '404': *6 '503': *134 x-github: @@ -64021,8 +64039,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: - - *378 - *379 + - *380 responses: '200': description: Response @@ -64030,7 +64048,7 @@ paths: application/json: schema: type: array - items: &480 + items: &481 title: CodeQL Database description: A CodeQL database. type: object @@ -64141,7 +64159,7 @@ paths: updated_at: '2022-09-12T12:14:32Z' url: https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/ruby commit_oid: 1927de39fefa25a9d0e64e3f540ff824a72f538c - '403': *467 + '403': *468 '404': *6 '503': *134 x-github: @@ -64170,8 +64188,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: - - *378 - *379 + - *380 - name: language in: path description: The language of the CodeQL database. @@ -64183,7 +64201,7 @@ paths: description: Response content: application/json: - schema: *480 + schema: *481 examples: default: value: @@ -64215,9 +64233,9 @@ paths: updated_at: '2022-09-12T12:14:32Z' url: https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/java commit_oid: 1927de39fefa25a9d0e64e3f540ff824a72f538c - '302': &516 + '302': &517 description: Found - '403': *467 + '403': *468 '404': *6 '503': *134 x-github: @@ -64239,8 +64257,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#delete-a-codeql-database parameters: - - *378 - *379 + - *380 - name: language in: path description: The language of the CodeQL database. @@ -64250,7 +64268,7 @@ paths: responses: '204': description: Response - '403': *473 + '403': *474 '404': *6 '503': *134 x-github: @@ -64278,8 +64296,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: - - *378 - *379 + - *380 requestBody: required: true content: @@ -64288,7 +64306,7 @@ paths: type: object additionalProperties: false properties: - language: &481 + language: &482 type: string description: The language targeted by the CodeQL query enum: @@ -64367,7 +64385,7 @@ paths: description: Variant analysis submitted for processing content: application/json: - schema: &485 + schema: &486 title: Variant Analysis description: A run of a CodeQL query against one or more repositories. type: object @@ -64377,7 +64395,7 @@ paths: description: The ID of the variant analysis. controller_repo: *97 actor: *4 - query_language: *481 + query_language: *482 query_pack_url: type: string description: The download url for the query pack. @@ -64424,7 +64442,7 @@ paths: items: type: object properties: - repository: &482 + repository: &483 title: Repository Identifier description: Repository Identifier type: object @@ -64460,7 +64478,7 @@ paths: - private - stargazers_count - updated_at - analysis_status: &486 + analysis_status: &487 type: string description: The new status of the CodeQL variant analysis repository task. @@ -64492,7 +64510,7 @@ paths: from processing. This information is only available to the user that initiated the variant analysis. properties: - access_mismatch_repos: &483 + access_mismatch_repos: &484 type: object properties: repository_count: @@ -64506,7 +64524,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: *482 + items: *483 required: - repository_count - repositories @@ -64528,8 +64546,8 @@ paths: required: - repository_count - repository_full_names - no_codeql_db_repos: *483 - over_limit_repos: *483 + no_codeql_db_repos: *484 + over_limit_repos: *484 required: - access_mismatch_repos - not_found_repos @@ -64545,7 +64563,7 @@ paths: examples: repositories_parameter: summary: Response for a successful variant analysis submission - value: &484 + value: &485 summary: Default response value: id: 1 @@ -64697,10 +64715,10 @@ paths: private: false repository_owners: summary: Response for a successful variant analysis submission - value: *484 + value: *485 repository_lists: summary: Response for a successful variant analysis submission - value: *484 + value: *485 '404': *6 '422': description: Unable to process variant analysis submission @@ -64728,8 +64746,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: - - *378 - *379 + - *380 - name: codeql_variant_analysis_id in: path description: The unique identifier of the variant analysis. @@ -64741,9 +64759,9 @@ paths: description: Response content: application/json: - schema: *485 + schema: *486 examples: - default: *484 + default: *485 '404': *6 '503': *134 x-github: @@ -64766,7 +64784,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: - - *378 + - *379 - name: repo in: path description: The name of the controller repository. @@ -64801,7 +64819,7 @@ paths: type: object properties: repository: *97 - analysis_status: *486 + analysis_status: *487 artifact_size_in_bytes: type: integer description: The size of the artifact. This is only available @@ -64926,8 +64944,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: - - *378 - *379 + - *380 responses: '200': description: Response @@ -65001,7 +65019,7 @@ paths: query_suite: default updated_at: '2023-01-19T11:21:34Z' schedule: weekly - '403': *467 + '403': *468 '404': *6 '503': *134 x-github: @@ -65022,8 +65040,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: - - *378 - *379 + - *380 requestBody: required: true content: @@ -65105,7 +65123,7 @@ paths: value: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 - '403': *473 + '403': *474 '404': *6 '409': description: Response if there is already a validation run in progress with @@ -65170,8 +65188,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: - - *378 - *379 + - *380 requestBody: required: true content: @@ -65179,7 +65197,7 @@ paths: schema: type: object properties: - commit_sha: *487 + commit_sha: *488 ref: type: string description: |- @@ -65237,7 +65255,7 @@ paths: schema: type: object properties: - id: *478 + id: *479 url: type: string description: The REST API URL for checking the status of the upload. @@ -65251,7 +65269,7 @@ paths: url: https://api.github.com/repos/octocat/hello-world/code-scanning/sarifs/47177e22-5596-11eb-80a1-c1e54ef945c6 '400': description: Bad Request if the sarif field is invalid - '403': *473 + '403': *474 '404': *6 '413': description: Payload Too Large if the sarif field is too large @@ -65274,8 +65292,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: - - *378 - *379 + - *380 - name: sarif_id description: The SARIF ID obtained after uploading. in: path @@ -65321,7 +65339,7 @@ paths: value: processing_status: complete analyses_url: https://api.github.com/repos/octocat/hello-world/code-scanning/analyses?sarif_id=47177e22-5596-11eb-80a1-c1e54ef945c6 - '403': *467 + '403': *468 '404': description: Not Found if the sarif id does not match any upload '503': *134 @@ -65346,8 +65364,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: - - *378 - *379 + - *380 responses: '200': description: Response @@ -65428,8 +65446,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-codeowners-errors parameters: - - *378 - *379 + - *380 - 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 @@ -65549,8 +65567,8 @@ paths: parameters: - *17 - *19 - - *378 - *379 + - *380 responses: '200': description: Response @@ -65864,8 +65882,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#create-a-codespace-in-a-repository parameters: - - *378 - *379 + - *380 requestBody: required: true content: @@ -65930,7 +65948,7 @@ paths: application/json: schema: *295 examples: - default: *488 + default: *489 '202': description: Response when the codespace creation partially failed but is being retried in the background @@ -65938,7 +65956,7 @@ paths: application/json: schema: *295 examples: - default: *488 + default: *489 '400': *14 '401': *25 '403': *29 @@ -65967,8 +65985,8 @@ paths: parameters: - *17 - *19 - - *378 - *379 + - *380 responses: '200': description: Response @@ -66032,8 +66050,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: - - *378 - *379 + - *380 - name: location description: The location to check for available machines. Assigned by IP if not provided. @@ -66068,14 +66086,14 @@ paths: type: integer machines: type: array - items: &728 + items: &729 type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *489 - required: *490 + properties: *490 + required: *491 examples: - default: &729 + default: &730 value: total_count: 2 machines: @@ -66115,8 +66133,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-default-attributes-for-a-codespace parameters: - - *378 - *379 + - *380 - name: ref description: The branch or commit to check for a default devcontainer path. If not specified, the default branch will be checked. @@ -66200,8 +66218,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: - - *378 - *379 + - *380 - 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 @@ -66267,8 +66285,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#list-repository-secrets parameters: - - *378 - *379 + - *380 - *17 - *19 responses: @@ -66286,7 +66304,7 @@ paths: type: integer secrets: type: array - items: &494 + items: &495 title: Codespaces Secret description: Set repository secrets for GitHub Codespaces. type: object @@ -66306,7 +66324,7 @@ paths: - created_at - updated_at examples: - default: *491 + default: *492 headers: Link: *40 x-github: @@ -66329,16 +66347,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#get-a-repository-public-key parameters: - - *378 - *379 + - *380 responses: '200': description: Response content: application/json: - schema: *492 + schema: *493 examples: - default: *493 + default: *494 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -66358,17 +66376,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#get-a-repository-secret parameters: - - *378 - *379 + - *380 - *208 responses: '200': description: Response content: application/json: - schema: *494 + schema: *495 examples: - default: *495 + default: *496 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66388,8 +66406,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#create-or-update-a-repository-secret parameters: - - *378 - *379 + - *380 - *208 requestBody: required: true @@ -66442,8 +66460,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#delete-a-repository-secret parameters: - - *378 - *379 + - *380 - *208 responses: '204': @@ -66472,8 +66490,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#list-repository-collaborators parameters: - - *378 - *379 + - *380 - name: affiliation description: Filter collaborators returned by their affiliation. `outside` means all outside collaborators of an organization-owned repository. `direct` @@ -66515,7 +66533,7 @@ paths: title: Collaborator description: Collaborator type: object - properties: &496 + properties: &497 login: type: string example: octocat @@ -66608,7 +66626,7 @@ paths: user_view_type: type: string example: public - required: &497 + required: &498 - avatar_url - events_url - followers_url @@ -66682,8 +66700,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#check-if-a-user-is-a-repository-collaborator parameters: - - *378 - *379 + - *380 - *220 responses: '204': @@ -66730,8 +66748,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#add-a-repository-collaborator parameters: - - *378 - *379 + - *380 - *220 requestBody: required: false @@ -66758,7 +66776,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &567 + schema: &568 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -66987,8 +67005,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#remove-a-repository-collaborator parameters: - - *378 - *379 + - *380 - *220 responses: '204': @@ -67020,8 +67038,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#get-repository-permissions-for-a-user parameters: - - *378 - *379 + - *380 - *220 responses: '200': @@ -67042,8 +67060,8 @@ paths: title: Collaborator description: Collaborator type: object - properties: *496 - required: *497 + properties: *497 + required: *498 nullable: true required: - permission @@ -67098,8 +67116,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#list-commit-comments-for-a-repository parameters: - - *378 - *379 + - *380 - *17 - *19 responses: @@ -67109,7 +67127,7 @@ paths: application/json: schema: type: array - items: &498 + items: &499 title: Commit Comment description: Commit Comment type: object @@ -67167,7 +67185,7 @@ paths: - created_at - updated_at examples: - default: &501 + default: &502 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -67226,17 +67244,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#get-a-commit-comment parameters: - - *378 - *379 + - *380 - *154 responses: '200': description: Response content: application/json: - schema: *498 + schema: *499 examples: - default: &502 + default: &503 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -67293,8 +67311,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#update-a-commit-comment parameters: - - *378 - *379 + - *380 - *154 requestBody: required: true @@ -67317,7 +67335,7 @@ paths: description: Response content: application/json: - schema: *498 + schema: *499 examples: default: value: @@ -67368,8 +67386,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#delete-a-commit-comment parameters: - - *378 - *379 + - *380 - *154 responses: '204': @@ -67391,8 +67409,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-commit-comment parameters: - - *378 - *379 + - *380 - *154 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -67419,9 +67437,9 @@ paths: application/json: schema: type: array - items: *367 + items: *368 examples: - default: *369 + default: *370 headers: Link: *40 '404': *6 @@ -67442,8 +67460,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-commit-comment parameters: - - *378 - *379 + - *380 - *154 requestBody: required: true @@ -67476,16 +67494,16 @@ paths: description: Reaction exists content: application/json: - schema: *367 + schema: *368 examples: - default: *368 + default: *369 '201': description: Reaction created content: application/json: - schema: *367 + schema: *368 examples: - default: *368 + default: *369 '422': *15 x-github: githubCloudOnly: false @@ -67507,10 +67525,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-commit-comment-reaction parameters: - - *378 - *379 + - *380 - *154 - - *370 + - *371 responses: '204': description: Response @@ -67559,8 +67577,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-commits parameters: - - *378 - *379 + - *380 - name: sha description: 'SHA or branch to start listing commits from. Default: the repository’s default branch (usually `main`).' @@ -67616,9 +67634,9 @@ paths: application/json: schema: type: array - items: *499 + items: *500 examples: - default: &618 + default: &619 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -67712,9 +67730,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-branches-for-head-commit parameters: - - *378 - *379 - - &500 + - *380 + - &501 name: commit_sha description: The SHA of the commit. in: path @@ -67786,9 +67804,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#list-commit-comments parameters: - - *378 - *379 - - *500 + - *380 + - *501 - *17 - *19 responses: @@ -67798,9 +67816,9 @@ paths: application/json: schema: type: array - items: *498 + items: *499 examples: - default: *501 + default: *502 headers: Link: *40 x-github: @@ -67828,9 +67846,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#create-a-commit-comment parameters: - - *378 - *379 - - *500 + - *380 + - *501 requestBody: required: true content: @@ -67865,9 +67883,9 @@ paths: description: Response content: application/json: - schema: *498 + schema: *499 examples: - default: *502 + default: *503 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -67895,9 +67913,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: - - *378 - *379 - - *500 + - *380 + - *501 - *17 - *19 responses: @@ -67907,7 +67925,7 @@ paths: application/json: schema: type: array - items: &609 + items: &610 title: Pull Request Simple description: Pull Request Simple type: object @@ -68013,8 +68031,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *503 - required: *504 + properties: *504 + required: *505 nullable: true active_lock_reason: type: string @@ -68110,7 +68128,7 @@ paths: _links: type: object properties: - comments: &505 + comments: &506 title: Link description: Hypermedia Link type: object @@ -68119,13 +68137,13 @@ paths: type: string required: - href - commits: *505 - statuses: *505 - html: *505 - issue: *505 - review_comments: *505 - review_comment: *505 - self: *505 + commits: *506 + statuses: *506 + html: *506 + issue: *506 + review_comments: *506 + review_comment: *506 + self: *506 required: - comments - commits @@ -68136,7 +68154,7 @@ paths: - review_comment - self author_association: *142 - auto_merge: &611 + auto_merge: &612 title: Auto merge description: The status of auto merging a pull request. type: object @@ -68199,7 +68217,7 @@ paths: - author_association - auto_merge examples: - default: &610 + default: &611 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -68736,11 +68754,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#get-a-commit parameters: - - *378 - *379 + - *380 - *19 - *17 - - &506 + - &507 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)" @@ -68755,9 +68773,9 @@ paths: description: Response content: application/json: - schema: *499 + schema: *500 examples: - default: &596 + default: &597 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -68870,11 +68888,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: - - *378 - *379 - - *506 + - *380 - *507 - *508 + - *509 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -68908,9 +68926,9 @@ paths: type: integer check_runs: type: array - items: *451 + items: *452 examples: - default: *509 + default: *510 headers: Link: *40 x-github: @@ -68935,9 +68953,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: - - *378 - *379 - - *506 + - *380 + - *507 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -68945,7 +68963,7 @@ paths: schema: type: integer example: 1 - - *507 + - *508 - *17 - *19 responses: @@ -68963,7 +68981,7 @@ paths: type: integer check_suites: type: array - items: *456 + items: *457 examples: default: value: @@ -69163,9 +69181,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: - - *378 - *379 - - *506 + - *380 + - *507 - *17 - *19 responses: @@ -69363,9 +69381,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#list-commit-statuses-for-a-reference parameters: - - *378 - *379 - - *506 + - *380 + - *507 - *17 - *19 responses: @@ -69375,7 +69393,7 @@ paths: application/json: schema: type: array - items: &676 + items: &677 title: Status description: The status of a commit. type: object @@ -69456,7 +69474,7 @@ paths: site_admin: false headers: Link: *40 - '301': *392 + '301': *393 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69484,8 +69502,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/community#get-community-profile-metrics parameters: - - *378 - *379 + - *380 responses: '200': description: Response @@ -69514,20 +69532,20 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: *510 - required: *511 + properties: *511 + required: *512 nullable: true code_of_conduct_file: title: Community Health File type: object - properties: &512 + properties: &513 url: type: string format: uri html_url: type: string format: uri - required: &513 + required: &514 - url - html_url nullable: true @@ -69541,26 +69559,26 @@ paths: contributing: title: Community Health File type: object - properties: *512 - required: *513 + properties: *513 + required: *514 nullable: true readme: title: Community Health File type: object - properties: *512 - required: *513 + properties: *513 + required: *514 nullable: true issue_template: title: Community Health File type: object - properties: *512 - required: *513 + properties: *513 + required: *514 nullable: true pull_request_template: title: Community Health File type: object - properties: *512 - required: *513 + properties: *513 + required: *514 nullable: true required: - code_of_conduct @@ -69687,8 +69705,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#compare-two-commits parameters: - - *378 - *379 + - *380 - *19 - *17 - name: basehead @@ -69731,8 +69749,8 @@ paths: type: string format: uri example: https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *499 - merge_base_commit: *499 + base_commit: *500 + merge_base_commit: *500 status: type: string enum: @@ -69752,10 +69770,10 @@ paths: example: 6 commits: type: array - items: *499 + items: *500 files: type: array - items: *514 + items: *515 required: - url - html_url @@ -70041,8 +70059,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-repository-content parameters: - - *378 - *379 + - *380 - name: path description: path parameter in: path @@ -70185,7 +70203,7 @@ paths: - type - url examples: - response-if-content-is-a-file: &515 + response-if-content-is-a-file: &516 summary: Response if content is a file value: type: file @@ -70317,7 +70335,7 @@ paths: - size - type - url - - &623 + - &624 title: Content File description: Content File type: object @@ -70518,7 +70536,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *515 + response-if-content-is-a-file: *516 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -70587,7 +70605,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *29 - '302': *516 + '302': *517 '304': *37 x-github: githubCloudOnly: false @@ -70610,8 +70628,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#create-or-update-file-contents parameters: - - *378 - *379 + - *380 - name: path description: path parameter in: path @@ -70704,7 +70722,7 @@ paths: description: Response content: application/json: - schema: &517 + schema: &518 title: File Commit description: File Commit type: object @@ -70856,7 +70874,7 @@ paths: description: Response content: application/json: - schema: *517 + schema: *518 examples: example-for-creating-a-file: value: @@ -70910,7 +70928,7 @@ paths: schema: oneOf: - *3 - - &549 + - &550 description: Repository rule violation was detected type: object properties: @@ -70931,7 +70949,7 @@ paths: items: type: object properties: - placeholder_id: &668 + placeholder_id: &669 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -70963,8 +70981,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#delete-a-file parameters: - - *378 - *379 + - *380 - name: path description: path parameter in: path @@ -71025,7 +71043,7 @@ paths: description: Response content: application/json: - schema: *517 + schema: *518 examples: default: value: @@ -71080,8 +71098,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-contributors parameters: - - *378 - *379 + - *380 - name: anon description: Set to `1` or `true` to include anonymous contributors in results. in: query @@ -71204,8 +71222,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#list-dependabot-alerts-for-a-repository parameters: - - *378 - *379 + - *380 - *249 - *250 - *251 @@ -71248,7 +71266,7 @@ paths: application/json: schema: type: array - items: &520 + items: &521 type: object description: A Dependabot alert. properties: @@ -71294,7 +71312,7 @@ paths: - unknown - direct - transitive - security_advisory: *518 + security_advisory: *519 security_vulnerability: *104 url: *105 html_url: *106 @@ -71325,7 +71343,7 @@ paths: nullable: true maxLength: 280 fixed_at: *110 - auto_dismissed_at: *519 + auto_dismissed_at: *520 required: - number - state @@ -71555,9 +71573,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#get-a-dependabot-alert parameters: - - *378 - *379 - - &521 + - *380 + - &522 name: alert_number in: path description: |- @@ -71572,7 +71590,7 @@ paths: description: Response content: application/json: - schema: *520 + schema: *521 examples: default: value: @@ -71685,9 +71703,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#update-a-dependabot-alert parameters: - - *378 - *379 - - *521 + - *380 + - *522 requestBody: required: true content: @@ -71732,7 +71750,7 @@ paths: description: Response content: application/json: - schema: *520 + schema: *521 examples: default: value: @@ -71861,8 +71879,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#list-repository-secrets parameters: - - *378 - *379 + - *380 - *17 - *19 responses: @@ -71880,7 +71898,7 @@ paths: type: integer secrets: type: array - items: &524 + items: &525 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -71933,16 +71951,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-a-repository-public-key parameters: - - *378 - *379 + - *380 responses: '200': description: Response content: application/json: - schema: *522 + schema: *523 examples: - default: *523 + default: *524 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71962,15 +71980,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-a-repository-secret parameters: - - *378 - *379 + - *380 - *208 responses: '200': description: Response content: application/json: - schema: *524 + schema: *525 examples: default: value: @@ -71996,8 +72014,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#create-or-update-a-repository-secret parameters: - - *378 - *379 + - *380 - *208 requestBody: required: true @@ -72050,8 +72068,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#delete-a-repository-secret parameters: - - *378 - *379 + - *380 - *208 responses: '204': @@ -72074,8 +72092,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: - - *378 - *379 + - *380 - 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 @@ -72235,8 +72253,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: - - *378 - *379 + - *380 responses: '200': description: Response @@ -72475,8 +72493,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: - - *378 - *379 + - *380 requestBody: required: true content: @@ -72551,7 +72569,7 @@ paths: - version - url additionalProperties: false - metadata: &525 + metadata: &526 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -72584,7 +72602,7 @@ paths: the root of the Git repository. example: "/src/build/package-lock.json" additionalProperties: false - metadata: *525 + metadata: *526 resolved: type: object description: A collection of resolved package dependencies. @@ -72597,7 +72615,7 @@ paths: for more details. example: pkg:/npm/%40actions/http-client@1.0.11 pattern: "^pkg" - metadata: *525 + metadata: *526 relationship: type: string description: A notation of whether a dependency is requested @@ -72726,8 +72744,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#list-deployments parameters: - - *378 - *379 + - *380 - name: sha description: The SHA recorded at creation time. in: query @@ -72767,9 +72785,9 @@ paths: application/json: schema: type: array - items: *526 + items: *527 examples: - default: *527 + default: *528 headers: Link: *40 x-github: @@ -72835,8 +72853,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#create-a-deployment parameters: - - *378 - *379 + - *380 requestBody: required: true content: @@ -72917,7 +72935,7 @@ paths: description: Response content: application/json: - schema: *526 + schema: *527 examples: simple-example: summary: Simple example @@ -72990,9 +73008,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#get-a-deployment parameters: - - *378 - *379 - - &528 + - *380 + - &529 name: deployment_id description: deployment_id parameter in: path @@ -73004,7 +73022,7 @@ paths: description: Response content: application/json: - schema: *526 + schema: *527 examples: default: value: @@ -73069,9 +73087,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#delete-a-deployment parameters: - - *378 - *379 - - *528 + - *380 + - *529 responses: '204': description: Response @@ -73093,9 +73111,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#list-deployment-statuses parameters: - - *378 - *379 - - *528 + - *380 + - *529 - *17 - *19 responses: @@ -73105,7 +73123,7 @@ paths: application/json: schema: type: array - items: &529 + items: &530 title: Deployment Status description: The status of a deployment. type: object @@ -73266,9 +73284,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#create-a-deployment-status parameters: - - *378 - *379 - - *528 + - *380 + - *529 requestBody: required: true content: @@ -73343,9 +73361,9 @@ paths: description: Response content: application/json: - schema: *529 + schema: *530 examples: - default: &530 + default: &531 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -73401,9 +73419,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#get-a-deployment-status parameters: - - *378 - *379 - - *528 + - *380 + - *529 - name: status_id in: path required: true @@ -73414,9 +73432,9 @@ paths: description: Response content: application/json: - schema: *529 + schema: *530 examples: - default: *530 + default: *531 '404': *6 x-github: githubCloudOnly: false @@ -73443,12 +73461,12 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *378 - *379 + - *380 - *221 - *222 - *223 - - *531 + - *532 - *17 - *19 responses: @@ -73458,9 +73476,9 @@ paths: application/json: schema: type: array - items: *532 + items: *533 examples: - default: *533 + default: *534 '404': *6 '403': *29 '500': *85 @@ -73485,8 +73503,8 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *378 - *379 + - *380 - name: alert_number in: path required: true @@ -73498,7 +73516,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *532 + schema: *533 examples: default: value: @@ -73556,8 +73574,8 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *378 - *379 + - *380 - name: alert_number in: path required: true @@ -73626,8 +73644,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#create-a-repository-dispatch-event parameters: - - *378 - *379 + - *380 requestBody: required: true content: @@ -73684,8 +73702,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#list-environments parameters: - - *378 - *379 + - *380 - *17 - *19 responses: @@ -73702,7 +73720,7 @@ paths: type: integer environments: type: array - items: &535 + items: &536 title: Environment description: Details of a deployment environment type: object @@ -73754,7 +73772,7 @@ paths: type: type: string example: wait_timer - wait_timer: &537 + wait_timer: &538 type: integer example: 30 description: The amount of time to delay a job after @@ -73791,7 +73809,7 @@ paths: items: type: object properties: - type: *534 + type: *535 reviewer: anyOf: - *4 @@ -73815,7 +73833,7 @@ paths: - id - node_id - type - deployment_branch_policy: &538 + deployment_branch_policy: &539 type: object description: The type of deployment branch policy for this environment. To allow all branches to deploy, set to `null`. @@ -73931,9 +73949,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#get-an-environment parameters: - - *378 - *379 - - &536 + - *380 + - &537 name: environment_name in: path required: true @@ -73946,9 +73964,9 @@ paths: description: Response content: application/json: - schema: *535 + schema: *536 examples: - default: &539 + default: &540 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -74032,9 +74050,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#create-or-update-an-environment parameters: - - *378 - *379 - - *536 + - *380 + - *537 requestBody: required: false content: @@ -74043,7 +74061,7 @@ paths: type: object nullable: true properties: - wait_timer: *537 + wait_timer: *538 prevent_self_review: type: boolean example: false @@ -74060,13 +74078,13 @@ paths: items: type: object properties: - type: *534 + type: *535 id: type: integer description: The id of the user or team who can review the deployment example: 4532992 - deployment_branch_policy: *538 + deployment_branch_policy: *539 additionalProperties: false examples: default: @@ -74086,9 +74104,9 @@ paths: description: Response content: application/json: - schema: *535 + schema: *536 examples: - default: *539 + default: *540 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -74112,9 +74130,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#delete-an-environment parameters: - - *378 - *379 - - *536 + - *380 + - *537 responses: '204': description: Default response @@ -74139,9 +74157,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#list-deployment-branch-policies parameters: - - *378 - *379 - - *536 + - *380 + - *537 - *17 - *19 responses: @@ -74159,7 +74177,7 @@ paths: example: 2 branch_policies: type: array - items: &540 + items: &541 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -74216,9 +74234,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#create-a-deployment-branch-policy parameters: - - *378 - *379 - - *536 + - *380 + - *537 requestBody: required: true content: @@ -74264,9 +74282,9 @@ paths: description: Response content: application/json: - schema: *540 + schema: *541 examples: - example-wildcard: &541 + example-wildcard: &542 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -74308,10 +74326,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#get-a-deployment-branch-policy parameters: - - *378 - *379 - - *536 - - &542 + - *380 + - *537 + - &543 name: branch_policy_id in: path required: true @@ -74323,9 +74341,9 @@ paths: description: Response content: application/json: - schema: *540 + schema: *541 examples: - default: *541 + default: *542 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74344,10 +74362,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#update-a-deployment-branch-policy parameters: - - *378 - *379 - - *536 - - *542 + - *380 + - *537 + - *543 requestBody: required: true content: @@ -74375,9 +74393,9 @@ paths: description: Response content: application/json: - schema: *540 + schema: *541 examples: - default: *541 + default: *542 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74396,10 +74414,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#delete-a-deployment-branch-policy parameters: - - *378 - *379 - - *536 - - *542 + - *380 + - *537 + - *543 responses: '204': description: Response @@ -74424,9 +74442,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: - - *536 + - *537 + - *380 - *379 - - *378 responses: '200': description: List of deployment protection rules @@ -74442,7 +74460,7 @@ paths: example: 10 custom_deployment_protection_rules: type: array - items: &543 + items: &544 title: Deployment protection rule description: Deployment protection rule type: object @@ -74461,7 +74479,7 @@ paths: example: true description: Whether the deployment protection rule is enabled for the environment. - app: &544 + app: &545 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -74560,9 +74578,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: - - *536 + - *537 + - *380 - *379 - - *378 requestBody: content: application/json: @@ -74583,9 +74601,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *543 + schema: *544 examples: - default: &545 + default: &546 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -74620,9 +74638,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: - - *536 + - *537 + - *380 - *379 - - *378 - *19 - *17 responses: @@ -74641,7 +74659,7 @@ paths: example: 35 available_custom_deployment_protection_rule_integrations: type: array - items: *544 + items: *545 examples: default: value: @@ -74676,10 +74694,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: - - *378 - *379 - - *536 - - &546 + - *380 + - *537 + - &547 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -74691,9 +74709,9 @@ paths: description: Response content: application/json: - schema: *543 + schema: *544 examples: - default: *545 + default: *546 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74714,10 +74732,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: - - *536 + - *537 + - *380 - *379 - - *378 - - *546 + - *547 responses: '204': description: Response @@ -74743,9 +74761,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-environment-secrets parameters: - - *378 - *379 - - *536 + - *380 + - *537 - *17 - *19 responses: @@ -74763,9 +74781,9 @@ paths: type: integer secrets: type: array - items: *415 + items: *416 examples: - default: *416 + default: *417 headers: Link: *40 x-github: @@ -74790,17 +74808,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-environment-public-key parameters: - - *378 - *379 - - *536 + - *380 + - *537 responses: '200': description: Response content: application/json: - schema: *417 + schema: *418 examples: - default: *418 + default: *419 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74822,18 +74840,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-environment-secret parameters: - - *378 - *379 - - *536 + - *380 + - *537 - *208 responses: '200': description: Response content: application/json: - schema: *415 + schema: *416 examples: - default: *547 + default: *548 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74855,9 +74873,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-an-environment-secret parameters: - - *378 - *379 - - *536 + - *380 + - *537 - *208 requestBody: required: true @@ -74915,9 +74933,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-an-environment-secret parameters: - - *378 - *379 - - *536 + - *380 + - *537 - *208 responses: '204': @@ -74943,10 +74961,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-environment-variables parameters: - - *378 - *379 - - *536 - - *402 + - *380 + - *537 + - *403 - *19 responses: '200': @@ -74963,9 +74981,9 @@ paths: type: integer variables: type: array - items: *419 + items: *420 examples: - default: *420 + default: *421 headers: Link: *40 x-github: @@ -74988,9 +75006,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#create-an-environment-variable parameters: - - *378 - *379 - - *536 + - *380 + - *537 requestBody: required: true content: @@ -75042,18 +75060,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-an-environment-variable parameters: - - *378 - *379 - - *536 + - *380 + - *537 - *211 responses: '200': description: Response content: application/json: - schema: *419 + schema: *420 examples: - default: *548 + default: *549 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75074,10 +75092,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-an-environment-variable parameters: - - *378 - *379 + - *380 - *211 - - *536 + - *537 requestBody: required: true content: @@ -75119,10 +75137,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-an-environment-variable parameters: - - *378 - *379 + - *380 - *211 - - *536 + - *537 responses: '204': description: Response @@ -75144,8 +75162,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-repository-events parameters: - - *378 - *379 + - *380 - *17 - *19 responses: @@ -75222,8 +75240,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/forks#list-forks parameters: - - *378 - *379 + - *380 - name: sort description: The sort order. `stargazers` will sort by star count. in: query @@ -75382,8 +75400,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/forks#create-a-fork parameters: - - *378 - *379 + - *380 requestBody: required: false content: @@ -75415,9 +75433,9 @@ paths: description: Response content: application/json: - schema: *391 + schema: *392 examples: - default: *393 + default: *394 '400': *14 '422': *15 '403': *29 @@ -75438,8 +75456,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/blobs#create-a-blob parameters: - - *378 - *379 + - *380 requestBody: required: true content: @@ -75499,7 +75517,7 @@ paths: schema: oneOf: - *181 - - *549 + - *550 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75524,8 +75542,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/blobs#get-a-blob parameters: - - *378 - *379 + - *380 - name: file_sha in: path required: true @@ -75624,8 +75642,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/commits#create-a-commit parameters: - - *378 - *379 + - *380 requestBody: required: true content: @@ -75734,7 +75752,7 @@ paths: description: Response content: application/json: - schema: &550 + schema: &551 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -75948,15 +75966,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/commits#get-a-commit-object parameters: - - *378 - *379 - - *500 + - *380 + - *501 responses: '200': description: Response content: application/json: - schema: *550 + schema: *551 examples: default: value: @@ -76012,9 +76030,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#list-matching-references parameters: - - *378 - *379 - - &551 + - *380 + - &552 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. @@ -76031,7 +76049,7 @@ paths: application/json: schema: type: array - items: &552 + items: &553 title: Git Reference description: Git references within a repository type: object @@ -76106,17 +76124,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#get-a-reference parameters: - - *378 - *379 - - *551 + - *380 + - *552 responses: '200': description: Response content: application/json: - schema: *552 + schema: *553 examples: - default: &553 + default: &554 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -76145,8 +76163,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#create-a-reference parameters: - - *378 - *379 + - *380 requestBody: required: true content: @@ -76175,9 +76193,9 @@ paths: description: Response content: application/json: - schema: *552 + schema: *553 examples: - default: *553 + default: *554 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -76203,9 +76221,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#update-a-reference parameters: - - *378 - *379 - - *551 + - *380 + - *552 requestBody: required: true content: @@ -76234,9 +76252,9 @@ paths: description: Response content: application/json: - schema: *552 + schema: *553 examples: - default: *553 + default: *554 '422': *15 '409': *96 x-github: @@ -76254,9 +76272,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#delete-a-reference parameters: - - *378 - *379 - - *551 + - *380 + - *552 responses: '204': description: Response @@ -76311,8 +76329,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/tags#create-a-tag-object parameters: - - *378 - *379 + - *380 requestBody: required: true content: @@ -76379,7 +76397,7 @@ paths: description: Response content: application/json: - schema: &555 + schema: &556 title: Git Tag description: Metadata for a Git tag type: object @@ -76430,7 +76448,7 @@ paths: - sha - type - url - verification: *554 + verification: *555 required: - sha - url @@ -76440,7 +76458,7 @@ paths: - tag - message examples: - default: &556 + default: &557 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -76513,8 +76531,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/tags#get-a-tag parameters: - - *378 - *379 + - *380 - name: tag_sha in: path required: true @@ -76525,9 +76543,9 @@ paths: description: Response content: application/json: - schema: *555 + schema: *556 examples: - default: *556 + default: *557 '404': *6 '409': *96 x-github: @@ -76551,8 +76569,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/trees#create-a-tree parameters: - - *378 - *379 + - *380 requestBody: required: true content: @@ -76625,7 +76643,7 @@ paths: description: Response content: application/json: - schema: &557 + schema: &558 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -76721,8 +76739,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/trees#get-a-tree parameters: - - *378 - *379 + - *380 - name: tree_sha description: The SHA1 value or ref (branch or tag) name of the tree. in: path @@ -76745,7 +76763,7 @@ paths: description: Response content: application/json: - schema: *557 + schema: *558 examples: default-response: summary: Default response @@ -76804,8 +76822,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#list-repository-webhooks parameters: - - *378 - *379 + - *380 - *17 - *19 responses: @@ -76815,7 +76833,7 @@ paths: application/json: schema: type: array - items: &558 + items: &559 title: Webhook description: Webhooks for repositories. type: object @@ -76869,7 +76887,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &806 + last_response: &807 title: Hook Response type: object properties: @@ -76943,8 +76961,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#create-a-repository-webhook parameters: - - *378 - *379 + - *380 requestBody: required: false content: @@ -76996,9 +77014,9 @@ paths: description: Response content: application/json: - schema: *558 + schema: *559 examples: - default: &559 + default: &560 value: type: Repository id: 12345678 @@ -77046,17 +77064,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#get-a-repository-webhook parameters: - - *378 - *379 + - *380 - *266 responses: '200': description: Response content: application/json: - schema: *558 + schema: *559 examples: - default: *559 + default: *560 '404': *6 x-github: githubCloudOnly: false @@ -77076,8 +77094,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#update-a-repository-webhook parameters: - - *378 - *379 + - *380 - *266 requestBody: required: true @@ -77123,9 +77141,9 @@ paths: description: Response content: application/json: - schema: *558 + schema: *559 examples: - default: *559 + default: *560 '422': *15 '404': *6 x-github: @@ -77146,8 +77164,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#delete-a-repository-webhook parameters: - - *378 - *379 + - *380 - *266 responses: '204': @@ -77172,8 +77190,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#get-a-webhook-configuration-for-a-repository parameters: - - *378 - *379 + - *380 - *266 responses: '200': @@ -77201,8 +77219,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#update-a-webhook-configuration-for-a-repository parameters: - - *378 - *379 + - *380 - *266 requestBody: required: false @@ -77247,8 +77265,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#list-deliveries-for-a-repository-webhook parameters: - - *378 - *379 + - *380 - *266 - *17 - *267 @@ -77280,8 +77298,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#get-a-delivery-for-a-repository-webhook parameters: - - *378 - *379 + - *380 - *266 - *16 responses: @@ -77310,8 +77328,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#redeliver-a-delivery-for-a-repository-webhook parameters: - - *378 - *379 + - *380 - *266 - *16 responses: @@ -77335,8 +77353,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#ping-a-repository-webhook parameters: - - *378 - *379 + - *380 - *266 responses: '204': @@ -77362,8 +77380,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#test-the-push-repository-webhook parameters: - - *378 - *379 + - *380 - *266 responses: '204': @@ -77422,14 +77440,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-an-import-status parameters: - - *378 - *379 + - *380 responses: '200': description: Response content: application/json: - schema: &560 + schema: &561 title: Import description: A repository import from an external source. type: object @@ -77528,7 +77546,7 @@ paths: - html_url - authors_url examples: - default: &563 + default: &564 value: vcs: subversion use_lfs: true @@ -77544,7 +77562,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': &561 + '503': &562 description: Unavailable due to service under maintenance. content: application/json: @@ -77573,8 +77591,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#start-an-import parameters: - - *378 - *379 + - *380 requestBody: required: true content: @@ -77622,7 +77640,7 @@ paths: description: Response content: application/json: - schema: *560 + schema: *561 examples: default: value: @@ -77647,7 +77665,7 @@ paths: type: string '422': *15 '404': *6 - '503': *561 + '503': *562 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77675,8 +77693,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#update-an-import parameters: - - *378 - *379 + - *380 requestBody: required: false content: @@ -77725,7 +77743,7 @@ paths: description: Response content: application/json: - schema: *560 + schema: *561 examples: example-1: summary: Example 1 @@ -77773,7 +77791,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': *561 + '503': *562 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77796,12 +77814,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#cancel-an-import parameters: - - *378 - *379 + - *380 responses: '204': description: Response - '503': *561 + '503': *562 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77827,9 +77845,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-commit-authors parameters: - - *378 - *379 - - &752 + - *380 + - &753 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -77843,7 +77861,7 @@ paths: application/json: schema: type: array - items: &562 + items: &563 title: Porter Author description: Porter Author type: object @@ -77897,7 +77915,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': *561 + '503': *562 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77922,8 +77940,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#map-a-commit-author parameters: - - *378 - *379 + - *380 - name: author_id in: path required: true @@ -77953,7 +77971,7 @@ paths: description: Response content: application/json: - schema: *562 + schema: *563 examples: default: value: @@ -77966,7 +77984,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *561 + '503': *562 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77990,8 +78008,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-large-files parameters: - - *378 - *379 + - *380 responses: '200': description: Response @@ -78032,7 +78050,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *561 + '503': *562 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78060,8 +78078,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#update-git-lfs-preference parameters: - - *378 - *379 + - *380 requestBody: required: true content: @@ -78088,11 +78106,11 @@ paths: description: Response content: application/json: - schema: *560 + schema: *561 examples: - default: *563 + default: *564 '422': *15 - '503': *561 + '503': *562 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78115,8 +78133,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: - - *378 - *379 + - *380 responses: '200': description: Response @@ -78124,8 +78142,8 @@ paths: application/json: schema: *22 examples: - default: *564 - '301': *392 + default: *565 + '301': *393 '404': *6 x-github: githubCloudOnly: false @@ -78145,8 +78163,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#get-interaction-restrictions-for-a-repository parameters: - - *378 - *379 + - *380 responses: '200': description: Response @@ -78159,7 +78177,7 @@ paths: properties: {} additionalProperties: false examples: - default: &566 + default: &567 value: limit: collaborators_only origin: repository @@ -78184,13 +78202,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#set-interaction-restrictions-for-a-repository parameters: - - *378 - *379 + - *380 requestBody: required: true content: application/json: - schema: *565 + schema: *566 examples: default: summary: Example request body @@ -78204,7 +78222,7 @@ paths: application/json: schema: *284 examples: - default: *566 + default: *567 '409': description: Response x-github: @@ -78226,8 +78244,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#remove-interaction-restrictions-for-a-repository parameters: - - *378 - *379 + - *380 responses: '204': description: Response @@ -78250,8 +78268,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#list-repository-invitations parameters: - - *378 - *379 + - *380 - *17 - *19 responses: @@ -78261,9 +78279,9 @@ paths: application/json: schema: type: array - items: *567 + items: *568 examples: - default: &745 + default: &746 value: - id: 1 repository: @@ -78394,8 +78412,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#update-a-repository-invitation parameters: - - *378 - *379 + - *380 - *288 requestBody: required: false @@ -78425,7 +78443,7 @@ paths: description: Response content: application/json: - schema: *567 + schema: *568 examples: default: value: @@ -78556,8 +78574,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#delete-a-repository-invitation parameters: - - *378 - *379 + - *380 - *288 responses: '204': @@ -78589,8 +78607,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#list-repository-issues parameters: - - *378 - *379 + - *380 - 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 @@ -78663,7 +78681,7 @@ paths: type: array items: *155 examples: - default: &578 + default: &579 value: - id: 1 node_id: MDU6SXNzdWUx @@ -78811,7 +78829,7 @@ paths: state_reason: completed headers: Link: *40 - '301': *392 + '301': *393 '422': *15 '404': *6 x-github: @@ -78840,8 +78858,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#create-an-issue parameters: - - *378 - *379 + - *380 requestBody: required: true content: @@ -78925,7 +78943,7 @@ paths: application/json: schema: *155 examples: - default: &573 + default: &574 value: id: 1 node_id: MDU6SXNzdWUx @@ -79081,7 +79099,7 @@ paths: '422': *15 '503': *134 '404': *6 - '410': *389 + '410': *390 x-github: triggersNotification: true githubCloudOnly: false @@ -79109,8 +79127,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#list-issue-comments-for-a-repository parameters: - - *378 - *379 + - *380 - *165 - name: direction description: Either `asc` or `desc`. Ignored without the `sort` parameter. @@ -79131,9 +79149,9 @@ paths: application/json: schema: type: array - items: *568 + items: *569 examples: - default: &575 + default: &576 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -79191,17 +79209,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#get-an-issue-comment parameters: - - *378 - *379 + - *380 - *154 responses: '200': description: Response content: application/json: - schema: *568 + schema: *569 examples: - default: &569 + default: &570 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -79255,8 +79273,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#update-an-issue-comment parameters: - - *378 - *379 + - *380 - *154 requestBody: required: true @@ -79279,9 +79297,9 @@ paths: description: Response content: application/json: - schema: *568 + schema: *569 examples: - default: *569 + default: *570 '422': *15 x-github: githubCloudOnly: false @@ -79299,8 +79317,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#delete-an-issue-comment parameters: - - *378 - *379 + - *380 - *154 responses: '204': @@ -79321,8 +79339,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-an-issue-comment parameters: - - *378 - *379 + - *380 - *154 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -79349,9 +79367,9 @@ paths: application/json: schema: type: array - items: *367 + items: *368 examples: - default: *369 + default: *370 headers: Link: *40 '404': *6 @@ -79372,8 +79390,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-an-issue-comment parameters: - - *378 - *379 + - *380 - *154 requestBody: required: true @@ -79406,16 +79424,16 @@ paths: description: Reaction exists content: application/json: - schema: *367 + schema: *368 examples: - default: *368 + default: *369 '201': description: Reaction created content: application/json: - schema: *367 + schema: *368 examples: - default: *368 + default: *369 '422': *15 x-github: githubCloudOnly: false @@ -79437,10 +79455,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-an-issue-comment-reaction parameters: - - *378 - *379 + - *380 - *154 - - *370 + - *371 responses: '204': description: Response @@ -79460,8 +79478,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#list-issue-events-for-a-repository parameters: - - *378 - *379 + - *380 - *17 - *19 responses: @@ -79471,7 +79489,7 @@ paths: application/json: schema: type: array - items: &572 + items: &573 title: Issue Event description: Issue Event type: object @@ -79514,8 +79532,8 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: *570 - required: *571 + properties: *571 + required: *572 nullable: true label: title: Issue Event Label @@ -79822,8 +79840,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#get-an-issue-event parameters: - - *378 - *379 + - *380 - name: event_id in: path required: true @@ -79834,7 +79852,7 @@ paths: description: Response content: application/json: - schema: *572 + schema: *573 examples: default: value: @@ -80027,7 +80045,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *389 + '410': *390 '403': *29 x-github: githubCloudOnly: false @@ -80061,9 +80079,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue parameters: - - *378 - *379 - - &574 + - *380 + - &575 name: issue_number description: The number that identifies the issue. in: path @@ -80077,10 +80095,10 @@ paths: application/json: schema: *155 examples: - default: *573 - '301': *392 + default: *574 + '301': *393 '404': *6 - '410': *389 + '410': *390 '304': *37 x-github: githubCloudOnly: false @@ -80105,9 +80123,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#update-an-issue parameters: - - *378 - *379 - - *574 + - *380 + - *575 requestBody: required: false content: @@ -80212,13 +80230,13 @@ paths: application/json: schema: *155 examples: - default: *573 + default: *574 '422': *15 '503': *134 '403': *29 - '301': *392 + '301': *393 '404': *6 - '410': *389 + '410': *390 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80236,9 +80254,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#add-assignees-to-an-issue parameters: - - *378 - *379 - - *574 + - *380 + - *575 requestBody: required: false content: @@ -80266,7 +80284,7 @@ paths: application/json: schema: *155 examples: - default: *573 + default: *574 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80282,9 +80300,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#remove-assignees-from-an-issue parameters: - - *378 - *379 - - *574 + - *380 + - *575 requestBody: content: application/json: @@ -80311,7 +80329,7 @@ paths: application/json: schema: *155 examples: - default: *573 + default: *574 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80333,9 +80351,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#check-if-a-user-can-be-assigned-to-a-issue parameters: - - *378 - *379 - - *574 + - *380 + - *575 - name: assignee in: path required: true @@ -80375,9 +80393,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#list-issue-comments parameters: - - *378 - *379 - - *574 + - *380 + - *575 - *145 - *17 - *19 @@ -80388,13 +80406,13 @@ paths: application/json: schema: type: array - items: *568 + items: *569 examples: - default: *575 + default: *576 headers: Link: *40 '404': *6 - '410': *389 + '410': *390 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80423,9 +80441,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#create-an-issue-comment parameters: - - *378 - *379 - - *574 + - *380 + - *575 requestBody: required: true content: @@ -80447,16 +80465,16 @@ paths: description: Response content: application/json: - schema: *568 + schema: *569 examples: - default: *569 + default: *570 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *29 - '410': *389 + '410': *390 '422': *15 '404': *6 x-github: @@ -80476,9 +80494,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#list-issue-events parameters: - - *378 - *379 - - *574 + - *380 + - *575 - *17 - *19 responses: @@ -80492,7 +80510,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &579 + - &580 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -80546,7 +80564,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &580 + - &581 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -80682,7 +80700,7 @@ paths: - performed_via_github_app - assignee - assigner - - &581 + - &582 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -80733,7 +80751,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &582 + - &583 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -80784,7 +80802,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &583 + - &584 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -80838,7 +80856,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &584 + - &585 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -80885,7 +80903,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &585 + - &586 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -80932,7 +80950,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &586 + - &587 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -80992,7 +81010,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &587 + - &588 title: Locked Issue Event description: Locked Issue Event type: object @@ -81040,7 +81058,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &588 + - &589 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -81106,7 +81124,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &589 + - &590 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -81172,7 +81190,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &590 + - &591 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -81238,7 +81256,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &591 + - &592 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -81329,7 +81347,7 @@ paths: color: red headers: Link: *40 - '410': *389 + '410': *390 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81346,9 +81364,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-an-issue parameters: - - *378 - *379 - - *574 + - *380 + - *575 - *17 - *19 responses: @@ -81358,7 +81376,7 @@ paths: application/json: schema: type: array - items: &576 + items: &577 title: Label description: Color-coded labels help you categorize and filter your issues (just like labels in Gmail). @@ -81405,7 +81423,7 @@ paths: - color - default examples: - default: &577 + default: &578 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -81423,9 +81441,9 @@ paths: default: false headers: Link: *40 - '301': *392 + '301': *393 '404': *6 - '410': *389 + '410': *390 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81442,9 +81460,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#add-labels-to-an-issue parameters: - - *378 - *379 - - *574 + - *380 + - *575 requestBody: required: false content: @@ -81503,12 +81521,12 @@ paths: application/json: schema: type: array - items: *576 + items: *577 examples: - default: *577 - '301': *392 + default: *578 + '301': *393 '404': *6 - '410': *389 + '410': *390 '422': *15 x-github: githubCloudOnly: false @@ -81525,9 +81543,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#set-labels-for-an-issue parameters: - - *378 - *379 - - *574 + - *380 + - *575 requestBody: required: false content: @@ -81587,12 +81605,12 @@ paths: application/json: schema: type: array - items: *576 + items: *577 examples: - default: *577 - '301': *392 + default: *578 + '301': *393 '404': *6 - '410': *389 + '410': *390 '422': *15 x-github: githubCloudOnly: false @@ -81609,15 +81627,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#remove-all-labels-from-an-issue parameters: - - *378 - *379 - - *574 + - *380 + - *575 responses: '204': description: Response - '301': *392 + '301': *393 '404': *6 - '410': *389 + '410': *390 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81636,9 +81654,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#remove-a-label-from-an-issue parameters: - - *378 - *379 - - *574 + - *380 + - *575 - name: name in: path required: true @@ -81651,7 +81669,7 @@ paths: application/json: schema: type: array - items: *576 + items: *577 examples: default: value: @@ -81662,9 +81680,9 @@ paths: description: Something isn't working color: f29513 default: true - '301': *392 + '301': *393 '404': *6 - '410': *389 + '410': *390 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81684,9 +81702,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#lock-an-issue parameters: - - *378 - *379 - - *574 + - *380 + - *575 requestBody: required: false content: @@ -81714,7 +81732,7 @@ paths: '204': description: Response '403': *29 - '410': *389 + '410': *390 '404': *6 '422': *15 x-github: @@ -81732,9 +81750,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#unlock-an-issue parameters: - - *378 - *379 - - *574 + - *380 + - *575 responses: '204': description: Response @@ -81756,9 +81774,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-an-issue parameters: - - *378 - *379 - - *574 + - *380 + - *575 - 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. @@ -81784,13 +81802,13 @@ paths: application/json: schema: type: array - items: *367 + items: *368 examples: - default: *369 + default: *370 headers: Link: *40 '404': *6 - '410': *389 + '410': *390 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81808,9 +81826,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-an-issue parameters: - - *378 - *379 - - *574 + - *380 + - *575 requestBody: required: true content: @@ -81842,16 +81860,16 @@ paths: description: Response content: application/json: - schema: *367 + schema: *368 examples: - default: *368 + default: *369 '201': description: Response content: application/json: - schema: *367 + schema: *368 examples: - default: *368 + default: *369 '422': *15 x-github: githubCloudOnly: false @@ -81873,10 +81891,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-an-issue-reaction parameters: - - *378 - *379 - - *574 - - *370 + - *380 + - *575 + - *371 responses: '204': description: Response @@ -81905,9 +81923,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#remove-sub-issue parameters: - - *378 - *379 - - *574 + - *380 + - *575 requestBody: required: true content: @@ -81931,7 +81949,7 @@ paths: application/json: schema: *155 examples: - default: *573 + default: *574 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -81964,9 +81982,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#list-sub-issues parameters: - - *378 - *379 - - *574 + - *380 + - *575 - *17 - *19 responses: @@ -81978,11 +81996,11 @@ paths: type: array items: *155 examples: - default: *578 + default: *579 headers: Link: *40 '404': *6 - '410': *389 + '410': *390 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82010,9 +82028,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#add-sub-issue parameters: - - *378 - *379 - - *574 + - *380 + - *575 requestBody: required: true content: @@ -82041,14 +82059,14 @@ paths: application/json: schema: *155 examples: - default: *573 + default: *574 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 schema: type: string '403': *29 - '410': *389 + '410': *390 '422': *15 '404': *6 x-github: @@ -82068,9 +82086,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#reprioritize-sub-issue parameters: - - *378 - *379 - - *574 + - *380 + - *575 requestBody: required: true content: @@ -82103,7 +82121,7 @@ paths: application/json: schema: *155 examples: - default: *573 + default: *574 '403': *29 '404': *6 '422': *7 @@ -82125,9 +82143,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/timeline#list-timeline-events-for-an-issue parameters: - - *378 - *379 - - *574 + - *380 + - *575 - *17 - *19 responses: @@ -82142,7 +82160,6 @@ paths: description: Timeline Event type: object anyOf: - - *579 - *580 - *581 - *582 @@ -82155,6 +82172,7 @@ paths: - *589 - *590 - *591 + - *592 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -82459,7 +82477,7 @@ paths: type: string comments: type: array - items: &612 + items: &613 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -82668,7 +82686,7 @@ paths: type: string comments: type: array - items: *498 + items: *499 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -82957,7 +82975,7 @@ paths: headers: Link: *40 '404': *6 - '410': *389 + '410': *390 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82974,8 +82992,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#list-deploy-keys parameters: - - *378 - *379 + - *380 - *17 - *19 responses: @@ -82985,7 +83003,7 @@ paths: application/json: schema: type: array - items: &592 + items: &593 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -83050,8 +83068,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#create-a-deploy-key parameters: - - *378 - *379 + - *380 requestBody: required: true content: @@ -83087,9 +83105,9 @@ paths: description: Response content: application/json: - schema: *592 + schema: *593 examples: - default: &593 + default: &594 value: id: 1 key: ssh-rsa AAA... @@ -83123,9 +83141,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key parameters: - - *378 - *379 - - &594 + - *380 + - &595 name: key_id description: The unique identifier of the key. in: path @@ -83137,9 +83155,9 @@ paths: description: Response content: application/json: - schema: *592 + schema: *593 examples: - default: *593 + default: *594 '404': *6 x-github: githubCloudOnly: false @@ -83157,9 +83175,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#delete-a-deploy-key parameters: - - *378 - *379 - - *594 + - *380 + - *595 responses: '204': description: Response @@ -83179,8 +83197,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-a-repository parameters: - - *378 - *379 + - *380 - *17 - *19 responses: @@ -83190,9 +83208,9 @@ paths: application/json: schema: type: array - items: *576 + items: *577 examples: - default: *577 + default: *578 headers: Link: *40 '404': *6 @@ -83213,8 +83231,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#create-a-label parameters: - - *378 - *379 + - *380 requestBody: required: true content: @@ -83250,9 +83268,9 @@ paths: description: Response content: application/json: - schema: *576 + schema: *577 examples: - default: &595 + default: &596 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -83284,8 +83302,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#get-a-label parameters: - - *378 - *379 + - *380 - name: name in: path required: true @@ -83296,9 +83314,9 @@ paths: description: Response content: application/json: - schema: *576 + schema: *577 examples: - default: *595 + default: *596 '404': *6 x-github: githubCloudOnly: false @@ -83315,8 +83333,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#update-a-label parameters: - - *378 - *379 + - *380 - name: name in: path required: true @@ -83355,7 +83373,7 @@ paths: description: Response content: application/json: - schema: *576 + schema: *577 examples: default: value: @@ -83381,8 +83399,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#delete-a-label parameters: - - *378 - *379 + - *380 - name: name in: path required: true @@ -83408,8 +83426,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-languages parameters: - - *378 - *379 + - *380 responses: '200': description: Response @@ -83445,8 +83463,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/lfs#enable-git-lfs-for-a-repository parameters: - - *378 - *379 + - *380 responses: '202': *39 '403': @@ -83474,8 +83492,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/lfs#disable-git-lfs-for-a-repository parameters: - - *378 - *379 + - *380 responses: '204': description: Response @@ -83501,9 +83519,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/licenses/licenses#get-the-license-for-a-repository parameters: - - *378 - *379 - - *474 + - *380 + - *475 responses: '200': description: Response @@ -83648,8 +83666,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: - - *378 - *379 + - *380 requestBody: required: true content: @@ -83714,8 +83732,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#merge-a-branch parameters: - - *378 - *379 + - *380 requestBody: required: true content: @@ -83749,9 +83767,9 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *499 + schema: *500 examples: - default: *596 + default: *597 '204': description: Response when already merged '404': @@ -83776,8 +83794,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#list-milestones parameters: - - *378 - *379 + - *380 - name: state description: The state of the milestone. Either `open`, `closed`, or `all`. in: query @@ -83818,12 +83836,12 @@ paths: application/json: schema: type: array - items: &597 + items: &598 title: Milestone description: A collection of related issues and pull requests. type: object - properties: *503 - required: *504 + properties: *504 + required: *505 examples: default: value: @@ -83879,8 +83897,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#create-a-milestone parameters: - - *378 - *379 + - *380 requestBody: required: true content: @@ -83920,9 +83938,9 @@ paths: description: Response content: application/json: - schema: *597 + schema: *598 examples: - default: &598 + default: &599 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -83981,9 +83999,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#get-a-milestone parameters: - - *378 - *379 - - &599 + - *380 + - &600 name: milestone_number description: The number that identifies the milestone. in: path @@ -83995,9 +84013,9 @@ paths: description: Response content: application/json: - schema: *597 + schema: *598 examples: - default: *598 + default: *599 '404': *6 x-github: githubCloudOnly: false @@ -84014,9 +84032,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#update-a-milestone parameters: - - *378 - *379 - - *599 + - *380 + - *600 requestBody: required: false content: @@ -84054,9 +84072,9 @@ paths: description: Response content: application/json: - schema: *597 + schema: *598 examples: - default: *598 + default: *599 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84072,9 +84090,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#delete-a-milestone parameters: - - *378 - *379 - - *599 + - *380 + - *600 responses: '204': description: Response @@ -84095,9 +84113,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-issues-in-a-milestone parameters: - - *378 - *379 - - *599 + - *380 + - *600 - *17 - *19 responses: @@ -84107,9 +84125,9 @@ paths: application/json: schema: type: array - items: *576 + items: *577 examples: - default: *577 + default: *578 headers: Link: *40 x-github: @@ -84128,12 +84146,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#list-repository-notifications-for-the-authenticated-user parameters: - - *378 - *379 - - *600 + - *380 - *601 - - *145 - *602 + - *145 + - *603 - *17 - *19 responses: @@ -84145,7 +84163,7 @@ paths: type: array items: *168 examples: - default: *603 + default: *604 headers: Link: *40 x-github: @@ -84169,8 +84187,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#mark-repository-notifications-as-read parameters: - - *378 - *379 + - *380 requestBody: required: false content: @@ -84228,14 +84246,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-a-apiname-pages-site parameters: - - *378 - *379 + - *380 responses: '200': description: Response content: application/json: - schema: &604 + schema: &605 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -84360,7 +84378,7 @@ paths: - custom_404 - public examples: - default: &605 + default: &606 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -84401,8 +84419,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#create-a-apiname-pages-site parameters: - - *378 - *379 + - *380 requestBody: required: true content: @@ -84456,9 +84474,9 @@ paths: description: Response content: application/json: - schema: *604 + schema: *605 examples: - default: *605 + default: *606 '422': *15 '409': *96 x-github: @@ -84481,8 +84499,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: - - *378 - *379 + - *380 requestBody: required: true content: @@ -84589,8 +84607,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#delete-a-apiname-pages-site parameters: - - *378 - *379 + - *380 responses: '204': description: Response @@ -84616,8 +84634,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#list-apiname-pages-builds parameters: - - *378 - *379 + - *380 - *17 - *19 responses: @@ -84627,7 +84645,7 @@ paths: application/json: schema: type: array - items: &606 + items: &607 title: Page Build description: Page Build type: object @@ -84721,8 +84739,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#request-a-apiname-pages-build parameters: - - *378 - *379 + - *380 responses: '201': description: Response @@ -84767,16 +84785,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-latest-pages-build parameters: - - *378 - *379 + - *380 responses: '200': description: Response content: application/json: - schema: *606 + schema: *607 examples: - default: &607 + default: &608 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -84824,8 +84842,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-apiname-pages-build parameters: - - *378 - *379 + - *380 - name: build_id in: path required: true @@ -84836,9 +84854,9 @@ paths: description: Response content: application/json: - schema: *606 + schema: *607 examples: - default: *607 + default: *608 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84858,8 +84876,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#create-a-github-pages-deployment parameters: - - *378 - *379 + - *380 requestBody: required: true content: @@ -84964,9 +84982,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-the-status-of-a-github-pages-deployment parameters: - - *378 - *379 - - &608 + - *380 + - &609 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -85024,9 +85042,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#cancel-a-github-pages-deployment parameters: - - *378 - *379 - - *608 + - *380 + - *609 responses: '204': *120 '404': *6 @@ -85053,8 +85071,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: - - *378 - *379 + - *380 responses: '200': description: Response @@ -85312,8 +85330,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: - - *378 - *379 + - *380 responses: '200': description: Private vulnerability reporting status @@ -85350,8 +85368,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-private-vulnerability-reporting-for-a-repository parameters: - - *378 - *379 + - *380 responses: '204': *120 '422': *14 @@ -85372,8 +85390,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-private-vulnerability-reporting-for-a-repository parameters: - - *378 - *379 + - *380 responses: '204': *120 '422': *14 @@ -85396,8 +85414,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#list-repository-projects parameters: - - *378 - *379 + - *380 - name: state description: Indicates the state of the projects to return. in: query @@ -85458,7 +85476,7 @@ paths: '401': *25 '403': *29 '404': *6 - '410': *389 + '410': *390 '422': *7 x-github: githubCloudOnly: false @@ -85481,8 +85499,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#create-a-repository-project parameters: - - *378 - *379 + - *380 requestBody: required: true content: @@ -85510,11 +85528,11 @@ paths: application/json: schema: *323 examples: - default: *388 + default: *389 '401': *25 '403': *29 '404': *6 - '410': *389 + '410': *390 '422': *7 x-github: githubCloudOnly: false @@ -85537,8 +85555,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: - - *378 - *379 + - *380 responses: '200': description: Response @@ -85577,8 +85595,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: - - *378 - *379 + - *380 requestBody: required: true content: @@ -85640,8 +85658,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-pull-requests parameters: - - *378 - *379 + - *380 - name: state description: Either `open`, `closed`, or `all` to filter by state. in: query @@ -85701,9 +85719,9 @@ paths: application/json: schema: type: array - items: *609 + items: *610 examples: - default: *610 + default: *611 headers: Link: *40 '304': *37 @@ -85735,8 +85753,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#create-a-pull-request parameters: - - *378 - *379 + - *380 requestBody: required: true content: @@ -85801,7 +85819,7 @@ paths: description: Response content: application/json: - schema: &614 + schema: &615 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -85912,8 +85930,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *503 - required: *504 + properties: *504 + required: *505 nullable: true active_lock_reason: type: string @@ -85958,7 +85976,7 @@ paths: nullable: true requested_teams: type: array - items: *345 + items: *346 nullable: true head: type: object @@ -85997,14 +86015,14 @@ paths: _links: type: object properties: - comments: *505 - commits: *505 - statuses: *505 - html: *505 - issue: *505 - review_comments: *505 - review_comment: *505 - self: *505 + comments: *506 + commits: *506 + statuses: *506 + html: *506 + issue: *506 + review_comments: *506 + review_comment: *506 + self: *506 required: - comments - commits @@ -86015,7 +86033,7 @@ paths: - review_comment - self author_association: *142 - auto_merge: *611 + auto_merge: *612 draft: description: Indicates whether or not the pull request is a draft. example: false @@ -86107,7 +86125,7 @@ paths: - merged_by - review_comments examples: - default: &615 + default: &616 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -86634,8 +86652,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#list-review-comments-in-a-repository parameters: - - *378 - *379 + - *380 - name: sort in: query required: false @@ -86664,9 +86682,9 @@ paths: application/json: schema: type: array - items: *612 + items: *613 examples: - default: &617 + default: &618 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -86743,17 +86761,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: - - *378 - *379 + - *380 - *154 responses: '200': description: Response content: application/json: - schema: *612 + schema: *613 examples: - default: &613 + default: &614 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -86828,8 +86846,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#update-a-review-comment-for-a-pull-request parameters: - - *378 - *379 + - *380 - *154 requestBody: required: true @@ -86852,9 +86870,9 @@ paths: description: Response content: application/json: - schema: *612 + schema: *613 examples: - default: *613 + default: *614 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86870,8 +86888,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#delete-a-review-comment-for-a-pull-request parameters: - - *378 - *379 + - *380 - *154 responses: '204': @@ -86893,8 +86911,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-pull-request-review-comment parameters: - - *378 - *379 + - *380 - *154 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -86921,9 +86939,9 @@ paths: application/json: schema: type: array - items: *367 + items: *368 examples: - default: *369 + default: *370 headers: Link: *40 '404': *6 @@ -86944,8 +86962,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-pull-request-review-comment parameters: - - *378 - *379 + - *380 - *154 requestBody: required: true @@ -86978,16 +86996,16 @@ paths: description: Reaction exists content: application/json: - schema: *367 + schema: *368 examples: - default: *368 + default: *369 '201': description: Reaction created content: application/json: - schema: *367 + schema: *368 examples: - default: *368 + default: *369 '422': *15 x-github: githubCloudOnly: false @@ -87009,10 +87027,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-pull-request-comment-reaction parameters: - - *378 - *379 + - *380 - *154 - - *370 + - *371 responses: '204': description: Response @@ -87055,9 +87073,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#get-a-pull-request parameters: - - *378 - *379 - - &616 + - *380 + - &617 name: pull_number description: The number that identifies the pull request. in: path @@ -87070,9 +87088,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *614 + schema: *615 examples: - default: *615 + default: *616 '304': *37 '404': *6 '406': @@ -87107,9 +87125,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#update-a-pull-request parameters: - - *378 - *379 - - *616 + - *380 + - *617 requestBody: required: false content: @@ -87151,9 +87169,9 @@ paths: description: Response content: application/json: - schema: *614 + schema: *615 examples: - default: *615 + default: *616 '422': *15 '403': *29 x-github: @@ -87175,9 +87193,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: - - *378 - *379 - - *616 + - *380 + - *617 requestBody: required: true content: @@ -87239,7 +87257,7 @@ paths: application/json: schema: *295 examples: - default: *488 + default: *489 '202': description: Response when the codespace creation partially failed but is being retried in the background @@ -87247,7 +87265,7 @@ paths: application/json: schema: *295 examples: - default: *488 + default: *489 '401': *25 '403': *29 '404': *6 @@ -87277,9 +87295,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#list-review-comments-on-a-pull-request parameters: - - *378 - *379 - - *616 + - *380 + - *617 - *165 - name: direction description: The direction to sort results. Ignored without `sort` parameter. @@ -87300,9 +87318,9 @@ paths: application/json: schema: type: array - items: *612 + items: *613 examples: - default: *617 + default: *618 headers: Link: *40 x-github: @@ -87335,9 +87353,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: - - *378 - *379 - - *616 + - *380 + - *617 requestBody: required: true content: @@ -87442,7 +87460,7 @@ paths: description: Response content: application/json: - schema: *612 + schema: *613 examples: example-for-a-multi-line-comment: value: @@ -87530,9 +87548,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#create-a-reply-for-a-review-comment parameters: - - *378 - *379 - - *616 + - *380 + - *617 - *154 requestBody: required: true @@ -87555,7 +87573,7 @@ paths: description: Response content: application/json: - schema: *612 + schema: *613 examples: default: value: @@ -87641,9 +87659,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-commits-on-a-pull-request parameters: - - *378 - *379 - - *616 + - *380 + - *617 - *17 - *19 responses: @@ -87653,9 +87671,9 @@ paths: application/json: schema: type: array - items: *499 + items: *500 examples: - default: *618 + default: *619 headers: Link: *40 x-github: @@ -87685,9 +87703,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-pull-requests-files parameters: - - *378 - *379 - - *616 + - *380 + - *617 - *17 - *19 responses: @@ -87697,7 +87715,7 @@ paths: application/json: schema: type: array - items: *514 + items: *515 examples: default: value: @@ -87735,9 +87753,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: - - *378 - *379 - - *616 + - *380 + - *617 responses: '204': description: Response if pull request has been merged @@ -87760,9 +87778,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#merge-a-pull-request parameters: - - *378 - *379 - - *616 + - *380 + - *617 requestBody: required: false content: @@ -87873,9 +87891,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: - - *378 - *379 - - *616 + - *380 + - *617 responses: '200': description: Response @@ -87950,9 +87968,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: - - *378 - *379 - - *616 + - *380 + - *617 requestBody: required: false content: @@ -87989,7 +88007,7 @@ paths: description: Response content: application/json: - schema: *609 + schema: *610 examples: default: value: @@ -88525,9 +88543,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: - - *378 - *379 - - *616 + - *380 + - *617 requestBody: required: true content: @@ -88561,7 +88579,7 @@ paths: description: Response content: application/json: - schema: *609 + schema: *610 examples: default: value: @@ -89066,9 +89084,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#list-reviews-for-a-pull-request parameters: - - *378 - *379 - - *616 + - *380 + - *617 - *17 - *19 responses: @@ -89078,7 +89096,7 @@ paths: application/json: schema: type: array - items: &619 + items: &620 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -89229,9 +89247,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: - - *378 - *379 - - *616 + - *380 + - *617 requestBody: required: false content: @@ -89317,9 +89335,9 @@ paths: description: Response content: application/json: - schema: *619 + schema: *620 examples: - default: &621 + default: &622 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -89382,10 +89400,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: - - *378 - *379 - - *616 - - &620 + - *380 + - *617 + - &621 name: review_id description: The unique identifier of the review. in: path @@ -89397,9 +89415,9 @@ paths: description: Response content: application/json: - schema: *619 + schema: *620 examples: - default: &622 + default: &623 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -89458,10 +89476,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: - - *378 - *379 - - *616 - - *620 + - *380 + - *617 + - *621 requestBody: required: true content: @@ -89484,7 +89502,7 @@ paths: description: Response content: application/json: - schema: *619 + schema: *620 examples: default: value: @@ -89546,18 +89564,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: - - *378 - *379 - - *616 - - *620 + - *380 + - *617 + - *621 responses: '200': description: Response content: application/json: - schema: *619 + schema: *620 examples: - default: *621 + default: *622 '422': *7 '404': *6 x-github: @@ -89584,10 +89602,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: - - *378 - *379 - - *616 - - *620 + - *380 + - *617 + - *621 - *17 - *19 responses: @@ -89670,9 +89688,9 @@ paths: _links: type: object properties: - self: *505 - html: *505 - pull_request: *505 + self: *506 + html: *506 + pull_request: *506 required: - self - html @@ -89815,10 +89833,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: - - *378 - *379 - - *616 - - *620 + - *380 + - *617 + - *621 requestBody: required: true content: @@ -89846,7 +89864,7 @@ paths: description: Response content: application/json: - schema: *619 + schema: *620 examples: default: value: @@ -89909,10 +89927,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: - - *378 - *379 - - *616 - - *620 + - *380 + - *617 + - *621 requestBody: required: true content: @@ -89947,9 +89965,9 @@ paths: description: Response content: application/json: - schema: *619 + schema: *620 examples: - default: *622 + default: *623 '404': *6 '422': *7 '403': *29 @@ -89971,9 +89989,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#update-a-pull-request-branch parameters: - - *378 - *379 - - *616 + - *380 + - *617 requestBody: required: false content: @@ -90036,8 +90054,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-a-repository-readme parameters: - - *378 - *379 + - *380 - name: ref description: 'The name of the commit/branch/tag. Default: the repository’s default branch.' @@ -90050,9 +90068,9 @@ paths: description: Response content: application/json: - schema: *623 + schema: *624 examples: - default: &624 + default: &625 value: type: file encoding: base64 @@ -90094,8 +90112,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: - - *378 - *379 + - *380 - name: dir description: The alternate path to look for a README file in: path @@ -90115,9 +90133,9 @@ paths: description: Response content: application/json: - schema: *623 + schema: *624 examples: - default: *624 + default: *625 '404': *6 '422': *15 x-github: @@ -90139,8 +90157,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#list-releases parameters: - - *378 - *379 + - *380 - *17 - *19 responses: @@ -90150,7 +90168,7 @@ paths: application/json: schema: type: array - items: &625 + items: &626 title: Release description: A release. type: object @@ -90213,7 +90231,7 @@ paths: author: *4 assets: type: array - items: &626 + items: &627 title: Release Asset description: Data related to a release. type: object @@ -90394,8 +90412,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#create-a-release parameters: - - *378 - *379 + - *380 requestBody: required: true content: @@ -90471,9 +90489,9 @@ paths: description: Response content: application/json: - schema: *625 + schema: *626 examples: - default: &629 + default: &630 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -90576,9 +90594,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#get-a-release-asset parameters: - - *378 - *379 - - &627 + - *380 + - &628 name: asset_id description: The unique identifier of the asset. in: path @@ -90590,9 +90608,9 @@ paths: description: Response content: application/json: - schema: *626 + schema: *627 examples: - default: &628 + default: &629 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 @@ -90626,7 +90644,7 @@ paths: type: User site_admin: false '404': *6 - '302': *516 + '302': *517 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90642,9 +90660,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#update-a-release-asset parameters: - - *378 - *379 - - *627 + - *380 + - *628 requestBody: required: false content: @@ -90672,9 +90690,9 @@ paths: description: Response content: application/json: - schema: *626 + schema: *627 examples: - default: *628 + default: *629 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90690,9 +90708,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#delete-a-release-asset parameters: - - *378 - *379 - - *627 + - *380 + - *628 responses: '204': description: Response @@ -90716,8 +90734,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: - - *378 - *379 + - *380 requestBody: required: true content: @@ -90802,16 +90820,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-the-latest-release parameters: - - *378 - *379 + - *380 responses: '200': description: Response content: application/json: - schema: *625 + schema: *626 examples: - default: *629 + default: *630 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90828,8 +90846,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-a-release-by-tag-name parameters: - - *378 - *379 + - *380 - name: tag description: tag parameter in: path @@ -90842,9 +90860,9 @@ paths: description: Response content: application/json: - schema: *625 + schema: *626 examples: - default: *629 + default: *630 '404': *6 x-github: githubCloudOnly: false @@ -90866,9 +90884,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-a-release parameters: - - *378 - *379 - - &630 + - *380 + - &631 name: release_id description: The unique identifier of the release. in: path @@ -90882,9 +90900,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: *625 + schema: *626 examples: - default: *629 + default: *630 '401': description: Unauthorized x-github: @@ -90902,9 +90920,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#update-a-release parameters: - - *378 - *379 - - *630 + - *380 + - *631 requestBody: required: false content: @@ -90968,9 +90986,9 @@ paths: description: Response content: application/json: - schema: *625 + schema: *626 examples: - default: *629 + default: *630 '404': description: Not Found if the discussion category name is invalid content: @@ -90991,9 +91009,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#delete-a-release parameters: - - *378 - *379 - - *630 + - *380 + - *631 responses: '204': description: Response @@ -91013,9 +91031,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#list-release-assets parameters: - - *378 - *379 - - *630 + - *380 + - *631 - *17 - *19 responses: @@ -91025,7 +91043,7 @@ paths: application/json: schema: type: array - items: *626 + items: *627 examples: default: value: @@ -91106,9 +91124,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: - - *378 - *379 - - *630 + - *380 + - *631 - name: name in: query required: true @@ -91134,7 +91152,7 @@ paths: description: Response for successful upload content: application/json: - schema: *626 + schema: *627 examples: response-for-successful-upload: value: @@ -91188,9 +91206,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-release parameters: - - *378 - *379 - - *630 + - *380 + - *631 - 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. @@ -91214,9 +91232,9 @@ paths: application/json: schema: type: array - items: *367 + items: *368 examples: - default: *369 + default: *370 headers: Link: *40 '404': *6 @@ -91237,9 +91255,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-release parameters: - - *378 - *379 - - *630 + - *380 + - *631 requestBody: required: true content: @@ -91269,16 +91287,16 @@ paths: description: Reaction exists content: application/json: - schema: *367 + schema: *368 examples: - default: *368 + default: *369 '201': description: Reaction created content: application/json: - schema: *367 + schema: *368 examples: - default: *368 + default: *369 '422': *15 x-github: githubCloudOnly: false @@ -91300,10 +91318,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-release-reaction parameters: - - *378 - *379 - - *630 - - *370 + - *380 + - *631 + - *371 responses: '204': description: Response @@ -91327,9 +91345,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-rules-for-a-branch parameters: - - *378 - *379 - - *437 + - *380 + - *438 - *17 - *19 responses: @@ -91345,8 +91363,8 @@ paths: description: A repository rule with ruleset details. oneOf: - allOf: - - *631 - - &633 + - *632 + - &634 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -91366,65 +91384,65 @@ paths: type: integer description: The ID of the ruleset that includes this rule. - allOf: - - *632 - *633 - - allOf: - *634 - - *633 - allOf: - *635 - - *633 + - *634 - allOf: - *636 - - *633 + - *634 - allOf: - *637 - - *633 + - *634 - allOf: - *638 - - *633 + - *634 - allOf: - *639 - - *633 + - *634 - allOf: - *640 - - *633 + - *634 - allOf: - *641 - - *633 + - *634 - allOf: - *642 - - *633 + - *634 - allOf: - *643 - - *633 + - *634 - allOf: - *644 - - *633 + - *634 - allOf: - *645 - - *633 + - *634 - allOf: - *646 - - *633 + - *634 - allOf: - *647 - - *633 + - *634 - allOf: - *648 - - *633 + - *634 - allOf: - *649 - - *633 + - *634 - allOf: - *650 - - *633 + - *634 - allOf: - *651 - - *633 + - *634 - allOf: - *652 - - *633 + - *634 + - allOf: + - *653 + - *634 examples: default: value: @@ -91463,8 +91481,8 @@ paths: category: repos subcategory: rules parameters: - - *378 - *379 + - *380 - *17 - *19 - name: includes_parents @@ -91475,7 +91493,7 @@ paths: schema: type: boolean default: true - - *653 + - *654 responses: '200': description: Response @@ -91530,8 +91548,8 @@ paths: category: repos subcategory: rules parameters: - - *378 - *379 + - *380 requestBody: description: Request body required: true @@ -91593,7 +91611,7 @@ paths: application/json: schema: *130 examples: - default: &662 + default: &663 value: id: 42 name: super cool ruleset @@ -91640,12 +91658,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rule-suites#list-repository-rule-suites parameters: - - *378 - *379 - - *654 - - *223 + - *380 - *655 + - *223 - *656 + - *657 - *17 - *19 responses: @@ -91653,9 +91671,9 @@ paths: description: Response content: application/json: - schema: *657 + schema: *658 examples: - default: *658 + default: *659 '404': *6 '500': *85 x-github: @@ -91676,17 +91694,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rule-suites#get-a-repository-rule-suite parameters: - - *378 - *379 - - *659 + - *380 + - *660 responses: '200': description: Response content: application/json: - schema: *660 + schema: *661 examples: - default: *661 + default: *662 '404': *6 '500': *85 x-github: @@ -91714,8 +91732,8 @@ paths: category: repos subcategory: rules parameters: - - *378 - *379 + - *380 - name: ruleset_id description: The ID of the ruleset. in: path @@ -91737,7 +91755,7 @@ paths: application/json: schema: *130 examples: - default: *662 + default: *663 '404': *6 '500': *85 put: @@ -91755,8 +91773,8 @@ paths: category: repos subcategory: rules parameters: - - *378 - *379 + - *380 - name: ruleset_id description: The ID of the ruleset. in: path @@ -91820,7 +91838,7 @@ paths: application/json: schema: *130 examples: - default: *662 + default: *663 '404': *6 '500': *85 delete: @@ -91838,8 +91856,8 @@ paths: category: repos subcategory: rules parameters: - - *378 - *379 + - *380 - name: ruleset_id description: The ID of the ruleset. in: path @@ -91862,8 +91880,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-repository-ruleset-history parameters: - - *378 - *379 + - *380 - *17 - *19 - name: ruleset_id @@ -91900,8 +91918,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-repository-ruleset-version parameters: - - *378 - *379 + - *380 - name: ruleset_id description: The ID of the ruleset. in: path @@ -91974,8 +91992,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: - - *378 - *379 + - *380 - *335 - *336 - *337 @@ -91983,11 +92001,12 @@ paths: - *88 - *19 - *17 - - *663 - *664 + - *665 - *339 - *340 - *341 + - *342 responses: '200': description: Response @@ -91995,7 +92014,7 @@ paths: application/json: schema: type: array - items: &667 + items: &668 type: object properties: number: *100 @@ -92014,8 +92033,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *665 - resolution: *666 + state: *666 + resolution: *667 resolved_at: type: string format: date-time @@ -92233,15 +92252,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#get-a-secret-scanning-alert parameters: - - *378 - *379 - - *468 + - *380 + - *469 + - *342 responses: '200': description: Response content: application/json: - schema: *667 + schema: *668 examples: default: value: @@ -92293,9 +92313,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: - - *378 - *379 - - *468 + - *380 + - *469 requestBody: required: true content: @@ -92303,8 +92323,8 @@ paths: schema: type: object properties: - state: *665 - resolution: *666 + state: *666 + resolution: *667 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -92322,7 +92342,7 @@ paths: description: Response content: application/json: - schema: *667 + schema: *668 examples: default: value: @@ -92397,9 +92417,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: - - *378 - *379 - - *468 + - *380 + - *469 - *19 - *17 responses: @@ -92410,7 +92430,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &827 + items: &828 type: object properties: type: @@ -92769,8 +92789,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: - - *378 - *379 + - *380 requestBody: required: true content: @@ -92778,14 +92798,14 @@ paths: schema: type: object properties: - reason: &669 + reason: &670 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *668 + placeholder_id: *669 required: - reason - placeholder_id @@ -92802,7 +92822,7 @@ paths: schema: type: object properties: - reason: *669 + reason: *670 expire_at: type: string format: date-time @@ -92845,8 +92865,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#get-secret-scanning-scan-history-for-a-repository parameters: - - *378 - *379 + - *380 responses: '404': description: Repository does not have GitHub Advanced Security or secret @@ -92861,7 +92881,7 @@ paths: properties: incremental_scans: type: array - items: &670 + items: &671 description: Information on a single scan performed by secret scanning on the repository type: object @@ -92887,15 +92907,15 @@ paths: nullable: true pattern_update_scans: type: array - items: *670 + items: *671 backfill_scans: type: array - items: *670 + items: *671 custom_pattern_backfill_scans: type: array items: allOf: - - *670 + - *671 - type: object properties: pattern_name: @@ -92965,8 +92985,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#list-repository-security-advisories parameters: - - *378 - *379 + - *380 - *88 - name: sort description: The property to sort the results by. @@ -93010,9 +93030,9 @@ paths: application/json: schema: type: array - items: *671 + items: *672 examples: - default: *672 + default: *673 '400': *14 '404': *6 x-github: @@ -93035,8 +93055,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: - - *378 - *379 + - *380 requestBody: required: true content: @@ -93109,7 +93129,7 @@ paths: login: type: string description: The username of the user credited. - type: *344 + type: *345 required: - login - type @@ -93196,9 +93216,9 @@ paths: description: Response content: application/json: - schema: *671 + schema: *672 examples: - default: &674 + default: &675 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -93431,8 +93451,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: - - *378 - *379 + - *380 requestBody: required: true content: @@ -93536,7 +93556,7 @@ paths: description: Response content: application/json: - schema: *671 + schema: *672 examples: default: value: @@ -93683,17 +93703,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: - - *378 - *379 - - *673 + - *380 + - *674 responses: '200': description: Response content: application/json: - schema: *671 + schema: *672 examples: - default: *674 + default: *675 '403': *29 '404': *6 x-github: @@ -93717,9 +93737,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: - - *378 - *379 - - *673 + - *380 + - *674 requestBody: required: true content: @@ -93792,7 +93812,7 @@ paths: login: type: string description: The username of the user credited. - type: *344 + type: *345 required: - login - type @@ -93878,10 +93898,10 @@ paths: description: Response content: application/json: - schema: *671 + schema: *672 examples: - default: *674 - add_credit: *674 + default: *675 + add_credit: *675 '403': *29 '404': *6 '422': @@ -93919,9 +93939,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#request-a-cve-for-a-repository-security-advisory parameters: - - *378 - *379 - - *673 + - *380 + - *674 responses: '202': *39 '400': *14 @@ -93948,17 +93968,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: - - *378 - *379 - - *673 + - *380 + - *674 responses: '202': description: Response content: application/json: - schema: *391 + schema: *392 examples: - default: *393 + default: *394 '400': *14 '422': *15 '403': *29 @@ -93984,8 +94004,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-stargazers parameters: - - *378 - *379 + - *380 - *17 - *19 responses: @@ -94084,8 +94104,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-weekly-commit-activity parameters: - - *378 - *379 + - *380 responses: '200': description: Returns a weekly aggregate of the number of additions and deletions @@ -94094,7 +94114,7 @@ paths: application/json: schema: type: array - items: &675 + items: &676 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -94127,8 +94147,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: - - *378 - *379 + - *380 responses: '200': description: Response @@ -94204,8 +94224,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-all-contributor-commit-activity parameters: - - *378 - *379 + - *380 responses: '200': description: Response @@ -94301,8 +94321,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-weekly-commit-count parameters: - - *378 - *379 + - *380 responses: '200': description: The array order is oldest week (index 0) to most recent week. @@ -94456,8 +94476,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: - - *378 - *379 + - *380 responses: '200': description: For example, `[2, 14, 25]` indicates that there were 25 total @@ -94467,7 +94487,7 @@ paths: application/json: schema: type: array - items: *675 + items: *676 examples: default: value: @@ -94500,8 +94520,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#create-a-commit-status parameters: - - *378 - *379 + - *380 - name: sha in: path required: true @@ -94555,7 +94575,7 @@ paths: description: Response content: application/json: - schema: *676 + schema: *677 examples: default: value: @@ -94609,8 +94629,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#list-watchers parameters: - - *378 - *379 + - *380 - *17 - *19 responses: @@ -94642,14 +94662,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#get-a-repository-subscription parameters: - - *378 - *379 + - *380 responses: '200': description: if you subscribe to the repository content: application/json: - schema: &677 + schema: &678 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -94717,8 +94737,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#set-a-repository-subscription parameters: - - *378 - *379 + - *380 requestBody: required: false content: @@ -94744,7 +94764,7 @@ paths: description: Response content: application/json: - schema: *677 + schema: *678 examples: default: value: @@ -94771,8 +94791,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#delete-a-repository-subscription parameters: - - *378 - *379 + - *380 responses: '204': description: Response @@ -94792,8 +94812,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-tags parameters: - - *378 - *379 + - *380 - *17 - *19 responses: @@ -94872,8 +94892,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/tags#closing-down---list-tag-protection-states-for-a-repository parameters: - - *378 - *379 + - *380 responses: '200': description: Response @@ -94881,7 +94901,7 @@ paths: application/json: schema: type: array - items: &678 + items: &679 title: Tag protection description: Tag protection type: object @@ -94933,8 +94953,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/tags#closing-down---create-a-tag-protection-state-for-a-repository parameters: - - *378 - *379 + - *380 requestBody: required: true content: @@ -94957,7 +94977,7 @@ paths: description: Response content: application/json: - schema: *678 + schema: *679 examples: default: value: @@ -94988,8 +95008,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/tags#closing-down---delete-a-tag-protection-state-for-a-repository parameters: - - *378 - *379 + - *380 - name: tag_protection_id description: The unique identifier of the tag protection. in: path @@ -95026,8 +95046,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#download-a-repository-archive-tar operationId: repos/download-tarball-archive parameters: - - *378 - *379 + - *380 - name: ref in: path required: true @@ -95063,8 +95083,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-teams parameters: - - *378 - *379 + - *380 - *17 - *19 responses: @@ -95096,8 +95116,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-all-repository-topics parameters: - - *378 - *379 + - *380 - *19 - *17 responses: @@ -95105,7 +95125,7 @@ paths: description: Response content: application/json: - schema: &679 + schema: &680 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -95117,7 +95137,7 @@ paths: required: - names examples: - default: &680 + default: &681 value: names: - octocat @@ -95140,8 +95160,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#replace-all-repository-topics parameters: - - *378 - *379 + - *380 requestBody: required: true content: @@ -95172,9 +95192,9 @@ paths: description: Response content: application/json: - schema: *679 + schema: *680 examples: - default: *680 + default: *681 '404': *6 '422': *7 x-github: @@ -95195,9 +95215,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-repository-clones parameters: - - *378 - *379 - - &681 + - *380 + - &682 name: per description: The time frame to display results for. in: query @@ -95226,7 +95246,7 @@ paths: example: 128 clones: type: array - items: &682 + items: &683 title: Traffic type: object properties: @@ -95313,8 +95333,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-top-referral-paths parameters: - - *378 - *379 + - *380 responses: '200': description: Response @@ -95404,8 +95424,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-top-referral-sources parameters: - - *378 - *379 + - *380 responses: '200': description: Response @@ -95465,9 +95485,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-page-views parameters: - - *378 - *379 - - *681 + - *380 + - *682 responses: '200': description: Response @@ -95486,7 +95506,7 @@ paths: example: 3782 views: type: array - items: *682 + items: *683 required: - uniques - count @@ -95563,8 +95583,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#transfer-a-repository parameters: - - *378 - *379 + - *380 requestBody: required: true content: @@ -95838,8 +95858,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: - - *378 - *379 + - *380 responses: '204': description: Response if repository is enabled with vulnerability alerts @@ -95862,8 +95882,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-vulnerability-alerts parameters: - - *378 - *379 + - *380 responses: '204': description: Response @@ -95885,8 +95905,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-vulnerability-alerts parameters: - - *378 - *379 + - *380 responses: '204': description: Response @@ -95912,8 +95932,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#download-a-repository-archive-zip operationId: repos/download-zipball-archive parameters: - - *378 - *379 + - *380 - name: ref in: path required: true @@ -96005,9 +96025,9 @@ paths: description: Response content: application/json: - schema: *391 + schema: *392 examples: - default: *393 + default: *394 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -96158,7 +96178,7 @@ paths: value: Engineering externalId: value: 8aa1a0c0-c4c3-4bc0-b4a5-2ef676900159 - - &690 + - &691 name: excludedAttributes description: Excludes the specified attribute from being returned in the results. Using this parameter can speed up response time. @@ -96167,7 +96187,7 @@ paths: schema: type: string example: members - - &695 + - &696 name: startIndex description: 'Used for pagination: the starting index of the first result to return when paginating through values.' @@ -96178,7 +96198,7 @@ paths: default: 1 format: int32 example: 1 - - &696 + - &697 name: count description: 'Used for pagination: the number of results to return per page.' in: query @@ -96220,7 +96240,7 @@ paths: Resources: type: array description: Information about each provisioned group. - items: &684 + items: &685 allOf: - type: object required: @@ -96295,7 +96315,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: &697 + meta: &698 type: object description: The metadata associated with the creation/updates to the user. @@ -96355,31 +96375,31 @@ paths: location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 startIndex: 1 itemsPerPage: 20 - '400': &685 + '400': &686 description: Bad request content: application/json: - schema: *683 + schema: *684 application/scim+json: - schema: *683 - '401': &686 + schema: *684 + '401': &687 description: Authorization failure - '403': &687 + '403': &688 description: Permission denied - '429': &688 + '429': &689 description: Too many requests content: application/json: - schema: *683 + schema: *684 application/scim+json: - schema: *683 - '500': &689 + schema: *684 + '500': &690 description: Internal server error content: application/json: - schema: *683 + schema: *684 application/scim+json: - schema: *683 + schema: *684 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -96403,7 +96423,7 @@ paths: required: true content: application/json: - schema: &693 + schema: &694 type: object required: - schemas @@ -96459,9 +96479,9 @@ paths: description: Group has been created content: application/scim+json: - schema: *684 + schema: *685 examples: - group: &691 + group: &692 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:Group @@ -96480,13 +96500,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': *685 - '401': *686 - '403': *687 - '409': &694 + '400': *686 + '401': *687 + '403': *688 + '409': &695 description: Duplicate record detected - '429': *688 - '500': *689 + '429': *689 + '500': *690 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -96503,7 +96523,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: - - &692 + - &693 name: scim_group_id description: A unique identifier of the SCIM group. in: path @@ -96511,22 +96531,22 @@ paths: schema: type: string example: 7fce0092-d52e-4f76-b727-3955bd72c939 - - *690 + - *691 - *41 responses: '200': description: Success, a group was found content: application/scim+json: - schema: *684 + schema: *685 examples: - default: *691 - '400': *685 - '401': *686 - '403': *687 + default: *692 + '400': *686 + '401': *687 + '403': *688 '404': *6 - '429': *688 - '500': *689 + '429': *689 + '500': *690 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -96545,13 +96565,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: - - *692 + - *693 - *41 requestBody: required: true content: application/json: - schema: *693 + schema: *694 examples: group: summary: Group @@ -96577,17 +96597,17 @@ paths: description: Group was updated content: application/scim+json: - schema: *684 + schema: *685 examples: - group: *691 - groupWithMembers: *691 - '400': *685 - '401': *686 - '403': *687 + group: *692 + groupWithMembers: *692 + '400': *686 + '401': *687 + '403': *688 '404': *6 - '409': *694 - '429': *688 - '500': *689 + '409': *695 + '429': *689 + '500': *690 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -96611,13 +96631,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: - - *692 + - *693 - *41 requestBody: required: true content: application/json: - schema: &704 + schema: &705 type: object required: - Operations @@ -96677,17 +96697,17 @@ paths: description: Success, group was updated content: application/scim+json: - schema: *684 + schema: *685 examples: - updateGroup: *691 - addMembers: *691 - '400': *685 - '401': *686 - '403': *687 + updateGroup: *692 + addMembers: *692 + '400': *686 + '401': *687 + '403': *688 '404': *6 - '409': *694 - '429': *688 - '500': *689 + '409': *695 + '429': *689 + '500': *690 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -96703,17 +96723,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: - - *692 + - *693 - *41 responses: '204': description: Group was deleted, no content - '400': *685 - '401': *686 - '403': *687 + '400': *686 + '401': *687 + '403': *688 '404': *6 - '429': *688 - '500': *689 + '429': *689 + '500': *690 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -96747,8 +96767,8 @@ paths: value: userName eq 'E012345' externalId: value: externalId eq 'E012345' - - *695 - *696 + - *697 - *41 responses: '200': @@ -96781,7 +96801,7 @@ paths: Resources: type: array description: Information about each provisioned account. - items: &699 + items: &700 allOf: - type: object required: @@ -96860,7 +96880,7 @@ paths: description: Whether this email address is the primary address. example: true - roles: &698 + roles: &699 type: array description: The roles assigned to the user. items: @@ -96916,7 +96936,7 @@ paths: type: string description: Provisioned SCIM groups that the user is a member of. - meta: *697 + meta: *698 startIndex: type: integer description: A starting index for the returned page @@ -96953,11 +96973,11 @@ paths: primary: false startIndex: 1 itemsPerPage: 20 - '400': *685 - '401': *686 - '403': *687 - '429': *688 - '500': *689 + '400': *686 + '401': *687 + '403': *688 + '429': *689 + '500': *690 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -96981,7 +97001,7 @@ paths: required: true content: application/json: - schema: &702 + schema: &703 type: object required: - schemas @@ -97063,9 +97083,9 @@ paths: type: boolean description: Whether this email address is the primary address. example: true - roles: *698 + roles: *699 examples: - user: &703 + user: &704 summary: User value: schemas: @@ -97112,9 +97132,9 @@ paths: description: User has been created content: application/scim+json: - schema: *699 + schema: *700 examples: - user: &700 + user: &701 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -97140,13 +97160,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: *700 - '400': *685 - '401': *686 - '403': *687 - '409': *694 - '429': *688 - '500': *689 + enterpriseOwner: *701 + '400': *686 + '401': *687 + '403': *688 + '409': *695 + '429': *689 + '500': *690 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -97163,7 +97183,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#get-scim-provisioning-information-for-an-enterprise-user parameters: - - &701 + - &702 name: scim_user_id description: The unique identifier of the SCIM user. in: path @@ -97176,15 +97196,15 @@ paths: description: Success, a user was found content: application/scim+json: - schema: *699 + schema: *700 examples: - default: *700 - '400': *685 - '401': *686 - '403': *687 + default: *701 + '400': *686 + '401': *687 + '403': *688 '404': *6 - '429': *688 - '500': *689 + '429': *689 + '500': *690 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -97206,30 +97226,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: - - *701 + - *702 - *41 requestBody: required: true content: application/json: - schema: *702 + schema: *703 examples: - user: *703 + user: *704 responses: '200': description: User was updated content: application/scim+json: - schema: *699 + schema: *700 examples: - user: *700 - '400': *685 - '401': *686 - '403': *687 + user: *701 + '400': *686 + '401': *687 + '403': *688 '404': *6 - '409': *694 - '429': *688 - '500': *689 + '409': *695 + '429': *689 + '500': *690 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -97264,13 +97284,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: - - *701 + - *702 - *41 requestBody: required: true content: application/json: - schema: *704 + schema: *705 examples: userMultiValuedProperties: summary: Multi Valued Property @@ -97310,18 +97330,18 @@ paths: description: Success, user was updated content: application/scim+json: - schema: *699 - examples: - userMultiValuedProperties: *700 - userSingleValuedProperties: *700 - disableUser: *700 - '400': *685 - '401': *686 - '403': *687 + schema: *700 + examples: + userMultiValuedProperties: *701 + userSingleValuedProperties: *701 + disableUser: *701 + '400': *686 + '401': *687 + '403': *688 '404': *6 - '409': *694 - '429': *688 - '500': *689 + '409': *695 + '429': *689 + '500': *690 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -97341,17 +97361,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: - - *701 + - *702 - *41 responses: '204': description: User was deleted, no content - '400': *685 - '401': *686 - '403': *687 + '400': *686 + '401': *687 + '403': *688 '404': *6 - '429': *688 - '500': *689 + '429': *689 + '500': *690 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -97438,7 +97458,7 @@ paths: example: 1 Resources: type: array - items: &705 + items: &706 title: SCIM /Users description: SCIM /Users provisioning endpoints type: object @@ -97669,22 +97689,22 @@ paths: lastModified: '2017-03-09T16:11:13-05:00' location: https://api.github.com/scim/v2/organizations/octo-org/Users/77563764-eb6-24-0598234-958243 '304': *37 - '404': &706 + '404': &707 description: Resource not found content: application/json: - schema: *683 + schema: *684 application/scim+json: - schema: *683 - '403': &707 + schema: *684 + '403': &708 description: Forbidden content: application/json: - schema: *683 + schema: *684 application/scim+json: - schema: *683 - '400': *685 - '429': *688 + schema: *684 + '400': *686 + '429': *689 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -97710,9 +97730,9 @@ paths: description: Response content: application/scim+json: - schema: *705 + schema: *706 examples: - default: &708 + default: &709 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -97735,17 +97755,17 @@ paths: lastModified: '2017-03-09T16:11:13-05:00' location: https://api.github.com/scim/v2/organizations/octo-org/Users/edefdfedf-050c-11e7-8d32 '304': *37 - '404': *706 - '403': *707 - '500': *689 + '404': *707 + '403': *708 + '500': *690 '409': description: Conflict content: application/json: - schema: *683 + schema: *684 application/scim+json: - schema: *683 - '400': *685 + schema: *684 + '400': *686 requestBody: required: true content: @@ -97843,17 +97863,17 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#get-scim-provisioning-information-for-a-user parameters: - *172 - - *701 + - *702 responses: '200': description: Response content: application/scim+json: - schema: *705 + schema: *706 examples: - default: *708 - '404': *706 - '403': *707 + default: *709 + '404': *707 + '403': *708 '304': *37 x-github: githubCloudOnly: true @@ -97877,18 +97897,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-a-provisioned-organization-membership parameters: - *172 - - *701 + - *702 responses: '200': description: Response content: application/scim+json: - schema: *705 + schema: *706 examples: - default: *708 + default: *709 '304': *37 - '404': *706 - '403': *707 + '404': *707 + '403': *708 requestBody: required: true content: @@ -98001,19 +98021,19 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-an-attribute-for-a-scim-user parameters: - *172 - - *701 + - *702 responses: '200': description: Response content: application/scim+json: - schema: *705 + schema: *706 examples: - default: *708 + default: *709 '304': *37 - '404': *706 - '403': *707 - '400': *685 + '404': *707 + '403': *708 + '400': *686 '429': description: Response content: @@ -98104,12 +98124,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#delete-a-scim-user-from-an-organization parameters: - *172 - - *701 + - *702 responses: '204': description: Response - '404': *706 - '403': *707 + '404': *707 + '403': *708 '304': *37 x-github: githubCloudOnly: true @@ -98242,7 +98262,7 @@ paths: example: - 73..77 - 77..78 - text_matches: &709 + text_matches: &710 title: Search Result Text Matches type: array items: @@ -98405,7 +98425,7 @@ paths: enum: - author-date - committer-date - - &710 + - &711 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 @@ -98476,7 +98496,7 @@ paths: description: Metaproperties for Git author/committer information. type: object - properties: *435 + properties: *436 nullable: true comment_count: type: integer @@ -98496,7 +98516,7 @@ paths: url: type: string format: uri - verification: *554 + verification: *555 required: - author - committer @@ -98515,7 +98535,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *435 + properties: *436 nullable: true parents: type: array @@ -98533,7 +98553,7 @@ paths: type: number node_id: type: string - text_matches: *709 + text_matches: *710 required: - sha - node_id @@ -98716,7 +98736,7 @@ paths: - interactions - created - updated - - *710 + - *711 - *17 - *19 - name: advanced_search @@ -98843,8 +98863,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *503 - required: *504 + properties: *504 + required: *505 nullable: true comments: type: integer @@ -98858,7 +98878,7 @@ paths: type: string format: date-time nullable: true - text_matches: *709 + text_matches: *710 pull_request: type: object properties: @@ -99086,7 +99106,7 @@ paths: enum: - created - updated - - *710 + - *711 - *17 - *19 responses: @@ -99130,7 +99150,7 @@ paths: nullable: true score: type: number - text_matches: *709 + text_matches: *710 required: - id - node_id @@ -99216,7 +99236,7 @@ paths: - forks - help-wanted-issues - updated - - *710 + - *711 - *17 - *19 responses: @@ -99455,7 +99475,7 @@ paths: - admin - pull - push - text_matches: *709 + text_matches: *710 temp_clone_token: type: string allow_merge_commit: @@ -99756,7 +99776,7 @@ paths: type: string format: uri nullable: true - text_matches: *709 + text_matches: *710 related: type: array nullable: true @@ -99949,7 +99969,7 @@ paths: - followers - repositories - joined - - *710 + - *711 - *17 - *19 responses: @@ -100053,7 +100073,7 @@ paths: hireable: type: boolean nullable: true - text_matches: *709 + text_matches: *710 blog: type: string nullable: true @@ -100132,7 +100152,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#get-a-team-legacy parameters: - - &711 + - &712 name: team_id description: The unique identifier of the team. in: path @@ -100144,9 +100164,9 @@ paths: description: Response content: application/json: - schema: *359 + schema: *360 examples: - default: *360 + default: *361 '404': *6 x-github: githubCloudOnly: false @@ -100173,7 +100193,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#update-a-team-legacy parameters: - - *711 + - *712 requestBody: required: true content: @@ -100236,16 +100256,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *359 + schema: *360 examples: - default: *360 + default: *361 '201': description: Response content: application/json: - schema: *359 + schema: *360 examples: - default: *360 + default: *361 '404': *6 '422': *15 '403': *29 @@ -100273,7 +100293,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#delete-a-team-legacy parameters: - - *711 + - *712 responses: '204': description: Response @@ -100304,7 +100324,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#list-discussions-legacy parameters: - - *711 + - *712 - *88 - *17 - *19 @@ -100315,9 +100335,9 @@ paths: application/json: schema: type: array - items: *361 + items: *362 examples: - default: *712 + default: *713 headers: Link: *40 x-github: @@ -100346,7 +100366,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#create-a-discussion-legacy parameters: - - *711 + - *712 requestBody: required: true content: @@ -100380,9 +100400,9 @@ paths: description: Response content: application/json: - schema: *361 + schema: *362 examples: - default: *362 + default: *363 x-github: triggersNotification: true githubCloudOnly: false @@ -100409,16 +100429,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#get-a-discussion-legacy parameters: - - *711 - - *363 + - *712 + - *364 responses: '200': description: Response content: application/json: - schema: *361 + schema: *362 examples: - default: *362 + default: *363 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100443,8 +100463,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#update-a-discussion-legacy parameters: - - *711 - - *363 + - *712 + - *364 requestBody: required: false content: @@ -100467,9 +100487,9 @@ paths: description: Response content: application/json: - schema: *361 + schema: *362 examples: - default: *713 + default: *714 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100494,8 +100514,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#delete-a-discussion-legacy parameters: - - *711 - - *363 + - *712 + - *364 responses: '204': description: Response @@ -100524,8 +100544,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#list-discussion-comments-legacy parameters: - - *711 - - *363 + - *712 + - *364 - *88 - *17 - *19 @@ -100536,9 +100556,9 @@ paths: application/json: schema: type: array - items: *364 + items: *365 examples: - default: *714 + default: *715 headers: Link: *40 x-github: @@ -100567,8 +100587,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#create-a-discussion-comment-legacy parameters: - - *711 - - *363 + - *712 + - *364 requestBody: required: true content: @@ -100590,9 +100610,9 @@ paths: description: Response content: application/json: - schema: *364 + schema: *365 examples: - default: *365 + default: *366 x-github: triggersNotification: true githubCloudOnly: false @@ -100619,17 +100639,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#get-a-discussion-comment-legacy parameters: - - *711 - - *363 - - *366 + - *712 + - *364 + - *367 responses: '200': description: Response content: application/json: - schema: *364 + schema: *365 examples: - default: *365 + default: *366 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100654,9 +100674,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#update-a-discussion-comment-legacy parameters: - - *711 - - *363 - - *366 + - *712 + - *364 + - *367 requestBody: required: true content: @@ -100678,9 +100698,9 @@ paths: description: Response content: application/json: - schema: *364 + schema: *365 examples: - default: *715 + default: *716 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100705,9 +100725,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#delete-a-discussion-comment-legacy parameters: - - *711 - - *363 - - *366 + - *712 + - *364 + - *367 responses: '204': description: Response @@ -100736,9 +100756,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-team-discussion-comment-legacy parameters: - - *711 - - *363 - - *366 + - *712 + - *364 + - *367 - 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 team discussion comment. @@ -100764,9 +100784,9 @@ paths: application/json: schema: type: array - items: *367 + items: *368 examples: - default: *369 + default: *370 headers: Link: *40 x-github: @@ -100795,9 +100815,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-team-discussion-comment-legacy parameters: - - *711 - - *363 - - *366 + - *712 + - *364 + - *367 requestBody: required: true content: @@ -100829,9 +100849,9 @@ paths: description: Response content: application/json: - schema: *367 + schema: *368 examples: - default: *368 + default: *369 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100857,8 +100877,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-team-discussion-legacy parameters: - - *711 - - *363 + - *712 + - *364 - 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 team discussion. @@ -100884,9 +100904,9 @@ paths: application/json: schema: type: array - items: *367 + items: *368 examples: - default: *369 + default: *370 headers: Link: *40 x-github: @@ -100915,8 +100935,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-team-discussion-legacy parameters: - - *711 - - *363 + - *712 + - *364 requestBody: required: true content: @@ -100948,9 +100968,9 @@ paths: description: Response content: application/json: - schema: *367 + schema: *368 examples: - default: *368 + default: *369 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -100974,7 +100994,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-pending-team-invitations-legacy parameters: - - *711 + - *712 - *17 - *19 responses: @@ -101012,7 +101032,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-team-members-legacy parameters: - - *711 + - *712 - name: role description: Filters members returned by their role in the team. in: query @@ -101063,7 +101083,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-member-legacy parameters: - - *711 + - *712 - *220 responses: '204': @@ -101100,7 +101120,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-team-member-legacy parameters: - - *711 + - *712 - *220 responses: '204': @@ -101140,7 +101160,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-member-legacy parameters: - - *711 + - *712 - *220 responses: '204': @@ -101177,16 +101197,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: - - *711 + - *712 - *220 responses: '200': description: Response content: application/json: - schema: *375 + schema: *376 examples: - response-if-user-is-a-team-maintainer: *716 + response-if-user-is-a-team-maintainer: *717 '404': *6 x-github: githubCloudOnly: false @@ -101219,7 +101239,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *711 + - *712 - *220 requestBody: required: false @@ -101245,9 +101265,9 @@ paths: description: Response content: application/json: - schema: *375 + schema: *376 examples: - response-if-users-membership-with-team-is-now-pending: *717 + response-if-users-membership-with-team-is-now-pending: *718 '403': description: Forbidden if team synchronization is set up '422': @@ -101281,7 +101301,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *711 + - *712 - *220 responses: '204': @@ -101310,7 +101330,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-projects-legacy parameters: - - *711 + - *712 - *17 - *19 responses: @@ -101320,9 +101340,9 @@ paths: application/json: schema: type: array - items: *376 + items: *377 examples: - default: *718 + default: *719 headers: Link: *40 '404': *6 @@ -101348,16 +101368,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#check-team-permissions-for-a-project-legacy parameters: - - *711 - - *377 + - *712 + - *378 responses: '200': description: Response content: application/json: - schema: *376 + schema: *377 examples: - default: *719 + default: *720 '404': description: Not Found if project is not managed by this team x-github: @@ -101381,8 +101401,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#add-or-update-team-project-permissions-legacy parameters: - - *711 - - *377 + - *712 + - *378 requestBody: required: false content: @@ -101449,8 +101469,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#remove-a-project-from-a-team-legacy parameters: - - *711 - - *377 + - *712 + - *378 responses: '204': description: Response @@ -101477,7 +101497,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-repositories-legacy parameters: - - *711 + - *712 - *17 - *19 responses: @@ -101519,15 +101539,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: - - *711 - - *378 + - *712 - *379 + - *380 responses: '200': description: Alternative response with extra repository information content: application/json: - schema: *720 + schema: *721 examples: alternative-response-with-extra-repository-information: value: @@ -101678,9 +101698,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: - - *711 - - *378 + - *712 - *379 + - *380 requestBody: required: false content: @@ -101730,9 +101750,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: - - *711 - - *378 + - *712 - *379 + - *380 responses: '204': description: Response @@ -101761,15 +101781,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: - - *711 + - *712 responses: '200': description: Response content: application/json: - schema: *380 + schema: *381 examples: - default: *381 + default: *382 '403': *29 '404': *6 x-github: @@ -101796,7 +101816,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: - - *711 + - *712 requestBody: required: true content: @@ -101853,7 +101873,7 @@ paths: description: Response content: application/json: - schema: *380 + schema: *381 examples: default: value: @@ -101884,7 +101904,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-child-teams-legacy parameters: - - *711 + - *712 - *17 - *19 responses: @@ -101896,7 +101916,7 @@ paths: type: array items: *229 examples: - response-if-child-teams-exist: *721 + response-if-child-teams-exist: *722 headers: Link: *40 '404': *6 @@ -101929,7 +101949,7 @@ paths: application/json: schema: oneOf: - - &723 + - &724 title: Private User description: Private User type: object @@ -102132,7 +102152,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *722 + - *723 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -102285,7 +102305,7 @@ paths: description: Response content: application/json: - schema: *723 + schema: *724 examples: default: value: @@ -102631,7 +102651,7 @@ paths: application/json: schema: *295 examples: - default: *488 + default: *489 '202': description: Response when the codespace creation partially failed but is being retried in the background @@ -102639,7 +102659,7 @@ paths: application/json: schema: *295 examples: - default: *488 + default: *489 '401': *25 '403': *29 '404': *6 @@ -102683,7 +102703,7 @@ paths: type: integer secrets: type: array - items: &724 + items: &725 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -102723,7 +102743,7 @@ paths: - visibility - selected_repositories_url examples: - default: *491 + default: *492 headers: Link: *40 x-github: @@ -102799,7 +102819,7 @@ paths: description: Response content: application/json: - schema: *724 + schema: *725 examples: default: value: @@ -102945,7 +102965,7 @@ paths: type: array items: *198 examples: - default: *725 + default: *726 '401': *25 '403': *29 '404': *6 @@ -103097,7 +103117,7 @@ paths: application/json: schema: *295 examples: - default: *488 + default: *489 '304': *37 '500': *85 '401': *25 @@ -103155,7 +103175,7 @@ paths: application/json: schema: *295 examples: - default: *488 + default: *489 '401': *25 '403': *29 '404': *6 @@ -103212,7 +103232,7 @@ paths: description: Response content: application/json: - schema: &726 + schema: &727 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -103253,7 +103273,7 @@ paths: description: Web url for the exported branch example: https://github.com/octocat/hello-world/tree/:branch examples: - default: &727 + default: &728 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -103298,9 +103318,9 @@ paths: description: Response content: application/json: - schema: *726 + schema: *727 examples: - default: *727 + default: *728 '404': *6 x-github: githubCloudOnly: false @@ -103337,9 +103357,9 @@ paths: type: integer machines: type: array - items: *728 + items: *729 examples: - default: *729 + default: *730 '304': *37 '500': *85 '401': *25 @@ -103418,13 +103438,13 @@ paths: nullable: true owner: *4 billable_owner: *4 - repository: *391 + repository: *392 machine: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *489 - required: *490 + properties: *490 + required: *491 nullable: true devcontainer_path: description: Path to devcontainer.json from repo root used to @@ -104206,7 +104226,7 @@ paths: application/json: schema: *295 examples: - default: *488 + default: *489 '304': *37 '500': *85 '400': *14 @@ -104246,7 +104266,7 @@ paths: application/json: schema: *295 examples: - default: *488 + default: *489 '500': *85 '401': *25 '403': *29 @@ -104278,7 +104298,7 @@ paths: type: array items: *307 examples: - default: &742 + default: &743 value: - id: 197 name: hello_docker @@ -104379,7 +104399,7 @@ paths: application/json: schema: type: array - items: &730 + items: &731 title: Email description: Email type: object @@ -104444,9 +104464,9 @@ paths: application/json: schema: type: array - items: *730 + items: *731 examples: - default: &744 + default: &745 value: - email: octocat@github.com verified: true @@ -104521,7 +104541,7 @@ paths: application/json: schema: type: array - items: *730 + items: *731 examples: default: value: @@ -104777,7 +104797,7 @@ paths: application/json: schema: type: array - items: &731 + items: &732 title: GPG Key description: A unique encryption key type: object @@ -104908,7 +104928,7 @@ paths: - subkeys - revoked examples: - default: &755 + default: &756 value: - id: 3 name: Octocat's GPG Key @@ -104993,9 +105013,9 @@ paths: description: Response content: application/json: - schema: *731 + schema: *732 examples: - default: &732 + default: &733 value: id: 3 name: Octocat's GPG Key @@ -105052,7 +105072,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: - - &733 + - &734 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -105064,9 +105084,9 @@ paths: description: Response content: application/json: - schema: *731 + schema: *732 examples: - default: *732 + default: *733 '404': *6 '304': *37 '403': *29 @@ -105089,7 +105109,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *733 + - *734 responses: '204': description: Response @@ -105280,7 +105300,7 @@ paths: type: array items: *64 examples: - default: *734 + default: *735 headers: Link: *40 '404': *6 @@ -105394,7 +105414,7 @@ paths: required: true content: application/json: - schema: *565 + schema: *566 examples: default: value: @@ -105544,7 +105564,7 @@ paths: application/json: schema: type: array - items: &735 + items: &736 title: Key description: Key type: object @@ -105641,9 +105661,9 @@ paths: description: Response content: application/json: - schema: *735 + schema: *736 examples: - default: &736 + default: &737 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -105676,15 +105696,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/keys#get-a-public-ssh-key-for-the-authenticated-user parameters: - - *594 + - *595 responses: '200': description: Response content: application/json: - schema: *735 + schema: *736 examples: - default: *736 + default: *737 '404': *6 '304': *37 '403': *29 @@ -105707,7 +105727,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/keys#delete-a-public-ssh-key-for-the-authenticated-user parameters: - - *594 + - *595 responses: '204': description: Response @@ -105740,7 +105760,7 @@ paths: application/json: schema: type: array - items: &737 + items: &738 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -105808,7 +105828,7 @@ paths: - account - plan examples: - default: &738 + default: &739 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -105870,9 +105890,9 @@ paths: application/json: schema: type: array - items: *737 + items: *738 examples: - default: *738 + default: *739 headers: Link: *40 '304': *37 @@ -106867,7 +106887,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#unlock-a-user-repository parameters: - *301 - - *739 + - *740 responses: '204': description: Response @@ -106940,7 +106960,7 @@ paths: type: array items: *59 examples: - default: *740 + default: *741 headers: Link: *40 '304': *37 @@ -106982,7 +107002,7 @@ paths: - docker - nuget - container - - *741 + - *742 - *19 - *17 responses: @@ -106994,8 +107014,8 @@ paths: type: array items: *307 examples: - default: *742 - '400': *743 + default: *743 + '400': *744 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -107024,7 +107044,7 @@ paths: application/json: schema: *307 examples: - default: &756 + default: &757 value: id: 40201 name: octo-name @@ -107477,9 +107497,9 @@ paths: application/json: schema: type: array - items: *730 + items: *731 examples: - default: *744 + default: *745 headers: Link: *40 '304': *37 @@ -107592,7 +107612,7 @@ paths: type: array items: *64 examples: - default: &751 + default: &752 summary: Default response value: - id: 1296269 @@ -107896,9 +107916,9 @@ paths: description: Response content: application/json: - schema: *391 + schema: *392 examples: - default: *393 + default: *394 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -107936,9 +107956,9 @@ paths: application/json: schema: type: array - items: *567 + items: *568 examples: - default: *745 + default: *746 headers: Link: *40 '304': *37 @@ -108017,7 +108037,7 @@ paths: application/json: schema: type: array - items: &746 + items: &747 title: Social account description: Social media account type: object @@ -108032,7 +108052,7 @@ paths: - provider - url examples: - default: &747 + default: &748 value: - provider: twitter url: https://twitter.com/github @@ -108094,9 +108114,9 @@ paths: application/json: schema: type: array - items: *746 + items: *747 examples: - default: *747 + default: *748 '422': *15 '304': *37 '404': *6 @@ -108183,7 +108203,7 @@ paths: application/json: schema: type: array - items: &748 + items: &749 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -108203,7 +108223,7 @@ paths: - title - created_at examples: - default: &757 + default: &758 value: - key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -108269,9 +108289,9 @@ paths: description: Response content: application/json: - schema: *748 + schema: *749 examples: - default: &749 + default: &750 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -108302,7 +108322,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: - - &750 + - &751 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -108314,9 +108334,9 @@ paths: description: Response content: application/json: - schema: *748 + schema: *749 examples: - default: *749 + default: *750 '404': *6 '304': *37 '403': *29 @@ -108339,7 +108359,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/ssh-signing-keys#delete-an-ssh-signing-key-for-the-authenticated-user parameters: - - *750 + - *751 responses: '204': description: Response @@ -108368,7 +108388,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: - - &758 + - &759 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 @@ -108393,11 +108413,11 @@ paths: type: array items: *64 examples: - default-response: *751 + default-response: *752 application/vnd.github.v3.star+json: schema: type: array - items: &759 + items: &760 title: Starred Repository description: Starred Repository type: object @@ -108553,8 +108573,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: - - *378 - *379 + - *380 responses: '204': description: Response if this repository is starred by you @@ -108582,8 +108602,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#star-a-repository-for-the-authenticated-user parameters: - - *378 - *379 + - *380 responses: '204': description: Response @@ -108607,8 +108627,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#unstar-a-repository-for-the-authenticated-user parameters: - - *378 - *379 + - *380 responses: '204': description: Response @@ -108680,7 +108700,7 @@ paths: application/json: schema: type: array - items: *359 + items: *360 examples: default: value: @@ -108766,10 +108786,10 @@ paths: application/json: schema: oneOf: + - *724 - *723 - - *722 examples: - default-response: &753 + default-response: &754 summary: Default response value: login: octocat @@ -108804,7 +108824,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &754 + response-with-git-hub-plan-information: &755 summary: Response with GitHub plan information value: login: octocat @@ -108864,7 +108884,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/users#list-users parameters: - - *752 + - *753 - *17 responses: '200': @@ -108913,11 +108933,11 @@ paths: application/json: schema: oneOf: + - *724 - *723 - - *722 examples: - default-response: *753 - response-with-git-hub-plan-information: *754 + default-response: *754 + response-with-git-hub-plan-information: *755 '404': *6 x-github: githubCloudOnly: false @@ -108993,7 +109013,7 @@ paths: bundle_url: type: string examples: - default: *431 + default: *432 '201': description: Response content: @@ -109034,7 +109054,7 @@ paths: type: array items: *307 examples: - default: *742 + default: *743 '403': *29 '401': *25 x-github: @@ -109438,9 +109458,9 @@ paths: application/json: schema: type: array - items: *731 + items: *732 examples: - default: *755 + default: *756 headers: Link: *40 x-github: @@ -109544,7 +109564,7 @@ paths: application/json: schema: *22 examples: - default: *564 + default: *565 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -109622,7 +109642,7 @@ paths: type: array items: *59 examples: - default: *740 + default: *741 headers: Link: *40 x-github: @@ -109661,7 +109681,7 @@ paths: - docker - nuget - container - - *741 + - *742 - *220 - *19 - *17 @@ -109674,10 +109694,10 @@ paths: type: array items: *307 examples: - default: *742 + default: *743 '403': *29 '401': *25 - '400': *743 + '400': *744 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -109707,7 +109727,7 @@ paths: application/json: schema: *307 examples: - default: *756 + default: *757 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -110306,9 +110326,9 @@ paths: description: Response content: application/json: - schema: *346 + schema: *347 examples: - default: *347 + default: *348 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -110336,9 +110356,9 @@ paths: description: Response content: application/json: - schema: *351 + schema: *352 examples: - default: *352 + default: *353 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -110366,9 +110386,9 @@ paths: description: Response content: application/json: - schema: *353 + schema: *354 examples: - default: *354 + default: *355 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -110491,9 +110511,9 @@ paths: application/json: schema: type: array - items: *746 + items: *747 examples: - default: *747 + default: *748 headers: Link: *40 x-github: @@ -110523,9 +110543,9 @@ paths: application/json: schema: type: array - items: *748 + items: *749 examples: - default: *757 + default: *758 headers: Link: *40 x-github: @@ -110550,7 +110570,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-repositories-starred-by-a-user parameters: - *220 - - *758 + - *759 - *88 - *17 - *19 @@ -110562,11 +110582,11 @@ paths: schema: anyOf: - type: array - items: *759 + items: *760 - type: array items: *64 examples: - default-response: *751 + default-response: *752 headers: Link: *40 x-github: @@ -110725,7 +110745,7 @@ x-webhooks: type: string enum: - disabled - enterprise: &760 + enterprise: &761 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -110783,7 +110803,7 @@ x-webhooks: - created_at - updated_at - avatar_url - installation: &761 + installation: &762 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -110802,7 +110822,7 @@ x-webhooks: required: - id - node_id - organization: &762 + organization: &763 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -110862,13 +110882,13 @@ x-webhooks: - public_members_url - avatar_url - description - repository: &763 + repository: &764 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: &800 + properties: &801 id: description: Unique identifier of the repository example: 42 @@ -111551,7 +111571,7 @@ x-webhooks: type: boolean description: Whether anonymous git access is enabled for this repository - required: &801 + required: &802 - archive_url - assignees_url - blobs_url @@ -111702,10 +111722,10 @@ x-webhooks: type: string enum: - enabled - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 sender: *4 required: - action @@ -111781,11 +111801,11 @@ x-webhooks: type: string enum: - created - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 - rule: &764 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 + rule: &765 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) @@ -112008,11 +112028,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 - rule: *764 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 + rule: *765 sender: *4 required: - action @@ -112195,11 +112215,11 @@ x-webhooks: - everyone required: - from - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 - rule: *764 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 + rule: *765 sender: *4 required: - action @@ -112270,7 +112290,7 @@ x-webhooks: required: true content: application/json: - schema: &767 + schema: &768 title: Exemption request cancellation event type: object properties: @@ -112278,11 +112298,11 @@ x-webhooks: type: string enum: - cancelled - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 - exemption_request: &765 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 + exemption_request: &766 title: Exemption Request description: A request from a user to be exempted from a set of rules. @@ -112515,7 +112535,7 @@ x-webhooks: type: array description: The responses to the exemption request. nullable: true - items: &766 + items: &767 title: Exemption response description: A response to an exemption request by a delegated bypasser. @@ -112623,7 +112643,7 @@ x-webhooks: required: true content: application/json: - schema: &768 + schema: &769 title: Exemption request completed event type: object properties: @@ -112631,11 +112651,11 @@ x-webhooks: type: string enum: - completed - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 - exemption_request: *765 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 + exemption_request: *766 sender: *4 required: - action @@ -112705,7 +112725,7 @@ x-webhooks: required: true content: application/json: - schema: &769 + schema: &770 title: Exemption request created event type: object properties: @@ -112713,11 +112733,11 @@ x-webhooks: type: string enum: - created - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 - exemption_request: *765 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 + exemption_request: *766 sender: *4 required: - action @@ -112787,7 +112807,7 @@ x-webhooks: required: true content: application/json: - schema: &770 + schema: &771 title: Exemption response dismissed event type: object properties: @@ -112795,12 +112815,12 @@ x-webhooks: type: string enum: - response_dismissed - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 - exemption_request: *765 - exemption_response: *766 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 + exemption_request: *766 + exemption_response: *767 sender: *4 required: - action @@ -112872,7 +112892,7 @@ x-webhooks: required: true content: application/json: - schema: &771 + schema: &772 title: Exemption response submitted event type: object properties: @@ -112880,12 +112900,12 @@ x-webhooks: type: string enum: - response_submitted - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 - exemption_request: *765 - exemption_response: *766 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 + exemption_request: *766 + exemption_response: *767 sender: *4 required: - action @@ -112958,7 +112978,7 @@ x-webhooks: required: true content: application/json: - schema: *767 + schema: *768 responses: '200': description: Return a 200 status to indicate that the data was received @@ -113025,7 +113045,7 @@ x-webhooks: required: true content: application/json: - schema: *768 + schema: *769 responses: '200': description: Return a 200 status to indicate that the data was received @@ -113092,7 +113112,7 @@ x-webhooks: required: true content: application/json: - schema: *769 + schema: *770 responses: '200': description: Return a 200 status to indicate that the data was received @@ -113159,7 +113179,7 @@ x-webhooks: required: true content: application/json: - schema: *770 + schema: *771 responses: '200': description: Return a 200 status to indicate that the data was received @@ -113227,7 +113247,7 @@ x-webhooks: required: true content: application/json: - schema: *771 + schema: *772 responses: '200': description: Return a 200 status to indicate that the data was received @@ -113305,7 +113325,7 @@ x-webhooks: type: string enum: - completed - check_run: &773 + check_run: &774 title: CheckRun description: A check performed on the code of a given code change type: object @@ -113368,7 +113388,7 @@ x-webhooks: type: string pull_requests: type: array - items: *450 + items: *451 repository: *198 status: example: completed @@ -113406,7 +113426,7 @@ x-webhooks: - skipped - timed_out - action_required - deployment: *772 + deployment: *773 details_url: example: https://example.com type: string @@ -113456,7 +113476,7 @@ x-webhooks: - annotations_url pull_requests: type: array - items: *450 + items: *451 started_at: example: '2018-05-04T01:14:52Z' type: string @@ -113491,9 +113511,9 @@ x-webhooks: - output - app - pull_requests - installation: *761 - organization: *762 - repository: *763 + installation: *762 + organization: *763 + repository: *764 sender: *4 required: - check_run @@ -113886,10 +113906,10 @@ x-webhooks: type: string enum: - created - check_run: *773 - installation: *761 - organization: *762 - repository: *763 + check_run: *774 + installation: *762 + organization: *763 + repository: *764 sender: *4 required: - check_run @@ -114285,10 +114305,10 @@ x-webhooks: type: string enum: - requested_action - check_run: *773 - installation: *761 - organization: *762 - repository: *763 + check_run: *774 + installation: *762 + organization: *763 + repository: *764 requested_action: description: The action requested by the user. type: object @@ -114693,10 +114713,10 @@ x-webhooks: type: string enum: - rerequested - check_run: *773 - installation: *761 - organization: *762 - repository: *763 + check_run: *774 + installation: *762 + organization: *763 + repository: *764 sender: *4 required: - check_run @@ -115673,10 +115693,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 sender: *4 required: - action @@ -116346,10 +116366,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 sender: *4 required: - action @@ -117013,10 +117033,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 sender: *4 required: - action @@ -117179,7 +117199,7 @@ x-webhooks: required: - login - id - dismissed_comment: *463 + dismissed_comment: *464 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -117324,20 +117344,20 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: &774 + commit_oid: &775 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: *760 - installation: *761 - organization: *762 - ref: &775 + enterprise: *761 + installation: *762 + organization: *763 + ref: &776 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: *763 + repository: *764 sender: *4 required: - action @@ -117499,7 +117519,7 @@ x-webhooks: required: - login - id - dismissed_comment: *463 + dismissed_comment: *464 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -117729,12 +117749,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *774 - enterprise: *760 - installation: *761 - organization: *762 - ref: *775 - repository: *763 + commit_oid: *775 + enterprise: *761 + installation: *762 + organization: *763 + ref: *776 + repository: *764 sender: *4 required: - action @@ -117829,7 +117849,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *463 + dismissed_comment: *464 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -117997,12 +118017,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *774 - enterprise: *760 - installation: *761 - organization: *762 - ref: *775 - repository: *763 + commit_oid: *775 + enterprise: *761 + installation: *762 + organization: *763 + ref: *776 + repository: *764 sender: *4 required: - action @@ -118165,7 +118185,7 @@ x-webhooks: required: - login - id - dismissed_comment: *463 + dismissed_comment: *464 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -118331,12 +118351,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *774 - enterprise: *760 - installation: *761 - organization: *762 - ref: *775 - repository: *763 + commit_oid: *775 + enterprise: *761 + installation: *762 + organization: *763 + ref: *776 + repository: *764 sender: *4 required: - action @@ -118433,7 +118453,7 @@ x-webhooks: dismissed_by: type: object nullable: true - dismissed_comment: *463 + dismissed_comment: *464 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -118601,16 +118621,16 @@ x-webhooks: triggered by the `sender` and this value will be empty. type: string nullable: true - enterprise: *760 - installation: *761 - organization: *762 + enterprise: *761 + installation: *762 + organization: *763 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: *763 + repository: *764 sender: *4 required: - action @@ -118704,7 +118724,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *463 + dismissed_comment: *464 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -118844,12 +118864,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *774 - enterprise: *760 - installation: *761 - organization: *762 - ref: *775 - repository: *763 + commit_oid: *775 + enterprise: *761 + installation: *762 + organization: *763 + ref: *776 + repository: *764 sender: *4 required: - action @@ -119106,10 +119126,10 @@ x-webhooks: - updated_at - author_association - body - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 sender: *4 required: - action @@ -119189,18 +119209,18 @@ x-webhooks: description: The repository's current description. type: string nullable: true - enterprise: *760 - installation: *761 + enterprise: *761 + installation: *762 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *762 - pusher_type: &776 + organization: *763 + pusher_type: &777 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &777 + ref: &778 description: The [`git ref`](https://docs.github.com/enterprise-cloud@latest//rest/git/refs#get-a-reference) resource. type: string @@ -119210,7 +119230,7 @@ x-webhooks: enum: - tag - branch - repository: *763 + repository: *764 sender: *4 required: - ref @@ -119293,9 +119313,9 @@ x-webhooks: enum: - created definition: *116 - enterprise: *760 - installation: *761 - organization: *762 + enterprise: *761 + installation: *762 + organization: *763 sender: *4 required: - action @@ -119380,9 +119400,9 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *760 - installation: *761 - organization: *762 + enterprise: *761 + installation: *762 + organization: *763 sender: *4 required: - action @@ -119460,9 +119480,9 @@ x-webhooks: enum: - promote_to_enterprise definition: *116 - enterprise: *760 - installation: *761 - organization: *762 + enterprise: *761 + installation: *762 + organization: *763 sender: *4 required: - action @@ -119540,9 +119560,9 @@ x-webhooks: enum: - updated definition: *116 - enterprise: *760 - installation: *761 - organization: *762 + enterprise: *761 + installation: *762 + organization: *763 sender: *4 required: - action @@ -119619,10 +119639,10 @@ x-webhooks: type: string enum: - updated - enterprise: *760 - installation: *761 - repository: *763 - organization: *762 + enterprise: *761 + installation: *762 + repository: *764 + organization: *763 sender: *4 new_property_values: type: array @@ -119707,18 +119727,18 @@ x-webhooks: title: delete event type: object properties: - enterprise: *760 - installation: *761 - organization: *762 - pusher_type: *776 - ref: *777 + enterprise: *761 + installation: *762 + organization: *763 + pusher_type: *777 + ref: *778 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *763 + repository: *764 sender: *4 required: - ref @@ -119802,11 +119822,11 @@ x-webhooks: type: string enum: - auto_dismissed - alert: *520 - installation: *761 - organization: *762 - enterprise: *760 - repository: *763 + alert: *521 + installation: *762 + organization: *763 + enterprise: *761 + repository: *764 sender: *4 required: - action @@ -119890,11 +119910,11 @@ x-webhooks: type: string enum: - auto_reopened - alert: *520 - installation: *761 - organization: *762 - enterprise: *760 - repository: *763 + alert: *521 + installation: *762 + organization: *763 + enterprise: *761 + repository: *764 sender: *4 required: - action @@ -119978,11 +119998,11 @@ x-webhooks: type: string enum: - created - alert: *520 - installation: *761 - organization: *762 - enterprise: *760 - repository: *763 + alert: *521 + installation: *762 + organization: *763 + enterprise: *761 + repository: *764 sender: *4 required: - action @@ -120064,11 +120084,11 @@ x-webhooks: type: string enum: - dismissed - alert: *520 - installation: *761 - organization: *762 - enterprise: *760 - repository: *763 + alert: *521 + installation: *762 + organization: *763 + enterprise: *761 + repository: *764 sender: *4 required: - action @@ -120150,11 +120170,11 @@ x-webhooks: type: string enum: - fixed - alert: *520 - installation: *761 - organization: *762 - enterprise: *760 - repository: *763 + alert: *521 + installation: *762 + organization: *763 + enterprise: *761 + repository: *764 sender: *4 required: - action @@ -120237,11 +120257,11 @@ x-webhooks: type: string enum: - reintroduced - alert: *520 - installation: *761 - organization: *762 - enterprise: *760 - repository: *763 + alert: *521 + installation: *762 + organization: *763 + enterprise: *761 + repository: *764 sender: *4 required: - action @@ -120323,11 +120343,11 @@ x-webhooks: type: string enum: - reopened - alert: *520 - installation: *761 - organization: *762 - enterprise: *760 - repository: *763 + alert: *521 + installation: *762 + organization: *763 + enterprise: *761 + repository: *764 sender: *4 required: - action @@ -120404,9 +120424,9 @@ x-webhooks: type: string enum: - created - enterprise: *760 - installation: *761 - key: &778 + enterprise: *761 + installation: *762 + key: &779 description: The [`deploy key`](https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -120442,8 +120462,8 @@ x-webhooks: - verified - created_at - read_only - organization: *762 - repository: *763 + organization: *763 + repository: *764 sender: *4 required: - action @@ -120520,11 +120540,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *760 - installation: *761 - key: *778 - organization: *762 - repository: *763 + enterprise: *761 + installation: *762 + key: *779 + organization: *763 + repository: *764 sender: *4 required: - action @@ -121085,12 +121105,12 @@ x-webhooks: - updated_at - statuses_url - repository_url - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 sender: *4 - workflow: &782 + workflow: &783 title: Workflow type: object nullable: true @@ -121816,13 +121836,13 @@ x-webhooks: description: The URL to review the deployment protection rule. type: string format: uri - deployment: *526 + deployment: *527 pull_requests: type: array - items: *614 - repository: *763 - organization: *762 - installation: *761 + items: *615 + repository: *764 + organization: *763 + installation: *762 sender: *4 responses: '200': @@ -121893,7 +121913,7 @@ x-webhooks: type: string enum: - approved - approver: &779 + approver: &780 type: object properties: avatar_url: @@ -121936,11 +121956,11 @@ x-webhooks: type: string comment: type: string - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 - reviewers: &780 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 + reviewers: &781 type: array items: type: object @@ -122019,7 +122039,7 @@ x-webhooks: sender: *4 since: type: string - workflow_job_run: &781 + workflow_job_run: &782 type: object properties: conclusion: @@ -122750,18 +122770,18 @@ x-webhooks: type: string enum: - rejected - approver: *779 + approver: *780 comment: type: string - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 - reviewers: *780 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 + reviewers: *781 sender: *4 since: type: string - workflow_job_run: *781 + workflow_job_run: *782 workflow_job_runs: type: array items: @@ -123465,13 +123485,13 @@ x-webhooks: type: string enum: - requested - enterprise: *760 + enterprise: *761 environment: type: string - installation: *761 - organization: *762 - repository: *763 - requestor: &787 + installation: *762 + organization: *763 + repository: *764 + requestor: &788 title: User type: object nullable: true @@ -125370,12 +125390,12 @@ x-webhooks: - updated_at - deployment_url - repository_url - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 sender: *4 - workflow: *782 + workflow: *783 workflow_run: title: Deployment Workflow Run type: object @@ -126055,7 +126075,7 @@ x-webhooks: type: string enum: - answered - answer: &785 + answer: &786 type: object properties: author_association: @@ -126212,7 +126232,7 @@ x-webhooks: - created_at - updated_at - body - discussion: &783 + discussion: &784 title: Discussion description: A Discussion in a repository. type: object @@ -126498,7 +126518,7 @@ x-webhooks: - id labels: type: array - items: *576 + items: *577 required: - repository_url - category @@ -126520,10 +126540,10 @@ x-webhooks: - author_association - active_lock_reason - body - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 sender: *4 required: - action @@ -126650,11 +126670,11 @@ x-webhooks: - from required: - category - discussion: *783 - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 + discussion: *784 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 sender: *4 required: - action @@ -126737,11 +126757,11 @@ x-webhooks: type: string enum: - closed - discussion: *783 - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 + discussion: *784 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 sender: *4 required: - action @@ -126823,7 +126843,7 @@ x-webhooks: type: string enum: - created - comment: &784 + comment: &785 type: object properties: author_association: @@ -126980,11 +127000,11 @@ x-webhooks: - updated_at - body - reactions - discussion: *783 - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 + discussion: *784 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 sender: *4 required: - action @@ -127067,12 +127087,12 @@ x-webhooks: type: string enum: - deleted - comment: *784 - discussion: *783 - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 + comment: *785 + discussion: *784 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 sender: *4 required: - action @@ -127167,12 +127187,12 @@ x-webhooks: - from required: - body - comment: *784 - discussion: *783 - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 + comment: *785 + discussion: *784 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 sender: *4 required: - action @@ -127256,11 +127276,11 @@ x-webhooks: type: string enum: - created - discussion: *783 - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 + discussion: *784 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 sender: *4 required: - action @@ -127342,11 +127362,11 @@ x-webhooks: type: string enum: - deleted - discussion: *783 - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 + discussion: *784 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 sender: *4 required: - action @@ -127446,11 +127466,11 @@ x-webhooks: type: string required: - from - discussion: *783 - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 + discussion: *784 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 sender: *4 required: - action @@ -127532,10 +127552,10 @@ x-webhooks: type: string enum: - labeled - discussion: *783 - enterprise: *760 - installation: *761 - label: &786 + discussion: *784 + enterprise: *761 + installation: *762 + label: &787 title: Label type: object properties: @@ -127567,8 +127587,8 @@ x-webhooks: - color - default - description - organization: *762 - repository: *763 + organization: *763 + repository: *764 sender: *4 required: - action @@ -127651,11 +127671,11 @@ x-webhooks: type: string enum: - locked - discussion: *783 - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 + discussion: *784 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 sender: *4 required: - action @@ -127737,11 +127757,11 @@ x-webhooks: type: string enum: - pinned - discussion: *783 - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 + discussion: *784 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 sender: *4 required: - action @@ -127823,11 +127843,11 @@ x-webhooks: type: string enum: - reopened - discussion: *783 - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 + discussion: *784 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 sender: *4 required: - action @@ -127912,16 +127932,16 @@ x-webhooks: changes: type: object properties: - new_discussion: *783 - new_repository: *763 + new_discussion: *784 + new_repository: *764 required: - new_discussion - new_repository - discussion: *783 - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 + discussion: *784 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 sender: *4 required: - action @@ -128004,10 +128024,10 @@ x-webhooks: type: string enum: - unanswered - discussion: *783 - old_answer: *785 - organization: *762 - repository: *763 + discussion: *784 + old_answer: *786 + organization: *763 + repository: *764 sender: *4 required: - action @@ -128089,12 +128109,12 @@ x-webhooks: type: string enum: - unlabeled - discussion: *783 - enterprise: *760 - installation: *761 - label: *786 - organization: *762 - repository: *763 + discussion: *784 + enterprise: *761 + installation: *762 + label: *787 + organization: *763 + repository: *764 sender: *4 required: - action @@ -128177,11 +128197,11 @@ x-webhooks: type: string enum: - unlocked - discussion: *783 - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 + discussion: *784 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 sender: *4 required: - action @@ -128263,11 +128283,11 @@ x-webhooks: type: string enum: - unpinned - discussion: *783 - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 + discussion: *784 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 sender: *4 required: - action @@ -128339,7 +128359,7 @@ x-webhooks: required: true content: application/json: - schema: *769 + schema: *770 responses: '200': description: Return a 200 status to indicate that the data was received @@ -128405,7 +128425,7 @@ x-webhooks: required: true content: application/json: - schema: *771 + schema: *772 responses: '200': description: Return a 200 status to indicate that the data was received @@ -128471,7 +128491,7 @@ x-webhooks: required: true content: application/json: - schema: *767 + schema: *768 responses: '200': description: Return a 200 status to indicate that the data was received @@ -128537,7 +128557,7 @@ x-webhooks: required: true content: application/json: - schema: *768 + schema: *769 responses: '200': description: Return a 200 status to indicate that the data was received @@ -128603,7 +128623,7 @@ x-webhooks: required: true content: application/json: - schema: *769 + schema: *770 responses: '200': description: Return a 200 status to indicate that the data was received @@ -128669,7 +128689,7 @@ x-webhooks: required: true content: application/json: - schema: *770 + schema: *771 responses: '200': description: Return a 200 status to indicate that the data was received @@ -128735,7 +128755,7 @@ x-webhooks: required: true content: application/json: - schema: *771 + schema: *772 responses: '200': description: Return a 200 status to indicate that the data was received @@ -128802,7 +128822,7 @@ x-webhooks: description: A user forks a repository. type: object properties: - enterprise: *760 + enterprise: *761 forkee: description: The created [`repository`](https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository) resource. @@ -129462,9 +129482,9 @@ x-webhooks: type: integer watchers_count: type: integer - installation: *761 - organization: *762 - repository: *763 + installation: *762 + organization: *763 + repository: *764 sender: *4 required: - forkee @@ -129610,9 +129630,9 @@ x-webhooks: title: gollum event type: object properties: - enterprise: *760 - installation: *761 - organization: *762 + enterprise: *761 + installation: *762 + organization: *763 pages: description: The pages that were updated. type: array @@ -129649,7 +129669,7 @@ x-webhooks: - action - sha - html_url - repository: *763 + repository: *764 sender: *4 required: - pages @@ -129725,10 +129745,10 @@ x-webhooks: type: string enum: - created - enterprise: *760 + enterprise: *761 installation: *22 - organization: *762 - repositories: &788 + organization: *763 + repositories: &789 description: An array of repository objects that the installation can access. type: array @@ -129754,8 +129774,8 @@ x-webhooks: - name - full_name - private - repository: *763 - requester: *787 + repository: *764 + requester: *788 sender: *4 required: - action @@ -129830,11 +129850,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *760 + enterprise: *761 installation: *22 - organization: *762 - repositories: *788 - repository: *763 + organization: *763 + repositories: *789 + repository: *764 requester: nullable: true sender: *4 @@ -129910,11 +129930,11 @@ x-webhooks: type: string enum: - new_permissions_accepted - enterprise: *760 + enterprise: *761 installation: *22 - organization: *762 - repositories: *788 - repository: *763 + organization: *763 + repositories: *789 + repository: *764 requester: nullable: true sender: *4 @@ -129990,10 +130010,10 @@ x-webhooks: type: string enum: - added - enterprise: *760 + enterprise: *761 installation: *22 - organization: *762 - repositories_added: &789 + organization: *763 + repositories_added: &790 description: An array of repository objects, which were added to the installation. type: array @@ -130039,15 +130059,15 @@ x-webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *763 - repository_selection: &790 + repository: *764 + repository_selection: &791 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *787 + requester: *788 sender: *4 required: - action @@ -130126,10 +130146,10 @@ x-webhooks: type: string enum: - removed - enterprise: *760 + enterprise: *761 installation: *22 - organization: *762 - repositories_added: *789 + organization: *763 + repositories_added: *790 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -130156,9 +130176,9 @@ x-webhooks: - name - full_name - private - repository: *763 - repository_selection: *790 - requester: *787 + repository: *764 + repository_selection: *791 + requester: *788 sender: *4 required: - action @@ -130237,11 +130257,11 @@ x-webhooks: type: string enum: - suspend - enterprise: *760 + enterprise: *761 installation: *22 - organization: *762 - repositories: *788 - repository: *763 + organization: *763 + repositories: *789 + repository: *764 requester: nullable: true sender: *4 @@ -130420,10 +130440,10 @@ x-webhooks: type: string required: - from - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 sender: *4 target_type: type: string @@ -130502,11 +130522,11 @@ x-webhooks: type: string enum: - unsuspend - enterprise: *760 + enterprise: *761 installation: *22 - organization: *762 - repositories: *788 - repository: *763 + organization: *763 + repositories: *789 + repository: *764 requester: nullable: true sender: *4 @@ -130758,8 +130778,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *760 - installation: *761 + enterprise: *761 + installation: *762 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -131915,8 +131935,8 @@ x-webhooks: - state - locked - assignee - organization: *762 - repository: *763 + organization: *763 + repository: *764 sender: *4 required: - action @@ -131996,7 +132016,7 @@ x-webhooks: type: string enum: - deleted - comment: &791 + comment: &792 title: issue comment description: The [comment](https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#get-an-issue-comment) itself. @@ -132161,8 +132181,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *760 - installation: *761 + enterprise: *761 + installation: *762 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -133316,8 +133336,8 @@ x-webhooks: - state - locked - assignee - organization: *762 - repository: *763 + organization: *763 + repository: *764 sender: *4 required: - action @@ -133397,7 +133417,7 @@ x-webhooks: type: string enum: - edited - changes: &819 + changes: &820 description: The changes to the comment. type: object properties: @@ -133409,9 +133429,9 @@ x-webhooks: type: string required: - from - comment: *791 - enterprise: *760 - installation: *761 + comment: *792 + enterprise: *761 + installation: *762 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -134566,8 +134586,8 @@ x-webhooks: - state - locked - assignee - organization: *762 - repository: *763 + organization: *763 + repository: *764 sender: *4 required: - action @@ -134649,10 +134669,10 @@ x-webhooks: type: string enum: - assigned - assignee: *787 - enterprise: *760 - installation: *761 - issue: &794 + assignee: *788 + enterprise: *761 + installation: *762 + issue: &795 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -135571,8 +135591,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *762 - repository: *763 + organization: *763 + repository: *764 sender: *4 required: - action @@ -135652,8 +135672,8 @@ x-webhooks: type: string enum: - closed - enterprise: *760 - installation: *761 + enterprise: *761 + installation: *762 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -136712,8 +136732,8 @@ x-webhooks: required: - state - closed_at - organization: *762 - repository: *763 + organization: *763 + repository: *764 sender: *4 required: - action @@ -136792,8 +136812,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *760 - installation: *761 + enterprise: *761 + installation: *762 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -137707,8 +137727,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *762 - repository: *763 + organization: *763 + repository: *764 sender: *4 required: - action @@ -137787,8 +137807,8 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *760 - installation: *761 + enterprise: *761 + installation: *762 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -138703,7 +138723,7 @@ x-webhooks: format: uri user_view_type: type: string - milestone: &792 + milestone: &793 title: Milestone description: A collection of related issues and pull requests. type: object @@ -138841,8 +138861,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *762 - repository: *763 + organization: *763 + repository: *764 sender: *4 required: - action @@ -138941,8 +138961,8 @@ x-webhooks: type: string required: - from - enterprise: *760 - installation: *761 + enterprise: *761 + installation: *762 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -139861,9 +139881,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *786 - organization: *762 - repository: *763 + label: *787 + organization: *763 + repository: *764 sender: *4 required: - action @@ -139943,8 +139963,8 @@ x-webhooks: type: string enum: - labeled - enterprise: *760 - installation: *761 + enterprise: *761 + installation: *762 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -140862,9 +140882,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *786 - organization: *762 - repository: *763 + label: *787 + organization: *763 + repository: *764 sender: *4 required: - action @@ -140944,8 +140964,8 @@ x-webhooks: type: string enum: - locked - enterprise: *760 - installation: *761 + enterprise: *761 + installation: *762 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -141864,8 +141884,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *762 - repository: *763 + organization: *763 + repository: *764 sender: *4 required: - action @@ -141944,8 +141964,8 @@ x-webhooks: type: string enum: - milestoned - enterprise: *760 - installation: *761 + enterprise: *761 + installation: *762 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -142858,9 +142878,9 @@ x-webhooks: format: uri user_view_type: type: string - milestone: *792 - organization: *762 - repository: *763 + milestone: *793 + organization: *763 + repository: *764 sender: *4 required: - action @@ -144303,8 +144323,8 @@ x-webhooks: required: - old_issue - old_repository - enterprise: *760 - installation: *761 + enterprise: *761 + installation: *762 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -145222,8 +145242,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *762 - repository: *763 + organization: *763 + repository: *764 sender: *4 required: - action @@ -145303,9 +145323,9 @@ x-webhooks: type: string enum: - pinned - enterprise: *760 - installation: *761 - issue: &793 + enterprise: *761 + installation: *762 + issue: &794 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -146217,8 +146237,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *762 - repository: *763 + organization: *763 + repository: *764 sender: *4 required: - action @@ -146297,8 +146317,8 @@ x-webhooks: type: string enum: - reopened - enterprise: *760 - installation: *761 + enterprise: *761 + installation: *762 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -147216,8 +147236,8 @@ x-webhooks: user_view_type: type: string type: *289 - organization: *762 - repository: *763 + organization: *763 + repository: *764 sender: *4 required: - action @@ -148680,11 +148700,11 @@ x-webhooks: required: - new_issue - new_repository - enterprise: *760 - installation: *761 - issue: *793 - organization: *762 - repository: *763 + enterprise: *761 + installation: *762 + issue: *794 + organization: *763 + repository: *764 sender: *4 required: - action @@ -148764,12 +148784,12 @@ x-webhooks: type: string enum: - typed - enterprise: *760 - installation: *761 - issue: *794 + enterprise: *761 + installation: *762 + issue: *795 type: *289 - organization: *762 - repository: *763 + organization: *763 + repository: *764 sender: *4 required: - action @@ -148850,7 +148870,7 @@ x-webhooks: type: string enum: - unassigned - assignee: &822 + assignee: &823 title: User type: object nullable: true @@ -148920,11 +148940,11 @@ x-webhooks: required: - login - id - enterprise: *760 - installation: *761 - issue: *794 - organization: *762 - repository: *763 + enterprise: *761 + installation: *762 + issue: *795 + organization: *763 + repository: *764 sender: *4 required: - action @@ -149003,12 +149023,12 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *760 - installation: *761 - issue: *794 - label: *786 - organization: *762 - repository: *763 + enterprise: *761 + installation: *762 + issue: *795 + label: *787 + organization: *763 + repository: *764 sender: *4 required: - action @@ -149088,8 +149108,8 @@ x-webhooks: type: string enum: - unlocked - enterprise: *760 - installation: *761 + enterprise: *761 + installation: *762 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -150006,8 +150026,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *762 - repository: *763 + organization: *763 + repository: *764 sender: *4 required: - action @@ -150087,11 +150107,11 @@ x-webhooks: type: string enum: - unpinned - enterprise: *760 - installation: *761 - issue: *793 - organization: *762 - repository: *763 + enterprise: *761 + installation: *762 + issue: *794 + organization: *763 + repository: *764 sender: *4 required: - action @@ -150170,12 +150190,12 @@ x-webhooks: type: string enum: - untyped - enterprise: *760 - installation: *761 - issue: *794 + enterprise: *761 + installation: *762 + issue: *795 type: *289 - organization: *762 - repository: *763 + organization: *763 + repository: *764 sender: *4 required: - action @@ -150255,11 +150275,11 @@ x-webhooks: type: string enum: - created - enterprise: *760 - installation: *761 - label: *786 - organization: *762 - repository: *763 + enterprise: *761 + installation: *762 + label: *787 + organization: *763 + repository: *764 sender: *4 required: - action @@ -150337,11 +150357,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *760 - installation: *761 - label: *786 - organization: *762 - repository: *763 + enterprise: *761 + installation: *762 + label: *787 + organization: *763 + repository: *764 sender: *4 required: - action @@ -150451,11 +150471,11 @@ x-webhooks: type: string required: - from - enterprise: *760 - installation: *761 - label: *786 - organization: *762 - repository: *763 + enterprise: *761 + installation: *762 + label: *787 + organization: *763 + repository: *764 sender: *4 required: - action @@ -150537,9 +150557,9 @@ x-webhooks: - cancelled effective_date: type: string - enterprise: *760 - installation: *761 - marketplace_purchase: &795 + enterprise: *761 + installation: *762 + marketplace_purchase: &796 title: Marketplace Purchase type: object required: @@ -150622,8 +150642,8 @@ x-webhooks: type: integer unit_count: type: integer - organization: *762 - previous_marketplace_purchase: &796 + organization: *763 + previous_marketplace_purchase: &797 title: Marketplace Purchase type: object properties: @@ -150703,7 +150723,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *763 + repository: *764 sender: *4 required: - action @@ -150783,10 +150803,10 @@ x-webhooks: - changed effective_date: type: string - enterprise: *760 - installation: *761 - marketplace_purchase: *795 - organization: *762 + enterprise: *761 + installation: *762 + marketplace_purchase: *796 + organization: *763 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -150869,7 +150889,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *763 + repository: *764 sender: *4 required: - action @@ -150951,10 +150971,10 @@ x-webhooks: - pending_change effective_date: type: string - enterprise: *760 - installation: *761 - marketplace_purchase: *795 - organization: *762 + enterprise: *761 + installation: *762 + marketplace_purchase: *796 + organization: *763 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -151036,7 +151056,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *763 + repository: *764 sender: *4 required: - action @@ -151117,8 +151137,8 @@ x-webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *760 - installation: *761 + enterprise: *761 + installation: *762 marketplace_purchase: title: Marketplace Purchase type: object @@ -151200,9 +151220,9 @@ x-webhooks: type: integer unit_count: type: integer - organization: *762 - previous_marketplace_purchase: *796 - repository: *763 + organization: *763 + previous_marketplace_purchase: *797 + repository: *764 sender: *4 required: - action @@ -151282,12 +151302,12 @@ x-webhooks: - purchased effective_date: type: string - enterprise: *760 - installation: *761 - marketplace_purchase: *795 - organization: *762 - previous_marketplace_purchase: *796 - repository: *763 + enterprise: *761 + installation: *762 + marketplace_purchase: *796 + organization: *763 + previous_marketplace_purchase: *797 + repository: *764 sender: *4 required: - action @@ -151389,11 +151409,11 @@ x-webhooks: type: string required: - to - enterprise: *760 - installation: *761 - member: *787 - organization: *762 - repository: *763 + enterprise: *761 + installation: *762 + member: *788 + organization: *763 + repository: *764 sender: *4 required: - action @@ -151493,11 +151513,11 @@ x-webhooks: to: type: string nullable: true - enterprise: *760 - installation: *761 - member: *787 - organization: *762 - repository: *763 + enterprise: *761 + installation: *762 + member: *788 + organization: *763 + repository: *764 sender: *4 required: - action @@ -151576,11 +151596,11 @@ x-webhooks: type: string enum: - removed - enterprise: *760 - installation: *761 - member: *787 - organization: *762 - repository: *763 + enterprise: *761 + installation: *762 + member: *788 + organization: *763 + repository: *764 sender: *4 required: - action @@ -151658,11 +151678,11 @@ x-webhooks: type: string enum: - added - enterprise: *760 - installation: *761 - member: *787 - organization: *762 - repository: *763 + enterprise: *761 + installation: *762 + member: *788 + organization: *763 + repository: *764 scope: description: The scope of the membership. Currently, can only be `team`. @@ -151738,7 +151758,7 @@ x-webhooks: required: - login - id - team: &797 + team: &798 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -151928,11 +151948,11 @@ x-webhooks: type: string enum: - removed - enterprise: *760 - installation: *761 - member: *787 - organization: *762 - repository: *763 + enterprise: *761 + installation: *762 + member: *788 + organization: *763 + repository: *764 scope: description: The scope of the membership. Currently, can only be `team`. @@ -152009,7 +152029,7 @@ x-webhooks: required: - login - id - team: *797 + team: *798 required: - action - scope @@ -152091,8 +152111,8 @@ x-webhooks: type: string enum: - checks_requested - installation: *761 - merge_group: &799 + installation: *762 + merge_group: &800 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -152111,15 +152131,15 @@ x-webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *798 + head_commit: *799 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *762 - repository: *763 + organization: *763 + repository: *764 sender: *4 required: - action @@ -152205,10 +152225,10 @@ x-webhooks: - merged - invalidated - dequeued - installation: *761 - merge_group: *799 - organization: *762 - repository: *763 + installation: *762 + merge_group: *800 + organization: *763 + repository: *764 sender: *4 required: - action @@ -152281,7 +152301,7 @@ x-webhooks: type: string enum: - deleted - enterprise: *760 + enterprise: *761 hook: description: 'The modified webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -152389,16 +152409,16 @@ x-webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *761 - organization: *762 + installation: *762 + organization: *763 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: *800 - required: *801 + properties: *801 + required: *802 nullable: true sender: *4 required: @@ -152479,11 +152499,11 @@ x-webhooks: type: string enum: - closed - enterprise: *760 - installation: *761 - milestone: *792 - organization: *762 - repository: *763 + enterprise: *761 + installation: *762 + milestone: *793 + organization: *763 + repository: *764 sender: *4 required: - action @@ -152562,9 +152582,9 @@ x-webhooks: type: string enum: - created - enterprise: *760 - installation: *761 - milestone: &802 + enterprise: *761 + installation: *762 + milestone: &803 title: Milestone description: A collection of related issues and pull requests. type: object @@ -152701,8 +152721,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *762 - repository: *763 + organization: *763 + repository: *764 sender: *4 required: - action @@ -152781,11 +152801,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *760 - installation: *761 - milestone: *792 - organization: *762 - repository: *763 + enterprise: *761 + installation: *762 + milestone: *793 + organization: *763 + repository: *764 sender: *4 required: - action @@ -152895,11 +152915,11 @@ x-webhooks: type: string required: - from - enterprise: *760 - installation: *761 - milestone: *792 - organization: *762 - repository: *763 + enterprise: *761 + installation: *762 + milestone: *793 + organization: *763 + repository: *764 sender: *4 required: - action @@ -152979,11 +152999,11 @@ x-webhooks: type: string enum: - opened - enterprise: *760 - installation: *761 - milestone: *802 - organization: *762 - repository: *763 + enterprise: *761 + installation: *762 + milestone: *803 + organization: *763 + repository: *764 sender: *4 required: - action @@ -153062,11 +153082,11 @@ x-webhooks: type: string enum: - blocked - blocked_user: *787 - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 + blocked_user: *788 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 sender: *4 required: - action @@ -153145,11 +153165,11 @@ x-webhooks: type: string enum: - unblocked - blocked_user: *787 - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 + blocked_user: *788 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 sender: *4 required: - action @@ -153228,9 +153248,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *760 - installation: *761 - membership: &803 + enterprise: *761 + installation: *762 + membership: &804 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -153322,8 +153342,8 @@ x-webhooks: - role - organization_url - user - organization: *762 - repository: *763 + organization: *763 + repository: *764 sender: *4 required: - action @@ -153401,11 +153421,11 @@ x-webhooks: type: string enum: - member_added - enterprise: *760 - installation: *761 - membership: *803 - organization: *762 - repository: *763 + enterprise: *761 + installation: *762 + membership: *804 + organization: *763 + repository: *764 sender: *4 required: - action @@ -153484,8 +153504,8 @@ x-webhooks: type: string enum: - member_invited - enterprise: *760 - installation: *761 + enterprise: *761 + installation: *762 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -153601,10 +153621,10 @@ x-webhooks: - inviter - team_count - invitation_teams_url - organization: *762 - repository: *763 + organization: *763 + repository: *764 sender: *4 - user: *787 + user: *788 required: - action - invitation @@ -153682,11 +153702,11 @@ x-webhooks: type: string enum: - member_removed - enterprise: *760 - installation: *761 - membership: *803 - organization: *762 - repository: *763 + enterprise: *761 + installation: *762 + membership: *804 + organization: *763 + repository: *764 sender: *4 required: - action @@ -153773,11 +153793,11 @@ x-webhooks: properties: from: type: string - enterprise: *760 - installation: *761 - membership: *803 - organization: *762 - repository: *763 + enterprise: *761 + installation: *762 + membership: *804 + organization: *763 + repository: *764 sender: *4 required: - action @@ -153853,9 +153873,9 @@ x-webhooks: type: string enum: - published - enterprise: *760 - installation: *761 - organization: *762 + enterprise: *761 + installation: *762 + organization: *763 package: description: Information about the package. type: object @@ -154354,7 +154374,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: &804 + items: &805 title: Ruby Gems metadata type: object properties: @@ -154449,7 +154469,7 @@ x-webhooks: - owner - package_version - registry - repository: *763 + repository: *764 sender: *4 required: - action @@ -154525,9 +154545,9 @@ x-webhooks: type: string enum: - updated - enterprise: *760 - installation: *761 - organization: *762 + enterprise: *761 + installation: *762 + organization: *763 package: description: Information about the package. type: object @@ -154880,7 +154900,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *804 + items: *805 source_url: type: string format: uri @@ -154950,7 +154970,7 @@ x-webhooks: - owner - package_version - registry - repository: *763 + repository: *764 sender: *4 required: - action @@ -155127,12 +155147,12 @@ x-webhooks: - duration - created_at - updated_at - enterprise: *760 + enterprise: *761 id: type: integer - installation: *761 - organization: *762 - repository: *763 + installation: *762 + organization: *763 + repository: *764 sender: *4 required: - id @@ -155209,7 +155229,7 @@ x-webhooks: type: string enum: - approved - personal_access_token_request: &805 + personal_access_token_request: &806 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -155355,10 +155375,10 @@ x-webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *760 - organization: *762 + enterprise: *761 + organization: *763 sender: *4 - installation: *761 + installation: *762 required: - action - personal_access_token_request @@ -155435,11 +155455,11 @@ x-webhooks: type: string enum: - cancelled - personal_access_token_request: *805 - enterprise: *760 - organization: *762 + personal_access_token_request: *806 + enterprise: *761 + organization: *763 sender: *4 - installation: *761 + installation: *762 required: - action - personal_access_token_request @@ -155515,11 +155535,11 @@ x-webhooks: type: string enum: - created - personal_access_token_request: *805 - enterprise: *760 - organization: *762 + personal_access_token_request: *806 + enterprise: *761 + organization: *763 sender: *4 - installation: *761 + installation: *762 required: - action - personal_access_token_request @@ -155594,11 +155614,11 @@ x-webhooks: type: string enum: - denied - personal_access_token_request: *805 - organization: *762 - enterprise: *760 + personal_access_token_request: *806 + organization: *763 + enterprise: *761 sender: *4 - installation: *761 + installation: *762 required: - action - personal_access_token_request @@ -155703,7 +155723,7 @@ x-webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *806 + last_response: *807 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -155735,8 +155755,8 @@ x-webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *762 - repository: *763 + organization: *763 + repository: *764 sender: *4 zen: description: Random string of GitHub zen. @@ -155981,10 +156001,10 @@ x-webhooks: - from required: - note - enterprise: *760 - installation: *761 - organization: *762 - project_card: &807 + enterprise: *761 + installation: *762 + organization: *763 + project_card: &808 title: Project Card type: object properties: @@ -156103,7 +156123,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *763 + repository: *764 sender: *4 required: - action @@ -156184,11 +156204,11 @@ x-webhooks: type: string enum: - created - enterprise: *760 - installation: *761 - organization: *762 - project_card: *807 - repository: *763 + enterprise: *761 + installation: *762 + organization: *763 + project_card: *808 + repository: *764 sender: *4 required: - action @@ -156268,9 +156288,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *760 - installation: *761 - organization: *762 + enterprise: *761 + installation: *762 + organization: *763 project_card: title: Project Card type: object @@ -156398,8 +156418,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: *800 - required: *801 + properties: *801 + required: *802 nullable: true sender: *4 required: @@ -156493,11 +156513,11 @@ x-webhooks: - from required: - note - enterprise: *760 - installation: *761 - organization: *762 - project_card: *807 - repository: *763 + enterprise: *761 + installation: *762 + organization: *763 + project_card: *808 + repository: *764 sender: *4 required: - action @@ -156591,9 +156611,9 @@ x-webhooks: - from required: - column_id - enterprise: *760 - installation: *761 - organization: *762 + enterprise: *761 + installation: *762 + organization: *763 project_card: allOf: - title: Project Card @@ -156783,7 +156803,7 @@ x-webhooks: type: string required: - after_id - repository: *763 + repository: *764 sender: *4 required: - action @@ -156863,10 +156883,10 @@ x-webhooks: type: string enum: - closed - enterprise: *760 - installation: *761 - organization: *762 - project: &809 + enterprise: *761 + installation: *762 + organization: *763 + project: &810 title: Project type: object properties: @@ -156990,7 +157010,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *763 + repository: *764 sender: *4 required: - action @@ -157070,10 +157090,10 @@ x-webhooks: type: string enum: - created - enterprise: *760 - installation: *761 - organization: *762 - project_column: &808 + enterprise: *761 + installation: *762 + organization: *763 + project_column: &809 title: Project Column type: object properties: @@ -157112,7 +157132,7 @@ x-webhooks: - name - created_at - updated_at - repository: *763 + repository: *764 sender: *4 required: - action @@ -157191,18 +157211,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *760 - installation: *761 - organization: *762 - project_column: *808 + enterprise: *761 + installation: *762 + organization: *763 + project_column: *809 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: *800 - required: *801 + properties: *801 + required: *802 nullable: true sender: *4 required: @@ -157292,11 +157312,11 @@ x-webhooks: type: string required: - from - enterprise: *760 - installation: *761 - organization: *762 - project_column: *808 - repository: *763 + enterprise: *761 + installation: *762 + organization: *763 + project_column: *809 + repository: *764 sender: *4 required: - action @@ -157376,11 +157396,11 @@ x-webhooks: type: string enum: - moved - enterprise: *760 - installation: *761 - organization: *762 - project_column: *808 - repository: *763 + enterprise: *761 + installation: *762 + organization: *763 + project_column: *809 + repository: *764 sender: *4 required: - action @@ -157460,11 +157480,11 @@ x-webhooks: type: string enum: - created - enterprise: *760 - installation: *761 - organization: *762 - project: *809 - repository: *763 + enterprise: *761 + installation: *762 + organization: *763 + project: *810 + repository: *764 sender: *4 required: - action @@ -157544,18 +157564,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *760 - installation: *761 - organization: *762 - project: *809 + enterprise: *761 + installation: *762 + organization: *763 + project: *810 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: *800 - required: *801 + properties: *801 + required: *802 nullable: true sender: *4 required: @@ -157657,11 +157677,11 @@ x-webhooks: type: string required: - from - enterprise: *760 - installation: *761 - organization: *762 - project: *809 - repository: *763 + enterprise: *761 + installation: *762 + organization: *763 + project: *810 + repository: *764 sender: *4 required: - action @@ -157740,11 +157760,11 @@ x-webhooks: type: string enum: - reopened - enterprise: *760 - installation: *761 - organization: *762 - project: *809 - repository: *763 + enterprise: *761 + installation: *762 + organization: *763 + project: *810 + repository: *764 sender: *4 required: - action @@ -157825,9 +157845,9 @@ x-webhooks: type: string enum: - closed - installation: *761 - organization: *762 - projects_v2: &810 + installation: *762 + organization: *763 + projects_v2: &811 title: Projects v2 Project description: A projects v2 project type: object @@ -157970,9 +157990,9 @@ x-webhooks: type: string enum: - created - installation: *761 - organization: *762 - projects_v2: *810 + installation: *762 + organization: *763 + projects_v2: *811 sender: *4 required: - action @@ -158053,9 +158073,9 @@ x-webhooks: type: string enum: - deleted - installation: *761 - organization: *762 - projects_v2: *810 + installation: *762 + organization: *763 + projects_v2: *811 sender: *4 required: - action @@ -158172,9 +158192,9 @@ x-webhooks: type: string to: type: string - installation: *761 - organization: *762 - projects_v2: *810 + installation: *762 + organization: *763 + projects_v2: *811 sender: *4 required: - action @@ -158257,7 +158277,7 @@ x-webhooks: type: string enum: - archived - changes: &814 + changes: &815 type: object properties: archived_at: @@ -158271,9 +158291,9 @@ x-webhooks: type: string nullable: true format: date-time - installation: *761 - organization: *762 - projects_v2_item: &811 + installation: *762 + organization: *763 + projects_v2_item: &812 title: Projects v2 Item description: An item belonging to a project type: object @@ -158407,9 +158427,9 @@ x-webhooks: nullable: true to: type: string - installation: *761 - organization: *762 - projects_v2_item: *811 + installation: *762 + organization: *763 + projects_v2_item: *812 sender: *4 required: - action @@ -158491,9 +158511,9 @@ x-webhooks: type: string enum: - created - installation: *761 - organization: *762 - projects_v2_item: *811 + installation: *762 + organization: *763 + projects_v2_item: *812 sender: *4 required: - action @@ -158574,9 +158594,9 @@ x-webhooks: type: string enum: - deleted - installation: *761 - organization: *762 - projects_v2_item: *811 + installation: *762 + organization: *763 + projects_v2_item: *812 sender: *4 required: - action @@ -158682,7 +158702,7 @@ x-webhooks: oneOf: - type: string - type: integer - - &812 + - &813 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -158700,7 +158720,7 @@ x-webhooks: required: - id - name - - &813 + - &814 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -158723,8 +158743,8 @@ x-webhooks: oneOf: - type: string - type: integer - - *812 - *813 + - *814 required: - field_value - type: object @@ -158740,9 +158760,9 @@ x-webhooks: nullable: true required: - body - installation: *761 - organization: *762 - projects_v2_item: *811 + installation: *762 + organization: *763 + projects_v2_item: *812 sender: *4 required: - action @@ -158837,9 +158857,9 @@ x-webhooks: to: type: string nullable: true - installation: *761 - organization: *762 - projects_v2_item: *811 + installation: *762 + organization: *763 + projects_v2_item: *812 sender: *4 required: - action @@ -158922,10 +158942,10 @@ x-webhooks: type: string enum: - restored - changes: *814 - installation: *761 - organization: *762 - projects_v2_item: *811 + changes: *815 + installation: *762 + organization: *763 + projects_v2_item: *812 sender: *4 required: - action @@ -159007,9 +159027,9 @@ x-webhooks: type: string enum: - reopened - installation: *761 - organization: *762 - projects_v2: *810 + installation: *762 + organization: *763 + projects_v2: *811 sender: *4 required: - action @@ -159090,9 +159110,9 @@ x-webhooks: type: string enum: - created - installation: *761 - organization: *762 - projects_v2_status_update: &815 + installation: *762 + organization: *763 + projects_v2_status_update: &816 title: Projects v2 Status Update description: An status update belonging to a project type: object @@ -159219,9 +159239,9 @@ x-webhooks: type: string enum: - deleted - installation: *761 - organization: *762 - projects_v2_status_update: *815 + installation: *762 + organization: *763 + projects_v2_status_update: *816 sender: *4 required: - action @@ -159357,9 +159377,9 @@ x-webhooks: type: string format: date nullable: true - installation: *761 - organization: *762 - projects_v2_status_update: *815 + installation: *762 + organization: *763 + projects_v2_status_update: *816 sender: *4 required: - action @@ -159430,10 +159450,10 @@ x-webhooks: title: public event type: object properties: - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 sender: *4 required: - repository @@ -159510,13 +159530,13 @@ x-webhooks: type: string enum: - assigned - assignee: *787 - enterprise: *760 - installation: *761 - number: &816 + assignee: *788 + enterprise: *761 + installation: *762 + number: &817 description: The pull request number. type: integer - organization: *762 + organization: *763 pull_request: title: Pull Request type: object @@ -161799,7 +161819,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *763 + repository: *764 sender: *4 required: - action @@ -161881,11 +161901,11 @@ x-webhooks: type: string enum: - auto_merge_disabled - enterprise: *760 - installation: *761 + enterprise: *761 + installation: *762 number: type: integer - organization: *762 + organization: *763 pull_request: title: Pull Request type: object @@ -164163,7 +164183,7 @@ x-webhooks: - draft reason: type: string - repository: *763 + repository: *764 sender: *4 required: - action @@ -164245,11 +164265,11 @@ x-webhooks: type: string enum: - auto_merge_enabled - enterprise: *760 - installation: *761 + enterprise: *761 + installation: *762 number: type: integer - organization: *762 + organization: *763 pull_request: title: Pull Request type: object @@ -166527,7 +166547,7 @@ x-webhooks: - draft reason: type: string - repository: *763 + repository: *764 sender: *4 required: - action @@ -166609,13 +166629,13 @@ x-webhooks: type: string enum: - closed - enterprise: *760 - installation: *761 - number: *816 - organization: *762 - pull_request: &817 + enterprise: *761 + installation: *762 + number: *817 + organization: *763 + pull_request: &818 allOf: - - *614 + - *615 - type: object properties: allow_auto_merge: @@ -166677,7 +166697,7 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *763 + repository: *764 sender: *4 required: - action @@ -166758,12 +166778,12 @@ x-webhooks: type: string enum: - converted_to_draft - enterprise: *760 - installation: *761 - number: *816 - organization: *762 - pull_request: *817 - repository: *763 + enterprise: *761 + installation: *762 + number: *817 + organization: *763 + pull_request: *818 + repository: *764 sender: *4 required: - action @@ -166843,11 +166863,11 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *760 - milestone: *597 - number: *816 - organization: *762 - pull_request: &818 + enterprise: *761 + milestone: *598 + number: *817 + organization: *763 + pull_request: &819 title: Pull Request type: object properties: @@ -169110,7 +169130,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *763 + repository: *764 sender: *4 required: - action @@ -169189,11 +169209,11 @@ x-webhooks: type: string enum: - dequeued - enterprise: *760 - installation: *761 + enterprise: *761 + installation: *762 number: type: integer - organization: *762 + organization: *763 pull_request: title: Pull Request type: object @@ -171475,7 +171495,7 @@ x-webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *763 + repository: *764 sender: *4 required: - action @@ -171599,12 +171619,12 @@ x-webhooks: type: string required: - from - enterprise: *760 - installation: *761 - number: *816 - organization: *762 - pull_request: *817 - repository: *763 + enterprise: *761 + installation: *762 + number: *817 + organization: *763 + pull_request: *818 + repository: *764 sender: *4 required: - action @@ -171684,11 +171704,11 @@ x-webhooks: type: string enum: - enqueued - enterprise: *760 - installation: *761 + enterprise: *761 + installation: *762 number: type: integer - organization: *762 + organization: *763 pull_request: title: Pull Request type: object @@ -173955,7 +173975,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *763 + repository: *764 sender: *4 required: - action @@ -174035,11 +174055,11 @@ x-webhooks: type: string enum: - labeled - enterprise: *760 - installation: *761 - label: *786 - number: *816 - organization: *762 + enterprise: *761 + installation: *762 + label: *787 + number: *817 + organization: *763 pull_request: title: Pull Request type: object @@ -176321,7 +176341,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *763 + repository: *764 sender: *4 required: - action @@ -176402,10 +176422,10 @@ x-webhooks: type: string enum: - locked - enterprise: *760 - installation: *761 - number: *816 - organization: *762 + enterprise: *761 + installation: *762 + number: *817 + organization: *763 pull_request: title: Pull Request type: object @@ -178685,7 +178705,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *763 + repository: *764 sender: *4 required: - action @@ -178765,12 +178785,12 @@ x-webhooks: type: string enum: - milestoned - enterprise: *760 - milestone: *597 - number: *816 - organization: *762 - pull_request: *818 - repository: *763 + enterprise: *761 + milestone: *598 + number: *817 + organization: *763 + pull_request: *819 + repository: *764 sender: *4 required: - action @@ -178849,12 +178869,12 @@ x-webhooks: type: string enum: - opened - enterprise: *760 - installation: *761 - number: *816 - organization: *762 - pull_request: *817 - repository: *763 + enterprise: *761 + installation: *762 + number: *817 + organization: *763 + pull_request: *818 + repository: *764 sender: *4 required: - action @@ -178935,12 +178955,12 @@ x-webhooks: type: string enum: - ready_for_review - enterprise: *760 - installation: *761 - number: *816 - organization: *762 - pull_request: *817 - repository: *763 + enterprise: *761 + installation: *762 + number: *817 + organization: *763 + pull_request: *818 + repository: *764 sender: *4 required: - action @@ -179020,12 +179040,12 @@ x-webhooks: type: string enum: - reopened - enterprise: *760 - installation: *761 - number: *816 - organization: *762 - pull_request: *817 - repository: *763 + enterprise: *761 + installation: *762 + number: *817 + organization: *763 + pull_request: *818 + repository: *764 sender: *4 required: - action @@ -179391,9 +179411,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *760 - installation: *761 - organization: *762 + enterprise: *761 + installation: *762 + organization: *763 pull_request: type: object properties: @@ -181563,7 +181583,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *763 + repository: *764 sender: *4 required: - action @@ -181643,7 +181663,7 @@ x-webhooks: type: string enum: - deleted - comment: &820 + comment: &821 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. @@ -181928,9 +181948,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *760 - installation: *761 - organization: *762 + enterprise: *761 + installation: *762 + organization: *763 pull_request: type: object properties: @@ -184088,7 +184108,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *763 + repository: *764 sender: *4 required: - action @@ -184168,11 +184188,11 @@ x-webhooks: type: string enum: - edited - changes: *819 - comment: *820 - enterprise: *760 - installation: *761 - organization: *762 + changes: *820 + comment: *821 + enterprise: *761 + installation: *762 + organization: *763 pull_request: type: object properties: @@ -186333,7 +186353,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *763 + repository: *764 sender: *4 required: - action @@ -186414,9 +186434,9 @@ x-webhooks: type: string enum: - dismissed - enterprise: *760 - installation: *761 - organization: *762 + enterprise: *761 + installation: *762 + organization: *763 pull_request: title: Simple Pull Request type: object @@ -188589,7 +188609,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *763 + repository: *764 review: description: The review that was affected. type: object @@ -188832,9 +188852,9 @@ x-webhooks: type: string required: - from - enterprise: *760 - installation: *761 - organization: *762 + enterprise: *761 + installation: *762 + organization: *763 pull_request: title: Simple Pull Request type: object @@ -190888,8 +190908,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *763 - review: &821 + repository: *764 + review: &822 description: The review that was affected. type: object properties: @@ -191118,12 +191138,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *760 - installation: *761 + enterprise: *761 + installation: *762 number: description: The pull request number. type: integer - organization: *762 + organization: *763 pull_request: title: Pull Request type: object @@ -193406,7 +193426,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *763 + repository: *764 requested_reviewer: title: User type: object @@ -193490,12 +193510,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *760 - installation: *761 + enterprise: *761 + installation: *762 number: description: The pull request number. type: integer - organization: *762 + organization: *763 pull_request: title: Pull Request type: object @@ -195785,7 +195805,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *763 + repository: *764 requested_team: title: Team description: Groups of organization members that gives permissions @@ -195977,12 +195997,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *760 - installation: *761 + enterprise: *761 + installation: *762 number: description: The pull request number. type: integer - organization: *762 + organization: *763 pull_request: title: Pull Request type: object @@ -198267,7 +198287,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *763 + repository: *764 requested_reviewer: title: User type: object @@ -198352,12 +198372,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *760 - installation: *761 + enterprise: *761 + installation: *762 number: description: The pull request number. type: integer - organization: *762 + organization: *763 pull_request: title: Pull Request type: object @@ -200633,7 +200653,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *763 + repository: *764 requested_team: title: Team description: Groups of organization members that gives permissions @@ -200814,9 +200834,9 @@ x-webhooks: type: string enum: - submitted - enterprise: *760 - installation: *761 - organization: *762 + enterprise: *761 + installation: *762 + organization: *763 pull_request: title: Simple Pull Request type: object @@ -202991,8 +203011,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *763 - review: *821 + repository: *764 + review: *822 sender: *4 required: - action @@ -203072,9 +203092,9 @@ x-webhooks: type: string enum: - resolved - enterprise: *760 - installation: *761 - organization: *762 + enterprise: *761 + installation: *762 + organization: *763 pull_request: title: Simple Pull Request type: object @@ -205144,7 +205164,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *763 + repository: *764 sender: *4 thread: type: object @@ -205527,9 +205547,9 @@ x-webhooks: type: string enum: - unresolved - enterprise: *760 - installation: *761 - organization: *762 + enterprise: *761 + installation: *762 + organization: *763 pull_request: title: Simple Pull Request type: object @@ -207585,7 +207605,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *763 + repository: *764 sender: *4 thread: type: object @@ -207971,10 +207991,10 @@ x-webhooks: type: string before: type: string - enterprise: *760 - installation: *761 - number: *816 - organization: *762 + enterprise: *761 + installation: *762 + number: *817 + organization: *763 pull_request: title: Pull Request type: object @@ -210245,7 +210265,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *763 + repository: *764 sender: *4 required: - action @@ -210327,11 +210347,11 @@ x-webhooks: type: string enum: - unassigned - assignee: *822 - enterprise: *760 - installation: *761 - number: *816 - organization: *762 + assignee: *823 + enterprise: *761 + installation: *762 + number: *817 + organization: *763 pull_request: title: Pull Request type: object @@ -212614,7 +212634,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *763 + repository: *764 sender: *4 required: - action @@ -212693,11 +212713,11 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *760 - installation: *761 - label: *786 - number: *816 - organization: *762 + enterprise: *761 + installation: *762 + label: *787 + number: *817 + organization: *763 pull_request: title: Pull Request type: object @@ -214970,7 +214990,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *763 + repository: *764 sender: *4 required: - action @@ -215051,10 +215071,10 @@ x-webhooks: type: string enum: - unlocked - enterprise: *760 - installation: *761 - number: *816 - organization: *762 + enterprise: *761 + installation: *762 + number: *817 + organization: *763 pull_request: title: Pull Request type: object @@ -217319,7 +217339,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *763 + repository: *764 sender: *4 required: - action @@ -217519,7 +217539,7 @@ x-webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *760 + enterprise: *761 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -217611,8 +217631,8 @@ x-webhooks: - url - author - committer - installation: *761 - organization: *762 + installation: *762 + organization: *763 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -218187,9 +218207,9 @@ x-webhooks: type: string enum: - published - enterprise: *760 - installation: *761 - organization: *762 + enterprise: *761 + installation: *762 + organization: *763 registry_package: type: object properties: @@ -218635,7 +218655,7 @@ x-webhooks: type: string rubygems_metadata: type: array - items: *804 + items: *805 summary: type: string tag_name: @@ -218689,7 +218709,7 @@ x-webhooks: - owner - package_version - registry - repository: *763 + repository: *764 sender: *4 required: - action @@ -218767,9 +218787,9 @@ x-webhooks: type: string enum: - updated - enterprise: *760 - installation: *761 - organization: *762 + enterprise: *761 + installation: *762 + organization: *763 registry_package: type: object properties: @@ -219077,7 +219097,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *804 + items: *805 summary: type: string tag_name: @@ -219126,7 +219146,7 @@ x-webhooks: - owner - package_version - registry - repository: *763 + repository: *764 sender: *4 required: - action @@ -219203,10 +219223,10 @@ x-webhooks: type: string enum: - created - enterprise: *760 - installation: *761 - organization: *762 - release: &823 + enterprise: *761 + installation: *762 + organization: *763 + release: &824 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -219511,7 +219531,7 @@ x-webhooks: - tarball_url - zipball_url - body - repository: *763 + repository: *764 sender: *4 required: - action @@ -219588,11 +219608,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *760 - installation: *761 - organization: *762 - release: *823 - repository: *763 + enterprise: *761 + installation: *762 + organization: *763 + release: *824 + repository: *764 sender: *4 required: - action @@ -219709,11 +219729,11 @@ x-webhooks: type: boolean required: - to - enterprise: *760 - installation: *761 - organization: *762 - release: *823 - repository: *763 + enterprise: *761 + installation: *762 + organization: *763 + release: *824 + repository: *764 sender: *4 required: - action @@ -219791,9 +219811,9 @@ x-webhooks: type: string enum: - prereleased - enterprise: *760 - installation: *761 - organization: *762 + enterprise: *761 + installation: *762 + organization: *763 release: title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) @@ -220102,7 +220122,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *763 + repository: *764 sender: *4 required: - action @@ -220178,10 +220198,10 @@ x-webhooks: type: string enum: - published - enterprise: *760 - installation: *761 - organization: *762 - release: &824 + enterprise: *761 + installation: *762 + organization: *763 + release: &825 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -220487,7 +220507,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *763 + repository: *764 sender: *4 required: - action @@ -220563,11 +220583,11 @@ x-webhooks: type: string enum: - released - enterprise: *760 - installation: *761 - organization: *762 - release: *823 - repository: *763 + enterprise: *761 + installation: *762 + organization: *763 + release: *824 + repository: *764 sender: *4 required: - action @@ -220643,11 +220663,11 @@ x-webhooks: type: string enum: - unpublished - enterprise: *760 - installation: *761 - organization: *762 - release: *824 - repository: *763 + enterprise: *761 + installation: *762 + organization: *763 + release: *825 + repository: *764 sender: *4 required: - action @@ -220723,11 +220743,11 @@ x-webhooks: type: string enum: - published - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 - repository_advisory: *671 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 + repository_advisory: *672 sender: *4 required: - action @@ -220803,11 +220823,11 @@ x-webhooks: type: string enum: - reported - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 - repository_advisory: *671 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 + repository_advisory: *672 sender: *4 required: - action @@ -220883,10 +220903,10 @@ x-webhooks: type: string enum: - archived - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 sender: *4 required: - action @@ -220963,10 +220983,10 @@ x-webhooks: type: string enum: - created - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 sender: *4 required: - action @@ -221044,10 +221064,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 sender: *4 required: - action @@ -221131,10 +221151,10 @@ x-webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 sender: *4 required: - action @@ -221246,10 +221266,10 @@ x-webhooks: nullable: true items: type: string - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 sender: *4 required: - action @@ -221321,10 +221341,10 @@ x-webhooks: title: repository_import event type: object properties: - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 sender: *4 status: type: string @@ -221405,10 +221425,10 @@ x-webhooks: type: string enum: - privatized - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 sender: *4 required: - action @@ -221485,10 +221505,10 @@ x-webhooks: type: string enum: - publicized - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 sender: *4 required: - action @@ -221582,10 +221602,10 @@ x-webhooks: - name required: - repository - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 sender: *4 required: - action @@ -221665,10 +221685,10 @@ x-webhooks: type: string enum: - created - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 repository_ruleset: *130 sender: *4 required: @@ -221747,10 +221767,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 repository_ruleset: *130 sender: *4 required: @@ -221829,10 +221849,10 @@ x-webhooks: type: string enum: - edited - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 repository_ruleset: *130 changes: type: object @@ -222137,10 +222157,10 @@ x-webhooks: - from required: - owner - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 sender: *4 required: - action @@ -222218,10 +222238,10 @@ x-webhooks: type: string enum: - unarchived - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 sender: *4 required: - action @@ -222299,7 +222319,7 @@ x-webhooks: type: string enum: - create - alert: &825 + alert: &826 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -222420,10 +222440,10 @@ x-webhooks: type: string enum: - open - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 sender: *4 required: - action @@ -222629,10 +222649,10 @@ x-webhooks: type: string enum: - dismissed - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 sender: *4 required: - action @@ -222710,11 +222730,11 @@ x-webhooks: type: string enum: - reopen - alert: *825 - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 + alert: *826 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 sender: *4 required: - action @@ -222913,10 +222933,10 @@ x-webhooks: enum: - fixed - open - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 sender: *4 required: - action @@ -222994,7 +223014,7 @@ x-webhooks: type: string enum: - created - alert: &826 + alert: &827 type: object properties: number: *100 @@ -223105,10 +223125,10 @@ x-webhooks: description: Whether the detected secret was found in multiple repositories in the same organization or business. nullable: true - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 sender: *4 required: - action @@ -223189,11 +223209,11 @@ x-webhooks: type: string enum: - created - alert: *826 - installation: *761 - location: *827 - organization: *762 - repository: *763 + alert: *827 + installation: *762 + location: *828 + organization: *763 + repository: *764 sender: *4 required: - location @@ -223431,11 +223451,11 @@ x-webhooks: type: string enum: - publicly_leaked - alert: *826 - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 + alert: *827 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 sender: *4 required: - action @@ -223513,11 +223533,11 @@ x-webhooks: type: string enum: - reopened - alert: *826 - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 + alert: *827 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 sender: *4 required: - action @@ -223595,11 +223615,11 @@ x-webhooks: type: string enum: - resolved - alert: *826 - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 + alert: *827 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 sender: *4 required: - action @@ -223677,11 +223697,11 @@ x-webhooks: type: string enum: - validated - alert: *826 - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 + alert: *827 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 sender: *4 required: - action @@ -223807,10 +223827,10 @@ x-webhooks: - organization - enterprise nullable: true - repository: *763 - enterprise: *760 - installation: *761 - organization: *762 + repository: *764 + enterprise: *761 + installation: *762 + organization: *763 sender: *4 required: - action @@ -223888,11 +223908,11 @@ x-webhooks: type: string enum: - published - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 - security_advisory: &828 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 + security_advisory: &829 description: The details of the security advisory, including summary, description, and severity. type: object @@ -224075,11 +224095,11 @@ x-webhooks: type: string enum: - updated - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 - security_advisory: *828 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 + security_advisory: *829 sender: *4 required: - action @@ -224152,10 +224172,10 @@ x-webhooks: type: string enum: - withdrawn - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -224340,10 +224360,10 @@ x-webhooks: type: object properties: security_and_analysis: *328 - enterprise: *760 - installation: *761 - organization: *762 - repository: *391 + enterprise: *761 + installation: *762 + organization: *763 + repository: *392 sender: *4 required: - changes @@ -224421,12 +224441,12 @@ x-webhooks: type: string enum: - cancelled - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 sender: *4 - sponsorship: &829 + sponsorship: &830 type: object properties: created_at: @@ -224727,12 +224747,12 @@ x-webhooks: type: string enum: - created - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 sender: *4 - sponsorship: *829 + sponsorship: *830 required: - action - sponsorship @@ -224820,12 +224840,12 @@ x-webhooks: type: string required: - from - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 sender: *4 - sponsorship: *829 + sponsorship: *830 required: - action - changes @@ -224902,17 +224922,17 @@ x-webhooks: type: string enum: - pending_cancellation - effective_date: &830 + effective_date: &831 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: *760 - installation: *761 - organization: *762 - repository: *763 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 sender: *4 - sponsorship: *829 + sponsorship: *830 required: - action - sponsorship @@ -224986,7 +225006,7 @@ x-webhooks: type: string enum: - pending_tier_change - changes: &831 + changes: &832 type: object properties: tier: @@ -225030,13 +225050,13 @@ x-webhooks: - from required: - tier - effective_date: *830 - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 + effective_date: *831 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 sender: *4 - sponsorship: *829 + sponsorship: *830 required: - action - changes @@ -225113,13 +225133,13 @@ x-webhooks: type: string enum: - tier_changed - changes: *831 - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 + changes: *832 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 sender: *4 - sponsorship: *829 + sponsorship: *830 required: - action - changes @@ -225193,10 +225213,10 @@ x-webhooks: type: string enum: - created - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -225279,10 +225299,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -225702,15 +225722,15 @@ x-webhooks: status. type: string nullable: true - enterprise: *760 + enterprise: *761 id: description: The unique identifier of the status. type: integer - installation: *761 + installation: *762 name: type: string - organization: *762 - repository: *763 + organization: *763 + repository: *764 sender: *4 sha: description: The Commit SHA. @@ -225825,9 +225845,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *155 - installation: *761 - organization: *762 - repository: *763 + installation: *762 + organization: *763 + repository: *764 sender: *4 required: - action @@ -225917,9 +225937,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *155 - installation: *761 - organization: *762 - repository: *763 + installation: *762 + organization: *763 + repository: *764 sender: *4 required: - action @@ -226009,9 +226029,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *155 - installation: *761 - organization: *762 - repository: *763 + installation: *762 + organization: *763 + repository: *764 sender: *4 required: - action @@ -226101,9 +226121,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *155 - installation: *761 - organization: *762 - repository: *763 + installation: *762 + organization: *763 + repository: *764 sender: *4 required: - action @@ -226180,12 +226200,12 @@ x-webhooks: title: team_add event type: object properties: - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 sender: *4 - team: &832 + team: &833 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -226375,9 +226395,9 @@ x-webhooks: type: string enum: - added_to_repository - enterprise: *760 - installation: *761 - organization: *762 + enterprise: *761 + installation: *762 + organization: *763 repository: title: Repository description: A git repository @@ -226835,7 +226855,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *832 + team: *833 required: - action - team @@ -226911,9 +226931,9 @@ x-webhooks: type: string enum: - created - enterprise: *760 - installation: *761 - organization: *762 + enterprise: *761 + installation: *762 + organization: *763 repository: title: Repository description: A git repository @@ -227371,7 +227391,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *832 + team: *833 required: - action - team @@ -227448,9 +227468,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *760 - installation: *761 - organization: *762 + enterprise: *761 + installation: *762 + organization: *763 repository: title: Repository description: A git repository @@ -227908,7 +227928,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *832 + team: *833 required: - action - team @@ -228052,9 +228072,9 @@ x-webhooks: - from required: - permissions - enterprise: *760 - installation: *761 - organization: *762 + enterprise: *761 + installation: *762 + organization: *763 repository: title: Repository description: A git repository @@ -228512,7 +228532,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *832 + team: *833 required: - action - changes @@ -228590,9 +228610,9 @@ x-webhooks: type: string enum: - removed_from_repository - enterprise: *760 - installation: *761 - organization: *762 + enterprise: *761 + installation: *762 + organization: *763 repository: title: Repository description: A git repository @@ -229050,7 +229070,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *832 + team: *833 required: - action - team @@ -229126,10 +229146,10 @@ x-webhooks: type: string enum: - started - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 sender: *4 required: - action @@ -229202,16 +229222,16 @@ x-webhooks: title: workflow_dispatch event type: object properties: - enterprise: *760 + enterprise: *761 inputs: type: object nullable: true additionalProperties: true - installation: *761 - organization: *762 + installation: *762 + organization: *763 ref: type: string - repository: *763 + repository: *764 sender: *4 workflow: type: string @@ -229293,10 +229313,10 @@ x-webhooks: type: string enum: - completed - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 sender: *4 workflow_job: allOf: @@ -229533,7 +229553,7 @@ x-webhooks: type: string required: - conclusion - deployment: *526 + deployment: *527 required: - action - repository @@ -229612,10 +229632,10 @@ x-webhooks: type: string enum: - in_progress - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 sender: *4 workflow_job: allOf: @@ -229875,7 +229895,7 @@ x-webhooks: required: - status - steps - deployment: *526 + deployment: *527 required: - action - repository @@ -229954,10 +229974,10 @@ x-webhooks: type: string enum: - queued - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 sender: *4 workflow_job: type: object @@ -230092,7 +230112,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *526 + deployment: *527 required: - action - repository @@ -230171,10 +230191,10 @@ x-webhooks: type: string enum: - waiting - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 sender: *4 workflow_job: type: object @@ -230310,7 +230330,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *526 + deployment: *527 required: - action - repository @@ -230390,12 +230410,12 @@ x-webhooks: type: string enum: - completed - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 sender: *4 - workflow: *782 + workflow: *783 workflow_run: title: Workflow Run type: object @@ -231394,12 +231414,12 @@ x-webhooks: type: string enum: - in_progress - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 sender: *4 - workflow: *782 + workflow: *783 workflow_run: title: Workflow Run type: object @@ -232383,12 +232403,12 @@ x-webhooks: type: string enum: - requested - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 sender: *4 - workflow: *782 + workflow: *783 workflow_run: title: Workflow Run type: object diff --git a/descriptions/ghec/dereferenced/ghec.deref.json b/descriptions/ghec/dereferenced/ghec.deref.json index 64fd512c5c..1767072d1e 100644 --- a/descriptions/ghec/dereferenced/ghec.deref.json +++ b/descriptions/ghec/dereferenced/ghec.deref.json @@ -46017,6 +46017,16 @@ "type": "boolean", "default": false } + }, + { + "name": "hide_secret", + "in": "query", + "description": "A boolean value representing whether or not to hide literal secrets in the results.", + "required": false, + "schema": { + "type": "boolean", + "default": false + } } ], "responses": { @@ -150905,7 +150915,9 @@ "registry_type": { "description": "The registry type.", "enum": [ - "maven_repository" + "maven_repository", + "nuget_feed", + "goproxy_server" ], "type": "string" }, @@ -151099,7 +151111,9 @@ "description": "The registry type.", "type": "string", "enum": [ - "maven_repository" + "maven_repository", + "nuget_feed", + "goproxy_server" ] }, "username": { @@ -151187,7 +151201,9 @@ "registry_type": { "description": "The registry type.", "enum": [ - "maven_repository" + "maven_repository", + "nuget_feed", + "goproxy_server" ], "type": "string" }, @@ -151513,7 +151529,9 @@ "registry_type": { "description": "The registry type.", "enum": [ - "maven_repository" + "maven_repository", + "nuget_feed", + "goproxy_server" ], "type": "string" }, @@ -151640,7 +151658,9 @@ "description": "The registry type.", "type": "string", "enum": [ - "maven_repository" + "maven_repository", + "nuget_feed", + "goproxy_server" ] }, "username": { @@ -168872,6 +168892,16 @@ "type": "boolean", "default": false } + }, + { + "name": "hide_secret", + "in": "query", + "description": "A boolean value representing whether or not to hide literal secrets in the results.", + "required": false, + "schema": { + "type": "boolean", + "default": false + } } ], "responses": { @@ -457903,6 +457933,16 @@ "type": "boolean", "default": false } + }, + { + "name": "hide_secret", + "in": "query", + "description": "A boolean value representing whether or not to hide literal secrets in the results.", + "required": false, + "schema": { + "type": "boolean", + "default": false + } } ], "responses": { @@ -458611,6 +458651,16 @@ "description": "The security alert number.", "readOnly": true } + }, + { + "name": "hide_secret", + "in": "query", + "description": "A boolean value representing whether or not to hide literal secrets in the results.", + "required": false, + "schema": { + "type": "boolean", + "default": false + } } ], "responses": { diff --git a/descriptions/ghec/dereferenced/ghec.deref.yaml b/descriptions/ghec/dereferenced/ghec.deref.yaml index 3d4cff22e6..e041a3c3ad 100644 --- a/descriptions/ghec/dereferenced/ghec.deref.yaml +++ b/descriptions/ghec/dereferenced/ghec.deref.yaml @@ -859,7 +859,7 @@ paths: - subscriptions_url - type - url - type: &344 + type: &345 type: string description: The type of credit the user is receiving. enum: @@ -1025,7 +1025,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: - - &673 + - &674 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -1716,7 +1716,7 @@ paths: application/json: schema: *3 application/scim+json: - schema: &683 + schema: &684 title: Scim Error description: Scim Error type: object @@ -11328,7 +11328,7 @@ paths: description: The GitHub URL of the alert resource. format: uri readOnly: true - instances_url: &461 + instances_url: &462 type: string description: The REST API URL for fetching the list of instances for an alert. @@ -11363,7 +11363,7 @@ paths: format: date-time readOnly: true nullable: true - dismissed_reason: &462 + dismissed_reason: &463 type: string description: "**Required when the state is dismissed.** The reason for dismissing or closing the alert." @@ -11372,13 +11372,13 @@ paths: - false positive - won't fix - used in tests - dismissed_comment: &463 + dismissed_comment: &464 type: string description: The dismissal comment associated with the dismissal of the alert. nullable: true maxLength: 280 - rule: &464 + rule: &465 type: object properties: id: @@ -11431,7 +11431,7 @@ paths: type: string description: A link to the documentation for the rule used to detect the alert. - tool: &465 + tool: &466 type: object properties: name: *89 @@ -11441,15 +11441,15 @@ paths: description: The version of the tool used to generate the code scanning analysis. guid: *90 - most_recent_instance: &466 + most_recent_instance: &467 type: object properties: - ref: &459 + ref: &460 type: string description: |- The Git reference, formatted as `refs/pull//merge`, `refs/pull//head`, `refs/heads/` or simply ``. - analysis_key: &476 + analysis_key: &477 type: string description: Identifies the configuration under which the analysis was executed. For example, in GitHub Actions @@ -11460,7 +11460,7 @@ paths: the environment in which the analysis that generated this alert instance was performed, such as the language that was analyzed. - category: &477 + category: &478 type: string description: Identifies the configuration under which the analysis was executed. Used to distinguish between multiple @@ -14651,7 +14651,7 @@ paths: - unknown - direct - transitive - security_advisory: &518 + security_advisory: &519 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -14883,7 +14883,7 @@ paths: nullable: true maxLength: 280 fixed_at: *110 - auto_dismissed_at: &519 + auto_dismissed_at: &520 type: string description: 'The time that the alert was auto-dismissed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' @@ -15433,7 +15433,7 @@ paths: - name - created_on examples: - default: &355 + default: &356 value: total_count: 2 network_configurations: @@ -15656,7 +15656,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/network-configurations#get-a-hosted-compute-network-settings-resource-for-an-enterprise parameters: - *41 - - &356 + - &357 name: network_settings_id description: Unique identifier of the hosted compute network settings. in: path @@ -15668,7 +15668,7 @@ paths: description: Response content: application/json: - schema: &357 + schema: &358 title: Hosted compute network settings resource description: A hosted compute network settings resource. type: object @@ -15702,7 +15702,7 @@ paths: - subnet_id - region examples: - default: &358 + default: &359 value: id: 220F78DACB92BBFBC5E6F22DE1CCF52309D network_configuration_id: 934E208B3EE0BD60CF5F752C426BFB53562 @@ -16370,7 +16370,7 @@ paths: type: object description: A repository rule. oneOf: - - &631 + - &632 title: creation description: Only allow users with bypass permission to create matching refs. @@ -16382,7 +16382,7 @@ paths: type: string enum: - creation - - &632 + - &633 title: update description: Only allow users with bypass permission to update matching refs. @@ -16403,7 +16403,7 @@ paths: repository required: - update_allows_fetch_and_merge - - &634 + - &635 title: deletion description: Only allow users with bypass permissions to delete matching refs. @@ -16415,7 +16415,7 @@ paths: type: string enum: - deletion - - &635 + - &636 title: required_linear_history description: Prevent merge commits from being pushed to matching refs. @@ -16427,7 +16427,7 @@ paths: type: string enum: - required_linear_history - - &636 + - &637 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -16503,7 +16503,7 @@ paths: - merge_method - min_entries_to_merge - min_entries_to_merge_wait_minutes - - &637 + - &638 title: required_deployments description: Choose which environments must be successfully deployed to before refs can be pushed into a ref that matches @@ -16527,7 +16527,7 @@ paths: type: string required: - required_deployment_environments - - &638 + - &639 title: required_signatures description: Commits pushed to matching refs must have verified signatures. @@ -16539,7 +16539,7 @@ paths: type: string enum: - required_signatures - - &639 + - &640 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. @@ -16599,7 +16599,7 @@ paths: - require_last_push_approval - required_approving_review_count - required_review_thread_resolution - - &640 + - &641 title: required_status_checks description: Choose which status checks must pass before the ref is updated. When enabled, commits must first be pushed @@ -16646,7 +16646,7 @@ paths: required: - required_status_checks - strict_required_status_checks_policy - - &641 + - &642 title: non_fast_forward description: Prevent users with push access from force pushing to refs. @@ -16658,7 +16658,7 @@ paths: type: string enum: - non_fast_forward - - &642 + - &643 title: commit_message_pattern description: Parameters to be used for the commit_message_pattern rule @@ -16694,7 +16694,7 @@ paths: required: - operator - pattern - - &643 + - &644 title: commit_author_email_pattern description: Parameters to be used for the commit_author_email_pattern rule @@ -16730,7 +16730,7 @@ paths: required: - operator - pattern - - &644 + - &645 title: committer_email_pattern description: Parameters to be used for the committer_email_pattern rule @@ -16766,7 +16766,7 @@ paths: required: - operator - pattern - - &645 + - &646 title: branch_name_pattern description: Parameters to be used for the branch_name_pattern rule @@ -16802,7 +16802,7 @@ paths: required: - operator - pattern - - &646 + - &647 title: tag_name_pattern description: Parameters to be used for the tag_name_pattern rule @@ -16838,7 +16838,7 @@ paths: required: - operator - pattern - - &647 + - &648 title: file_path_restriction description: Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. @@ -16862,7 +16862,7 @@ paths: type: string required: - restricted_file_paths - - &648 + - &649 title: max_file_path_length description: Prevent commits that include file paths that exceed the specified character limit from being pushed to the commit @@ -16886,7 +16886,7 @@ paths: maximum: 256 required: - max_file_path_length - - &649 + - &650 title: file_extension_restriction description: Prevent commits that include files with specified file extensions from being pushed to the commit graph. @@ -16909,7 +16909,7 @@ paths: type: string required: - restricted_file_extensions - - &650 + - &651 title: max_file_size description: Prevent commits with individual files that exceed the specified limit from being pushed to the commit graph. @@ -16933,7 +16933,7 @@ paths: maximum: 100 required: - max_file_size - - &651 + - &652 title: workflows description: Require all changes made to a targeted branch to pass the specified workflows before they can be merged. @@ -16982,7 +16982,7 @@ paths: - repository_id required: - workflows - - &652 + - &653 title: code_scanning description: Choose which tools must provide code scanning results before the reference is updated. When configured, code scanning @@ -17601,6 +17601,15 @@ paths: schema: type: boolean default: false + - &342 + name: hide_secret + in: query + description: A boolean value representing whether or not to hide literal secrets + in the results. + required: false + schema: + type: boolean + default: false responses: '200': description: Response @@ -17608,7 +17617,7 @@ paths: application/json: schema: type: array - items: &342 + items: &343 type: object properties: number: *100 @@ -17627,14 +17636,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &665 + state: &666 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: &666 + resolution: &667 type: string description: "**Required when the `state` is `resolved`.** The reason for resolving the alert." @@ -17736,7 +17745,7 @@ paths: is base64 encoded nullable: true examples: - default: &343 + default: &344 value: - number: 2 created_at: '2020-11-06T18:48:51Z' @@ -18002,7 +18011,7 @@ paths: description: Response content: application/json: - schema: &346 + schema: &347 type: object properties: total_minutes_used: @@ -18072,7 +18081,7 @@ paths: - included_minutes - minutes_used_breakdown examples: - default: &347 + default: &348 value: total_minutes_used: 305 total_paid_minutes_used: 0 @@ -18103,7 +18112,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/billing#get-github-advanced-security-active-committers-for-an-enterprise parameters: - *41 - - &348 + - &349 name: advanced_security_product in: query description: The security product to get GitHub Advanced Security active committers @@ -18123,7 +18132,7 @@ paths: description: Success content: application/json: - schema: &349 + schema: &350 type: object properties: total_advanced_security_committers: @@ -18178,7 +18187,7 @@ paths: required: - repositories examples: - default: &350 + default: &351 value: total_advanced_security_committers: 2 total_count: 2 @@ -18418,7 +18427,7 @@ paths: description: Response content: application/json: - schema: &351 + schema: &352 type: object properties: total_gigabytes_bandwidth_used: @@ -18436,7 +18445,7 @@ paths: - total_paid_gigabytes_bandwidth_used - included_gigabytes_bandwidth examples: - default: &352 + default: &353 value: total_gigabytes_bandwidth_used: 50 total_paid_gigabytes_bandwidth_used: 40 @@ -18471,7 +18480,7 @@ paths: description: Response content: application/json: - schema: &353 + schema: &354 type: object properties: days_left_in_billing_cycle: @@ -18489,7 +18498,7 @@ paths: - estimated_paid_storage_for_month - estimated_storage_for_month examples: - default: &354 + default: &355 value: days_left_in_billing_cycle: 20 estimated_paid_storage_for_month: 15 @@ -18859,7 +18868,7 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: &570 + properties: &571 id: type: integer format: int64 @@ -18970,7 +18979,7 @@ paths: description: A collection of related issues and pull requests. type: object - properties: &503 + properties: &504 url: type: string format: uri @@ -19040,7 +19049,7 @@ paths: format: date-time example: '2012-10-09T23:39:01Z' nullable: true - required: &504 + required: &505 - closed_issues - creator - description @@ -19244,7 +19253,7 @@ paths: - total - completed - percent_completed - required: &571 + required: &572 - assignee - closed_at - comments @@ -19266,7 +19275,7 @@ paths: - author_association - created_at - updated_at - comment: &568 + comment: &569 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -19833,7 +19842,7 @@ paths: url: type: string format: uri - user: &722 + user: &723 title: Public User description: Public User type: object @@ -23138,14 +23147,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: - - &378 + - &379 name: owner description: The account owner of the repository. The name is not case sensitive. in: path required: true schema: type: string - - &379 + - &380 name: repo description: The name of the repository without the `.git` extension. The name is not case sensitive. @@ -23216,7 +23225,7 @@ paths: '404': *6 '403': *29 '304': *37 - '301': &392 + '301': &393 description: Moved permanently content: application/json: @@ -23238,7 +23247,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &600 + - &601 name: all description: If `true`, show notifications marked as read. in: query @@ -23246,7 +23255,7 @@ paths: schema: type: boolean default: false - - &601 + - &602 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -23256,7 +23265,7 @@ paths: type: boolean default: false - *145 - - &602 + - &603 name: before description: 'Only show notifications updated before the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: @@ -23728,7 +23737,7 @@ paths: - url - subscription_url examples: - default: &603 + default: &604 value: - id: '1' repository: @@ -24274,7 +24283,7 @@ paths: type: array items: *59 examples: - default: &740 + default: &741 value: - login: github id: 1 @@ -25207,7 +25216,7 @@ paths: type: integer repository_cache_usages: type: array - items: &397 + items: &398 title: Actions Cache Usage by repository description: GitHub Actions Cache Usage by repository. type: object @@ -25877,7 +25886,7 @@ paths: type: array items: *64 examples: - default: &734 + default: &735 value: total_count: 1 repositories: @@ -26696,7 +26705,7 @@ paths: type: array items: *198 examples: - default: &725 + default: &726 value: total_count: 1 repositories: @@ -27738,7 +27747,7 @@ paths: description: Response content: application/json: - schema: &417 + schema: &418 title: ActionsPublicKey description: The public key used for setting Actions Secrets. type: object @@ -27767,7 +27776,7 @@ paths: - key_id - key examples: - default: &418 + default: &419 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -28180,7 +28189,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-organization-variables parameters: - *172 - - &402 + - &403 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)." @@ -28793,7 +28802,7 @@ paths: bundle_url: type: string examples: - default: &431 + default: &432 value: attestations: - bundle: @@ -29134,7 +29143,7 @@ paths: application/json: schema: type: array - items: &448 + items: &449 title: Secret scanning bypass request description: A bypass request made by a user asking to be exempted from push protection in this repository. @@ -29259,7 +29268,7 @@ paths: format: uri example: https://github.com/octo-org/smile/exemptions/1 examples: - default: &449 + default: &450 value: - id: 21 number: 42 @@ -29912,7 +29921,7 @@ paths: be returned. in: query required: false - schema: &460 + schema: &461 type: string description: Severity of a code scanning alert. enum: @@ -30920,7 +30929,7 @@ paths: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: &489 + properties: &490 name: type: string description: The name of the machine. @@ -30962,7 +30971,7 @@ paths: - ready - in_progress nullable: true - required: &490 + required: &491 - name - display_name - operating_system @@ -31830,7 +31839,7 @@ paths: - updated_at - visibility examples: - default: &491 + default: &492 value: total_count: 2 secrets: @@ -31868,7 +31877,7 @@ paths: description: Response content: application/json: - schema: &492 + schema: &493 title: CodespacesPublicKey description: The public key used for setting Codespaces secrets. type: object @@ -31897,7 +31906,7 @@ paths: - key_id - key examples: - default: &493 + default: &494 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -31929,7 +31938,7 @@ paths: application/json: schema: *243 examples: - default: &495 + default: &496 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -33610,7 +33619,7 @@ paths: description: Response content: application/json: - schema: &522 + schema: &523 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -33627,7 +33636,7 @@ paths: - key_id - key examples: - default: &523 + default: &524 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -33957,7 +33966,7 @@ paths: - *221 - *222 - *223 - - &531 + - &532 name: request_status description: The status of the dismissal request to filter on. When specified, only requests with this status will be returned. @@ -33983,7 +33992,7 @@ paths: application/json: schema: type: array - items: &532 + items: &533 title: Secret scanning alert dismissal request description: A dismissal request made by a user asking to close a secret scanning alert in this repository. @@ -34104,7 +34113,7 @@ paths: format: uri example: https://github.com/octo-org/smile/security/secret-scanning/17 examples: - default: &533 + default: &534 value: - id: 21 number: 42 @@ -34446,7 +34455,7 @@ paths: description: Response content: application/json: - schema: &373 + schema: &374 title: ExternalGroup description: Information about an external group's usage and its members type: object @@ -34527,7 +34536,7 @@ paths: example: mona_lisa@github.com type: string examples: - default: &374 + default: &375 value: group_id: '123' group_name: Octocat admins @@ -34582,7 +34591,7 @@ paths: description: Response content: application/json: - schema: &371 + schema: &372 title: ExternalGroups description: A list of external groups available to be connected to a team @@ -34619,7 +34628,7 @@ paths: example: 2019-06-03 22:27:15:000 -700 type: string examples: - default: &372 + default: &373 value: groups: - group_id: '123' @@ -35921,7 +35930,7 @@ paths: application/json: schema: *22 examples: - default: &564 + default: &565 value: id: 1 account: @@ -36146,7 +36155,7 @@ paths: required: true content: application/json: - schema: &565 + schema: &566 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration @@ -37004,7 +37013,7 @@ paths: application/json: schema: *295 examples: - default: &488 + default: &489 value: id: 1 name: monalisa-octocat-hello-world-g4wpq6h95q @@ -38230,7 +38239,7 @@ paths: parameters: - *172 - *301 - - &739 + - &740 name: repo_name description: repo_name parameter in: path @@ -39251,7 +39260,7 @@ paths: inherited_from: description: Team the user has gotten the role through type: array - items: &345 + items: &346 title: Team Simple description: Groups of organization members that gives permissions on specified repositories. @@ -39545,7 +39554,7 @@ paths: - nuget - container - *172 - - &741 + - &742 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -39586,7 +39595,7 @@ paths: default: *308 '403': *29 '401': *25 - '400': &743 + '400': &744 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -40766,6 +40775,8 @@ paths: description: The registry type. enum: - maven_repository + - nuget_feed + - goproxy_server type: string username: description: The username to use when authenticating with @@ -40840,6 +40851,8 @@ paths: type: string enum: - maven_repository + - nuget_feed + - goproxy_server username: description: The username to use when authenticating with the private registry. This field should be omitted if the private registry @@ -40922,6 +40935,8 @@ paths: description: The registry type. enum: - maven_repository + - nuget_feed + - goproxy_server type: string username: description: The username to use when authenticating with the @@ -41090,6 +41105,8 @@ paths: type: string enum: - maven_repository + - nuget_feed + - goproxy_server username: description: The username to use when authenticating with the private registry. This field should be omitted if the private registry @@ -41412,7 +41429,7 @@ paths: '401': *25 '403': *29 '404': *6 - '410': &389 + '410': &390 description: Gone content: application/json: @@ -42164,7 +42181,7 @@ paths: description: Response content: application/json: - schema: &391 + schema: &392 title: Full Repository description: Full Repository type: object @@ -42557,7 +42574,7 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: &510 + properties: &511 url: type: string format: uri @@ -42573,7 +42590,7 @@ paths: nullable: true format: uri example: https://github.com/github/docs/blob/main/CODE_OF_CONDUCT.md - required: &511 + required: &512 - url - key - name @@ -42662,7 +42679,7 @@ paths: - network_count - subscribers_count examples: - default: &393 + default: &394 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -43215,7 +43232,7 @@ paths: - *172 - *17 - *19 - - &653 + - &654 name: targets description: | A comma-separated list of rule targets to filter by. @@ -43405,7 +43422,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#list-organization-rule-suites parameters: - *172 - - &654 + - &655 name: ref description: The name of the ref. Cannot contain wildcard characters. Optionally prefix with `refs/heads/` to limit to branches or `refs/tags/` to limit @@ -43417,14 +43434,14 @@ paths: x-multi-segment: true - *227 - *223 - - &655 + - &656 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 - - &656 + - &657 name: rule_suite_result description: The rule results to filter on. When specified, only suites with this result will be returned. @@ -43444,7 +43461,7 @@ paths: description: Response content: application/json: - schema: &657 + schema: &658 title: Rule Suites description: Response type: array @@ -43499,7 +43516,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 @@ -43543,7 +43560,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *172 - - &659 + - &660 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -43559,7 +43576,7 @@ paths: description: Response content: application/json: - schema: &660 + schema: &661 title: Rule Suite description: Response type: object @@ -43658,7 +43675,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 @@ -43989,7 +44006,7 @@ paths: - *88 - *19 - *17 - - &663 + - &664 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 @@ -43999,7 +44016,7 @@ paths: required: false schema: type: string - - &664 + - &665 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 @@ -44012,6 +44029,7 @@ paths: - *339 - *340 - *341 + - *342 responses: '200': description: Response @@ -44019,9 +44037,9 @@ paths: application/json: schema: type: array - items: *342 + items: *343 examples: - default: *343 + default: *344 headers: Link: *40 '404': *6 @@ -44091,7 +44109,7 @@ paths: application/json: schema: type: array - items: &671 + items: &672 description: A repository security advisory. type: object properties: @@ -44311,7 +44329,7 @@ paths: login: type: string description: The username of the user credited. - type: *344 + type: *345 credits_detailed: type: array nullable: true @@ -44321,7 +44339,7 @@ paths: type: object properties: user: *4 - type: *344 + type: *345 state: type: string description: The state of the user's acceptance of the @@ -44382,7 +44400,7 @@ paths: - private_fork additionalProperties: false examples: - default: &672 + default: &673 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -44769,7 +44787,7 @@ paths: application/json: schema: type: array - items: *345 + items: *346 examples: default: *306 x-github: @@ -44856,9 +44874,9 @@ paths: description: Response content: application/json: - schema: *346 + schema: *347 examples: - default: *347 + default: *348 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -44883,7 +44901,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/billing/billing#get-github-advanced-security-active-committers-for-an-organization parameters: - *172 - - *348 + - *349 - *17 - *19 responses: @@ -44891,9 +44909,9 @@ paths: description: Success content: application/json: - schema: *349 + schema: *350 examples: - default: *350 + default: *351 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -44921,9 +44939,9 @@ paths: description: Response content: application/json: - schema: *351 + schema: *352 examples: - default: *352 + default: *353 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -44951,9 +44969,9 @@ paths: description: Response content: application/json: - schema: *353 + schema: *354 examples: - default: *354 + default: *355 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -44993,7 +45011,7 @@ paths: type: array items: *113 examples: - default: *355 + default: *356 headers: Link: *40 x-github: @@ -45194,15 +45212,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/network-configurations#get-a-hosted-compute-network-settings-resource-for-an-organization parameters: - *172 - - *356 + - *357 responses: '200': description: Response content: application/json: - schema: *357 + schema: *358 examples: - default: *358 + default: *359 headers: Link: *40 x-github: @@ -45240,7 +45258,7 @@ paths: description: Response content: application/json: - schema: &380 + schema: &381 title: GroupMapping description: External Groups to be mapped to a team for membership type: object @@ -45286,7 +45304,7 @@ paths: type: string nullable: true examples: - default: &381 + default: &382 value: groups: - group_id: '123' @@ -45494,7 +45512,7 @@ paths: description: Response content: application/json: - schema: &359 + schema: &360 title: Full Team description: Groups of organization members that gives permissions on specified repositories. @@ -45804,7 +45822,7 @@ paths: - repos_count - organization examples: - default: &360 + default: &361 value: id: 1 node_id: MDQ6VGVhbTE= @@ -45881,9 +45899,9 @@ paths: description: Response content: application/json: - schema: *359 + schema: *360 examples: - default: *360 + default: *361 '404': *6 x-github: githubCloudOnly: false @@ -45967,16 +45985,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *359 + schema: *360 examples: - default: *360 + default: *361 '201': description: Response content: application/json: - schema: *359 + schema: *360 examples: - default: *360 + default: *361 '404': *6 '422': *15 '403': *29 @@ -46046,7 +46064,7 @@ paths: application/json: schema: type: array - items: &361 + items: &362 title: Team Discussion description: A team discussion is a persistent record of a free-form conversation within a team. @@ -46145,7 +46163,7 @@ paths: - updated_at - url examples: - default: &712 + default: &713 value: - author: login: octocat @@ -46254,9 +46272,9 @@ paths: description: Response content: application/json: - schema: *361 + schema: *362 examples: - default: &362 + default: &363 value: author: login: octocat @@ -46330,7 +46348,7 @@ paths: parameters: - *172 - *303 - - &363 + - &364 name: discussion_number description: The number that identifies the discussion. in: path @@ -46342,9 +46360,9 @@ paths: description: Response content: application/json: - schema: *361 + schema: *362 examples: - default: *362 + default: *363 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46368,7 +46386,7 @@ paths: parameters: - *172 - *303 - - *363 + - *364 requestBody: required: false content: @@ -46391,9 +46409,9 @@ paths: description: Response content: application/json: - schema: *361 + schema: *362 examples: - default: &713 + default: &714 value: author: login: octocat @@ -46465,7 +46483,7 @@ paths: parameters: - *172 - *303 - - *363 + - *364 responses: '204': description: Response @@ -46493,7 +46511,7 @@ paths: parameters: - *172 - *303 - - *363 + - *364 - *88 - *17 - *19 @@ -46504,7 +46522,7 @@ paths: application/json: schema: type: array - items: &364 + items: &365 title: Team Discussion Comment description: A reply to a discussion within a team. type: object @@ -46576,7 +46594,7 @@ paths: - updated_at - url examples: - default: &714 + default: &715 value: - author: login: octocat @@ -46646,7 +46664,7 @@ paths: parameters: - *172 - *303 - - *363 + - *364 requestBody: required: true content: @@ -46668,9 +46686,9 @@ paths: description: Response content: application/json: - schema: *364 + schema: *365 examples: - default: &365 + default: &366 value: author: login: octocat @@ -46738,8 +46756,8 @@ paths: parameters: - *172 - *303 - - *363 - - &366 + - *364 + - &367 name: comment_number description: The number that identifies the comment. in: path @@ -46751,9 +46769,9 @@ paths: description: Response content: application/json: - schema: *364 + schema: *365 examples: - default: *365 + default: *366 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46777,8 +46795,8 @@ paths: parameters: - *172 - *303 - - *363 - - *366 + - *364 + - *367 requestBody: required: true content: @@ -46800,9 +46818,9 @@ paths: description: Response content: application/json: - schema: *364 + schema: *365 examples: - default: &715 + default: &716 value: author: login: octocat @@ -46868,8 +46886,8 @@ paths: parameters: - *172 - *303 - - *363 - - *366 + - *364 + - *367 responses: '204': description: Response @@ -46897,8 +46915,8 @@ paths: parameters: - *172 - *303 - - *363 - - *366 + - *364 + - *367 - 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 team discussion comment. @@ -46924,7 +46942,7 @@ paths: application/json: schema: type: array - items: &367 + items: &368 title: Reaction description: Reactions to conversations provide a way to help people express their feelings more simply and effectively. @@ -46967,7 +46985,7 @@ paths: - content - created_at examples: - default: &369 + default: &370 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -47019,8 +47037,8 @@ paths: parameters: - *172 - *303 - - *363 - - *366 + - *364 + - *367 requestBody: required: true content: @@ -47053,9 +47071,9 @@ paths: team discussion comment content: application/json: - schema: *367 + schema: *368 examples: - default: &368 + default: &369 value: id: 1 node_id: MDg6UmVhY3Rpb24x @@ -47084,9 +47102,9 @@ paths: description: Response content: application/json: - schema: *367 + schema: *368 examples: - default: *368 + default: *369 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47111,9 +47129,9 @@ paths: parameters: - *172 - *303 - - *363 - - *366 - - &370 + - *364 + - *367 + - &371 name: reaction_id description: The unique identifier of the reaction. in: path @@ -47147,7 +47165,7 @@ paths: parameters: - *172 - *303 - - *363 + - *364 - 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 team discussion. @@ -47173,9 +47191,9 @@ paths: application/json: schema: type: array - items: *367 + items: *368 examples: - default: *369 + default: *370 headers: Link: *40 x-github: @@ -47203,7 +47221,7 @@ paths: parameters: - *172 - *303 - - *363 + - *364 requestBody: required: true content: @@ -47235,16 +47253,16 @@ paths: description: Response content: application/json: - schema: *367 + schema: *368 examples: - default: *368 + default: *369 '201': description: Response content: application/json: - schema: *367 + schema: *368 examples: - default: *368 + default: *369 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -47269,8 +47287,8 @@ paths: parameters: - *172 - *303 - - *363 - - *370 + - *364 + - *371 responses: '204': description: Response @@ -47300,9 +47318,9 @@ paths: description: Response content: application/json: - schema: *371 + schema: *372 examples: - default: *372 + default: *373 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -47345,9 +47363,9 @@ paths: description: Response content: application/json: - schema: *373 + schema: *374 examples: - default: *374 + default: *375 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -47488,7 +47506,7 @@ paths: description: Response content: application/json: - schema: &375 + schema: &376 title: Team Membership description: Team Membership type: object @@ -47515,7 +47533,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &716 + response-if-user-is-a-team-maintainer: &717 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -47578,9 +47596,9 @@ paths: description: Response content: application/json: - schema: *375 + schema: *376 examples: - response-if-users-membership-with-team-is-now-pending: &717 + response-if-users-membership-with-team-is-now-pending: &718 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -47653,7 +47671,7 @@ paths: application/json: schema: type: array - items: &376 + items: &377 title: Team Project description: A team's access to a project. type: object @@ -47721,7 +47739,7 @@ paths: - updated_at - permissions examples: - default: &718 + default: &719 value: - owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -47786,7 +47804,7 @@ paths: parameters: - *172 - *303 - - &377 + - &378 name: project_id description: The unique identifier of the project. in: path @@ -47798,9 +47816,9 @@ paths: description: Response content: application/json: - schema: *376 + schema: *377 examples: - default: &719 + default: &720 value: owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -47864,7 +47882,7 @@ paths: parameters: - *172 - *303 - - *377 + - *378 requestBody: required: false content: @@ -47932,7 +47950,7 @@ paths: parameters: - *172 - *303 - - *377 + - *378 responses: '204': description: Response @@ -48003,14 +48021,14 @@ paths: parameters: - *172 - *303 - - *378 - *379 + - *380 responses: '200': description: Alternative response with repository permissions content: application/json: - schema: &720 + schema: &721 title: Team Repository description: A team's access to a repository. type: object @@ -48581,8 +48599,8 @@ paths: parameters: - *172 - *303 - - *378 - *379 + - *380 requestBody: required: false content: @@ -48629,8 +48647,8 @@ paths: parameters: - *172 - *303 - - *378 - *379 + - *380 responses: '204': description: Response @@ -48663,9 +48681,9 @@ paths: description: Response content: application/json: - schema: *380 + schema: *381 examples: - default: *381 + default: *382 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -48731,7 +48749,7 @@ paths: description: Response content: application/json: - schema: *380 + schema: *381 examples: default: value: @@ -48776,7 +48794,7 @@ paths: type: array items: *229 examples: - response-if-child-teams-exist: &721 + response-if-child-teams-exist: &722 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -48903,7 +48921,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#get-a-project-card parameters: - - &382 + - &383 name: card_id description: The unique identifier of the card. in: path @@ -48915,7 +48933,7 @@ paths: description: Response content: application/json: - schema: &383 + schema: &384 title: Project Card description: Project cards represent a scope of work. type: object @@ -48982,7 +49000,7 @@ paths: - created_at - updated_at examples: - default: &384 + default: &385 value: url: https://api.github.com/projects/columns/cards/1478 id: 1478 @@ -49038,7 +49056,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#update-an-existing-project-card parameters: - - *382 + - *383 requestBody: required: false content: @@ -49065,9 +49083,9 @@ paths: description: Response content: application/json: - schema: *383 + schema: *384 examples: - default: *384 + default: *385 '304': *37 '403': *29 '401': *25 @@ -49094,7 +49112,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#delete-a-project-card parameters: - - *382 + - *383 responses: '204': description: Response @@ -49138,7 +49156,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#move-a-project-card parameters: - - *382 + - *383 requestBody: required: true content: @@ -49249,7 +49267,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#get-a-project-column parameters: - - &385 + - &386 name: column_id description: The unique identifier of the column. in: path @@ -49261,7 +49279,7 @@ paths: description: Response content: application/json: - schema: &386 + schema: &387 title: Project Column description: Project columns contain cards of work. type: object @@ -49307,7 +49325,7 @@ paths: - created_at - updated_at examples: - default: &387 + default: &388 value: url: https://api.github.com/projects/columns/367 project_url: https://api.github.com/projects/120 @@ -49342,7 +49360,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#update-an-existing-project-column parameters: - - *385 + - *386 requestBody: required: true content: @@ -49366,9 +49384,9 @@ paths: description: Response content: application/json: - schema: *386 + schema: *387 examples: - default: *387 + default: *388 '304': *37 '403': *29 '401': *25 @@ -49393,7 +49411,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#delete-a-project-column parameters: - - *385 + - *386 responses: '204': description: Response @@ -49422,7 +49440,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#list-project-cards parameters: - - *385 + - *386 - name: archived_state description: Filters the project cards that are returned by the card's state. in: query @@ -49443,7 +49461,7 @@ paths: application/json: schema: type: array - items: *383 + items: *384 examples: default: value: @@ -49502,7 +49520,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#create-a-project-card parameters: - - *385 + - *386 requestBody: required: true content: @@ -49542,9 +49560,9 @@ paths: description: Response content: application/json: - schema: *383 + schema: *384 examples: - default: *384 + default: *385 '304': *37 '403': *29 '401': *25 @@ -49600,7 +49618,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#move-a-project-column parameters: - - *385 + - *386 requestBody: required: true content: @@ -49660,7 +49678,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#get-a-project parameters: - - *377 + - *378 responses: '200': description: Response @@ -49668,7 +49686,7 @@ paths: application/json: schema: *323 examples: - default: &388 + default: &389 value: owner_url: https://api.github.com/repos/api-playground/projects-test url: https://api.github.com/projects/1002604 @@ -49725,7 +49743,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#update-a-project parameters: - - *377 + - *378 requestBody: required: false content: @@ -49773,7 +49791,7 @@ paths: application/json: schema: *323 examples: - default: *388 + default: *389 '404': description: Not Found if the authenticated user does not have access to the project @@ -49794,7 +49812,7 @@ paths: items: type: string '401': *25 - '410': *389 + '410': *390 '422': *7 x-github: githubCloudOnly: false @@ -49817,7 +49835,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#delete-a-project parameters: - - *377 + - *378 responses: '204': description: Delete Success @@ -49838,7 +49856,7 @@ paths: items: type: string '401': *25 - '410': *389 + '410': *390 '404': *6 x-github: githubCloudOnly: false @@ -49862,7 +49880,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#list-project-collaborators parameters: - - *377 + - *378 - name: affiliation description: Filters the collaborators by their affiliation. `outside` means outside collaborators of a project that are not a member of the project's @@ -49919,7 +49937,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#add-project-collaborator parameters: - - *377 + - *378 - *220 requestBody: required: false @@ -49972,7 +49990,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#remove-user-as-a-collaborator parameters: - - *377 + - *378 - *220 responses: '204': @@ -50004,7 +50022,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#get-project-permission-for-a-user parameters: - - *377 + - *378 - *220 responses: '200': @@ -50078,7 +50096,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#list-project-columns parameters: - - *377 + - *378 - *17 - *19 responses: @@ -50088,7 +50106,7 @@ paths: application/json: schema: type: array - items: *386 + items: *387 examples: default: value: @@ -50126,7 +50144,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#create-a-project-column parameters: - - *377 + - *378 requestBody: required: true content: @@ -50149,7 +50167,7 @@ paths: description: Response content: application/json: - schema: *386 + schema: *387 examples: default: value: @@ -50213,7 +50231,7 @@ paths: resources: type: object properties: - core: &390 + core: &391 title: Rate Limit type: object properties: @@ -50230,20 +50248,20 @@ paths: - remaining - reset - used - graphql: *390 - search: *390 - code_search: *390 - source_import: *390 - integration_manifest: *390 - code_scanning_upload: *390 - actions_runner_registration: *390 - scim: *390 - dependency_snapshots: *390 - code_scanning_autofix: *390 + graphql: *391 + search: *391 + code_search: *391 + source_import: *391 + integration_manifest: *391 + code_scanning_upload: *391 + actions_runner_registration: *391 + scim: *391 + dependency_snapshots: *391 + code_scanning_autofix: *391 required: - core - search - rate: *390 + rate: *391 required: - rate - resources @@ -50347,14 +50365,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository parameters: - - *378 - *379 + - *380 responses: '200': description: Response content: application/json: - schema: *391 + schema: *392 examples: default-response: summary: Default response @@ -50859,7 +50877,7 @@ paths: status: disabled '403': *29 '404': *6 - '301': *392 + '301': *393 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -50877,8 +50895,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#update-a-repository parameters: - - *378 - *379 + - *380 requestBody: required: false content: @@ -51132,10 +51150,10 @@ paths: description: Response content: application/json: - schema: *391 + schema: *392 examples: - default: *393 - '307': &394 + default: *394 + '307': &395 description: Temporary Redirect content: application/json: @@ -51164,8 +51182,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#delete-a-repository parameters: - - *378 - *379 + - *380 responses: '204': description: Response @@ -51187,7 +51205,7 @@ paths: value: message: Organization members cannot delete repositories. documentation_url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#delete-a-repository - '307': *394 + '307': *395 '404': *6 '409': *96 x-github: @@ -51211,11 +51229,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#list-artifacts-for-a-repository parameters: - - *378 - *379 + - *380 - *17 - *19 - - &409 + - &410 name: name description: The name field of an artifact. When specified, only artifacts with this name will be returned. @@ -51238,7 +51256,7 @@ paths: type: integer artifacts: type: array - items: &395 + items: &396 title: Artifact description: An artifact type: object @@ -51316,7 +51334,7 @@ paths: - expires_at - updated_at examples: - default: &410 + default: &411 value: total_count: 2 artifacts: @@ -51377,9 +51395,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#get-an-artifact parameters: - - *378 - *379 - - &396 + - *380 + - &397 name: artifact_id description: The unique identifier of the artifact. in: path @@ -51391,7 +51409,7 @@ paths: description: Response content: application/json: - schema: *395 + schema: *396 examples: default: value: @@ -51429,9 +51447,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#delete-an-artifact parameters: - - *378 - *379 - - *396 + - *380 + - *397 responses: '204': description: Response @@ -51455,9 +51473,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#download-an-artifact parameters: - - *378 - *379 - - *396 + - *380 + - *397 - name: archive_format in: path required: true @@ -51471,7 +51489,7 @@ paths: example: https://pipelines.actions.githubusercontent.com/OhgS4QRKqmgx7bKC27GKU83jnQjyeqG8oIMTge8eqtheppcmw8/_apis/pipelines/1/runs/176/signedlogcontent?urlExpires=2020-01-24T18%3A10%3A31.5729946Z&urlSigningMethod=HMACV1&urlSignature=agG73JakPYkHrh06seAkvmH7rBR4Ji4c2%2B6a2ejYh3E%3D schema: type: string - '410': *389 + '410': *390 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -51494,14 +51512,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: - - *378 - *379 + - *380 responses: '200': description: Response content: application/json: - schema: *397 + schema: *398 examples: default: value: @@ -51527,11 +51545,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: - - *378 - *379 + - *380 - *17 - *19 - - &398 + - &399 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 @@ -51565,7 +51583,7 @@ paths: description: Response content: application/json: - schema: &399 + schema: &400 title: Repository actions caches description: Repository actions caches type: object @@ -51607,7 +51625,7 @@ paths: - total_count - actions_caches examples: - default: &400 + default: &401 value: total_count: 1 actions_caches: @@ -51639,23 +51657,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: - - *378 - *379 + - *380 - name: key description: A key for identifying the cache. in: query required: true schema: type: string - - *398 + - *399 responses: '200': description: Response content: application/json: - schema: *399 + schema: *400 examples: - default: *400 + default: *401 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -51675,8 +51693,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: - - *378 - *379 + - *380 - name: cache_id description: The unique identifier of the GitHub Actions cache. in: path @@ -51707,9 +51725,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: - - *378 - *379 - - &401 + - *380 + - &402 name: job_id description: The unique identifier of the job. in: path @@ -51721,7 +51739,7 @@ paths: description: Response content: application/json: - schema: &413 + schema: &414 title: Job description: Information of a job execution in a workflow run type: object @@ -52028,9 +52046,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: - - *378 - *379 - - *401 + - *380 + - *402 responses: '302': description: Response @@ -52058,9 +52076,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: - - *378 - *379 - - *401 + - *380 + - *402 requestBody: required: false content: @@ -52105,8 +52123,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: - - *378 - *379 + - *380 responses: '200': description: Status response @@ -52156,8 +52174,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: - - *378 - *379 + - *380 requestBody: required: true content: @@ -52220,8 +52238,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-repository-organization-secrets parameters: - - *378 - *379 + - *380 - *17 - *19 responses: @@ -52239,7 +52257,7 @@ paths: type: integer secrets: type: array - items: &415 + items: &416 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -52259,7 +52277,7 @@ paths: - created_at - updated_at examples: - default: &416 + default: &417 value: total_count: 2 secrets: @@ -52292,9 +52310,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-repository-organization-variables parameters: - - *378 - *379 - - *402 + - *380 + - *403 - *19 responses: '200': @@ -52311,7 +52329,7 @@ paths: type: integer variables: type: array - items: &419 + items: &420 title: Actions Variable type: object properties: @@ -52341,7 +52359,7 @@ paths: - created_at - updated_at examples: - default: &420 + default: &421 value: total_count: 2 variables: @@ -52374,8 +52392,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: - - *378 - *379 + - *380 responses: '200': description: Response @@ -52384,7 +52402,7 @@ paths: schema: type: object properties: - enabled: &403 + enabled: &404 type: boolean description: Whether GitHub Actions is enabled on the repository. allowed_actions: *49 @@ -52417,8 +52435,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: - - *378 - *379 + - *380 responses: '204': description: Response @@ -52429,7 +52447,7 @@ paths: schema: type: object properties: - enabled: *403 + enabled: *404 allowed_actions: *49 required: - enabled @@ -52460,14 +52478,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: - - *378 - *379 + - *380 responses: '200': description: Response content: application/json: - schema: &404 + schema: &405 type: object properties: access_level: @@ -52485,7 +52503,7 @@ paths: required: - access_level examples: - default: &405 + default: &406 value: access_level: organization x-github: @@ -52510,15 +52528,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: - - *378 - *379 + - *380 requestBody: required: true content: application/json: - schema: *404 + schema: *405 examples: - default: *405 + default: *406 responses: '204': description: Response @@ -52542,8 +52560,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *378 - *379 + - *380 responses: '200': description: Response @@ -52574,8 +52592,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: - - *378 - *379 + - *380 responses: '204': description: Response @@ -52607,8 +52625,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-default-workflow-permissions-for-a-repository parameters: - - *378 - *379 + - *380 responses: '200': description: Response @@ -52637,8 +52655,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: - - *378 - *379 + - *380 responses: '204': description: Success response @@ -52678,8 +52696,8 @@ paths: in: query schema: type: string - - *378 - *379 + - *380 - *17 - *19 responses: @@ -52723,8 +52741,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: - - *378 - *379 + - *380 responses: '200': description: Response @@ -52756,8 +52774,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: - - *378 - *379 + - *380 requestBody: required: true content: @@ -52831,8 +52849,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#create-a-registration-token-for-a-repository parameters: - - *378 - *379 + - *380 responses: '201': description: Response @@ -52868,8 +52886,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#create-a-remove-token-for-a-repository parameters: - - *378 - *379 + - *380 responses: '201': description: Response @@ -52899,8 +52917,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#get-a-self-hosted-runner-for-a-repository parameters: - - *378 - *379 + - *380 - *61 responses: '200': @@ -52930,8 +52948,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#delete-a-self-hosted-runner-from-a-repository parameters: - - *378 - *379 + - *380 - *61 responses: '204': @@ -52958,8 +52976,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#list-labels-for-a-self-hosted-runner-for-a-repository parameters: - - *378 - *379 + - *380 - *61 responses: '200': *67 @@ -52984,8 +53002,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#add-custom-labels-to-a-self-hosted-runner-for-a-repository parameters: - - *378 - *379 + - *380 - *61 requestBody: required: true @@ -53034,8 +53052,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#set-custom-labels-for-a-self-hosted-runner-for-a-repository parameters: - - *378 - *379 + - *380 - *61 requestBody: required: true @@ -53085,8 +53103,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#remove-all-custom-labels-from-a-self-hosted-runner-for-a-repository parameters: - - *378 - *379 + - *380 - *61 responses: '200': *205 @@ -53116,8 +53134,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#remove-a-custom-label-from-a-self-hosted-runner-for-a-repository parameters: - - *378 - *379 + - *380 - *61 - *206 responses: @@ -53147,9 +53165,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: - - *378 - *379 - - &423 + - *380 + - &424 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. @@ -53157,7 +53175,7 @@ paths: required: false schema: type: string - - &424 + - &425 name: branch description: Returns workflow runs associated with a branch. Use the name of the branch of the `push`. @@ -53165,7 +53183,7 @@ paths: required: false schema: type: string - - &425 + - &426 name: event description: Returns workflow run triggered by the event you specify. For example, `push`, `pull_request` or `issue`. For more information, see "[Events @@ -53174,7 +53192,7 @@ paths: required: false schema: type: string - - &426 + - &427 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 @@ -53201,7 +53219,7 @@ paths: - pending - *17 - *19 - - &427 + - &428 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)." @@ -53210,7 +53228,7 @@ paths: schema: type: string format: date-time - - &406 + - &407 name: exclude_pull_requests description: If `true` pull requests are omitted from the response (empty array). @@ -53219,13 +53237,13 @@ paths: schema: type: boolean default: false - - &428 + - &429 name: check_suite_id description: Returns workflow runs with the `check_suite_id` that you specify. in: query schema: type: integer - - &429 + - &430 name: head_sha description: Only returns workflow runs that are associated with the specified `head_sha`. @@ -53248,7 +53266,7 @@ paths: type: integer workflow_runs: type: array - items: &407 + items: &408 title: Workflow Run description: An invocation of a workflow type: object @@ -53343,7 +53361,7 @@ paths: that triggered the run. type: array nullable: true - items: &450 + items: &451 title: Pull Request Minimal type: object properties: @@ -53462,7 +53480,7 @@ paths: title: Simple Commit description: A commit. type: object - properties: &454 + properties: &455 id: type: string description: SHA for the commit @@ -53513,7 +53531,7 @@ paths: - name - email nullable: true - required: &455 + required: &456 - id - tree_id - message @@ -53560,7 +53578,7 @@ paths: - workflow_url - pull_requests examples: - default: &430 + default: &431 value: total_count: 1 workflow_runs: @@ -53796,24 +53814,24 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-a-workflow-run parameters: - - *378 - *379 - - &408 + - *380 + - &409 name: run_id description: The unique identifier of the workflow run. in: path required: true schema: type: integer - - *406 + - *407 responses: '200': description: Response content: application/json: - schema: *407 + schema: *408 examples: - default: &411 + default: &412 value: id: 30433642 name: Build @@ -54054,9 +54072,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#delete-a-workflow-run parameters: - - *378 - *379 - - *408 + - *380 + - *409 responses: '204': description: Response @@ -54079,9 +54097,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: - - *378 - *379 - - *408 + - *380 + - *409 responses: '200': description: Response @@ -54200,9 +54218,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#approve-a-workflow-run-for-a-fork-pull-request parameters: - - *378 - *379 - - *408 + - *380 + - *409 responses: '201': description: Response @@ -54235,12 +54253,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#list-workflow-run-artifacts parameters: - - *378 - *379 - - *408 + - *380 + - *409 - *17 - *19 - - *409 + - *410 responses: '200': description: Response @@ -54256,9 +54274,9 @@ paths: type: integer artifacts: type: array - items: *395 + items: *396 examples: - default: *410 + default: *411 headers: Link: *40 x-github: @@ -54282,25 +54300,25 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-a-workflow-run-attempt parameters: - - *378 - *379 - - *408 - - &412 + - *380 + - *409 + - &413 name: attempt_number description: The attempt number of the workflow run. in: path required: true schema: type: integer - - *406 + - *407 responses: '200': description: Response content: application/json: - schema: *407 + schema: *408 examples: - default: *411 + default: *412 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54323,10 +54341,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: - - *378 - *379 - - *408 - - *412 + - *380 + - *409 + - *413 - *17 - *19 responses: @@ -54344,9 +54362,9 @@ paths: type: integer jobs: type: array - items: *413 + items: *414 examples: - default: &414 + default: &415 value: total_count: 1 jobs: @@ -54459,10 +54477,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#download-workflow-run-attempt-logs parameters: - - *378 - *379 - - *408 - - *412 + - *380 + - *409 + - *413 responses: '302': description: Response @@ -54490,9 +54508,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#cancel-a-workflow-run parameters: - - *378 - *379 - - *408 + - *380 + - *409 responses: '202': description: Response @@ -54525,9 +54543,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: - - *378 - *379 - - *408 + - *380 + - *409 requestBody: required: true content: @@ -54594,9 +54612,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#force-cancel-a-workflow-run parameters: - - *378 - *379 - - *408 + - *380 + - *409 responses: '202': description: Response @@ -54629,9 +54647,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: - - *378 - *379 - - *408 + - *380 + - *409 - 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 @@ -54661,9 +54679,9 @@ paths: type: integer jobs: type: array - items: *413 + items: *414 examples: - default: *414 + default: *415 headers: Link: *40 x-github: @@ -54688,9 +54706,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#download-workflow-run-logs parameters: - - *378 - *379 - - *408 + - *380 + - *409 responses: '302': description: Response @@ -54717,9 +54735,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#delete-workflow-run-logs parameters: - - *378 - *379 - - *408 + - *380 + - *409 responses: '204': description: Response @@ -54746,9 +54764,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: - - *378 - *379 - - *408 + - *380 + - *409 responses: '200': description: Response @@ -54808,7 +54826,7 @@ paths: items: type: object properties: - type: &534 + type: &535 type: string description: The type of reviewer. enum: @@ -54893,9 +54911,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: - - *378 - *379 - - *408 + - *380 + - *409 requestBody: required: true content: @@ -54942,7 +54960,7 @@ paths: application/json: schema: type: array - items: &526 + items: &527 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed @@ -55048,7 +55066,7 @@ paths: - created_at - updated_at examples: - default: &527 + default: &528 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -55104,9 +55122,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#re-run-a-workflow parameters: - - *378 - *379 - - *408 + - *380 + - *409 requestBody: required: false content: @@ -55150,9 +55168,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: - - *378 - *379 - - *408 + - *380 + - *409 requestBody: required: false content: @@ -55206,9 +55224,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-workflow-run-usage parameters: - - *378 - *379 - - *408 + - *380 + - *409 responses: '200': description: Response @@ -55345,8 +55363,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-repository-secrets parameters: - - *378 - *379 + - *380 - *17 - *19 responses: @@ -55364,9 +55382,9 @@ paths: type: integer secrets: type: array - items: *415 + items: *416 examples: - default: *416 + default: *417 headers: Link: *40 x-github: @@ -55391,16 +55409,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-a-repository-public-key parameters: - - *378 - *379 + - *380 responses: '200': description: Response content: application/json: - schema: *417 + schema: *418 examples: - default: *418 + default: *419 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55422,17 +55440,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-a-repository-secret parameters: - - *378 - *379 + - *380 - *208 responses: '200': description: Response content: application/json: - schema: *415 + schema: *416 examples: - default: &547 + default: &548 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -55458,8 +55476,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-a-repository-secret parameters: - - *378 - *379 + - *380 - *208 requestBody: required: true @@ -55517,8 +55535,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-a-repository-secret parameters: - - *378 - *379 + - *380 - *208 responses: '204': @@ -55544,9 +55562,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-repository-variables parameters: - - *378 - *379 - - *402 + - *380 + - *403 - *19 responses: '200': @@ -55563,9 +55581,9 @@ paths: type: integer variables: type: array - items: *419 + items: *420 examples: - default: *420 + default: *421 headers: Link: *40 x-github: @@ -55588,8 +55606,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#create-a-repository-variable parameters: - - *378 - *379 + - *380 requestBody: required: true content: @@ -55641,17 +55659,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-a-repository-variable parameters: - - *378 - *379 + - *380 - *211 responses: '200': description: Response content: application/json: - schema: *419 + schema: *420 examples: - default: &548 + default: &549 value: name: USERNAME value: octocat @@ -55677,8 +55695,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-a-repository-variable parameters: - - *378 - *379 + - *380 - *211 requestBody: required: true @@ -55721,8 +55739,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-a-repository-variable parameters: - - *378 - *379 + - *380 - *211 responses: '204': @@ -55748,8 +55766,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#list-repository-workflows parameters: - - *378 - *379 + - *380 - *17 - *19 responses: @@ -55767,7 +55785,7 @@ paths: type: integer workflows: type: array - items: &421 + items: &422 title: Workflow description: A GitHub Actions workflow type: object @@ -55874,9 +55892,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#get-a-workflow parameters: - - *378 - *379 - - &422 + - *380 + - &423 name: workflow_id in: path description: The ID of the workflow. You can also pass the workflow file name @@ -55891,7 +55909,7 @@ paths: description: Response content: application/json: - schema: *421 + schema: *422 examples: default: value: @@ -55924,9 +55942,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#disable-a-workflow parameters: - - *378 - *379 - - *422 + - *380 + - *423 responses: '204': description: Response @@ -55951,9 +55969,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#create-a-workflow-dispatch-event parameters: - - *378 - *379 - - *422 + - *380 + - *423 responses: '204': description: Response @@ -56004,9 +56022,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#enable-a-workflow parameters: - - *378 - *379 - - *422 + - *380 + - *423 responses: '204': description: Response @@ -56033,19 +56051,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: - - *378 - *379 - - *422 + - *380 - *423 - *424 - *425 - *426 + - *427 - *17 - *19 - - *427 - - *406 - *428 + - *407 - *429 + - *430 responses: '200': description: Response @@ -56061,9 +56079,9 @@ paths: type: integer workflow_runs: type: array - items: *407 + items: *408 examples: - default: *430 + default: *431 headers: Link: *40 x-github: @@ -56096,9 +56114,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#get-workflow-usage parameters: - - *378 - *379 - - *422 + - *380 + - *423 responses: '200': description: Response @@ -56159,8 +56177,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-activities parameters: - - *378 - *379 + - *380 - *88 - *17 - *86 @@ -56324,8 +56342,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#list-assignees parameters: - - *378 - *379 + - *380 - *17 - *19 responses: @@ -56362,8 +56380,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: - - *378 - *379 + - *380 - name: assignee in: path required: true @@ -56399,8 +56417,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#create-an-attestation parameters: - - *378 - *379 + - *380 requestBody: required: true content: @@ -56512,8 +56530,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-attestations parameters: - - *378 - *379 + - *380 - *17 - *86 - *87 @@ -56567,7 +56585,7 @@ paths: bundle_url: type: string examples: - default: *431 + default: *432 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56587,8 +56605,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/autolinks#get-all-autolinks-of-a-repository parameters: - - *378 - *379 + - *380 responses: '200': description: Response @@ -56596,7 +56614,7 @@ paths: application/json: schema: type: array - items: &432 + items: &433 title: Autolink reference description: An autolink reference. type: object @@ -56646,8 +56664,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: - - *378 - *379 + - *380 requestBody: required: true content: @@ -56686,9 +56704,9 @@ paths: description: response content: application/json: - schema: *432 + schema: *433 examples: - default: &433 + default: &434 value: id: 1 key_prefix: TICKET- @@ -56719,9 +56737,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: - - *378 - *379 - - &434 + - *380 + - &435 name: autolink_id description: The unique identifier of the autolink. in: path @@ -56733,9 +56751,9 @@ paths: description: Response content: application/json: - schema: *432 + schema: *433 examples: - default: *433 + default: *434 '404': *6 x-github: githubCloudOnly: false @@ -56755,9 +56773,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: - - *378 - *379 - - *434 + - *380 + - *435 responses: '204': description: Response @@ -56781,8 +56799,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: - - *378 - *379 + - *380 responses: '200': description: Response if Dependabot is enabled @@ -56830,8 +56848,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-dependabot-security-updates parameters: - - *378 - *379 + - *380 responses: '204': description: Response @@ -56852,8 +56870,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-dependabot-security-updates parameters: - - *378 - *379 + - *380 responses: '204': description: Response @@ -56873,8 +56891,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#list-branches parameters: - - *378 - *379 + - *380 - name: protected description: Setting to `true` returns only branches protected by branch protections or rulesets. When set to `false`, only unprotected branches are returned. @@ -56912,7 +56930,7 @@ paths: - url protected: type: boolean - protection: &436 + protection: &437 title: Branch Protection description: Branch Protection type: object @@ -56954,7 +56972,7 @@ paths: required: - contexts - checks - enforce_admins: &439 + enforce_admins: &440 title: Protected Branch Admin Enforced description: Protected Branch Admin Enforced type: object @@ -56969,7 +56987,7 @@ paths: required: - url - enabled - required_pull_request_reviews: &441 + required_pull_request_reviews: &442 title: Protected Branch Pull Request Review description: Protected Branch Pull Request Review type: object @@ -57045,7 +57063,7 @@ paths: required: - dismiss_stale_reviews - require_code_owner_reviews - restrictions: &438 + restrictions: &439 title: Branch Restriction Policy description: Branch Restriction Policy type: object @@ -57352,9 +57370,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#get-a-branch parameters: - - *378 - *379 - - &437 + - *380 + - &438 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). @@ -57368,14 +57386,14 @@ paths: description: Response content: application/json: - schema: &447 + schema: &448 title: Branch With Protection description: Branch With Protection type: object properties: name: type: string - commit: &499 + commit: &500 title: Commit description: Commit type: object @@ -57409,7 +57427,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: &435 + properties: &436 name: type: string example: '"Chris Wanstrath"' @@ -57424,7 +57442,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *435 + properties: *436 nullable: true message: type: string @@ -57445,7 +57463,7 @@ paths: required: - sha - url - verification: &554 + verification: &555 title: Verification type: object properties: @@ -57515,7 +57533,7 @@ paths: type: integer files: type: array - items: &514 + items: &515 title: Diff Entry description: Diff Entry type: object @@ -57598,7 +57616,7 @@ paths: - self protected: type: boolean - protection: *436 + protection: *437 protection_url: type: string format: uri @@ -57705,7 +57723,7 @@ paths: contexts: [] checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection - '301': *392 + '301': *393 '404': *6 x-github: githubCloudOnly: false @@ -57727,15 +57745,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-branch-protection parameters: - - *378 - *379 - - *437 + - *380 + - *438 responses: '200': description: Response content: application/json: - schema: *436 + schema: *437 examples: default: value: @@ -57929,9 +57947,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-branch-protection parameters: - - *378 - *379 - - *437 + - *380 + - *438 requestBody: required: true content: @@ -58186,7 +58204,7 @@ paths: url: type: string format: uri - required_status_checks: &444 + required_status_checks: &445 title: Status Check Policy description: Status Check Policy type: object @@ -58338,7 +58356,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *438 + restrictions: *439 required_conversation_resolution: type: object properties: @@ -58450,9 +58468,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-branch-protection parameters: - - *378 - *379 - - *437 + - *380 + - *438 responses: '204': description: Response @@ -58477,17 +58495,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-admin-branch-protection parameters: - - *378 - *379 - - *437 + - *380 + - *438 responses: '200': description: Response content: application/json: - schema: *439 + schema: *440 examples: - default: &440 + default: &441 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins enabled: true @@ -58509,17 +58527,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-admin-branch-protection parameters: - - *378 - *379 - - *437 + - *380 + - *438 responses: '200': description: Response content: application/json: - schema: *439 + schema: *440 examples: - default: *440 + default: *441 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58538,9 +58556,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-admin-branch-protection parameters: - - *378 - *379 - - *437 + - *380 + - *438 responses: '204': description: Response @@ -58565,17 +58583,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-pull-request-review-protection parameters: - - *378 - *379 - - *437 + - *380 + - *438 responses: '200': description: Response content: application/json: - schema: *441 + schema: *442 examples: - default: &442 + default: &443 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_pull_request_reviews dismissal_restrictions: @@ -58671,9 +58689,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-pull-request-review-protection parameters: - - *378 - *379 - - *437 + - *380 + - *438 requestBody: required: false content: @@ -58771,9 +58789,9 @@ paths: description: Response content: application/json: - schema: *441 + schema: *442 examples: - default: *442 + default: *443 '422': *15 x-github: githubCloudOnly: false @@ -58794,9 +58812,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-pull-request-review-protection parameters: - - *378 - *379 - - *437 + - *380 + - *438 responses: '204': description: Response @@ -58823,17 +58841,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-commit-signature-protection parameters: - - *378 - *379 - - *437 + - *380 + - *438 responses: '200': description: Response content: application/json: - schema: *439 + schema: *440 examples: - default: &443 + default: &444 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true @@ -58856,17 +58874,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#create-commit-signature-protection parameters: - - *378 - *379 - - *437 + - *380 + - *438 responses: '200': description: Response content: application/json: - schema: *439 + schema: *440 examples: - default: *443 + default: *444 '404': *6 x-github: githubCloudOnly: false @@ -58886,9 +58904,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-commit-signature-protection parameters: - - *378 - *379 - - *437 + - *380 + - *438 responses: '204': description: Response @@ -58913,17 +58931,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-status-checks-protection parameters: - - *378 - *379 - - *437 + - *380 + - *438 responses: '200': description: Response content: application/json: - schema: *444 + schema: *445 examples: - default: &445 + default: &446 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_status_checks strict: true @@ -58949,9 +58967,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-status-check-protection parameters: - - *378 - *379 - - *437 + - *380 + - *438 requestBody: required: false content: @@ -59003,9 +59021,9 @@ paths: description: Response content: application/json: - schema: *444 + schema: *445 examples: - default: *445 + default: *446 '404': *6 '422': *15 x-github: @@ -59027,9 +59045,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-status-check-protection parameters: - - *378 - *379 - - *437 + - *380 + - *438 responses: '204': description: Response @@ -59053,9 +59071,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-all-status-check-contexts parameters: - - *378 - *379 - - *437 + - *380 + - *438 responses: '200': description: Response @@ -59089,9 +59107,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-status-check-contexts parameters: - - *378 - *379 - - *437 + - *380 + - *438 requestBody: required: false content: @@ -59158,9 +59176,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-status-check-contexts parameters: - - *378 - *379 - - *437 + - *380 + - *438 requestBody: required: false content: @@ -59224,9 +59242,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-status-check-contexts parameters: - - *378 - *379 - - *437 + - *380 + - *438 requestBody: content: application/json: @@ -59292,15 +59310,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-access-restrictions parameters: - - *378 - *379 - - *437 + - *380 + - *438 responses: '200': description: Response content: application/json: - schema: *438 + schema: *439 examples: default: value: @@ -59391,9 +59409,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-access-restrictions parameters: - - *378 - *379 - - *437 + - *380 + - *438 responses: '204': description: Response @@ -59416,9 +59434,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: - - *378 - *379 - - *437 + - *380 + - *438 responses: '200': description: Response @@ -59428,7 +59446,7 @@ paths: type: array items: *5 examples: - default: &446 + default: &447 value: - id: 1 slug: octoapp @@ -59485,9 +59503,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-app-access-restrictions parameters: - - *378 - *379 - - *437 + - *380 + - *438 requestBody: required: true content: @@ -59521,7 +59539,7 @@ paths: type: array items: *5 examples: - default: *446 + default: *447 '422': *15 x-github: githubCloudOnly: false @@ -59542,9 +59560,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-app-access-restrictions parameters: - - *378 - *379 - - *437 + - *380 + - *438 requestBody: required: true content: @@ -59578,7 +59596,7 @@ paths: type: array items: *5 examples: - default: *446 + default: *447 '422': *15 x-github: githubCloudOnly: false @@ -59599,9 +59617,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-app-access-restrictions parameters: - - *378 - *379 - - *437 + - *380 + - *438 requestBody: required: true content: @@ -59635,7 +59653,7 @@ paths: type: array items: *5 examples: - default: *446 + default: *447 '422': *15 x-github: githubCloudOnly: false @@ -59657,9 +59675,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: - - *378 - *379 - - *437 + - *380 + - *438 responses: '200': description: Response @@ -59689,9 +59707,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-team-access-restrictions parameters: - - *378 - *379 - - *437 + - *380 + - *438 requestBody: required: false content: @@ -59750,9 +59768,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-team-access-restrictions parameters: - - *378 - *379 - - *437 + - *380 + - *438 requestBody: required: false content: @@ -59811,9 +59829,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-team-access-restrictions parameters: - - *378 - *379 - - *437 + - *380 + - *438 requestBody: content: application/json: @@ -59872,9 +59890,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: - - *378 - *379 - - *437 + - *380 + - *438 responses: '200': description: Response @@ -59908,9 +59926,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-user-access-restrictions parameters: - - *378 - *379 - - *437 + - *380 + - *438 requestBody: required: true content: @@ -59968,9 +59986,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-user-access-restrictions parameters: - - *378 - *379 - - *437 + - *380 + - *438 requestBody: required: true content: @@ -60028,9 +60046,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-user-access-restrictions parameters: - - *378 - *379 - - *437 + - *380 + - *438 requestBody: required: true content: @@ -60090,9 +60108,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#rename-a-branch parameters: - - *378 - *379 - - *437 + - *380 + - *438 requestBody: required: true content: @@ -60114,7 +60132,7 @@ paths: description: Response content: application/json: - schema: *447 + schema: *448 examples: default: value: @@ -60228,8 +60246,8 @@ paths: category: repos subcategory: bypass-requests parameters: - - *378 - *379 + - *380 - *221 - *222 - *223 @@ -60265,8 +60283,8 @@ paths: category: repos subcategory: bypass-requests parameters: - - *378 - *379 + - *380 - name: bypass_request_number in: path required: true @@ -60339,8 +60357,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *378 - *379 + - *380 - *221 - *222 - *223 @@ -60354,9 +60372,9 @@ paths: application/json: schema: type: array - items: *448 + items: *449 examples: - default: *449 + default: *450 '404': *6 '403': *29 '500': *85 @@ -60380,8 +60398,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *378 - *379 + - *380 - name: bypass_request_number in: path required: true @@ -60393,7 +60411,7 @@ paths: description: A single bypass request. content: application/json: - schema: *448 + schema: *449 examples: default: value: @@ -60451,8 +60469,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *378 - *379 + - *380 - name: bypass_request_number in: path required: true @@ -60523,8 +60541,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *378 - *379 + - *380 - name: bypass_response_id in: path required: true @@ -60557,8 +60575,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#create-a-check-run parameters: - - *378 - *379 + - *380 requestBody: required: true content: @@ -60837,7 +60855,7 @@ paths: description: Response content: application/json: - schema: &451 + schema: &452 title: CheckRun description: A check performed on the code of a given code change type: object @@ -60956,8 +60974,8 @@ paths: do not necessarily indicate pull requests that triggered the check. type: array - items: *450 - deployment: &772 + items: *451 + deployment: &773 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -61237,9 +61255,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#get-a-check-run parameters: - - *378 - *379 - - &452 + - *380 + - &453 name: check_run_id description: The unique identifier of the check run. in: path @@ -61251,9 +61269,9 @@ paths: description: Response content: application/json: - schema: *451 + schema: *452 examples: - default: &453 + default: &454 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -61353,9 +61371,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#update-a-check-run parameters: - - *378 - *379 - - *452 + - *380 + - *453 requestBody: required: true content: @@ -61595,9 +61613,9 @@ paths: description: Response content: application/json: - schema: *451 + schema: *452 examples: - default: *453 + default: *454 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61617,9 +61635,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#list-check-run-annotations parameters: - - *378 - *379 - - *452 + - *380 + - *453 - *17 - *19 responses: @@ -61714,9 +61732,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#rerequest-a-check-run parameters: - - *378 - *379 - - *452 + - *380 + - *453 responses: '201': description: Response @@ -61760,8 +61778,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#create-a-check-suite parameters: - - *378 - *379 + - *380 requestBody: required: true content: @@ -61783,7 +61801,7 @@ paths: description: Response when the suite already exists content: application/json: - schema: &456 + schema: &457 title: CheckSuite description: A suite of checks performed on the code of a given code change @@ -61847,7 +61865,7 @@ paths: nullable: true pull_requests: type: array - items: *450 + items: *451 nullable: true app: title: GitHub app @@ -61869,12 +61887,12 @@ paths: type: string format: date-time nullable: true - head_commit: &798 + head_commit: &799 title: Simple Commit description: A commit. type: object - properties: *454 - required: *455 + properties: *455 + required: *456 latest_check_runs_count: type: integer check_runs_url: @@ -61902,7 +61920,7 @@ paths: - check_runs_url - pull_requests examples: - default: &457 + default: &458 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -62193,9 +62211,9 @@ paths: description: Response when the suite was created content: application/json: - schema: *456 + schema: *457 examples: - default: *457 + default: *458 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62214,8 +62232,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#update-repository-preferences-for-check-suites parameters: - - *378 - *379 + - *380 requestBody: required: true content: @@ -62524,9 +62542,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#get-a-check-suite parameters: - - *378 - *379 - - &458 + - *380 + - &459 name: check_suite_id description: The unique identifier of the check suite. in: path @@ -62538,9 +62556,9 @@ paths: description: Response content: application/json: - schema: *456 + schema: *457 examples: - default: *457 + default: *458 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62563,17 +62581,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: - - *378 - *379 - - *458 - - &507 + - *380 + - *459 + - &508 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &508 + - &509 name: status description: Returns check runs with the specified `status`. in: query @@ -62612,9 +62630,9 @@ paths: type: integer check_runs: type: array - items: *451 + items: *452 examples: - default: &509 + default: &510 value: total_count: 1 check_runs: @@ -62716,9 +62734,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#rerequest-a-check-suite parameters: - - *378 - *379 - - *458 + - *380 + - *459 responses: '201': description: Response @@ -62751,21 +62769,21 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-code-scanning-alerts-for-a-repository parameters: - - *378 - *379 + - *380 - *233 - *234 - *19 - *17 - - &474 + - &475 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: *459 - - &475 + schema: *460 + - &476 name: pr description: The number of the pull request for the results you want to list. in: query @@ -62796,7 +62814,7 @@ paths: be returned. in: query required: false - schema: *460 + schema: *461 responses: '200': description: Response @@ -62812,7 +62830,7 @@ paths: updated_at: *108 url: *105 html_url: *106 - instances_url: *461 + instances_url: *462 state: *91 fixed_at: *110 dismissed_by: @@ -62823,11 +62841,11 @@ paths: required: *21 nullable: true dismissed_at: *109 - dismissed_reason: *462 - dismissed_comment: *463 - rule: *464 - tool: *465 - most_recent_instance: *466 + dismissed_reason: *463 + dismissed_comment: *464 + rule: *465 + tool: *466 + most_recent_instance: *467 dismissal_approved_by: title: Simple User description: A GitHub user. @@ -62950,7 +62968,7 @@ paths: classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances '304': *37 - '403': &467 + '403': &468 description: Response if GitHub Advanced Security is not enabled for this repository content: @@ -62977,9 +62995,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: - - *378 - *379 - - &468 + - *380 + - &469 name: alert_number in: path description: The number that identifies an alert. You can find this at the @@ -62993,7 +63011,7 @@ paths: description: Response content: application/json: - schema: &469 + schema: &470 type: object properties: number: *100 @@ -63001,7 +63019,7 @@ paths: updated_at: *108 url: *105 html_url: *106 - instances_url: *461 + instances_url: *462 state: *91 fixed_at: *110 dismissed_by: @@ -63012,8 +63030,8 @@ paths: required: *21 nullable: true dismissed_at: *109 - dismissed_reason: *462 - dismissed_comment: *463 + dismissed_reason: *463 + dismissed_comment: *464 rule: type: object properties: @@ -63067,8 +63085,8 @@ paths: type: string description: A link to the documentation for the rule used to detect the alert. - tool: *465 - most_recent_instance: *466 + tool: *466 + most_recent_instance: *467 dismissal_approved_by: title: Simple User description: A GitHub user. @@ -63164,7 +63182,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '304': *37 - '403': *467 + '403': *468 '404': *6 '503': *134 x-github: @@ -63184,9 +63202,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: - - *378 - *379 - - *468 + - *380 + - *469 requestBody: required: true content: @@ -63201,8 +63219,8 @@ paths: enum: - open - dismissed - dismissed_reason: *462 - dismissed_comment: *463 + dismissed_reason: *463 + dismissed_comment: *464 create_request: type: boolean description: If `true`, attempt to create an alert dismissal request. @@ -63221,7 +63239,7 @@ paths: description: Response content: application/json: - schema: *469 + schema: *470 examples: default: value: @@ -63297,7 +63315,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '400': *14 - '403': &473 + '403': &474 description: Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository content: @@ -63324,15 +63342,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: - - *378 - *379 - - *468 + - *380 + - *469 responses: '200': description: Response content: application/json: - schema: &470 + schema: &471 type: object properties: status: @@ -63358,13 +63376,13 @@ paths: - description - started_at examples: - default: &471 + default: &472 value: status: success description: This fixes an XSS vulnerability by escaping the user input. started_at: '2024-02-14T12:29:18Z' - '400': &472 + '400': &473 description: Bad Request content: application/json: @@ -63375,7 +63393,7 @@ paths: message: The alert_number is not valid documentation_url: https://docs.github.com/rest/code-scanning/code-scanning#get-the-status-of-an-autofix-for-a-code-scanning-alert status: '400' - '403': *467 + '403': *468 '404': *6 '503': *134 x-github: @@ -63400,29 +63418,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: - - *378 - *379 - - *468 + - *380 + - *469 responses: '200': description: OK content: application/json: - schema: *470 + schema: *471 examples: - default: *471 + default: *472 '202': description: Accepted content: application/json: - schema: *470 + schema: *471 examples: default: value: status: pending description: started_at: '2024-02-14T12:29:18Z' - '400': *472 + '400': *473 '403': description: Response if the repository is archived, if GitHub Advanced Security is not enabled for this repository or if rate limit is exceeded @@ -63454,9 +63472,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: - - *378 - *379 - - *468 + - *380 + - *469 requestBody: required: false content: @@ -63501,8 +63519,8 @@ paths: value: target_ref: refs/heads/main sha: 178f4f6090b3fccad4a65b3e83d076a622d59652 - '400': *472 - '403': *473 + '400': *473 + '403': *474 '404': *6 '422': description: Unprocessable Entity @@ -63526,13 +63544,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: - - *378 - *379 - - *468 + - *380 + - *469 - *19 - *17 - - *474 - *475 + - *476 responses: '200': description: Response @@ -63540,7 +63558,7 @@ paths: application/json: schema: type: array - items: *466 + items: *467 examples: default: value: @@ -63579,7 +63597,7 @@ paths: end_column: 50 classifications: - source - '403': *467 + '403': *468 '404': *6 '503': *134 x-github: @@ -63613,25 +63631,25 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-code-scanning-analyses-for-a-repository parameters: - - *378 - *379 + - *380 - *233 - *234 - *19 - *17 - - *475 + - *476 - 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: *459 + schema: *460 - name: sarif_id in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &478 + schema: &479 type: string description: An identifier for the upload. example: 6c81cd8e-b078-4ac3-a3be-1dad7dbd0b53 @@ -63652,23 +63670,23 @@ paths: application/json: schema: type: array - items: &479 + items: &480 type: object properties: - ref: *459 - commit_sha: &487 + ref: *460 + commit_sha: &488 description: The SHA of the commit to which the analysis you are uploading relates. type: string minLength: 40 maxLength: 40 pattern: "^[0-9a-fA-F]+$" - analysis_key: *476 + analysis_key: *477 environment: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *477 + category: *478 error: type: string example: error reading field xyz @@ -63692,8 +63710,8 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *478 - tool: *465 + sarif_id: *479 + tool: *466 deletable: type: boolean warning: @@ -63754,7 +63772,7 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *467 + '403': *468 '404': *6 '503': *134 x-github: @@ -63790,8 +63808,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: - - *378 - *379 + - *380 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -63804,7 +63822,7 @@ paths: description: Response content: application/json: - schema: *479 + schema: *480 examples: response: summary: application/json response @@ -63858,7 +63876,7 @@ paths: properties: - github/alertNumber: 2 - github/alertUrl: https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2 - '403': *467 + '403': *468 '404': *6 '422': description: Response if analysis could not be processed @@ -63945,8 +63963,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: - - *378 - *379 + - *380 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -63999,7 +64017,7 @@ paths: next_analysis_url: https://api.github.com/repos/octocat/hello-world/code-scanning/analyses/41 confirm_delete_url: https://api.github.com/repos/octocat/hello-world/code-scanning/analyses/41?confirm_delete '400': *14 - '403': *473 + '403': *474 '404': *6 '503': *134 x-github: @@ -64021,8 +64039,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: - - *378 - *379 + - *380 responses: '200': description: Response @@ -64030,7 +64048,7 @@ paths: application/json: schema: type: array - items: &480 + items: &481 title: CodeQL Database description: A CodeQL database. type: object @@ -64141,7 +64159,7 @@ paths: updated_at: '2022-09-12T12:14:32Z' url: https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/ruby commit_oid: 1927de39fefa25a9d0e64e3f540ff824a72f538c - '403': *467 + '403': *468 '404': *6 '503': *134 x-github: @@ -64170,8 +64188,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: - - *378 - *379 + - *380 - name: language in: path description: The language of the CodeQL database. @@ -64183,7 +64201,7 @@ paths: description: Response content: application/json: - schema: *480 + schema: *481 examples: default: value: @@ -64215,9 +64233,9 @@ paths: updated_at: '2022-09-12T12:14:32Z' url: https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/java commit_oid: 1927de39fefa25a9d0e64e3f540ff824a72f538c - '302': &516 + '302': &517 description: Found - '403': *467 + '403': *468 '404': *6 '503': *134 x-github: @@ -64239,8 +64257,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#delete-a-codeql-database parameters: - - *378 - *379 + - *380 - name: language in: path description: The language of the CodeQL database. @@ -64250,7 +64268,7 @@ paths: responses: '204': description: Response - '403': *473 + '403': *474 '404': *6 '503': *134 x-github: @@ -64278,8 +64296,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: - - *378 - *379 + - *380 requestBody: required: true content: @@ -64288,7 +64306,7 @@ paths: type: object additionalProperties: false properties: - language: &481 + language: &482 type: string description: The language targeted by the CodeQL query enum: @@ -64367,7 +64385,7 @@ paths: description: Variant analysis submitted for processing content: application/json: - schema: &485 + schema: &486 title: Variant Analysis description: A run of a CodeQL query against one or more repositories. type: object @@ -64377,7 +64395,7 @@ paths: description: The ID of the variant analysis. controller_repo: *97 actor: *4 - query_language: *481 + query_language: *482 query_pack_url: type: string description: The download url for the query pack. @@ -64424,7 +64442,7 @@ paths: items: type: object properties: - repository: &482 + repository: &483 title: Repository Identifier description: Repository Identifier type: object @@ -64460,7 +64478,7 @@ paths: - private - stargazers_count - updated_at - analysis_status: &486 + analysis_status: &487 type: string description: The new status of the CodeQL variant analysis repository task. @@ -64492,7 +64510,7 @@ paths: from processing. This information is only available to the user that initiated the variant analysis. properties: - access_mismatch_repos: &483 + access_mismatch_repos: &484 type: object properties: repository_count: @@ -64506,7 +64524,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: *482 + items: *483 required: - repository_count - repositories @@ -64528,8 +64546,8 @@ paths: required: - repository_count - repository_full_names - no_codeql_db_repos: *483 - over_limit_repos: *483 + no_codeql_db_repos: *484 + over_limit_repos: *484 required: - access_mismatch_repos - not_found_repos @@ -64545,7 +64563,7 @@ paths: examples: repositories_parameter: summary: Response for a successful variant analysis submission - value: &484 + value: &485 summary: Default response value: id: 1 @@ -64697,10 +64715,10 @@ paths: private: false repository_owners: summary: Response for a successful variant analysis submission - value: *484 + value: *485 repository_lists: summary: Response for a successful variant analysis submission - value: *484 + value: *485 '404': *6 '422': description: Unable to process variant analysis submission @@ -64728,8 +64746,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: - - *378 - *379 + - *380 - name: codeql_variant_analysis_id in: path description: The unique identifier of the variant analysis. @@ -64741,9 +64759,9 @@ paths: description: Response content: application/json: - schema: *485 + schema: *486 examples: - default: *484 + default: *485 '404': *6 '503': *134 x-github: @@ -64766,7 +64784,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: - - *378 + - *379 - name: repo in: path description: The name of the controller repository. @@ -64801,7 +64819,7 @@ paths: type: object properties: repository: *97 - analysis_status: *486 + analysis_status: *487 artifact_size_in_bytes: type: integer description: The size of the artifact. This is only available @@ -64926,8 +64944,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: - - *378 - *379 + - *380 responses: '200': description: Response @@ -65001,7 +65019,7 @@ paths: query_suite: default updated_at: '2023-01-19T11:21:34Z' schedule: weekly - '403': *467 + '403': *468 '404': *6 '503': *134 x-github: @@ -65022,8 +65040,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: - - *378 - *379 + - *380 requestBody: required: true content: @@ -65105,7 +65123,7 @@ paths: value: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 - '403': *473 + '403': *474 '404': *6 '409': description: Response if there is already a validation run in progress with @@ -65170,8 +65188,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: - - *378 - *379 + - *380 requestBody: required: true content: @@ -65179,7 +65197,7 @@ paths: schema: type: object properties: - commit_sha: *487 + commit_sha: *488 ref: type: string description: |- @@ -65237,7 +65255,7 @@ paths: schema: type: object properties: - id: *478 + id: *479 url: type: string description: The REST API URL for checking the status of the upload. @@ -65251,7 +65269,7 @@ paths: url: https://api.github.com/repos/octocat/hello-world/code-scanning/sarifs/47177e22-5596-11eb-80a1-c1e54ef945c6 '400': description: Bad Request if the sarif field is invalid - '403': *473 + '403': *474 '404': *6 '413': description: Payload Too Large if the sarif field is too large @@ -65274,8 +65292,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: - - *378 - *379 + - *380 - name: sarif_id description: The SARIF ID obtained after uploading. in: path @@ -65321,7 +65339,7 @@ paths: value: processing_status: complete analyses_url: https://api.github.com/repos/octocat/hello-world/code-scanning/analyses?sarif_id=47177e22-5596-11eb-80a1-c1e54ef945c6 - '403': *467 + '403': *468 '404': description: Not Found if the sarif id does not match any upload '503': *134 @@ -65346,8 +65364,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: - - *378 - *379 + - *380 responses: '200': description: Response @@ -65428,8 +65446,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-codeowners-errors parameters: - - *378 - *379 + - *380 - 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 @@ -65549,8 +65567,8 @@ paths: parameters: - *17 - *19 - - *378 - *379 + - *380 responses: '200': description: Response @@ -65864,8 +65882,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#create-a-codespace-in-a-repository parameters: - - *378 - *379 + - *380 requestBody: required: true content: @@ -65930,7 +65948,7 @@ paths: application/json: schema: *295 examples: - default: *488 + default: *489 '202': description: Response when the codespace creation partially failed but is being retried in the background @@ -65938,7 +65956,7 @@ paths: application/json: schema: *295 examples: - default: *488 + default: *489 '400': *14 '401': *25 '403': *29 @@ -65967,8 +65985,8 @@ paths: parameters: - *17 - *19 - - *378 - *379 + - *380 responses: '200': description: Response @@ -66032,8 +66050,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: - - *378 - *379 + - *380 - name: location description: The location to check for available machines. Assigned by IP if not provided. @@ -66068,14 +66086,14 @@ paths: type: integer machines: type: array - items: &728 + items: &729 type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *489 - required: *490 + properties: *490 + required: *491 examples: - default: &729 + default: &730 value: total_count: 2 machines: @@ -66115,8 +66133,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-default-attributes-for-a-codespace parameters: - - *378 - *379 + - *380 - name: ref description: The branch or commit to check for a default devcontainer path. If not specified, the default branch will be checked. @@ -66200,8 +66218,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: - - *378 - *379 + - *380 - 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 @@ -66267,8 +66285,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#list-repository-secrets parameters: - - *378 - *379 + - *380 - *17 - *19 responses: @@ -66286,7 +66304,7 @@ paths: type: integer secrets: type: array - items: &494 + items: &495 title: Codespaces Secret description: Set repository secrets for GitHub Codespaces. type: object @@ -66306,7 +66324,7 @@ paths: - created_at - updated_at examples: - default: *491 + default: *492 headers: Link: *40 x-github: @@ -66329,16 +66347,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#get-a-repository-public-key parameters: - - *378 - *379 + - *380 responses: '200': description: Response content: application/json: - schema: *492 + schema: *493 examples: - default: *493 + default: *494 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -66358,17 +66376,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#get-a-repository-secret parameters: - - *378 - *379 + - *380 - *208 responses: '200': description: Response content: application/json: - schema: *494 + schema: *495 examples: - default: *495 + default: *496 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66388,8 +66406,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#create-or-update-a-repository-secret parameters: - - *378 - *379 + - *380 - *208 requestBody: required: true @@ -66442,8 +66460,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#delete-a-repository-secret parameters: - - *378 - *379 + - *380 - *208 responses: '204': @@ -66472,8 +66490,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#list-repository-collaborators parameters: - - *378 - *379 + - *380 - name: affiliation description: Filter collaborators returned by their affiliation. `outside` means all outside collaborators of an organization-owned repository. `direct` @@ -66515,7 +66533,7 @@ paths: title: Collaborator description: Collaborator type: object - properties: &496 + properties: &497 login: type: string example: octocat @@ -66608,7 +66626,7 @@ paths: user_view_type: type: string example: public - required: &497 + required: &498 - avatar_url - events_url - followers_url @@ -66682,8 +66700,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#check-if-a-user-is-a-repository-collaborator parameters: - - *378 - *379 + - *380 - *220 responses: '204': @@ -66730,8 +66748,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#add-a-repository-collaborator parameters: - - *378 - *379 + - *380 - *220 requestBody: required: false @@ -66758,7 +66776,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &567 + schema: &568 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -66987,8 +67005,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#remove-a-repository-collaborator parameters: - - *378 - *379 + - *380 - *220 responses: '204': @@ -67020,8 +67038,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#get-repository-permissions-for-a-user parameters: - - *378 - *379 + - *380 - *220 responses: '200': @@ -67042,8 +67060,8 @@ paths: title: Collaborator description: Collaborator type: object - properties: *496 - required: *497 + properties: *497 + required: *498 nullable: true required: - permission @@ -67098,8 +67116,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#list-commit-comments-for-a-repository parameters: - - *378 - *379 + - *380 - *17 - *19 responses: @@ -67109,7 +67127,7 @@ paths: application/json: schema: type: array - items: &498 + items: &499 title: Commit Comment description: Commit Comment type: object @@ -67167,7 +67185,7 @@ paths: - created_at - updated_at examples: - default: &501 + default: &502 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -67226,17 +67244,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#get-a-commit-comment parameters: - - *378 - *379 + - *380 - *154 responses: '200': description: Response content: application/json: - schema: *498 + schema: *499 examples: - default: &502 + default: &503 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -67293,8 +67311,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#update-a-commit-comment parameters: - - *378 - *379 + - *380 - *154 requestBody: required: true @@ -67317,7 +67335,7 @@ paths: description: Response content: application/json: - schema: *498 + schema: *499 examples: default: value: @@ -67368,8 +67386,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#delete-a-commit-comment parameters: - - *378 - *379 + - *380 - *154 responses: '204': @@ -67391,8 +67409,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-commit-comment parameters: - - *378 - *379 + - *380 - *154 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -67419,9 +67437,9 @@ paths: application/json: schema: type: array - items: *367 + items: *368 examples: - default: *369 + default: *370 headers: Link: *40 '404': *6 @@ -67442,8 +67460,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-commit-comment parameters: - - *378 - *379 + - *380 - *154 requestBody: required: true @@ -67476,16 +67494,16 @@ paths: description: Reaction exists content: application/json: - schema: *367 + schema: *368 examples: - default: *368 + default: *369 '201': description: Reaction created content: application/json: - schema: *367 + schema: *368 examples: - default: *368 + default: *369 '422': *15 x-github: githubCloudOnly: false @@ -67507,10 +67525,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-commit-comment-reaction parameters: - - *378 - *379 + - *380 - *154 - - *370 + - *371 responses: '204': description: Response @@ -67559,8 +67577,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-commits parameters: - - *378 - *379 + - *380 - name: sha description: 'SHA or branch to start listing commits from. Default: the repository’s default branch (usually `main`).' @@ -67616,9 +67634,9 @@ paths: application/json: schema: type: array - items: *499 + items: *500 examples: - default: &618 + default: &619 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -67712,9 +67730,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-branches-for-head-commit parameters: - - *378 - *379 - - &500 + - *380 + - &501 name: commit_sha description: The SHA of the commit. in: path @@ -67786,9 +67804,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#list-commit-comments parameters: - - *378 - *379 - - *500 + - *380 + - *501 - *17 - *19 responses: @@ -67798,9 +67816,9 @@ paths: application/json: schema: type: array - items: *498 + items: *499 examples: - default: *501 + default: *502 headers: Link: *40 x-github: @@ -67828,9 +67846,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#create-a-commit-comment parameters: - - *378 - *379 - - *500 + - *380 + - *501 requestBody: required: true content: @@ -67865,9 +67883,9 @@ paths: description: Response content: application/json: - schema: *498 + schema: *499 examples: - default: *502 + default: *503 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -67895,9 +67913,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: - - *378 - *379 - - *500 + - *380 + - *501 - *17 - *19 responses: @@ -67907,7 +67925,7 @@ paths: application/json: schema: type: array - items: &609 + items: &610 title: Pull Request Simple description: Pull Request Simple type: object @@ -68013,8 +68031,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *503 - required: *504 + properties: *504 + required: *505 nullable: true active_lock_reason: type: string @@ -68110,7 +68128,7 @@ paths: _links: type: object properties: - comments: &505 + comments: &506 title: Link description: Hypermedia Link type: object @@ -68119,13 +68137,13 @@ paths: type: string required: - href - commits: *505 - statuses: *505 - html: *505 - issue: *505 - review_comments: *505 - review_comment: *505 - self: *505 + commits: *506 + statuses: *506 + html: *506 + issue: *506 + review_comments: *506 + review_comment: *506 + self: *506 required: - comments - commits @@ -68136,7 +68154,7 @@ paths: - review_comment - self author_association: *142 - auto_merge: &611 + auto_merge: &612 title: Auto merge description: The status of auto merging a pull request. type: object @@ -68199,7 +68217,7 @@ paths: - author_association - auto_merge examples: - default: &610 + default: &611 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -68736,11 +68754,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#get-a-commit parameters: - - *378 - *379 + - *380 - *19 - *17 - - &506 + - &507 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)" @@ -68755,9 +68773,9 @@ paths: description: Response content: application/json: - schema: *499 + schema: *500 examples: - default: &596 + default: &597 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -68870,11 +68888,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: - - *378 - *379 - - *506 + - *380 - *507 - *508 + - *509 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -68908,9 +68926,9 @@ paths: type: integer check_runs: type: array - items: *451 + items: *452 examples: - default: *509 + default: *510 headers: Link: *40 x-github: @@ -68935,9 +68953,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: - - *378 - *379 - - *506 + - *380 + - *507 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -68945,7 +68963,7 @@ paths: schema: type: integer example: 1 - - *507 + - *508 - *17 - *19 responses: @@ -68963,7 +68981,7 @@ paths: type: integer check_suites: type: array - items: *456 + items: *457 examples: default: value: @@ -69163,9 +69181,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: - - *378 - *379 - - *506 + - *380 + - *507 - *17 - *19 responses: @@ -69363,9 +69381,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#list-commit-statuses-for-a-reference parameters: - - *378 - *379 - - *506 + - *380 + - *507 - *17 - *19 responses: @@ -69375,7 +69393,7 @@ paths: application/json: schema: type: array - items: &676 + items: &677 title: Status description: The status of a commit. type: object @@ -69456,7 +69474,7 @@ paths: site_admin: false headers: Link: *40 - '301': *392 + '301': *393 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69484,8 +69502,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/community#get-community-profile-metrics parameters: - - *378 - *379 + - *380 responses: '200': description: Response @@ -69514,20 +69532,20 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: *510 - required: *511 + properties: *511 + required: *512 nullable: true code_of_conduct_file: title: Community Health File type: object - properties: &512 + properties: &513 url: type: string format: uri html_url: type: string format: uri - required: &513 + required: &514 - url - html_url nullable: true @@ -69541,26 +69559,26 @@ paths: contributing: title: Community Health File type: object - properties: *512 - required: *513 + properties: *513 + required: *514 nullable: true readme: title: Community Health File type: object - properties: *512 - required: *513 + properties: *513 + required: *514 nullable: true issue_template: title: Community Health File type: object - properties: *512 - required: *513 + properties: *513 + required: *514 nullable: true pull_request_template: title: Community Health File type: object - properties: *512 - required: *513 + properties: *513 + required: *514 nullable: true required: - code_of_conduct @@ -69687,8 +69705,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#compare-two-commits parameters: - - *378 - *379 + - *380 - *19 - *17 - name: basehead @@ -69731,8 +69749,8 @@ paths: type: string format: uri example: https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *499 - merge_base_commit: *499 + base_commit: *500 + merge_base_commit: *500 status: type: string enum: @@ -69752,10 +69770,10 @@ paths: example: 6 commits: type: array - items: *499 + items: *500 files: type: array - items: *514 + items: *515 required: - url - html_url @@ -70041,8 +70059,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-repository-content parameters: - - *378 - *379 + - *380 - name: path description: path parameter in: path @@ -70185,7 +70203,7 @@ paths: - type - url examples: - response-if-content-is-a-file: &515 + response-if-content-is-a-file: &516 summary: Response if content is a file value: type: file @@ -70317,7 +70335,7 @@ paths: - size - type - url - - &623 + - &624 title: Content File description: Content File type: object @@ -70518,7 +70536,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *515 + response-if-content-is-a-file: *516 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -70587,7 +70605,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *29 - '302': *516 + '302': *517 '304': *37 x-github: githubCloudOnly: false @@ -70610,8 +70628,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#create-or-update-file-contents parameters: - - *378 - *379 + - *380 - name: path description: path parameter in: path @@ -70704,7 +70722,7 @@ paths: description: Response content: application/json: - schema: &517 + schema: &518 title: File Commit description: File Commit type: object @@ -70856,7 +70874,7 @@ paths: description: Response content: application/json: - schema: *517 + schema: *518 examples: example-for-creating-a-file: value: @@ -70910,7 +70928,7 @@ paths: schema: oneOf: - *3 - - &549 + - &550 description: Repository rule violation was detected type: object properties: @@ -70931,7 +70949,7 @@ paths: items: type: object properties: - placeholder_id: &668 + placeholder_id: &669 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -70963,8 +70981,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#delete-a-file parameters: - - *378 - *379 + - *380 - name: path description: path parameter in: path @@ -71025,7 +71043,7 @@ paths: description: Response content: application/json: - schema: *517 + schema: *518 examples: default: value: @@ -71080,8 +71098,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-contributors parameters: - - *378 - *379 + - *380 - name: anon description: Set to `1` or `true` to include anonymous contributors in results. in: query @@ -71204,8 +71222,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#list-dependabot-alerts-for-a-repository parameters: - - *378 - *379 + - *380 - *249 - *250 - *251 @@ -71248,7 +71266,7 @@ paths: application/json: schema: type: array - items: &520 + items: &521 type: object description: A Dependabot alert. properties: @@ -71294,7 +71312,7 @@ paths: - unknown - direct - transitive - security_advisory: *518 + security_advisory: *519 security_vulnerability: *104 url: *105 html_url: *106 @@ -71325,7 +71343,7 @@ paths: nullable: true maxLength: 280 fixed_at: *110 - auto_dismissed_at: *519 + auto_dismissed_at: *520 required: - number - state @@ -71555,9 +71573,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#get-a-dependabot-alert parameters: - - *378 - *379 - - &521 + - *380 + - &522 name: alert_number in: path description: |- @@ -71572,7 +71590,7 @@ paths: description: Response content: application/json: - schema: *520 + schema: *521 examples: default: value: @@ -71685,9 +71703,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#update-a-dependabot-alert parameters: - - *378 - *379 - - *521 + - *380 + - *522 requestBody: required: true content: @@ -71732,7 +71750,7 @@ paths: description: Response content: application/json: - schema: *520 + schema: *521 examples: default: value: @@ -71861,8 +71879,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#list-repository-secrets parameters: - - *378 - *379 + - *380 - *17 - *19 responses: @@ -71880,7 +71898,7 @@ paths: type: integer secrets: type: array - items: &524 + items: &525 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -71933,16 +71951,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-a-repository-public-key parameters: - - *378 - *379 + - *380 responses: '200': description: Response content: application/json: - schema: *522 + schema: *523 examples: - default: *523 + default: *524 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71962,15 +71980,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-a-repository-secret parameters: - - *378 - *379 + - *380 - *208 responses: '200': description: Response content: application/json: - schema: *524 + schema: *525 examples: default: value: @@ -71996,8 +72014,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#create-or-update-a-repository-secret parameters: - - *378 - *379 + - *380 - *208 requestBody: required: true @@ -72050,8 +72068,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#delete-a-repository-secret parameters: - - *378 - *379 + - *380 - *208 responses: '204': @@ -72074,8 +72092,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: - - *378 - *379 + - *380 - 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 @@ -72235,8 +72253,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: - - *378 - *379 + - *380 responses: '200': description: Response @@ -72475,8 +72493,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: - - *378 - *379 + - *380 requestBody: required: true content: @@ -72551,7 +72569,7 @@ paths: - version - url additionalProperties: false - metadata: &525 + metadata: &526 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -72584,7 +72602,7 @@ paths: the root of the Git repository. example: "/src/build/package-lock.json" additionalProperties: false - metadata: *525 + metadata: *526 resolved: type: object description: A collection of resolved package dependencies. @@ -72597,7 +72615,7 @@ paths: for more details. example: pkg:/npm/%40actions/http-client@1.0.11 pattern: "^pkg" - metadata: *525 + metadata: *526 relationship: type: string description: A notation of whether a dependency is requested @@ -72726,8 +72744,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#list-deployments parameters: - - *378 - *379 + - *380 - name: sha description: The SHA recorded at creation time. in: query @@ -72767,9 +72785,9 @@ paths: application/json: schema: type: array - items: *526 + items: *527 examples: - default: *527 + default: *528 headers: Link: *40 x-github: @@ -72835,8 +72853,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#create-a-deployment parameters: - - *378 - *379 + - *380 requestBody: required: true content: @@ -72917,7 +72935,7 @@ paths: description: Response content: application/json: - schema: *526 + schema: *527 examples: simple-example: summary: Simple example @@ -72990,9 +73008,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#get-a-deployment parameters: - - *378 - *379 - - &528 + - *380 + - &529 name: deployment_id description: deployment_id parameter in: path @@ -73004,7 +73022,7 @@ paths: description: Response content: application/json: - schema: *526 + schema: *527 examples: default: value: @@ -73069,9 +73087,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#delete-a-deployment parameters: - - *378 - *379 - - *528 + - *380 + - *529 responses: '204': description: Response @@ -73093,9 +73111,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#list-deployment-statuses parameters: - - *378 - *379 - - *528 + - *380 + - *529 - *17 - *19 responses: @@ -73105,7 +73123,7 @@ paths: application/json: schema: type: array - items: &529 + items: &530 title: Deployment Status description: The status of a deployment. type: object @@ -73266,9 +73284,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#create-a-deployment-status parameters: - - *378 - *379 - - *528 + - *380 + - *529 requestBody: required: true content: @@ -73343,9 +73361,9 @@ paths: description: Response content: application/json: - schema: *529 + schema: *530 examples: - default: &530 + default: &531 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -73401,9 +73419,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#get-a-deployment-status parameters: - - *378 - *379 - - *528 + - *380 + - *529 - name: status_id in: path required: true @@ -73414,9 +73432,9 @@ paths: description: Response content: application/json: - schema: *529 + schema: *530 examples: - default: *530 + default: *531 '404': *6 x-github: githubCloudOnly: false @@ -73443,12 +73461,12 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *378 - *379 + - *380 - *221 - *222 - *223 - - *531 + - *532 - *17 - *19 responses: @@ -73458,9 +73476,9 @@ paths: application/json: schema: type: array - items: *532 + items: *533 examples: - default: *533 + default: *534 '404': *6 '403': *29 '500': *85 @@ -73485,8 +73503,8 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *378 - *379 + - *380 - name: alert_number in: path required: true @@ -73498,7 +73516,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *532 + schema: *533 examples: default: value: @@ -73556,8 +73574,8 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *378 - *379 + - *380 - name: alert_number in: path required: true @@ -73626,8 +73644,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#create-a-repository-dispatch-event parameters: - - *378 - *379 + - *380 requestBody: required: true content: @@ -73684,8 +73702,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#list-environments parameters: - - *378 - *379 + - *380 - *17 - *19 responses: @@ -73702,7 +73720,7 @@ paths: type: integer environments: type: array - items: &535 + items: &536 title: Environment description: Details of a deployment environment type: object @@ -73754,7 +73772,7 @@ paths: type: type: string example: wait_timer - wait_timer: &537 + wait_timer: &538 type: integer example: 30 description: The amount of time to delay a job after @@ -73791,7 +73809,7 @@ paths: items: type: object properties: - type: *534 + type: *535 reviewer: anyOf: - *4 @@ -73815,7 +73833,7 @@ paths: - id - node_id - type - deployment_branch_policy: &538 + deployment_branch_policy: &539 type: object description: The type of deployment branch policy for this environment. To allow all branches to deploy, set to `null`. @@ -73931,9 +73949,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#get-an-environment parameters: - - *378 - *379 - - &536 + - *380 + - &537 name: environment_name in: path required: true @@ -73946,9 +73964,9 @@ paths: description: Response content: application/json: - schema: *535 + schema: *536 examples: - default: &539 + default: &540 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -74032,9 +74050,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#create-or-update-an-environment parameters: - - *378 - *379 - - *536 + - *380 + - *537 requestBody: required: false content: @@ -74043,7 +74061,7 @@ paths: type: object nullable: true properties: - wait_timer: *537 + wait_timer: *538 prevent_self_review: type: boolean example: false @@ -74060,13 +74078,13 @@ paths: items: type: object properties: - type: *534 + type: *535 id: type: integer description: The id of the user or team who can review the deployment example: 4532992 - deployment_branch_policy: *538 + deployment_branch_policy: *539 additionalProperties: false examples: default: @@ -74086,9 +74104,9 @@ paths: description: Response content: application/json: - schema: *535 + schema: *536 examples: - default: *539 + default: *540 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -74112,9 +74130,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#delete-an-environment parameters: - - *378 - *379 - - *536 + - *380 + - *537 responses: '204': description: Default response @@ -74139,9 +74157,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#list-deployment-branch-policies parameters: - - *378 - *379 - - *536 + - *380 + - *537 - *17 - *19 responses: @@ -74159,7 +74177,7 @@ paths: example: 2 branch_policies: type: array - items: &540 + items: &541 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -74216,9 +74234,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#create-a-deployment-branch-policy parameters: - - *378 - *379 - - *536 + - *380 + - *537 requestBody: required: true content: @@ -74264,9 +74282,9 @@ paths: description: Response content: application/json: - schema: *540 + schema: *541 examples: - example-wildcard: &541 + example-wildcard: &542 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -74308,10 +74326,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#get-a-deployment-branch-policy parameters: - - *378 - *379 - - *536 - - &542 + - *380 + - *537 + - &543 name: branch_policy_id in: path required: true @@ -74323,9 +74341,9 @@ paths: description: Response content: application/json: - schema: *540 + schema: *541 examples: - default: *541 + default: *542 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74344,10 +74362,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#update-a-deployment-branch-policy parameters: - - *378 - *379 - - *536 - - *542 + - *380 + - *537 + - *543 requestBody: required: true content: @@ -74375,9 +74393,9 @@ paths: description: Response content: application/json: - schema: *540 + schema: *541 examples: - default: *541 + default: *542 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74396,10 +74414,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#delete-a-deployment-branch-policy parameters: - - *378 - *379 - - *536 - - *542 + - *380 + - *537 + - *543 responses: '204': description: Response @@ -74424,9 +74442,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: - - *536 + - *537 + - *380 - *379 - - *378 responses: '200': description: List of deployment protection rules @@ -74442,7 +74460,7 @@ paths: example: 10 custom_deployment_protection_rules: type: array - items: &543 + items: &544 title: Deployment protection rule description: Deployment protection rule type: object @@ -74461,7 +74479,7 @@ paths: example: true description: Whether the deployment protection rule is enabled for the environment. - app: &544 + app: &545 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -74560,9 +74578,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: - - *536 + - *537 + - *380 - *379 - - *378 requestBody: content: application/json: @@ -74583,9 +74601,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *543 + schema: *544 examples: - default: &545 + default: &546 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -74620,9 +74638,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: - - *536 + - *537 + - *380 - *379 - - *378 - *19 - *17 responses: @@ -74641,7 +74659,7 @@ paths: example: 35 available_custom_deployment_protection_rule_integrations: type: array - items: *544 + items: *545 examples: default: value: @@ -74676,10 +74694,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: - - *378 - *379 - - *536 - - &546 + - *380 + - *537 + - &547 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -74691,9 +74709,9 @@ paths: description: Response content: application/json: - schema: *543 + schema: *544 examples: - default: *545 + default: *546 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74714,10 +74732,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: - - *536 + - *537 + - *380 - *379 - - *378 - - *546 + - *547 responses: '204': description: Response @@ -74743,9 +74761,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-environment-secrets parameters: - - *378 - *379 - - *536 + - *380 + - *537 - *17 - *19 responses: @@ -74763,9 +74781,9 @@ paths: type: integer secrets: type: array - items: *415 + items: *416 examples: - default: *416 + default: *417 headers: Link: *40 x-github: @@ -74790,17 +74808,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-environment-public-key parameters: - - *378 - *379 - - *536 + - *380 + - *537 responses: '200': description: Response content: application/json: - schema: *417 + schema: *418 examples: - default: *418 + default: *419 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74822,18 +74840,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-environment-secret parameters: - - *378 - *379 - - *536 + - *380 + - *537 - *208 responses: '200': description: Response content: application/json: - schema: *415 + schema: *416 examples: - default: *547 + default: *548 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74855,9 +74873,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-an-environment-secret parameters: - - *378 - *379 - - *536 + - *380 + - *537 - *208 requestBody: required: true @@ -74915,9 +74933,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-an-environment-secret parameters: - - *378 - *379 - - *536 + - *380 + - *537 - *208 responses: '204': @@ -74943,10 +74961,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-environment-variables parameters: - - *378 - *379 - - *536 - - *402 + - *380 + - *537 + - *403 - *19 responses: '200': @@ -74963,9 +74981,9 @@ paths: type: integer variables: type: array - items: *419 + items: *420 examples: - default: *420 + default: *421 headers: Link: *40 x-github: @@ -74988,9 +75006,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#create-an-environment-variable parameters: - - *378 - *379 - - *536 + - *380 + - *537 requestBody: required: true content: @@ -75042,18 +75060,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-an-environment-variable parameters: - - *378 - *379 - - *536 + - *380 + - *537 - *211 responses: '200': description: Response content: application/json: - schema: *419 + schema: *420 examples: - default: *548 + default: *549 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75074,10 +75092,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-an-environment-variable parameters: - - *378 - *379 + - *380 - *211 - - *536 + - *537 requestBody: required: true content: @@ -75119,10 +75137,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-an-environment-variable parameters: - - *378 - *379 + - *380 - *211 - - *536 + - *537 responses: '204': description: Response @@ -75144,8 +75162,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-repository-events parameters: - - *378 - *379 + - *380 - *17 - *19 responses: @@ -75222,8 +75240,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/forks#list-forks parameters: - - *378 - *379 + - *380 - name: sort description: The sort order. `stargazers` will sort by star count. in: query @@ -75382,8 +75400,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/forks#create-a-fork parameters: - - *378 - *379 + - *380 requestBody: required: false content: @@ -75415,9 +75433,9 @@ paths: description: Response content: application/json: - schema: *391 + schema: *392 examples: - default: *393 + default: *394 '400': *14 '422': *15 '403': *29 @@ -75438,8 +75456,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/blobs#create-a-blob parameters: - - *378 - *379 + - *380 requestBody: required: true content: @@ -75499,7 +75517,7 @@ paths: schema: oneOf: - *181 - - *549 + - *550 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75524,8 +75542,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/blobs#get-a-blob parameters: - - *378 - *379 + - *380 - name: file_sha in: path required: true @@ -75624,8 +75642,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/commits#create-a-commit parameters: - - *378 - *379 + - *380 requestBody: required: true content: @@ -75734,7 +75752,7 @@ paths: description: Response content: application/json: - schema: &550 + schema: &551 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -75948,15 +75966,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/commits#get-a-commit-object parameters: - - *378 - *379 - - *500 + - *380 + - *501 responses: '200': description: Response content: application/json: - schema: *550 + schema: *551 examples: default: value: @@ -76012,9 +76030,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#list-matching-references parameters: - - *378 - *379 - - &551 + - *380 + - &552 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. @@ -76031,7 +76049,7 @@ paths: application/json: schema: type: array - items: &552 + items: &553 title: Git Reference description: Git references within a repository type: object @@ -76106,17 +76124,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#get-a-reference parameters: - - *378 - *379 - - *551 + - *380 + - *552 responses: '200': description: Response content: application/json: - schema: *552 + schema: *553 examples: - default: &553 + default: &554 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -76145,8 +76163,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#create-a-reference parameters: - - *378 - *379 + - *380 requestBody: required: true content: @@ -76175,9 +76193,9 @@ paths: description: Response content: application/json: - schema: *552 + schema: *553 examples: - default: *553 + default: *554 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -76203,9 +76221,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#update-a-reference parameters: - - *378 - *379 - - *551 + - *380 + - *552 requestBody: required: true content: @@ -76234,9 +76252,9 @@ paths: description: Response content: application/json: - schema: *552 + schema: *553 examples: - default: *553 + default: *554 '422': *15 '409': *96 x-github: @@ -76254,9 +76272,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#delete-a-reference parameters: - - *378 - *379 - - *551 + - *380 + - *552 responses: '204': description: Response @@ -76311,8 +76329,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/tags#create-a-tag-object parameters: - - *378 - *379 + - *380 requestBody: required: true content: @@ -76379,7 +76397,7 @@ paths: description: Response content: application/json: - schema: &555 + schema: &556 title: Git Tag description: Metadata for a Git tag type: object @@ -76430,7 +76448,7 @@ paths: - sha - type - url - verification: *554 + verification: *555 required: - sha - url @@ -76440,7 +76458,7 @@ paths: - tag - message examples: - default: &556 + default: &557 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -76513,8 +76531,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/tags#get-a-tag parameters: - - *378 - *379 + - *380 - name: tag_sha in: path required: true @@ -76525,9 +76543,9 @@ paths: description: Response content: application/json: - schema: *555 + schema: *556 examples: - default: *556 + default: *557 '404': *6 '409': *96 x-github: @@ -76551,8 +76569,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/trees#create-a-tree parameters: - - *378 - *379 + - *380 requestBody: required: true content: @@ -76625,7 +76643,7 @@ paths: description: Response content: application/json: - schema: &557 + schema: &558 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -76721,8 +76739,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/trees#get-a-tree parameters: - - *378 - *379 + - *380 - name: tree_sha description: The SHA1 value or ref (branch or tag) name of the tree. in: path @@ -76745,7 +76763,7 @@ paths: description: Response content: application/json: - schema: *557 + schema: *558 examples: default-response: summary: Default response @@ -76804,8 +76822,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#list-repository-webhooks parameters: - - *378 - *379 + - *380 - *17 - *19 responses: @@ -76815,7 +76833,7 @@ paths: application/json: schema: type: array - items: &558 + items: &559 title: Webhook description: Webhooks for repositories. type: object @@ -76869,7 +76887,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &806 + last_response: &807 title: Hook Response type: object properties: @@ -76943,8 +76961,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#create-a-repository-webhook parameters: - - *378 - *379 + - *380 requestBody: required: false content: @@ -76996,9 +77014,9 @@ paths: description: Response content: application/json: - schema: *558 + schema: *559 examples: - default: &559 + default: &560 value: type: Repository id: 12345678 @@ -77046,17 +77064,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#get-a-repository-webhook parameters: - - *378 - *379 + - *380 - *266 responses: '200': description: Response content: application/json: - schema: *558 + schema: *559 examples: - default: *559 + default: *560 '404': *6 x-github: githubCloudOnly: false @@ -77076,8 +77094,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#update-a-repository-webhook parameters: - - *378 - *379 + - *380 - *266 requestBody: required: true @@ -77123,9 +77141,9 @@ paths: description: Response content: application/json: - schema: *558 + schema: *559 examples: - default: *559 + default: *560 '422': *15 '404': *6 x-github: @@ -77146,8 +77164,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#delete-a-repository-webhook parameters: - - *378 - *379 + - *380 - *266 responses: '204': @@ -77172,8 +77190,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#get-a-webhook-configuration-for-a-repository parameters: - - *378 - *379 + - *380 - *266 responses: '200': @@ -77201,8 +77219,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#update-a-webhook-configuration-for-a-repository parameters: - - *378 - *379 + - *380 - *266 requestBody: required: false @@ -77247,8 +77265,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#list-deliveries-for-a-repository-webhook parameters: - - *378 - *379 + - *380 - *266 - *17 - *267 @@ -77280,8 +77298,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#get-a-delivery-for-a-repository-webhook parameters: - - *378 - *379 + - *380 - *266 - *16 responses: @@ -77310,8 +77328,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#redeliver-a-delivery-for-a-repository-webhook parameters: - - *378 - *379 + - *380 - *266 - *16 responses: @@ -77335,8 +77353,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#ping-a-repository-webhook parameters: - - *378 - *379 + - *380 - *266 responses: '204': @@ -77362,8 +77380,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#test-the-push-repository-webhook parameters: - - *378 - *379 + - *380 - *266 responses: '204': @@ -77422,14 +77440,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-an-import-status parameters: - - *378 - *379 + - *380 responses: '200': description: Response content: application/json: - schema: &560 + schema: &561 title: Import description: A repository import from an external source. type: object @@ -77528,7 +77546,7 @@ paths: - html_url - authors_url examples: - default: &563 + default: &564 value: vcs: subversion use_lfs: true @@ -77544,7 +77562,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': &561 + '503': &562 description: Unavailable due to service under maintenance. content: application/json: @@ -77573,8 +77591,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#start-an-import parameters: - - *378 - *379 + - *380 requestBody: required: true content: @@ -77622,7 +77640,7 @@ paths: description: Response content: application/json: - schema: *560 + schema: *561 examples: default: value: @@ -77647,7 +77665,7 @@ paths: type: string '422': *15 '404': *6 - '503': *561 + '503': *562 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77675,8 +77693,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#update-an-import parameters: - - *378 - *379 + - *380 requestBody: required: false content: @@ -77725,7 +77743,7 @@ paths: description: Response content: application/json: - schema: *560 + schema: *561 examples: example-1: summary: Example 1 @@ -77773,7 +77791,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': *561 + '503': *562 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77796,12 +77814,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#cancel-an-import parameters: - - *378 - *379 + - *380 responses: '204': description: Response - '503': *561 + '503': *562 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77827,9 +77845,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-commit-authors parameters: - - *378 - *379 - - &752 + - *380 + - &753 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -77843,7 +77861,7 @@ paths: application/json: schema: type: array - items: &562 + items: &563 title: Porter Author description: Porter Author type: object @@ -77897,7 +77915,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': *561 + '503': *562 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77922,8 +77940,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#map-a-commit-author parameters: - - *378 - *379 + - *380 - name: author_id in: path required: true @@ -77953,7 +77971,7 @@ paths: description: Response content: application/json: - schema: *562 + schema: *563 examples: default: value: @@ -77966,7 +77984,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *561 + '503': *562 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77990,8 +78008,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-large-files parameters: - - *378 - *379 + - *380 responses: '200': description: Response @@ -78032,7 +78050,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *561 + '503': *562 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78060,8 +78078,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#update-git-lfs-preference parameters: - - *378 - *379 + - *380 requestBody: required: true content: @@ -78088,11 +78106,11 @@ paths: description: Response content: application/json: - schema: *560 + schema: *561 examples: - default: *563 + default: *564 '422': *15 - '503': *561 + '503': *562 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78115,8 +78133,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: - - *378 - *379 + - *380 responses: '200': description: Response @@ -78124,8 +78142,8 @@ paths: application/json: schema: *22 examples: - default: *564 - '301': *392 + default: *565 + '301': *393 '404': *6 x-github: githubCloudOnly: false @@ -78145,8 +78163,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#get-interaction-restrictions-for-a-repository parameters: - - *378 - *379 + - *380 responses: '200': description: Response @@ -78159,7 +78177,7 @@ paths: properties: {} additionalProperties: false examples: - default: &566 + default: &567 value: limit: collaborators_only origin: repository @@ -78184,13 +78202,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#set-interaction-restrictions-for-a-repository parameters: - - *378 - *379 + - *380 requestBody: required: true content: application/json: - schema: *565 + schema: *566 examples: default: summary: Example request body @@ -78204,7 +78222,7 @@ paths: application/json: schema: *284 examples: - default: *566 + default: *567 '409': description: Response x-github: @@ -78226,8 +78244,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#remove-interaction-restrictions-for-a-repository parameters: - - *378 - *379 + - *380 responses: '204': description: Response @@ -78250,8 +78268,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#list-repository-invitations parameters: - - *378 - *379 + - *380 - *17 - *19 responses: @@ -78261,9 +78279,9 @@ paths: application/json: schema: type: array - items: *567 + items: *568 examples: - default: &745 + default: &746 value: - id: 1 repository: @@ -78394,8 +78412,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#update-a-repository-invitation parameters: - - *378 - *379 + - *380 - *288 requestBody: required: false @@ -78425,7 +78443,7 @@ paths: description: Response content: application/json: - schema: *567 + schema: *568 examples: default: value: @@ -78556,8 +78574,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#delete-a-repository-invitation parameters: - - *378 - *379 + - *380 - *288 responses: '204': @@ -78589,8 +78607,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#list-repository-issues parameters: - - *378 - *379 + - *380 - 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 @@ -78663,7 +78681,7 @@ paths: type: array items: *155 examples: - default: &578 + default: &579 value: - id: 1 node_id: MDU6SXNzdWUx @@ -78811,7 +78829,7 @@ paths: state_reason: completed headers: Link: *40 - '301': *392 + '301': *393 '422': *15 '404': *6 x-github: @@ -78840,8 +78858,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#create-an-issue parameters: - - *378 - *379 + - *380 requestBody: required: true content: @@ -78925,7 +78943,7 @@ paths: application/json: schema: *155 examples: - default: &573 + default: &574 value: id: 1 node_id: MDU6SXNzdWUx @@ -79081,7 +79099,7 @@ paths: '422': *15 '503': *134 '404': *6 - '410': *389 + '410': *390 x-github: triggersNotification: true githubCloudOnly: false @@ -79109,8 +79127,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#list-issue-comments-for-a-repository parameters: - - *378 - *379 + - *380 - *165 - name: direction description: Either `asc` or `desc`. Ignored without the `sort` parameter. @@ -79131,9 +79149,9 @@ paths: application/json: schema: type: array - items: *568 + items: *569 examples: - default: &575 + default: &576 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -79191,17 +79209,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#get-an-issue-comment parameters: - - *378 - *379 + - *380 - *154 responses: '200': description: Response content: application/json: - schema: *568 + schema: *569 examples: - default: &569 + default: &570 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -79255,8 +79273,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#update-an-issue-comment parameters: - - *378 - *379 + - *380 - *154 requestBody: required: true @@ -79279,9 +79297,9 @@ paths: description: Response content: application/json: - schema: *568 + schema: *569 examples: - default: *569 + default: *570 '422': *15 x-github: githubCloudOnly: false @@ -79299,8 +79317,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#delete-an-issue-comment parameters: - - *378 - *379 + - *380 - *154 responses: '204': @@ -79321,8 +79339,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-an-issue-comment parameters: - - *378 - *379 + - *380 - *154 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -79349,9 +79367,9 @@ paths: application/json: schema: type: array - items: *367 + items: *368 examples: - default: *369 + default: *370 headers: Link: *40 '404': *6 @@ -79372,8 +79390,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-an-issue-comment parameters: - - *378 - *379 + - *380 - *154 requestBody: required: true @@ -79406,16 +79424,16 @@ paths: description: Reaction exists content: application/json: - schema: *367 + schema: *368 examples: - default: *368 + default: *369 '201': description: Reaction created content: application/json: - schema: *367 + schema: *368 examples: - default: *368 + default: *369 '422': *15 x-github: githubCloudOnly: false @@ -79437,10 +79455,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-an-issue-comment-reaction parameters: - - *378 - *379 + - *380 - *154 - - *370 + - *371 responses: '204': description: Response @@ -79460,8 +79478,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#list-issue-events-for-a-repository parameters: - - *378 - *379 + - *380 - *17 - *19 responses: @@ -79471,7 +79489,7 @@ paths: application/json: schema: type: array - items: &572 + items: &573 title: Issue Event description: Issue Event type: object @@ -79514,8 +79532,8 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: *570 - required: *571 + properties: *571 + required: *572 nullable: true label: title: Issue Event Label @@ -79822,8 +79840,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#get-an-issue-event parameters: - - *378 - *379 + - *380 - name: event_id in: path required: true @@ -79834,7 +79852,7 @@ paths: description: Response content: application/json: - schema: *572 + schema: *573 examples: default: value: @@ -80027,7 +80045,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *389 + '410': *390 '403': *29 x-github: githubCloudOnly: false @@ -80061,9 +80079,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue parameters: - - *378 - *379 - - &574 + - *380 + - &575 name: issue_number description: The number that identifies the issue. in: path @@ -80077,10 +80095,10 @@ paths: application/json: schema: *155 examples: - default: *573 - '301': *392 + default: *574 + '301': *393 '404': *6 - '410': *389 + '410': *390 '304': *37 x-github: githubCloudOnly: false @@ -80105,9 +80123,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#update-an-issue parameters: - - *378 - *379 - - *574 + - *380 + - *575 requestBody: required: false content: @@ -80212,13 +80230,13 @@ paths: application/json: schema: *155 examples: - default: *573 + default: *574 '422': *15 '503': *134 '403': *29 - '301': *392 + '301': *393 '404': *6 - '410': *389 + '410': *390 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80236,9 +80254,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#add-assignees-to-an-issue parameters: - - *378 - *379 - - *574 + - *380 + - *575 requestBody: required: false content: @@ -80266,7 +80284,7 @@ paths: application/json: schema: *155 examples: - default: *573 + default: *574 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80282,9 +80300,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#remove-assignees-from-an-issue parameters: - - *378 - *379 - - *574 + - *380 + - *575 requestBody: content: application/json: @@ -80311,7 +80329,7 @@ paths: application/json: schema: *155 examples: - default: *573 + default: *574 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80333,9 +80351,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#check-if-a-user-can-be-assigned-to-a-issue parameters: - - *378 - *379 - - *574 + - *380 + - *575 - name: assignee in: path required: true @@ -80375,9 +80393,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#list-issue-comments parameters: - - *378 - *379 - - *574 + - *380 + - *575 - *145 - *17 - *19 @@ -80388,13 +80406,13 @@ paths: application/json: schema: type: array - items: *568 + items: *569 examples: - default: *575 + default: *576 headers: Link: *40 '404': *6 - '410': *389 + '410': *390 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80423,9 +80441,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#create-an-issue-comment parameters: - - *378 - *379 - - *574 + - *380 + - *575 requestBody: required: true content: @@ -80447,16 +80465,16 @@ paths: description: Response content: application/json: - schema: *568 + schema: *569 examples: - default: *569 + default: *570 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *29 - '410': *389 + '410': *390 '422': *15 '404': *6 x-github: @@ -80476,9 +80494,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#list-issue-events parameters: - - *378 - *379 - - *574 + - *380 + - *575 - *17 - *19 responses: @@ -80492,7 +80510,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &579 + - &580 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -80546,7 +80564,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &580 + - &581 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -80682,7 +80700,7 @@ paths: - performed_via_github_app - assignee - assigner - - &581 + - &582 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -80733,7 +80751,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &582 + - &583 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -80784,7 +80802,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &583 + - &584 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -80838,7 +80856,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &584 + - &585 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -80885,7 +80903,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &585 + - &586 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -80932,7 +80950,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &586 + - &587 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -80992,7 +81010,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &587 + - &588 title: Locked Issue Event description: Locked Issue Event type: object @@ -81040,7 +81058,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &588 + - &589 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -81106,7 +81124,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &589 + - &590 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -81172,7 +81190,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &590 + - &591 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -81238,7 +81256,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &591 + - &592 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -81329,7 +81347,7 @@ paths: color: red headers: Link: *40 - '410': *389 + '410': *390 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81346,9 +81364,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-an-issue parameters: - - *378 - *379 - - *574 + - *380 + - *575 - *17 - *19 responses: @@ -81358,7 +81376,7 @@ paths: application/json: schema: type: array - items: &576 + items: &577 title: Label description: Color-coded labels help you categorize and filter your issues (just like labels in Gmail). @@ -81405,7 +81423,7 @@ paths: - color - default examples: - default: &577 + default: &578 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -81423,9 +81441,9 @@ paths: default: false headers: Link: *40 - '301': *392 + '301': *393 '404': *6 - '410': *389 + '410': *390 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81442,9 +81460,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#add-labels-to-an-issue parameters: - - *378 - *379 - - *574 + - *380 + - *575 requestBody: required: false content: @@ -81503,12 +81521,12 @@ paths: application/json: schema: type: array - items: *576 + items: *577 examples: - default: *577 - '301': *392 + default: *578 + '301': *393 '404': *6 - '410': *389 + '410': *390 '422': *15 x-github: githubCloudOnly: false @@ -81525,9 +81543,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#set-labels-for-an-issue parameters: - - *378 - *379 - - *574 + - *380 + - *575 requestBody: required: false content: @@ -81587,12 +81605,12 @@ paths: application/json: schema: type: array - items: *576 + items: *577 examples: - default: *577 - '301': *392 + default: *578 + '301': *393 '404': *6 - '410': *389 + '410': *390 '422': *15 x-github: githubCloudOnly: false @@ -81609,15 +81627,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#remove-all-labels-from-an-issue parameters: - - *378 - *379 - - *574 + - *380 + - *575 responses: '204': description: Response - '301': *392 + '301': *393 '404': *6 - '410': *389 + '410': *390 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81636,9 +81654,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#remove-a-label-from-an-issue parameters: - - *378 - *379 - - *574 + - *380 + - *575 - name: name in: path required: true @@ -81651,7 +81669,7 @@ paths: application/json: schema: type: array - items: *576 + items: *577 examples: default: value: @@ -81662,9 +81680,9 @@ paths: description: Something isn't working color: f29513 default: true - '301': *392 + '301': *393 '404': *6 - '410': *389 + '410': *390 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81684,9 +81702,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#lock-an-issue parameters: - - *378 - *379 - - *574 + - *380 + - *575 requestBody: required: false content: @@ -81714,7 +81732,7 @@ paths: '204': description: Response '403': *29 - '410': *389 + '410': *390 '404': *6 '422': *15 x-github: @@ -81732,9 +81750,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#unlock-an-issue parameters: - - *378 - *379 - - *574 + - *380 + - *575 responses: '204': description: Response @@ -81756,9 +81774,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-an-issue parameters: - - *378 - *379 - - *574 + - *380 + - *575 - 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. @@ -81784,13 +81802,13 @@ paths: application/json: schema: type: array - items: *367 + items: *368 examples: - default: *369 + default: *370 headers: Link: *40 '404': *6 - '410': *389 + '410': *390 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81808,9 +81826,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-an-issue parameters: - - *378 - *379 - - *574 + - *380 + - *575 requestBody: required: true content: @@ -81842,16 +81860,16 @@ paths: description: Response content: application/json: - schema: *367 + schema: *368 examples: - default: *368 + default: *369 '201': description: Response content: application/json: - schema: *367 + schema: *368 examples: - default: *368 + default: *369 '422': *15 x-github: githubCloudOnly: false @@ -81873,10 +81891,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-an-issue-reaction parameters: - - *378 - *379 - - *574 - - *370 + - *380 + - *575 + - *371 responses: '204': description: Response @@ -81905,9 +81923,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#remove-sub-issue parameters: - - *378 - *379 - - *574 + - *380 + - *575 requestBody: required: true content: @@ -81931,7 +81949,7 @@ paths: application/json: schema: *155 examples: - default: *573 + default: *574 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -81964,9 +81982,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#list-sub-issues parameters: - - *378 - *379 - - *574 + - *380 + - *575 - *17 - *19 responses: @@ -81978,11 +81996,11 @@ paths: type: array items: *155 examples: - default: *578 + default: *579 headers: Link: *40 '404': *6 - '410': *389 + '410': *390 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82010,9 +82028,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#add-sub-issue parameters: - - *378 - *379 - - *574 + - *380 + - *575 requestBody: required: true content: @@ -82041,14 +82059,14 @@ paths: application/json: schema: *155 examples: - default: *573 + default: *574 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 schema: type: string '403': *29 - '410': *389 + '410': *390 '422': *15 '404': *6 x-github: @@ -82068,9 +82086,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#reprioritize-sub-issue parameters: - - *378 - *379 - - *574 + - *380 + - *575 requestBody: required: true content: @@ -82103,7 +82121,7 @@ paths: application/json: schema: *155 examples: - default: *573 + default: *574 '403': *29 '404': *6 '422': *7 @@ -82125,9 +82143,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/timeline#list-timeline-events-for-an-issue parameters: - - *378 - *379 - - *574 + - *380 + - *575 - *17 - *19 responses: @@ -82142,7 +82160,6 @@ paths: description: Timeline Event type: object anyOf: - - *579 - *580 - *581 - *582 @@ -82155,6 +82172,7 @@ paths: - *589 - *590 - *591 + - *592 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -82459,7 +82477,7 @@ paths: type: string comments: type: array - items: &612 + items: &613 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -82668,7 +82686,7 @@ paths: type: string comments: type: array - items: *498 + items: *499 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -82957,7 +82975,7 @@ paths: headers: Link: *40 '404': *6 - '410': *389 + '410': *390 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82974,8 +82992,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#list-deploy-keys parameters: - - *378 - *379 + - *380 - *17 - *19 responses: @@ -82985,7 +83003,7 @@ paths: application/json: schema: type: array - items: &592 + items: &593 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -83050,8 +83068,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#create-a-deploy-key parameters: - - *378 - *379 + - *380 requestBody: required: true content: @@ -83087,9 +83105,9 @@ paths: description: Response content: application/json: - schema: *592 + schema: *593 examples: - default: &593 + default: &594 value: id: 1 key: ssh-rsa AAA... @@ -83123,9 +83141,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key parameters: - - *378 - *379 - - &594 + - *380 + - &595 name: key_id description: The unique identifier of the key. in: path @@ -83137,9 +83155,9 @@ paths: description: Response content: application/json: - schema: *592 + schema: *593 examples: - default: *593 + default: *594 '404': *6 x-github: githubCloudOnly: false @@ -83157,9 +83175,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#delete-a-deploy-key parameters: - - *378 - *379 - - *594 + - *380 + - *595 responses: '204': description: Response @@ -83179,8 +83197,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-a-repository parameters: - - *378 - *379 + - *380 - *17 - *19 responses: @@ -83190,9 +83208,9 @@ paths: application/json: schema: type: array - items: *576 + items: *577 examples: - default: *577 + default: *578 headers: Link: *40 '404': *6 @@ -83213,8 +83231,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#create-a-label parameters: - - *378 - *379 + - *380 requestBody: required: true content: @@ -83250,9 +83268,9 @@ paths: description: Response content: application/json: - schema: *576 + schema: *577 examples: - default: &595 + default: &596 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -83284,8 +83302,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#get-a-label parameters: - - *378 - *379 + - *380 - name: name in: path required: true @@ -83296,9 +83314,9 @@ paths: description: Response content: application/json: - schema: *576 + schema: *577 examples: - default: *595 + default: *596 '404': *6 x-github: githubCloudOnly: false @@ -83315,8 +83333,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#update-a-label parameters: - - *378 - *379 + - *380 - name: name in: path required: true @@ -83355,7 +83373,7 @@ paths: description: Response content: application/json: - schema: *576 + schema: *577 examples: default: value: @@ -83381,8 +83399,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#delete-a-label parameters: - - *378 - *379 + - *380 - name: name in: path required: true @@ -83408,8 +83426,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-languages parameters: - - *378 - *379 + - *380 responses: '200': description: Response @@ -83445,8 +83463,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/lfs#enable-git-lfs-for-a-repository parameters: - - *378 - *379 + - *380 responses: '202': *39 '403': @@ -83474,8 +83492,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/lfs#disable-git-lfs-for-a-repository parameters: - - *378 - *379 + - *380 responses: '204': description: Response @@ -83501,9 +83519,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/licenses/licenses#get-the-license-for-a-repository parameters: - - *378 - *379 - - *474 + - *380 + - *475 responses: '200': description: Response @@ -83648,8 +83666,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: - - *378 - *379 + - *380 requestBody: required: true content: @@ -83714,8 +83732,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#merge-a-branch parameters: - - *378 - *379 + - *380 requestBody: required: true content: @@ -83749,9 +83767,9 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *499 + schema: *500 examples: - default: *596 + default: *597 '204': description: Response when already merged '404': @@ -83776,8 +83794,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#list-milestones parameters: - - *378 - *379 + - *380 - name: state description: The state of the milestone. Either `open`, `closed`, or `all`. in: query @@ -83818,12 +83836,12 @@ paths: application/json: schema: type: array - items: &597 + items: &598 title: Milestone description: A collection of related issues and pull requests. type: object - properties: *503 - required: *504 + properties: *504 + required: *505 examples: default: value: @@ -83879,8 +83897,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#create-a-milestone parameters: - - *378 - *379 + - *380 requestBody: required: true content: @@ -83920,9 +83938,9 @@ paths: description: Response content: application/json: - schema: *597 + schema: *598 examples: - default: &598 + default: &599 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -83981,9 +83999,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#get-a-milestone parameters: - - *378 - *379 - - &599 + - *380 + - &600 name: milestone_number description: The number that identifies the milestone. in: path @@ -83995,9 +84013,9 @@ paths: description: Response content: application/json: - schema: *597 + schema: *598 examples: - default: *598 + default: *599 '404': *6 x-github: githubCloudOnly: false @@ -84014,9 +84032,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#update-a-milestone parameters: - - *378 - *379 - - *599 + - *380 + - *600 requestBody: required: false content: @@ -84054,9 +84072,9 @@ paths: description: Response content: application/json: - schema: *597 + schema: *598 examples: - default: *598 + default: *599 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84072,9 +84090,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#delete-a-milestone parameters: - - *378 - *379 - - *599 + - *380 + - *600 responses: '204': description: Response @@ -84095,9 +84113,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-issues-in-a-milestone parameters: - - *378 - *379 - - *599 + - *380 + - *600 - *17 - *19 responses: @@ -84107,9 +84125,9 @@ paths: application/json: schema: type: array - items: *576 + items: *577 examples: - default: *577 + default: *578 headers: Link: *40 x-github: @@ -84128,12 +84146,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#list-repository-notifications-for-the-authenticated-user parameters: - - *378 - *379 - - *600 + - *380 - *601 - - *145 - *602 + - *145 + - *603 - *17 - *19 responses: @@ -84145,7 +84163,7 @@ paths: type: array items: *168 examples: - default: *603 + default: *604 headers: Link: *40 x-github: @@ -84169,8 +84187,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#mark-repository-notifications-as-read parameters: - - *378 - *379 + - *380 requestBody: required: false content: @@ -84228,14 +84246,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-a-apiname-pages-site parameters: - - *378 - *379 + - *380 responses: '200': description: Response content: application/json: - schema: &604 + schema: &605 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -84360,7 +84378,7 @@ paths: - custom_404 - public examples: - default: &605 + default: &606 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -84401,8 +84419,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#create-a-apiname-pages-site parameters: - - *378 - *379 + - *380 requestBody: required: true content: @@ -84456,9 +84474,9 @@ paths: description: Response content: application/json: - schema: *604 + schema: *605 examples: - default: *605 + default: *606 '422': *15 '409': *96 x-github: @@ -84481,8 +84499,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: - - *378 - *379 + - *380 requestBody: required: true content: @@ -84589,8 +84607,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#delete-a-apiname-pages-site parameters: - - *378 - *379 + - *380 responses: '204': description: Response @@ -84616,8 +84634,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#list-apiname-pages-builds parameters: - - *378 - *379 + - *380 - *17 - *19 responses: @@ -84627,7 +84645,7 @@ paths: application/json: schema: type: array - items: &606 + items: &607 title: Page Build description: Page Build type: object @@ -84721,8 +84739,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#request-a-apiname-pages-build parameters: - - *378 - *379 + - *380 responses: '201': description: Response @@ -84767,16 +84785,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-latest-pages-build parameters: - - *378 - *379 + - *380 responses: '200': description: Response content: application/json: - schema: *606 + schema: *607 examples: - default: &607 + default: &608 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -84824,8 +84842,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-apiname-pages-build parameters: - - *378 - *379 + - *380 - name: build_id in: path required: true @@ -84836,9 +84854,9 @@ paths: description: Response content: application/json: - schema: *606 + schema: *607 examples: - default: *607 + default: *608 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84858,8 +84876,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#create-a-github-pages-deployment parameters: - - *378 - *379 + - *380 requestBody: required: true content: @@ -84964,9 +84982,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-the-status-of-a-github-pages-deployment parameters: - - *378 - *379 - - &608 + - *380 + - &609 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -85024,9 +85042,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#cancel-a-github-pages-deployment parameters: - - *378 - *379 - - *608 + - *380 + - *609 responses: '204': *120 '404': *6 @@ -85053,8 +85071,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: - - *378 - *379 + - *380 responses: '200': description: Response @@ -85312,8 +85330,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: - - *378 - *379 + - *380 responses: '200': description: Private vulnerability reporting status @@ -85350,8 +85368,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-private-vulnerability-reporting-for-a-repository parameters: - - *378 - *379 + - *380 responses: '204': *120 '422': *14 @@ -85372,8 +85390,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-private-vulnerability-reporting-for-a-repository parameters: - - *378 - *379 + - *380 responses: '204': *120 '422': *14 @@ -85396,8 +85414,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#list-repository-projects parameters: - - *378 - *379 + - *380 - name: state description: Indicates the state of the projects to return. in: query @@ -85458,7 +85476,7 @@ paths: '401': *25 '403': *29 '404': *6 - '410': *389 + '410': *390 '422': *7 x-github: githubCloudOnly: false @@ -85481,8 +85499,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#create-a-repository-project parameters: - - *378 - *379 + - *380 requestBody: required: true content: @@ -85510,11 +85528,11 @@ paths: application/json: schema: *323 examples: - default: *388 + default: *389 '401': *25 '403': *29 '404': *6 - '410': *389 + '410': *390 '422': *7 x-github: githubCloudOnly: false @@ -85537,8 +85555,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: - - *378 - *379 + - *380 responses: '200': description: Response @@ -85577,8 +85595,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: - - *378 - *379 + - *380 requestBody: required: true content: @@ -85640,8 +85658,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-pull-requests parameters: - - *378 - *379 + - *380 - name: state description: Either `open`, `closed`, or `all` to filter by state. in: query @@ -85701,9 +85719,9 @@ paths: application/json: schema: type: array - items: *609 + items: *610 examples: - default: *610 + default: *611 headers: Link: *40 '304': *37 @@ -85735,8 +85753,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#create-a-pull-request parameters: - - *378 - *379 + - *380 requestBody: required: true content: @@ -85801,7 +85819,7 @@ paths: description: Response content: application/json: - schema: &614 + schema: &615 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -85912,8 +85930,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *503 - required: *504 + properties: *504 + required: *505 nullable: true active_lock_reason: type: string @@ -85958,7 +85976,7 @@ paths: nullable: true requested_teams: type: array - items: *345 + items: *346 nullable: true head: type: object @@ -85997,14 +86015,14 @@ paths: _links: type: object properties: - comments: *505 - commits: *505 - statuses: *505 - html: *505 - issue: *505 - review_comments: *505 - review_comment: *505 - self: *505 + comments: *506 + commits: *506 + statuses: *506 + html: *506 + issue: *506 + review_comments: *506 + review_comment: *506 + self: *506 required: - comments - commits @@ -86015,7 +86033,7 @@ paths: - review_comment - self author_association: *142 - auto_merge: *611 + auto_merge: *612 draft: description: Indicates whether or not the pull request is a draft. example: false @@ -86107,7 +86125,7 @@ paths: - merged_by - review_comments examples: - default: &615 + default: &616 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -86634,8 +86652,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#list-review-comments-in-a-repository parameters: - - *378 - *379 + - *380 - name: sort in: query required: false @@ -86664,9 +86682,9 @@ paths: application/json: schema: type: array - items: *612 + items: *613 examples: - default: &617 + default: &618 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -86743,17 +86761,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: - - *378 - *379 + - *380 - *154 responses: '200': description: Response content: application/json: - schema: *612 + schema: *613 examples: - default: &613 + default: &614 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -86828,8 +86846,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#update-a-review-comment-for-a-pull-request parameters: - - *378 - *379 + - *380 - *154 requestBody: required: true @@ -86852,9 +86870,9 @@ paths: description: Response content: application/json: - schema: *612 + schema: *613 examples: - default: *613 + default: *614 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86870,8 +86888,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#delete-a-review-comment-for-a-pull-request parameters: - - *378 - *379 + - *380 - *154 responses: '204': @@ -86893,8 +86911,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-pull-request-review-comment parameters: - - *378 - *379 + - *380 - *154 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -86921,9 +86939,9 @@ paths: application/json: schema: type: array - items: *367 + items: *368 examples: - default: *369 + default: *370 headers: Link: *40 '404': *6 @@ -86944,8 +86962,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-pull-request-review-comment parameters: - - *378 - *379 + - *380 - *154 requestBody: required: true @@ -86978,16 +86996,16 @@ paths: description: Reaction exists content: application/json: - schema: *367 + schema: *368 examples: - default: *368 + default: *369 '201': description: Reaction created content: application/json: - schema: *367 + schema: *368 examples: - default: *368 + default: *369 '422': *15 x-github: githubCloudOnly: false @@ -87009,10 +87027,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-pull-request-comment-reaction parameters: - - *378 - *379 + - *380 - *154 - - *370 + - *371 responses: '204': description: Response @@ -87055,9 +87073,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#get-a-pull-request parameters: - - *378 - *379 - - &616 + - *380 + - &617 name: pull_number description: The number that identifies the pull request. in: path @@ -87070,9 +87088,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *614 + schema: *615 examples: - default: *615 + default: *616 '304': *37 '404': *6 '406': @@ -87107,9 +87125,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#update-a-pull-request parameters: - - *378 - *379 - - *616 + - *380 + - *617 requestBody: required: false content: @@ -87151,9 +87169,9 @@ paths: description: Response content: application/json: - schema: *614 + schema: *615 examples: - default: *615 + default: *616 '422': *15 '403': *29 x-github: @@ -87175,9 +87193,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: - - *378 - *379 - - *616 + - *380 + - *617 requestBody: required: true content: @@ -87239,7 +87257,7 @@ paths: application/json: schema: *295 examples: - default: *488 + default: *489 '202': description: Response when the codespace creation partially failed but is being retried in the background @@ -87247,7 +87265,7 @@ paths: application/json: schema: *295 examples: - default: *488 + default: *489 '401': *25 '403': *29 '404': *6 @@ -87277,9 +87295,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#list-review-comments-on-a-pull-request parameters: - - *378 - *379 - - *616 + - *380 + - *617 - *165 - name: direction description: The direction to sort results. Ignored without `sort` parameter. @@ -87300,9 +87318,9 @@ paths: application/json: schema: type: array - items: *612 + items: *613 examples: - default: *617 + default: *618 headers: Link: *40 x-github: @@ -87335,9 +87353,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: - - *378 - *379 - - *616 + - *380 + - *617 requestBody: required: true content: @@ -87442,7 +87460,7 @@ paths: description: Response content: application/json: - schema: *612 + schema: *613 examples: example-for-a-multi-line-comment: value: @@ -87530,9 +87548,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#create-a-reply-for-a-review-comment parameters: - - *378 - *379 - - *616 + - *380 + - *617 - *154 requestBody: required: true @@ -87555,7 +87573,7 @@ paths: description: Response content: application/json: - schema: *612 + schema: *613 examples: default: value: @@ -87641,9 +87659,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-commits-on-a-pull-request parameters: - - *378 - *379 - - *616 + - *380 + - *617 - *17 - *19 responses: @@ -87653,9 +87671,9 @@ paths: application/json: schema: type: array - items: *499 + items: *500 examples: - default: *618 + default: *619 headers: Link: *40 x-github: @@ -87685,9 +87703,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-pull-requests-files parameters: - - *378 - *379 - - *616 + - *380 + - *617 - *17 - *19 responses: @@ -87697,7 +87715,7 @@ paths: application/json: schema: type: array - items: *514 + items: *515 examples: default: value: @@ -87735,9 +87753,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: - - *378 - *379 - - *616 + - *380 + - *617 responses: '204': description: Response if pull request has been merged @@ -87760,9 +87778,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#merge-a-pull-request parameters: - - *378 - *379 - - *616 + - *380 + - *617 requestBody: required: false content: @@ -87873,9 +87891,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: - - *378 - *379 - - *616 + - *380 + - *617 responses: '200': description: Response @@ -87950,9 +87968,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: - - *378 - *379 - - *616 + - *380 + - *617 requestBody: required: false content: @@ -87989,7 +88007,7 @@ paths: description: Response content: application/json: - schema: *609 + schema: *610 examples: default: value: @@ -88525,9 +88543,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: - - *378 - *379 - - *616 + - *380 + - *617 requestBody: required: true content: @@ -88561,7 +88579,7 @@ paths: description: Response content: application/json: - schema: *609 + schema: *610 examples: default: value: @@ -89066,9 +89084,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#list-reviews-for-a-pull-request parameters: - - *378 - *379 - - *616 + - *380 + - *617 - *17 - *19 responses: @@ -89078,7 +89096,7 @@ paths: application/json: schema: type: array - items: &619 + items: &620 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -89229,9 +89247,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: - - *378 - *379 - - *616 + - *380 + - *617 requestBody: required: false content: @@ -89317,9 +89335,9 @@ paths: description: Response content: application/json: - schema: *619 + schema: *620 examples: - default: &621 + default: &622 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -89382,10 +89400,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: - - *378 - *379 - - *616 - - &620 + - *380 + - *617 + - &621 name: review_id description: The unique identifier of the review. in: path @@ -89397,9 +89415,9 @@ paths: description: Response content: application/json: - schema: *619 + schema: *620 examples: - default: &622 + default: &623 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -89458,10 +89476,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: - - *378 - *379 - - *616 - - *620 + - *380 + - *617 + - *621 requestBody: required: true content: @@ -89484,7 +89502,7 @@ paths: description: Response content: application/json: - schema: *619 + schema: *620 examples: default: value: @@ -89546,18 +89564,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: - - *378 - *379 - - *616 - - *620 + - *380 + - *617 + - *621 responses: '200': description: Response content: application/json: - schema: *619 + schema: *620 examples: - default: *621 + default: *622 '422': *7 '404': *6 x-github: @@ -89584,10 +89602,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: - - *378 - *379 - - *616 - - *620 + - *380 + - *617 + - *621 - *17 - *19 responses: @@ -89670,9 +89688,9 @@ paths: _links: type: object properties: - self: *505 - html: *505 - pull_request: *505 + self: *506 + html: *506 + pull_request: *506 required: - self - html @@ -89815,10 +89833,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: - - *378 - *379 - - *616 - - *620 + - *380 + - *617 + - *621 requestBody: required: true content: @@ -89846,7 +89864,7 @@ paths: description: Response content: application/json: - schema: *619 + schema: *620 examples: default: value: @@ -89909,10 +89927,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: - - *378 - *379 - - *616 - - *620 + - *380 + - *617 + - *621 requestBody: required: true content: @@ -89947,9 +89965,9 @@ paths: description: Response content: application/json: - schema: *619 + schema: *620 examples: - default: *622 + default: *623 '404': *6 '422': *7 '403': *29 @@ -89971,9 +89989,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#update-a-pull-request-branch parameters: - - *378 - *379 - - *616 + - *380 + - *617 requestBody: required: false content: @@ -90036,8 +90054,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-a-repository-readme parameters: - - *378 - *379 + - *380 - name: ref description: 'The name of the commit/branch/tag. Default: the repository’s default branch.' @@ -90050,9 +90068,9 @@ paths: description: Response content: application/json: - schema: *623 + schema: *624 examples: - default: &624 + default: &625 value: type: file encoding: base64 @@ -90094,8 +90112,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: - - *378 - *379 + - *380 - name: dir description: The alternate path to look for a README file in: path @@ -90115,9 +90133,9 @@ paths: description: Response content: application/json: - schema: *623 + schema: *624 examples: - default: *624 + default: *625 '404': *6 '422': *15 x-github: @@ -90139,8 +90157,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#list-releases parameters: - - *378 - *379 + - *380 - *17 - *19 responses: @@ -90150,7 +90168,7 @@ paths: application/json: schema: type: array - items: &625 + items: &626 title: Release description: A release. type: object @@ -90213,7 +90231,7 @@ paths: author: *4 assets: type: array - items: &626 + items: &627 title: Release Asset description: Data related to a release. type: object @@ -90394,8 +90412,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#create-a-release parameters: - - *378 - *379 + - *380 requestBody: required: true content: @@ -90471,9 +90489,9 @@ paths: description: Response content: application/json: - schema: *625 + schema: *626 examples: - default: &629 + default: &630 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -90576,9 +90594,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#get-a-release-asset parameters: - - *378 - *379 - - &627 + - *380 + - &628 name: asset_id description: The unique identifier of the asset. in: path @@ -90590,9 +90608,9 @@ paths: description: Response content: application/json: - schema: *626 + schema: *627 examples: - default: &628 + default: &629 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 @@ -90626,7 +90644,7 @@ paths: type: User site_admin: false '404': *6 - '302': *516 + '302': *517 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90642,9 +90660,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#update-a-release-asset parameters: - - *378 - *379 - - *627 + - *380 + - *628 requestBody: required: false content: @@ -90672,9 +90690,9 @@ paths: description: Response content: application/json: - schema: *626 + schema: *627 examples: - default: *628 + default: *629 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90690,9 +90708,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#delete-a-release-asset parameters: - - *378 - *379 - - *627 + - *380 + - *628 responses: '204': description: Response @@ -90716,8 +90734,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: - - *378 - *379 + - *380 requestBody: required: true content: @@ -90802,16 +90820,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-the-latest-release parameters: - - *378 - *379 + - *380 responses: '200': description: Response content: application/json: - schema: *625 + schema: *626 examples: - default: *629 + default: *630 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90828,8 +90846,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-a-release-by-tag-name parameters: - - *378 - *379 + - *380 - name: tag description: tag parameter in: path @@ -90842,9 +90860,9 @@ paths: description: Response content: application/json: - schema: *625 + schema: *626 examples: - default: *629 + default: *630 '404': *6 x-github: githubCloudOnly: false @@ -90866,9 +90884,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-a-release parameters: - - *378 - *379 - - &630 + - *380 + - &631 name: release_id description: The unique identifier of the release. in: path @@ -90882,9 +90900,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: *625 + schema: *626 examples: - default: *629 + default: *630 '401': description: Unauthorized x-github: @@ -90902,9 +90920,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#update-a-release parameters: - - *378 - *379 - - *630 + - *380 + - *631 requestBody: required: false content: @@ -90968,9 +90986,9 @@ paths: description: Response content: application/json: - schema: *625 + schema: *626 examples: - default: *629 + default: *630 '404': description: Not Found if the discussion category name is invalid content: @@ -90991,9 +91009,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#delete-a-release parameters: - - *378 - *379 - - *630 + - *380 + - *631 responses: '204': description: Response @@ -91013,9 +91031,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#list-release-assets parameters: - - *378 - *379 - - *630 + - *380 + - *631 - *17 - *19 responses: @@ -91025,7 +91043,7 @@ paths: application/json: schema: type: array - items: *626 + items: *627 examples: default: value: @@ -91106,9 +91124,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: - - *378 - *379 - - *630 + - *380 + - *631 - name: name in: query required: true @@ -91134,7 +91152,7 @@ paths: description: Response for successful upload content: application/json: - schema: *626 + schema: *627 examples: response-for-successful-upload: value: @@ -91188,9 +91206,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-release parameters: - - *378 - *379 - - *630 + - *380 + - *631 - 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. @@ -91214,9 +91232,9 @@ paths: application/json: schema: type: array - items: *367 + items: *368 examples: - default: *369 + default: *370 headers: Link: *40 '404': *6 @@ -91237,9 +91255,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-release parameters: - - *378 - *379 - - *630 + - *380 + - *631 requestBody: required: true content: @@ -91269,16 +91287,16 @@ paths: description: Reaction exists content: application/json: - schema: *367 + schema: *368 examples: - default: *368 + default: *369 '201': description: Reaction created content: application/json: - schema: *367 + schema: *368 examples: - default: *368 + default: *369 '422': *15 x-github: githubCloudOnly: false @@ -91300,10 +91318,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-release-reaction parameters: - - *378 - *379 - - *630 - - *370 + - *380 + - *631 + - *371 responses: '204': description: Response @@ -91327,9 +91345,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-rules-for-a-branch parameters: - - *378 - *379 - - *437 + - *380 + - *438 - *17 - *19 responses: @@ -91345,8 +91363,8 @@ paths: description: A repository rule with ruleset details. oneOf: - allOf: - - *631 - - &633 + - *632 + - &634 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -91366,65 +91384,65 @@ paths: type: integer description: The ID of the ruleset that includes this rule. - allOf: - - *632 - *633 - - allOf: - *634 - - *633 - allOf: - *635 - - *633 + - *634 - allOf: - *636 - - *633 + - *634 - allOf: - *637 - - *633 + - *634 - allOf: - *638 - - *633 + - *634 - allOf: - *639 - - *633 + - *634 - allOf: - *640 - - *633 + - *634 - allOf: - *641 - - *633 + - *634 - allOf: - *642 - - *633 + - *634 - allOf: - *643 - - *633 + - *634 - allOf: - *644 - - *633 + - *634 - allOf: - *645 - - *633 + - *634 - allOf: - *646 - - *633 + - *634 - allOf: - *647 - - *633 + - *634 - allOf: - *648 - - *633 + - *634 - allOf: - *649 - - *633 + - *634 - allOf: - *650 - - *633 + - *634 - allOf: - *651 - - *633 + - *634 - allOf: - *652 - - *633 + - *634 + - allOf: + - *653 + - *634 examples: default: value: @@ -91463,8 +91481,8 @@ paths: category: repos subcategory: rules parameters: - - *378 - *379 + - *380 - *17 - *19 - name: includes_parents @@ -91475,7 +91493,7 @@ paths: schema: type: boolean default: true - - *653 + - *654 responses: '200': description: Response @@ -91530,8 +91548,8 @@ paths: category: repos subcategory: rules parameters: - - *378 - *379 + - *380 requestBody: description: Request body required: true @@ -91593,7 +91611,7 @@ paths: application/json: schema: *130 examples: - default: &662 + default: &663 value: id: 42 name: super cool ruleset @@ -91640,12 +91658,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rule-suites#list-repository-rule-suites parameters: - - *378 - *379 - - *654 - - *223 + - *380 - *655 + - *223 - *656 + - *657 - *17 - *19 responses: @@ -91653,9 +91671,9 @@ paths: description: Response content: application/json: - schema: *657 + schema: *658 examples: - default: *658 + default: *659 '404': *6 '500': *85 x-github: @@ -91676,17 +91694,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rule-suites#get-a-repository-rule-suite parameters: - - *378 - *379 - - *659 + - *380 + - *660 responses: '200': description: Response content: application/json: - schema: *660 + schema: *661 examples: - default: *661 + default: *662 '404': *6 '500': *85 x-github: @@ -91714,8 +91732,8 @@ paths: category: repos subcategory: rules parameters: - - *378 - *379 + - *380 - name: ruleset_id description: The ID of the ruleset. in: path @@ -91737,7 +91755,7 @@ paths: application/json: schema: *130 examples: - default: *662 + default: *663 '404': *6 '500': *85 put: @@ -91755,8 +91773,8 @@ paths: category: repos subcategory: rules parameters: - - *378 - *379 + - *380 - name: ruleset_id description: The ID of the ruleset. in: path @@ -91820,7 +91838,7 @@ paths: application/json: schema: *130 examples: - default: *662 + default: *663 '404': *6 '500': *85 delete: @@ -91838,8 +91856,8 @@ paths: category: repos subcategory: rules parameters: - - *378 - *379 + - *380 - name: ruleset_id description: The ID of the ruleset. in: path @@ -91862,8 +91880,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-repository-ruleset-history parameters: - - *378 - *379 + - *380 - *17 - *19 - name: ruleset_id @@ -91900,8 +91918,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-repository-ruleset-version parameters: - - *378 - *379 + - *380 - name: ruleset_id description: The ID of the ruleset. in: path @@ -91974,8 +91992,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: - - *378 - *379 + - *380 - *335 - *336 - *337 @@ -91983,11 +92001,12 @@ paths: - *88 - *19 - *17 - - *663 - *664 + - *665 - *339 - *340 - *341 + - *342 responses: '200': description: Response @@ -91995,7 +92014,7 @@ paths: application/json: schema: type: array - items: &667 + items: &668 type: object properties: number: *100 @@ -92014,8 +92033,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *665 - resolution: *666 + state: *666 + resolution: *667 resolved_at: type: string format: date-time @@ -92233,15 +92252,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#get-a-secret-scanning-alert parameters: - - *378 - *379 - - *468 + - *380 + - *469 + - *342 responses: '200': description: Response content: application/json: - schema: *667 + schema: *668 examples: default: value: @@ -92293,9 +92313,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: - - *378 - *379 - - *468 + - *380 + - *469 requestBody: required: true content: @@ -92303,8 +92323,8 @@ paths: schema: type: object properties: - state: *665 - resolution: *666 + state: *666 + resolution: *667 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -92322,7 +92342,7 @@ paths: description: Response content: application/json: - schema: *667 + schema: *668 examples: default: value: @@ -92397,9 +92417,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: - - *378 - *379 - - *468 + - *380 + - *469 - *19 - *17 responses: @@ -92410,7 +92430,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &827 + items: &828 type: object properties: type: @@ -92769,8 +92789,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: - - *378 - *379 + - *380 requestBody: required: true content: @@ -92778,14 +92798,14 @@ paths: schema: type: object properties: - reason: &669 + reason: &670 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *668 + placeholder_id: *669 required: - reason - placeholder_id @@ -92802,7 +92822,7 @@ paths: schema: type: object properties: - reason: *669 + reason: *670 expire_at: type: string format: date-time @@ -92845,8 +92865,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#get-secret-scanning-scan-history-for-a-repository parameters: - - *378 - *379 + - *380 responses: '404': description: Repository does not have GitHub Advanced Security or secret @@ -92861,7 +92881,7 @@ paths: properties: incremental_scans: type: array - items: &670 + items: &671 description: Information on a single scan performed by secret scanning on the repository type: object @@ -92887,15 +92907,15 @@ paths: nullable: true pattern_update_scans: type: array - items: *670 + items: *671 backfill_scans: type: array - items: *670 + items: *671 custom_pattern_backfill_scans: type: array items: allOf: - - *670 + - *671 - type: object properties: pattern_name: @@ -92965,8 +92985,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#list-repository-security-advisories parameters: - - *378 - *379 + - *380 - *88 - name: sort description: The property to sort the results by. @@ -93010,9 +93030,9 @@ paths: application/json: schema: type: array - items: *671 + items: *672 examples: - default: *672 + default: *673 '400': *14 '404': *6 x-github: @@ -93035,8 +93055,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: - - *378 - *379 + - *380 requestBody: required: true content: @@ -93109,7 +93129,7 @@ paths: login: type: string description: The username of the user credited. - type: *344 + type: *345 required: - login - type @@ -93196,9 +93216,9 @@ paths: description: Response content: application/json: - schema: *671 + schema: *672 examples: - default: &674 + default: &675 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -93431,8 +93451,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: - - *378 - *379 + - *380 requestBody: required: true content: @@ -93536,7 +93556,7 @@ paths: description: Response content: application/json: - schema: *671 + schema: *672 examples: default: value: @@ -93683,17 +93703,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: - - *378 - *379 - - *673 + - *380 + - *674 responses: '200': description: Response content: application/json: - schema: *671 + schema: *672 examples: - default: *674 + default: *675 '403': *29 '404': *6 x-github: @@ -93717,9 +93737,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: - - *378 - *379 - - *673 + - *380 + - *674 requestBody: required: true content: @@ -93792,7 +93812,7 @@ paths: login: type: string description: The username of the user credited. - type: *344 + type: *345 required: - login - type @@ -93878,10 +93898,10 @@ paths: description: Response content: application/json: - schema: *671 + schema: *672 examples: - default: *674 - add_credit: *674 + default: *675 + add_credit: *675 '403': *29 '404': *6 '422': @@ -93919,9 +93939,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#request-a-cve-for-a-repository-security-advisory parameters: - - *378 - *379 - - *673 + - *380 + - *674 responses: '202': *39 '400': *14 @@ -93948,17 +93968,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: - - *378 - *379 - - *673 + - *380 + - *674 responses: '202': description: Response content: application/json: - schema: *391 + schema: *392 examples: - default: *393 + default: *394 '400': *14 '422': *15 '403': *29 @@ -93984,8 +94004,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-stargazers parameters: - - *378 - *379 + - *380 - *17 - *19 responses: @@ -94084,8 +94104,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-weekly-commit-activity parameters: - - *378 - *379 + - *380 responses: '200': description: Returns a weekly aggregate of the number of additions and deletions @@ -94094,7 +94114,7 @@ paths: application/json: schema: type: array - items: &675 + items: &676 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -94127,8 +94147,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: - - *378 - *379 + - *380 responses: '200': description: Response @@ -94204,8 +94224,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-all-contributor-commit-activity parameters: - - *378 - *379 + - *380 responses: '200': description: Response @@ -94301,8 +94321,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-weekly-commit-count parameters: - - *378 - *379 + - *380 responses: '200': description: The array order is oldest week (index 0) to most recent week. @@ -94456,8 +94476,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: - - *378 - *379 + - *380 responses: '200': description: For example, `[2, 14, 25]` indicates that there were 25 total @@ -94467,7 +94487,7 @@ paths: application/json: schema: type: array - items: *675 + items: *676 examples: default: value: @@ -94500,8 +94520,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#create-a-commit-status parameters: - - *378 - *379 + - *380 - name: sha in: path required: true @@ -94555,7 +94575,7 @@ paths: description: Response content: application/json: - schema: *676 + schema: *677 examples: default: value: @@ -94609,8 +94629,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#list-watchers parameters: - - *378 - *379 + - *380 - *17 - *19 responses: @@ -94642,14 +94662,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#get-a-repository-subscription parameters: - - *378 - *379 + - *380 responses: '200': description: if you subscribe to the repository content: application/json: - schema: &677 + schema: &678 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -94717,8 +94737,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#set-a-repository-subscription parameters: - - *378 - *379 + - *380 requestBody: required: false content: @@ -94744,7 +94764,7 @@ paths: description: Response content: application/json: - schema: *677 + schema: *678 examples: default: value: @@ -94771,8 +94791,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#delete-a-repository-subscription parameters: - - *378 - *379 + - *380 responses: '204': description: Response @@ -94792,8 +94812,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-tags parameters: - - *378 - *379 + - *380 - *17 - *19 responses: @@ -94872,8 +94892,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/tags#closing-down---list-tag-protection-states-for-a-repository parameters: - - *378 - *379 + - *380 responses: '200': description: Response @@ -94881,7 +94901,7 @@ paths: application/json: schema: type: array - items: &678 + items: &679 title: Tag protection description: Tag protection type: object @@ -94933,8 +94953,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/tags#closing-down---create-a-tag-protection-state-for-a-repository parameters: - - *378 - *379 + - *380 requestBody: required: true content: @@ -94957,7 +94977,7 @@ paths: description: Response content: application/json: - schema: *678 + schema: *679 examples: default: value: @@ -94988,8 +95008,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/tags#closing-down---delete-a-tag-protection-state-for-a-repository parameters: - - *378 - *379 + - *380 - name: tag_protection_id description: The unique identifier of the tag protection. in: path @@ -95026,8 +95046,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#download-a-repository-archive-tar operationId: repos/download-tarball-archive parameters: - - *378 - *379 + - *380 - name: ref in: path required: true @@ -95063,8 +95083,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-teams parameters: - - *378 - *379 + - *380 - *17 - *19 responses: @@ -95096,8 +95116,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-all-repository-topics parameters: - - *378 - *379 + - *380 - *19 - *17 responses: @@ -95105,7 +95125,7 @@ paths: description: Response content: application/json: - schema: &679 + schema: &680 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -95117,7 +95137,7 @@ paths: required: - names examples: - default: &680 + default: &681 value: names: - octocat @@ -95140,8 +95160,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#replace-all-repository-topics parameters: - - *378 - *379 + - *380 requestBody: required: true content: @@ -95172,9 +95192,9 @@ paths: description: Response content: application/json: - schema: *679 + schema: *680 examples: - default: *680 + default: *681 '404': *6 '422': *7 x-github: @@ -95195,9 +95215,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-repository-clones parameters: - - *378 - *379 - - &681 + - *380 + - &682 name: per description: The time frame to display results for. in: query @@ -95226,7 +95246,7 @@ paths: example: 128 clones: type: array - items: &682 + items: &683 title: Traffic type: object properties: @@ -95313,8 +95333,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-top-referral-paths parameters: - - *378 - *379 + - *380 responses: '200': description: Response @@ -95404,8 +95424,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-top-referral-sources parameters: - - *378 - *379 + - *380 responses: '200': description: Response @@ -95465,9 +95485,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-page-views parameters: - - *378 - *379 - - *681 + - *380 + - *682 responses: '200': description: Response @@ -95486,7 +95506,7 @@ paths: example: 3782 views: type: array - items: *682 + items: *683 required: - uniques - count @@ -95563,8 +95583,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#transfer-a-repository parameters: - - *378 - *379 + - *380 requestBody: required: true content: @@ -95838,8 +95858,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: - - *378 - *379 + - *380 responses: '204': description: Response if repository is enabled with vulnerability alerts @@ -95862,8 +95882,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-vulnerability-alerts parameters: - - *378 - *379 + - *380 responses: '204': description: Response @@ -95885,8 +95905,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-vulnerability-alerts parameters: - - *378 - *379 + - *380 responses: '204': description: Response @@ -95912,8 +95932,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#download-a-repository-archive-zip operationId: repos/download-zipball-archive parameters: - - *378 - *379 + - *380 - name: ref in: path required: true @@ -96005,9 +96025,9 @@ paths: description: Response content: application/json: - schema: *391 + schema: *392 examples: - default: *393 + default: *394 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -96158,7 +96178,7 @@ paths: value: Engineering externalId: value: 8aa1a0c0-c4c3-4bc0-b4a5-2ef676900159 - - &690 + - &691 name: excludedAttributes description: Excludes the specified attribute from being returned in the results. Using this parameter can speed up response time. @@ -96167,7 +96187,7 @@ paths: schema: type: string example: members - - &695 + - &696 name: startIndex description: 'Used for pagination: the starting index of the first result to return when paginating through values.' @@ -96178,7 +96198,7 @@ paths: default: 1 format: int32 example: 1 - - &696 + - &697 name: count description: 'Used for pagination: the number of results to return per page.' in: query @@ -96220,7 +96240,7 @@ paths: Resources: type: array description: Information about each provisioned group. - items: &684 + items: &685 allOf: - type: object required: @@ -96295,7 +96315,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: &697 + meta: &698 type: object description: The metadata associated with the creation/updates to the user. @@ -96355,31 +96375,31 @@ paths: location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 startIndex: 1 itemsPerPage: 20 - '400': &685 + '400': &686 description: Bad request content: application/json: - schema: *683 + schema: *684 application/scim+json: - schema: *683 - '401': &686 + schema: *684 + '401': &687 description: Authorization failure - '403': &687 + '403': &688 description: Permission denied - '429': &688 + '429': &689 description: Too many requests content: application/json: - schema: *683 + schema: *684 application/scim+json: - schema: *683 - '500': &689 + schema: *684 + '500': &690 description: Internal server error content: application/json: - schema: *683 + schema: *684 application/scim+json: - schema: *683 + schema: *684 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -96403,7 +96423,7 @@ paths: required: true content: application/json: - schema: &693 + schema: &694 type: object required: - schemas @@ -96459,9 +96479,9 @@ paths: description: Group has been created content: application/scim+json: - schema: *684 + schema: *685 examples: - group: &691 + group: &692 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:Group @@ -96480,13 +96500,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': *685 - '401': *686 - '403': *687 - '409': &694 + '400': *686 + '401': *687 + '403': *688 + '409': &695 description: Duplicate record detected - '429': *688 - '500': *689 + '429': *689 + '500': *690 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -96503,7 +96523,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: - - &692 + - &693 name: scim_group_id description: A unique identifier of the SCIM group. in: path @@ -96511,22 +96531,22 @@ paths: schema: type: string example: 7fce0092-d52e-4f76-b727-3955bd72c939 - - *690 + - *691 - *41 responses: '200': description: Success, a group was found content: application/scim+json: - schema: *684 + schema: *685 examples: - default: *691 - '400': *685 - '401': *686 - '403': *687 + default: *692 + '400': *686 + '401': *687 + '403': *688 '404': *6 - '429': *688 - '500': *689 + '429': *689 + '500': *690 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -96545,13 +96565,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: - - *692 + - *693 - *41 requestBody: required: true content: application/json: - schema: *693 + schema: *694 examples: group: summary: Group @@ -96577,17 +96597,17 @@ paths: description: Group was updated content: application/scim+json: - schema: *684 + schema: *685 examples: - group: *691 - groupWithMembers: *691 - '400': *685 - '401': *686 - '403': *687 + group: *692 + groupWithMembers: *692 + '400': *686 + '401': *687 + '403': *688 '404': *6 - '409': *694 - '429': *688 - '500': *689 + '409': *695 + '429': *689 + '500': *690 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -96611,13 +96631,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: - - *692 + - *693 - *41 requestBody: required: true content: application/json: - schema: &704 + schema: &705 type: object required: - Operations @@ -96677,17 +96697,17 @@ paths: description: Success, group was updated content: application/scim+json: - schema: *684 + schema: *685 examples: - updateGroup: *691 - addMembers: *691 - '400': *685 - '401': *686 - '403': *687 + updateGroup: *692 + addMembers: *692 + '400': *686 + '401': *687 + '403': *688 '404': *6 - '409': *694 - '429': *688 - '500': *689 + '409': *695 + '429': *689 + '500': *690 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -96703,17 +96723,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: - - *692 + - *693 - *41 responses: '204': description: Group was deleted, no content - '400': *685 - '401': *686 - '403': *687 + '400': *686 + '401': *687 + '403': *688 '404': *6 - '429': *688 - '500': *689 + '429': *689 + '500': *690 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -96747,8 +96767,8 @@ paths: value: userName eq 'E012345' externalId: value: externalId eq 'E012345' - - *695 - *696 + - *697 - *41 responses: '200': @@ -96781,7 +96801,7 @@ paths: Resources: type: array description: Information about each provisioned account. - items: &699 + items: &700 allOf: - type: object required: @@ -96860,7 +96880,7 @@ paths: description: Whether this email address is the primary address. example: true - roles: &698 + roles: &699 type: array description: The roles assigned to the user. items: @@ -96916,7 +96936,7 @@ paths: type: string description: Provisioned SCIM groups that the user is a member of. - meta: *697 + meta: *698 startIndex: type: integer description: A starting index for the returned page @@ -96953,11 +96973,11 @@ paths: primary: false startIndex: 1 itemsPerPage: 20 - '400': *685 - '401': *686 - '403': *687 - '429': *688 - '500': *689 + '400': *686 + '401': *687 + '403': *688 + '429': *689 + '500': *690 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -96981,7 +97001,7 @@ paths: required: true content: application/json: - schema: &702 + schema: &703 type: object required: - schemas @@ -97063,9 +97083,9 @@ paths: type: boolean description: Whether this email address is the primary address. example: true - roles: *698 + roles: *699 examples: - user: &703 + user: &704 summary: User value: schemas: @@ -97112,9 +97132,9 @@ paths: description: User has been created content: application/scim+json: - schema: *699 + schema: *700 examples: - user: &700 + user: &701 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -97140,13 +97160,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: *700 - '400': *685 - '401': *686 - '403': *687 - '409': *694 - '429': *688 - '500': *689 + enterpriseOwner: *701 + '400': *686 + '401': *687 + '403': *688 + '409': *695 + '429': *689 + '500': *690 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -97163,7 +97183,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#get-scim-provisioning-information-for-an-enterprise-user parameters: - - &701 + - &702 name: scim_user_id description: The unique identifier of the SCIM user. in: path @@ -97176,15 +97196,15 @@ paths: description: Success, a user was found content: application/scim+json: - schema: *699 + schema: *700 examples: - default: *700 - '400': *685 - '401': *686 - '403': *687 + default: *701 + '400': *686 + '401': *687 + '403': *688 '404': *6 - '429': *688 - '500': *689 + '429': *689 + '500': *690 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -97206,30 +97226,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: - - *701 + - *702 - *41 requestBody: required: true content: application/json: - schema: *702 + schema: *703 examples: - user: *703 + user: *704 responses: '200': description: User was updated content: application/scim+json: - schema: *699 + schema: *700 examples: - user: *700 - '400': *685 - '401': *686 - '403': *687 + user: *701 + '400': *686 + '401': *687 + '403': *688 '404': *6 - '409': *694 - '429': *688 - '500': *689 + '409': *695 + '429': *689 + '500': *690 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -97264,13 +97284,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: - - *701 + - *702 - *41 requestBody: required: true content: application/json: - schema: *704 + schema: *705 examples: userMultiValuedProperties: summary: Multi Valued Property @@ -97310,18 +97330,18 @@ paths: description: Success, user was updated content: application/scim+json: - schema: *699 - examples: - userMultiValuedProperties: *700 - userSingleValuedProperties: *700 - disableUser: *700 - '400': *685 - '401': *686 - '403': *687 + schema: *700 + examples: + userMultiValuedProperties: *701 + userSingleValuedProperties: *701 + disableUser: *701 + '400': *686 + '401': *687 + '403': *688 '404': *6 - '409': *694 - '429': *688 - '500': *689 + '409': *695 + '429': *689 + '500': *690 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -97341,17 +97361,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: - - *701 + - *702 - *41 responses: '204': description: User was deleted, no content - '400': *685 - '401': *686 - '403': *687 + '400': *686 + '401': *687 + '403': *688 '404': *6 - '429': *688 - '500': *689 + '429': *689 + '500': *690 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -97438,7 +97458,7 @@ paths: example: 1 Resources: type: array - items: &705 + items: &706 title: SCIM /Users description: SCIM /Users provisioning endpoints type: object @@ -97669,22 +97689,22 @@ paths: lastModified: '2017-03-09T16:11:13-05:00' location: https://api.github.com/scim/v2/organizations/octo-org/Users/77563764-eb6-24-0598234-958243 '304': *37 - '404': &706 + '404': &707 description: Resource not found content: application/json: - schema: *683 + schema: *684 application/scim+json: - schema: *683 - '403': &707 + schema: *684 + '403': &708 description: Forbidden content: application/json: - schema: *683 + schema: *684 application/scim+json: - schema: *683 - '400': *685 - '429': *688 + schema: *684 + '400': *686 + '429': *689 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -97710,9 +97730,9 @@ paths: description: Response content: application/scim+json: - schema: *705 + schema: *706 examples: - default: &708 + default: &709 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -97735,17 +97755,17 @@ paths: lastModified: '2017-03-09T16:11:13-05:00' location: https://api.github.com/scim/v2/organizations/octo-org/Users/edefdfedf-050c-11e7-8d32 '304': *37 - '404': *706 - '403': *707 - '500': *689 + '404': *707 + '403': *708 + '500': *690 '409': description: Conflict content: application/json: - schema: *683 + schema: *684 application/scim+json: - schema: *683 - '400': *685 + schema: *684 + '400': *686 requestBody: required: true content: @@ -97843,17 +97863,17 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#get-scim-provisioning-information-for-a-user parameters: - *172 - - *701 + - *702 responses: '200': description: Response content: application/scim+json: - schema: *705 + schema: *706 examples: - default: *708 - '404': *706 - '403': *707 + default: *709 + '404': *707 + '403': *708 '304': *37 x-github: githubCloudOnly: true @@ -97877,18 +97897,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-a-provisioned-organization-membership parameters: - *172 - - *701 + - *702 responses: '200': description: Response content: application/scim+json: - schema: *705 + schema: *706 examples: - default: *708 + default: *709 '304': *37 - '404': *706 - '403': *707 + '404': *707 + '403': *708 requestBody: required: true content: @@ -98001,19 +98021,19 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-an-attribute-for-a-scim-user parameters: - *172 - - *701 + - *702 responses: '200': description: Response content: application/scim+json: - schema: *705 + schema: *706 examples: - default: *708 + default: *709 '304': *37 - '404': *706 - '403': *707 - '400': *685 + '404': *707 + '403': *708 + '400': *686 '429': description: Response content: @@ -98104,12 +98124,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#delete-a-scim-user-from-an-organization parameters: - *172 - - *701 + - *702 responses: '204': description: Response - '404': *706 - '403': *707 + '404': *707 + '403': *708 '304': *37 x-github: githubCloudOnly: true @@ -98242,7 +98262,7 @@ paths: example: - 73..77 - 77..78 - text_matches: &709 + text_matches: &710 title: Search Result Text Matches type: array items: @@ -98405,7 +98425,7 @@ paths: enum: - author-date - committer-date - - &710 + - &711 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 @@ -98476,7 +98496,7 @@ paths: description: Metaproperties for Git author/committer information. type: object - properties: *435 + properties: *436 nullable: true comment_count: type: integer @@ -98496,7 +98516,7 @@ paths: url: type: string format: uri - verification: *554 + verification: *555 required: - author - committer @@ -98515,7 +98535,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *435 + properties: *436 nullable: true parents: type: array @@ -98533,7 +98553,7 @@ paths: type: number node_id: type: string - text_matches: *709 + text_matches: *710 required: - sha - node_id @@ -98716,7 +98736,7 @@ paths: - interactions - created - updated - - *710 + - *711 - *17 - *19 - name: advanced_search @@ -98843,8 +98863,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *503 - required: *504 + properties: *504 + required: *505 nullable: true comments: type: integer @@ -98858,7 +98878,7 @@ paths: type: string format: date-time nullable: true - text_matches: *709 + text_matches: *710 pull_request: type: object properties: @@ -99086,7 +99106,7 @@ paths: enum: - created - updated - - *710 + - *711 - *17 - *19 responses: @@ -99130,7 +99150,7 @@ paths: nullable: true score: type: number - text_matches: *709 + text_matches: *710 required: - id - node_id @@ -99216,7 +99236,7 @@ paths: - forks - help-wanted-issues - updated - - *710 + - *711 - *17 - *19 responses: @@ -99455,7 +99475,7 @@ paths: - admin - pull - push - text_matches: *709 + text_matches: *710 temp_clone_token: type: string allow_merge_commit: @@ -99756,7 +99776,7 @@ paths: type: string format: uri nullable: true - text_matches: *709 + text_matches: *710 related: type: array nullable: true @@ -99949,7 +99969,7 @@ paths: - followers - repositories - joined - - *710 + - *711 - *17 - *19 responses: @@ -100053,7 +100073,7 @@ paths: hireable: type: boolean nullable: true - text_matches: *709 + text_matches: *710 blog: type: string nullable: true @@ -100132,7 +100152,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#get-a-team-legacy parameters: - - &711 + - &712 name: team_id description: The unique identifier of the team. in: path @@ -100144,9 +100164,9 @@ paths: description: Response content: application/json: - schema: *359 + schema: *360 examples: - default: *360 + default: *361 '404': *6 x-github: githubCloudOnly: false @@ -100173,7 +100193,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#update-a-team-legacy parameters: - - *711 + - *712 requestBody: required: true content: @@ -100236,16 +100256,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *359 + schema: *360 examples: - default: *360 + default: *361 '201': description: Response content: application/json: - schema: *359 + schema: *360 examples: - default: *360 + default: *361 '404': *6 '422': *15 '403': *29 @@ -100273,7 +100293,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#delete-a-team-legacy parameters: - - *711 + - *712 responses: '204': description: Response @@ -100304,7 +100324,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#list-discussions-legacy parameters: - - *711 + - *712 - *88 - *17 - *19 @@ -100315,9 +100335,9 @@ paths: application/json: schema: type: array - items: *361 + items: *362 examples: - default: *712 + default: *713 headers: Link: *40 x-github: @@ -100346,7 +100366,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#create-a-discussion-legacy parameters: - - *711 + - *712 requestBody: required: true content: @@ -100380,9 +100400,9 @@ paths: description: Response content: application/json: - schema: *361 + schema: *362 examples: - default: *362 + default: *363 x-github: triggersNotification: true githubCloudOnly: false @@ -100409,16 +100429,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#get-a-discussion-legacy parameters: - - *711 - - *363 + - *712 + - *364 responses: '200': description: Response content: application/json: - schema: *361 + schema: *362 examples: - default: *362 + default: *363 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100443,8 +100463,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#update-a-discussion-legacy parameters: - - *711 - - *363 + - *712 + - *364 requestBody: required: false content: @@ -100467,9 +100487,9 @@ paths: description: Response content: application/json: - schema: *361 + schema: *362 examples: - default: *713 + default: *714 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100494,8 +100514,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#delete-a-discussion-legacy parameters: - - *711 - - *363 + - *712 + - *364 responses: '204': description: Response @@ -100524,8 +100544,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#list-discussion-comments-legacy parameters: - - *711 - - *363 + - *712 + - *364 - *88 - *17 - *19 @@ -100536,9 +100556,9 @@ paths: application/json: schema: type: array - items: *364 + items: *365 examples: - default: *714 + default: *715 headers: Link: *40 x-github: @@ -100567,8 +100587,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#create-a-discussion-comment-legacy parameters: - - *711 - - *363 + - *712 + - *364 requestBody: required: true content: @@ -100590,9 +100610,9 @@ paths: description: Response content: application/json: - schema: *364 + schema: *365 examples: - default: *365 + default: *366 x-github: triggersNotification: true githubCloudOnly: false @@ -100619,17 +100639,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#get-a-discussion-comment-legacy parameters: - - *711 - - *363 - - *366 + - *712 + - *364 + - *367 responses: '200': description: Response content: application/json: - schema: *364 + schema: *365 examples: - default: *365 + default: *366 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100654,9 +100674,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#update-a-discussion-comment-legacy parameters: - - *711 - - *363 - - *366 + - *712 + - *364 + - *367 requestBody: required: true content: @@ -100678,9 +100698,9 @@ paths: description: Response content: application/json: - schema: *364 + schema: *365 examples: - default: *715 + default: *716 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100705,9 +100725,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#delete-a-discussion-comment-legacy parameters: - - *711 - - *363 - - *366 + - *712 + - *364 + - *367 responses: '204': description: Response @@ -100736,9 +100756,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-team-discussion-comment-legacy parameters: - - *711 - - *363 - - *366 + - *712 + - *364 + - *367 - 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 team discussion comment. @@ -100764,9 +100784,9 @@ paths: application/json: schema: type: array - items: *367 + items: *368 examples: - default: *369 + default: *370 headers: Link: *40 x-github: @@ -100795,9 +100815,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-team-discussion-comment-legacy parameters: - - *711 - - *363 - - *366 + - *712 + - *364 + - *367 requestBody: required: true content: @@ -100829,9 +100849,9 @@ paths: description: Response content: application/json: - schema: *367 + schema: *368 examples: - default: *368 + default: *369 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100857,8 +100877,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-team-discussion-legacy parameters: - - *711 - - *363 + - *712 + - *364 - 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 team discussion. @@ -100884,9 +100904,9 @@ paths: application/json: schema: type: array - items: *367 + items: *368 examples: - default: *369 + default: *370 headers: Link: *40 x-github: @@ -100915,8 +100935,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-team-discussion-legacy parameters: - - *711 - - *363 + - *712 + - *364 requestBody: required: true content: @@ -100948,9 +100968,9 @@ paths: description: Response content: application/json: - schema: *367 + schema: *368 examples: - default: *368 + default: *369 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -100974,7 +100994,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-pending-team-invitations-legacy parameters: - - *711 + - *712 - *17 - *19 responses: @@ -101012,7 +101032,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-team-members-legacy parameters: - - *711 + - *712 - name: role description: Filters members returned by their role in the team. in: query @@ -101063,7 +101083,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-member-legacy parameters: - - *711 + - *712 - *220 responses: '204': @@ -101100,7 +101120,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-team-member-legacy parameters: - - *711 + - *712 - *220 responses: '204': @@ -101140,7 +101160,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-member-legacy parameters: - - *711 + - *712 - *220 responses: '204': @@ -101177,16 +101197,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: - - *711 + - *712 - *220 responses: '200': description: Response content: application/json: - schema: *375 + schema: *376 examples: - response-if-user-is-a-team-maintainer: *716 + response-if-user-is-a-team-maintainer: *717 '404': *6 x-github: githubCloudOnly: false @@ -101219,7 +101239,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *711 + - *712 - *220 requestBody: required: false @@ -101245,9 +101265,9 @@ paths: description: Response content: application/json: - schema: *375 + schema: *376 examples: - response-if-users-membership-with-team-is-now-pending: *717 + response-if-users-membership-with-team-is-now-pending: *718 '403': description: Forbidden if team synchronization is set up '422': @@ -101281,7 +101301,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *711 + - *712 - *220 responses: '204': @@ -101310,7 +101330,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-projects-legacy parameters: - - *711 + - *712 - *17 - *19 responses: @@ -101320,9 +101340,9 @@ paths: application/json: schema: type: array - items: *376 + items: *377 examples: - default: *718 + default: *719 headers: Link: *40 '404': *6 @@ -101348,16 +101368,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#check-team-permissions-for-a-project-legacy parameters: - - *711 - - *377 + - *712 + - *378 responses: '200': description: Response content: application/json: - schema: *376 + schema: *377 examples: - default: *719 + default: *720 '404': description: Not Found if project is not managed by this team x-github: @@ -101381,8 +101401,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#add-or-update-team-project-permissions-legacy parameters: - - *711 - - *377 + - *712 + - *378 requestBody: required: false content: @@ -101449,8 +101469,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#remove-a-project-from-a-team-legacy parameters: - - *711 - - *377 + - *712 + - *378 responses: '204': description: Response @@ -101477,7 +101497,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-repositories-legacy parameters: - - *711 + - *712 - *17 - *19 responses: @@ -101519,15 +101539,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: - - *711 - - *378 + - *712 - *379 + - *380 responses: '200': description: Alternative response with extra repository information content: application/json: - schema: *720 + schema: *721 examples: alternative-response-with-extra-repository-information: value: @@ -101678,9 +101698,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: - - *711 - - *378 + - *712 - *379 + - *380 requestBody: required: false content: @@ -101730,9 +101750,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: - - *711 - - *378 + - *712 - *379 + - *380 responses: '204': description: Response @@ -101761,15 +101781,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: - - *711 + - *712 responses: '200': description: Response content: application/json: - schema: *380 + schema: *381 examples: - default: *381 + default: *382 '403': *29 '404': *6 x-github: @@ -101796,7 +101816,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: - - *711 + - *712 requestBody: required: true content: @@ -101853,7 +101873,7 @@ paths: description: Response content: application/json: - schema: *380 + schema: *381 examples: default: value: @@ -101884,7 +101904,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-child-teams-legacy parameters: - - *711 + - *712 - *17 - *19 responses: @@ -101896,7 +101916,7 @@ paths: type: array items: *229 examples: - response-if-child-teams-exist: *721 + response-if-child-teams-exist: *722 headers: Link: *40 '404': *6 @@ -101929,7 +101949,7 @@ paths: application/json: schema: oneOf: - - &723 + - &724 title: Private User description: Private User type: object @@ -102132,7 +102152,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *722 + - *723 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -102285,7 +102305,7 @@ paths: description: Response content: application/json: - schema: *723 + schema: *724 examples: default: value: @@ -102631,7 +102651,7 @@ paths: application/json: schema: *295 examples: - default: *488 + default: *489 '202': description: Response when the codespace creation partially failed but is being retried in the background @@ -102639,7 +102659,7 @@ paths: application/json: schema: *295 examples: - default: *488 + default: *489 '401': *25 '403': *29 '404': *6 @@ -102683,7 +102703,7 @@ paths: type: integer secrets: type: array - items: &724 + items: &725 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -102723,7 +102743,7 @@ paths: - visibility - selected_repositories_url examples: - default: *491 + default: *492 headers: Link: *40 x-github: @@ -102799,7 +102819,7 @@ paths: description: Response content: application/json: - schema: *724 + schema: *725 examples: default: value: @@ -102945,7 +102965,7 @@ paths: type: array items: *198 examples: - default: *725 + default: *726 '401': *25 '403': *29 '404': *6 @@ -103097,7 +103117,7 @@ paths: application/json: schema: *295 examples: - default: *488 + default: *489 '304': *37 '500': *85 '401': *25 @@ -103155,7 +103175,7 @@ paths: application/json: schema: *295 examples: - default: *488 + default: *489 '401': *25 '403': *29 '404': *6 @@ -103212,7 +103232,7 @@ paths: description: Response content: application/json: - schema: &726 + schema: &727 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -103253,7 +103273,7 @@ paths: description: Web url for the exported branch example: https://github.com/octocat/hello-world/tree/:branch examples: - default: &727 + default: &728 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -103298,9 +103318,9 @@ paths: description: Response content: application/json: - schema: *726 + schema: *727 examples: - default: *727 + default: *728 '404': *6 x-github: githubCloudOnly: false @@ -103337,9 +103357,9 @@ paths: type: integer machines: type: array - items: *728 + items: *729 examples: - default: *729 + default: *730 '304': *37 '500': *85 '401': *25 @@ -103418,13 +103438,13 @@ paths: nullable: true owner: *4 billable_owner: *4 - repository: *391 + repository: *392 machine: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *489 - required: *490 + properties: *490 + required: *491 nullable: true devcontainer_path: description: Path to devcontainer.json from repo root used to @@ -104206,7 +104226,7 @@ paths: application/json: schema: *295 examples: - default: *488 + default: *489 '304': *37 '500': *85 '400': *14 @@ -104246,7 +104266,7 @@ paths: application/json: schema: *295 examples: - default: *488 + default: *489 '500': *85 '401': *25 '403': *29 @@ -104278,7 +104298,7 @@ paths: type: array items: *307 examples: - default: &742 + default: &743 value: - id: 197 name: hello_docker @@ -104379,7 +104399,7 @@ paths: application/json: schema: type: array - items: &730 + items: &731 title: Email description: Email type: object @@ -104444,9 +104464,9 @@ paths: application/json: schema: type: array - items: *730 + items: *731 examples: - default: &744 + default: &745 value: - email: octocat@github.com verified: true @@ -104521,7 +104541,7 @@ paths: application/json: schema: type: array - items: *730 + items: *731 examples: default: value: @@ -104777,7 +104797,7 @@ paths: application/json: schema: type: array - items: &731 + items: &732 title: GPG Key description: A unique encryption key type: object @@ -104908,7 +104928,7 @@ paths: - subkeys - revoked examples: - default: &755 + default: &756 value: - id: 3 name: Octocat's GPG Key @@ -104993,9 +105013,9 @@ paths: description: Response content: application/json: - schema: *731 + schema: *732 examples: - default: &732 + default: &733 value: id: 3 name: Octocat's GPG Key @@ -105052,7 +105072,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: - - &733 + - &734 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -105064,9 +105084,9 @@ paths: description: Response content: application/json: - schema: *731 + schema: *732 examples: - default: *732 + default: *733 '404': *6 '304': *37 '403': *29 @@ -105089,7 +105109,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *733 + - *734 responses: '204': description: Response @@ -105280,7 +105300,7 @@ paths: type: array items: *64 examples: - default: *734 + default: *735 headers: Link: *40 '404': *6 @@ -105394,7 +105414,7 @@ paths: required: true content: application/json: - schema: *565 + schema: *566 examples: default: value: @@ -105544,7 +105564,7 @@ paths: application/json: schema: type: array - items: &735 + items: &736 title: Key description: Key type: object @@ -105641,9 +105661,9 @@ paths: description: Response content: application/json: - schema: *735 + schema: *736 examples: - default: &736 + default: &737 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -105676,15 +105696,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/keys#get-a-public-ssh-key-for-the-authenticated-user parameters: - - *594 + - *595 responses: '200': description: Response content: application/json: - schema: *735 + schema: *736 examples: - default: *736 + default: *737 '404': *6 '304': *37 '403': *29 @@ -105707,7 +105727,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/keys#delete-a-public-ssh-key-for-the-authenticated-user parameters: - - *594 + - *595 responses: '204': description: Response @@ -105740,7 +105760,7 @@ paths: application/json: schema: type: array - items: &737 + items: &738 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -105808,7 +105828,7 @@ paths: - account - plan examples: - default: &738 + default: &739 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -105870,9 +105890,9 @@ paths: application/json: schema: type: array - items: *737 + items: *738 examples: - default: *738 + default: *739 headers: Link: *40 '304': *37 @@ -106867,7 +106887,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#unlock-a-user-repository parameters: - *301 - - *739 + - *740 responses: '204': description: Response @@ -106940,7 +106960,7 @@ paths: type: array items: *59 examples: - default: *740 + default: *741 headers: Link: *40 '304': *37 @@ -106982,7 +107002,7 @@ paths: - docker - nuget - container - - *741 + - *742 - *19 - *17 responses: @@ -106994,8 +107014,8 @@ paths: type: array items: *307 examples: - default: *742 - '400': *743 + default: *743 + '400': *744 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -107024,7 +107044,7 @@ paths: application/json: schema: *307 examples: - default: &756 + default: &757 value: id: 40201 name: octo-name @@ -107477,9 +107497,9 @@ paths: application/json: schema: type: array - items: *730 + items: *731 examples: - default: *744 + default: *745 headers: Link: *40 '304': *37 @@ -107592,7 +107612,7 @@ paths: type: array items: *64 examples: - default: &751 + default: &752 summary: Default response value: - id: 1296269 @@ -107896,9 +107916,9 @@ paths: description: Response content: application/json: - schema: *391 + schema: *392 examples: - default: *393 + default: *394 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -107936,9 +107956,9 @@ paths: application/json: schema: type: array - items: *567 + items: *568 examples: - default: *745 + default: *746 headers: Link: *40 '304': *37 @@ -108017,7 +108037,7 @@ paths: application/json: schema: type: array - items: &746 + items: &747 title: Social account description: Social media account type: object @@ -108032,7 +108052,7 @@ paths: - provider - url examples: - default: &747 + default: &748 value: - provider: twitter url: https://twitter.com/github @@ -108094,9 +108114,9 @@ paths: application/json: schema: type: array - items: *746 + items: *747 examples: - default: *747 + default: *748 '422': *15 '304': *37 '404': *6 @@ -108183,7 +108203,7 @@ paths: application/json: schema: type: array - items: &748 + items: &749 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -108203,7 +108223,7 @@ paths: - title - created_at examples: - default: &757 + default: &758 value: - key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -108269,9 +108289,9 @@ paths: description: Response content: application/json: - schema: *748 + schema: *749 examples: - default: &749 + default: &750 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -108302,7 +108322,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: - - &750 + - &751 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -108314,9 +108334,9 @@ paths: description: Response content: application/json: - schema: *748 + schema: *749 examples: - default: *749 + default: *750 '404': *6 '304': *37 '403': *29 @@ -108339,7 +108359,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/ssh-signing-keys#delete-an-ssh-signing-key-for-the-authenticated-user parameters: - - *750 + - *751 responses: '204': description: Response @@ -108368,7 +108388,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: - - &758 + - &759 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 @@ -108393,11 +108413,11 @@ paths: type: array items: *64 examples: - default-response: *751 + default-response: *752 application/vnd.github.v3.star+json: schema: type: array - items: &759 + items: &760 title: Starred Repository description: Starred Repository type: object @@ -108553,8 +108573,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: - - *378 - *379 + - *380 responses: '204': description: Response if this repository is starred by you @@ -108582,8 +108602,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#star-a-repository-for-the-authenticated-user parameters: - - *378 - *379 + - *380 responses: '204': description: Response @@ -108607,8 +108627,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#unstar-a-repository-for-the-authenticated-user parameters: - - *378 - *379 + - *380 responses: '204': description: Response @@ -108680,7 +108700,7 @@ paths: application/json: schema: type: array - items: *359 + items: *360 examples: default: value: @@ -108766,10 +108786,10 @@ paths: application/json: schema: oneOf: + - *724 - *723 - - *722 examples: - default-response: &753 + default-response: &754 summary: Default response value: login: octocat @@ -108804,7 +108824,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &754 + response-with-git-hub-plan-information: &755 summary: Response with GitHub plan information value: login: octocat @@ -108864,7 +108884,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/users#list-users parameters: - - *752 + - *753 - *17 responses: '200': @@ -108913,11 +108933,11 @@ paths: application/json: schema: oneOf: + - *724 - *723 - - *722 examples: - default-response: *753 - response-with-git-hub-plan-information: *754 + default-response: *754 + response-with-git-hub-plan-information: *755 '404': *6 x-github: githubCloudOnly: false @@ -108993,7 +109013,7 @@ paths: bundle_url: type: string examples: - default: *431 + default: *432 '201': description: Response content: @@ -109034,7 +109054,7 @@ paths: type: array items: *307 examples: - default: *742 + default: *743 '403': *29 '401': *25 x-github: @@ -109438,9 +109458,9 @@ paths: application/json: schema: type: array - items: *731 + items: *732 examples: - default: *755 + default: *756 headers: Link: *40 x-github: @@ -109544,7 +109564,7 @@ paths: application/json: schema: *22 examples: - default: *564 + default: *565 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -109622,7 +109642,7 @@ paths: type: array items: *59 examples: - default: *740 + default: *741 headers: Link: *40 x-github: @@ -109661,7 +109681,7 @@ paths: - docker - nuget - container - - *741 + - *742 - *220 - *19 - *17 @@ -109674,10 +109694,10 @@ paths: type: array items: *307 examples: - default: *742 + default: *743 '403': *29 '401': *25 - '400': *743 + '400': *744 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -109707,7 +109727,7 @@ paths: application/json: schema: *307 examples: - default: *756 + default: *757 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -110306,9 +110326,9 @@ paths: description: Response content: application/json: - schema: *346 + schema: *347 examples: - default: *347 + default: *348 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -110336,9 +110356,9 @@ paths: description: Response content: application/json: - schema: *351 + schema: *352 examples: - default: *352 + default: *353 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -110366,9 +110386,9 @@ paths: description: Response content: application/json: - schema: *353 + schema: *354 examples: - default: *354 + default: *355 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -110491,9 +110511,9 @@ paths: application/json: schema: type: array - items: *746 + items: *747 examples: - default: *747 + default: *748 headers: Link: *40 x-github: @@ -110523,9 +110543,9 @@ paths: application/json: schema: type: array - items: *748 + items: *749 examples: - default: *757 + default: *758 headers: Link: *40 x-github: @@ -110550,7 +110570,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-repositories-starred-by-a-user parameters: - *220 - - *758 + - *759 - *88 - *17 - *19 @@ -110562,11 +110582,11 @@ paths: schema: anyOf: - type: array - items: *759 + items: *760 - type: array items: *64 examples: - default-response: *751 + default-response: *752 headers: Link: *40 x-github: @@ -110725,7 +110745,7 @@ x-webhooks: type: string enum: - disabled - enterprise: &760 + enterprise: &761 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -110783,7 +110803,7 @@ x-webhooks: - created_at - updated_at - avatar_url - installation: &761 + installation: &762 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -110802,7 +110822,7 @@ x-webhooks: required: - id - node_id - organization: &762 + organization: &763 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -110862,13 +110882,13 @@ x-webhooks: - public_members_url - avatar_url - description - repository: &763 + repository: &764 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: &800 + properties: &801 id: description: Unique identifier of the repository example: 42 @@ -111551,7 +111571,7 @@ x-webhooks: type: boolean description: Whether anonymous git access is enabled for this repository - required: &801 + required: &802 - archive_url - assignees_url - blobs_url @@ -111702,10 +111722,10 @@ x-webhooks: type: string enum: - enabled - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 sender: *4 required: - action @@ -111781,11 +111801,11 @@ x-webhooks: type: string enum: - created - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 - rule: &764 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 + rule: &765 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) @@ -112008,11 +112028,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 - rule: *764 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 + rule: *765 sender: *4 required: - action @@ -112195,11 +112215,11 @@ x-webhooks: - everyone required: - from - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 - rule: *764 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 + rule: *765 sender: *4 required: - action @@ -112270,7 +112290,7 @@ x-webhooks: required: true content: application/json: - schema: &767 + schema: &768 title: Exemption request cancellation event type: object properties: @@ -112278,11 +112298,11 @@ x-webhooks: type: string enum: - cancelled - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 - exemption_request: &765 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 + exemption_request: &766 title: Exemption Request description: A request from a user to be exempted from a set of rules. @@ -112515,7 +112535,7 @@ x-webhooks: type: array description: The responses to the exemption request. nullable: true - items: &766 + items: &767 title: Exemption response description: A response to an exemption request by a delegated bypasser. @@ -112623,7 +112643,7 @@ x-webhooks: required: true content: application/json: - schema: &768 + schema: &769 title: Exemption request completed event type: object properties: @@ -112631,11 +112651,11 @@ x-webhooks: type: string enum: - completed - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 - exemption_request: *765 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 + exemption_request: *766 sender: *4 required: - action @@ -112705,7 +112725,7 @@ x-webhooks: required: true content: application/json: - schema: &769 + schema: &770 title: Exemption request created event type: object properties: @@ -112713,11 +112733,11 @@ x-webhooks: type: string enum: - created - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 - exemption_request: *765 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 + exemption_request: *766 sender: *4 required: - action @@ -112787,7 +112807,7 @@ x-webhooks: required: true content: application/json: - schema: &770 + schema: &771 title: Exemption response dismissed event type: object properties: @@ -112795,12 +112815,12 @@ x-webhooks: type: string enum: - response_dismissed - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 - exemption_request: *765 - exemption_response: *766 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 + exemption_request: *766 + exemption_response: *767 sender: *4 required: - action @@ -112872,7 +112892,7 @@ x-webhooks: required: true content: application/json: - schema: &771 + schema: &772 title: Exemption response submitted event type: object properties: @@ -112880,12 +112900,12 @@ x-webhooks: type: string enum: - response_submitted - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 - exemption_request: *765 - exemption_response: *766 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 + exemption_request: *766 + exemption_response: *767 sender: *4 required: - action @@ -112958,7 +112978,7 @@ x-webhooks: required: true content: application/json: - schema: *767 + schema: *768 responses: '200': description: Return a 200 status to indicate that the data was received @@ -113025,7 +113045,7 @@ x-webhooks: required: true content: application/json: - schema: *768 + schema: *769 responses: '200': description: Return a 200 status to indicate that the data was received @@ -113092,7 +113112,7 @@ x-webhooks: required: true content: application/json: - schema: *769 + schema: *770 responses: '200': description: Return a 200 status to indicate that the data was received @@ -113159,7 +113179,7 @@ x-webhooks: required: true content: application/json: - schema: *770 + schema: *771 responses: '200': description: Return a 200 status to indicate that the data was received @@ -113227,7 +113247,7 @@ x-webhooks: required: true content: application/json: - schema: *771 + schema: *772 responses: '200': description: Return a 200 status to indicate that the data was received @@ -113305,7 +113325,7 @@ x-webhooks: type: string enum: - completed - check_run: &773 + check_run: &774 title: CheckRun description: A check performed on the code of a given code change type: object @@ -113368,7 +113388,7 @@ x-webhooks: type: string pull_requests: type: array - items: *450 + items: *451 repository: *198 status: example: completed @@ -113406,7 +113426,7 @@ x-webhooks: - skipped - timed_out - action_required - deployment: *772 + deployment: *773 details_url: example: https://example.com type: string @@ -113456,7 +113476,7 @@ x-webhooks: - annotations_url pull_requests: type: array - items: *450 + items: *451 started_at: example: '2018-05-04T01:14:52Z' type: string @@ -113491,9 +113511,9 @@ x-webhooks: - output - app - pull_requests - installation: *761 - organization: *762 - repository: *763 + installation: *762 + organization: *763 + repository: *764 sender: *4 required: - check_run @@ -113886,10 +113906,10 @@ x-webhooks: type: string enum: - created - check_run: *773 - installation: *761 - organization: *762 - repository: *763 + check_run: *774 + installation: *762 + organization: *763 + repository: *764 sender: *4 required: - check_run @@ -114285,10 +114305,10 @@ x-webhooks: type: string enum: - requested_action - check_run: *773 - installation: *761 - organization: *762 - repository: *763 + check_run: *774 + installation: *762 + organization: *763 + repository: *764 requested_action: description: The action requested by the user. type: object @@ -114693,10 +114713,10 @@ x-webhooks: type: string enum: - rerequested - check_run: *773 - installation: *761 - organization: *762 - repository: *763 + check_run: *774 + installation: *762 + organization: *763 + repository: *764 sender: *4 required: - check_run @@ -115673,10 +115693,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 sender: *4 required: - action @@ -116346,10 +116366,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 sender: *4 required: - action @@ -117013,10 +117033,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 sender: *4 required: - action @@ -117179,7 +117199,7 @@ x-webhooks: required: - login - id - dismissed_comment: *463 + dismissed_comment: *464 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -117324,20 +117344,20 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: &774 + commit_oid: &775 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: *760 - installation: *761 - organization: *762 - ref: &775 + enterprise: *761 + installation: *762 + organization: *763 + ref: &776 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: *763 + repository: *764 sender: *4 required: - action @@ -117499,7 +117519,7 @@ x-webhooks: required: - login - id - dismissed_comment: *463 + dismissed_comment: *464 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -117729,12 +117749,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *774 - enterprise: *760 - installation: *761 - organization: *762 - ref: *775 - repository: *763 + commit_oid: *775 + enterprise: *761 + installation: *762 + organization: *763 + ref: *776 + repository: *764 sender: *4 required: - action @@ -117829,7 +117849,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *463 + dismissed_comment: *464 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -117997,12 +118017,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *774 - enterprise: *760 - installation: *761 - organization: *762 - ref: *775 - repository: *763 + commit_oid: *775 + enterprise: *761 + installation: *762 + organization: *763 + ref: *776 + repository: *764 sender: *4 required: - action @@ -118165,7 +118185,7 @@ x-webhooks: required: - login - id - dismissed_comment: *463 + dismissed_comment: *464 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -118331,12 +118351,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *774 - enterprise: *760 - installation: *761 - organization: *762 - ref: *775 - repository: *763 + commit_oid: *775 + enterprise: *761 + installation: *762 + organization: *763 + ref: *776 + repository: *764 sender: *4 required: - action @@ -118433,7 +118453,7 @@ x-webhooks: dismissed_by: type: object nullable: true - dismissed_comment: *463 + dismissed_comment: *464 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -118601,16 +118621,16 @@ x-webhooks: triggered by the `sender` and this value will be empty. type: string nullable: true - enterprise: *760 - installation: *761 - organization: *762 + enterprise: *761 + installation: *762 + organization: *763 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: *763 + repository: *764 sender: *4 required: - action @@ -118704,7 +118724,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *463 + dismissed_comment: *464 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -118844,12 +118864,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *774 - enterprise: *760 - installation: *761 - organization: *762 - ref: *775 - repository: *763 + commit_oid: *775 + enterprise: *761 + installation: *762 + organization: *763 + ref: *776 + repository: *764 sender: *4 required: - action @@ -119106,10 +119126,10 @@ x-webhooks: - updated_at - author_association - body - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 sender: *4 required: - action @@ -119189,18 +119209,18 @@ x-webhooks: description: The repository's current description. type: string nullable: true - enterprise: *760 - installation: *761 + enterprise: *761 + installation: *762 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *762 - pusher_type: &776 + organization: *763 + pusher_type: &777 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &777 + ref: &778 description: The [`git ref`](https://docs.github.com/enterprise-cloud@latest//rest/git/refs#get-a-reference) resource. type: string @@ -119210,7 +119230,7 @@ x-webhooks: enum: - tag - branch - repository: *763 + repository: *764 sender: *4 required: - ref @@ -119293,9 +119313,9 @@ x-webhooks: enum: - created definition: *116 - enterprise: *760 - installation: *761 - organization: *762 + enterprise: *761 + installation: *762 + organization: *763 sender: *4 required: - action @@ -119380,9 +119400,9 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *760 - installation: *761 - organization: *762 + enterprise: *761 + installation: *762 + organization: *763 sender: *4 required: - action @@ -119460,9 +119480,9 @@ x-webhooks: enum: - promote_to_enterprise definition: *116 - enterprise: *760 - installation: *761 - organization: *762 + enterprise: *761 + installation: *762 + organization: *763 sender: *4 required: - action @@ -119540,9 +119560,9 @@ x-webhooks: enum: - updated definition: *116 - enterprise: *760 - installation: *761 - organization: *762 + enterprise: *761 + installation: *762 + organization: *763 sender: *4 required: - action @@ -119619,10 +119639,10 @@ x-webhooks: type: string enum: - updated - enterprise: *760 - installation: *761 - repository: *763 - organization: *762 + enterprise: *761 + installation: *762 + repository: *764 + organization: *763 sender: *4 new_property_values: type: array @@ -119707,18 +119727,18 @@ x-webhooks: title: delete event type: object properties: - enterprise: *760 - installation: *761 - organization: *762 - pusher_type: *776 - ref: *777 + enterprise: *761 + installation: *762 + organization: *763 + pusher_type: *777 + ref: *778 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *763 + repository: *764 sender: *4 required: - ref @@ -119802,11 +119822,11 @@ x-webhooks: type: string enum: - auto_dismissed - alert: *520 - installation: *761 - organization: *762 - enterprise: *760 - repository: *763 + alert: *521 + installation: *762 + organization: *763 + enterprise: *761 + repository: *764 sender: *4 required: - action @@ -119890,11 +119910,11 @@ x-webhooks: type: string enum: - auto_reopened - alert: *520 - installation: *761 - organization: *762 - enterprise: *760 - repository: *763 + alert: *521 + installation: *762 + organization: *763 + enterprise: *761 + repository: *764 sender: *4 required: - action @@ -119978,11 +119998,11 @@ x-webhooks: type: string enum: - created - alert: *520 - installation: *761 - organization: *762 - enterprise: *760 - repository: *763 + alert: *521 + installation: *762 + organization: *763 + enterprise: *761 + repository: *764 sender: *4 required: - action @@ -120064,11 +120084,11 @@ x-webhooks: type: string enum: - dismissed - alert: *520 - installation: *761 - organization: *762 - enterprise: *760 - repository: *763 + alert: *521 + installation: *762 + organization: *763 + enterprise: *761 + repository: *764 sender: *4 required: - action @@ -120150,11 +120170,11 @@ x-webhooks: type: string enum: - fixed - alert: *520 - installation: *761 - organization: *762 - enterprise: *760 - repository: *763 + alert: *521 + installation: *762 + organization: *763 + enterprise: *761 + repository: *764 sender: *4 required: - action @@ -120237,11 +120257,11 @@ x-webhooks: type: string enum: - reintroduced - alert: *520 - installation: *761 - organization: *762 - enterprise: *760 - repository: *763 + alert: *521 + installation: *762 + organization: *763 + enterprise: *761 + repository: *764 sender: *4 required: - action @@ -120323,11 +120343,11 @@ x-webhooks: type: string enum: - reopened - alert: *520 - installation: *761 - organization: *762 - enterprise: *760 - repository: *763 + alert: *521 + installation: *762 + organization: *763 + enterprise: *761 + repository: *764 sender: *4 required: - action @@ -120404,9 +120424,9 @@ x-webhooks: type: string enum: - created - enterprise: *760 - installation: *761 - key: &778 + enterprise: *761 + installation: *762 + key: &779 description: The [`deploy key`](https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -120442,8 +120462,8 @@ x-webhooks: - verified - created_at - read_only - organization: *762 - repository: *763 + organization: *763 + repository: *764 sender: *4 required: - action @@ -120520,11 +120540,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *760 - installation: *761 - key: *778 - organization: *762 - repository: *763 + enterprise: *761 + installation: *762 + key: *779 + organization: *763 + repository: *764 sender: *4 required: - action @@ -121085,12 +121105,12 @@ x-webhooks: - updated_at - statuses_url - repository_url - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 sender: *4 - workflow: &782 + workflow: &783 title: Workflow type: object nullable: true @@ -121816,13 +121836,13 @@ x-webhooks: description: The URL to review the deployment protection rule. type: string format: uri - deployment: *526 + deployment: *527 pull_requests: type: array - items: *614 - repository: *763 - organization: *762 - installation: *761 + items: *615 + repository: *764 + organization: *763 + installation: *762 sender: *4 responses: '200': @@ -121893,7 +121913,7 @@ x-webhooks: type: string enum: - approved - approver: &779 + approver: &780 type: object properties: avatar_url: @@ -121936,11 +121956,11 @@ x-webhooks: type: string comment: type: string - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 - reviewers: &780 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 + reviewers: &781 type: array items: type: object @@ -122019,7 +122039,7 @@ x-webhooks: sender: *4 since: type: string - workflow_job_run: &781 + workflow_job_run: &782 type: object properties: conclusion: @@ -122750,18 +122770,18 @@ x-webhooks: type: string enum: - rejected - approver: *779 + approver: *780 comment: type: string - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 - reviewers: *780 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 + reviewers: *781 sender: *4 since: type: string - workflow_job_run: *781 + workflow_job_run: *782 workflow_job_runs: type: array items: @@ -123465,13 +123485,13 @@ x-webhooks: type: string enum: - requested - enterprise: *760 + enterprise: *761 environment: type: string - installation: *761 - organization: *762 - repository: *763 - requestor: &787 + installation: *762 + organization: *763 + repository: *764 + requestor: &788 title: User type: object nullable: true @@ -125370,12 +125390,12 @@ x-webhooks: - updated_at - deployment_url - repository_url - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 sender: *4 - workflow: *782 + workflow: *783 workflow_run: title: Deployment Workflow Run type: object @@ -126055,7 +126075,7 @@ x-webhooks: type: string enum: - answered - answer: &785 + answer: &786 type: object properties: author_association: @@ -126212,7 +126232,7 @@ x-webhooks: - created_at - updated_at - body - discussion: &783 + discussion: &784 title: Discussion description: A Discussion in a repository. type: object @@ -126498,7 +126518,7 @@ x-webhooks: - id labels: type: array - items: *576 + items: *577 required: - repository_url - category @@ -126520,10 +126540,10 @@ x-webhooks: - author_association - active_lock_reason - body - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 sender: *4 required: - action @@ -126650,11 +126670,11 @@ x-webhooks: - from required: - category - discussion: *783 - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 + discussion: *784 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 sender: *4 required: - action @@ -126737,11 +126757,11 @@ x-webhooks: type: string enum: - closed - discussion: *783 - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 + discussion: *784 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 sender: *4 required: - action @@ -126823,7 +126843,7 @@ x-webhooks: type: string enum: - created - comment: &784 + comment: &785 type: object properties: author_association: @@ -126980,11 +127000,11 @@ x-webhooks: - updated_at - body - reactions - discussion: *783 - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 + discussion: *784 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 sender: *4 required: - action @@ -127067,12 +127087,12 @@ x-webhooks: type: string enum: - deleted - comment: *784 - discussion: *783 - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 + comment: *785 + discussion: *784 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 sender: *4 required: - action @@ -127167,12 +127187,12 @@ x-webhooks: - from required: - body - comment: *784 - discussion: *783 - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 + comment: *785 + discussion: *784 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 sender: *4 required: - action @@ -127256,11 +127276,11 @@ x-webhooks: type: string enum: - created - discussion: *783 - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 + discussion: *784 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 sender: *4 required: - action @@ -127342,11 +127362,11 @@ x-webhooks: type: string enum: - deleted - discussion: *783 - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 + discussion: *784 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 sender: *4 required: - action @@ -127446,11 +127466,11 @@ x-webhooks: type: string required: - from - discussion: *783 - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 + discussion: *784 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 sender: *4 required: - action @@ -127532,10 +127552,10 @@ x-webhooks: type: string enum: - labeled - discussion: *783 - enterprise: *760 - installation: *761 - label: &786 + discussion: *784 + enterprise: *761 + installation: *762 + label: &787 title: Label type: object properties: @@ -127567,8 +127587,8 @@ x-webhooks: - color - default - description - organization: *762 - repository: *763 + organization: *763 + repository: *764 sender: *4 required: - action @@ -127651,11 +127671,11 @@ x-webhooks: type: string enum: - locked - discussion: *783 - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 + discussion: *784 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 sender: *4 required: - action @@ -127737,11 +127757,11 @@ x-webhooks: type: string enum: - pinned - discussion: *783 - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 + discussion: *784 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 sender: *4 required: - action @@ -127823,11 +127843,11 @@ x-webhooks: type: string enum: - reopened - discussion: *783 - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 + discussion: *784 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 sender: *4 required: - action @@ -127912,16 +127932,16 @@ x-webhooks: changes: type: object properties: - new_discussion: *783 - new_repository: *763 + new_discussion: *784 + new_repository: *764 required: - new_discussion - new_repository - discussion: *783 - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 + discussion: *784 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 sender: *4 required: - action @@ -128004,10 +128024,10 @@ x-webhooks: type: string enum: - unanswered - discussion: *783 - old_answer: *785 - organization: *762 - repository: *763 + discussion: *784 + old_answer: *786 + organization: *763 + repository: *764 sender: *4 required: - action @@ -128089,12 +128109,12 @@ x-webhooks: type: string enum: - unlabeled - discussion: *783 - enterprise: *760 - installation: *761 - label: *786 - organization: *762 - repository: *763 + discussion: *784 + enterprise: *761 + installation: *762 + label: *787 + organization: *763 + repository: *764 sender: *4 required: - action @@ -128177,11 +128197,11 @@ x-webhooks: type: string enum: - unlocked - discussion: *783 - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 + discussion: *784 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 sender: *4 required: - action @@ -128263,11 +128283,11 @@ x-webhooks: type: string enum: - unpinned - discussion: *783 - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 + discussion: *784 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 sender: *4 required: - action @@ -128339,7 +128359,7 @@ x-webhooks: required: true content: application/json: - schema: *769 + schema: *770 responses: '200': description: Return a 200 status to indicate that the data was received @@ -128405,7 +128425,7 @@ x-webhooks: required: true content: application/json: - schema: *771 + schema: *772 responses: '200': description: Return a 200 status to indicate that the data was received @@ -128471,7 +128491,7 @@ x-webhooks: required: true content: application/json: - schema: *767 + schema: *768 responses: '200': description: Return a 200 status to indicate that the data was received @@ -128537,7 +128557,7 @@ x-webhooks: required: true content: application/json: - schema: *768 + schema: *769 responses: '200': description: Return a 200 status to indicate that the data was received @@ -128603,7 +128623,7 @@ x-webhooks: required: true content: application/json: - schema: *769 + schema: *770 responses: '200': description: Return a 200 status to indicate that the data was received @@ -128669,7 +128689,7 @@ x-webhooks: required: true content: application/json: - schema: *770 + schema: *771 responses: '200': description: Return a 200 status to indicate that the data was received @@ -128735,7 +128755,7 @@ x-webhooks: required: true content: application/json: - schema: *771 + schema: *772 responses: '200': description: Return a 200 status to indicate that the data was received @@ -128802,7 +128822,7 @@ x-webhooks: description: A user forks a repository. type: object properties: - enterprise: *760 + enterprise: *761 forkee: description: The created [`repository`](https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository) resource. @@ -129462,9 +129482,9 @@ x-webhooks: type: integer watchers_count: type: integer - installation: *761 - organization: *762 - repository: *763 + installation: *762 + organization: *763 + repository: *764 sender: *4 required: - forkee @@ -129610,9 +129630,9 @@ x-webhooks: title: gollum event type: object properties: - enterprise: *760 - installation: *761 - organization: *762 + enterprise: *761 + installation: *762 + organization: *763 pages: description: The pages that were updated. type: array @@ -129649,7 +129669,7 @@ x-webhooks: - action - sha - html_url - repository: *763 + repository: *764 sender: *4 required: - pages @@ -129725,10 +129745,10 @@ x-webhooks: type: string enum: - created - enterprise: *760 + enterprise: *761 installation: *22 - organization: *762 - repositories: &788 + organization: *763 + repositories: &789 description: An array of repository objects that the installation can access. type: array @@ -129754,8 +129774,8 @@ x-webhooks: - name - full_name - private - repository: *763 - requester: *787 + repository: *764 + requester: *788 sender: *4 required: - action @@ -129830,11 +129850,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *760 + enterprise: *761 installation: *22 - organization: *762 - repositories: *788 - repository: *763 + organization: *763 + repositories: *789 + repository: *764 requester: nullable: true sender: *4 @@ -129910,11 +129930,11 @@ x-webhooks: type: string enum: - new_permissions_accepted - enterprise: *760 + enterprise: *761 installation: *22 - organization: *762 - repositories: *788 - repository: *763 + organization: *763 + repositories: *789 + repository: *764 requester: nullable: true sender: *4 @@ -129990,10 +130010,10 @@ x-webhooks: type: string enum: - added - enterprise: *760 + enterprise: *761 installation: *22 - organization: *762 - repositories_added: &789 + organization: *763 + repositories_added: &790 description: An array of repository objects, which were added to the installation. type: array @@ -130039,15 +130059,15 @@ x-webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *763 - repository_selection: &790 + repository: *764 + repository_selection: &791 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *787 + requester: *788 sender: *4 required: - action @@ -130126,10 +130146,10 @@ x-webhooks: type: string enum: - removed - enterprise: *760 + enterprise: *761 installation: *22 - organization: *762 - repositories_added: *789 + organization: *763 + repositories_added: *790 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -130156,9 +130176,9 @@ x-webhooks: - name - full_name - private - repository: *763 - repository_selection: *790 - requester: *787 + repository: *764 + repository_selection: *791 + requester: *788 sender: *4 required: - action @@ -130237,11 +130257,11 @@ x-webhooks: type: string enum: - suspend - enterprise: *760 + enterprise: *761 installation: *22 - organization: *762 - repositories: *788 - repository: *763 + organization: *763 + repositories: *789 + repository: *764 requester: nullable: true sender: *4 @@ -130420,10 +130440,10 @@ x-webhooks: type: string required: - from - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 sender: *4 target_type: type: string @@ -130502,11 +130522,11 @@ x-webhooks: type: string enum: - unsuspend - enterprise: *760 + enterprise: *761 installation: *22 - organization: *762 - repositories: *788 - repository: *763 + organization: *763 + repositories: *789 + repository: *764 requester: nullable: true sender: *4 @@ -130758,8 +130778,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *760 - installation: *761 + enterprise: *761 + installation: *762 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -131915,8 +131935,8 @@ x-webhooks: - state - locked - assignee - organization: *762 - repository: *763 + organization: *763 + repository: *764 sender: *4 required: - action @@ -131996,7 +132016,7 @@ x-webhooks: type: string enum: - deleted - comment: &791 + comment: &792 title: issue comment description: The [comment](https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#get-an-issue-comment) itself. @@ -132161,8 +132181,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *760 - installation: *761 + enterprise: *761 + installation: *762 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -133316,8 +133336,8 @@ x-webhooks: - state - locked - assignee - organization: *762 - repository: *763 + organization: *763 + repository: *764 sender: *4 required: - action @@ -133397,7 +133417,7 @@ x-webhooks: type: string enum: - edited - changes: &819 + changes: &820 description: The changes to the comment. type: object properties: @@ -133409,9 +133429,9 @@ x-webhooks: type: string required: - from - comment: *791 - enterprise: *760 - installation: *761 + comment: *792 + enterprise: *761 + installation: *762 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -134566,8 +134586,8 @@ x-webhooks: - state - locked - assignee - organization: *762 - repository: *763 + organization: *763 + repository: *764 sender: *4 required: - action @@ -134649,10 +134669,10 @@ x-webhooks: type: string enum: - assigned - assignee: *787 - enterprise: *760 - installation: *761 - issue: &794 + assignee: *788 + enterprise: *761 + installation: *762 + issue: &795 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -135571,8 +135591,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *762 - repository: *763 + organization: *763 + repository: *764 sender: *4 required: - action @@ -135652,8 +135672,8 @@ x-webhooks: type: string enum: - closed - enterprise: *760 - installation: *761 + enterprise: *761 + installation: *762 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -136712,8 +136732,8 @@ x-webhooks: required: - state - closed_at - organization: *762 - repository: *763 + organization: *763 + repository: *764 sender: *4 required: - action @@ -136792,8 +136812,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *760 - installation: *761 + enterprise: *761 + installation: *762 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -137707,8 +137727,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *762 - repository: *763 + organization: *763 + repository: *764 sender: *4 required: - action @@ -137787,8 +137807,8 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *760 - installation: *761 + enterprise: *761 + installation: *762 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -138703,7 +138723,7 @@ x-webhooks: format: uri user_view_type: type: string - milestone: &792 + milestone: &793 title: Milestone description: A collection of related issues and pull requests. type: object @@ -138841,8 +138861,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *762 - repository: *763 + organization: *763 + repository: *764 sender: *4 required: - action @@ -138941,8 +138961,8 @@ x-webhooks: type: string required: - from - enterprise: *760 - installation: *761 + enterprise: *761 + installation: *762 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -139861,9 +139881,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *786 - organization: *762 - repository: *763 + label: *787 + organization: *763 + repository: *764 sender: *4 required: - action @@ -139943,8 +139963,8 @@ x-webhooks: type: string enum: - labeled - enterprise: *760 - installation: *761 + enterprise: *761 + installation: *762 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -140862,9 +140882,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *786 - organization: *762 - repository: *763 + label: *787 + organization: *763 + repository: *764 sender: *4 required: - action @@ -140944,8 +140964,8 @@ x-webhooks: type: string enum: - locked - enterprise: *760 - installation: *761 + enterprise: *761 + installation: *762 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -141864,8 +141884,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *762 - repository: *763 + organization: *763 + repository: *764 sender: *4 required: - action @@ -141944,8 +141964,8 @@ x-webhooks: type: string enum: - milestoned - enterprise: *760 - installation: *761 + enterprise: *761 + installation: *762 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -142858,9 +142878,9 @@ x-webhooks: format: uri user_view_type: type: string - milestone: *792 - organization: *762 - repository: *763 + milestone: *793 + organization: *763 + repository: *764 sender: *4 required: - action @@ -144303,8 +144323,8 @@ x-webhooks: required: - old_issue - old_repository - enterprise: *760 - installation: *761 + enterprise: *761 + installation: *762 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -145222,8 +145242,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *762 - repository: *763 + organization: *763 + repository: *764 sender: *4 required: - action @@ -145303,9 +145323,9 @@ x-webhooks: type: string enum: - pinned - enterprise: *760 - installation: *761 - issue: &793 + enterprise: *761 + installation: *762 + issue: &794 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -146217,8 +146237,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *762 - repository: *763 + organization: *763 + repository: *764 sender: *4 required: - action @@ -146297,8 +146317,8 @@ x-webhooks: type: string enum: - reopened - enterprise: *760 - installation: *761 + enterprise: *761 + installation: *762 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -147216,8 +147236,8 @@ x-webhooks: user_view_type: type: string type: *289 - organization: *762 - repository: *763 + organization: *763 + repository: *764 sender: *4 required: - action @@ -148680,11 +148700,11 @@ x-webhooks: required: - new_issue - new_repository - enterprise: *760 - installation: *761 - issue: *793 - organization: *762 - repository: *763 + enterprise: *761 + installation: *762 + issue: *794 + organization: *763 + repository: *764 sender: *4 required: - action @@ -148764,12 +148784,12 @@ x-webhooks: type: string enum: - typed - enterprise: *760 - installation: *761 - issue: *794 + enterprise: *761 + installation: *762 + issue: *795 type: *289 - organization: *762 - repository: *763 + organization: *763 + repository: *764 sender: *4 required: - action @@ -148850,7 +148870,7 @@ x-webhooks: type: string enum: - unassigned - assignee: &822 + assignee: &823 title: User type: object nullable: true @@ -148920,11 +148940,11 @@ x-webhooks: required: - login - id - enterprise: *760 - installation: *761 - issue: *794 - organization: *762 - repository: *763 + enterprise: *761 + installation: *762 + issue: *795 + organization: *763 + repository: *764 sender: *4 required: - action @@ -149003,12 +149023,12 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *760 - installation: *761 - issue: *794 - label: *786 - organization: *762 - repository: *763 + enterprise: *761 + installation: *762 + issue: *795 + label: *787 + organization: *763 + repository: *764 sender: *4 required: - action @@ -149088,8 +149108,8 @@ x-webhooks: type: string enum: - unlocked - enterprise: *760 - installation: *761 + enterprise: *761 + installation: *762 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -150006,8 +150026,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *762 - repository: *763 + organization: *763 + repository: *764 sender: *4 required: - action @@ -150087,11 +150107,11 @@ x-webhooks: type: string enum: - unpinned - enterprise: *760 - installation: *761 - issue: *793 - organization: *762 - repository: *763 + enterprise: *761 + installation: *762 + issue: *794 + organization: *763 + repository: *764 sender: *4 required: - action @@ -150170,12 +150190,12 @@ x-webhooks: type: string enum: - untyped - enterprise: *760 - installation: *761 - issue: *794 + enterprise: *761 + installation: *762 + issue: *795 type: *289 - organization: *762 - repository: *763 + organization: *763 + repository: *764 sender: *4 required: - action @@ -150255,11 +150275,11 @@ x-webhooks: type: string enum: - created - enterprise: *760 - installation: *761 - label: *786 - organization: *762 - repository: *763 + enterprise: *761 + installation: *762 + label: *787 + organization: *763 + repository: *764 sender: *4 required: - action @@ -150337,11 +150357,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *760 - installation: *761 - label: *786 - organization: *762 - repository: *763 + enterprise: *761 + installation: *762 + label: *787 + organization: *763 + repository: *764 sender: *4 required: - action @@ -150451,11 +150471,11 @@ x-webhooks: type: string required: - from - enterprise: *760 - installation: *761 - label: *786 - organization: *762 - repository: *763 + enterprise: *761 + installation: *762 + label: *787 + organization: *763 + repository: *764 sender: *4 required: - action @@ -150537,9 +150557,9 @@ x-webhooks: - cancelled effective_date: type: string - enterprise: *760 - installation: *761 - marketplace_purchase: &795 + enterprise: *761 + installation: *762 + marketplace_purchase: &796 title: Marketplace Purchase type: object required: @@ -150622,8 +150642,8 @@ x-webhooks: type: integer unit_count: type: integer - organization: *762 - previous_marketplace_purchase: &796 + organization: *763 + previous_marketplace_purchase: &797 title: Marketplace Purchase type: object properties: @@ -150703,7 +150723,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *763 + repository: *764 sender: *4 required: - action @@ -150783,10 +150803,10 @@ x-webhooks: - changed effective_date: type: string - enterprise: *760 - installation: *761 - marketplace_purchase: *795 - organization: *762 + enterprise: *761 + installation: *762 + marketplace_purchase: *796 + organization: *763 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -150869,7 +150889,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *763 + repository: *764 sender: *4 required: - action @@ -150951,10 +150971,10 @@ x-webhooks: - pending_change effective_date: type: string - enterprise: *760 - installation: *761 - marketplace_purchase: *795 - organization: *762 + enterprise: *761 + installation: *762 + marketplace_purchase: *796 + organization: *763 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -151036,7 +151056,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *763 + repository: *764 sender: *4 required: - action @@ -151117,8 +151137,8 @@ x-webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *760 - installation: *761 + enterprise: *761 + installation: *762 marketplace_purchase: title: Marketplace Purchase type: object @@ -151200,9 +151220,9 @@ x-webhooks: type: integer unit_count: type: integer - organization: *762 - previous_marketplace_purchase: *796 - repository: *763 + organization: *763 + previous_marketplace_purchase: *797 + repository: *764 sender: *4 required: - action @@ -151282,12 +151302,12 @@ x-webhooks: - purchased effective_date: type: string - enterprise: *760 - installation: *761 - marketplace_purchase: *795 - organization: *762 - previous_marketplace_purchase: *796 - repository: *763 + enterprise: *761 + installation: *762 + marketplace_purchase: *796 + organization: *763 + previous_marketplace_purchase: *797 + repository: *764 sender: *4 required: - action @@ -151389,11 +151409,11 @@ x-webhooks: type: string required: - to - enterprise: *760 - installation: *761 - member: *787 - organization: *762 - repository: *763 + enterprise: *761 + installation: *762 + member: *788 + organization: *763 + repository: *764 sender: *4 required: - action @@ -151493,11 +151513,11 @@ x-webhooks: to: type: string nullable: true - enterprise: *760 - installation: *761 - member: *787 - organization: *762 - repository: *763 + enterprise: *761 + installation: *762 + member: *788 + organization: *763 + repository: *764 sender: *4 required: - action @@ -151576,11 +151596,11 @@ x-webhooks: type: string enum: - removed - enterprise: *760 - installation: *761 - member: *787 - organization: *762 - repository: *763 + enterprise: *761 + installation: *762 + member: *788 + organization: *763 + repository: *764 sender: *4 required: - action @@ -151658,11 +151678,11 @@ x-webhooks: type: string enum: - added - enterprise: *760 - installation: *761 - member: *787 - organization: *762 - repository: *763 + enterprise: *761 + installation: *762 + member: *788 + organization: *763 + repository: *764 scope: description: The scope of the membership. Currently, can only be `team`. @@ -151738,7 +151758,7 @@ x-webhooks: required: - login - id - team: &797 + team: &798 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -151928,11 +151948,11 @@ x-webhooks: type: string enum: - removed - enterprise: *760 - installation: *761 - member: *787 - organization: *762 - repository: *763 + enterprise: *761 + installation: *762 + member: *788 + organization: *763 + repository: *764 scope: description: The scope of the membership. Currently, can only be `team`. @@ -152009,7 +152029,7 @@ x-webhooks: required: - login - id - team: *797 + team: *798 required: - action - scope @@ -152091,8 +152111,8 @@ x-webhooks: type: string enum: - checks_requested - installation: *761 - merge_group: &799 + installation: *762 + merge_group: &800 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -152111,15 +152131,15 @@ x-webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *798 + head_commit: *799 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *762 - repository: *763 + organization: *763 + repository: *764 sender: *4 required: - action @@ -152205,10 +152225,10 @@ x-webhooks: - merged - invalidated - dequeued - installation: *761 - merge_group: *799 - organization: *762 - repository: *763 + installation: *762 + merge_group: *800 + organization: *763 + repository: *764 sender: *4 required: - action @@ -152281,7 +152301,7 @@ x-webhooks: type: string enum: - deleted - enterprise: *760 + enterprise: *761 hook: description: 'The modified webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -152389,16 +152409,16 @@ x-webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *761 - organization: *762 + installation: *762 + organization: *763 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: *800 - required: *801 + properties: *801 + required: *802 nullable: true sender: *4 required: @@ -152479,11 +152499,11 @@ x-webhooks: type: string enum: - closed - enterprise: *760 - installation: *761 - milestone: *792 - organization: *762 - repository: *763 + enterprise: *761 + installation: *762 + milestone: *793 + organization: *763 + repository: *764 sender: *4 required: - action @@ -152562,9 +152582,9 @@ x-webhooks: type: string enum: - created - enterprise: *760 - installation: *761 - milestone: &802 + enterprise: *761 + installation: *762 + milestone: &803 title: Milestone description: A collection of related issues and pull requests. type: object @@ -152701,8 +152721,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *762 - repository: *763 + organization: *763 + repository: *764 sender: *4 required: - action @@ -152781,11 +152801,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *760 - installation: *761 - milestone: *792 - organization: *762 - repository: *763 + enterprise: *761 + installation: *762 + milestone: *793 + organization: *763 + repository: *764 sender: *4 required: - action @@ -152895,11 +152915,11 @@ x-webhooks: type: string required: - from - enterprise: *760 - installation: *761 - milestone: *792 - organization: *762 - repository: *763 + enterprise: *761 + installation: *762 + milestone: *793 + organization: *763 + repository: *764 sender: *4 required: - action @@ -152979,11 +152999,11 @@ x-webhooks: type: string enum: - opened - enterprise: *760 - installation: *761 - milestone: *802 - organization: *762 - repository: *763 + enterprise: *761 + installation: *762 + milestone: *803 + organization: *763 + repository: *764 sender: *4 required: - action @@ -153062,11 +153082,11 @@ x-webhooks: type: string enum: - blocked - blocked_user: *787 - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 + blocked_user: *788 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 sender: *4 required: - action @@ -153145,11 +153165,11 @@ x-webhooks: type: string enum: - unblocked - blocked_user: *787 - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 + blocked_user: *788 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 sender: *4 required: - action @@ -153228,9 +153248,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *760 - installation: *761 - membership: &803 + enterprise: *761 + installation: *762 + membership: &804 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -153322,8 +153342,8 @@ x-webhooks: - role - organization_url - user - organization: *762 - repository: *763 + organization: *763 + repository: *764 sender: *4 required: - action @@ -153401,11 +153421,11 @@ x-webhooks: type: string enum: - member_added - enterprise: *760 - installation: *761 - membership: *803 - organization: *762 - repository: *763 + enterprise: *761 + installation: *762 + membership: *804 + organization: *763 + repository: *764 sender: *4 required: - action @@ -153484,8 +153504,8 @@ x-webhooks: type: string enum: - member_invited - enterprise: *760 - installation: *761 + enterprise: *761 + installation: *762 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -153601,10 +153621,10 @@ x-webhooks: - inviter - team_count - invitation_teams_url - organization: *762 - repository: *763 + organization: *763 + repository: *764 sender: *4 - user: *787 + user: *788 required: - action - invitation @@ -153682,11 +153702,11 @@ x-webhooks: type: string enum: - member_removed - enterprise: *760 - installation: *761 - membership: *803 - organization: *762 - repository: *763 + enterprise: *761 + installation: *762 + membership: *804 + organization: *763 + repository: *764 sender: *4 required: - action @@ -153773,11 +153793,11 @@ x-webhooks: properties: from: type: string - enterprise: *760 - installation: *761 - membership: *803 - organization: *762 - repository: *763 + enterprise: *761 + installation: *762 + membership: *804 + organization: *763 + repository: *764 sender: *4 required: - action @@ -153853,9 +153873,9 @@ x-webhooks: type: string enum: - published - enterprise: *760 - installation: *761 - organization: *762 + enterprise: *761 + installation: *762 + organization: *763 package: description: Information about the package. type: object @@ -154354,7 +154374,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: &804 + items: &805 title: Ruby Gems metadata type: object properties: @@ -154449,7 +154469,7 @@ x-webhooks: - owner - package_version - registry - repository: *763 + repository: *764 sender: *4 required: - action @@ -154525,9 +154545,9 @@ x-webhooks: type: string enum: - updated - enterprise: *760 - installation: *761 - organization: *762 + enterprise: *761 + installation: *762 + organization: *763 package: description: Information about the package. type: object @@ -154880,7 +154900,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *804 + items: *805 source_url: type: string format: uri @@ -154950,7 +154970,7 @@ x-webhooks: - owner - package_version - registry - repository: *763 + repository: *764 sender: *4 required: - action @@ -155127,12 +155147,12 @@ x-webhooks: - duration - created_at - updated_at - enterprise: *760 + enterprise: *761 id: type: integer - installation: *761 - organization: *762 - repository: *763 + installation: *762 + organization: *763 + repository: *764 sender: *4 required: - id @@ -155209,7 +155229,7 @@ x-webhooks: type: string enum: - approved - personal_access_token_request: &805 + personal_access_token_request: &806 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -155355,10 +155375,10 @@ x-webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *760 - organization: *762 + enterprise: *761 + organization: *763 sender: *4 - installation: *761 + installation: *762 required: - action - personal_access_token_request @@ -155435,11 +155455,11 @@ x-webhooks: type: string enum: - cancelled - personal_access_token_request: *805 - enterprise: *760 - organization: *762 + personal_access_token_request: *806 + enterprise: *761 + organization: *763 sender: *4 - installation: *761 + installation: *762 required: - action - personal_access_token_request @@ -155515,11 +155535,11 @@ x-webhooks: type: string enum: - created - personal_access_token_request: *805 - enterprise: *760 - organization: *762 + personal_access_token_request: *806 + enterprise: *761 + organization: *763 sender: *4 - installation: *761 + installation: *762 required: - action - personal_access_token_request @@ -155594,11 +155614,11 @@ x-webhooks: type: string enum: - denied - personal_access_token_request: *805 - organization: *762 - enterprise: *760 + personal_access_token_request: *806 + organization: *763 + enterprise: *761 sender: *4 - installation: *761 + installation: *762 required: - action - personal_access_token_request @@ -155703,7 +155723,7 @@ x-webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *806 + last_response: *807 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -155735,8 +155755,8 @@ x-webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *762 - repository: *763 + organization: *763 + repository: *764 sender: *4 zen: description: Random string of GitHub zen. @@ -155981,10 +156001,10 @@ x-webhooks: - from required: - note - enterprise: *760 - installation: *761 - organization: *762 - project_card: &807 + enterprise: *761 + installation: *762 + organization: *763 + project_card: &808 title: Project Card type: object properties: @@ -156103,7 +156123,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *763 + repository: *764 sender: *4 required: - action @@ -156184,11 +156204,11 @@ x-webhooks: type: string enum: - created - enterprise: *760 - installation: *761 - organization: *762 - project_card: *807 - repository: *763 + enterprise: *761 + installation: *762 + organization: *763 + project_card: *808 + repository: *764 sender: *4 required: - action @@ -156268,9 +156288,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *760 - installation: *761 - organization: *762 + enterprise: *761 + installation: *762 + organization: *763 project_card: title: Project Card type: object @@ -156398,8 +156418,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: *800 - required: *801 + properties: *801 + required: *802 nullable: true sender: *4 required: @@ -156493,11 +156513,11 @@ x-webhooks: - from required: - note - enterprise: *760 - installation: *761 - organization: *762 - project_card: *807 - repository: *763 + enterprise: *761 + installation: *762 + organization: *763 + project_card: *808 + repository: *764 sender: *4 required: - action @@ -156591,9 +156611,9 @@ x-webhooks: - from required: - column_id - enterprise: *760 - installation: *761 - organization: *762 + enterprise: *761 + installation: *762 + organization: *763 project_card: allOf: - title: Project Card @@ -156783,7 +156803,7 @@ x-webhooks: type: string required: - after_id - repository: *763 + repository: *764 sender: *4 required: - action @@ -156863,10 +156883,10 @@ x-webhooks: type: string enum: - closed - enterprise: *760 - installation: *761 - organization: *762 - project: &809 + enterprise: *761 + installation: *762 + organization: *763 + project: &810 title: Project type: object properties: @@ -156990,7 +157010,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *763 + repository: *764 sender: *4 required: - action @@ -157070,10 +157090,10 @@ x-webhooks: type: string enum: - created - enterprise: *760 - installation: *761 - organization: *762 - project_column: &808 + enterprise: *761 + installation: *762 + organization: *763 + project_column: &809 title: Project Column type: object properties: @@ -157112,7 +157132,7 @@ x-webhooks: - name - created_at - updated_at - repository: *763 + repository: *764 sender: *4 required: - action @@ -157191,18 +157211,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *760 - installation: *761 - organization: *762 - project_column: *808 + enterprise: *761 + installation: *762 + organization: *763 + project_column: *809 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: *800 - required: *801 + properties: *801 + required: *802 nullable: true sender: *4 required: @@ -157292,11 +157312,11 @@ x-webhooks: type: string required: - from - enterprise: *760 - installation: *761 - organization: *762 - project_column: *808 - repository: *763 + enterprise: *761 + installation: *762 + organization: *763 + project_column: *809 + repository: *764 sender: *4 required: - action @@ -157376,11 +157396,11 @@ x-webhooks: type: string enum: - moved - enterprise: *760 - installation: *761 - organization: *762 - project_column: *808 - repository: *763 + enterprise: *761 + installation: *762 + organization: *763 + project_column: *809 + repository: *764 sender: *4 required: - action @@ -157460,11 +157480,11 @@ x-webhooks: type: string enum: - created - enterprise: *760 - installation: *761 - organization: *762 - project: *809 - repository: *763 + enterprise: *761 + installation: *762 + organization: *763 + project: *810 + repository: *764 sender: *4 required: - action @@ -157544,18 +157564,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *760 - installation: *761 - organization: *762 - project: *809 + enterprise: *761 + installation: *762 + organization: *763 + project: *810 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: *800 - required: *801 + properties: *801 + required: *802 nullable: true sender: *4 required: @@ -157657,11 +157677,11 @@ x-webhooks: type: string required: - from - enterprise: *760 - installation: *761 - organization: *762 - project: *809 - repository: *763 + enterprise: *761 + installation: *762 + organization: *763 + project: *810 + repository: *764 sender: *4 required: - action @@ -157740,11 +157760,11 @@ x-webhooks: type: string enum: - reopened - enterprise: *760 - installation: *761 - organization: *762 - project: *809 - repository: *763 + enterprise: *761 + installation: *762 + organization: *763 + project: *810 + repository: *764 sender: *4 required: - action @@ -157825,9 +157845,9 @@ x-webhooks: type: string enum: - closed - installation: *761 - organization: *762 - projects_v2: &810 + installation: *762 + organization: *763 + projects_v2: &811 title: Projects v2 Project description: A projects v2 project type: object @@ -157970,9 +157990,9 @@ x-webhooks: type: string enum: - created - installation: *761 - organization: *762 - projects_v2: *810 + installation: *762 + organization: *763 + projects_v2: *811 sender: *4 required: - action @@ -158053,9 +158073,9 @@ x-webhooks: type: string enum: - deleted - installation: *761 - organization: *762 - projects_v2: *810 + installation: *762 + organization: *763 + projects_v2: *811 sender: *4 required: - action @@ -158172,9 +158192,9 @@ x-webhooks: type: string to: type: string - installation: *761 - organization: *762 - projects_v2: *810 + installation: *762 + organization: *763 + projects_v2: *811 sender: *4 required: - action @@ -158257,7 +158277,7 @@ x-webhooks: type: string enum: - archived - changes: &814 + changes: &815 type: object properties: archived_at: @@ -158271,9 +158291,9 @@ x-webhooks: type: string nullable: true format: date-time - installation: *761 - organization: *762 - projects_v2_item: &811 + installation: *762 + organization: *763 + projects_v2_item: &812 title: Projects v2 Item description: An item belonging to a project type: object @@ -158407,9 +158427,9 @@ x-webhooks: nullable: true to: type: string - installation: *761 - organization: *762 - projects_v2_item: *811 + installation: *762 + organization: *763 + projects_v2_item: *812 sender: *4 required: - action @@ -158491,9 +158511,9 @@ x-webhooks: type: string enum: - created - installation: *761 - organization: *762 - projects_v2_item: *811 + installation: *762 + organization: *763 + projects_v2_item: *812 sender: *4 required: - action @@ -158574,9 +158594,9 @@ x-webhooks: type: string enum: - deleted - installation: *761 - organization: *762 - projects_v2_item: *811 + installation: *762 + organization: *763 + projects_v2_item: *812 sender: *4 required: - action @@ -158682,7 +158702,7 @@ x-webhooks: oneOf: - type: string - type: integer - - &812 + - &813 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -158700,7 +158720,7 @@ x-webhooks: required: - id - name - - &813 + - &814 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -158723,8 +158743,8 @@ x-webhooks: oneOf: - type: string - type: integer - - *812 - *813 + - *814 required: - field_value - type: object @@ -158740,9 +158760,9 @@ x-webhooks: nullable: true required: - body - installation: *761 - organization: *762 - projects_v2_item: *811 + installation: *762 + organization: *763 + projects_v2_item: *812 sender: *4 required: - action @@ -158837,9 +158857,9 @@ x-webhooks: to: type: string nullable: true - installation: *761 - organization: *762 - projects_v2_item: *811 + installation: *762 + organization: *763 + projects_v2_item: *812 sender: *4 required: - action @@ -158922,10 +158942,10 @@ x-webhooks: type: string enum: - restored - changes: *814 - installation: *761 - organization: *762 - projects_v2_item: *811 + changes: *815 + installation: *762 + organization: *763 + projects_v2_item: *812 sender: *4 required: - action @@ -159007,9 +159027,9 @@ x-webhooks: type: string enum: - reopened - installation: *761 - organization: *762 - projects_v2: *810 + installation: *762 + organization: *763 + projects_v2: *811 sender: *4 required: - action @@ -159090,9 +159110,9 @@ x-webhooks: type: string enum: - created - installation: *761 - organization: *762 - projects_v2_status_update: &815 + installation: *762 + organization: *763 + projects_v2_status_update: &816 title: Projects v2 Status Update description: An status update belonging to a project type: object @@ -159219,9 +159239,9 @@ x-webhooks: type: string enum: - deleted - installation: *761 - organization: *762 - projects_v2_status_update: *815 + installation: *762 + organization: *763 + projects_v2_status_update: *816 sender: *4 required: - action @@ -159357,9 +159377,9 @@ x-webhooks: type: string format: date nullable: true - installation: *761 - organization: *762 - projects_v2_status_update: *815 + installation: *762 + organization: *763 + projects_v2_status_update: *816 sender: *4 required: - action @@ -159430,10 +159450,10 @@ x-webhooks: title: public event type: object properties: - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 sender: *4 required: - repository @@ -159510,13 +159530,13 @@ x-webhooks: type: string enum: - assigned - assignee: *787 - enterprise: *760 - installation: *761 - number: &816 + assignee: *788 + enterprise: *761 + installation: *762 + number: &817 description: The pull request number. type: integer - organization: *762 + organization: *763 pull_request: title: Pull Request type: object @@ -161799,7 +161819,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *763 + repository: *764 sender: *4 required: - action @@ -161881,11 +161901,11 @@ x-webhooks: type: string enum: - auto_merge_disabled - enterprise: *760 - installation: *761 + enterprise: *761 + installation: *762 number: type: integer - organization: *762 + organization: *763 pull_request: title: Pull Request type: object @@ -164163,7 +164183,7 @@ x-webhooks: - draft reason: type: string - repository: *763 + repository: *764 sender: *4 required: - action @@ -164245,11 +164265,11 @@ x-webhooks: type: string enum: - auto_merge_enabled - enterprise: *760 - installation: *761 + enterprise: *761 + installation: *762 number: type: integer - organization: *762 + organization: *763 pull_request: title: Pull Request type: object @@ -166527,7 +166547,7 @@ x-webhooks: - draft reason: type: string - repository: *763 + repository: *764 sender: *4 required: - action @@ -166609,13 +166629,13 @@ x-webhooks: type: string enum: - closed - enterprise: *760 - installation: *761 - number: *816 - organization: *762 - pull_request: &817 + enterprise: *761 + installation: *762 + number: *817 + organization: *763 + pull_request: &818 allOf: - - *614 + - *615 - type: object properties: allow_auto_merge: @@ -166677,7 +166697,7 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *763 + repository: *764 sender: *4 required: - action @@ -166758,12 +166778,12 @@ x-webhooks: type: string enum: - converted_to_draft - enterprise: *760 - installation: *761 - number: *816 - organization: *762 - pull_request: *817 - repository: *763 + enterprise: *761 + installation: *762 + number: *817 + organization: *763 + pull_request: *818 + repository: *764 sender: *4 required: - action @@ -166843,11 +166863,11 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *760 - milestone: *597 - number: *816 - organization: *762 - pull_request: &818 + enterprise: *761 + milestone: *598 + number: *817 + organization: *763 + pull_request: &819 title: Pull Request type: object properties: @@ -169110,7 +169130,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *763 + repository: *764 sender: *4 required: - action @@ -169189,11 +169209,11 @@ x-webhooks: type: string enum: - dequeued - enterprise: *760 - installation: *761 + enterprise: *761 + installation: *762 number: type: integer - organization: *762 + organization: *763 pull_request: title: Pull Request type: object @@ -171475,7 +171495,7 @@ x-webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *763 + repository: *764 sender: *4 required: - action @@ -171599,12 +171619,12 @@ x-webhooks: type: string required: - from - enterprise: *760 - installation: *761 - number: *816 - organization: *762 - pull_request: *817 - repository: *763 + enterprise: *761 + installation: *762 + number: *817 + organization: *763 + pull_request: *818 + repository: *764 sender: *4 required: - action @@ -171684,11 +171704,11 @@ x-webhooks: type: string enum: - enqueued - enterprise: *760 - installation: *761 + enterprise: *761 + installation: *762 number: type: integer - organization: *762 + organization: *763 pull_request: title: Pull Request type: object @@ -173955,7 +173975,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *763 + repository: *764 sender: *4 required: - action @@ -174035,11 +174055,11 @@ x-webhooks: type: string enum: - labeled - enterprise: *760 - installation: *761 - label: *786 - number: *816 - organization: *762 + enterprise: *761 + installation: *762 + label: *787 + number: *817 + organization: *763 pull_request: title: Pull Request type: object @@ -176321,7 +176341,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *763 + repository: *764 sender: *4 required: - action @@ -176402,10 +176422,10 @@ x-webhooks: type: string enum: - locked - enterprise: *760 - installation: *761 - number: *816 - organization: *762 + enterprise: *761 + installation: *762 + number: *817 + organization: *763 pull_request: title: Pull Request type: object @@ -178685,7 +178705,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *763 + repository: *764 sender: *4 required: - action @@ -178765,12 +178785,12 @@ x-webhooks: type: string enum: - milestoned - enterprise: *760 - milestone: *597 - number: *816 - organization: *762 - pull_request: *818 - repository: *763 + enterprise: *761 + milestone: *598 + number: *817 + organization: *763 + pull_request: *819 + repository: *764 sender: *4 required: - action @@ -178849,12 +178869,12 @@ x-webhooks: type: string enum: - opened - enterprise: *760 - installation: *761 - number: *816 - organization: *762 - pull_request: *817 - repository: *763 + enterprise: *761 + installation: *762 + number: *817 + organization: *763 + pull_request: *818 + repository: *764 sender: *4 required: - action @@ -178935,12 +178955,12 @@ x-webhooks: type: string enum: - ready_for_review - enterprise: *760 - installation: *761 - number: *816 - organization: *762 - pull_request: *817 - repository: *763 + enterprise: *761 + installation: *762 + number: *817 + organization: *763 + pull_request: *818 + repository: *764 sender: *4 required: - action @@ -179020,12 +179040,12 @@ x-webhooks: type: string enum: - reopened - enterprise: *760 - installation: *761 - number: *816 - organization: *762 - pull_request: *817 - repository: *763 + enterprise: *761 + installation: *762 + number: *817 + organization: *763 + pull_request: *818 + repository: *764 sender: *4 required: - action @@ -179391,9 +179411,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *760 - installation: *761 - organization: *762 + enterprise: *761 + installation: *762 + organization: *763 pull_request: type: object properties: @@ -181563,7 +181583,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *763 + repository: *764 sender: *4 required: - action @@ -181643,7 +181663,7 @@ x-webhooks: type: string enum: - deleted - comment: &820 + comment: &821 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. @@ -181928,9 +181948,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *760 - installation: *761 - organization: *762 + enterprise: *761 + installation: *762 + organization: *763 pull_request: type: object properties: @@ -184088,7 +184108,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *763 + repository: *764 sender: *4 required: - action @@ -184168,11 +184188,11 @@ x-webhooks: type: string enum: - edited - changes: *819 - comment: *820 - enterprise: *760 - installation: *761 - organization: *762 + changes: *820 + comment: *821 + enterprise: *761 + installation: *762 + organization: *763 pull_request: type: object properties: @@ -186333,7 +186353,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *763 + repository: *764 sender: *4 required: - action @@ -186414,9 +186434,9 @@ x-webhooks: type: string enum: - dismissed - enterprise: *760 - installation: *761 - organization: *762 + enterprise: *761 + installation: *762 + organization: *763 pull_request: title: Simple Pull Request type: object @@ -188589,7 +188609,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *763 + repository: *764 review: description: The review that was affected. type: object @@ -188832,9 +188852,9 @@ x-webhooks: type: string required: - from - enterprise: *760 - installation: *761 - organization: *762 + enterprise: *761 + installation: *762 + organization: *763 pull_request: title: Simple Pull Request type: object @@ -190888,8 +190908,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *763 - review: &821 + repository: *764 + review: &822 description: The review that was affected. type: object properties: @@ -191118,12 +191138,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *760 - installation: *761 + enterprise: *761 + installation: *762 number: description: The pull request number. type: integer - organization: *762 + organization: *763 pull_request: title: Pull Request type: object @@ -193406,7 +193426,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *763 + repository: *764 requested_reviewer: title: User type: object @@ -193490,12 +193510,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *760 - installation: *761 + enterprise: *761 + installation: *762 number: description: The pull request number. type: integer - organization: *762 + organization: *763 pull_request: title: Pull Request type: object @@ -195785,7 +195805,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *763 + repository: *764 requested_team: title: Team description: Groups of organization members that gives permissions @@ -195977,12 +195997,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *760 - installation: *761 + enterprise: *761 + installation: *762 number: description: The pull request number. type: integer - organization: *762 + organization: *763 pull_request: title: Pull Request type: object @@ -198267,7 +198287,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *763 + repository: *764 requested_reviewer: title: User type: object @@ -198352,12 +198372,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *760 - installation: *761 + enterprise: *761 + installation: *762 number: description: The pull request number. type: integer - organization: *762 + organization: *763 pull_request: title: Pull Request type: object @@ -200633,7 +200653,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *763 + repository: *764 requested_team: title: Team description: Groups of organization members that gives permissions @@ -200814,9 +200834,9 @@ x-webhooks: type: string enum: - submitted - enterprise: *760 - installation: *761 - organization: *762 + enterprise: *761 + installation: *762 + organization: *763 pull_request: title: Simple Pull Request type: object @@ -202991,8 +203011,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *763 - review: *821 + repository: *764 + review: *822 sender: *4 required: - action @@ -203072,9 +203092,9 @@ x-webhooks: type: string enum: - resolved - enterprise: *760 - installation: *761 - organization: *762 + enterprise: *761 + installation: *762 + organization: *763 pull_request: title: Simple Pull Request type: object @@ -205144,7 +205164,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *763 + repository: *764 sender: *4 thread: type: object @@ -205527,9 +205547,9 @@ x-webhooks: type: string enum: - unresolved - enterprise: *760 - installation: *761 - organization: *762 + enterprise: *761 + installation: *762 + organization: *763 pull_request: title: Simple Pull Request type: object @@ -207585,7 +207605,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *763 + repository: *764 sender: *4 thread: type: object @@ -207971,10 +207991,10 @@ x-webhooks: type: string before: type: string - enterprise: *760 - installation: *761 - number: *816 - organization: *762 + enterprise: *761 + installation: *762 + number: *817 + organization: *763 pull_request: title: Pull Request type: object @@ -210245,7 +210265,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *763 + repository: *764 sender: *4 required: - action @@ -210327,11 +210347,11 @@ x-webhooks: type: string enum: - unassigned - assignee: *822 - enterprise: *760 - installation: *761 - number: *816 - organization: *762 + assignee: *823 + enterprise: *761 + installation: *762 + number: *817 + organization: *763 pull_request: title: Pull Request type: object @@ -212614,7 +212634,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *763 + repository: *764 sender: *4 required: - action @@ -212693,11 +212713,11 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *760 - installation: *761 - label: *786 - number: *816 - organization: *762 + enterprise: *761 + installation: *762 + label: *787 + number: *817 + organization: *763 pull_request: title: Pull Request type: object @@ -214970,7 +214990,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *763 + repository: *764 sender: *4 required: - action @@ -215051,10 +215071,10 @@ x-webhooks: type: string enum: - unlocked - enterprise: *760 - installation: *761 - number: *816 - organization: *762 + enterprise: *761 + installation: *762 + number: *817 + organization: *763 pull_request: title: Pull Request type: object @@ -217319,7 +217339,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *763 + repository: *764 sender: *4 required: - action @@ -217519,7 +217539,7 @@ x-webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *760 + enterprise: *761 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -217611,8 +217631,8 @@ x-webhooks: - url - author - committer - installation: *761 - organization: *762 + installation: *762 + organization: *763 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -218187,9 +218207,9 @@ x-webhooks: type: string enum: - published - enterprise: *760 - installation: *761 - organization: *762 + enterprise: *761 + installation: *762 + organization: *763 registry_package: type: object properties: @@ -218635,7 +218655,7 @@ x-webhooks: type: string rubygems_metadata: type: array - items: *804 + items: *805 summary: type: string tag_name: @@ -218689,7 +218709,7 @@ x-webhooks: - owner - package_version - registry - repository: *763 + repository: *764 sender: *4 required: - action @@ -218767,9 +218787,9 @@ x-webhooks: type: string enum: - updated - enterprise: *760 - installation: *761 - organization: *762 + enterprise: *761 + installation: *762 + organization: *763 registry_package: type: object properties: @@ -219077,7 +219097,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *804 + items: *805 summary: type: string tag_name: @@ -219126,7 +219146,7 @@ x-webhooks: - owner - package_version - registry - repository: *763 + repository: *764 sender: *4 required: - action @@ -219203,10 +219223,10 @@ x-webhooks: type: string enum: - created - enterprise: *760 - installation: *761 - organization: *762 - release: &823 + enterprise: *761 + installation: *762 + organization: *763 + release: &824 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -219511,7 +219531,7 @@ x-webhooks: - tarball_url - zipball_url - body - repository: *763 + repository: *764 sender: *4 required: - action @@ -219588,11 +219608,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *760 - installation: *761 - organization: *762 - release: *823 - repository: *763 + enterprise: *761 + installation: *762 + organization: *763 + release: *824 + repository: *764 sender: *4 required: - action @@ -219709,11 +219729,11 @@ x-webhooks: type: boolean required: - to - enterprise: *760 - installation: *761 - organization: *762 - release: *823 - repository: *763 + enterprise: *761 + installation: *762 + organization: *763 + release: *824 + repository: *764 sender: *4 required: - action @@ -219791,9 +219811,9 @@ x-webhooks: type: string enum: - prereleased - enterprise: *760 - installation: *761 - organization: *762 + enterprise: *761 + installation: *762 + organization: *763 release: title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) @@ -220102,7 +220122,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *763 + repository: *764 sender: *4 required: - action @@ -220178,10 +220198,10 @@ x-webhooks: type: string enum: - published - enterprise: *760 - installation: *761 - organization: *762 - release: &824 + enterprise: *761 + installation: *762 + organization: *763 + release: &825 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -220487,7 +220507,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *763 + repository: *764 sender: *4 required: - action @@ -220563,11 +220583,11 @@ x-webhooks: type: string enum: - released - enterprise: *760 - installation: *761 - organization: *762 - release: *823 - repository: *763 + enterprise: *761 + installation: *762 + organization: *763 + release: *824 + repository: *764 sender: *4 required: - action @@ -220643,11 +220663,11 @@ x-webhooks: type: string enum: - unpublished - enterprise: *760 - installation: *761 - organization: *762 - release: *824 - repository: *763 + enterprise: *761 + installation: *762 + organization: *763 + release: *825 + repository: *764 sender: *4 required: - action @@ -220723,11 +220743,11 @@ x-webhooks: type: string enum: - published - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 - repository_advisory: *671 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 + repository_advisory: *672 sender: *4 required: - action @@ -220803,11 +220823,11 @@ x-webhooks: type: string enum: - reported - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 - repository_advisory: *671 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 + repository_advisory: *672 sender: *4 required: - action @@ -220883,10 +220903,10 @@ x-webhooks: type: string enum: - archived - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 sender: *4 required: - action @@ -220963,10 +220983,10 @@ x-webhooks: type: string enum: - created - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 sender: *4 required: - action @@ -221044,10 +221064,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 sender: *4 required: - action @@ -221131,10 +221151,10 @@ x-webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 sender: *4 required: - action @@ -221246,10 +221266,10 @@ x-webhooks: nullable: true items: type: string - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 sender: *4 required: - action @@ -221321,10 +221341,10 @@ x-webhooks: title: repository_import event type: object properties: - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 sender: *4 status: type: string @@ -221405,10 +221425,10 @@ x-webhooks: type: string enum: - privatized - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 sender: *4 required: - action @@ -221485,10 +221505,10 @@ x-webhooks: type: string enum: - publicized - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 sender: *4 required: - action @@ -221582,10 +221602,10 @@ x-webhooks: - name required: - repository - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 sender: *4 required: - action @@ -221665,10 +221685,10 @@ x-webhooks: type: string enum: - created - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 repository_ruleset: *130 sender: *4 required: @@ -221747,10 +221767,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 repository_ruleset: *130 sender: *4 required: @@ -221829,10 +221849,10 @@ x-webhooks: type: string enum: - edited - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 repository_ruleset: *130 changes: type: object @@ -222137,10 +222157,10 @@ x-webhooks: - from required: - owner - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 sender: *4 required: - action @@ -222218,10 +222238,10 @@ x-webhooks: type: string enum: - unarchived - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 sender: *4 required: - action @@ -222299,7 +222319,7 @@ x-webhooks: type: string enum: - create - alert: &825 + alert: &826 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -222420,10 +222440,10 @@ x-webhooks: type: string enum: - open - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 sender: *4 required: - action @@ -222629,10 +222649,10 @@ x-webhooks: type: string enum: - dismissed - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 sender: *4 required: - action @@ -222710,11 +222730,11 @@ x-webhooks: type: string enum: - reopen - alert: *825 - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 + alert: *826 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 sender: *4 required: - action @@ -222913,10 +222933,10 @@ x-webhooks: enum: - fixed - open - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 sender: *4 required: - action @@ -222994,7 +223014,7 @@ x-webhooks: type: string enum: - created - alert: &826 + alert: &827 type: object properties: number: *100 @@ -223105,10 +223125,10 @@ x-webhooks: description: Whether the detected secret was found in multiple repositories in the same organization or business. nullable: true - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 sender: *4 required: - action @@ -223189,11 +223209,11 @@ x-webhooks: type: string enum: - created - alert: *826 - installation: *761 - location: *827 - organization: *762 - repository: *763 + alert: *827 + installation: *762 + location: *828 + organization: *763 + repository: *764 sender: *4 required: - location @@ -223431,11 +223451,11 @@ x-webhooks: type: string enum: - publicly_leaked - alert: *826 - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 + alert: *827 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 sender: *4 required: - action @@ -223513,11 +223533,11 @@ x-webhooks: type: string enum: - reopened - alert: *826 - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 + alert: *827 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 sender: *4 required: - action @@ -223595,11 +223615,11 @@ x-webhooks: type: string enum: - resolved - alert: *826 - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 + alert: *827 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 sender: *4 required: - action @@ -223677,11 +223697,11 @@ x-webhooks: type: string enum: - validated - alert: *826 - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 + alert: *827 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 sender: *4 required: - action @@ -223807,10 +223827,10 @@ x-webhooks: - organization - enterprise nullable: true - repository: *763 - enterprise: *760 - installation: *761 - organization: *762 + repository: *764 + enterprise: *761 + installation: *762 + organization: *763 sender: *4 required: - action @@ -223888,11 +223908,11 @@ x-webhooks: type: string enum: - published - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 - security_advisory: &828 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 + security_advisory: &829 description: The details of the security advisory, including summary, description, and severity. type: object @@ -224075,11 +224095,11 @@ x-webhooks: type: string enum: - updated - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 - security_advisory: *828 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 + security_advisory: *829 sender: *4 required: - action @@ -224152,10 +224172,10 @@ x-webhooks: type: string enum: - withdrawn - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -224340,10 +224360,10 @@ x-webhooks: type: object properties: security_and_analysis: *328 - enterprise: *760 - installation: *761 - organization: *762 - repository: *391 + enterprise: *761 + installation: *762 + organization: *763 + repository: *392 sender: *4 required: - changes @@ -224421,12 +224441,12 @@ x-webhooks: type: string enum: - cancelled - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 sender: *4 - sponsorship: &829 + sponsorship: &830 type: object properties: created_at: @@ -224727,12 +224747,12 @@ x-webhooks: type: string enum: - created - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 sender: *4 - sponsorship: *829 + sponsorship: *830 required: - action - sponsorship @@ -224820,12 +224840,12 @@ x-webhooks: type: string required: - from - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 sender: *4 - sponsorship: *829 + sponsorship: *830 required: - action - changes @@ -224902,17 +224922,17 @@ x-webhooks: type: string enum: - pending_cancellation - effective_date: &830 + effective_date: &831 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: *760 - installation: *761 - organization: *762 - repository: *763 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 sender: *4 - sponsorship: *829 + sponsorship: *830 required: - action - sponsorship @@ -224986,7 +225006,7 @@ x-webhooks: type: string enum: - pending_tier_change - changes: &831 + changes: &832 type: object properties: tier: @@ -225030,13 +225050,13 @@ x-webhooks: - from required: - tier - effective_date: *830 - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 + effective_date: *831 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 sender: *4 - sponsorship: *829 + sponsorship: *830 required: - action - changes @@ -225113,13 +225133,13 @@ x-webhooks: type: string enum: - tier_changed - changes: *831 - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 + changes: *832 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 sender: *4 - sponsorship: *829 + sponsorship: *830 required: - action - changes @@ -225193,10 +225213,10 @@ x-webhooks: type: string enum: - created - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -225279,10 +225299,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -225702,15 +225722,15 @@ x-webhooks: status. type: string nullable: true - enterprise: *760 + enterprise: *761 id: description: The unique identifier of the status. type: integer - installation: *761 + installation: *762 name: type: string - organization: *762 - repository: *763 + organization: *763 + repository: *764 sender: *4 sha: description: The Commit SHA. @@ -225825,9 +225845,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *155 - installation: *761 - organization: *762 - repository: *763 + installation: *762 + organization: *763 + repository: *764 sender: *4 required: - action @@ -225917,9 +225937,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *155 - installation: *761 - organization: *762 - repository: *763 + installation: *762 + organization: *763 + repository: *764 sender: *4 required: - action @@ -226009,9 +226029,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *155 - installation: *761 - organization: *762 - repository: *763 + installation: *762 + organization: *763 + repository: *764 sender: *4 required: - action @@ -226101,9 +226121,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *155 - installation: *761 - organization: *762 - repository: *763 + installation: *762 + organization: *763 + repository: *764 sender: *4 required: - action @@ -226180,12 +226200,12 @@ x-webhooks: title: team_add event type: object properties: - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 sender: *4 - team: &832 + team: &833 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -226375,9 +226395,9 @@ x-webhooks: type: string enum: - added_to_repository - enterprise: *760 - installation: *761 - organization: *762 + enterprise: *761 + installation: *762 + organization: *763 repository: title: Repository description: A git repository @@ -226835,7 +226855,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *832 + team: *833 required: - action - team @@ -226911,9 +226931,9 @@ x-webhooks: type: string enum: - created - enterprise: *760 - installation: *761 - organization: *762 + enterprise: *761 + installation: *762 + organization: *763 repository: title: Repository description: A git repository @@ -227371,7 +227391,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *832 + team: *833 required: - action - team @@ -227448,9 +227468,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *760 - installation: *761 - organization: *762 + enterprise: *761 + installation: *762 + organization: *763 repository: title: Repository description: A git repository @@ -227908,7 +227928,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *832 + team: *833 required: - action - team @@ -228052,9 +228072,9 @@ x-webhooks: - from required: - permissions - enterprise: *760 - installation: *761 - organization: *762 + enterprise: *761 + installation: *762 + organization: *763 repository: title: Repository description: A git repository @@ -228512,7 +228532,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *832 + team: *833 required: - action - changes @@ -228590,9 +228610,9 @@ x-webhooks: type: string enum: - removed_from_repository - enterprise: *760 - installation: *761 - organization: *762 + enterprise: *761 + installation: *762 + organization: *763 repository: title: Repository description: A git repository @@ -229050,7 +229070,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *832 + team: *833 required: - action - team @@ -229126,10 +229146,10 @@ x-webhooks: type: string enum: - started - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 sender: *4 required: - action @@ -229202,16 +229222,16 @@ x-webhooks: title: workflow_dispatch event type: object properties: - enterprise: *760 + enterprise: *761 inputs: type: object nullable: true additionalProperties: true - installation: *761 - organization: *762 + installation: *762 + organization: *763 ref: type: string - repository: *763 + repository: *764 sender: *4 workflow: type: string @@ -229293,10 +229313,10 @@ x-webhooks: type: string enum: - completed - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 sender: *4 workflow_job: allOf: @@ -229533,7 +229553,7 @@ x-webhooks: type: string required: - conclusion - deployment: *526 + deployment: *527 required: - action - repository @@ -229612,10 +229632,10 @@ x-webhooks: type: string enum: - in_progress - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 sender: *4 workflow_job: allOf: @@ -229875,7 +229895,7 @@ x-webhooks: required: - status - steps - deployment: *526 + deployment: *527 required: - action - repository @@ -229954,10 +229974,10 @@ x-webhooks: type: string enum: - queued - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 sender: *4 workflow_job: type: object @@ -230092,7 +230112,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *526 + deployment: *527 required: - action - repository @@ -230171,10 +230191,10 @@ x-webhooks: type: string enum: - waiting - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 sender: *4 workflow_job: type: object @@ -230310,7 +230330,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *526 + deployment: *527 required: - action - repository @@ -230390,12 +230410,12 @@ x-webhooks: type: string enum: - completed - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 sender: *4 - workflow: *782 + workflow: *783 workflow_run: title: Workflow Run type: object @@ -231394,12 +231414,12 @@ x-webhooks: type: string enum: - in_progress - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 sender: *4 - workflow: *782 + workflow: *783 workflow_run: title: Workflow Run type: object @@ -232383,12 +232403,12 @@ x-webhooks: type: string enum: - requested - enterprise: *760 - installation: *761 - organization: *762 - repository: *763 + enterprise: *761 + installation: *762 + organization: *763 + repository: *764 sender: *4 - workflow: *782 + workflow: *783 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 f4f8f9cad2..0e7f4879b7 100644 --- a/descriptions/ghec/ghec.2022-11-28.json +++ b/descriptions/ghec/ghec.2022-11-28.json @@ -8392,6 +8392,9 @@ }, { "$ref": "#/components/parameters/secret-scanning-alert-multi-repo" + }, + { + "$ref": "#/components/parameters/secret-scanning-alert-hide-secret" } ], "responses": { @@ -27010,7 +27013,9 @@ "description": "The registry type.", "type": "string", "enum": [ - "maven_repository" + "maven_repository", + "nuget_feed", + "goproxy_server" ] }, "username": { @@ -27257,7 +27262,9 @@ "description": "The registry type.", "type": "string", "enum": [ - "maven_repository" + "maven_repository", + "nuget_feed", + "goproxy_server" ] }, "username": { @@ -29265,6 +29272,9 @@ }, { "$ref": "#/components/parameters/secret-scanning-alert-multi-repo" + }, + { + "$ref": "#/components/parameters/secret-scanning-alert-hide-secret" } ], "responses": { @@ -65607,6 +65617,9 @@ }, { "$ref": "#/components/parameters/secret-scanning-alert-multi-repo" + }, + { + "$ref": "#/components/parameters/secret-scanning-alert-hide-secret" } ], "responses": { @@ -65664,6 +65677,9 @@ }, { "$ref": "#/components/parameters/alert-number" + }, + { + "$ref": "#/components/parameters/secret-scanning-alert-hide-secret" } ], "responses": { @@ -123061,7 +123077,9 @@ "registry_type": { "description": "The registry type.", "enum": [ - "maven_repository" + "maven_repository", + "nuget_feed", + "goproxy_server" ], "type": "string" }, @@ -123110,7 +123128,9 @@ "registry_type": { "description": "The registry type.", "enum": [ - "maven_repository" + "maven_repository", + "nuget_feed", + "goproxy_server" ], "type": "string" }, @@ -317224,6 +317244,16 @@ "default": false } }, + "secret-scanning-alert-hide-secret": { + "name": "hide_secret", + "in": "query", + "description": "A boolean value representing whether or not to hide literal secrets in the results.", + "required": false, + "schema": { + "type": "boolean", + "default": false + } + }, "advanced-security-product": { "name": "advanced_security_product", "in": "query", diff --git a/descriptions/ghec/ghec.2022-11-28.yaml b/descriptions/ghec/ghec.2022-11-28.yaml index 30768b1cee..446d14129c 100644 --- a/descriptions/ghec/ghec.2022-11-28.yaml +++ b/descriptions/ghec/ghec.2022-11-28.yaml @@ -5946,6 +5946,7 @@ paths: - "$ref": "#/components/parameters/secret-scanning-alert-validity" - "$ref": "#/components/parameters/secret-scanning-alert-publicly-leaked" - "$ref": "#/components/parameters/secret-scanning-alert-multi-repo" + - "$ref": "#/components/parameters/secret-scanning-alert-hide-secret" responses: '200': description: Response @@ -19555,6 +19556,8 @@ paths: type: string enum: - maven_repository + - nuget_feed + - goproxy_server username: description: The username to use when authenticating with the private registry. This field should be omitted if the private registry @@ -19750,6 +19753,8 @@ paths: type: string enum: - maven_repository + - nuget_feed + - goproxy_server username: description: The username to use when authenticating with the private registry. This field should be omitted if the private registry @@ -21199,6 +21204,7 @@ paths: - "$ref": "#/components/parameters/secret-scanning-alert-validity" - "$ref": "#/components/parameters/secret-scanning-alert-publicly-leaked" - "$ref": "#/components/parameters/secret-scanning-alert-multi-repo" + - "$ref": "#/components/parameters/secret-scanning-alert-hide-secret" responses: '200': description: Response @@ -47615,6 +47621,7 @@ paths: - "$ref": "#/components/parameters/secret-scanning-alert-validity" - "$ref": "#/components/parameters/secret-scanning-alert-publicly-leaked" - "$ref": "#/components/parameters/secret-scanning-alert-multi-repo" + - "$ref": "#/components/parameters/secret-scanning-alert-hide-secret" responses: '200': description: Response @@ -47656,6 +47663,7 @@ paths: - "$ref": "#/components/parameters/owner" - "$ref": "#/components/parameters/repo" - "$ref": "#/components/parameters/alert-number" + - "$ref": "#/components/parameters/secret-scanning-alert-hide-secret" responses: '200': description: Response @@ -90055,6 +90063,8 @@ components: description: The registry type. enum: - maven_repository + - nuget_feed + - goproxy_server type: string username: description: The username to use when authenticating with the private registry. @@ -90094,6 +90104,8 @@ components: description: The registry type. enum: - maven_repository + - nuget_feed + - goproxy_server type: string username: description: The username to use when authenticating with the private registry. @@ -240419,6 +240431,15 @@ components: schema: type: boolean default: false + secret-scanning-alert-hide-secret: + name: hide_secret + in: query + description: A boolean value representing whether or not to hide literal secrets + in the results. + required: false + schema: + type: boolean + default: false advanced-security-product: name: advanced_security_product in: query diff --git a/descriptions/ghec/ghec.json b/descriptions/ghec/ghec.json index f4f8f9cad2..0e7f4879b7 100644 --- a/descriptions/ghec/ghec.json +++ b/descriptions/ghec/ghec.json @@ -8392,6 +8392,9 @@ }, { "$ref": "#/components/parameters/secret-scanning-alert-multi-repo" + }, + { + "$ref": "#/components/parameters/secret-scanning-alert-hide-secret" } ], "responses": { @@ -27010,7 +27013,9 @@ "description": "The registry type.", "type": "string", "enum": [ - "maven_repository" + "maven_repository", + "nuget_feed", + "goproxy_server" ] }, "username": { @@ -27257,7 +27262,9 @@ "description": "The registry type.", "type": "string", "enum": [ - "maven_repository" + "maven_repository", + "nuget_feed", + "goproxy_server" ] }, "username": { @@ -29265,6 +29272,9 @@ }, { "$ref": "#/components/parameters/secret-scanning-alert-multi-repo" + }, + { + "$ref": "#/components/parameters/secret-scanning-alert-hide-secret" } ], "responses": { @@ -65607,6 +65617,9 @@ }, { "$ref": "#/components/parameters/secret-scanning-alert-multi-repo" + }, + { + "$ref": "#/components/parameters/secret-scanning-alert-hide-secret" } ], "responses": { @@ -65664,6 +65677,9 @@ }, { "$ref": "#/components/parameters/alert-number" + }, + { + "$ref": "#/components/parameters/secret-scanning-alert-hide-secret" } ], "responses": { @@ -123061,7 +123077,9 @@ "registry_type": { "description": "The registry type.", "enum": [ - "maven_repository" + "maven_repository", + "nuget_feed", + "goproxy_server" ], "type": "string" }, @@ -123110,7 +123128,9 @@ "registry_type": { "description": "The registry type.", "enum": [ - "maven_repository" + "maven_repository", + "nuget_feed", + "goproxy_server" ], "type": "string" }, @@ -317224,6 +317244,16 @@ "default": false } }, + "secret-scanning-alert-hide-secret": { + "name": "hide_secret", + "in": "query", + "description": "A boolean value representing whether or not to hide literal secrets in the results.", + "required": false, + "schema": { + "type": "boolean", + "default": false + } + }, "advanced-security-product": { "name": "advanced_security_product", "in": "query", diff --git a/descriptions/ghec/ghec.yaml b/descriptions/ghec/ghec.yaml index 30768b1cee..446d14129c 100644 --- a/descriptions/ghec/ghec.yaml +++ b/descriptions/ghec/ghec.yaml @@ -5946,6 +5946,7 @@ paths: - "$ref": "#/components/parameters/secret-scanning-alert-validity" - "$ref": "#/components/parameters/secret-scanning-alert-publicly-leaked" - "$ref": "#/components/parameters/secret-scanning-alert-multi-repo" + - "$ref": "#/components/parameters/secret-scanning-alert-hide-secret" responses: '200': description: Response @@ -19555,6 +19556,8 @@ paths: type: string enum: - maven_repository + - nuget_feed + - goproxy_server username: description: The username to use when authenticating with the private registry. This field should be omitted if the private registry @@ -19750,6 +19753,8 @@ paths: type: string enum: - maven_repository + - nuget_feed + - goproxy_server username: description: The username to use when authenticating with the private registry. This field should be omitted if the private registry @@ -21199,6 +21204,7 @@ paths: - "$ref": "#/components/parameters/secret-scanning-alert-validity" - "$ref": "#/components/parameters/secret-scanning-alert-publicly-leaked" - "$ref": "#/components/parameters/secret-scanning-alert-multi-repo" + - "$ref": "#/components/parameters/secret-scanning-alert-hide-secret" responses: '200': description: Response @@ -47615,6 +47621,7 @@ paths: - "$ref": "#/components/parameters/secret-scanning-alert-validity" - "$ref": "#/components/parameters/secret-scanning-alert-publicly-leaked" - "$ref": "#/components/parameters/secret-scanning-alert-multi-repo" + - "$ref": "#/components/parameters/secret-scanning-alert-hide-secret" responses: '200': description: Response @@ -47656,6 +47663,7 @@ paths: - "$ref": "#/components/parameters/owner" - "$ref": "#/components/parameters/repo" - "$ref": "#/components/parameters/alert-number" + - "$ref": "#/components/parameters/secret-scanning-alert-hide-secret" responses: '200': description: Response @@ -90055,6 +90063,8 @@ components: description: The registry type. enum: - maven_repository + - nuget_feed + - goproxy_server type: string username: description: The username to use when authenticating with the private registry. @@ -90094,6 +90104,8 @@ components: description: The registry type. enum: - maven_repository + - nuget_feed + - goproxy_server type: string username: description: The username to use when authenticating with the private registry. @@ -240419,6 +240431,15 @@ components: schema: type: boolean default: false + secret-scanning-alert-hide-secret: + name: hide_secret + in: query + description: A boolean value representing whether or not to hide literal secrets + in the results. + required: false + schema: + type: boolean + default: false advanced-security-product: name: advanced_security_product in: query diff --git a/descriptions/ghes-3.13/dereferenced/ghes-3.13.2022-11-28.deref.json b/descriptions/ghes-3.13/dereferenced/ghes-3.13.2022-11-28.deref.json index 9f0474dab0..c34e79d371 100644 --- a/descriptions/ghes-3.13/dereferenced/ghes-{"code":"internal","msg":"git-diff-tree: context deadline exceeded","meta":{"cause":"*fmt.wrapError"}}