diff --git a/descriptions-next/api.github.com/api.github.com.2022-11-28.json b/descriptions-next/api.github.com/api.github.com.2022-11-28.json index d09fed19f7..9a8d540031 100644 --- a/descriptions-next/api.github.com/api.github.com.2022-11-28.json +++ b/descriptions-next/api.github.com/api.github.com.2022-11-28.json @@ -3264,6 +3264,9 @@ }, { "$ref": "#/components/parameters/secret-scanning-alert-multi-repo" + }, + { + "$ref": "#/components/parameters/secret-scanning-alert-hide-secret" } ], "responses": { @@ -19843,7 +19846,9 @@ "description": "The registry type.", "type": "string", "enum": [ - "maven_repository" + "maven_repository", + "nuget_feed", + "goproxy_server" ] }, "username": { @@ -20096,7 +20101,9 @@ "description": "The registry type.", "type": "string", "enum": [ - "maven_repository" + "maven_repository", + "nuget_feed", + "goproxy_server" ] }, "username": { @@ -22063,6 +22070,9 @@ }, { "$ref": "#/components/parameters/secret-scanning-alert-multi-repo" + }, + { + "$ref": "#/components/parameters/secret-scanning-alert-hide-secret" } ], "responses": { @@ -57425,6 +57435,9 @@ }, { "$ref": "#/components/parameters/secret-scanning-alert-multi-repo" + }, + { + "$ref": "#/components/parameters/secret-scanning-alert-hide-secret" } ], "responses": { @@ -57482,6 +57495,9 @@ }, { "$ref": "#/components/parameters/alert-number" + }, + { + "$ref": "#/components/parameters/secret-scanning-alert-hide-secret" } ], "responses": { @@ -108584,7 +108600,9 @@ "registry_type": { "description": "The registry type.", "enum": [ - "maven_repository" + "maven_repository", + "nuget_feed", + "goproxy_server" ], "type": "string" }, @@ -108639,7 +108657,9 @@ "registry_type": { "description": "The registry type.", "enum": [ - "maven_repository" + "maven_repository", + "nuget_feed", + "goproxy_server" ], "type": "string" }, @@ -308697,6 +308717,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-next/api.github.com/api.github.com.2022-11-28.yaml b/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml index baa859d05c..d53718f1c3 100644 --- a/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml +++ b/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml @@ -2323,6 +2323,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 @@ -14395,6 +14396,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 @@ -14593,6 +14596,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 @@ -16008,6 +16013,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 @@ -41696,6 +41702,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 @@ -41737,6 +41744,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 @@ -78876,6 +78884,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. @@ -78918,6 +78928,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. @@ -231138,6 +231150,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-next/api.github.com/api.github.com.json b/descriptions-next/api.github.com/api.github.com.json index d09fed19f7..9a8d540031 100644 --- a/descriptions-next/api.github.com/api.github.com.json +++ b/descriptions-next/api.github.com/api.github.com.json @@ -3264,6 +3264,9 @@ }, { "$ref": "#/components/parameters/secret-scanning-alert-multi-repo" + }, + { + "$ref": "#/components/parameters/secret-scanning-alert-hide-secret" } ], "responses": { @@ -19843,7 +19846,9 @@ "description": "The registry type.", "type": "string", "enum": [ - "maven_repository" + "maven_repository", + "nuget_feed", + "goproxy_server" ] }, "username": { @@ -20096,7 +20101,9 @@ "description": "The registry type.", "type": "string", "enum": [ - "maven_repository" + "maven_repository", + "nuget_feed", + "goproxy_server" ] }, "username": { @@ -22063,6 +22070,9 @@ }, { "$ref": "#/components/parameters/secret-scanning-alert-multi-repo" + }, + { + "$ref": "#/components/parameters/secret-scanning-alert-hide-secret" } ], "responses": { @@ -57425,6 +57435,9 @@ }, { "$ref": "#/components/parameters/secret-scanning-alert-multi-repo" + }, + { + "$ref": "#/components/parameters/secret-scanning-alert-hide-secret" } ], "responses": { @@ -57482,6 +57495,9 @@ }, { "$ref": "#/components/parameters/alert-number" + }, + { + "$ref": "#/components/parameters/secret-scanning-alert-hide-secret" } ], "responses": { @@ -108584,7 +108600,9 @@ "registry_type": { "description": "The registry type.", "enum": [ - "maven_repository" + "maven_repository", + "nuget_feed", + "goproxy_server" ], "type": "string" }, @@ -108639,7 +108657,9 @@ "registry_type": { "description": "The registry type.", "enum": [ - "maven_repository" + "maven_repository", + "nuget_feed", + "goproxy_server" ], "type": "string" }, @@ -308697,6 +308717,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-next/api.github.com/api.github.com.yaml b/descriptions-next/api.github.com/api.github.com.yaml index baa859d05c..d53718f1c3 100644 --- a/descriptions-next/api.github.com/api.github.com.yaml +++ b/descriptions-next/api.github.com/api.github.com.yaml @@ -2323,6 +2323,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 @@ -14395,6 +14396,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 @@ -14593,6 +14596,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 @@ -16008,6 +16013,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 @@ -41696,6 +41702,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 @@ -41737,6 +41744,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 @@ -78876,6 +78884,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. @@ -78918,6 +78928,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. @@ -231138,6 +231150,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-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json index 5030d5cc1b..3751fdadba 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json @@ -24493,6 +24493,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": { @@ -135907,7 +135917,9 @@ "registry_type": { "description": "The registry type.", "enum": [ - "maven_repository" + "maven_repository", + "nuget_feed", + "goproxy_server" ], "type": "string" }, @@ -136113,7 +136125,9 @@ "description": "The registry type.", "type": "string", "enum": [ - "maven_repository" + "maven_repository", + "nuget_feed", + "goproxy_server" ] }, "username": { @@ -136205,7 +136219,9 @@ "registry_type": { "description": "The registry type.", "enum": [ - "maven_repository" + "maven_repository", + "nuget_feed", + "goproxy_server" ], "type": "string" }, @@ -136545,7 +136561,9 @@ "registry_type": { "description": "The registry type.", "enum": [ - "maven_repository" + "maven_repository", + "nuget_feed", + "goproxy_server" ], "type": "string" }, @@ -136676,7 +136694,9 @@ "description": "The registry type.", "type": "string", "enum": [ - "maven_repository" + "maven_repository", + "nuget_feed", + "goproxy_server" ] }, "username": { @@ -155327,6 +155347,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": { @@ -494945,6 +494975,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": { @@ -495832,6 +495872,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-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml index 8054705ca6..ff05ceacfb 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml @@ -901,7 +901,7 @@ paths: - subscriptions_url - type - url - type: &245 + type: &246 type: string description: The type of credit the user is receiving. enum: @@ -1067,7 +1067,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/global-advisories#get-a-global-security-advisory parameters: - - &563 + - &564 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -9047,7 +9047,7 @@ paths: - direct - transitive - - security_advisory: &411 + security_advisory: &412 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -9315,7 +9315,7 @@ paths: and was considered fixed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - auto_dismissed_at: &412 + auto_dismissed_at: &413 type: - string - 'null' @@ -9762,6 +9762,15 @@ paths: schema: type: boolean default: false + - &243 + 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 @@ -9769,7 +9778,7 @@ paths: application/json: schema: type: array - items: &243 + items: &244 type: object properties: number: *52 @@ -9785,14 +9794,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &555 + state: &556 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: &556 + resolution: &557 type: - string - 'null' @@ -9897,7 +9906,7 @@ paths: description: A boolean value representing whether or not alert is base64 encoded examples: - default: &244 + default: &245 value: - number: 2 created_at: '2020-11-06T18:48:51Z' @@ -10350,7 +10359,7 @@ paths: milestone: anyOf: - type: 'null' - - &399 + - &400 title: Milestone description: A collection of related issues and pull requests. @@ -10667,7 +10676,7 @@ paths: - author_association - created_at - updated_at - comment: &458 + comment: &459 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -11242,7 +11251,7 @@ paths: url: type: string format: uri - user: &586 + user: &587 title: Public User description: Public User type: object @@ -14599,14 +14608,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-public-events-for-a-network-of-repositories parameters: - - &267 + - &268 name: owner description: The account owner of the repository. The name is not case sensitive. in: path required: true schema: type: string - - &268 + - &269 name: repo description: The name of the repository without the `.git` extension. The name is not case sensitive. @@ -14677,7 +14686,7 @@ paths: '404': *6 '403': *27 '304': *35 - '301': &279 + '301': &280 description: Moved permanently content: application/json: @@ -14699,7 +14708,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &487 + - &488 name: all description: If `true`, show notifications marked as read. in: query @@ -14707,7 +14716,7 @@ paths: schema: type: boolean default: false - - &488 + - &489 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -14717,7 +14726,7 @@ paths: type: boolean default: false - *64 - - &489 + - &490 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: @@ -15243,7 +15252,7 @@ paths: - url - subscription_url examples: - default: &490 + default: &491 value: - id: '1' repository: @@ -15864,7 +15873,7 @@ paths: - avatar_url - description examples: - default: &603 + default: &604 value: - login: github id: 1 @@ -15910,7 +15919,7 @@ paths: required: true schema: type: string - - &626 + - &627 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, @@ -15919,7 +15928,7 @@ paths: required: false schema: type: integer - - &627 + - &628 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 @@ -15928,7 +15937,7 @@ paths: required: false schema: type: integer - - &628 + - &629 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 @@ -15937,7 +15946,7 @@ paths: required: false schema: type: integer - - &629 + - &630 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 @@ -16840,7 +16849,7 @@ paths: type: integer repository_cache_usages: type: array - items: &284 + items: &285 title: Actions Cache Usage by repository description: GitHub Actions Cache Usage by repository. type: object @@ -17738,7 +17747,7 @@ paths: - all - local_only - selected - selected_actions_url: &290 + selected_actions_url: &291 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` @@ -17828,7 +17837,7 @@ paths: type: array items: *59 examples: - default: &597 + default: &598 value: total_count: 1 repositories: @@ -18156,7 +18165,7 @@ paths: description: Response content: application/json: - schema: &294 + schema: &295 type: object properties: default_workflow_permissions: &109 @@ -18207,7 +18216,7 @@ paths: required: false content: application/json: - schema: &295 + schema: &296 type: object properties: default_workflow_permissions: *109 @@ -18700,7 +18709,7 @@ paths: type: array items: *116 examples: - default: &589 + default: &590 value: total_count: 1 repositories: @@ -19347,7 +19356,7 @@ paths: application/json: schema: type: array - items: &296 + items: &297 title: Runner Application description: Runner Application type: object @@ -19372,7 +19381,7 @@ paths: - download_url - filename examples: - default: &297 + default: &298 value: - os: osx architecture: x64 @@ -19458,7 +19467,7 @@ paths: - no-gpu work_folder: _work responses: - '201': &298 + '201': &299 description: Response content: application/json: @@ -19573,7 +19582,7 @@ paths: - token - expires_at examples: - default: &299 + default: &300 value: token: LLBF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-22T12:13:35.123-08:00' @@ -19612,7 +19621,7 @@ paths: application/json: schema: *120 examples: - default: &300 + default: &301 value: token: AABF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-29T12:13:35.123-08:00' @@ -19646,7 +19655,7 @@ paths: application/json: schema: *118 examples: - default: &301 + default: &302 value: id: 23 name: MBP @@ -19872,7 +19881,7 @@ paths: - *91 - *117 responses: - '200': &302 + '200': &303 description: Response content: application/json: @@ -19929,7 +19938,7 @@ paths: parameters: - *91 - *117 - - &303 + - &304 name: name description: The name of a self-hosted runner's custom label. in: path @@ -20061,7 +20070,7 @@ paths: description: Response content: application/json: - schema: &315 + schema: &316 title: ActionsPublicKey description: The public key used for setting Actions Secrets. type: object @@ -20096,7 +20105,7 @@ paths: - key_id - key examples: - default: &316 + default: &317 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -20509,7 +20518,7 @@ paths: url: https://docs.github.com/rest/actions/variables#list-organization-variables parameters: - *91 - - &289 + - &290 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)." @@ -21049,7 +21058,7 @@ paths: bundle_url: type: string examples: - default: &329 + default: &330 value: attestations: - bundle: @@ -21986,7 +21995,7 @@ paths: url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-alerts-for-an-organization parameters: - *91 - - &354 + - &355 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`, @@ -21996,7 +22005,7 @@ paths: schema: &135 type: string description: The name of the tool used to generate the code scanning analysis. - - &355 + - &356 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 @@ -22020,7 +22029,7 @@ paths: be returned. in: query required: false - schema: &357 + schema: &358 type: string description: State of a code scanning alert. enum: @@ -22043,7 +22052,7 @@ paths: be returned. in: query required: false - schema: &358 + schema: &359 type: string description: Severity of a code scanning alert. enum: @@ -22069,7 +22078,7 @@ paths: updated_at: *54 url: *55 html_url: *56 - instances_url: &359 + instances_url: &360 type: string description: The REST API URL for fetching the list of instances for an alert. @@ -22091,7 +22100,7 @@ paths: - type: 'null' - *4 dismissed_at: *134 - dismissed_reason: &360 + dismissed_reason: &361 type: - string - 'null' @@ -22102,14 +22111,14 @@ paths: - won't fix - used in tests - - dismissed_comment: &361 + dismissed_comment: &362 type: - string - 'null' description: The dismissal comment associated with the dismissal of the alert. maxLength: 280 - rule: &362 + rule: &363 type: object properties: id: @@ -22170,7 +22179,7 @@ paths: - 'null' description: A link to the documentation for the rule used to detect the alert. - tool: &363 + tool: &364 type: object properties: name: *135 @@ -22181,15 +22190,15 @@ paths: description: The version of the tool used to generate the code scanning analysis. guid: *136 - most_recent_instance: &364 + most_recent_instance: &365 type: object properties: - ref: &356 + ref: &357 type: string description: |- The Git reference, formatted as `refs/pull//merge`, `refs/pull//head`, `refs/heads/` or simply ``. - analysis_key: &374 + analysis_key: &375 type: string description: Identifies the configuration under which the analysis was executed. For example, in GitHub Actions @@ -22200,7 +22209,7 @@ paths: the environment in which the analysis that generated this alert instance was performed, such as the language that was analyzed. - category: &375 + category: &376 type: string description: Identifies the configuration under which the analysis was executed. Used to distinguish between multiple @@ -23487,7 +23496,7 @@ paths: machine: anyOf: - type: 'null' - - &387 + - &388 type: object title: Codespace machine description: A description of the machine powering a codespace. @@ -24439,7 +24448,7 @@ paths: - updated_at - visibility examples: - default: &388 + default: &389 value: total_count: 2 secrets: @@ -24477,7 +24486,7 @@ paths: description: Response content: application/json: - schema: &389 + schema: &390 title: CodespacesPublicKey description: The public key used for setting Codespaces secrets. type: object @@ -24512,7 +24521,7 @@ paths: - key_id - key examples: - default: &390 + default: &391 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -24544,7 +24553,7 @@ paths: application/json: schema: *144 examples: - default: &392 + default: &393 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -25585,7 +25594,7 @@ paths: application/json: schema: type: array - items: &249 + items: &250 title: Copilot Usage Metrics description: Copilot usage metrics for a given day. type: object @@ -25900,7 +25909,7 @@ paths: - date additionalProperties: true examples: - default: &250 + default: &251 value: - date: '2024-06-24' total_active_users: 24 @@ -26002,7 +26011,7 @@ paths: '500': *90 '403': *27 '404': *6 - '422': &251 + '422': &252 description: Copilot Usage Merics API setting is disabled at the organization or enterprise level. content: @@ -26176,7 +26185,7 @@ paths: description: Response content: application/json: - schema: &415 + schema: &416 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -26195,7 +26204,7 @@ paths: - key_id - key examples: - default: &416 + default: &417 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -28016,7 +28025,7 @@ paths: application/json: schema: *20 examples: - default: &454 + default: &455 value: id: 1 account: @@ -28244,7 +28253,7 @@ paths: required: true content: application/json: - schema: &455 + schema: &456 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration @@ -29101,7 +29110,7 @@ paths: application/json: schema: *191 examples: - default: &386 + default: &387 value: id: 1 name: monalisa-octocat-hello-world-g4wpq6h95q @@ -30339,7 +30348,7 @@ paths: parameters: - *91 - *198 - - &602 + - &603 name: repo_name description: repo_name parameter in: path @@ -31385,7 +31394,7 @@ paths: - nuget - container - *91 - - &604 + - &605 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -31426,7 +31435,7 @@ paths: default: *205 '403': *27 '401': *23 - '400': &606 + '400': &607 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -32628,6 +32637,8 @@ paths: description: The registry type. enum: - maven_repository + - nuget_feed + - goproxy_server type: string username: description: The username to use when authenticating with @@ -32704,6 +32715,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 @@ -32788,6 +32801,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 @@ -32959,6 +32974,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 @@ -33291,7 +33308,7 @@ paths: '401': *23 '403': *27 '404': *6 - '410': &276 + '410': &277 description: Gone content: application/json: @@ -34217,7 +34234,7 @@ paths: description: Response content: application/json: - schema: &278 + schema: &279 title: Full Repository description: Full Repository type: object @@ -34682,7 +34699,7 @@ paths: description: Whether anonymous git access is allowed. default: true type: boolean - code_of_conduct: &405 + code_of_conduct: &406 title: Code Of Conduct Simple description: Code of Conduct Simple type: object @@ -34796,7 +34813,7 @@ paths: - network_count - subscribers_count examples: - default: &280 + default: &281 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -35317,7 +35334,7 @@ paths: - *91 - *17 - *19 - - &540 + - &541 name: targets description: | A comma-separated list of rule targets to filter by. @@ -35603,7 +35620,7 @@ paths: type: object description: A repository rule. oneOf: - - &518 + - &519 title: creation description: Only allow users with bypass permission to create matching refs. @@ -35615,7 +35632,7 @@ paths: type: string enum: - creation - - &519 + - &520 title: update description: Only allow users with bypass permission to update matching refs. @@ -35636,7 +35653,7 @@ paths: repository required: - update_allows_fetch_and_merge - - &521 + - &522 title: deletion description: Only allow users with bypass permissions to delete matching refs. @@ -35648,7 +35665,7 @@ paths: type: string enum: - deletion - - &522 + - &523 title: required_linear_history description: Prevent merge commits from being pushed to matching refs. @@ -35660,7 +35677,7 @@ paths: type: string enum: - required_linear_history - - &523 + - &524 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -35738,7 +35755,7 @@ paths: - merge_method - min_entries_to_merge - min_entries_to_merge_wait_minutes - - &524 + - &525 title: required_deployments description: Choose which environments must be successfully deployed to before refs can be pushed into a ref that @@ -35762,7 +35779,7 @@ paths: type: string required: - required_deployment_environments - - &525 + - &526 title: required_signatures description: Commits pushed to matching refs must have verified signatures. @@ -35774,7 +35791,7 @@ paths: type: string enum: - required_signatures - - &526 + - &527 title: pull_request description: Require all commits be made to a non-target branch and submitted via a pull request before they can @@ -35836,7 +35853,7 @@ paths: - require_last_push_approval - required_approving_review_count - required_review_thread_resolution - - &527 + - &528 title: required_status_checks description: Choose which status checks must pass before the ref is updated. When enabled, commits must first be @@ -35884,7 +35901,7 @@ paths: required: - required_status_checks - strict_required_status_checks_policy - - &528 + - &529 title: non_fast_forward description: Prevent users with push access from force pushing to refs. @@ -35896,7 +35913,7 @@ paths: type: string enum: - non_fast_forward - - &529 + - &530 title: commit_message_pattern description: Parameters to be used for the commit_message_pattern rule @@ -35932,7 +35949,7 @@ paths: required: - operator - pattern - - &530 + - &531 title: commit_author_email_pattern description: Parameters to be used for the commit_author_email_pattern rule @@ -35968,7 +35985,7 @@ paths: required: - operator - pattern - - &531 + - &532 title: committer_email_pattern description: Parameters to be used for the committer_email_pattern rule @@ -36004,7 +36021,7 @@ paths: required: - operator - pattern - - &532 + - &533 title: branch_name_pattern description: Parameters to be used for the branch_name_pattern rule @@ -36040,7 +36057,7 @@ paths: required: - operator - pattern - - &533 + - &534 title: tag_name_pattern description: Parameters to be used for the tag_name_pattern rule @@ -36076,7 +36093,7 @@ paths: required: - operator - pattern - - &534 + - &535 title: file_path_restriction description: Prevent commits that include changes in specified file and folder paths from being pushed to the commit @@ -36101,7 +36118,7 @@ paths: type: string required: - restricted_file_paths - - &535 + - &536 title: max_file_path_length description: Prevent commits that include file paths that exceed the specified character limit from being pushed @@ -36125,7 +36142,7 @@ paths: maximum: 256 required: - max_file_path_length - - &536 + - &537 title: file_extension_restriction description: Prevent commits that include files with specified file extensions from being pushed to the commit graph. @@ -36148,7 +36165,7 @@ paths: type: string required: - restricted_file_extensions - - &537 + - &538 title: max_file_size description: Prevent commits with individual files that exceed the specified limit from being pushed to the commit @@ -36173,7 +36190,7 @@ paths: maximum: 100 required: - max_file_size - - &538 + - &539 title: workflows description: Require all changes made to a targeted branch to pass the specified workflows before they can be merged. @@ -36223,7 +36240,7 @@ paths: - repository_id required: - workflows - - &539 + - &540 title: code_scanning description: Choose which tools must provide code scanning results before the reference is updated. When configured, @@ -36461,7 +36478,7 @@ paths: url: https://docs.github.com/rest/orgs/rule-suites#list-organization-rule-suites parameters: - *91 - - &541 + - &542 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 @@ -36476,7 +36493,7 @@ paths: in: query schema: type: string - - &542 + - &543 name: time_period description: |- The time period to filter by. @@ -36492,14 +36509,14 @@ paths: - week - month default: day - - &543 + - &544 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 - - &544 + - &545 name: rule_suite_result description: The rule results to filter on. When specified, only suites with this result will be returned. @@ -36519,7 +36536,7 @@ paths: description: Response content: application/json: - schema: &545 + schema: &546 title: Rule Suites description: Response type: array @@ -36575,7 +36592,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &546 + default: &547 value: - id: 21 actor_id: 12 @@ -36619,7 +36636,7 @@ paths: url: https://docs.github.com/rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *91 - - &547 + - &548 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -36635,7 +36652,7 @@ paths: description: Response content: application/json: - schema: &548 + schema: &549 title: Rule Suite description: Response type: object @@ -36742,7 +36759,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &549 + default: &550 value: id: 21 actor_id: 12 @@ -36988,7 +37005,7 @@ paths: type: string format: date-time examples: - default: &551 + default: &552 value: - version_id: 3 actor: @@ -37041,7 +37058,7 @@ paths: description: Response content: application/json: - schema: &552 + schema: &553 allOf: - *235 - type: object @@ -37120,7 +37137,7 @@ paths: - *46 - *19 - *17 - - &553 + - &554 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 @@ -37130,7 +37147,7 @@ paths: required: false schema: type: string - - &554 + - &555 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 @@ -37143,6 +37160,7 @@ paths: - *240 - *241 - *242 + - *243 responses: '200': description: Response @@ -37150,9 +37168,9 @@ paths: application/json: schema: type: array - items: *243 + items: *244 examples: - default: *244 + default: *245 headers: Link: *57 '404': *6 @@ -37222,7 +37240,7 @@ paths: application/json: schema: type: array - items: &561 + items: &562 description: A repository security advisory. type: object properties: @@ -37466,7 +37484,7 @@ paths: login: type: string description: The username of the user credited. - type: *245 + type: *246 credits_detailed: type: - array @@ -37477,7 +37495,7 @@ paths: type: object properties: user: *4 - type: *245 + type: *246 state: type: string description: The state of the user's acceptance of the @@ -37541,7 +37559,7 @@ paths: - private_fork additionalProperties: false examples: - default: &562 + default: &563 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -38015,7 +38033,7 @@ paths: description: Response content: application/json: - schema: &620 + schema: &621 type: object properties: total_minutes_used: @@ -38085,7 +38103,7 @@ paths: - included_minutes - minutes_used_breakdown examples: - default: &621 + default: &622 value: total_minutes_used: 305 total_paid_minutes_used: 0 @@ -38121,7 +38139,7 @@ paths: description: Response content: application/json: - schema: &622 + schema: &623 type: object properties: total_gigabytes_bandwidth_used: @@ -38139,7 +38157,7 @@ paths: - total_paid_gigabytes_bandwidth_used - included_gigabytes_bandwidth examples: - default: &623 + default: &624 value: total_gigabytes_bandwidth_used: 50 total_paid_gigabytes_bandwidth_used: 40 @@ -38171,7 +38189,7 @@ paths: description: Response content: application/json: - schema: &624 + schema: &625 type: object properties: days_left_in_billing_cycle: @@ -38189,7 +38207,7 @@ paths: - estimated_paid_storage_for_month - estimated_storage_for_month examples: - default: &625 + default: &626 value: days_left_in_billing_cycle: 20 estimated_paid_storage_for_month: 15 @@ -38231,7 +38249,7 @@ paths: type: integer network_configurations: type: array - items: &246 + items: &247 title: Hosted compute network configuration description: A hosted compute network configuration. type: object @@ -38356,9 +38374,9 @@ paths: description: Response content: application/json: - schema: *246 + schema: *247 examples: - default: &247 + default: &248 value: id: 123456789ABCDEF name: My network configuration @@ -38387,7 +38405,7 @@ paths: url: https://docs.github.com/rest/orgs/network-configurations#get-a-hosted-compute-network-configuration-for-an-organization parameters: - *91 - - &248 + - &249 name: network_configuration_id description: Unique identifier of the hosted compute network configuration. in: path @@ -38399,9 +38417,9 @@ paths: description: Response content: application/json: - schema: *246 + schema: *247 examples: - default: *247 + default: *248 headers: Link: *57 x-github: @@ -38423,7 +38441,7 @@ paths: url: https://docs.github.com/rest/orgs/network-configurations#update-a-hosted-compute-network-configuration-for-an-organization parameters: - *91 - - *248 + - *249 requestBody: required: true content: @@ -38462,9 +38480,9 @@ paths: description: Response content: application/json: - schema: *246 + schema: *247 examples: - default: *247 + default: *248 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38484,7 +38502,7 @@ paths: url: https://docs.github.com/rest/orgs/network-configurations#delete-a-hosted-compute-network-configuration-from-an-organization parameters: - *91 - - *248 + - *249 responses: '204': description: Response @@ -38629,13 +38647,13 @@ paths: application/json: schema: type: array - items: *249 + items: *250 examples: - default: *250 + default: *251 '500': *90 '403': *27 '404': *6 - '422': *251 + '422': *252 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38759,7 +38777,7 @@ paths: description: Response content: application/json: - schema: &252 + schema: &253 title: Full Team description: Groups of organization members that gives permissions on specified repositories. @@ -39139,7 +39157,7 @@ paths: - repos_count - organization examples: - default: &253 + default: &254 value: id: 1 node_id: MDQ6VGVhbTE= @@ -39216,9 +39234,9 @@ paths: description: Response content: application/json: - schema: *252 + schema: *253 examples: - default: *253 + default: *254 '404': *6 x-github: githubCloudOnly: false @@ -39303,16 +39321,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *252 + schema: *253 examples: - default: *253 + default: *254 '201': description: Response content: application/json: - schema: *252 + schema: *253 examples: - default: *253 + default: *254 '404': *6 '422': *15 '403': *27 @@ -39382,7 +39400,7 @@ paths: application/json: schema: type: array - items: &254 + items: &255 title: Team Discussion description: A team discussion is a persistent record of a free-form conversation within a team. @@ -39493,7 +39511,7 @@ paths: - updated_at - url examples: - default: &576 + default: &577 value: - author: login: octocat @@ -39602,9 +39620,9 @@ paths: description: Response content: application/json: - schema: *254 + schema: *255 examples: - default: &255 + default: &256 value: author: login: octocat @@ -39678,7 +39696,7 @@ paths: parameters: - *91 - *199 - - &256 + - &257 name: discussion_number description: The number that identifies the discussion. in: path @@ -39690,9 +39708,9 @@ paths: description: Response content: application/json: - schema: *254 + schema: *255 examples: - default: *255 + default: *256 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39716,7 +39734,7 @@ paths: parameters: - *91 - *199 - - *256 + - *257 requestBody: required: false content: @@ -39739,9 +39757,9 @@ paths: description: Response content: application/json: - schema: *254 + schema: *255 examples: - default: &577 + default: &578 value: author: login: octocat @@ -39813,7 +39831,7 @@ paths: parameters: - *91 - *199 - - *256 + - *257 responses: '204': description: Response @@ -39841,7 +39859,7 @@ paths: parameters: - *91 - *199 - - *256 + - *257 - *46 - *17 - *19 @@ -39852,7 +39870,7 @@ paths: application/json: schema: type: array - items: &257 + items: &258 title: Team Discussion Comment description: A reply to a discussion within a team. type: object @@ -39932,7 +39950,7 @@ paths: - updated_at - url examples: - default: &578 + default: &579 value: - author: login: octocat @@ -40002,7 +40020,7 @@ paths: parameters: - *91 - *199 - - *256 + - *257 requestBody: required: true content: @@ -40024,9 +40042,9 @@ paths: description: Response content: application/json: - schema: *257 + schema: *258 examples: - default: &258 + default: &259 value: author: login: octocat @@ -40094,8 +40112,8 @@ paths: parameters: - *91 - *199 - - *256 - - &259 + - *257 + - &260 name: comment_number description: The number that identifies the comment. in: path @@ -40107,9 +40125,9 @@ paths: description: Response content: application/json: - schema: *257 + schema: *258 examples: - default: *258 + default: *259 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -40133,8 +40151,8 @@ paths: parameters: - *91 - *199 - - *256 - - *259 + - *257 + - *260 requestBody: required: true content: @@ -40156,9 +40174,9 @@ paths: description: Response content: application/json: - schema: *257 + schema: *258 examples: - default: &579 + default: &580 value: author: login: octocat @@ -40224,8 +40242,8 @@ paths: parameters: - *91 - *199 - - *256 - - *259 + - *257 + - *260 responses: '204': description: Response @@ -40253,8 +40271,8 @@ paths: parameters: - *91 - *199 - - *256 - - *259 + - *257 + - *260 - 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. @@ -40280,7 +40298,7 @@ paths: application/json: schema: type: array - items: &260 + items: &261 title: Reaction description: Reactions to conversations provide a way to help people express their feelings more simply and effectively. @@ -40324,7 +40342,7 @@ paths: - content - created_at examples: - default: &262 + default: &263 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -40376,8 +40394,8 @@ paths: parameters: - *91 - *199 - - *256 - - *259 + - *257 + - *260 requestBody: required: true content: @@ -40410,9 +40428,9 @@ paths: team discussion comment content: application/json: - schema: *260 + schema: *261 examples: - default: &261 + default: &262 value: id: 1 node_id: MDg6UmVhY3Rpb24x @@ -40441,9 +40459,9 @@ paths: description: Response content: application/json: - schema: *260 + schema: *261 examples: - default: *261 + default: *262 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -40468,9 +40486,9 @@ paths: parameters: - *91 - *199 - - *256 - - *259 - - &263 + - *257 + - *260 + - &264 name: reaction_id description: The unique identifier of the reaction. in: path @@ -40504,7 +40522,7 @@ paths: parameters: - *91 - *199 - - *256 + - *257 - 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. @@ -40530,9 +40548,9 @@ paths: application/json: schema: type: array - items: *260 + items: *261 examples: - default: *262 + default: *263 headers: Link: *57 x-github: @@ -40560,7 +40578,7 @@ paths: parameters: - *91 - *199 - - *256 + - *257 requestBody: required: true content: @@ -40592,16 +40610,16 @@ paths: description: Response content: application/json: - schema: *260 + schema: *261 examples: - default: *261 + default: *262 '201': description: Response content: application/json: - schema: *260 + schema: *261 examples: - default: *261 + default: *262 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -40626,8 +40644,8 @@ paths: parameters: - *91 - *199 - - *256 - - *263 + - *257 + - *264 responses: '204': description: Response @@ -40748,7 +40766,7 @@ paths: description: Response content: application/json: - schema: &264 + schema: &265 title: Team Membership description: Team Membership type: object @@ -40776,7 +40794,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &580 + response-if-user-is-a-team-maintainer: &581 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -40839,9 +40857,9 @@ paths: description: Response content: application/json: - schema: *264 + schema: *265 examples: - response-if-users-membership-with-team-is-now-pending: &581 + response-if-users-membership-with-team-is-now-pending: &582 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -40914,7 +40932,7 @@ paths: application/json: schema: type: array - items: &265 + items: &266 title: Team Project description: A team's access to a project. type: object @@ -40983,7 +41001,7 @@ paths: - updated_at - permissions examples: - default: &582 + default: &583 value: - owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -41048,7 +41066,7 @@ paths: parameters: - *91 - *199 - - &266 + - &267 name: project_id description: The unique identifier of the project. in: path @@ -41060,9 +41078,9 @@ paths: description: Response content: application/json: - schema: *265 + schema: *266 examples: - default: &583 + default: &584 value: owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -41126,7 +41144,7 @@ paths: parameters: - *91 - *199 - - *266 + - *267 requestBody: required: false content: @@ -41195,7 +41213,7 @@ paths: parameters: - *91 - *199 - - *266 + - *267 responses: '204': description: Response @@ -41266,14 +41284,14 @@ paths: parameters: - *91 - *199 - - *267 - *268 + - *269 responses: '200': description: Alternative response with repository permissions content: application/json: - schema: &584 + schema: &585 title: Team Repository description: A team's access to a repository. type: object @@ -41916,8 +41934,8 @@ paths: parameters: - *91 - *199 - - *267 - *268 + - *269 requestBody: required: false content: @@ -41964,8 +41982,8 @@ paths: parameters: - *91 - *199 - - *267 - *268 + - *269 responses: '204': description: Response @@ -42002,7 +42020,7 @@ paths: type: array items: *146 examples: - response-if-child-teams-exist: &585 + response-if-child-teams-exist: &586 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -42129,7 +42147,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#get-a-project-card parameters: - - &269 + - &270 name: card_id description: The unique identifier of the card. in: path @@ -42141,7 +42159,7 @@ paths: description: Response content: application/json: - schema: &270 + schema: &271 title: Project Card description: Project cards represent a scope of work. type: object @@ -42216,7 +42234,7 @@ paths: - created_at - updated_at examples: - default: &271 + default: &272 value: url: https://api.github.com/projects/columns/cards/1478 id: 1478 @@ -42272,7 +42290,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#update-an-existing-project-card parameters: - - *269 + - *270 requestBody: required: false content: @@ -42302,9 +42320,9 @@ paths: description: Response content: application/json: - schema: *270 + schema: *271 examples: - default: *271 + default: *272 '304': *35 '403': *27 '401': *23 @@ -42331,7 +42349,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#delete-a-project-card parameters: - - *269 + - *270 responses: '204': description: Response @@ -42375,7 +42393,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#move-a-project-card parameters: - - *269 + - *270 requestBody: required: true content: @@ -42488,7 +42506,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#get-a-project-column parameters: - - &272 + - &273 name: column_id description: The unique identifier of the column. in: path @@ -42500,7 +42518,7 @@ paths: description: Response content: application/json: - schema: &273 + schema: &274 title: Project Column description: Project columns contain cards of work. type: object @@ -42554,7 +42572,7 @@ paths: - created_at - updated_at examples: - default: &274 + default: &275 value: url: https://api.github.com/projects/columns/367 project_url: https://api.github.com/projects/120 @@ -42589,7 +42607,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#update-an-existing-project-column parameters: - - *272 + - *273 requestBody: required: true content: @@ -42614,9 +42632,9 @@ paths: description: Response content: application/json: - schema: *273 + schema: *274 examples: - default: *274 + default: *275 '304': *35 '403': *27 '401': *23 @@ -42641,7 +42659,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#delete-a-project-column parameters: - - *272 + - *273 responses: '204': description: Response @@ -42670,7 +42688,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#list-project-cards parameters: - - *272 + - *273 - name: archived_state description: Filters the project cards that are returned by the card's state. in: query @@ -42691,7 +42709,7 @@ paths: application/json: schema: type: array - items: *270 + items: *271 examples: default: value: @@ -42750,7 +42768,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#create-a-project-card parameters: - - *272 + - *273 requestBody: required: true content: @@ -42794,9 +42812,9 @@ paths: description: Response content: application/json: - schema: *270 + schema: *271 examples: - default: *271 + default: *272 '304': *35 '403': *27 '401': *23 @@ -42852,7 +42870,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#move-a-project-column parameters: - - *272 + - *273 requestBody: required: true content: @@ -42913,7 +42931,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#get-a-project parameters: - - *266 + - *267 responses: '200': description: Response @@ -42921,7 +42939,7 @@ paths: application/json: schema: *220 examples: - default: &275 + default: &276 value: owner_url: https://api.github.com/repos/api-playground/projects-test url: https://api.github.com/projects/1002604 @@ -42978,7 +42996,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#update-a-project parameters: - - *266 + - *267 requestBody: required: false content: @@ -43029,7 +43047,7 @@ paths: application/json: schema: *220 examples: - default: *275 + default: *276 '404': description: Not Found if the authenticated user does not have access to the project @@ -43050,7 +43068,7 @@ paths: items: type: string '401': *23 - '410': *276 + '410': *277 '422': *7 x-github: githubCloudOnly: false @@ -43073,7 +43091,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#delete-a-project parameters: - - *266 + - *267 responses: '204': description: Delete Success @@ -43094,7 +43112,7 @@ paths: items: type: string '401': *23 - '410': *276 + '410': *277 '404': *6 x-github: githubCloudOnly: false @@ -43118,7 +43136,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/collaborators#list-project-collaborators parameters: - - *266 + - *267 - 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 @@ -43175,7 +43193,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/collaborators#add-project-collaborator parameters: - - *266 + - *267 - *129 requestBody: required: false @@ -43230,7 +43248,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/collaborators#remove-user-as-a-collaborator parameters: - - *266 + - *267 - *129 responses: '204': @@ -43262,7 +43280,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/collaborators#get-project-permission-for-a-user parameters: - - *266 + - *267 - *129 responses: '200': @@ -43333,7 +43351,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#list-project-columns parameters: - - *266 + - *267 - *17 - *19 responses: @@ -43343,7 +43361,7 @@ paths: application/json: schema: type: array - items: *273 + items: *274 examples: default: value: @@ -43381,7 +43399,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#create-a-project-column parameters: - - *266 + - *267 requestBody: required: true content: @@ -43405,7 +43423,7 @@ paths: description: Response content: application/json: - schema: *273 + schema: *274 examples: default: value: @@ -43469,7 +43487,7 @@ paths: resources: type: object properties: - core: &277 + core: &278 title: Rate Limit type: object properties: @@ -43486,20 +43504,20 @@ paths: - remaining - reset - used - graphql: *277 - search: *277 - code_search: *277 - source_import: *277 - integration_manifest: *277 - code_scanning_upload: *277 - actions_runner_registration: *277 - scim: *277 - dependency_snapshots: *277 - code_scanning_autofix: *277 + graphql: *278 + search: *278 + code_search: *278 + source_import: *278 + integration_manifest: *278 + code_scanning_upload: *278 + actions_runner_registration: *278 + scim: *278 + dependency_snapshots: *278 + code_scanning_autofix: *278 required: - core - search - rate: *277 + rate: *278 required: - rate - resources @@ -43603,14 +43621,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#get-a-repository parameters: - - *267 - *268 + - *269 responses: '200': description: Response content: application/json: - schema: *278 + schema: *279 examples: default-response: summary: Default response @@ -44111,7 +44129,7 @@ paths: status: disabled '403': *27 '404': *6 - '301': *279 + '301': *280 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44129,8 +44147,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#update-a-repository parameters: - - *267 - *268 + - *269 requestBody: required: false content: @@ -44375,10 +44393,10 @@ paths: description: Response content: application/json: - schema: *278 + schema: *279 examples: - default: *280 - '307': &281 + default: *281 + '307': &282 description: Temporary Redirect content: application/json: @@ -44407,8 +44425,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#delete-a-repository parameters: - - *267 - *268 + - *269 responses: '204': description: Response @@ -44430,7 +44448,7 @@ paths: value: message: Organization members cannot delete repositories. documentation_url: https://docs.github.com/rest/repos/repos#delete-a-repository - '307': *281 + '307': *282 '404': *6 '409': *45 x-github: @@ -44454,11 +44472,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#list-artifacts-for-a-repository parameters: - - *267 - *268 + - *269 - *17 - *19 - - &307 + - &308 name: name description: The name field of an artifact. When specified, only artifacts with this name will be returned. @@ -44481,7 +44499,7 @@ paths: type: integer artifacts: type: array - items: &282 + items: &283 title: Artifact description: An artifact type: object @@ -44576,7 +44594,7 @@ paths: - expires_at - updated_at examples: - default: &308 + default: &309 value: total_count: 2 artifacts: @@ -44637,9 +44655,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#get-an-artifact parameters: - - *267 - *268 - - &283 + - *269 + - &284 name: artifact_id description: The unique identifier of the artifact. in: path @@ -44651,7 +44669,7 @@ paths: description: Response content: application/json: - schema: *282 + schema: *283 examples: default: value: @@ -44689,9 +44707,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#delete-an-artifact parameters: - - *267 - *268 - - *283 + - *269 + - *284 responses: '204': description: Response @@ -44715,9 +44733,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#download-an-artifact parameters: - - *267 - *268 - - *283 + - *269 + - *284 - name: archive_format in: path required: true @@ -44731,7 +44749,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': *276 + '410': *277 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44754,14 +44772,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#get-github-actions-cache-usage-for-a-repository parameters: - - *267 - *268 + - *269 responses: '200': description: Response content: application/json: - schema: *284 + schema: *285 examples: default: value: @@ -44787,11 +44805,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#list-github-actions-caches-for-a-repository parameters: - - *267 - *268 + - *269 - *17 - *19 - - &285 + - &286 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 @@ -44825,7 +44843,7 @@ paths: description: Response content: application/json: - schema: &286 + schema: &287 title: Repository actions caches description: Repository actions caches type: object @@ -44875,7 +44893,7 @@ paths: - total_count - actions_caches examples: - default: &287 + default: &288 value: total_count: 1 actions_caches: @@ -44907,23 +44925,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: - - *267 - *268 + - *269 - name: key description: A key for identifying the cache. in: query required: true schema: type: string - - *285 + - *286 responses: '200': description: Response content: application/json: - schema: *286 + schema: *287 examples: - default: *287 + default: *288 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44943,8 +44961,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: - - *267 - *268 + - *269 - name: cache_id description: The unique identifier of the GitHub Actions cache. in: path @@ -44975,9 +44993,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#get-a-job-for-a-workflow-run parameters: - - *267 - *268 - - &288 + - *269 + - &289 name: job_id description: The unique identifier of the job. in: path @@ -44989,7 +45007,7 @@ paths: description: Response content: application/json: - schema: &311 + schema: &312 title: Job description: Information of a job execution in a workflow run type: object @@ -45336,9 +45354,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#download-job-logs-for-a-workflow-run parameters: - - *267 - *268 - - *288 + - *269 + - *289 responses: '302': description: Response @@ -45366,9 +45384,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-a-job-from-a-workflow-run parameters: - - *267 - *268 - - *288 + - *269 + - *289 requestBody: required: false content: @@ -45414,8 +45432,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: - - *267 - *268 + - *269 responses: '200': description: Status response @@ -45465,8 +45483,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: - - *267 - *268 + - *269 requestBody: required: true content: @@ -45529,8 +45547,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-repository-organization-secrets parameters: - - *267 - *268 + - *269 - *17 - *19 responses: @@ -45548,7 +45566,7 @@ paths: type: integer secrets: type: array - items: &313 + items: &314 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -45569,7 +45587,7 @@ paths: - created_at - updated_at examples: - default: &314 + default: &315 value: total_count: 2 secrets: @@ -45602,9 +45620,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-repository-organization-variables parameters: - - *267 - *268 - - *289 + - *269 + - *290 - *19 responses: '200': @@ -45621,7 +45639,7 @@ paths: type: integer variables: type: array - items: &317 + items: &318 title: Actions Variable type: object properties: @@ -45655,7 +45673,7 @@ paths: - created_at - updated_at examples: - default: &318 + default: &319 value: total_count: 2 variables: @@ -45688,8 +45706,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-github-actions-permissions-for-a-repository parameters: - - *267 - *268 + - *269 responses: '200': description: Response @@ -45698,11 +45716,11 @@ paths: schema: type: object properties: - enabled: &291 + enabled: &292 type: boolean description: Whether GitHub Actions is enabled on the repository. allowed_actions: *105 - selected_actions_url: *290 + selected_actions_url: *291 required: - enabled examples: @@ -45729,8 +45747,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-github-actions-permissions-for-a-repository parameters: - - *267 - *268 + - *269 responses: '204': description: Response @@ -45741,7 +45759,7 @@ paths: schema: type: object properties: - enabled: *291 + enabled: *292 allowed_actions: *105 required: - enabled @@ -45771,14 +45789,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: - - *267 - *268 + - *269 responses: '200': description: Response content: application/json: - schema: &292 + schema: &293 type: object properties: access_level: @@ -45795,7 +45813,7 @@ paths: required: - access_level examples: - default: &293 + default: &294 value: access_level: organization x-github: @@ -45819,15 +45837,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: - - *267 - *268 + - *269 requestBody: required: true content: application/json: - schema: *292 + schema: *293 examples: - default: *293 + default: *294 responses: '204': description: Response @@ -45851,8 +45869,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *267 - *268 + - *269 responses: '200': description: Response @@ -45879,8 +45897,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *267 - *268 + - *269 responses: '204': description: Response @@ -45912,14 +45930,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-default-workflow-permissions-for-a-repository parameters: - - *267 - *268 + - *269 responses: '200': description: Response content: application/json: - schema: *294 + schema: *295 examples: default: *111 x-github: @@ -45942,8 +45960,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-default-workflow-permissions-for-a-repository parameters: - - *267 - *268 + - *269 responses: '204': description: Success response @@ -45954,7 +45972,7 @@ paths: required: true content: application/json: - schema: *295 + schema: *296 examples: default: *111 x-github: @@ -45983,8 +46001,8 @@ paths: in: query schema: type: string - - *267 - *268 + - *269 - *17 - *19 responses: @@ -46028,8 +46046,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#list-runner-applications-for-a-repository parameters: - - *267 - *268 + - *269 responses: '200': description: Response @@ -46037,9 +46055,9 @@ paths: application/json: schema: type: array - items: *296 + items: *297 examples: - default: *297 + default: *298 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46061,8 +46079,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: - - *267 - *268 + - *269 requestBody: required: true content: @@ -46105,7 +46123,7 @@ paths: - no-gpu work_folder: _work responses: - '201': *298 + '201': *299 '404': *6 '422': *7 '409': *45 @@ -46136,8 +46154,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-a-registration-token-for-a-repository parameters: - - *267 - *268 + - *269 responses: '201': description: Response @@ -46145,7 +46163,7 @@ paths: application/json: schema: *120 examples: - default: *299 + default: *300 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46173,8 +46191,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-a-remove-token-for-a-repository parameters: - - *267 - *268 + - *269 responses: '201': description: Response @@ -46182,7 +46200,7 @@ paths: application/json: schema: *120 examples: - default: *300 + default: *301 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46204,8 +46222,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: - - *267 - *268 + - *269 - *117 responses: '200': @@ -46214,7 +46232,7 @@ paths: application/json: schema: *118 examples: - default: *301 + default: *302 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46235,8 +46253,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: - - *267 - *268 + - *269 - *117 responses: '204': @@ -46263,8 +46281,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: - - *267 - *268 + - *269 - *117 responses: '200': *122 @@ -46289,8 +46307,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: - - *267 - *268 + - *269 - *117 requestBody: required: true @@ -46339,8 +46357,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: - - *267 - *268 + - *269 - *117 requestBody: required: true @@ -46390,11 +46408,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: - - *267 - *268 + - *269 - *117 responses: - '200': *302 + '200': *303 '404': *6 x-github: githubCloudOnly: false @@ -46421,10 +46439,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: - - *267 - *268 + - *269 - *117 - - *303 + - *304 responses: '200': *122 '404': *6 @@ -46452,9 +46470,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#list-workflow-runs-for-a-repository parameters: - - *267 - *268 - - &321 + - *269 + - &322 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. @@ -46462,7 +46480,7 @@ paths: required: false schema: type: string - - &322 + - &323 name: branch description: Returns workflow runs associated with a branch. Use the name of the branch of the `push`. @@ -46470,7 +46488,7 @@ paths: required: false schema: type: string - - &323 + - &324 name: event description: Returns workflow run triggered by the event you specify. For example, `push`, `pull_request` or `issue`. For more information, see "[Events @@ -46479,7 +46497,7 @@ paths: required: false schema: type: string - - &324 + - &325 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 @@ -46506,7 +46524,7 @@ paths: - pending - *17 - *19 - - &325 + - &326 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)." @@ -46515,7 +46533,7 @@ paths: schema: type: string format: date-time - - &304 + - &305 name: exclude_pull_requests description: If `true` pull requests are omitted from the response (empty array). @@ -46524,13 +46542,13 @@ paths: schema: type: boolean default: false - - &326 + - &327 name: check_suite_id description: Returns workflow runs with the `check_suite_id` that you specify. in: query schema: type: integer - - &327 + - &328 name: head_sha description: Only returns workflow runs that are associated with the specified `head_sha`. @@ -46553,7 +46571,7 @@ paths: type: integer workflow_runs: type: array - items: &305 + items: &306 title: Workflow Run description: An invocation of a workflow type: object @@ -46670,7 +46688,7 @@ paths: type: - array - 'null' - items: &346 + items: &347 title: Pull Request Minimal type: object properties: @@ -46797,7 +46815,7 @@ paths: head_commit: anyOf: - type: 'null' - - &350 + - &351 title: Simple Commit description: A commit. type: object @@ -46912,7 +46930,7 @@ paths: - workflow_url - pull_requests examples: - default: &328 + default: &329 value: total_count: 1 workflow_runs: @@ -47148,24 +47166,24 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-a-workflow-run parameters: - - *267 - *268 - - &306 + - *269 + - &307 name: run_id description: The unique identifier of the workflow run. in: path required: true schema: type: integer - - *304 + - *305 responses: '200': description: Response content: application/json: - schema: *305 + schema: *306 examples: - default: &309 + default: &310 value: id: 30433642 name: Build @@ -47406,9 +47424,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#delete-a-workflow-run parameters: - - *267 - *268 - - *306 + - *269 + - *307 responses: '204': description: Response @@ -47431,9 +47449,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-the-review-history-for-a-workflow-run parameters: - - *267 - *268 - - *306 + - *269 + - *307 responses: '200': description: Response @@ -47561,9 +47579,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: - - *267 - *268 - - *306 + - *269 + - *307 responses: '201': description: Response @@ -47596,12 +47614,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#list-workflow-run-artifacts parameters: - - *267 - *268 - - *306 + - *269 + - *307 - *17 - *19 - - *307 + - *308 responses: '200': description: Response @@ -47617,9 +47635,9 @@ paths: type: integer artifacts: type: array - items: *282 + items: *283 examples: - default: *308 + default: *309 headers: Link: *57 x-github: @@ -47643,25 +47661,25 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-a-workflow-run-attempt parameters: - - *267 - *268 - - *306 - - &310 + - *269 + - *307 + - &311 name: attempt_number description: The attempt number of the workflow run. in: path required: true schema: type: integer - - *304 + - *305 responses: '200': description: Response content: application/json: - schema: *305 + schema: *306 examples: - default: *309 + default: *310 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47684,10 +47702,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run-attempt parameters: - - *267 - *268 - - *306 - - *310 + - *269 + - *307 + - *311 - *17 - *19 responses: @@ -47705,9 +47723,9 @@ paths: type: integer jobs: type: array - items: *311 + items: *312 examples: - default: &312 + default: &313 value: total_count: 1 jobs: @@ -47820,10 +47838,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#download-workflow-run-attempt-logs parameters: - - *267 - *268 - - *306 - - *310 + - *269 + - *307 + - *311 responses: '302': description: Response @@ -47851,9 +47869,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#cancel-a-workflow-run parameters: - - *267 - *268 - - *306 + - *269 + - *307 responses: '202': description: Response @@ -47886,9 +47904,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: - - *267 - *268 - - *306 + - *269 + - *307 requestBody: required: true content: @@ -47955,9 +47973,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#force-cancel-a-workflow-run parameters: - - *267 - *268 - - *306 + - *269 + - *307 responses: '202': description: Response @@ -47990,9 +48008,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run parameters: - - *267 - *268 - - *306 + - *269 + - *307 - 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 @@ -48022,9 +48040,9 @@ paths: type: integer jobs: type: array - items: *311 + items: *312 examples: - default: *312 + default: *313 headers: Link: *57 x-github: @@ -48049,9 +48067,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#download-workflow-run-logs parameters: - - *267 - *268 - - *306 + - *269 + - *307 responses: '302': description: Response @@ -48078,9 +48096,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#delete-workflow-run-logs parameters: - - *267 - *268 - - *306 + - *269 + - *307 responses: '204': description: Response @@ -48107,9 +48125,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-pending-deployments-for-a-workflow-run parameters: - - *267 - *268 - - *306 + - *269 + - *307 responses: '200': description: Response @@ -48178,7 +48196,7 @@ paths: items: type: object properties: - type: &424 + type: &425 type: string description: The type of reviewer. enum: @@ -48264,9 +48282,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#review-pending-deployments-for-a-workflow-run parameters: - - *267 - *268 - - *306 + - *269 + - *307 requestBody: required: true content: @@ -48316,7 +48334,7 @@ paths: application/json: schema: type: array - items: &419 + items: &420 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed @@ -48428,7 +48446,7 @@ paths: - created_at - updated_at examples: - default: &420 + default: &421 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -48484,9 +48502,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-a-workflow parameters: - - *267 - *268 - - *306 + - *269 + - *307 requestBody: required: false content: @@ -48531,9 +48549,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-failed-jobs-from-a-workflow-run parameters: - - *267 - *268 - - *306 + - *269 + - *307 requestBody: required: false content: @@ -48587,9 +48605,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-workflow-run-usage parameters: - - *267 - *268 - - *306 + - *269 + - *307 responses: '200': description: Response @@ -48726,8 +48744,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-repository-secrets parameters: - - *267 - *268 + - *269 - *17 - *19 responses: @@ -48745,9 +48763,9 @@ paths: type: integer secrets: type: array - items: *313 + items: *314 examples: - default: *314 + default: *315 headers: Link: *57 x-github: @@ -48772,16 +48790,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-a-repository-public-key parameters: - - *267 - *268 + - *269 responses: '200': description: Response content: application/json: - schema: *315 + schema: *316 examples: - default: *316 + default: *317 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48803,17 +48821,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-a-repository-secret parameters: - - *267 - *268 + - *269 - *124 responses: '200': description: Response content: application/json: - schema: *313 + schema: *314 examples: - default: &437 + default: &438 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -48839,8 +48857,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#create-or-update-a-repository-secret parameters: - - *267 - *268 + - *269 - *124 requestBody: required: true @@ -48898,8 +48916,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#delete-a-repository-secret parameters: - - *267 - *268 + - *269 - *124 responses: '204': @@ -48925,9 +48943,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-repository-variables parameters: - - *267 - *268 - - *289 + - *269 + - *290 - *19 responses: '200': @@ -48944,9 +48962,9 @@ paths: type: integer variables: type: array - items: *317 + items: *318 examples: - default: *318 + default: *319 headers: Link: *57 x-github: @@ -48969,8 +48987,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#create-a-repository-variable parameters: - - *267 - *268 + - *269 requestBody: required: true content: @@ -49022,17 +49040,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#get-a-repository-variable parameters: - - *267 - *268 + - *269 - *127 responses: '200': description: Response content: application/json: - schema: *317 + schema: *318 examples: - default: &438 + default: &439 value: name: USERNAME value: octocat @@ -49058,8 +49076,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#update-a-repository-variable parameters: - - *267 - *268 + - *269 - *127 requestBody: required: true @@ -49102,8 +49120,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#delete-a-repository-variable parameters: - - *267 - *268 + - *269 - *127 responses: '204': @@ -49129,8 +49147,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#list-repository-workflows parameters: - - *267 - *268 + - *269 - *17 - *19 responses: @@ -49148,7 +49166,7 @@ paths: type: integer workflows: type: array - items: &319 + items: &320 title: Workflow description: A GitHub Actions workflow type: object @@ -49266,9 +49284,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#get-a-workflow parameters: - - *267 - *268 - - &320 + - *269 + - &321 name: workflow_id in: path description: The ID of the workflow. You can also pass the workflow file name @@ -49283,7 +49301,7 @@ paths: description: Response content: application/json: - schema: *319 + schema: *320 examples: default: value: @@ -49316,9 +49334,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#disable-a-workflow parameters: - - *267 - *268 - - *320 + - *269 + - *321 responses: '204': description: Response @@ -49343,9 +49361,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#create-a-workflow-dispatch-event parameters: - - *267 - *268 - - *320 + - *269 + - *321 responses: '204': description: Response @@ -49396,9 +49414,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#enable-a-workflow parameters: - - *267 - *268 - - *320 + - *269 + - *321 responses: '204': description: Response @@ -49425,19 +49443,19 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#list-workflow-runs-for-a-workflow parameters: - - *267 - *268 - - *320 + - *269 - *321 - *322 - *323 - *324 + - *325 - *17 - *19 - - *325 - - *304 - *326 + - *305 - *327 + - *328 responses: '200': description: Response @@ -49453,9 +49471,9 @@ paths: type: integer workflow_runs: type: array - items: *305 + items: *306 examples: - default: *328 + default: *329 headers: Link: *57 x-github: @@ -49487,9 +49505,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#get-workflow-usage parameters: - - *267 - *268 - - *320 + - *269 + - *321 responses: '200': description: Response @@ -49550,8 +49568,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-activities parameters: - - *267 - *268 + - *269 - *46 - *17 - *38 @@ -49719,8 +49737,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#list-assignees parameters: - - *267 - *268 + - *269 - *17 - *19 responses: @@ -49757,8 +49775,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#check-if-a-user-can-be-assigned parameters: - - *267 - *268 + - *269 - name: assignee in: path required: true @@ -49794,8 +49812,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#create-an-attestation parameters: - - *267 - *268 + - *269 requestBody: required: true content: @@ -49907,8 +49925,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-attestations parameters: - - *267 - *268 + - *269 - *17 - *38 - *39 @@ -49962,7 +49980,7 @@ paths: bundle_url: type: string examples: - default: *329 + default: *330 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49982,8 +50000,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#get-all-autolinks-of-a-repository parameters: - - *267 - *268 + - *269 responses: '200': description: Response @@ -49991,7 +50009,7 @@ paths: application/json: schema: type: array - items: &330 + items: &331 title: Autolink reference description: An autolink reference. type: object @@ -50045,8 +50063,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#create-an-autolink-reference-for-a-repository parameters: - - *267 - *268 + - *269 requestBody: required: true content: @@ -50085,9 +50103,9 @@ paths: description: response content: application/json: - schema: *330 + schema: *331 examples: - default: &331 + default: &332 value: id: 1 key_prefix: TICKET- @@ -50118,9 +50136,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#get-an-autolink-reference-of-a-repository parameters: - - *267 - *268 - - &332 + - *269 + - &333 name: autolink_id description: The unique identifier of the autolink. in: path @@ -50132,9 +50150,9 @@ paths: description: Response content: application/json: - schema: *330 + schema: *331 examples: - default: *331 + default: *332 '404': *6 x-github: githubCloudOnly: false @@ -50154,9 +50172,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#delete-an-autolink-reference-from-a-repository parameters: - - *267 - *268 - - *332 + - *269 + - *333 responses: '204': description: Response @@ -50180,8 +50198,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: - - *267 - *268 + - *269 responses: '200': description: Response if Dependabot is enabled @@ -50231,8 +50249,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-dependabot-security-updates parameters: - - *267 - *268 + - *269 responses: '204': description: Response @@ -50253,8 +50271,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-dependabot-security-updates parameters: - - *267 - *268 + - *269 responses: '204': description: Response @@ -50274,8 +50292,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#list-branches parameters: - - *267 - *268 + - *269 - name: protected description: Setting to `true` returns only branches protected by branch protections or rulesets. When set to `false`, only unprotected branches are returned. @@ -50313,7 +50331,7 @@ paths: - url protected: type: boolean - protection: &334 + protection: &335 title: Branch Protection description: Branch Protection type: object @@ -50356,7 +50374,7 @@ paths: required: - contexts - checks - enforce_admins: &337 + enforce_admins: &338 title: Protected Branch Admin Enforced description: Protected Branch Admin Enforced type: object @@ -50373,7 +50391,7 @@ paths: required: - url - enabled - required_pull_request_reviews: &339 + required_pull_request_reviews: &340 title: Protected Branch Pull Request Review description: Protected Branch Pull Request Review type: object @@ -50457,7 +50475,7 @@ paths: required: - dismiss_stale_reviews - require_code_owner_reviews - restrictions: &336 + restrictions: &337 title: Branch Restriction Policy description: Branch Restriction Policy type: object @@ -50782,9 +50800,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#get-a-branch parameters: - - *267 - *268 - - &335 + - *269 + - &336 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). @@ -50798,14 +50816,14 @@ paths: description: Response content: application/json: - schema: &345 + schema: &346 title: Branch With Protection description: Branch With Protection type: object properties: name: type: string - commit: &395 + commit: &396 title: Commit description: Commit type: object @@ -50844,7 +50862,7 @@ paths: author: anyOf: - type: 'null' - - &333 + - &334 title: Git User description: Metaproperties for Git author/committer information. @@ -50865,7 +50883,7 @@ paths: committer: anyOf: - type: 'null' - - *333 + - *334 message: type: string examples: @@ -50889,7 +50907,7 @@ paths: required: - sha - url - verification: &444 + verification: &445 title: Verification type: object properties: @@ -50969,7 +50987,7 @@ paths: type: integer files: type: array - items: &407 + items: &408 title: Diff Entry description: Diff Entry type: object @@ -51063,7 +51081,7 @@ paths: - self protected: type: boolean - protection: *334 + protection: *335 protection_url: type: string format: uri @@ -51172,7 +51190,7 @@ paths: contexts: [] checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection - '301': *279 + '301': *280 '404': *6 x-github: githubCloudOnly: false @@ -51194,15 +51212,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-branch-protection parameters: - - *267 - *268 - - *335 + - *269 + - *336 responses: '200': description: Response content: application/json: - schema: *334 + schema: *335 examples: default: value: @@ -51396,9 +51414,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-branch-protection parameters: - - *267 - *268 - - *335 + - *269 + - *336 requestBody: required: true content: @@ -51658,7 +51676,7 @@ paths: url: type: string format: uri - required_status_checks: &342 + required_status_checks: &343 title: Status Check Policy description: Status Check Policy type: object @@ -51817,7 +51835,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *336 + restrictions: *337 required_conversation_resolution: type: object properties: @@ -51929,9 +51947,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-branch-protection parameters: - - *267 - *268 - - *335 + - *269 + - *336 responses: '204': description: Response @@ -51956,17 +51974,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-admin-branch-protection parameters: - - *267 - *268 - - *335 + - *269 + - *336 responses: '200': description: Response content: application/json: - schema: *337 + schema: *338 examples: - default: &338 + default: &339 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins enabled: true @@ -51988,17 +52006,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-admin-branch-protection parameters: - - *267 - *268 - - *335 + - *269 + - *336 responses: '200': description: Response content: application/json: - schema: *337 + schema: *338 examples: - default: *338 + default: *339 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52017,9 +52035,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-admin-branch-protection parameters: - - *267 - *268 - - *335 + - *269 + - *336 responses: '204': description: Response @@ -52044,17 +52062,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-pull-request-review-protection parameters: - - *267 - *268 - - *335 + - *269 + - *336 responses: '200': description: Response content: application/json: - schema: *339 + schema: *340 examples: - default: &340 + default: &341 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_pull_request_reviews dismissal_restrictions: @@ -52150,9 +52168,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-pull-request-review-protection parameters: - - *267 - *268 - - *335 + - *269 + - *336 requestBody: required: false content: @@ -52250,9 +52268,9 @@ paths: description: Response content: application/json: - schema: *339 + schema: *340 examples: - default: *340 + default: *341 '422': *15 x-github: githubCloudOnly: false @@ -52273,9 +52291,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-pull-request-review-protection parameters: - - *267 - *268 - - *335 + - *269 + - *336 responses: '204': description: Response @@ -52302,17 +52320,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-commit-signature-protection parameters: - - *267 - *268 - - *335 + - *269 + - *336 responses: '200': description: Response content: application/json: - schema: *337 + schema: *338 examples: - default: &341 + default: &342 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true @@ -52335,17 +52353,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#create-commit-signature-protection parameters: - - *267 - *268 - - *335 + - *269 + - *336 responses: '200': description: Response content: application/json: - schema: *337 + schema: *338 examples: - default: *341 + default: *342 '404': *6 x-github: githubCloudOnly: false @@ -52365,9 +52383,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-commit-signature-protection parameters: - - *267 - *268 - - *335 + - *269 + - *336 responses: '204': description: Response @@ -52392,17 +52410,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-status-checks-protection parameters: - - *267 - *268 - - *335 + - *269 + - *336 responses: '200': description: Response content: application/json: - schema: *342 + schema: *343 examples: - default: &343 + default: &344 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_status_checks strict: true @@ -52428,9 +52446,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-status-check-protection parameters: - - *267 - *268 - - *335 + - *269 + - *336 requestBody: required: false content: @@ -52482,9 +52500,9 @@ paths: description: Response content: application/json: - schema: *342 + schema: *343 examples: - default: *343 + default: *344 '404': *6 '422': *15 x-github: @@ -52506,9 +52524,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-status-check-protection parameters: - - *267 - *268 - - *335 + - *269 + - *336 responses: '204': description: Response @@ -52532,9 +52550,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-all-status-check-contexts parameters: - - *267 - *268 - - *335 + - *269 + - *336 responses: '200': description: Response @@ -52568,9 +52586,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-status-check-contexts parameters: - - *267 - *268 - - *335 + - *269 + - *336 requestBody: required: false content: @@ -52637,9 +52655,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-status-check-contexts parameters: - - *267 - *268 - - *335 + - *269 + - *336 requestBody: required: false content: @@ -52703,9 +52721,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-status-check-contexts parameters: - - *267 - *268 - - *335 + - *269 + - *336 requestBody: content: application/json: @@ -52771,15 +52789,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-access-restrictions parameters: - - *267 - *268 - - *335 + - *269 + - *336 responses: '200': description: Response content: application/json: - schema: *336 + schema: *337 examples: default: value: @@ -52870,9 +52888,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-access-restrictions parameters: - - *267 - *268 - - *335 + - *269 + - *336 responses: '204': description: Response @@ -52895,9 +52913,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-apps-with-access-to-the-protected-branch parameters: - - *267 - *268 - - *335 + - *269 + - *336 responses: '200': description: Response @@ -52907,7 +52925,7 @@ paths: type: array items: *5 examples: - default: &344 + default: &345 value: - id: 1 slug: octoapp @@ -52964,9 +52982,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-app-access-restrictions parameters: - - *267 - *268 - - *335 + - *269 + - *336 requestBody: required: true content: @@ -53000,7 +53018,7 @@ paths: type: array items: *5 examples: - default: *344 + default: *345 '422': *15 x-github: githubCloudOnly: false @@ -53021,9 +53039,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-app-access-restrictions parameters: - - *267 - *268 - - *335 + - *269 + - *336 requestBody: required: true content: @@ -53057,7 +53075,7 @@ paths: type: array items: *5 examples: - default: *344 + default: *345 '422': *15 x-github: githubCloudOnly: false @@ -53078,9 +53096,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-app-access-restrictions parameters: - - *267 - *268 - - *335 + - *269 + - *336 requestBody: required: true content: @@ -53114,7 +53132,7 @@ paths: type: array items: *5 examples: - default: *344 + default: *345 '422': *15 x-github: githubCloudOnly: false @@ -53136,9 +53154,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-teams-with-access-to-the-protected-branch parameters: - - *267 - *268 - - *335 + - *269 + - *336 responses: '200': description: Response @@ -53168,9 +53186,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-team-access-restrictions parameters: - - *267 - *268 - - *335 + - *269 + - *336 requestBody: required: false content: @@ -53229,9 +53247,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-team-access-restrictions parameters: - - *267 - *268 - - *335 + - *269 + - *336 requestBody: required: false content: @@ -53290,9 +53308,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-team-access-restrictions parameters: - - *267 - *268 - - *335 + - *269 + - *336 requestBody: content: application/json: @@ -53351,9 +53369,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-users-with-access-to-the-protected-branch parameters: - - *267 - *268 - - *335 + - *269 + - *336 responses: '200': description: Response @@ -53387,9 +53405,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-user-access-restrictions parameters: - - *267 - *268 - - *335 + - *269 + - *336 requestBody: required: true content: @@ -53447,9 +53465,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-user-access-restrictions parameters: - - *267 - *268 - - *335 + - *269 + - *336 requestBody: required: true content: @@ -53507,9 +53525,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-user-access-restrictions parameters: - - *267 - *268 - - *335 + - *269 + - *336 requestBody: required: true content: @@ -53569,9 +53587,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#rename-a-branch parameters: - - *267 - *268 - - *335 + - *269 + - *336 requestBody: required: true content: @@ -53593,7 +53611,7 @@ paths: description: Response content: application/json: - schema: *345 + schema: *346 examples: default: value: @@ -53709,8 +53727,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#create-a-check-run parameters: - - *267 - *268 + - *269 requestBody: required: true content: @@ -53989,7 +54007,7 @@ paths: description: Response content: application/json: - schema: &347 + schema: &348 title: CheckRun description: A check performed on the code of a given code change type: object @@ -54124,8 +54142,8 @@ paths: do not necessarily indicate pull requests that triggered the check. type: array - items: *346 - deployment: &638 + items: *347 + deployment: &639 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -54412,9 +54430,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#get-a-check-run parameters: - - *267 - *268 - - &348 + - *269 + - &349 name: check_run_id description: The unique identifier of the check run. in: path @@ -54426,9 +54444,9 @@ paths: description: Response content: application/json: - schema: *347 + schema: *348 examples: - default: &349 + default: &350 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -54528,9 +54546,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#update-a-check-run parameters: - - *267 - *268 - - *348 + - *269 + - *349 requestBody: required: true content: @@ -54770,9 +54788,9 @@ paths: description: Response content: application/json: - schema: *347 + schema: *348 examples: - default: *349 + default: *350 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54792,9 +54810,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-run-annotations parameters: - - *267 - *268 - - *348 + - *269 + - *349 - *17 - *19 responses: @@ -54904,9 +54922,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#rerequest-a-check-run parameters: - - *267 - *268 - - *348 + - *269 + - *349 responses: '201': description: Response @@ -54950,8 +54968,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#create-a-check-suite parameters: - - *267 - *268 + - *269 requestBody: required: true content: @@ -54973,7 +54991,7 @@ paths: description: Response when the suite already exists content: application/json: - schema: &351 + schema: &352 title: CheckSuite description: A suite of checks performed on the code of a given code change @@ -55055,7 +55073,7 @@ paths: type: - array - 'null' - items: *346 + items: *347 app: anyOf: - type: 'null' @@ -55071,7 +55089,7 @@ paths: - string - 'null' format: date-time - head_commit: *350 + head_commit: *351 latest_check_runs_count: type: integer check_runs_url: @@ -55099,7 +55117,7 @@ paths: - check_runs_url - pull_requests examples: - default: &352 + default: &353 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -55390,9 +55408,9 @@ paths: description: Response when the suite was created content: application/json: - schema: *351 + schema: *352 examples: - default: *352 + default: *353 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55411,8 +55429,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#update-repository-preferences-for-check-suites parameters: - - *267 - *268 + - *269 requestBody: required: true content: @@ -55721,9 +55739,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#get-a-check-suite parameters: - - *267 - *268 - - &353 + - *269 + - &354 name: check_suite_id description: The unique identifier of the check suite. in: path @@ -55735,9 +55753,9 @@ paths: description: Response content: application/json: - schema: *351 + schema: *352 examples: - default: *352 + default: *353 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55760,17 +55778,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-runs-in-a-check-suite parameters: - - *267 - *268 - - *353 - - &402 + - *269 + - *354 + - &403 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &403 + - &404 name: status description: Returns check runs with the specified `status`. in: query @@ -55809,9 +55827,9 @@ paths: type: integer check_runs: type: array - items: *347 + items: *348 examples: - default: &404 + default: &405 value: total_count: 1 check_runs: @@ -55913,9 +55931,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#rerequest-a-check-suite parameters: - - *267 - *268 - - *353 + - *269 + - *354 responses: '201': description: Response @@ -55948,21 +55966,21 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-alerts-for-a-repository parameters: - - *267 - *268 - - *354 + - *269 - *355 + - *356 - *19 - *17 - - &372 + - &373 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: *356 - - &373 + schema: *357 + - &374 name: pr description: The number of the pull request for the results you want to list. in: query @@ -55987,13 +56005,13 @@ paths: be returned. in: query required: false - schema: *357 + schema: *358 - name: severity description: If specified, only code scanning alerts with this severity will be returned. in: query required: false - schema: *358 + schema: *359 responses: '200': description: Response @@ -56009,7 +56027,7 @@ paths: updated_at: *54 url: *55 html_url: *56 - instances_url: *359 + instances_url: *360 state: *137 fixed_at: *133 dismissed_by: @@ -56017,11 +56035,11 @@ paths: - type: 'null' - *4 dismissed_at: *134 - dismissed_reason: *360 - dismissed_comment: *361 - rule: *362 - tool: *363 - most_recent_instance: *364 + dismissed_reason: *361 + dismissed_comment: *362 + rule: *363 + tool: *364 + most_recent_instance: *365 dismissal_approved_by: anyOf: - type: 'null' @@ -56141,7 +56159,7 @@ paths: classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances '304': *35 - '403': &365 + '403': &366 description: Response if GitHub Advanced Security is not enabled for this repository content: @@ -56168,9 +56186,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-code-scanning-alert parameters: - - *267 - *268 - - &366 + - *269 + - &367 name: alert_number in: path description: The number that identifies an alert. You can find this at the @@ -56184,7 +56202,7 @@ paths: description: Response content: application/json: - schema: &367 + schema: &368 type: object properties: number: *52 @@ -56192,7 +56210,7 @@ paths: updated_at: *54 url: *55 html_url: *56 - instances_url: *359 + instances_url: *360 state: *137 fixed_at: *133 dismissed_by: @@ -56200,8 +56218,8 @@ paths: - type: 'null' - *4 dismissed_at: *134 - dismissed_reason: *360 - dismissed_comment: *361 + dismissed_reason: *361 + dismissed_comment: *362 rule: type: object properties: @@ -56263,8 +56281,8 @@ paths: - 'null' description: A link to the documentation for the rule used to detect the alert. - tool: *363 - most_recent_instance: *364 + tool: *364 + most_recent_instance: *365 dismissal_approved_by: anyOf: - type: 'null' @@ -56357,7 +56375,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '304': *35 - '403': *365 + '403': *366 '404': *6 '503': *62 x-github: @@ -56377,9 +56395,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#update-a-code-scanning-alert parameters: - - *267 - *268 - - *366 + - *269 + - *367 requestBody: required: true content: @@ -56394,8 +56412,8 @@ paths: enum: - open - dismissed - dismissed_reason: *360 - dismissed_comment: *361 + dismissed_reason: *361 + dismissed_comment: *362 create_request: type: boolean description: If `true`, attempt to create an alert dismissal request. @@ -56414,7 +56432,7 @@ paths: description: Response content: application/json: - schema: *367 + schema: *368 examples: default: value: @@ -56490,7 +56508,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '400': *14 - '403': &371 + '403': &372 description: Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository content: @@ -56517,15 +56535,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: - - *267 - *268 - - *366 + - *269 + - *367 responses: '200': description: Response content: application/json: - schema: &368 + schema: &369 type: object properties: status: @@ -56552,13 +56570,13 @@ paths: - description - started_at examples: - default: &369 + default: &370 value: status: success description: This fixes an XSS vulnerability by escaping the user input. started_at: '2024-02-14T12:29:18Z' - '400': &370 + '400': &371 description: Bad Request content: application/json: @@ -56569,7 +56587,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': *365 + '403': *366 '404': *6 '503': *62 x-github: @@ -56594,29 +56612,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: - - *267 - *268 - - *366 + - *269 + - *367 responses: '200': description: OK content: application/json: - schema: *368 + schema: *369 examples: - default: *369 + default: *370 '202': description: Accepted content: application/json: - schema: *368 + schema: *369 examples: default: value: status: pending description: started_at: '2024-02-14T12:29:18Z' - '400': *370 + '400': *371 '403': description: Response if the repository is archived, if GitHub Advanced Security is not enabled for this repository or if rate limit is exceeded @@ -56648,9 +56666,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: - - *267 - *268 - - *366 + - *269 + - *367 requestBody: required: false content: @@ -56696,8 +56714,8 @@ paths: value: target_ref: refs/heads/main sha: 178f4f6090b3fccad4a65b3e83d076a622d59652 - '400': *370 - '403': *371 + '400': *371 + '403': *372 '404': *6 '422': description: Unprocessable Entity @@ -56721,13 +56739,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-instances-of-a-code-scanning-alert parameters: - - *267 - *268 - - *366 + - *269 + - *367 - *19 - *17 - - *372 - *373 + - *374 responses: '200': description: Response @@ -56735,7 +56753,7 @@ paths: application/json: schema: type: array - items: *364 + items: *365 examples: default: value: @@ -56774,7 +56792,7 @@ paths: end_column: 50 classifications: - source - '403': *365 + '403': *366 '404': *6 '503': *62 x-github: @@ -56808,25 +56826,25 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-analyses-for-a-repository parameters: - - *267 - *268 - - *354 + - *269 - *355 + - *356 - *19 - *17 - - *373 + - *374 - 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: *356 + schema: *357 - name: sarif_id in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &376 + schema: &377 type: string description: An identifier for the upload. examples: @@ -56848,23 +56866,23 @@ paths: application/json: schema: type: array - items: &377 + items: &378 type: object properties: - ref: *356 - commit_sha: &385 + ref: *357 + commit_sha: &386 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: *374 + analysis_key: *375 environment: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *375 + category: *376 error: type: string examples: @@ -56889,8 +56907,8 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *376 - tool: *363 + sarif_id: *377 + tool: *364 deletable: type: boolean warning: @@ -56952,7 +56970,7 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *365 + '403': *366 '404': *6 '503': *62 x-github: @@ -56988,8 +57006,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: - - *267 - *268 + - *269 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -57002,7 +57020,7 @@ paths: description: Response content: application/json: - schema: *377 + schema: *378 examples: response: summary: application/json response @@ -57056,7 +57074,7 @@ paths: properties: - github/alertNumber: 2 - github/alertUrl: https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2 - '403': *365 + '403': *366 '404': *6 '422': description: Response if analysis could not be processed @@ -57143,8 +57161,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: - - *267 - *268 + - *269 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -57200,7 +57218,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': *371 + '403': *372 '404': *6 '503': *62 x-github: @@ -57222,8 +57240,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-codeql-databases-for-a-repository parameters: - - *267 - *268 + - *269 responses: '200': description: Response @@ -57231,7 +57249,7 @@ paths: application/json: schema: type: array - items: &378 + items: &379 title: CodeQL Database description: A CodeQL database. type: object @@ -57343,7 +57361,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': *365 + '403': *366 '404': *6 '503': *62 x-github: @@ -57372,8 +57390,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-codeql-database-for-a-repository parameters: - - *267 - *268 + - *269 - name: language in: path description: The language of the CodeQL database. @@ -57385,7 +57403,7 @@ paths: description: Response content: application/json: - schema: *378 + schema: *379 examples: default: value: @@ -57417,9 +57435,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': &409 + '302': &410 description: Found - '403': *365 + '403': *366 '404': *6 '503': *62 x-github: @@ -57441,8 +57459,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#delete-a-codeql-database parameters: - - *267 - *268 + - *269 - name: language in: path description: The language of the CodeQL database. @@ -57452,7 +57470,7 @@ paths: responses: '204': description: Response - '403': *371 + '403': *372 '404': *6 '503': *62 x-github: @@ -57480,8 +57498,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#create-a-codeql-variant-analysis parameters: - - *267 - *268 + - *269 requestBody: required: true content: @@ -57490,7 +57508,7 @@ paths: type: object additionalProperties: false properties: - language: &379 + language: &380 type: string description: The language targeted by the CodeQL query enum: @@ -57569,7 +57587,7 @@ paths: description: Variant analysis submitted for processing content: application/json: - schema: &383 + schema: &384 title: Variant Analysis description: A run of a CodeQL query against one or more repositories. type: object @@ -57579,7 +57597,7 @@ paths: description: The ID of the variant analysis. controller_repo: *51 actor: *4 - query_language: *379 + query_language: *380 query_pack_url: type: string description: The download url for the query pack. @@ -57627,7 +57645,7 @@ paths: items: type: object properties: - repository: &380 + repository: &381 title: Repository Identifier description: Repository Identifier type: object @@ -57669,7 +57687,7 @@ paths: - private - stargazers_count - updated_at - analysis_status: &384 + analysis_status: &385 type: string description: The new status of the CodeQL variant analysis repository task. @@ -57701,7 +57719,7 @@ paths: from processing. This information is only available to the user that initiated the variant analysis. properties: - access_mismatch_repos: &381 + access_mismatch_repos: &382 type: object properties: repository_count: @@ -57716,7 +57734,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: *380 + items: *381 required: - repository_count - repositories @@ -57739,8 +57757,8 @@ paths: required: - repository_count - repository_full_names - no_codeql_db_repos: *381 - over_limit_repos: *381 + no_codeql_db_repos: *382 + over_limit_repos: *382 required: - access_mismatch_repos - not_found_repos @@ -57756,7 +57774,7 @@ paths: examples: repositories_parameter: summary: Response for a successful variant analysis submission - value: &382 + value: &383 summary: Default response value: id: 1 @@ -57908,10 +57926,10 @@ paths: private: false repository_owners: summary: Response for a successful variant analysis submission - value: *382 + value: *383 repository_lists: summary: Response for a successful variant analysis submission - value: *382 + value: *383 '404': *6 '422': description: Unable to process variant analysis submission @@ -57939,8 +57957,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: - - *267 - *268 + - *269 - name: codeql_variant_analysis_id in: path description: The unique identifier of the variant analysis. @@ -57952,9 +57970,9 @@ paths: description: Response content: application/json: - schema: *383 + schema: *384 examples: - default: *382 + default: *383 '404': *6 '503': *62 x-github: @@ -57977,7 +57995,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: - - *267 + - *268 - name: repo in: path description: The name of the controller repository. @@ -58012,7 +58030,7 @@ paths: type: object properties: repository: *51 - analysis_status: *384 + analysis_status: *385 artifact_size_in_bytes: type: integer description: The size of the artifact. This is only available @@ -58137,8 +58155,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-code-scanning-default-setup-configuration parameters: - - *267 - *268 + - *269 responses: '200': description: Response @@ -58220,7 +58238,7 @@ paths: query_suite: default updated_at: '2023-01-19T11:21:34Z' schedule: weekly - '403': *365 + '403': *366 '404': *6 '503': *62 x-github: @@ -58241,8 +58259,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#update-a-code-scanning-default-setup-configuration parameters: - - *267 - *268 + - *269 requestBody: required: true content: @@ -58326,7 +58344,7 @@ paths: value: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 - '403': *371 + '403': *372 '404': *6 '409': description: Response if there is already a validation run in progress with @@ -58391,8 +58409,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#upload-an-analysis-as-sarif-data parameters: - - *267 - *268 + - *269 requestBody: required: true content: @@ -58400,7 +58418,7 @@ paths: schema: type: object properties: - commit_sha: *385 + commit_sha: *386 ref: type: string description: |- @@ -58460,7 +58478,7 @@ paths: schema: type: object properties: - id: *376 + id: *377 url: type: string description: The REST API URL for checking the status of the upload. @@ -58474,7 +58492,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': *371 + '403': *372 '404': *6 '413': description: Payload Too Large if the sarif field is too large @@ -58497,8 +58515,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-information-about-a-sarif-upload parameters: - - *267 - *268 + - *269 - name: sarif_id description: The SARIF ID obtained after uploading. in: path @@ -58546,7 +58564,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': *365 + '403': *366 '404': description: Not Found if the sarif id does not match any upload '503': *62 @@ -58571,8 +58589,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: - - *267 - *268 + - *269 responses: '200': description: Response @@ -58653,8 +58671,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-codeowners-errors parameters: - - *267 - *268 + - *269 - 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 @@ -58782,8 +58800,8 @@ paths: parameters: - *17 - *19 - - *267 - *268 + - *269 responses: '200': description: Response @@ -59097,8 +59115,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-codespace-in-a-repository parameters: - - *267 - *268 + - *269 requestBody: required: true content: @@ -59164,7 +59182,7 @@ paths: application/json: schema: *191 examples: - default: *386 + default: *387 '202': description: Response when the codespace creation partially failed but is being retried in the background @@ -59172,7 +59190,7 @@ paths: application/json: schema: *191 examples: - default: *386 + default: *387 '400': *14 '401': *23 '403': *27 @@ -59201,8 +59219,8 @@ paths: parameters: - *17 - *19 - - *267 - *268 + - *269 responses: '200': description: Response @@ -59266,8 +59284,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/machines#list-available-machine-types-for-a-repository parameters: - - *267 - *268 + - *269 - name: location description: The location to check for available machines. Assigned by IP if not provided. @@ -59304,9 +59322,9 @@ paths: type: integer machines: type: array - items: *387 + items: *388 examples: - default: &592 + default: &593 value: total_count: 2 machines: @@ -59346,8 +59364,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#get-default-attributes-for-a-codespace parameters: - - *267 - *268 + - *269 - name: ref description: The branch or commit to check for a default devcontainer path. If not specified, the default branch will be checked. @@ -59434,8 +59452,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: - - *267 - *268 + - *269 - 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 @@ -59504,8 +59522,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#list-repository-secrets parameters: - - *267 - *268 + - *269 - *17 - *19 responses: @@ -59523,7 +59541,7 @@ paths: type: integer secrets: type: array - items: &391 + items: &392 title: Codespaces Secret description: Set repository secrets for GitHub Codespaces. type: object @@ -59544,7 +59562,7 @@ paths: - created_at - updated_at examples: - default: *388 + default: *389 headers: Link: *57 x-github: @@ -59567,16 +59585,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#get-a-repository-public-key parameters: - - *267 - *268 + - *269 responses: '200': description: Response content: application/json: - schema: *389 + schema: *390 examples: - default: *390 + default: *391 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -59596,17 +59614,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#get-a-repository-secret parameters: - - *267 - *268 + - *269 - *124 responses: '200': description: Response content: application/json: - schema: *391 + schema: *392 examples: - default: *392 + default: *393 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59626,8 +59644,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#create-or-update-a-repository-secret parameters: - - *267 - *268 + - *269 - *124 requestBody: required: true @@ -59680,8 +59698,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#delete-a-repository-secret parameters: - - *267 - *268 + - *269 - *124 responses: '204': @@ -59710,8 +59728,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#list-repository-collaborators parameters: - - *267 - *268 + - *269 - name: affiliation description: Filter collaborators returned by their affiliation. `outside` means all outside collaborators of an organization-owned repository. `direct` @@ -59749,7 +59767,7 @@ paths: application/json: schema: type: array - items: &393 + items: &394 title: Collaborator description: Collaborator type: object @@ -59942,8 +59960,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#check-if-a-user-is-a-repository-collaborator parameters: - - *267 - *268 + - *269 - *129 responses: '204': @@ -59990,8 +60008,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#add-a-repository-collaborator parameters: - - *267 - *268 + - *269 - *129 requestBody: required: false @@ -60018,7 +60036,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &457 + schema: &458 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -60246,8 +60264,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#remove-a-repository-collaborator parameters: - - *267 - *268 + - *269 - *129 responses: '204': @@ -60279,8 +60297,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#get-repository-permissions-for-a-user parameters: - - *267 - *268 + - *269 - *129 responses: '200': @@ -60301,7 +60319,7 @@ paths: user: anyOf: - type: 'null' - - *393 + - *394 required: - permission - role_name @@ -60355,8 +60373,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#list-commit-comments-for-a-repository parameters: - - *267 - *268 + - *269 - *17 - *19 responses: @@ -60366,7 +60384,7 @@ paths: application/json: schema: type: array - items: &394 + items: &395 title: Commit Comment description: Commit Comment type: object @@ -60424,7 +60442,7 @@ paths: - created_at - updated_at examples: - default: &397 + default: &398 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -60483,17 +60501,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#get-a-commit-comment parameters: - - *267 - *268 + - *269 - *73 responses: '200': description: Response content: application/json: - schema: *394 + schema: *395 examples: - default: &398 + default: &399 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -60550,8 +60568,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#update-a-commit-comment parameters: - - *267 - *268 + - *269 - *73 requestBody: required: true @@ -60574,7 +60592,7 @@ paths: description: Response content: application/json: - schema: *394 + schema: *395 examples: default: value: @@ -60625,8 +60643,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#delete-a-commit-comment parameters: - - *267 - *268 + - *269 - *73 responses: '204': @@ -60648,8 +60666,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-commit-comment parameters: - - *267 - *268 + - *269 - *73 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). @@ -60676,9 +60694,9 @@ paths: application/json: schema: type: array - items: *260 + items: *261 examples: - default: *262 + default: *263 headers: Link: *57 '404': *6 @@ -60699,8 +60717,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-commit-comment parameters: - - *267 - *268 + - *269 - *73 requestBody: required: true @@ -60733,16 +60751,16 @@ paths: description: Reaction exists content: application/json: - schema: *260 + schema: *261 examples: - default: *261 + default: *262 '201': description: Reaction created content: application/json: - schema: *260 + schema: *261 examples: - default: *261 + default: *262 '422': *15 x-github: githubCloudOnly: false @@ -60764,10 +60782,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-commit-comment-reaction parameters: - - *267 - *268 + - *269 - *73 - - *263 + - *264 responses: '204': description: Response @@ -60816,8 +60834,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-commits parameters: - - *267 - *268 + - *269 - name: sha description: 'SHA or branch to start listing commits from. Default: the repository’s default branch (usually `main`).' @@ -60873,9 +60891,9 @@ paths: application/json: schema: type: array - items: *395 + items: *396 examples: - default: &505 + default: &506 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -60969,9 +60987,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-branches-for-head-commit parameters: - - *267 - *268 - - &396 + - *269 + - &397 name: commit_sha description: The SHA of the commit. in: path @@ -61043,9 +61061,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#list-commit-comments parameters: - - *267 - *268 - - *396 + - *269 + - *397 - *17 - *19 responses: @@ -61055,9 +61073,9 @@ paths: application/json: schema: type: array - items: *394 + items: *395 examples: - default: *397 + default: *398 headers: Link: *57 x-github: @@ -61085,9 +61103,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#create-a-commit-comment parameters: - - *267 - *268 - - *396 + - *269 + - *397 requestBody: required: true content: @@ -61122,9 +61140,9 @@ paths: description: Response content: application/json: - schema: *394 + schema: *395 examples: - default: *398 + default: *399 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -61152,9 +61170,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-pull-requests-associated-with-a-commit parameters: - - *267 - *268 - - *396 + - *269 + - *397 - *17 - *19 responses: @@ -61164,7 +61182,7 @@ paths: application/json: schema: type: array - items: &496 + items: &497 title: Pull Request Simple description: Pull Request Simple type: object @@ -61284,7 +61302,7 @@ paths: milestone: anyOf: - type: 'null' - - *399 + - *400 active_lock_reason: type: - string @@ -61383,7 +61401,7 @@ paths: _links: type: object properties: - comments: &400 + comments: &401 title: Link description: Hypermedia Link type: object @@ -61392,13 +61410,13 @@ paths: type: string required: - href - commits: *400 - statuses: *400 - html: *400 - issue: *400 - review_comments: *400 - review_comment: *400 - self: *400 + commits: *401 + statuses: *401 + html: *401 + issue: *401 + review_comments: *401 + review_comment: *401 + self: *401 required: - comments - commits @@ -61409,7 +61427,7 @@ paths: - review_comment - self author_association: *60 - auto_merge: &498 + auto_merge: &499 title: Auto merge description: The status of auto merging a pull request. type: @@ -61474,7 +61492,7 @@ paths: - author_association - auto_merge examples: - default: &497 + default: &498 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -62011,11 +62029,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#get-a-commit parameters: - - *267 - *268 + - *269 - *19 - *17 - - &401 + - &402 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)" @@ -62030,9 +62048,9 @@ paths: description: Response content: application/json: - schema: *395 + schema: *396 examples: - default: &484 + default: &485 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -62145,11 +62163,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-runs-for-a-git-reference parameters: - - *267 - *268 - - *401 + - *269 - *402 - *403 + - *404 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -62183,9 +62201,9 @@ paths: type: integer check_runs: type: array - items: *347 + items: *348 examples: - default: *404 + default: *405 headers: Link: *57 x-github: @@ -62210,9 +62228,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#list-check-suites-for-a-git-reference parameters: - - *267 - *268 - - *401 + - *269 + - *402 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -62220,7 +62238,7 @@ paths: schema: type: integer example: 1 - - *402 + - *403 - *17 - *19 responses: @@ -62238,7 +62256,7 @@ paths: type: integer check_suites: type: array - items: *351 + items: *352 examples: default: value: @@ -62438,9 +62456,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#get-the-combined-status-for-a-specific-reference parameters: - - *267 - *268 - - *401 + - *269 + - *402 - *17 - *19 responses: @@ -62642,9 +62660,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#list-commit-statuses-for-a-reference parameters: - - *267 - *268 - - *401 + - *269 + - *402 - *17 - *19 responses: @@ -62654,7 +62672,7 @@ paths: application/json: schema: type: array - items: &566 + items: &567 title: Status description: The status of a commit. type: object @@ -62735,7 +62753,7 @@ paths: site_admin: false headers: Link: *57 - '301': *279 + '301': *280 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62763,8 +62781,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/community#get-community-profile-metrics parameters: - - *267 - *268 + - *269 responses: '200': description: Response @@ -62797,11 +62815,11 @@ paths: code_of_conduct: anyOf: - type: 'null' - - *405 + - *406 code_of_conduct_file: anyOf: - type: 'null' - - &406 + - &407 title: Community Health File type: object properties: @@ -62821,19 +62839,19 @@ paths: contributing: anyOf: - type: 'null' - - *406 + - *407 readme: anyOf: - type: 'null' - - *406 + - *407 issue_template: anyOf: - type: 'null' - - *406 + - *407 pull_request_template: anyOf: - type: 'null' - - *406 + - *407 required: - code_of_conduct - code_of_conduct_file @@ -62962,8 +62980,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#compare-two-commits parameters: - - *267 - *268 + - *269 - *19 - *17 - name: basehead @@ -63011,8 +63029,8 @@ paths: format: uri examples: - https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *395 - merge_base_commit: *395 + base_commit: *396 + merge_base_commit: *396 status: type: string enum: @@ -63036,10 +63054,10 @@ paths: - 6 commits: type: array - items: *395 + items: *396 files: type: array - items: *407 + items: *408 required: - url - html_url @@ -63325,8 +63343,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-repository-content parameters: - - *267 - *268 + - *269 - name: path description: path parameter in: path @@ -63479,7 +63497,7 @@ paths: - type - url examples: - response-if-content-is-a-file: &408 + response-if-content-is-a-file: &409 summary: Response if content is a file value: type: file @@ -63616,7 +63634,7 @@ paths: - size - type - url - - &510 + - &511 title: Content File description: Content File type: object @@ -63834,7 +63852,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *408 + response-if-content-is-a-file: *409 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -63903,7 +63921,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *27 - '302': *409 + '302': *410 '304': *35 x-github: githubCloudOnly: false @@ -63926,8 +63944,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#create-or-update-file-contents parameters: - - *267 - *268 + - *269 - name: path description: path parameter in: path @@ -64022,7 +64040,7 @@ paths: description: Response content: application/json: - schema: &410 + schema: &411 title: File Commit description: File Commit type: object @@ -64178,7 +64196,7 @@ paths: description: Response content: application/json: - schema: *410 + schema: *411 examples: example-for-creating-a-file: value: @@ -64232,7 +64250,7 @@ paths: schema: oneOf: - *3 - - &439 + - &440 description: Repository rule violation was detected type: object properties: @@ -64253,7 +64271,7 @@ paths: items: type: object properties: - placeholder_id: &558 + placeholder_id: &559 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -64285,8 +64303,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#delete-a-file parameters: - - *267 - *268 + - *269 - name: path description: path parameter in: path @@ -64347,7 +64365,7 @@ paths: description: Response content: application/json: - schema: *410 + schema: *411 examples: default: value: @@ -64402,8 +64420,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-contributors parameters: - - *267 - *268 + - *269 - name: anon description: Set to `1` or `true` to include anonymous contributors in results. in: query @@ -64527,8 +64545,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#list-dependabot-alerts-for-a-repository parameters: - - *267 - *268 + - *269 - *147 - *148 - *149 @@ -64571,7 +64589,7 @@ paths: application/json: schema: type: array - items: &413 + items: &414 type: object description: A Dependabot alert. properties: @@ -64621,7 +64639,7 @@ paths: - direct - transitive - - security_advisory: *411 + security_advisory: *412 security_vulnerability: *50 url: *55 html_url: *56 @@ -64652,7 +64670,7 @@ paths: dismissal. maxLength: 280 fixed_at: *133 - auto_dismissed_at: *412 + auto_dismissed_at: *413 required: - number - state @@ -64882,9 +64900,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#get-a-dependabot-alert parameters: - - *267 - *268 - - &414 + - *269 + - &415 name: alert_number in: path description: |- @@ -64899,7 +64917,7 @@ paths: description: Response content: application/json: - schema: *413 + schema: *414 examples: default: value: @@ -65012,9 +65030,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#update-a-dependabot-alert parameters: - - *267 - *268 - - *414 + - *269 + - *415 requestBody: required: true content: @@ -65059,7 +65077,7 @@ paths: description: Response content: application/json: - schema: *413 + schema: *414 examples: default: value: @@ -65188,8 +65206,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#list-repository-secrets parameters: - - *267 - *268 + - *269 - *17 - *19 responses: @@ -65207,7 +65225,7 @@ paths: type: integer secrets: type: array - items: &417 + items: &418 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -65261,16 +65279,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#get-a-repository-public-key parameters: - - *267 - *268 + - *269 responses: '200': description: Response content: application/json: - schema: *415 + schema: *416 examples: - default: *416 + default: *417 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65290,15 +65308,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#get-a-repository-secret parameters: - - *267 - *268 + - *269 - *124 responses: '200': description: Response content: application/json: - schema: *417 + schema: *418 examples: default: value: @@ -65324,8 +65342,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#create-or-update-a-repository-secret parameters: - - *267 - *268 + - *269 - *124 requestBody: required: true @@ -65378,8 +65396,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#delete-a-repository-secret parameters: - - *267 - *268 + - *269 - *124 responses: '204': @@ -65402,8 +65420,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: - - *267 - *268 + - *269 - 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 @@ -65577,8 +65595,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: - - *267 - *268 + - *269 responses: '200': description: Response @@ -65838,8 +65856,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: - - *267 - *268 + - *269 requestBody: required: true content: @@ -65922,7 +65940,7 @@ paths: - version - url additionalProperties: false - metadata: &418 + metadata: &419 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -65961,7 +65979,7 @@ paths: examples: - "/src/build/package-lock.json" additionalProperties: false - metadata: *418 + metadata: *419 resolved: type: object description: A collection of resolved package dependencies. @@ -65975,7 +65993,7 @@ paths: pattern: "^pkg" examples: - pkg:/npm/%40actions/http-client@1.0.11 - metadata: *418 + metadata: *419 relationship: type: string description: A notation of whether a dependency is requested @@ -66108,8 +66126,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#list-deployments parameters: - - *267 - *268 + - *269 - name: sha description: The SHA recorded at creation time. in: query @@ -66150,9 +66168,9 @@ paths: application/json: schema: type: array - items: *419 + items: *420 examples: - default: *420 + default: *421 headers: Link: *57 x-github: @@ -66218,8 +66236,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#create-a-deployment parameters: - - *267 - *268 + - *269 requestBody: required: true content: @@ -66301,7 +66319,7 @@ paths: description: Response content: application/json: - schema: *419 + schema: *420 examples: simple-example: summary: Simple example @@ -66374,9 +66392,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#get-a-deployment parameters: - - *267 - *268 - - &421 + - *269 + - &422 name: deployment_id description: deployment_id parameter in: path @@ -66388,7 +66406,7 @@ paths: description: Response content: application/json: - schema: *419 + schema: *420 examples: default: value: @@ -66453,9 +66471,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#delete-a-deployment parameters: - - *267 - *268 - - *421 + - *269 + - *422 responses: '204': description: Response @@ -66477,9 +66495,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#list-deployment-statuses parameters: - - *267 - *268 - - *421 + - *269 + - *422 - *17 - *19 responses: @@ -66489,7 +66507,7 @@ paths: application/json: schema: type: array - items: &422 + items: &423 title: Deployment Status description: The status of a deployment. type: object @@ -66653,9 +66671,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#create-a-deployment-status parameters: - - *267 - *268 - - *421 + - *269 + - *422 requestBody: required: true content: @@ -66730,9 +66748,9 @@ paths: description: Response content: application/json: - schema: *422 + schema: *423 examples: - default: &423 + default: &424 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -66788,9 +66806,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#get-a-deployment-status parameters: - - *267 - *268 - - *421 + - *269 + - *422 - name: status_id in: path required: true @@ -66801,9 +66819,9 @@ paths: description: Response content: application/json: - schema: *422 + schema: *423 examples: - default: *423 + default: *424 '404': *6 x-github: githubCloudOnly: false @@ -66828,8 +66846,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#create-a-repository-dispatch-event parameters: - - *267 - *268 + - *269 requestBody: required: true content: @@ -66886,8 +66904,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#list-environments parameters: - - *267 - *268 + - *269 - *17 - *19 responses: @@ -66905,7 +66923,7 @@ paths: - 5 environments: type: array - items: &425 + items: &426 title: Environment description: Details of a deployment environment type: object @@ -66967,7 +66985,7 @@ paths: type: string examples: - wait_timer - wait_timer: &427 + wait_timer: &428 type: integer description: The amount of time to delay a job after the job is initially triggered. The time (in minutes) @@ -67009,7 +67027,7 @@ paths: items: type: object properties: - type: *424 + type: *425 reviewer: anyOf: - *4 @@ -67036,7 +67054,7 @@ paths: - id - node_id - type - deployment_branch_policy: &428 + deployment_branch_policy: &429 type: - object - 'null' @@ -67153,9 +67171,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#get-an-environment parameters: - - *267 - *268 - - &426 + - *269 + - &427 name: environment_name in: path required: true @@ -67168,9 +67186,9 @@ paths: description: Response content: application/json: - schema: *425 + schema: *426 examples: - default: &429 + default: &430 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -67254,9 +67272,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#create-or-update-an-environment parameters: - - *267 - *268 - - *426 + - *269 + - *427 requestBody: required: false content: @@ -67266,7 +67284,7 @@ paths: - object - 'null' properties: - wait_timer: *427 + wait_timer: *428 prevent_self_review: type: boolean description: Whether or not a user who created the job is prevented @@ -67285,14 +67303,14 @@ paths: items: type: object properties: - type: *424 + type: *425 id: type: integer description: The id of the user or team who can review the deployment examples: - 4532992 - deployment_branch_policy: *428 + deployment_branch_policy: *429 additionalProperties: false examples: default: @@ -67312,9 +67330,9 @@ paths: description: Response content: application/json: - schema: *425 + schema: *426 examples: - default: *429 + default: *430 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -67338,9 +67356,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#delete-an-environment parameters: - - *267 - *268 - - *426 + - *269 + - *427 responses: '204': description: Default response @@ -67365,9 +67383,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#list-deployment-branch-policies parameters: - - *267 - *268 - - *426 + - *269 + - *427 - *17 - *19 responses: @@ -67386,7 +67404,7 @@ paths: - 2 branch_policies: type: array - items: &430 + items: &431 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -67447,9 +67465,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#create-a-deployment-branch-policy parameters: - - *267 - *268 - - *426 + - *269 + - *427 requestBody: required: true content: @@ -67497,9 +67515,9 @@ paths: description: Response content: application/json: - schema: *430 + schema: *431 examples: - example-wildcard: &431 + example-wildcard: &432 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -67541,10 +67559,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#get-a-deployment-branch-policy parameters: - - *267 - *268 - - *426 - - &432 + - *269 + - *427 + - &433 name: branch_policy_id in: path required: true @@ -67556,9 +67574,9 @@ paths: description: Response content: application/json: - schema: *430 + schema: *431 examples: - default: *431 + default: *432 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67577,10 +67595,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#update-a-deployment-branch-policy parameters: - - *267 - *268 - - *426 - - *432 + - *269 + - *427 + - *433 requestBody: required: true content: @@ -67609,9 +67627,9 @@ paths: description: Response content: application/json: - schema: *430 + schema: *431 examples: - default: *431 + default: *432 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67630,10 +67648,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#delete-a-deployment-branch-policy parameters: - - *267 - *268 - - *426 - - *432 + - *269 + - *427 + - *433 responses: '204': description: Response @@ -67658,9 +67676,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#get-all-deployment-protection-rules-for-an-environment parameters: - - *426 + - *427 + - *269 - *268 - - *267 responses: '200': description: List of deployment protection rules @@ -67677,7 +67695,7 @@ paths: - 10 custom_deployment_protection_rules: type: array - items: &433 + items: &434 title: Deployment protection rule description: Deployment protection rule type: object @@ -67699,7 +67717,7 @@ paths: for the environment. examples: - true - app: &434 + app: &435 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -67802,9 +67820,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: - - *426 + - *427 + - *269 - *268 - - *267 requestBody: content: application/json: @@ -67825,9 +67843,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *433 + schema: *434 examples: - default: &435 + default: &436 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -67862,9 +67880,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: - - *426 + - *427 + - *269 - *268 - - *267 - *19 - *17 responses: @@ -67884,7 +67902,7 @@ paths: - 35 available_custom_deployment_protection_rule_integrations: type: array - items: *434 + items: *435 examples: default: value: @@ -67919,10 +67937,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#get-a-custom-deployment-protection-rule parameters: - - *267 - *268 - - *426 - - &436 + - *269 + - *427 + - &437 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -67934,9 +67952,9 @@ paths: description: Response content: application/json: - schema: *433 + schema: *434 examples: - default: *435 + default: *436 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67957,10 +67975,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#disable-a-custom-protection-rule-for-an-environment parameters: - - *426 + - *427 + - *269 - *268 - - *267 - - *436 + - *437 responses: '204': description: Response @@ -67986,9 +68004,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-environment-secrets parameters: - - *267 - *268 - - *426 + - *269 + - *427 - *17 - *19 responses: @@ -68006,9 +68024,9 @@ paths: type: integer secrets: type: array - items: *313 + items: *314 examples: - default: *314 + default: *315 headers: Link: *57 x-github: @@ -68033,17 +68051,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-an-environment-public-key parameters: - - *267 - *268 - - *426 + - *269 + - *427 responses: '200': description: Response content: application/json: - schema: *315 + schema: *316 examples: - default: *316 + default: *317 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68065,18 +68083,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-an-environment-secret parameters: - - *267 - *268 - - *426 + - *269 + - *427 - *124 responses: '200': description: Response content: application/json: - schema: *313 + schema: *314 examples: - default: *437 + default: *438 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68098,9 +68116,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#create-or-update-an-environment-secret parameters: - - *267 - *268 - - *426 + - *269 + - *427 - *124 requestBody: required: true @@ -68158,9 +68176,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#delete-an-environment-secret parameters: - - *267 - *268 - - *426 + - *269 + - *427 - *124 responses: '204': @@ -68186,10 +68204,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-environment-variables parameters: - - *267 - *268 - - *426 - - *289 + - *269 + - *427 + - *290 - *19 responses: '200': @@ -68206,9 +68224,9 @@ paths: type: integer variables: type: array - items: *317 + items: *318 examples: - default: *318 + default: *319 headers: Link: *57 x-github: @@ -68231,9 +68249,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#create-an-environment-variable parameters: - - *267 - *268 - - *426 + - *269 + - *427 requestBody: required: true content: @@ -68285,18 +68303,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#get-an-environment-variable parameters: - - *267 - *268 - - *426 + - *269 + - *427 - *127 responses: '200': description: Response content: application/json: - schema: *317 + schema: *318 examples: - default: *438 + default: *439 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68317,10 +68335,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#update-an-environment-variable parameters: - - *267 - *268 + - *269 - *127 - - *426 + - *427 requestBody: required: true content: @@ -68362,10 +68380,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#delete-an-environment-variable parameters: - - *267 - *268 + - *269 - *127 - - *426 + - *427 responses: '204': description: Response @@ -68387,8 +68405,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-repository-events parameters: - - *267 - *268 + - *269 - *17 - *19 responses: @@ -68465,8 +68483,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/forks#list-forks parameters: - - *267 - *268 + - *269 - name: sort description: The sort order. `stargazers` will sort by star count. in: query @@ -68625,8 +68643,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/forks#create-a-fork parameters: - - *267 - *268 + - *269 requestBody: required: false content: @@ -68659,9 +68677,9 @@ paths: description: Response content: application/json: - schema: *278 + schema: *279 examples: - default: *280 + default: *281 '400': *14 '422': *15 '403': *27 @@ -68682,8 +68700,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/blobs#create-a-blob parameters: - - *267 - *268 + - *269 requestBody: required: true content: @@ -68743,7 +68761,7 @@ paths: schema: oneOf: - *94 - - *439 + - *440 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68768,8 +68786,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/blobs#get-a-blob parameters: - - *267 - *268 + - *269 - name: file_sha in: path required: true @@ -68869,8 +68887,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/commits#create-a-commit parameters: - - *267 - *268 + - *269 requestBody: required: true content: @@ -68979,7 +68997,7 @@ paths: description: Response content: application/json: - schema: &440 + schema: &441 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -69206,15 +69224,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/commits#get-a-commit-object parameters: - - *267 - *268 - - *396 + - *269 + - *397 responses: '200': description: Response content: application/json: - schema: *440 + schema: *441 examples: default: value: @@ -69270,9 +69288,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#list-matching-references parameters: - - *267 - *268 - - &441 + - *269 + - &442 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. @@ -69289,7 +69307,7 @@ paths: application/json: schema: type: array - items: &442 + items: &443 title: Git Reference description: Git references within a repository type: object @@ -69365,17 +69383,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#get-a-reference parameters: - - *267 - *268 - - *441 + - *269 + - *442 responses: '200': description: Response content: application/json: - schema: *442 + schema: *443 examples: - default: &443 + default: &444 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -69404,8 +69422,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#create-a-reference parameters: - - *267 - *268 + - *269 requestBody: required: true content: @@ -69434,9 +69452,9 @@ paths: description: Response content: application/json: - schema: *442 + schema: *443 examples: - default: *443 + default: *444 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -69462,9 +69480,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#update-a-reference parameters: - - *267 - *268 - - *441 + - *269 + - *442 requestBody: required: true content: @@ -69493,9 +69511,9 @@ paths: description: Response content: application/json: - schema: *442 + schema: *443 examples: - default: *443 + default: *444 '422': *15 '409': *45 x-github: @@ -69513,9 +69531,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#delete-a-reference parameters: - - *267 - *268 - - *441 + - *269 + - *442 responses: '204': description: Response @@ -69570,8 +69588,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/tags#create-a-tag-object parameters: - - *267 - *268 + - *269 requestBody: required: true content: @@ -69638,7 +69656,7 @@ paths: description: Response content: application/json: - schema: &445 + schema: &446 title: Git Tag description: Metadata for a Git tag type: object @@ -69694,7 +69712,7 @@ paths: - sha - type - url - verification: *444 + verification: *445 required: - sha - url @@ -69704,7 +69722,7 @@ paths: - tag - message examples: - default: &446 + default: &447 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -69777,8 +69795,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/tags#get-a-tag parameters: - - *267 - *268 + - *269 - name: tag_sha in: path required: true @@ -69789,9 +69807,9 @@ paths: description: Response content: application/json: - schema: *445 + schema: *446 examples: - default: *446 + default: *447 '404': *6 '409': *45 x-github: @@ -69815,8 +69833,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/trees#create-a-tree parameters: - - *267 - *268 + - *269 requestBody: required: true content: @@ -69890,7 +69908,7 @@ paths: description: Response content: application/json: - schema: &447 + schema: &448 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -69992,8 +70010,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/trees#get-a-tree parameters: - - *267 - *268 + - *269 - name: tree_sha description: The SHA1 value or ref (branch or tag) name of the tree. in: path @@ -70016,7 +70034,7 @@ paths: description: Response content: application/json: - schema: *447 + schema: *448 examples: default-response: summary: Default response @@ -70075,8 +70093,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#list-repository-webhooks parameters: - - *267 - *268 + - *269 - *17 - *19 responses: @@ -70086,7 +70104,7 @@ paths: application/json: schema: type: array - items: &448 + items: &449 title: Webhook description: Webhooks for repositories. type: object @@ -70149,7 +70167,7 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &669 + last_response: &670 title: Hook Response type: object properties: @@ -70226,8 +70244,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#create-a-repository-webhook parameters: - - *267 - *268 + - *269 requestBody: required: false content: @@ -70280,9 +70298,9 @@ paths: description: Response content: application/json: - schema: *448 + schema: *449 examples: - default: &449 + default: &450 value: type: Repository id: 12345678 @@ -70330,17 +70348,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-repository-webhook parameters: - - *267 - *268 + - *269 - *162 responses: '200': description: Response content: application/json: - schema: *448 + schema: *449 examples: - default: *449 + default: *450 '404': *6 x-github: githubCloudOnly: false @@ -70360,8 +70378,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#update-a-repository-webhook parameters: - - *267 - *268 + - *269 - *162 requestBody: required: true @@ -70407,9 +70425,9 @@ paths: description: Response content: application/json: - schema: *448 + schema: *449 examples: - default: *449 + default: *450 '422': *15 '404': *6 x-github: @@ -70430,8 +70448,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#delete-a-repository-webhook parameters: - - *267 - *268 + - *269 - *162 responses: '204': @@ -70456,8 +70474,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-webhook-configuration-for-a-repository parameters: - - *267 - *268 + - *269 - *162 responses: '200': @@ -70485,8 +70503,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#update-a-webhook-configuration-for-a-repository parameters: - - *267 - *268 + - *269 - *162 requestBody: required: false @@ -70531,8 +70549,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#list-deliveries-for-a-repository-webhook parameters: - - *267 - *268 + - *269 - *162 - *17 - *163 @@ -70564,8 +70582,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-delivery-for-a-repository-webhook parameters: - - *267 - *268 + - *269 - *162 - *16 responses: @@ -70594,8 +70612,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#redeliver-a-delivery-for-a-repository-webhook parameters: - - *267 - *268 + - *269 - *162 - *16 responses: @@ -70619,8 +70637,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#ping-a-repository-webhook parameters: - - *267 - *268 + - *269 - *162 responses: '204': @@ -70646,8 +70664,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#test-the-push-repository-webhook parameters: - - *267 - *268 + - *269 - *162 responses: '204': @@ -70706,14 +70724,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-an-import-status parameters: - - *267 - *268 + - *269 responses: '200': description: Response content: application/json: - schema: &450 + schema: &451 title: Import description: A repository import from an external source. type: object @@ -70820,7 +70838,7 @@ paths: - html_url - authors_url examples: - default: &453 + default: &454 value: vcs: subversion use_lfs: true @@ -70836,7 +70854,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': &451 + '503': &452 description: Unavailable due to service under maintenance. content: application/json: @@ -70865,8 +70883,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#start-an-import parameters: - - *267 - *268 + - *269 requestBody: required: true content: @@ -70914,7 +70932,7 @@ paths: description: Response content: application/json: - schema: *450 + schema: *451 examples: default: value: @@ -70939,7 +70957,7 @@ paths: type: string '422': *15 '404': *6 - '503': *451 + '503': *452 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70967,8 +70985,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#update-an-import parameters: - - *267 - *268 + - *269 requestBody: required: false content: @@ -71020,7 +71038,7 @@ paths: description: Response content: application/json: - schema: *450 + schema: *451 examples: example-1: summary: Example 1 @@ -71068,7 +71086,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': *451 + '503': *452 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71091,12 +71109,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#cancel-an-import parameters: - - *267 - *268 + - *269 responses: '204': description: Response - '503': *451 + '503': *452 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71122,9 +71140,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-commit-authors parameters: - - *267 - *268 - - &615 + - *269 + - &616 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -71138,7 +71156,7 @@ paths: application/json: schema: type: array - items: &452 + items: &453 title: Porter Author description: Porter Author type: object @@ -71192,7 +71210,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': *451 + '503': *452 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71217,8 +71235,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#map-a-commit-author parameters: - - *267 - *268 + - *269 - name: author_id in: path required: true @@ -71248,7 +71266,7 @@ paths: description: Response content: application/json: - schema: *452 + schema: *453 examples: default: value: @@ -71261,7 +71279,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *451 + '503': *452 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71285,8 +71303,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-large-files parameters: - - *267 - *268 + - *269 responses: '200': description: Response @@ -71327,7 +71345,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *451 + '503': *452 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71355,8 +71373,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#update-git-lfs-preference parameters: - - *267 - *268 + - *269 requestBody: required: true content: @@ -71383,11 +71401,11 @@ paths: description: Response content: application/json: - schema: *450 + schema: *451 examples: - default: *453 + default: *454 '422': *15 - '503': *451 + '503': *452 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71410,8 +71428,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/apps#get-a-repository-installation-for-the-authenticated-app parameters: - - *267 - *268 + - *269 responses: '200': description: Response @@ -71419,8 +71437,8 @@ paths: application/json: schema: *20 examples: - default: *454 - '301': *279 + default: *455 + '301': *280 '404': *6 x-github: githubCloudOnly: false @@ -71440,8 +71458,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#get-interaction-restrictions-for-a-repository parameters: - - *267 - *268 + - *269 responses: '200': description: Response @@ -71454,7 +71472,7 @@ paths: properties: {} additionalProperties: false examples: - default: &456 + default: &457 value: limit: collaborators_only origin: repository @@ -71479,13 +71497,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#set-interaction-restrictions-for-a-repository parameters: - - *267 - *268 + - *269 requestBody: required: true content: application/json: - schema: *455 + schema: *456 examples: default: summary: Example request body @@ -71499,7 +71517,7 @@ paths: application/json: schema: *180 examples: - default: *456 + default: *457 '409': description: Response x-github: @@ -71521,8 +71539,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#remove-interaction-restrictions-for-a-repository parameters: - - *267 - *268 + - *269 responses: '204': description: Response @@ -71545,8 +71563,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#list-repository-invitations parameters: - - *267 - *268 + - *269 - *17 - *19 responses: @@ -71556,9 +71574,9 @@ paths: application/json: schema: type: array - items: *457 + items: *458 examples: - default: &608 + default: &609 value: - id: 1 repository: @@ -71689,8 +71707,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#update-a-repository-invitation parameters: - - *267 - *268 + - *269 - *184 requestBody: required: false @@ -71720,7 +71738,7 @@ paths: description: Response content: application/json: - schema: *457 + schema: *458 examples: default: value: @@ -71851,8 +71869,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#delete-a-repository-invitation parameters: - - *267 - *268 + - *269 - *184 responses: '204': @@ -71884,8 +71902,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#list-repository-issues parameters: - - *267 - *268 + - *269 - 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 @@ -71958,7 +71976,7 @@ paths: type: array items: *74 examples: - default: &466 + default: &467 value: - id: 1 node_id: MDU6SXNzdWUx @@ -72106,7 +72124,7 @@ paths: state_reason: completed headers: Link: *57 - '301': *279 + '301': *280 '422': *15 '404': *6 x-github: @@ -72135,8 +72153,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#create-an-issue parameters: - - *267 - *268 + - *269 requestBody: required: true content: @@ -72228,7 +72246,7 @@ paths: application/json: schema: *74 examples: - default: &461 + default: &462 value: id: 1 node_id: MDU6SXNzdWUx @@ -72384,7 +72402,7 @@ paths: '422': *15 '503': *62 '404': *6 - '410': *276 + '410': *277 x-github: triggersNotification: true githubCloudOnly: false @@ -72412,8 +72430,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#list-issue-comments-for-a-repository parameters: - - *267 - *268 + - *269 - *83 - name: direction description: Either `asc` or `desc`. Ignored without the `sort` parameter. @@ -72434,9 +72452,9 @@ paths: application/json: schema: type: array - items: *458 + items: *459 examples: - default: &463 + default: &464 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -72494,17 +72512,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#get-an-issue-comment parameters: - - *267 - *268 + - *269 - *73 responses: '200': description: Response content: application/json: - schema: *458 + schema: *459 examples: - default: &459 + default: &460 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -72558,8 +72576,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#update-an-issue-comment parameters: - - *267 - *268 + - *269 - *73 requestBody: required: true @@ -72582,9 +72600,9 @@ paths: description: Response content: application/json: - schema: *458 + schema: *459 examples: - default: *459 + default: *460 '422': *15 x-github: githubCloudOnly: false @@ -72602,8 +72620,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#delete-an-issue-comment parameters: - - *267 - *268 + - *269 - *73 responses: '204': @@ -72624,8 +72642,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-an-issue-comment parameters: - - *267 - *268 + - *269 - *73 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). @@ -72652,9 +72670,9 @@ paths: application/json: schema: type: array - items: *260 + items: *261 examples: - default: *262 + default: *263 headers: Link: *57 '404': *6 @@ -72675,8 +72693,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-an-issue-comment parameters: - - *267 - *268 + - *269 - *73 requestBody: required: true @@ -72709,16 +72727,16 @@ paths: description: Reaction exists content: application/json: - schema: *260 + schema: *261 examples: - default: *261 + default: *262 '201': description: Reaction created content: application/json: - schema: *260 + schema: *261 examples: - default: *261 + default: *262 '422': *15 x-github: githubCloudOnly: false @@ -72740,10 +72758,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-an-issue-comment-reaction parameters: - - *267 - *268 + - *269 - *73 - - *263 + - *264 responses: '204': description: Response @@ -72763,8 +72781,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#list-issue-events-for-a-repository parameters: - - *267 - *268 + - *269 - *17 - *19 responses: @@ -72774,7 +72792,7 @@ paths: application/json: schema: type: array - items: &460 + items: &461 title: Issue Event description: Issue Event type: object @@ -73113,8 +73131,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#get-an-issue-event parameters: - - *267 - *268 + - *269 - name: event_id in: path required: true @@ -73125,7 +73143,7 @@ paths: description: Response content: application/json: - schema: *460 + schema: *461 examples: default: value: @@ -73318,7 +73336,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *276 + '410': *277 '403': *27 x-github: githubCloudOnly: false @@ -73352,9 +73370,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#get-an-issue parameters: - - *267 - *268 - - &462 + - *269 + - &463 name: issue_number description: The number that identifies the issue. in: path @@ -73368,10 +73386,10 @@ paths: application/json: schema: *74 examples: - default: *461 - '301': *279 + default: *462 + '301': *280 '404': *6 - '410': *276 + '410': *277 '304': *35 x-github: githubCloudOnly: false @@ -73396,9 +73414,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#update-an-issue parameters: - - *267 - *268 - - *462 + - *269 + - *463 requestBody: required: false content: @@ -73518,13 +73536,13 @@ paths: application/json: schema: *74 examples: - default: *461 + default: *462 '422': *15 '503': *62 '403': *27 - '301': *279 + '301': *280 '404': *6 - '410': *276 + '410': *277 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73542,9 +73560,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#add-assignees-to-an-issue parameters: - - *267 - *268 - - *462 + - *269 + - *463 requestBody: required: false content: @@ -73572,7 +73590,7 @@ paths: application/json: schema: *74 examples: - default: *461 + default: *462 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73588,9 +73606,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#remove-assignees-from-an-issue parameters: - - *267 - *268 - - *462 + - *269 + - *463 requestBody: content: application/json: @@ -73617,7 +73635,7 @@ paths: application/json: schema: *74 examples: - default: *461 + default: *462 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73639,9 +73657,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: - - *267 - *268 - - *462 + - *269 + - *463 - name: assignee in: path required: true @@ -73681,9 +73699,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#list-issue-comments parameters: - - *267 - *268 - - *462 + - *269 + - *463 - *64 - *17 - *19 @@ -73694,13 +73712,13 @@ paths: application/json: schema: type: array - items: *458 + items: *459 examples: - default: *463 + default: *464 headers: Link: *57 '404': *6 - '410': *276 + '410': *277 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73729,9 +73747,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#create-an-issue-comment parameters: - - *267 - *268 - - *462 + - *269 + - *463 requestBody: required: true content: @@ -73753,16 +73771,16 @@ paths: description: Response content: application/json: - schema: *458 + schema: *459 examples: - default: *459 + default: *460 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *27 - '410': *276 + '410': *277 '422': *15 '404': *6 x-github: @@ -73782,9 +73800,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#list-issue-events parameters: - - *267 - *268 - - *462 + - *269 + - *463 - *17 - *19 responses: @@ -73798,7 +73816,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &467 + - &468 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -73847,7 +73865,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &468 + - &469 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -73975,7 +73993,7 @@ paths: - performed_via_github_app - assignee - assigner - - &469 + - &470 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -74021,7 +74039,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &470 + - &471 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -74067,7 +74085,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &471 + - &472 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -74116,7 +74134,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &472 + - &473 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -74158,7 +74176,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &473 + - &474 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -74200,7 +74218,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &474 + - &475 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -74256,7 +74274,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &475 + - &476 title: Locked Issue Event description: Locked Issue Event type: object @@ -74301,7 +74319,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &476 + - &477 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -74362,7 +74380,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &477 + - &478 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -74423,7 +74441,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &478 + - &479 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -74484,7 +74502,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &479 + - &480 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -74577,7 +74595,7 @@ paths: color: red headers: Link: *57 - '410': *276 + '410': *277 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74594,9 +74612,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-an-issue parameters: - - *267 - *268 - - *462 + - *269 + - *463 - *17 - *19 responses: @@ -74606,7 +74624,7 @@ paths: application/json: schema: type: array - items: &464 + items: &465 title: Label description: Color-coded labels help you categorize and filter your issues (just like labels in Gmail). @@ -74661,7 +74679,7 @@ paths: - color - default examples: - default: &465 + default: &466 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -74679,9 +74697,9 @@ paths: default: false headers: Link: *57 - '301': *279 + '301': *280 '404': *6 - '410': *276 + '410': *277 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74698,9 +74716,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#add-labels-to-an-issue parameters: - - *267 - *268 - - *462 + - *269 + - *463 requestBody: required: false content: @@ -74759,12 +74777,12 @@ paths: application/json: schema: type: array - items: *464 + items: *465 examples: - default: *465 - '301': *279 + default: *466 + '301': *280 '404': *6 - '410': *276 + '410': *277 '422': *15 x-github: githubCloudOnly: false @@ -74781,9 +74799,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#set-labels-for-an-issue parameters: - - *267 - *268 - - *462 + - *269 + - *463 requestBody: required: false content: @@ -74843,12 +74861,12 @@ paths: application/json: schema: type: array - items: *464 + items: *465 examples: - default: *465 - '301': *279 + default: *466 + '301': *280 '404': *6 - '410': *276 + '410': *277 '422': *15 x-github: githubCloudOnly: false @@ -74865,15 +74883,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#remove-all-labels-from-an-issue parameters: - - *267 - *268 - - *462 + - *269 + - *463 responses: '204': description: Response - '301': *279 + '301': *280 '404': *6 - '410': *276 + '410': *277 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74892,9 +74910,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#remove-a-label-from-an-issue parameters: - - *267 - *268 - - *462 + - *269 + - *463 - name: name in: path required: true @@ -74907,7 +74925,7 @@ paths: application/json: schema: type: array - items: *464 + items: *465 examples: default: value: @@ -74918,9 +74936,9 @@ paths: description: Something isn't working color: f29513 default: true - '301': *279 + '301': *280 '404': *6 - '410': *276 + '410': *277 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74940,9 +74958,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#lock-an-issue parameters: - - *267 - *268 - - *462 + - *269 + - *463 requestBody: required: false content: @@ -74971,7 +74989,7 @@ paths: '204': description: Response '403': *27 - '410': *276 + '410': *277 '404': *6 '422': *15 x-github: @@ -74989,9 +75007,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#unlock-an-issue parameters: - - *267 - *268 - - *462 + - *269 + - *463 responses: '204': description: Response @@ -75013,9 +75031,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-an-issue parameters: - - *267 - *268 - - *462 + - *269 + - *463 - 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. @@ -75041,13 +75059,13 @@ paths: application/json: schema: type: array - items: *260 + items: *261 examples: - default: *262 + default: *263 headers: Link: *57 '404': *6 - '410': *276 + '410': *277 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75065,9 +75083,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-an-issue parameters: - - *267 - *268 - - *462 + - *269 + - *463 requestBody: required: true content: @@ -75099,16 +75117,16 @@ paths: description: Response content: application/json: - schema: *260 + schema: *261 examples: - default: *261 + default: *262 '201': description: Response content: application/json: - schema: *260 + schema: *261 examples: - default: *261 + default: *262 '422': *15 x-github: githubCloudOnly: false @@ -75130,10 +75148,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-an-issue-reaction parameters: - - *267 - *268 - - *462 - - *263 + - *269 + - *463 + - *264 responses: '204': description: Response @@ -75162,9 +75180,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#remove-sub-issue parameters: - - *267 - *268 - - *462 + - *269 + - *463 requestBody: required: true content: @@ -75188,7 +75206,7 @@ paths: application/json: schema: *74 examples: - default: *461 + default: *462 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -75221,9 +75239,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#list-sub-issues parameters: - - *267 - *268 - - *462 + - *269 + - *463 - *17 - *19 responses: @@ -75235,11 +75253,11 @@ paths: type: array items: *74 examples: - default: *466 + default: *467 headers: Link: *57 '404': *6 - '410': *276 + '410': *277 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75267,9 +75285,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#add-sub-issue parameters: - - *267 - *268 - - *462 + - *269 + - *463 requestBody: required: true content: @@ -75298,14 +75316,14 @@ paths: application/json: schema: *74 examples: - default: *461 + default: *462 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 schema: type: string '403': *27 - '410': *276 + '410': *277 '422': *15 '404': *6 x-github: @@ -75325,9 +75343,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#reprioritize-sub-issue parameters: - - *267 - *268 - - *462 + - *269 + - *463 requestBody: required: true content: @@ -75360,7 +75378,7 @@ paths: application/json: schema: *74 examples: - default: *461 + default: *462 '403': *27 '404': *6 '422': *7 @@ -75382,9 +75400,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/timeline#list-timeline-events-for-an-issue parameters: - - *267 - *268 - - *462 + - *269 + - *463 - *17 - *19 responses: @@ -75399,7 +75417,6 @@ paths: description: Timeline Event type: object anyOf: - - *467 - *468 - *469 - *470 @@ -75412,6 +75429,7 @@ paths: - *477 - *478 - *479 + - *480 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -75735,7 +75753,7 @@ paths: type: string comments: type: array - items: &499 + items: &500 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -75973,7 +75991,7 @@ paths: type: string comments: type: array - items: *394 + items: *395 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -76248,7 +76266,7 @@ paths: headers: Link: *57 '404': *6 - '410': *276 + '410': *277 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76265,8 +76283,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#list-deploy-keys parameters: - - *267 - *268 + - *269 - *17 - *19 responses: @@ -76276,7 +76294,7 @@ paths: application/json: schema: type: array - items: &480 + items: &481 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -76343,8 +76361,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#create-a-deploy-key parameters: - - *267 - *268 + - *269 requestBody: required: true content: @@ -76380,9 +76398,9 @@ paths: description: Response content: application/json: - schema: *480 + schema: *481 examples: - default: &481 + default: &482 value: id: 1 key: ssh-rsa AAA... @@ -76416,9 +76434,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key parameters: - - *267 - *268 - - &482 + - *269 + - &483 name: key_id description: The unique identifier of the key. in: path @@ -76430,9 +76448,9 @@ paths: description: Response content: application/json: - schema: *480 + schema: *481 examples: - default: *481 + default: *482 '404': *6 x-github: githubCloudOnly: false @@ -76450,9 +76468,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#delete-a-deploy-key parameters: - - *267 - *268 - - *482 + - *269 + - *483 responses: '204': description: Response @@ -76472,8 +76490,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-a-repository parameters: - - *267 - *268 + - *269 - *17 - *19 responses: @@ -76483,9 +76501,9 @@ paths: application/json: schema: type: array - items: *464 + items: *465 examples: - default: *465 + default: *466 headers: Link: *57 '404': *6 @@ -76506,8 +76524,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#create-a-label parameters: - - *267 - *268 + - *269 requestBody: required: true content: @@ -76543,9 +76561,9 @@ paths: description: Response content: application/json: - schema: *464 + schema: *465 examples: - default: &483 + default: &484 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -76577,8 +76595,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#get-a-label parameters: - - *267 - *268 + - *269 - name: name in: path required: true @@ -76589,9 +76607,9 @@ paths: description: Response content: application/json: - schema: *464 + schema: *465 examples: - default: *483 + default: *484 '404': *6 x-github: githubCloudOnly: false @@ -76608,8 +76626,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#update-a-label parameters: - - *267 - *268 + - *269 - name: name in: path required: true @@ -76648,7 +76666,7 @@ paths: description: Response content: application/json: - schema: *464 + schema: *465 examples: default: value: @@ -76674,8 +76692,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#delete-a-label parameters: - - *267 - *268 + - *269 - name: name in: path required: true @@ -76701,8 +76719,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-languages parameters: - - *267 - *268 + - *269 responses: '200': description: Response @@ -76741,9 +76759,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/licenses/licenses#get-the-license-for-a-repository parameters: - - *267 - *268 - - *372 + - *269 + - *373 responses: '200': description: Response @@ -76890,8 +76908,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#sync-a-fork-branch-with-the-upstream-repository parameters: - - *267 - *268 + - *269 requestBody: required: true content: @@ -76956,8 +76974,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#merge-a-branch parameters: - - *267 - *268 + - *269 requestBody: required: true content: @@ -76991,9 +77009,9 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *395 + schema: *396 examples: - default: *484 + default: *485 '204': description: Response when already merged '404': @@ -77018,8 +77036,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#list-milestones parameters: - - *267 - *268 + - *269 - name: state description: The state of the milestone. Either `open`, `closed`, or `all`. in: query @@ -77060,7 +77078,7 @@ paths: application/json: schema: type: array - items: *399 + items: *400 examples: default: value: @@ -77116,8 +77134,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#create-a-milestone parameters: - - *267 - *268 + - *269 requestBody: required: true content: @@ -77157,9 +77175,9 @@ paths: description: Response content: application/json: - schema: *399 + schema: *400 examples: - default: &485 + default: &486 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -77218,9 +77236,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#get-a-milestone parameters: - - *267 - *268 - - &486 + - *269 + - &487 name: milestone_number description: The number that identifies the milestone. in: path @@ -77232,9 +77250,9 @@ paths: description: Response content: application/json: - schema: *399 + schema: *400 examples: - default: *485 + default: *486 '404': *6 x-github: githubCloudOnly: false @@ -77251,9 +77269,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#update-a-milestone parameters: - - *267 - *268 - - *486 + - *269 + - *487 requestBody: required: false content: @@ -77291,9 +77309,9 @@ paths: description: Response content: application/json: - schema: *399 + schema: *400 examples: - default: *485 + default: *486 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77309,9 +77327,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#delete-a-milestone parameters: - - *267 - *268 - - *486 + - *269 + - *487 responses: '204': description: Response @@ -77332,9 +77350,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-issues-in-a-milestone parameters: - - *267 - *268 - - *486 + - *269 + - *487 - *17 - *19 responses: @@ -77344,9 +77362,9 @@ paths: application/json: schema: type: array - items: *464 + items: *465 examples: - default: *465 + default: *466 headers: Link: *57 x-github: @@ -77365,12 +77383,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#list-repository-notifications-for-the-authenticated-user parameters: - - *267 - *268 - - *487 + - *269 - *488 - - *64 - *489 + - *64 + - *490 - *17 - *19 responses: @@ -77382,7 +77400,7 @@ paths: type: array items: *86 examples: - default: *490 + default: *491 headers: Link: *57 x-github: @@ -77406,8 +77424,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#mark-repository-notifications-as-read parameters: - - *267 - *268 + - *269 requestBody: required: false content: @@ -77465,14 +77483,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-a-apiname-pages-site parameters: - - *267 - *268 + - *269 responses: '200': description: Response content: application/json: - schema: &491 + schema: &492 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -77616,7 +77634,7 @@ paths: - custom_404 - public examples: - default: &492 + default: &493 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -77657,8 +77675,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#create-a-apiname-pages-site parameters: - - *267 - *268 + - *269 requestBody: required: true content: @@ -77713,9 +77731,9 @@ paths: description: Response content: application/json: - schema: *491 + schema: *492 examples: - default: *492 + default: *493 '422': *15 '409': *45 x-github: @@ -77738,8 +77756,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#update-information-about-a-apiname-pages-site parameters: - - *267 - *268 + - *269 requestBody: required: true content: @@ -77839,8 +77857,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#delete-a-apiname-pages-site parameters: - - *267 - *268 + - *269 responses: '204': description: Response @@ -77866,8 +77884,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#list-apiname-pages-builds parameters: - - *267 - *268 + - *269 - *17 - *19 responses: @@ -77877,7 +77895,7 @@ paths: application/json: schema: type: array - items: &493 + items: &494 title: Page Build description: Page Build type: object @@ -77969,8 +77987,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#request-a-apiname-pages-build parameters: - - *267 - *268 + - *269 responses: '201': description: Response @@ -78017,16 +78035,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-latest-pages-build parameters: - - *267 - *268 + - *269 responses: '200': description: Response content: application/json: - schema: *493 + schema: *494 examples: - default: &494 + default: &495 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -78074,8 +78092,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-apiname-pages-build parameters: - - *267 - *268 + - *269 - name: build_id in: path required: true @@ -78086,9 +78104,9 @@ paths: description: Response content: application/json: - schema: *493 + schema: *494 examples: - default: *494 + default: *495 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78108,8 +78126,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#create-a-github-pages-deployment parameters: - - *267 - *268 + - *269 requestBody: required: true content: @@ -78217,9 +78235,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-the-status-of-a-github-pages-deployment parameters: - - *267 - *268 - - &495 + - *269 + - &496 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -78277,9 +78295,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#cancel-a-github-pages-deployment parameters: - - *267 - *268 - - *495 + - *269 + - *496 responses: '204': *141 '404': *6 @@ -78306,8 +78324,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-a-dns-health-check-for-github-pages parameters: - - *267 - *268 + - *269 responses: '200': description: Response @@ -78602,8 +78620,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: - - *267 - *268 + - *269 responses: '200': description: Private vulnerability reporting status @@ -78640,8 +78658,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-private-vulnerability-reporting-for-a-repository parameters: - - *267 - *268 + - *269 responses: '204': *141 '422': *14 @@ -78662,8 +78680,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-private-vulnerability-reporting-for-a-repository parameters: - - *267 - *268 + - *269 responses: '204': *141 '422': *14 @@ -78686,8 +78704,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#list-repository-projects parameters: - - *267 - *268 + - *269 - name: state description: Indicates the state of the projects to return. in: query @@ -78748,7 +78766,7 @@ paths: '401': *23 '403': *27 '404': *6 - '410': *276 + '410': *277 '422': *7 x-github: githubCloudOnly: false @@ -78771,8 +78789,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#create-a-repository-project parameters: - - *267 - *268 + - *269 requestBody: required: true content: @@ -78800,11 +78818,11 @@ paths: application/json: schema: *220 examples: - default: *275 + default: *276 '401': *23 '403': *27 '404': *6 - '410': *276 + '410': *277 '422': *7 x-github: githubCloudOnly: false @@ -78827,8 +78845,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/custom-properties#get-all-custom-property-values-for-a-repository parameters: - - *267 - *268 + - *269 responses: '200': description: Response @@ -78867,8 +78885,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: - - *267 - *268 + - *269 requestBody: required: true content: @@ -78930,8 +78948,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-pull-requests parameters: - - *267 - *268 + - *269 - name: state description: Either `open`, `closed`, or `all` to filter by state. in: query @@ -78991,9 +79009,9 @@ paths: application/json: schema: type: array - items: *496 + items: *497 examples: - default: *497 + default: *498 headers: Link: *57 '304': *35 @@ -79025,8 +79043,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#create-a-pull-request parameters: - - *267 - *268 + - *269 requestBody: required: true content: @@ -79093,7 +79111,7 @@ paths: description: Response content: application/json: - schema: &501 + schema: &502 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -79222,7 +79240,7 @@ paths: milestone: anyOf: - type: 'null' - - *399 + - *400 active_lock_reason: type: - string @@ -79315,14 +79333,14 @@ paths: _links: type: object properties: - comments: *400 - commits: *400 - statuses: *400 - html: *400 - issue: *400 - review_comments: *400 - review_comment: *400 - self: *400 + comments: *401 + commits: *401 + statuses: *401 + html: *401 + issue: *401 + review_comments: *401 + review_comment: *401 + self: *401 required: - comments - commits @@ -79333,7 +79351,7 @@ paths: - review_comment - self author_association: *60 - auto_merge: *498 + auto_merge: *499 draft: description: Indicates whether or not the pull request is a draft. type: boolean @@ -79435,7 +79453,7 @@ paths: - merged_by - review_comments examples: - default: &502 + default: &503 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -79962,8 +79980,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#list-review-comments-in-a-repository parameters: - - *267 - *268 + - *269 - name: sort in: query required: false @@ -79992,9 +80010,9 @@ paths: application/json: schema: type: array - items: *499 + items: *500 examples: - default: &504 + default: &505 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -80071,17 +80089,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request parameters: - - *267 - *268 + - *269 - *73 responses: '200': description: Response content: application/json: - schema: *499 + schema: *500 examples: - default: &500 + default: &501 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -80156,8 +80174,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#update-a-review-comment-for-a-pull-request parameters: - - *267 - *268 + - *269 - *73 requestBody: required: true @@ -80180,9 +80198,9 @@ paths: description: Response content: application/json: - schema: *499 + schema: *500 examples: - default: *500 + default: *501 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80198,8 +80216,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#delete-a-review-comment-for-a-pull-request parameters: - - *267 - *268 + - *269 - *73 responses: '204': @@ -80221,8 +80239,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-pull-request-review-comment parameters: - - *267 - *268 + - *269 - *73 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). @@ -80249,9 +80267,9 @@ paths: application/json: schema: type: array - items: *260 + items: *261 examples: - default: *262 + default: *263 headers: Link: *57 '404': *6 @@ -80272,8 +80290,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-pull-request-review-comment parameters: - - *267 - *268 + - *269 - *73 requestBody: required: true @@ -80306,16 +80324,16 @@ paths: description: Reaction exists content: application/json: - schema: *260 + schema: *261 examples: - default: *261 + default: *262 '201': description: Reaction created content: application/json: - schema: *260 + schema: *261 examples: - default: *261 + default: *262 '422': *15 x-github: githubCloudOnly: false @@ -80337,10 +80355,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-pull-request-comment-reaction parameters: - - *267 - *268 + - *269 - *73 - - *263 + - *264 responses: '204': description: Response @@ -80383,9 +80401,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#get-a-pull-request parameters: - - *267 - *268 - - &503 + - *269 + - &504 name: pull_number description: The number that identifies the pull request. in: path @@ -80398,9 +80416,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *501 + schema: *502 examples: - default: *502 + default: *503 '304': *35 '404': *6 '406': @@ -80435,9 +80453,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#update-a-pull-request parameters: - - *267 - *268 - - *503 + - *269 + - *504 requestBody: required: false content: @@ -80479,9 +80497,9 @@ paths: description: Response content: application/json: - schema: *501 + schema: *502 examples: - default: *502 + default: *503 '422': *15 '403': *27 x-github: @@ -80503,9 +80521,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-codespace-from-a-pull-request parameters: - - *267 - *268 - - *503 + - *269 + - *504 requestBody: required: true content: @@ -80568,7 +80586,7 @@ paths: application/json: schema: *191 examples: - default: *386 + default: *387 '202': description: Response when the codespace creation partially failed but is being retried in the background @@ -80576,7 +80594,7 @@ paths: application/json: schema: *191 examples: - default: *386 + default: *387 '401': *23 '403': *27 '404': *6 @@ -80606,9 +80624,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#list-review-comments-on-a-pull-request parameters: - - *267 - *268 - - *503 + - *269 + - *504 - *83 - name: direction description: The direction to sort results. Ignored without `sort` parameter. @@ -80629,9 +80647,9 @@ paths: application/json: schema: type: array - items: *499 + items: *500 examples: - default: *504 + default: *505 headers: Link: *57 x-github: @@ -80664,9 +80682,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#create-a-review-comment-for-a-pull-request parameters: - - *267 - *268 - - *503 + - *269 + - *504 requestBody: required: true content: @@ -80772,7 +80790,7 @@ paths: description: Response content: application/json: - schema: *499 + schema: *500 examples: example-for-a-multi-line-comment: value: @@ -80860,9 +80878,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#create-a-reply-for-a-review-comment parameters: - - *267 - *268 - - *503 + - *269 + - *504 - *73 requestBody: required: true @@ -80885,7 +80903,7 @@ paths: description: Response content: application/json: - schema: *499 + schema: *500 examples: default: value: @@ -80971,9 +80989,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-commits-on-a-pull-request parameters: - - *267 - *268 - - *503 + - *269 + - *504 - *17 - *19 responses: @@ -80983,9 +81001,9 @@ paths: application/json: schema: type: array - items: *395 + items: *396 examples: - default: *505 + default: *506 headers: Link: *57 x-github: @@ -81015,9 +81033,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-pull-requests-files parameters: - - *267 - *268 - - *503 + - *269 + - *504 - *17 - *19 responses: @@ -81027,7 +81045,7 @@ paths: application/json: schema: type: array - items: *407 + items: *408 examples: default: value: @@ -81065,9 +81083,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#check-if-a-pull-request-has-been-merged parameters: - - *267 - *268 - - *503 + - *269 + - *504 responses: '204': description: Response if pull request has been merged @@ -81090,9 +81108,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#merge-a-pull-request parameters: - - *267 - *268 - - *503 + - *269 + - *504 requestBody: required: false content: @@ -81204,9 +81222,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#get-all-requested-reviewers-for-a-pull-request parameters: - - *267 - *268 - - *503 + - *269 + - *504 responses: '200': description: Response @@ -81281,9 +81299,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#request-reviewers-for-a-pull-request parameters: - - *267 - *268 - - *503 + - *269 + - *504 requestBody: required: false content: @@ -81320,7 +81338,7 @@ paths: description: Response content: application/json: - schema: *496 + schema: *497 examples: default: value: @@ -81856,9 +81874,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#remove-requested-reviewers-from-a-pull-request parameters: - - *267 - *268 - - *503 + - *269 + - *504 requestBody: required: true content: @@ -81892,7 +81910,7 @@ paths: description: Response content: application/json: - schema: *496 + schema: *497 examples: default: value: @@ -82397,9 +82415,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#list-reviews-for-a-pull-request parameters: - - *267 - *268 - - *503 + - *269 + - *504 - *17 - *19 responses: @@ -82409,7 +82427,7 @@ paths: application/json: schema: type: array - items: &506 + items: &507 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -82565,9 +82583,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#create-a-review-for-a-pull-request parameters: - - *267 - *268 - - *503 + - *269 + - *504 requestBody: required: false content: @@ -82657,9 +82675,9 @@ paths: description: Response content: application/json: - schema: *506 + schema: *507 examples: - default: &508 + default: &509 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -82722,10 +82740,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#get-a-review-for-a-pull-request parameters: - - *267 - *268 - - *503 - - &507 + - *269 + - *504 + - &508 name: review_id description: The unique identifier of the review. in: path @@ -82737,9 +82755,9 @@ paths: description: Response content: application/json: - schema: *506 + schema: *507 examples: - default: &509 + default: &510 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -82798,10 +82816,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#update-a-review-for-a-pull-request parameters: - - *267 - *268 - - *503 - - *507 + - *269 + - *504 + - *508 requestBody: required: true content: @@ -82824,7 +82842,7 @@ paths: description: Response content: application/json: - schema: *506 + schema: *507 examples: default: value: @@ -82886,18 +82904,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#delete-a-pending-review-for-a-pull-request parameters: - - *267 - *268 - - *503 - - *507 + - *269 + - *504 + - *508 responses: '200': description: Response content: application/json: - schema: *506 + schema: *507 examples: - default: *508 + default: *509 '422': *7 '404': *6 x-github: @@ -82924,10 +82942,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#list-comments-for-a-pull-request-review parameters: - - *267 - *268 - - *503 - - *507 + - *269 + - *504 + - *508 - *17 - *19 responses: @@ -83025,9 +83043,9 @@ paths: _links: type: object properties: - self: *400 - html: *400 - pull_request: *400 + self: *401 + html: *401 + pull_request: *401 required: - self - html @@ -83178,10 +83196,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#dismiss-a-review-for-a-pull-request parameters: - - *267 - *268 - - *503 - - *507 + - *269 + - *504 + - *508 requestBody: required: true content: @@ -83210,7 +83228,7 @@ paths: description: Response content: application/json: - schema: *506 + schema: *507 examples: default: value: @@ -83273,10 +83291,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#submit-a-review-for-a-pull-request parameters: - - *267 - *268 - - *503 - - *507 + - *269 + - *504 + - *508 requestBody: required: true content: @@ -83311,9 +83329,9 @@ paths: description: Response content: application/json: - schema: *506 + schema: *507 examples: - default: *509 + default: *510 '404': *6 '422': *7 '403': *27 @@ -83335,9 +83353,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#update-a-pull-request-branch parameters: - - *267 - *268 - - *503 + - *269 + - *504 requestBody: required: false content: @@ -83401,8 +83419,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-a-repository-readme parameters: - - *267 - *268 + - *269 - name: ref description: 'The name of the commit/branch/tag. Default: the repository’s default branch.' @@ -83415,9 +83433,9 @@ paths: description: Response content: application/json: - schema: *510 + schema: *511 examples: - default: &511 + default: &512 value: type: file encoding: base64 @@ -83459,8 +83477,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-a-repository-readme-for-a-directory parameters: - - *267 - *268 + - *269 - name: dir description: The alternate path to look for a README file in: path @@ -83480,9 +83498,9 @@ paths: description: Response content: application/json: - schema: *510 + schema: *511 examples: - default: *511 + default: *512 '404': *6 '422': *15 x-github: @@ -83504,8 +83522,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#list-releases parameters: - - *267 - *268 + - *269 - *17 - *19 responses: @@ -83515,7 +83533,7 @@ paths: application/json: schema: type: array - items: &512 + items: &513 title: Release description: A release. type: object @@ -83587,7 +83605,7 @@ paths: author: *4 assets: type: array - items: &513 + items: &514 title: Release Asset description: Data related to a release. type: object @@ -83767,8 +83785,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#create-a-release parameters: - - *267 - *268 + - *269 requestBody: required: true content: @@ -83844,9 +83862,9 @@ paths: description: Response content: application/json: - schema: *512 + schema: *513 examples: - default: &516 + default: &517 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -83949,9 +83967,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#get-a-release-asset parameters: - - *267 - *268 - - &514 + - *269 + - &515 name: asset_id description: The unique identifier of the asset. in: path @@ -83963,9 +83981,9 @@ paths: description: Response content: application/json: - schema: *513 + schema: *514 examples: - default: &515 + default: &516 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 @@ -83999,7 +84017,7 @@ paths: type: User site_admin: false '404': *6 - '302': *409 + '302': *410 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84015,9 +84033,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#update-a-release-asset parameters: - - *267 - *268 - - *514 + - *269 + - *515 requestBody: required: false content: @@ -84046,9 +84064,9 @@ paths: description: Response content: application/json: - schema: *513 + schema: *514 examples: - default: *515 + default: *516 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84064,9 +84082,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#delete-a-release-asset parameters: - - *267 - *268 - - *514 + - *269 + - *515 responses: '204': description: Response @@ -84090,8 +84108,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#generate-release-notes-content-for-a-release parameters: - - *267 - *268 + - *269 requestBody: required: true content: @@ -84177,16 +84195,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-the-latest-release parameters: - - *267 - *268 + - *269 responses: '200': description: Response content: application/json: - schema: *512 + schema: *513 examples: - default: *516 + default: *517 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84203,8 +84221,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-a-release-by-tag-name parameters: - - *267 - *268 + - *269 - name: tag description: tag parameter in: path @@ -84217,9 +84235,9 @@ paths: description: Response content: application/json: - schema: *512 + schema: *513 examples: - default: *516 + default: *517 '404': *6 x-github: githubCloudOnly: false @@ -84241,9 +84259,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-a-release parameters: - - *267 - *268 - - &517 + - *269 + - &518 name: release_id description: The unique identifier of the release. in: path @@ -84257,9 +84275,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: *512 + schema: *513 examples: - default: *516 + default: *517 '401': description: Unauthorized x-github: @@ -84277,9 +84295,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#update-a-release parameters: - - *267 - *268 - - *517 + - *269 + - *518 requestBody: required: false content: @@ -84343,9 +84361,9 @@ paths: description: Response content: application/json: - schema: *512 + schema: *513 examples: - default: *516 + default: *517 '404': description: Not Found if the discussion category name is invalid content: @@ -84366,9 +84384,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#delete-a-release parameters: - - *267 - *268 - - *517 + - *269 + - *518 responses: '204': description: Response @@ -84388,9 +84406,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#list-release-assets parameters: - - *267 - *268 - - *517 + - *269 + - *518 - *17 - *19 responses: @@ -84400,7 +84418,7 @@ paths: application/json: schema: type: array - items: *513 + items: *514 examples: default: value: @@ -84480,9 +84498,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: - - *267 - *268 - - *517 + - *269 + - *518 - name: name in: query required: true @@ -84508,7 +84526,7 @@ paths: description: Response for successful upload content: application/json: - schema: *513 + schema: *514 examples: response-for-successful-upload: value: @@ -84562,9 +84580,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-release parameters: - - *267 - *268 - - *517 + - *269 + - *518 - 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. @@ -84588,9 +84606,9 @@ paths: application/json: schema: type: array - items: *260 + items: *261 examples: - default: *262 + default: *263 headers: Link: *57 '404': *6 @@ -84611,9 +84629,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-release parameters: - - *267 - *268 - - *517 + - *269 + - *518 requestBody: required: true content: @@ -84643,16 +84661,16 @@ paths: description: Reaction exists content: application/json: - schema: *260 + schema: *261 examples: - default: *261 + default: *262 '201': description: Reaction created content: application/json: - schema: *260 + schema: *261 examples: - default: *261 + default: *262 '422': *15 x-github: githubCloudOnly: false @@ -84674,10 +84692,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-release-reaction parameters: - - *267 - *268 - - *517 - - *263 + - *269 + - *518 + - *264 responses: '204': description: Response @@ -84701,9 +84719,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rules#get-rules-for-a-branch parameters: - - *267 - *268 - - *335 + - *269 + - *336 - *17 - *19 responses: @@ -84719,8 +84737,8 @@ paths: description: A repository rule with ruleset details. oneOf: - allOf: - - *518 - - &520 + - *519 + - &521 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -84740,65 +84758,65 @@ paths: type: integer description: The ID of the ruleset that includes this rule. - allOf: - - *519 - *520 - - allOf: - *521 - - *520 - allOf: - *522 - - *520 + - *521 - allOf: - *523 - - *520 + - *521 - allOf: - *524 - - *520 + - *521 - allOf: - *525 - - *520 + - *521 - allOf: - *526 - - *520 + - *521 - allOf: - *527 - - *520 + - *521 - allOf: - *528 - - *520 + - *521 - allOf: - *529 - - *520 + - *521 - allOf: - *530 - - *520 + - *521 - allOf: - *531 - - *520 + - *521 - allOf: - *532 - - *520 + - *521 - allOf: - *533 - - *520 + - *521 - allOf: - *534 - - *520 + - *521 - allOf: - *535 - - *520 + - *521 - allOf: - *536 - - *520 + - *521 - allOf: - *537 - - *520 + - *521 - allOf: - *538 - - *520 + - *521 - allOf: - *539 - - *520 + - *521 + - allOf: + - *540 + - *521 examples: default: value: @@ -84837,8 +84855,8 @@ paths: category: repos subcategory: rules parameters: - - *267 - *268 + - *269 - *17 - *19 - name: includes_parents @@ -84849,7 +84867,7 @@ paths: schema: type: boolean default: true - - *540 + - *541 responses: '200': description: Response @@ -84904,8 +84922,8 @@ paths: category: repos subcategory: rules parameters: - - *267 - *268 + - *269 requestBody: description: Request body required: true @@ -84967,7 +84985,7 @@ paths: application/json: schema: *233 examples: - default: &550 + default: &551 value: id: 42 name: super cool ruleset @@ -85014,12 +85032,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rule-suites#list-repository-rule-suites parameters: - - *267 - *268 - - *541 + - *269 - *542 - *543 - *544 + - *545 - *17 - *19 responses: @@ -85027,9 +85045,9 @@ paths: description: Response content: application/json: - schema: *545 + schema: *546 examples: - default: *546 + default: *547 '404': *6 '500': *90 x-github: @@ -85050,17 +85068,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rule-suites#get-a-repository-rule-suite parameters: - - *267 - *268 - - *547 + - *269 + - *548 responses: '200': description: Response content: application/json: - schema: *548 + schema: *549 examples: - default: *549 + default: *550 '404': *6 '500': *90 x-github: @@ -85088,8 +85106,8 @@ paths: category: repos subcategory: rules parameters: - - *267 - *268 + - *269 - name: ruleset_id description: The ID of the ruleset. in: path @@ -85111,7 +85129,7 @@ paths: application/json: schema: *233 examples: - default: *550 + default: *551 '404': *6 '500': *90 put: @@ -85129,8 +85147,8 @@ paths: category: repos subcategory: rules parameters: - - *267 - *268 + - *269 - name: ruleset_id description: The ID of the ruleset. in: path @@ -85194,7 +85212,7 @@ paths: application/json: schema: *233 examples: - default: *550 + default: *551 '404': *6 '500': *90 delete: @@ -85212,8 +85230,8 @@ paths: category: repos subcategory: rules parameters: - - *267 - *268 + - *269 - name: ruleset_id description: The ID of the ruleset. in: path @@ -85236,8 +85254,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rules#get-repository-ruleset-history parameters: - - *267 - *268 + - *269 - *17 - *19 - name: ruleset_id @@ -85255,7 +85273,7 @@ paths: type: array items: *235 examples: - default: *551 + default: *552 '404': *6 '500': *90 x-github: @@ -85274,8 +85292,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rules#get-repository-ruleset-version parameters: - - *267 - *268 + - *269 - name: ruleset_id description: The ID of the ruleset. in: path @@ -85293,7 +85311,7 @@ paths: description: Response content: application/json: - schema: *552 + schema: *553 examples: default: value: @@ -85348,8 +85366,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-a-repository parameters: - - *267 - *268 + - *269 - *236 - *237 - *238 @@ -85357,11 +85375,12 @@ paths: - *46 - *19 - *17 - - *553 - *554 + - *555 - *240 - *241 - *242 + - *243 responses: '200': description: Response @@ -85369,7 +85388,7 @@ paths: application/json: schema: type: array - items: &557 + items: &558 type: object properties: number: *52 @@ -85385,8 +85404,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *555 - resolution: *556 + state: *556 + resolution: *557 resolved_at: type: - string @@ -85605,15 +85624,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#get-a-secret-scanning-alert parameters: - - *267 - *268 - - *366 + - *269 + - *367 + - *243 responses: '200': description: Response content: application/json: - schema: *557 + schema: *558 examples: default: value: @@ -85665,9 +85685,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#update-a-secret-scanning-alert parameters: - - *267 - *268 - - *366 + - *269 + - *367 requestBody: required: true content: @@ -85675,8 +85695,8 @@ paths: schema: type: object properties: - state: *555 - resolution: *556 + state: *556 + resolution: *557 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -85695,7 +85715,7 @@ paths: description: Response content: application/json: - schema: *557 + schema: *558 examples: default: value: @@ -85770,9 +85790,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-locations-for-a-secret-scanning-alert parameters: - - *267 - *268 - - *366 + - *269 + - *367 - *19 - *17 responses: @@ -85783,7 +85803,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &690 + items: &691 type: object properties: type: @@ -86162,8 +86182,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#create-a-push-protection-bypass parameters: - - *267 - *268 + - *269 requestBody: required: true content: @@ -86171,14 +86191,14 @@ paths: schema: type: object properties: - reason: &559 + reason: &560 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *558 + placeholder_id: *559 required: - reason - placeholder_id @@ -86195,7 +86215,7 @@ paths: schema: type: object properties: - reason: *559 + reason: *560 expire_at: type: - string @@ -86239,8 +86259,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: - - *267 - *268 + - *269 responses: '404': description: Repository does not have GitHub Advanced Security or secret @@ -86255,7 +86275,7 @@ paths: properties: incremental_scans: type: array - items: &560 + items: &561 description: Information on a single scan performed by secret scanning on the repository type: object @@ -86283,15 +86303,15 @@ paths: the scan is pending pattern_update_scans: type: array - items: *560 + items: *561 backfill_scans: type: array - items: *560 + items: *561 custom_pattern_backfill_scans: type: array items: allOf: - - *560 + - *561 - type: object properties: pattern_name: @@ -86361,8 +86381,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#list-repository-security-advisories parameters: - - *267 - *268 + - *269 - *46 - name: sort description: The property to sort the results by. @@ -86406,9 +86426,9 @@ paths: application/json: schema: type: array - items: *561 + items: *562 examples: - default: *562 + default: *563 '400': *14 '404': *6 x-github: @@ -86431,8 +86451,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#create-a-repository-security-advisory parameters: - - *267 - *268 + - *269 requestBody: required: true content: @@ -86512,7 +86532,7 @@ paths: login: type: string description: The username of the user credited. - type: *245 + type: *246 required: - login - type @@ -86602,9 +86622,9 @@ paths: description: Response content: application/json: - schema: *561 + schema: *562 examples: - default: &564 + default: &565 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -86837,8 +86857,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#privately-report-a-security-vulnerability parameters: - - *267 - *268 + - *269 requestBody: required: true content: @@ -86951,7 +86971,7 @@ paths: description: Response content: application/json: - schema: *561 + schema: *562 examples: default: value: @@ -87098,17 +87118,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#get-a-repository-security-advisory parameters: - - *267 - *268 - - *563 + - *269 + - *564 responses: '200': description: Response content: application/json: - schema: *561 + schema: *562 examples: - default: *564 + default: *565 '403': *27 '404': *6 x-github: @@ -87132,9 +87152,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#update-a-repository-security-advisory parameters: - - *267 - *268 - - *563 + - *269 + - *564 requestBody: required: true content: @@ -87214,7 +87234,7 @@ paths: login: type: string description: The username of the user credited. - type: *245 + type: *246 required: - login - type @@ -87305,10 +87325,10 @@ paths: description: Response content: application/json: - schema: *561 + schema: *562 examples: - default: *564 - add_credit: *564 + default: *565 + add_credit: *565 '403': *27 '404': *6 '422': @@ -87346,9 +87366,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: - - *267 - *268 - - *563 + - *269 + - *564 responses: '202': *37 '400': *14 @@ -87375,17 +87395,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#create-a-temporary-private-fork parameters: - - *267 - *268 - - *563 + - *269 + - *564 responses: '202': description: Response content: application/json: - schema: *278 + schema: *279 examples: - default: *280 + default: *281 '400': *14 '422': *15 '403': *27 @@ -87411,8 +87431,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-stargazers parameters: - - *267 - *268 + - *269 - *17 - *19 responses: @@ -87508,8 +87528,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-weekly-commit-activity parameters: - - *267 - *268 + - *269 responses: '200': description: Returns a weekly aggregate of the number of additions and deletions @@ -87518,7 +87538,7 @@ paths: application/json: schema: type: array - items: &565 + items: &566 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -87551,8 +87571,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-last-year-of-commit-activity parameters: - - *267 - *268 + - *269 responses: '200': description: Response @@ -87630,8 +87650,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-all-contributor-commit-activity parameters: - - *267 - *268 + - *269 responses: '200': description: Response @@ -87725,8 +87745,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-weekly-commit-count parameters: - - *267 - *268 + - *269 responses: '200': description: The array order is oldest week (index 0) to most recent week. @@ -87880,8 +87900,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-hourly-commit-count-for-each-day parameters: - - *267 - *268 + - *269 responses: '200': description: For example, `[2, 14, 25]` indicates that there were 25 total @@ -87891,7 +87911,7 @@ paths: application/json: schema: type: array - items: *565 + items: *566 examples: default: value: @@ -87924,8 +87944,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#create-a-commit-status parameters: - - *267 - *268 + - *269 - name: sha in: path required: true @@ -87981,7 +88001,7 @@ paths: description: Response content: application/json: - schema: *566 + schema: *567 examples: default: value: @@ -88035,8 +88055,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#list-watchers parameters: - - *267 - *268 + - *269 - *17 - *19 responses: @@ -88068,14 +88088,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#get-a-repository-subscription parameters: - - *267 - *268 + - *269 responses: '200': description: if you subscribe to the repository content: application/json: - schema: &567 + schema: &568 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -88148,8 +88168,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#set-a-repository-subscription parameters: - - *267 - *268 + - *269 requestBody: required: false content: @@ -88175,7 +88195,7 @@ paths: description: Response content: application/json: - schema: *567 + schema: *568 examples: default: value: @@ -88202,8 +88222,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#delete-a-repository-subscription parameters: - - *267 - *268 + - *269 responses: '204': description: Response @@ -88223,8 +88243,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-tags parameters: - - *267 - *268 + - *269 - *17 - *19 responses: @@ -88306,8 +88326,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/tags#closing-down---list-tag-protection-states-for-a-repository parameters: - - *267 - *268 + - *269 responses: '200': description: Response @@ -88315,7 +88335,7 @@ paths: application/json: schema: type: array - items: &568 + items: &569 title: Tag protection description: Tag protection type: object @@ -88372,8 +88392,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: - - *267 - *268 + - *269 requestBody: required: true content: @@ -88396,7 +88416,7 @@ paths: description: Response content: application/json: - schema: *568 + schema: *569 examples: default: value: @@ -88427,8 +88447,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: - - *267 - *268 + - *269 - name: tag_protection_id description: The unique identifier of the tag protection. in: path @@ -88465,8 +88485,8 @@ paths: url: https://docs.github.com/rest/repos/contents#download-a-repository-archive-tar operationId: repos/download-tarball-archive parameters: - - *267 - *268 + - *269 - name: ref in: path required: true @@ -88502,8 +88522,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-teams parameters: - - *267 - *268 + - *269 - *17 - *19 responses: @@ -88535,8 +88555,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#get-all-repository-topics parameters: - - *267 - *268 + - *269 - *19 - *17 responses: @@ -88544,7 +88564,7 @@ paths: description: Response content: application/json: - schema: &569 + schema: &570 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -88556,7 +88576,7 @@ paths: required: - names examples: - default: &570 + default: &571 value: names: - octocat @@ -88579,8 +88599,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#replace-all-repository-topics parameters: - - *267 - *268 + - *269 requestBody: required: true content: @@ -88611,9 +88631,9 @@ paths: description: Response content: application/json: - schema: *569 + schema: *570 examples: - default: *570 + default: *571 '404': *6 '422': *7 x-github: @@ -88634,9 +88654,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-repository-clones parameters: - - *267 - *268 - - &571 + - *269 + - &572 name: per description: The time frame to display results for. in: query @@ -88667,7 +88687,7 @@ paths: - 128 clones: type: array - items: &572 + items: &573 title: Traffic type: object properties: @@ -88754,8 +88774,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-top-referral-paths parameters: - - *267 - *268 + - *269 responses: '200': description: Response @@ -88849,8 +88869,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-top-referral-sources parameters: - - *267 - *268 + - *269 responses: '200': description: Response @@ -88913,9 +88933,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-page-views parameters: - - *267 - *268 - - *571 + - *269 + - *572 responses: '200': description: Response @@ -88936,7 +88956,7 @@ paths: - 3782 views: type: array - items: *572 + items: *573 required: - uniques - count @@ -89013,8 +89033,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#transfer-a-repository parameters: - - *267 - *268 + - *269 requestBody: required: true content: @@ -89288,8 +89308,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#check-if-vulnerability-alerts-are-enabled-for-a-repository parameters: - - *267 - *268 + - *269 responses: '204': description: Response if repository is enabled with vulnerability alerts @@ -89312,8 +89332,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-vulnerability-alerts parameters: - - *267 - *268 + - *269 responses: '204': description: Response @@ -89335,8 +89355,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-vulnerability-alerts parameters: - - *267 - *268 + - *269 responses: '204': description: Response @@ -89362,8 +89382,8 @@ paths: url: https://docs.github.com/rest/repos/contents#download-a-repository-archive-zip operationId: repos/download-zipball-archive parameters: - - *267 - *268 + - *269 - name: ref in: path required: true @@ -89455,9 +89475,9 @@ paths: description: Response content: application/json: - schema: *278 + schema: *279 examples: - default: *280 + default: *281 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -89706,7 +89726,7 @@ paths: examples: - 73..77 - 77..78 - text_matches: &573 + text_matches: &574 title: Search Result Text Matches type: array items: @@ -89869,7 +89889,7 @@ paths: enum: - author-date - committer-date - - &574 + - &575 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 @@ -89938,7 +89958,7 @@ paths: committer: anyOf: - type: 'null' - - *333 + - *334 comment_count: type: integer message: @@ -89957,7 +89977,7 @@ paths: url: type: string format: uri - verification: *444 + verification: *445 required: - author - committer @@ -89972,7 +89992,7 @@ paths: committer: anyOf: - type: 'null' - - *333 + - *334 parents: type: array items: @@ -89989,7 +90009,7 @@ paths: type: number node_id: type: string - text_matches: *573 + text_matches: *574 required: - sha - node_id @@ -90171,7 +90191,7 @@ paths: - interactions - created - updated - - *574 + - *575 - *17 - *19 - name: advanced_search @@ -90295,7 +90315,7 @@ paths: milestone: anyOf: - type: 'null' - - *399 + - *400 comments: type: integer created_at: @@ -90309,7 +90329,7 @@ paths: - string - 'null' format: date-time - text_matches: *573 + text_matches: *574 pull_request: type: object properties: @@ -90535,7 +90555,7 @@ paths: enum: - created - updated - - *574 + - *575 - *17 - *19 responses: @@ -90580,7 +90600,7 @@ paths: - 'null' score: type: number - text_matches: *573 + text_matches: *574 required: - id - node_id @@ -90665,7 +90685,7 @@ paths: - forks - help-wanted-issues - updated - - *574 + - *575 - *17 - *19 responses: @@ -90902,7 +90922,7 @@ paths: - admin - pull - push - text_matches: *573 + text_matches: *574 temp_clone_token: type: string allow_merge_commit: @@ -91210,7 +91230,7 @@ paths: - string - 'null' format: uri - text_matches: *573 + text_matches: *574 related: type: - array @@ -91403,7 +91423,7 @@ paths: - followers - repositories - joined - - *574 + - *575 - *17 - *19 responses: @@ -91513,7 +91533,7 @@ paths: type: - boolean - 'null' - text_matches: *573 + text_matches: *574 blog: type: - string @@ -91595,7 +91615,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#get-a-team-legacy parameters: - - &575 + - &576 name: team_id description: The unique identifier of the team. in: path @@ -91607,9 +91627,9 @@ paths: description: Response content: application/json: - schema: *252 + schema: *253 examples: - default: *253 + default: *254 '404': *6 x-github: githubCloudOnly: false @@ -91636,7 +91656,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#update-a-team-legacy parameters: - - *575 + - *576 requestBody: required: true content: @@ -91700,16 +91720,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *252 + schema: *253 examples: - default: *253 + default: *254 '201': description: Response content: application/json: - schema: *252 + schema: *253 examples: - default: *253 + default: *254 '404': *6 '422': *15 '403': *27 @@ -91737,7 +91757,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#delete-a-team-legacy parameters: - - *575 + - *576 responses: '204': description: Response @@ -91768,7 +91788,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#list-discussions-legacy parameters: - - *575 + - *576 - *46 - *17 - *19 @@ -91779,9 +91799,9 @@ paths: application/json: schema: type: array - items: *254 + items: *255 examples: - default: *576 + default: *577 headers: Link: *57 x-github: @@ -91810,7 +91830,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#create-a-discussion-legacy parameters: - - *575 + - *576 requestBody: required: true content: @@ -91844,9 +91864,9 @@ paths: description: Response content: application/json: - schema: *254 + schema: *255 examples: - default: *255 + default: *256 x-github: triggersNotification: true githubCloudOnly: false @@ -91873,16 +91893,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#get-a-discussion-legacy parameters: - - *575 - - *256 + - *576 + - *257 responses: '200': description: Response content: application/json: - schema: *254 + schema: *255 examples: - default: *255 + default: *256 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91907,8 +91927,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#update-a-discussion-legacy parameters: - - *575 - - *256 + - *576 + - *257 requestBody: required: false content: @@ -91931,9 +91951,9 @@ paths: description: Response content: application/json: - schema: *254 + schema: *255 examples: - default: *577 + default: *578 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91958,8 +91978,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#delete-a-discussion-legacy parameters: - - *575 - - *256 + - *576 + - *257 responses: '204': description: Response @@ -91988,8 +92008,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#list-discussion-comments-legacy parameters: - - *575 - - *256 + - *576 + - *257 - *46 - *17 - *19 @@ -92000,9 +92020,9 @@ paths: application/json: schema: type: array - items: *257 + items: *258 examples: - default: *578 + default: *579 headers: Link: *57 x-github: @@ -92031,8 +92051,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#create-a-discussion-comment-legacy parameters: - - *575 - - *256 + - *576 + - *257 requestBody: required: true content: @@ -92054,9 +92074,9 @@ paths: description: Response content: application/json: - schema: *257 + schema: *258 examples: - default: *258 + default: *259 x-github: triggersNotification: true githubCloudOnly: false @@ -92083,17 +92103,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#get-a-discussion-comment-legacy parameters: - - *575 - - *256 - - *259 + - *576 + - *257 + - *260 responses: '200': description: Response content: application/json: - schema: *257 + schema: *258 examples: - default: *258 + default: *259 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92118,9 +92138,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#update-a-discussion-comment-legacy parameters: - - *575 - - *256 - - *259 + - *576 + - *257 + - *260 requestBody: required: true content: @@ -92142,9 +92162,9 @@ paths: description: Response content: application/json: - schema: *257 + schema: *258 examples: - default: *579 + default: *580 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92169,9 +92189,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#delete-a-discussion-comment-legacy parameters: - - *575 - - *256 - - *259 + - *576 + - *257 + - *260 responses: '204': description: Response @@ -92200,9 +92220,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion-comment-legacy parameters: - - *575 - - *256 - - *259 + - *576 + - *257 + - *260 - 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. @@ -92228,9 +92248,9 @@ paths: application/json: schema: type: array - items: *260 + items: *261 examples: - default: *262 + default: *263 headers: Link: *57 x-github: @@ -92259,9 +92279,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion-comment-legacy parameters: - - *575 - - *256 - - *259 + - *576 + - *257 + - *260 requestBody: required: true content: @@ -92293,9 +92313,9 @@ paths: description: Response content: application/json: - schema: *260 + schema: *261 examples: - default: *261 + default: *262 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92321,8 +92341,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion-legacy parameters: - - *575 - - *256 + - *576 + - *257 - 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. @@ -92348,9 +92368,9 @@ paths: application/json: schema: type: array - items: *260 + items: *261 examples: - default: *262 + default: *263 headers: Link: *57 x-github: @@ -92379,8 +92399,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion-legacy parameters: - - *575 - - *256 + - *576 + - *257 requestBody: required: true content: @@ -92412,9 +92432,9 @@ paths: description: Response content: application/json: - schema: *260 + schema: *261 examples: - default: *261 + default: *262 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -92438,7 +92458,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-pending-team-invitations-legacy parameters: - - *575 + - *576 - *17 - *19 responses: @@ -92476,7 +92496,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-team-members-legacy parameters: - - *575 + - *576 - name: role description: Filters members returned by their role in the team. in: query @@ -92527,7 +92547,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-member-legacy parameters: - - *575 + - *576 - *129 responses: '204': @@ -92564,7 +92584,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-team-member-legacy parameters: - - *575 + - *576 - *129 responses: '204': @@ -92604,7 +92624,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-member-legacy parameters: - - *575 + - *576 - *129 responses: '204': @@ -92641,16 +92661,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *575 + - *576 - *129 responses: '200': description: Response content: application/json: - schema: *264 + schema: *265 examples: - response-if-user-is-a-team-maintainer: *580 + response-if-user-is-a-team-maintainer: *581 '404': *6 x-github: githubCloudOnly: false @@ -92683,7 +92703,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *575 + - *576 - *129 requestBody: required: false @@ -92709,9 +92729,9 @@ paths: description: Response content: application/json: - schema: *264 + schema: *265 examples: - response-if-users-membership-with-team-is-now-pending: *581 + response-if-users-membership-with-team-is-now-pending: *582 '403': description: Forbidden if team synchronization is set up '422': @@ -92745,7 +92765,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *575 + - *576 - *129 responses: '204': @@ -92774,7 +92794,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-projects-legacy parameters: - - *575 + - *576 - *17 - *19 responses: @@ -92784,9 +92804,9 @@ paths: application/json: schema: type: array - items: *265 + items: *266 examples: - default: *582 + default: *583 headers: Link: *57 '404': *6 @@ -92812,16 +92832,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-project-legacy parameters: - - *575 - - *266 + - *576 + - *267 responses: '200': description: Response content: application/json: - schema: *265 + schema: *266 examples: - default: *583 + default: *584 '404': description: Not Found if project is not managed by this team x-github: @@ -92845,8 +92865,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-project-permissions-legacy parameters: - - *575 - - *266 + - *576 + - *267 requestBody: required: false content: @@ -92913,8 +92933,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-project-from-a-team-legacy parameters: - - *575 - - *266 + - *576 + - *267 responses: '204': description: Response @@ -92941,7 +92961,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-repositories-legacy parameters: - - *575 + - *576 - *17 - *19 responses: @@ -92983,15 +93003,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *575 - - *267 + - *576 - *268 + - *269 responses: '200': description: Alternative response with extra repository information content: application/json: - schema: *584 + schema: *585 examples: alternative-response-with-extra-repository-information: value: @@ -93142,9 +93162,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *575 - - *267 + - *576 - *268 + - *269 requestBody: required: false content: @@ -93194,9 +93214,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *575 - - *267 + - *576 - *268 + - *269 responses: '204': description: Response @@ -93221,7 +93241,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-child-teams-legacy parameters: - - *575 + - *576 - *17 - *19 responses: @@ -93233,7 +93253,7 @@ paths: type: array items: *146 examples: - response-if-child-teams-exist: *585 + response-if-child-teams-exist: *586 headers: Link: *57 '404': *6 @@ -93266,7 +93286,7 @@ paths: application/json: schema: oneOf: - - &587 + - &588 title: Private User description: Private User type: object @@ -93516,7 +93536,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *586 + - *587 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -93676,7 +93696,7 @@ paths: description: Response content: application/json: - schema: *587 + schema: *588 examples: default: value: @@ -94022,7 +94042,7 @@ paths: application/json: schema: *191 examples: - default: *386 + default: *387 '202': description: Response when the codespace creation partially failed but is being retried in the background @@ -94030,7 +94050,7 @@ paths: application/json: schema: *191 examples: - default: *386 + default: *387 '401': *23 '403': *27 '404': *6 @@ -94074,7 +94094,7 @@ paths: type: integer secrets: type: array - items: &588 + items: &589 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -94116,7 +94136,7 @@ paths: - visibility - selected_repositories_url examples: - default: *388 + default: *389 headers: Link: *57 x-github: @@ -94194,7 +94214,7 @@ paths: description: Response content: application/json: - schema: *588 + schema: *589 examples: default: value: @@ -94340,7 +94360,7 @@ paths: type: array items: *116 examples: - default: *589 + default: *590 '401': *23 '403': *27 '404': *6 @@ -94492,7 +94512,7 @@ paths: application/json: schema: *191 examples: - default: *386 + default: *387 '304': *35 '500': *90 '401': *23 @@ -94550,7 +94570,7 @@ paths: application/json: schema: *191 examples: - default: *386 + default: *387 '401': *23 '403': *27 '404': *6 @@ -94607,7 +94627,7 @@ paths: description: Response content: application/json: - schema: &590 + schema: &591 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -94660,7 +94680,7 @@ paths: examples: - https://github.com/octocat/hello-world/tree/:branch examples: - default: &591 + default: &592 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -94705,9 +94725,9 @@ paths: description: Response content: application/json: - schema: *590 + schema: *591 examples: - default: *591 + default: *592 '404': *6 x-github: githubCloudOnly: false @@ -94744,9 +94764,9 @@ paths: type: integer machines: type: array - items: *387 + items: *388 examples: - default: *592 + default: *593 '304': *35 '500': *90 '401': *23 @@ -94831,11 +94851,11 @@ paths: - 26a7c758-7299-4a73-b978-5a92a7ae98a0 owner: *4 billable_owner: *4 - repository: *278 + repository: *279 machine: anyOf: - type: 'null' - - *387 + - *388 devcontainer_path: description: Path to devcontainer.json from repo root used to create Codespace. @@ -95640,7 +95660,7 @@ paths: application/json: schema: *191 examples: - default: *386 + default: *387 '304': *35 '500': *90 '400': *14 @@ -95680,7 +95700,7 @@ paths: application/json: schema: *191 examples: - default: *386 + default: *387 '500': *90 '401': *23 '403': *27 @@ -95712,7 +95732,7 @@ paths: type: array items: *204 examples: - default: &605 + default: &606 value: - id: 197 name: hello_docker @@ -95813,7 +95833,7 @@ paths: application/json: schema: type: array - items: &593 + items: &594 title: Email description: Email type: object @@ -95883,9 +95903,9 @@ paths: application/json: schema: type: array - items: *593 + items: *594 examples: - default: &607 + default: &608 value: - email: octocat@github.com verified: true @@ -95962,7 +95982,7 @@ paths: application/json: schema: type: array - items: *593 + items: *594 examples: default: value: @@ -96220,7 +96240,7 @@ paths: application/json: schema: type: array - items: &594 + items: &595 title: GPG Key description: A unique encryption key type: object @@ -96365,7 +96385,7 @@ paths: - subkeys - revoked examples: - default: &618 + default: &619 value: - id: 3 name: Octocat's GPG Key @@ -96450,9 +96470,9 @@ paths: description: Response content: application/json: - schema: *594 + schema: *595 examples: - default: &595 + default: &596 value: id: 3 name: Octocat's GPG Key @@ -96509,7 +96529,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &596 + - &597 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -96521,9 +96541,9 @@ paths: description: Response content: application/json: - schema: *594 + schema: *595 examples: - default: *595 + default: *596 '404': *6 '304': *35 '403': *27 @@ -96546,7 +96566,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *596 + - *597 responses: '204': description: Response @@ -96737,7 +96757,7 @@ paths: type: array items: *59 examples: - default: *597 + default: *598 headers: Link: *57 '404': *6 @@ -96851,7 +96871,7 @@ paths: required: true content: application/json: - schema: *455 + schema: *456 examples: default: value: @@ -97001,7 +97021,7 @@ paths: application/json: schema: type: array - items: &598 + items: &599 title: Key description: Key type: object @@ -97099,9 +97119,9 @@ paths: description: Response content: application/json: - schema: *598 + schema: *599 examples: - default: &599 + default: &600 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -97134,15 +97154,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#get-a-public-ssh-key-for-the-authenticated-user parameters: - - *482 + - *483 responses: '200': description: Response content: application/json: - schema: *598 + schema: *599 examples: - default: *599 + default: *600 '404': *6 '304': *35 '403': *27 @@ -97165,7 +97185,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#delete-a-public-ssh-key-for-the-authenticated-user parameters: - - *482 + - *483 responses: '204': description: Response @@ -97198,7 +97218,7 @@ paths: application/json: schema: type: array - items: &600 + items: &601 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -97277,7 +97297,7 @@ paths: - account - plan examples: - default: &601 + default: &602 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -97339,9 +97359,9 @@ paths: application/json: schema: type: array - items: *600 + items: *601 examples: - default: *601 + default: *602 headers: Link: *57 '304': *35 @@ -98345,7 +98365,7 @@ paths: url: https://docs.github.com/rest/migrations/users#unlock-a-user-repository parameters: - *198 - - *602 + - *603 responses: '204': description: Response @@ -98418,7 +98438,7 @@ paths: type: array items: *145 examples: - default: *603 + default: *604 headers: Link: *57 '304': *35 @@ -98460,7 +98480,7 @@ paths: - docker - nuget - container - - *604 + - *605 - *19 - *17 responses: @@ -98472,8 +98492,8 @@ paths: type: array items: *204 examples: - default: *605 - '400': *606 + default: *606 + '400': *607 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -98502,7 +98522,7 @@ paths: application/json: schema: *204 examples: - default: &619 + default: &620 value: id: 40201 name: octo-name @@ -98957,9 +98977,9 @@ paths: application/json: schema: type: array - items: *593 + items: *594 examples: - default: *607 + default: *608 headers: Link: *57 '304': *35 @@ -99072,7 +99092,7 @@ paths: type: array items: *59 examples: - default: &614 + default: &615 summary: Default response value: - id: 1296269 @@ -99390,9 +99410,9 @@ paths: description: Response content: application/json: - schema: *278 + schema: *279 examples: - default: *280 + default: *281 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -99430,9 +99450,9 @@ paths: application/json: schema: type: array - items: *457 + items: *458 examples: - default: *608 + default: *609 headers: Link: *57 '304': *35 @@ -99511,7 +99531,7 @@ paths: application/json: schema: type: array - items: &609 + items: &610 title: Social account description: Social media account type: object @@ -99528,7 +99548,7 @@ paths: - provider - url examples: - default: &610 + default: &611 value: - provider: twitter url: https://twitter.com/github @@ -99591,9 +99611,9 @@ paths: application/json: schema: type: array - items: *609 + items: *610 examples: - default: *610 + default: *611 '422': *15 '304': *35 '404': *6 @@ -99681,7 +99701,7 @@ paths: application/json: schema: type: array - items: &611 + items: &612 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -99701,7 +99721,7 @@ paths: - title - created_at examples: - default: &630 + default: &631 value: - key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -99768,9 +99788,9 @@ paths: description: Response content: application/json: - schema: *611 + schema: *612 examples: - default: &612 + default: &613 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -99801,7 +99821,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: - - &613 + - &614 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -99813,9 +99833,9 @@ paths: description: Response content: application/json: - schema: *611 + schema: *612 examples: - default: *612 + default: *613 '404': *6 '304': *35 '403': *27 @@ -99838,7 +99858,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: - - *613 + - *614 responses: '204': description: Response @@ -99867,7 +99887,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &631 + - &632 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 @@ -99892,11 +99912,11 @@ paths: type: array items: *59 examples: - default-response: *614 + default-response: *615 application/vnd.github.v3.star+json: schema: type: array - items: &632 + items: &633 title: Starred Repository description: Starred Repository type: object @@ -100052,8 +100072,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: - - *267 - *268 + - *269 responses: '204': description: Response if this repository is starred by you @@ -100081,8 +100101,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#star-a-repository-for-the-authenticated-user parameters: - - *267 - *268 + - *269 responses: '204': description: Response @@ -100106,8 +100126,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#unstar-a-repository-for-the-authenticated-user parameters: - - *267 - *268 + - *269 responses: '204': description: Response @@ -100179,7 +100199,7 @@ paths: application/json: schema: type: array - items: *252 + items: *253 examples: default: value: @@ -100265,10 +100285,10 @@ paths: application/json: schema: oneOf: + - *588 - *587 - - *586 examples: - default-response: &616 + default-response: &617 summary: Default response value: login: octocat @@ -100303,7 +100323,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &617 + response-with-git-hub-plan-information: &618 summary: Response with GitHub plan information value: login: octocat @@ -100363,7 +100383,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#list-users parameters: - - *615 + - *616 - *17 responses: '200': @@ -100412,11 +100432,11 @@ paths: application/json: schema: oneOf: + - *588 - *587 - - *586 examples: - default-response: *616 - response-with-git-hub-plan-information: *617 + default-response: *617 + response-with-git-hub-plan-information: *618 '404': *6 x-github: githubCloudOnly: false @@ -100492,7 +100512,7 @@ paths: bundle_url: type: string examples: - default: *329 + default: *330 '201': description: Response content: @@ -100533,7 +100553,7 @@ paths: type: array items: *204 examples: - default: *605 + default: *606 '403': *27 '401': *23 x-github: @@ -100937,9 +100957,9 @@ paths: application/json: schema: type: array - items: *594 + items: *595 examples: - default: *618 + default: *619 headers: Link: *57 x-github: @@ -101043,7 +101063,7 @@ paths: application/json: schema: *20 examples: - default: *454 + default: *455 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -101121,7 +101141,7 @@ paths: type: array items: *145 examples: - default: *603 + default: *604 headers: Link: *57 x-github: @@ -101160,7 +101180,7 @@ paths: - docker - nuget - container - - *604 + - *605 - *129 - *19 - *17 @@ -101173,10 +101193,10 @@ paths: type: array items: *204 examples: - default: *605 + default: *606 '403': *27 '401': *23 - '400': *606 + '400': *607 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -101206,7 +101226,7 @@ paths: application/json: schema: *204 examples: - default: *619 + default: *620 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -101805,9 +101825,9 @@ paths: description: Response content: application/json: - schema: *620 + schema: *621 examples: - default: *621 + default: *622 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -101835,9 +101855,9 @@ paths: description: Response content: application/json: - schema: *622 + schema: *623 examples: - default: *623 + default: *624 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -101865,9 +101885,9 @@ paths: description: Response content: application/json: - schema: *624 + schema: *625 examples: - default: *625 + default: *626 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -101888,10 +101908,10 @@ paths: url: https://docs.github.com/rest/billing/enhanced-billing#get-billing-usage-report-for-a-user parameters: - *129 - - *626 - *627 - *628 - *629 + - *630 responses: '200': description: Response when getting a billing usage report @@ -101990,9 +102010,9 @@ paths: application/json: schema: type: array - items: *609 + items: *610 examples: - default: *610 + default: *611 headers: Link: *57 x-github: @@ -102022,9 +102042,9 @@ paths: application/json: schema: type: array - items: *611 + items: *612 examples: - default: *630 + default: *631 headers: Link: *57 x-github: @@ -102049,7 +102069,7 @@ paths: url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-a-user parameters: - *129 - - *631 + - *632 - *46 - *17 - *19 @@ -102061,11 +102081,11 @@ paths: schema: anyOf: - type: array - items: *632 + items: *633 - type: array items: *59 examples: - default-response: *614 + default-response: *615 headers: Link: *57 x-github: @@ -102225,7 +102245,7 @@ webhooks: type: string enum: - disabled - enterprise: &633 + enterprise: &634 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -102294,7 +102314,7 @@ webhooks: - created_at - updated_at - avatar_url - installation: &634 + installation: &635 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -102315,7 +102335,7 @@ webhooks: required: - id - node_id - organization: &635 + organization: &636 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -102388,7 +102408,7 @@ webhooks: - public_members_url - avatar_url - description - repository: &636 + repository: &637 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property @@ -103301,10 +103321,10 @@ webhooks: type: string enum: - enabled - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 sender: *4 required: - action @@ -103380,11 +103400,11 @@ webhooks: type: string enum: - created - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 - rule: &637 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 + rule: &638 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) @@ -103607,11 +103627,11 @@ webhooks: type: string enum: - deleted - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 - rule: *637 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 + rule: *638 sender: *4 required: - action @@ -103799,11 +103819,11 @@ webhooks: - everyone required: - from - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 - rule: *637 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 + rule: *638 sender: *4 required: - action @@ -103887,7 +103907,7 @@ webhooks: type: string enum: - completed - check_run: &639 + check_run: &640 title: CheckRun description: A check performed on the code of a given code change type: object @@ -103955,7 +103975,7 @@ webhooks: - MDEwOkNoZWNrU3VpdGU1 pull_requests: type: array - items: *346 + items: *347 repository: *116 status: type: string @@ -104000,7 +104020,7 @@ webhooks: - examples: - neutral - deployment: *638 + deployment: *639 details_url: type: string examples: @@ -104060,7 +104080,7 @@ webhooks: - annotations_url pull_requests: type: array - items: *346 + items: *347 started_at: type: string format: date-time @@ -104098,9 +104118,9 @@ webhooks: - output - app - pull_requests - installation: *634 - organization: *635 - repository: *636 + installation: *635 + organization: *636 + repository: *637 sender: *4 required: - check_run @@ -104493,10 +104513,10 @@ webhooks: type: string enum: - created - check_run: *639 - installation: *634 - organization: *635 - repository: *636 + check_run: *640 + installation: *635 + organization: *636 + repository: *637 sender: *4 required: - check_run @@ -104892,10 +104912,10 @@ webhooks: type: string enum: - requested_action - check_run: *639 - installation: *634 - organization: *635 - repository: *636 + check_run: *640 + installation: *635 + organization: *636 + repository: *637 requested_action: description: The action requested by the user. type: object @@ -105300,10 +105320,10 @@ webhooks: type: string enum: - rerequested - check_run: *639 - installation: *634 - organization: *635 - repository: *636 + check_run: *640 + installation: *635 + organization: *636 + repository: *637 sender: *4 required: - check_run @@ -106295,10 +106315,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 sender: *4 required: - action @@ -106983,10 +107003,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 sender: *4 required: - action @@ -107665,10 +107685,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 sender: *4 required: - action @@ -107834,7 +107854,7 @@ webhooks: required: - login - id - dismissed_comment: *361 + dismissed_comment: *362 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -107986,20 +108006,20 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: &640 + commit_oid: &641 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: *633 - installation: *634 - organization: *635 - ref: &641 + enterprise: *634 + installation: *635 + organization: *636 + ref: &642 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: *636 + repository: *637 sender: *4 required: - action @@ -108163,7 +108183,7 @@ webhooks: required: - login - id - dismissed_comment: *361 + dismissed_comment: *362 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -108404,12 +108424,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *640 - enterprise: *633 - installation: *634 - organization: *635 - ref: *641 - repository: *636 + commit_oid: *641 + enterprise: *634 + installation: *635 + organization: *636 + ref: *642 + repository: *637 sender: *4 required: - action @@ -108507,7 +108527,7 @@ webhooks: dismissed_by: type: - 'null' - dismissed_comment: *361 + dismissed_comment: *362 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -108689,12 +108709,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *640 - enterprise: *633 - installation: *634 - organization: *635 - ref: *641 - repository: *636 + commit_oid: *641 + enterprise: *634 + installation: *635 + organization: *636 + ref: *642 + repository: *637 sender: *4 required: - action @@ -108860,7 +108880,7 @@ webhooks: required: - login - id - dismissed_comment: *361 + dismissed_comment: *362 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -109037,12 +109057,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *640 - enterprise: *633 - installation: *634 - organization: *635 - ref: *641 - repository: *636 + commit_oid: *641 + enterprise: *634 + installation: *635 + organization: *636 + ref: *642 + repository: *637 sender: *4 required: - action @@ -109142,7 +109162,7 @@ webhooks: type: - object - 'null' - dismissed_comment: *361 + dismissed_comment: *362 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -109322,9 +109342,9 @@ webhooks: type: - string - 'null' - enterprise: *633 - installation: *634 - organization: *635 + enterprise: *634 + installation: *635 + organization: *636 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event @@ -109332,7 +109352,7 @@ webhooks: type: - string - 'null' - repository: *636 + repository: *637 sender: *4 required: - action @@ -109428,7 +109448,7 @@ webhooks: dismissed_by: type: - 'null' - dismissed_comment: *361 + dismissed_comment: *362 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -109575,12 +109595,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *640 - enterprise: *633 - installation: *634 - organization: *635 - ref: *641 - repository: *636 + commit_oid: *641 + enterprise: *634 + installation: *635 + organization: *636 + ref: *642 + repository: *637 sender: *4 required: - action @@ -109842,10 +109862,10 @@ webhooks: - updated_at - author_association - body - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 sender: *4 required: - action @@ -109926,18 +109946,18 @@ webhooks: type: - string - 'null' - enterprise: *633 - installation: *634 + enterprise: *634 + installation: *635 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *635 - pusher_type: &642 + organization: *636 + pusher_type: &643 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &643 + ref: &644 description: The [`git ref`](https://docs.github.com/rest/git/refs#get-a-reference) resource. type: string @@ -109947,7 +109967,7 @@ webhooks: enum: - tag - branch - repository: *636 + repository: *637 sender: *4 required: - ref @@ -110030,9 +110050,9 @@ webhooks: enum: - created definition: *221 - enterprise: *633 - installation: *634 - organization: *635 + enterprise: *634 + installation: *635 + organization: *636 sender: *4 required: - action @@ -110117,9 +110137,9 @@ webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *633 - installation: *634 - organization: *635 + enterprise: *634 + installation: *635 + organization: *636 sender: *4 required: - action @@ -110197,9 +110217,9 @@ webhooks: enum: - promote_to_enterprise definition: *221 - enterprise: *633 - installation: *634 - organization: *635 + enterprise: *634 + installation: *635 + organization: *636 sender: *4 required: - action @@ -110277,9 +110297,9 @@ webhooks: enum: - updated definition: *221 - enterprise: *633 - installation: *634 - organization: *635 + enterprise: *634 + installation: *635 + organization: *636 sender: *4 required: - action @@ -110356,10 +110376,10 @@ webhooks: type: string enum: - updated - enterprise: *633 - installation: *634 - repository: *636 - organization: *635 + enterprise: *634 + installation: *635 + repository: *637 + organization: *636 sender: *4 new_property_values: type: array @@ -110444,18 +110464,18 @@ webhooks: title: delete event type: object properties: - enterprise: *633 - installation: *634 - organization: *635 - pusher_type: *642 - ref: *643 + enterprise: *634 + installation: *635 + organization: *636 + pusher_type: *643 + ref: *644 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *636 + repository: *637 sender: *4 required: - ref @@ -110539,11 +110559,11 @@ webhooks: type: string enum: - auto_dismissed - alert: *413 - installation: *634 - organization: *635 - enterprise: *633 - repository: *636 + alert: *414 + installation: *635 + organization: *636 + enterprise: *634 + repository: *637 sender: *4 required: - action @@ -110627,11 +110647,11 @@ webhooks: type: string enum: - auto_reopened - alert: *413 - installation: *634 - organization: *635 - enterprise: *633 - repository: *636 + alert: *414 + installation: *635 + organization: *636 + enterprise: *634 + repository: *637 sender: *4 required: - action @@ -110715,11 +110735,11 @@ webhooks: type: string enum: - created - alert: *413 - installation: *634 - organization: *635 - enterprise: *633 - repository: *636 + alert: *414 + installation: *635 + organization: *636 + enterprise: *634 + repository: *637 sender: *4 required: - action @@ -110801,11 +110821,11 @@ webhooks: type: string enum: - dismissed - alert: *413 - installation: *634 - organization: *635 - enterprise: *633 - repository: *636 + alert: *414 + installation: *635 + organization: *636 + enterprise: *634 + repository: *637 sender: *4 required: - action @@ -110887,11 +110907,11 @@ webhooks: type: string enum: - fixed - alert: *413 - installation: *634 - organization: *635 - enterprise: *633 - repository: *636 + alert: *414 + installation: *635 + organization: *636 + enterprise: *634 + repository: *637 sender: *4 required: - action @@ -110974,11 +110994,11 @@ webhooks: type: string enum: - reintroduced - alert: *413 - installation: *634 - organization: *635 - enterprise: *633 - repository: *636 + alert: *414 + installation: *635 + organization: *636 + enterprise: *634 + repository: *637 sender: *4 required: - action @@ -111060,11 +111080,11 @@ webhooks: type: string enum: - reopened - alert: *413 - installation: *634 - organization: *635 - enterprise: *633 - repository: *636 + alert: *414 + installation: *635 + organization: *636 + enterprise: *634 + repository: *637 sender: *4 required: - action @@ -111141,9 +111161,9 @@ webhooks: type: string enum: - created - enterprise: *633 - installation: *634 - key: &644 + enterprise: *634 + installation: *635 + key: &645 description: The [`deploy key`](https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -111181,8 +111201,8 @@ webhooks: - verified - created_at - read_only - organization: *635 - repository: *636 + organization: *636 + repository: *637 sender: *4 required: - action @@ -111259,11 +111279,11 @@ webhooks: type: string enum: - deleted - enterprise: *633 - installation: *634 - key: *644 - organization: *635 - repository: *636 + enterprise: *634 + installation: *635 + key: *645 + organization: *636 + repository: *637 sender: *4 required: - action @@ -111835,12 +111855,12 @@ webhooks: - updated_at - statuses_url - repository_url - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 sender: *4 - workflow: &648 + workflow: &649 title: Workflow type: - object @@ -112578,13 +112598,13 @@ webhooks: description: The URL to review the deployment protection rule. type: string format: uri - deployment: *419 + deployment: *420 pull_requests: type: array - items: *501 - repository: *636 - organization: *635 - installation: *634 + items: *502 + repository: *637 + organization: *636 + installation: *635 sender: *4 responses: '200': @@ -112655,7 +112675,7 @@ webhooks: type: string enum: - approved - approver: &645 + approver: &646 type: object properties: avatar_url: @@ -112698,11 +112718,11 @@ webhooks: type: string comment: type: string - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 - reviewers: &646 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 + reviewers: &647 type: array items: type: object @@ -112783,7 +112803,7 @@ webhooks: sender: *4 since: type: string - workflow_job_run: &647 + workflow_job_run: &648 type: object properties: conclusion: @@ -113529,18 +113549,18 @@ webhooks: type: string enum: - rejected - approver: *645 + approver: *646 comment: type: string - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 - reviewers: *646 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 + reviewers: *647 sender: *4 since: type: string - workflow_job_run: *647 + workflow_job_run: *648 workflow_job_runs: type: array items: @@ -114257,13 +114277,13 @@ webhooks: type: string enum: - requested - enterprise: *633 + enterprise: *634 environment: type: string - installation: *634 - organization: *635 - repository: *636 - requestor: &653 + installation: *635 + organization: *636 + repository: *637 + requestor: &654 title: User type: - object @@ -116206,12 +116226,12 @@ webhooks: - updated_at - deployment_url - repository_url - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 sender: *4 - workflow: *648 + workflow: *649 workflow_run: title: Deployment Workflow Run type: @@ -116902,7 +116922,7 @@ webhooks: type: string enum: - answered - answer: &651 + answer: &652 type: object properties: author_association: @@ -117062,7 +117082,7 @@ webhooks: - created_at - updated_at - body - discussion: &649 + discussion: &650 title: Discussion description: A Discussion in a repository. type: object @@ -117358,7 +117378,7 @@ webhooks: - id labels: type: array - items: *464 + items: *465 required: - repository_url - category @@ -117380,10 +117400,10 @@ webhooks: - author_association - active_lock_reason - body - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 sender: *4 required: - action @@ -117510,11 +117530,11 @@ webhooks: - from required: - category - discussion: *649 - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 + discussion: *650 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 sender: *4 required: - action @@ -117597,11 +117617,11 @@ webhooks: type: string enum: - closed - discussion: *649 - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 + discussion: *650 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 sender: *4 required: - action @@ -117683,7 +117703,7 @@ webhooks: type: string enum: - created - comment: &650 + comment: &651 type: object properties: author_association: @@ -117843,11 +117863,11 @@ webhooks: - updated_at - body - reactions - discussion: *649 - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 + discussion: *650 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 sender: *4 required: - action @@ -117930,12 +117950,12 @@ webhooks: type: string enum: - deleted - comment: *650 - discussion: *649 - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 + comment: *651 + discussion: *650 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 sender: *4 required: - action @@ -118030,12 +118050,12 @@ webhooks: - from required: - body - comment: *650 - discussion: *649 - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 + comment: *651 + discussion: *650 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 sender: *4 required: - action @@ -118119,11 +118139,11 @@ webhooks: type: string enum: - created - discussion: *649 - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 + discussion: *650 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 sender: *4 required: - action @@ -118205,11 +118225,11 @@ webhooks: type: string enum: - deleted - discussion: *649 - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 + discussion: *650 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 sender: *4 required: - action @@ -118309,11 +118329,11 @@ webhooks: type: string required: - from - discussion: *649 - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 + discussion: *650 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 sender: *4 required: - action @@ -118395,10 +118415,10 @@ webhooks: type: string enum: - labeled - discussion: *649 - enterprise: *633 - installation: *634 - label: &652 + discussion: *650 + enterprise: *634 + installation: *635 + label: &653 title: Label type: object properties: @@ -118431,8 +118451,8 @@ webhooks: - color - default - description - organization: *635 - repository: *636 + organization: *636 + repository: *637 sender: *4 required: - action @@ -118515,11 +118535,11 @@ webhooks: type: string enum: - locked - discussion: *649 - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 + discussion: *650 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 sender: *4 required: - action @@ -118601,11 +118621,11 @@ webhooks: type: string enum: - pinned - discussion: *649 - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 + discussion: *650 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 sender: *4 required: - action @@ -118687,11 +118707,11 @@ webhooks: type: string enum: - reopened - discussion: *649 - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 + discussion: *650 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 sender: *4 required: - action @@ -118776,16 +118796,16 @@ webhooks: changes: type: object properties: - new_discussion: *649 - new_repository: *636 + new_discussion: *650 + new_repository: *637 required: - new_discussion - new_repository - discussion: *649 - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 + discussion: *650 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 sender: *4 required: - action @@ -118868,10 +118888,10 @@ webhooks: type: string enum: - unanswered - discussion: *649 - old_answer: *651 - organization: *635 - repository: *636 + discussion: *650 + old_answer: *652 + organization: *636 + repository: *637 sender: *4 required: - action @@ -118953,12 +118973,12 @@ webhooks: type: string enum: - unlabeled - discussion: *649 - enterprise: *633 - installation: *634 - label: *652 - organization: *635 - repository: *636 + discussion: *650 + enterprise: *634 + installation: *635 + label: *653 + organization: *636 + repository: *637 sender: *4 required: - action @@ -119041,11 +119061,11 @@ webhooks: type: string enum: - unlocked - discussion: *649 - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 + discussion: *650 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 sender: *4 required: - action @@ -119127,11 +119147,11 @@ webhooks: type: string enum: - unpinned - discussion: *649 - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 + discussion: *650 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 sender: *4 required: - action @@ -119204,7 +119224,7 @@ webhooks: description: A user forks a repository. type: object properties: - enterprise: *633 + enterprise: *634 forkee: description: The created [`repository`](https://docs.github.com/rest/repos/repos#get-a-repository) resource. @@ -119882,9 +119902,9 @@ webhooks: type: integer watchers_count: type: integer - installation: *634 - organization: *635 - repository: *636 + installation: *635 + organization: *636 + repository: *637 sender: *4 required: - forkee @@ -120030,9 +120050,9 @@ webhooks: title: gollum event type: object properties: - enterprise: *633 - installation: *634 - organization: *635 + enterprise: *634 + installation: *635 + organization: *636 pages: description: The pages that were updated. type: array @@ -120070,7 +120090,7 @@ webhooks: - action - sha - html_url - repository: *636 + repository: *637 sender: *4 required: - pages @@ -120146,10 +120166,10 @@ webhooks: type: string enum: - created - enterprise: *633 + enterprise: *634 installation: *20 - organization: *635 - repositories: &654 + organization: *636 + repositories: &655 description: An array of repository objects that the installation can access. type: array @@ -120175,8 +120195,8 @@ webhooks: - name - full_name - private - repository: *636 - requester: *653 + repository: *637 + requester: *654 sender: *4 required: - action @@ -120251,11 +120271,11 @@ webhooks: type: string enum: - deleted - enterprise: *633 + enterprise: *634 installation: *20 - organization: *635 - repositories: *654 - repository: *636 + organization: *636 + repositories: *655 + repository: *637 requester: type: - 'null' @@ -120332,11 +120352,11 @@ webhooks: type: string enum: - new_permissions_accepted - enterprise: *633 + enterprise: *634 installation: *20 - organization: *635 - repositories: *654 - repository: *636 + organization: *636 + repositories: *655 + repository: *637 requester: type: - 'null' @@ -120413,10 +120433,10 @@ webhooks: type: string enum: - added - enterprise: *633 + enterprise: *634 installation: *20 - organization: *635 - repositories_added: &655 + organization: *636 + repositories_added: &656 description: An array of repository objects, which were added to the installation. type: array @@ -120462,15 +120482,15 @@ webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *636 - repository_selection: &656 + repository: *637 + repository_selection: &657 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *653 + requester: *654 sender: *4 required: - action @@ -120549,10 +120569,10 @@ webhooks: type: string enum: - removed - enterprise: *633 + enterprise: *634 installation: *20 - organization: *635 - repositories_added: *655 + organization: *636 + repositories_added: *656 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -120579,9 +120599,9 @@ webhooks: - name - full_name - private - repository: *636 - repository_selection: *656 - requester: *653 + repository: *637 + repository_selection: *657 + requester: *654 sender: *4 required: - action @@ -120660,11 +120680,11 @@ webhooks: type: string enum: - suspend - enterprise: *633 + enterprise: *634 installation: *20 - organization: *635 - repositories: *654 - repository: *636 + organization: *636 + repositories: *655 + repository: *637 requester: type: - 'null' @@ -120846,10 +120866,10 @@ webhooks: type: string required: - from - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 sender: *4 target_type: type: string @@ -120928,11 +120948,11 @@ webhooks: type: string enum: - unsuspend - enterprise: *633 + enterprise: *634 installation: *20 - organization: *635 - repositories: *654 - repository: *636 + organization: *636 + repositories: *655 + repository: *637 requester: type: - 'null' @@ -121180,8 +121200,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *633 - installation: *634 + enterprise: *634 + installation: *635 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -122372,8 +122392,8 @@ webhooks: - state - locked - assignee - organization: *635 - repository: *636 + organization: *636 + repository: *637 sender: *4 required: - action @@ -122453,7 +122473,7 @@ webhooks: type: string enum: - deleted - comment: &657 + comment: &658 title: issue comment description: The [comment](https://docs.github.com/rest/issues/comments#get-an-issue-comment) itself. @@ -122620,8 +122640,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *633 - installation: *634 + enterprise: *634 + installation: *635 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -123810,8 +123830,8 @@ webhooks: - state - locked - assignee - organization: *635 - repository: *636 + organization: *636 + repository: *637 sender: *4 required: - action @@ -123891,7 +123911,7 @@ webhooks: type: string enum: - edited - changes: &682 + changes: &683 description: The changes to the comment. type: object properties: @@ -123903,9 +123923,9 @@ webhooks: type: string required: - from - comment: *657 - enterprise: *633 - installation: *634 + comment: *658 + enterprise: *634 + installation: *635 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -125095,8 +125115,8 @@ webhooks: - state - locked - assignee - organization: *635 - repository: *636 + organization: *636 + repository: *637 sender: *4 required: - action @@ -125178,10 +125198,10 @@ webhooks: type: string enum: - assigned - assignee: *653 - enterprise: *633 - installation: *634 - issue: &660 + assignee: *654 + enterprise: *634 + installation: *635 + issue: &661 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -126126,8 +126146,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *635 - repository: *636 + organization: *636 + repository: *637 sender: *4 required: - action @@ -126207,8 +126227,8 @@ webhooks: type: string enum: - closed - enterprise: *633 - installation: *634 + enterprise: *634 + installation: *635 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -127301,8 +127321,8 @@ webhooks: required: - state - closed_at - organization: *635 - repository: *636 + organization: *636 + repository: *637 sender: *4 required: - action @@ -127381,8 +127401,8 @@ webhooks: type: string enum: - deleted - enterprise: *633 - installation: *634 + enterprise: *634 + installation: *635 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -128322,8 +128342,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *635 - repository: *636 + organization: *636 + repository: *637 sender: *4 required: - action @@ -128402,8 +128422,8 @@ webhooks: type: string enum: - demilestoned - enterprise: *633 - installation: *634 + enterprise: *634 + installation: *635 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -129345,7 +129365,7 @@ webhooks: format: uri user_view_type: type: string - milestone: &658 + milestone: &659 title: Milestone description: A collection of related issues and pull requests. type: object @@ -129488,8 +129508,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *635 - repository: *636 + organization: *636 + repository: *637 sender: *4 required: - action @@ -129588,8 +129608,8 @@ webhooks: type: string required: - from - enterprise: *633 - installation: *634 + enterprise: *634 + installation: *635 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -130534,9 +130554,9 @@ webhooks: - active_lock_reason - body - reactions - label: *652 - organization: *635 - repository: *636 + label: *653 + organization: *636 + repository: *637 sender: *4 required: - action @@ -130616,8 +130636,8 @@ webhooks: type: string enum: - labeled - enterprise: *633 - installation: *634 + enterprise: *634 + installation: *635 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -131561,9 +131581,9 @@ webhooks: - active_lock_reason - body - reactions - label: *652 - organization: *635 - repository: *636 + label: *653 + organization: *636 + repository: *637 sender: *4 required: - action @@ -131643,8 +131663,8 @@ webhooks: type: string enum: - locked - enterprise: *633 - installation: *634 + enterprise: *634 + installation: *635 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -132590,8 +132610,8 @@ webhooks: format: uri user_view_type: type: string - organization: *635 - repository: *636 + organization: *636 + repository: *637 sender: *4 required: - action @@ -132670,8 +132690,8 @@ webhooks: type: string enum: - milestoned - enterprise: *633 - installation: *634 + enterprise: *634 + installation: *635 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -133611,9 +133631,9 @@ webhooks: format: uri user_view_type: type: string - milestone: *658 - organization: *635 - repository: *636 + milestone: *659 + organization: *636 + repository: *637 sender: *4 required: - action @@ -135095,8 +135115,8 @@ webhooks: required: - old_issue - old_repository - enterprise: *633 - installation: *634 + enterprise: *634 + installation: *635 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -136040,8 +136060,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *635 - repository: *636 + organization: *636 + repository: *637 sender: *4 required: - action @@ -136121,9 +136141,9 @@ webhooks: type: string enum: - pinned - enterprise: *633 - installation: *634 - issue: &659 + enterprise: *634 + installation: *635 + issue: &660 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -137061,8 +137081,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *635 - repository: *636 + organization: *636 + repository: *637 sender: *4 required: - action @@ -137141,8 +137161,8 @@ webhooks: type: string enum: - reopened - enterprise: *633 - installation: *634 + enterprise: *634 + installation: *635 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -138087,8 +138107,8 @@ webhooks: user_view_type: type: string type: *185 - organization: *635 - repository: *636 + organization: *636 + repository: *637 sender: *4 required: - action @@ -139589,11 +139609,11 @@ webhooks: required: - new_issue - new_repository - enterprise: *633 - installation: *634 - issue: *659 - organization: *635 - repository: *636 + enterprise: *634 + installation: *635 + issue: *660 + organization: *636 + repository: *637 sender: *4 required: - action @@ -139673,12 +139693,12 @@ webhooks: type: string enum: - typed - enterprise: *633 - installation: *634 - issue: *660 + enterprise: *634 + installation: *635 + issue: *661 type: *185 - organization: *635 - repository: *636 + organization: *636 + repository: *637 sender: *4 required: - action @@ -139759,7 +139779,7 @@ webhooks: type: string enum: - unassigned - assignee: &685 + assignee: &686 title: User type: - object @@ -139831,11 +139851,11 @@ webhooks: required: - login - id - enterprise: *633 - installation: *634 - issue: *660 - organization: *635 - repository: *636 + enterprise: *634 + installation: *635 + issue: *661 + organization: *636 + repository: *637 sender: *4 required: - action @@ -139914,12 +139934,12 @@ webhooks: type: string enum: - unlabeled - enterprise: *633 - installation: *634 - issue: *660 - label: *652 - organization: *635 - repository: *636 + enterprise: *634 + installation: *635 + issue: *661 + label: *653 + organization: *636 + repository: *637 sender: *4 required: - action @@ -139999,8 +140019,8 @@ webhooks: type: string enum: - unlocked - enterprise: *633 - installation: *634 + enterprise: *634 + installation: *635 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -140944,8 +140964,8 @@ webhooks: format: uri user_view_type: type: string - organization: *635 - repository: *636 + organization: *636 + repository: *637 sender: *4 required: - action @@ -141025,11 +141045,11 @@ webhooks: type: string enum: - unpinned - enterprise: *633 - installation: *634 - issue: *659 - organization: *635 - repository: *636 + enterprise: *634 + installation: *635 + issue: *660 + organization: *636 + repository: *637 sender: *4 required: - action @@ -141108,12 +141128,12 @@ webhooks: type: string enum: - untyped - enterprise: *633 - installation: *634 - issue: *660 + enterprise: *634 + installation: *635 + issue: *661 type: *185 - organization: *635 - repository: *636 + organization: *636 + repository: *637 sender: *4 required: - action @@ -141193,11 +141213,11 @@ webhooks: type: string enum: - created - enterprise: *633 - installation: *634 - label: *652 - organization: *635 - repository: *636 + enterprise: *634 + installation: *635 + label: *653 + organization: *636 + repository: *637 sender: *4 required: - action @@ -141275,11 +141295,11 @@ webhooks: type: string enum: - deleted - enterprise: *633 - installation: *634 - label: *652 - organization: *635 - repository: *636 + enterprise: *634 + installation: *635 + label: *653 + organization: *636 + repository: *637 sender: *4 required: - action @@ -141389,11 +141409,11 @@ webhooks: type: string required: - from - enterprise: *633 - installation: *634 - label: *652 - organization: *635 - repository: *636 + enterprise: *634 + installation: *635 + label: *653 + organization: *636 + repository: *637 sender: *4 required: - action @@ -141475,9 +141495,9 @@ webhooks: - cancelled effective_date: type: string - enterprise: *633 - installation: *634 - marketplace_purchase: &661 + enterprise: *634 + installation: *635 + marketplace_purchase: &662 title: Marketplace Purchase type: object required: @@ -141565,8 +141585,8 @@ webhooks: type: integer unit_count: type: integer - organization: *635 - previous_marketplace_purchase: &662 + organization: *636 + previous_marketplace_purchase: &663 title: Marketplace Purchase type: object properties: @@ -141650,7 +141670,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *636 + repository: *637 sender: *4 required: - action @@ -141730,10 +141750,10 @@ webhooks: - changed effective_date: type: string - enterprise: *633 - installation: *634 - marketplace_purchase: *661 - organization: *635 + enterprise: *634 + installation: *635 + marketplace_purchase: *662 + organization: *636 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -141821,7 +141841,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *636 + repository: *637 sender: *4 required: - action @@ -141903,10 +141923,10 @@ webhooks: - pending_change effective_date: type: string - enterprise: *633 - installation: *634 - marketplace_purchase: *661 - organization: *635 + enterprise: *634 + installation: *635 + marketplace_purchase: *662 + organization: *636 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -141992,7 +142012,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *636 + repository: *637 sender: *4 required: - action @@ -142073,8 +142093,8 @@ webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *633 - installation: *634 + enterprise: *634 + installation: *635 marketplace_purchase: title: Marketplace Purchase type: object @@ -142160,9 +142180,9 @@ webhooks: type: integer unit_count: type: integer - organization: *635 - previous_marketplace_purchase: *662 - repository: *636 + organization: *636 + previous_marketplace_purchase: *663 + repository: *637 sender: *4 required: - action @@ -142242,12 +142262,12 @@ webhooks: - purchased effective_date: type: string - enterprise: *633 - installation: *634 - marketplace_purchase: *661 - organization: *635 - previous_marketplace_purchase: *662 - repository: *636 + enterprise: *634 + installation: *635 + marketplace_purchase: *662 + organization: *636 + previous_marketplace_purchase: *663 + repository: *637 sender: *4 required: - action @@ -142349,11 +142369,11 @@ webhooks: type: string required: - to - enterprise: *633 - installation: *634 - member: *653 - organization: *635 - repository: *636 + enterprise: *634 + installation: *635 + member: *654 + organization: *636 + repository: *637 sender: *4 required: - action @@ -142455,11 +142475,11 @@ webhooks: type: - string - 'null' - enterprise: *633 - installation: *634 - member: *653 - organization: *635 - repository: *636 + enterprise: *634 + installation: *635 + member: *654 + organization: *636 + repository: *637 sender: *4 required: - action @@ -142538,11 +142558,11 @@ webhooks: type: string enum: - removed - enterprise: *633 - installation: *634 - member: *653 - organization: *635 - repository: *636 + enterprise: *634 + installation: *635 + member: *654 + organization: *636 + repository: *637 sender: *4 required: - action @@ -142620,11 +142640,11 @@ webhooks: type: string enum: - added - enterprise: *633 - installation: *634 - member: *653 - organization: *635 - repository: *636 + enterprise: *634 + installation: *635 + member: *654 + organization: *636 + repository: *637 scope: description: The scope of the membership. Currently, can only be `team`. @@ -142702,7 +142722,7 @@ webhooks: required: - login - id - team: &663 + team: &664 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -142895,11 +142915,11 @@ webhooks: type: string enum: - removed - enterprise: *633 - installation: *634 - member: *653 - organization: *635 - repository: *636 + enterprise: *634 + installation: *635 + member: *654 + organization: *636 + repository: *637 scope: description: The scope of the membership. Currently, can only be `team`. @@ -142978,7 +142998,7 @@ webhooks: required: - login - id - team: *663 + team: *664 required: - action - scope @@ -143060,8 +143080,8 @@ webhooks: type: string enum: - checks_requested - installation: *634 - merge_group: &664 + installation: *635 + merge_group: &665 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -143080,15 +143100,15 @@ webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *350 + head_commit: *351 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *635 - repository: *636 + organization: *636 + repository: *637 sender: *4 required: - action @@ -143174,10 +143194,10 @@ webhooks: - merged - invalidated - dequeued - installation: *634 - merge_group: *664 - organization: *635 - repository: *636 + installation: *635 + merge_group: *665 + organization: *636 + repository: *637 sender: *4 required: - action @@ -143250,7 +143270,7 @@ webhooks: type: string enum: - deleted - enterprise: *633 + enterprise: *634 hook: description: 'The modified webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -143358,12 +143378,12 @@ webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *634 - organization: *635 + installation: *635 + organization: *636 repository: anyOf: - type: 'null' - - *636 + - *637 sender: *4 required: - action @@ -143443,11 +143463,11 @@ webhooks: type: string enum: - closed - enterprise: *633 - installation: *634 - milestone: *658 - organization: *635 - repository: *636 + enterprise: *634 + installation: *635 + milestone: *659 + organization: *636 + repository: *637 sender: *4 required: - action @@ -143526,9 +143546,9 @@ webhooks: type: string enum: - created - enterprise: *633 - installation: *634 - milestone: &665 + enterprise: *634 + installation: *635 + milestone: &666 title: Milestone description: A collection of related issues and pull requests. type: object @@ -143670,8 +143690,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *635 - repository: *636 + organization: *636 + repository: *637 sender: *4 required: - action @@ -143750,11 +143770,11 @@ webhooks: type: string enum: - deleted - enterprise: *633 - installation: *634 - milestone: *658 - organization: *635 - repository: *636 + enterprise: *634 + installation: *635 + milestone: *659 + organization: *636 + repository: *637 sender: *4 required: - action @@ -143864,11 +143884,11 @@ webhooks: type: string required: - from - enterprise: *633 - installation: *634 - milestone: *658 - organization: *635 - repository: *636 + enterprise: *634 + installation: *635 + milestone: *659 + organization: *636 + repository: *637 sender: *4 required: - action @@ -143948,11 +143968,11 @@ webhooks: type: string enum: - opened - enterprise: *633 - installation: *634 - milestone: *665 - organization: *635 - repository: *636 + enterprise: *634 + installation: *635 + milestone: *666 + organization: *636 + repository: *637 sender: *4 required: - action @@ -144031,11 +144051,11 @@ webhooks: type: string enum: - blocked - blocked_user: *653 - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 + blocked_user: *654 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 sender: *4 required: - action @@ -144114,11 +144134,11 @@ webhooks: type: string enum: - unblocked - blocked_user: *653 - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 + blocked_user: *654 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 sender: *4 required: - action @@ -144197,9 +144217,9 @@ webhooks: type: string enum: - deleted - enterprise: *633 - installation: *634 - membership: &666 + enterprise: *634 + installation: *635 + membership: &667 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -144293,8 +144313,8 @@ webhooks: - role - organization_url - user - organization: *635 - repository: *636 + organization: *636 + repository: *637 sender: *4 required: - action @@ -144372,11 +144392,11 @@ webhooks: type: string enum: - member_added - enterprise: *633 - installation: *634 - membership: *666 - organization: *635 - repository: *636 + enterprise: *634 + installation: *635 + membership: *667 + organization: *636 + repository: *637 sender: *4 required: - action @@ -144455,8 +144475,8 @@ webhooks: type: string enum: - member_invited - enterprise: *633 - installation: *634 + enterprise: *634 + installation: *635 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -144578,10 +144598,10 @@ webhooks: - inviter - team_count - invitation_teams_url - organization: *635 - repository: *636 + organization: *636 + repository: *637 sender: *4 - user: *653 + user: *654 required: - action - invitation @@ -144659,11 +144679,11 @@ webhooks: type: string enum: - member_removed - enterprise: *633 - installation: *634 - membership: *666 - organization: *635 - repository: *636 + enterprise: *634 + installation: *635 + membership: *667 + organization: *636 + repository: *637 sender: *4 required: - action @@ -144750,11 +144770,11 @@ webhooks: properties: from: type: string - enterprise: *633 - installation: *634 - membership: *666 - organization: *635 - repository: *636 + enterprise: *634 + installation: *635 + membership: *667 + organization: *636 + repository: *637 sender: *4 required: - action @@ -144830,9 +144850,9 @@ webhooks: type: string enum: - published - enterprise: *633 - installation: *634 - organization: *635 + enterprise: *634 + installation: *635 + organization: *636 package: description: Information about the package. type: object @@ -145355,7 +145375,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: &667 + items: &668 title: Ruby Gems metadata type: object properties: @@ -145452,7 +145472,7 @@ webhooks: - owner - package_version - registry - repository: *636 + repository: *637 sender: *4 required: - action @@ -145528,9 +145548,9 @@ webhooks: type: string enum: - updated - enterprise: *633 - installation: *634 - organization: *635 + enterprise: *634 + installation: *635 + organization: *636 package: description: Information about the package. type: object @@ -145892,7 +145912,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *667 + items: *668 source_url: type: string format: uri @@ -145963,7 +145983,7 @@ webhooks: - owner - package_version - registry - repository: *636 + repository: *637 sender: *4 required: - action @@ -146144,12 +146164,12 @@ webhooks: - duration - created_at - updated_at - enterprise: *633 + enterprise: *634 id: type: integer - installation: *634 - organization: *635 - repository: *636 + installation: *635 + organization: *636 + repository: *637 sender: *4 required: - id @@ -146226,7 +146246,7 @@ webhooks: type: string enum: - approved - personal_access_token_request: &668 + personal_access_token_request: &669 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -146376,10 +146396,10 @@ webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *633 - organization: *635 + enterprise: *634 + organization: *636 sender: *4 - installation: *634 + installation: *635 required: - action - personal_access_token_request @@ -146456,11 +146476,11 @@ webhooks: type: string enum: - cancelled - personal_access_token_request: *668 - enterprise: *633 - organization: *635 + personal_access_token_request: *669 + enterprise: *634 + organization: *636 sender: *4 - installation: *634 + installation: *635 required: - action - personal_access_token_request @@ -146536,11 +146556,11 @@ webhooks: type: string enum: - created - personal_access_token_request: *668 - enterprise: *633 - organization: *635 + personal_access_token_request: *669 + enterprise: *634 + organization: *636 sender: *4 - installation: *634 + installation: *635 required: - action - personal_access_token_request @@ -146615,11 +146635,11 @@ webhooks: type: string enum: - denied - personal_access_token_request: *668 - organization: *635 - enterprise: *633 + personal_access_token_request: *669 + organization: *636 + enterprise: *634 sender: *4 - installation: *634 + installation: *635 required: - action - personal_access_token_request @@ -146724,7 +146744,7 @@ webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *669 + last_response: *670 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -146756,8 +146776,8 @@ webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *635 - repository: *636 + organization: *636 + repository: *637 sender: *4 zen: description: Random string of GitHub zen. @@ -147002,10 +147022,10 @@ webhooks: - from required: - note - enterprise: *633 - installation: *634 - organization: *635 - project_card: &670 + enterprise: *634 + installation: *635 + organization: *636 + project_card: &671 title: Project Card type: object properties: @@ -147128,7 +147148,7 @@ webhooks: - creator - created_at - updated_at - repository: *636 + repository: *637 sender: *4 required: - action @@ -147209,11 +147229,11 @@ webhooks: type: string enum: - created - enterprise: *633 - installation: *634 - organization: *635 - project_card: *670 - repository: *636 + enterprise: *634 + installation: *635 + organization: *636 + project_card: *671 + repository: *637 sender: *4 required: - action @@ -147293,9 +147313,9 @@ webhooks: type: string enum: - deleted - enterprise: *633 - installation: *634 - organization: *635 + enterprise: *634 + installation: *635 + organization: *636 project_card: title: Project Card type: object @@ -147425,7 +147445,7 @@ webhooks: repository: anyOf: - type: 'null' - - *636 + - *637 sender: *4 required: - action @@ -147519,11 +147539,11 @@ webhooks: - from required: - note - enterprise: *633 - installation: *634 - organization: *635 - project_card: *670 - repository: *636 + enterprise: *634 + installation: *635 + organization: *636 + project_card: *671 + repository: *637 sender: *4 required: - action @@ -147617,9 +147637,9 @@ webhooks: - from required: - column_id - enterprise: *633 - installation: *634 - organization: *635 + enterprise: *634 + installation: *635 + organization: *636 project_card: allOf: - title: Project Card @@ -147816,7 +147836,7 @@ webhooks: type: string required: - after_id - repository: *636 + repository: *637 sender: *4 required: - action @@ -147896,10 +147916,10 @@ webhooks: type: string enum: - closed - enterprise: *633 - installation: *634 - organization: *635 - project: &672 + enterprise: *634 + installation: *635 + organization: *636 + project: &673 title: Project type: object properties: @@ -148026,7 +148046,7 @@ webhooks: - creator - created_at - updated_at - repository: *636 + repository: *637 sender: *4 required: - action @@ -148106,10 +148126,10 @@ webhooks: type: string enum: - created - enterprise: *633 - installation: *634 - organization: *635 - project_column: &671 + enterprise: *634 + installation: *635 + organization: *636 + project_column: &672 title: Project Column type: object properties: @@ -148149,7 +148169,7 @@ webhooks: - name - created_at - updated_at - repository: *636 + repository: *637 sender: *4 required: - action @@ -148228,14 +148248,14 @@ webhooks: type: string enum: - deleted - enterprise: *633 - installation: *634 - organization: *635 - project_column: *671 + enterprise: *634 + installation: *635 + organization: *636 + project_column: *672 repository: anyOf: - type: 'null' - - *636 + - *637 sender: *4 required: - action @@ -148324,11 +148344,11 @@ webhooks: type: string required: - from - enterprise: *633 - installation: *634 - organization: *635 - project_column: *671 - repository: *636 + enterprise: *634 + installation: *635 + organization: *636 + project_column: *672 + repository: *637 sender: *4 required: - action @@ -148408,11 +148428,11 @@ webhooks: type: string enum: - moved - enterprise: *633 - installation: *634 - organization: *635 - project_column: *671 - repository: *636 + enterprise: *634 + installation: *635 + organization: *636 + project_column: *672 + repository: *637 sender: *4 required: - action @@ -148492,11 +148512,11 @@ webhooks: type: string enum: - created - enterprise: *633 - installation: *634 - organization: *635 - project: *672 - repository: *636 + enterprise: *634 + installation: *635 + organization: *636 + project: *673 + repository: *637 sender: *4 required: - action @@ -148576,14 +148596,14 @@ webhooks: type: string enum: - deleted - enterprise: *633 - installation: *634 - organization: *635 - project: *672 + enterprise: *634 + installation: *635 + organization: *636 + project: *673 repository: anyOf: - type: 'null' - - *636 + - *637 sender: *4 required: - action @@ -148684,11 +148704,11 @@ webhooks: type: string required: - from - enterprise: *633 - installation: *634 - organization: *635 - project: *672 - repository: *636 + enterprise: *634 + installation: *635 + organization: *636 + project: *673 + repository: *637 sender: *4 required: - action @@ -148767,11 +148787,11 @@ webhooks: type: string enum: - reopened - enterprise: *633 - installation: *634 - organization: *635 - project: *672 - repository: *636 + enterprise: *634 + installation: *635 + organization: *636 + project: *673 + repository: *637 sender: *4 required: - action @@ -148852,9 +148872,9 @@ webhooks: type: string enum: - closed - installation: *634 - organization: *635 - projects_v2: &673 + installation: *635 + organization: *636 + projects_v2: &674 title: Projects v2 Project description: A projects v2 project type: object @@ -149002,9 +149022,9 @@ webhooks: type: string enum: - created - installation: *634 - organization: *635 - projects_v2: *673 + installation: *635 + organization: *636 + projects_v2: *674 sender: *4 required: - action @@ -149085,9 +149105,9 @@ webhooks: type: string enum: - deleted - installation: *634 - organization: *635 - projects_v2: *673 + installation: *635 + organization: *636 + projects_v2: *674 sender: *4 required: - action @@ -149208,9 +149228,9 @@ webhooks: type: string to: type: string - installation: *634 - organization: *635 - projects_v2: *673 + installation: *635 + organization: *636 + projects_v2: *674 sender: *4 required: - action @@ -149293,7 +149313,7 @@ webhooks: type: string enum: - archived - changes: &677 + changes: &678 type: object properties: archived_at: @@ -149309,9 +149329,9 @@ webhooks: - string - 'null' format: date-time - installation: *634 - organization: *635 - projects_v2_item: &674 + installation: *635 + organization: *636 + projects_v2_item: &675 title: Projects v2 Item description: An item belonging to a project type: object @@ -149450,9 +149470,9 @@ webhooks: - 'null' to: type: string - installation: *634 - organization: *635 - projects_v2_item: *674 + installation: *635 + organization: *636 + projects_v2_item: *675 sender: *4 required: - action @@ -149534,9 +149554,9 @@ webhooks: type: string enum: - created - installation: *634 - organization: *635 - projects_v2_item: *674 + installation: *635 + organization: *636 + projects_v2_item: *675 sender: *4 required: - action @@ -149617,9 +149637,9 @@ webhooks: type: string enum: - deleted - installation: *634 - organization: *635 - projects_v2_item: *674 + installation: *635 + organization: *636 + projects_v2_item: *675 sender: *4 required: - action @@ -149724,7 +149744,7 @@ webhooks: oneOf: - type: string - type: integer - - &675 + - &676 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -149744,7 +149764,7 @@ webhooks: required: - id - name - - &676 + - &677 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -149773,8 +149793,8 @@ webhooks: oneOf: - type: string - type: integer - - *675 - *676 + - *677 type: - 'null' - string @@ -149797,9 +149817,9 @@ webhooks: - 'null' required: - body - installation: *634 - organization: *635 - projects_v2_item: *674 + installation: *635 + organization: *636 + projects_v2_item: *675 sender: *4 required: - action @@ -149896,9 +149916,9 @@ webhooks: type: - string - 'null' - installation: *634 - organization: *635 - projects_v2_item: *674 + installation: *635 + organization: *636 + projects_v2_item: *675 sender: *4 required: - action @@ -149981,10 +150001,10 @@ webhooks: type: string enum: - restored - changes: *677 - installation: *634 - organization: *635 - projects_v2_item: *674 + changes: *678 + installation: *635 + organization: *636 + projects_v2_item: *675 sender: *4 required: - action @@ -150066,9 +150086,9 @@ webhooks: type: string enum: - reopened - installation: *634 - organization: *635 - projects_v2: *673 + installation: *635 + organization: *636 + projects_v2: *674 sender: *4 required: - action @@ -150149,9 +150169,9 @@ webhooks: type: string enum: - created - installation: *634 - organization: *635 - projects_v2_status_update: &678 + installation: *635 + organization: *636 + projects_v2_status_update: &679 title: Projects v2 Status Update description: An status update belonging to a project type: object @@ -150286,9 +150306,9 @@ webhooks: type: string enum: - deleted - installation: *634 - organization: *635 - projects_v2_status_update: *678 + installation: *635 + organization: *636 + projects_v2_status_update: *679 sender: *4 required: - action @@ -150434,9 +150454,9 @@ webhooks: - string - 'null' format: date - installation: *634 - organization: *635 - projects_v2_status_update: *678 + installation: *635 + organization: *636 + projects_v2_status_update: *679 sender: *4 required: - action @@ -150507,10 +150527,10 @@ webhooks: title: public event type: object properties: - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 sender: *4 required: - repository @@ -150587,13 +150607,13 @@ webhooks: type: string enum: - assigned - assignee: *653 - enterprise: *633 - installation: *634 - number: &679 + assignee: *654 + enterprise: *634 + installation: *635 + number: &680 description: The pull request number. type: integer - organization: *635 + organization: *636 pull_request: title: Pull Request type: object @@ -152942,7 +152962,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *636 + repository: *637 sender: *4 required: - action @@ -153024,11 +153044,11 @@ webhooks: type: string enum: - auto_merge_disabled - enterprise: *633 - installation: *634 + enterprise: *634 + installation: *635 number: type: integer - organization: *635 + organization: *636 pull_request: title: Pull Request type: object @@ -155370,7 +155390,7 @@ webhooks: - draft reason: type: string - repository: *636 + repository: *637 sender: *4 required: - action @@ -155452,11 +155472,11 @@ webhooks: type: string enum: - auto_merge_enabled - enterprise: *633 - installation: *634 + enterprise: *634 + installation: *635 number: type: integer - organization: *635 + organization: *636 pull_request: title: Pull Request type: object @@ -157798,7 +157818,7 @@ webhooks: - draft reason: type: string - repository: *636 + repository: *637 sender: *4 required: - action @@ -157880,13 +157900,13 @@ webhooks: type: string enum: - closed - enterprise: *633 - installation: *634 - number: *679 - organization: *635 - pull_request: &680 + enterprise: *634 + installation: *635 + number: *680 + organization: *636 + pull_request: &681 allOf: - - *501 + - *502 - type: object properties: allow_auto_merge: @@ -157948,7 +157968,7 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *636 + repository: *637 sender: *4 required: - action @@ -158029,12 +158049,12 @@ webhooks: type: string enum: - converted_to_draft - enterprise: *633 - installation: *634 - number: *679 - organization: *635 - pull_request: *680 - repository: *636 + enterprise: *634 + installation: *635 + number: *680 + organization: *636 + pull_request: *681 + repository: *637 sender: *4 required: - action @@ -158114,11 +158134,11 @@ webhooks: type: string enum: - demilestoned - enterprise: *633 - milestone: *399 - number: *679 - organization: *635 - pull_request: &681 + enterprise: *634 + milestone: *400 + number: *680 + organization: *636 + pull_request: &682 title: Pull Request type: object properties: @@ -160445,7 +160465,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *636 + repository: *637 sender: *4 required: - action @@ -160524,11 +160544,11 @@ webhooks: type: string enum: - dequeued - enterprise: *633 - installation: *634 + enterprise: *634 + installation: *635 number: type: integer - organization: *635 + organization: *636 pull_request: title: Pull Request type: object @@ -162874,7 +162894,7 @@ webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *636 + repository: *637 sender: *4 required: - action @@ -162998,12 +163018,12 @@ webhooks: type: string required: - from - enterprise: *633 - installation: *634 - number: *679 - organization: *635 - pull_request: *680 - repository: *636 + enterprise: *634 + installation: *635 + number: *680 + organization: *636 + pull_request: *681 + repository: *637 sender: *4 required: - action @@ -163083,11 +163103,11 @@ webhooks: type: string enum: - enqueued - enterprise: *633 - installation: *634 + enterprise: *634 + installation: *635 number: type: integer - organization: *635 + organization: *636 pull_request: title: Pull Request type: object @@ -165418,7 +165438,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *636 + repository: *637 sender: *4 required: - action @@ -165498,11 +165518,11 @@ webhooks: type: string enum: - labeled - enterprise: *633 - installation: *634 - label: *652 - number: *679 - organization: *635 + enterprise: *634 + installation: *635 + label: *653 + number: *680 + organization: *636 pull_request: title: Pull Request type: object @@ -167850,7 +167870,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *636 + repository: *637 sender: *4 required: - action @@ -167931,10 +167951,10 @@ webhooks: type: string enum: - locked - enterprise: *633 - installation: *634 - number: *679 - organization: *635 + enterprise: *634 + installation: *635 + number: *680 + organization: *636 pull_request: title: Pull Request type: object @@ -170280,7 +170300,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *636 + repository: *637 sender: *4 required: - action @@ -170360,12 +170380,12 @@ webhooks: type: string enum: - milestoned - enterprise: *633 - milestone: *399 - number: *679 - organization: *635 - pull_request: *681 - repository: *636 + enterprise: *634 + milestone: *400 + number: *680 + organization: *636 + pull_request: *682 + repository: *637 sender: *4 required: - action @@ -170444,12 +170464,12 @@ webhooks: type: string enum: - opened - enterprise: *633 - installation: *634 - number: *679 - organization: *635 - pull_request: *680 - repository: *636 + enterprise: *634 + installation: *635 + number: *680 + organization: *636 + pull_request: *681 + repository: *637 sender: *4 required: - action @@ -170530,12 +170550,12 @@ webhooks: type: string enum: - ready_for_review - enterprise: *633 - installation: *634 - number: *679 - organization: *635 - pull_request: *680 - repository: *636 + enterprise: *634 + installation: *635 + number: *680 + organization: *636 + pull_request: *681 + repository: *637 sender: *4 required: - action @@ -170615,12 +170635,12 @@ webhooks: type: string enum: - reopened - enterprise: *633 - installation: *634 - number: *679 - organization: *635 - pull_request: *680 - repository: *636 + enterprise: *634 + installation: *635 + number: *680 + organization: *636 + pull_request: *681 + repository: *637 sender: *4 required: - action @@ -170995,9 +171015,9 @@ webhooks: - start_side - side - reactions - enterprise: *633 - installation: *634 - organization: *635 + enterprise: *634 + installation: *635 + organization: *636 pull_request: type: object properties: @@ -173227,7 +173247,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *636 + repository: *637 sender: *4 required: - action @@ -173307,7 +173327,7 @@ webhooks: type: string enum: - deleted - comment: &683 + comment: &684 title: Pull Request Review Comment description: The [comment](https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -173600,9 +173620,9 @@ webhooks: - start_side - side - reactions - enterprise: *633 - installation: *634 - organization: *635 + enterprise: *634 + installation: *635 + organization: *636 pull_request: type: object properties: @@ -175820,7 +175840,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *636 + repository: *637 sender: *4 required: - action @@ -175900,11 +175920,11 @@ webhooks: type: string enum: - edited - changes: *682 - comment: *683 - enterprise: *633 - installation: *634 - organization: *635 + changes: *683 + comment: *684 + enterprise: *634 + installation: *635 + organization: *636 pull_request: type: object properties: @@ -178125,7 +178145,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *636 + repository: *637 sender: *4 required: - action @@ -178206,9 +178226,9 @@ webhooks: type: string enum: - dismissed - enterprise: *633 - installation: *634 - organization: *635 + enterprise: *634 + installation: *635 + organization: *636 pull_request: title: Simple Pull Request type: object @@ -180441,7 +180461,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *636 + repository: *637 review: description: The review that was affected. type: object @@ -180687,9 +180707,9 @@ webhooks: type: string required: - from - enterprise: *633 - installation: *634 - organization: *635 + enterprise: *634 + installation: *635 + organization: *636 pull_request: title: Simple Pull Request type: object @@ -182803,8 +182823,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *636 - review: &684 + repository: *637 + review: &685 description: The review that was affected. type: object properties: @@ -183037,12 +183057,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *633 - installation: *634 + enterprise: *634 + installation: *635 number: description: The pull request number. type: integer - organization: *635 + organization: *636 pull_request: title: Pull Request type: object @@ -185389,7 +185409,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *636 + repository: *637 requested_reviewer: title: User type: @@ -185475,12 +185495,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *633 - installation: *634 + enterprise: *634 + installation: *635 number: description: The pull request number. type: integer - organization: *635 + organization: *636 pull_request: title: Pull Request type: object @@ -187834,7 +187854,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *636 + repository: *637 requested_team: title: Team description: Groups of organization members that gives permissions @@ -188029,12 +188049,12 @@ webhooks: type: string enum: - review_requested - enterprise: *633 - installation: *634 + enterprise: *634 + installation: *635 number: description: The pull request number. type: integer - organization: *635 + organization: *636 pull_request: title: Pull Request type: object @@ -190383,7 +190403,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *636 + repository: *637 requested_reviewer: title: User type: @@ -190470,12 +190490,12 @@ webhooks: type: string enum: - review_requested - enterprise: *633 - installation: *634 + enterprise: *634 + installation: *635 number: description: The pull request number. type: integer - organization: *635 + organization: *636 pull_request: title: Pull Request type: object @@ -192815,7 +192835,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *636 + repository: *637 requested_team: title: Team description: Groups of organization members that gives permissions @@ -192999,9 +193019,9 @@ webhooks: type: string enum: - submitted - enterprise: *633 - installation: *634 - organization: *635 + enterprise: *634 + installation: *635 + organization: *636 pull_request: title: Simple Pull Request type: object @@ -195237,8 +195257,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *636 - review: *684 + repository: *637 + review: *685 sender: *4 required: - action @@ -195318,9 +195338,9 @@ webhooks: type: string enum: - resolved - enterprise: *633 - installation: *634 - organization: *635 + enterprise: *634 + installation: *635 + organization: *636 pull_request: title: Simple Pull Request type: object @@ -197451,7 +197471,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *636 + repository: *637 sender: *4 thread: type: object @@ -197843,9 +197863,9 @@ webhooks: type: string enum: - unresolved - enterprise: *633 - installation: *634 - organization: *635 + enterprise: *634 + installation: *635 + organization: *636 pull_request: title: Simple Pull Request type: object @@ -199959,7 +199979,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *636 + repository: *637 sender: *4 thread: type: object @@ -200353,10 +200373,10 @@ webhooks: type: string before: type: string - enterprise: *633 - installation: *634 - number: *679 - organization: *635 + enterprise: *634 + installation: *635 + number: *680 + organization: *636 pull_request: title: Pull Request type: object @@ -202691,7 +202711,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *636 + repository: *637 sender: *4 required: - action @@ -202773,11 +202793,11 @@ webhooks: type: string enum: - unassigned - assignee: *685 - enterprise: *633 - installation: *634 - number: *679 - organization: *635 + assignee: *686 + enterprise: *634 + installation: *635 + number: *680 + organization: *636 pull_request: title: Pull Request type: object @@ -205127,7 +205147,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *636 + repository: *637 sender: *4 required: - action @@ -205206,11 +205226,11 @@ webhooks: type: string enum: - unlabeled - enterprise: *633 - installation: *634 - label: *652 - number: *679 - organization: *635 + enterprise: *634 + installation: *635 + label: *653 + number: *680 + organization: *636 pull_request: title: Pull Request type: object @@ -207549,7 +207569,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *636 + repository: *637 sender: *4 required: - action @@ -207630,10 +207650,10 @@ webhooks: type: string enum: - unlocked - enterprise: *633 - installation: *634 - number: *679 - organization: *635 + enterprise: *634 + installation: *635 + number: *680 + organization: *636 pull_request: title: Pull Request type: object @@ -209962,7 +209982,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *636 + repository: *637 sender: *4 required: - action @@ -210165,7 +210185,7 @@ webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *633 + enterprise: *634 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -210260,8 +210280,8 @@ webhooks: - url - author - committer - installation: *634 - organization: *635 + installation: *635 + organization: *636 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -210849,9 +210869,9 @@ webhooks: type: string enum: - published - enterprise: *633 - installation: *634 - organization: *635 + enterprise: *634 + installation: *635 + organization: *636 registry_package: type: object properties: @@ -211328,7 +211348,7 @@ webhooks: type: string rubygems_metadata: type: array - items: *667 + items: *668 summary: type: string tag_name: @@ -211384,7 +211404,7 @@ webhooks: - owner - package_version - registry - repository: *636 + repository: *637 sender: *4 required: - action @@ -211462,9 +211482,9 @@ webhooks: type: string enum: - updated - enterprise: *633 - installation: *634 - organization: *635 + enterprise: *634 + installation: *635 + organization: *636 registry_package: type: object properties: @@ -211776,7 +211796,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *667 + items: *668 summary: type: string tag_name: @@ -211826,7 +211846,7 @@ webhooks: - owner - package_version - registry - repository: *636 + repository: *637 sender: *4 required: - action @@ -211903,10 +211923,10 @@ webhooks: type: string enum: - created - enterprise: *633 - installation: *634 - organization: *635 - release: &686 + enterprise: *634 + installation: *635 + organization: *636 + release: &687 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -212222,7 +212242,7 @@ webhooks: - tarball_url - zipball_url - body - repository: *636 + repository: *637 sender: *4 required: - action @@ -212299,11 +212319,11 @@ webhooks: type: string enum: - deleted - enterprise: *633 - installation: *634 - organization: *635 - release: *686 - repository: *636 + enterprise: *634 + installation: *635 + organization: *636 + release: *687 + repository: *637 sender: *4 required: - action @@ -212420,11 +212440,11 @@ webhooks: type: boolean required: - to - enterprise: *633 - installation: *634 - organization: *635 - release: *686 - repository: *636 + enterprise: *634 + installation: *635 + organization: *636 + release: *687 + repository: *637 sender: *4 required: - action @@ -212502,9 +212522,9 @@ webhooks: type: string enum: - prereleased - enterprise: *633 - installation: *634 - organization: *635 + enterprise: *634 + installation: *635 + organization: *636 release: title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) @@ -212825,7 +212845,7 @@ webhooks: - string - 'null' format: uri - repository: *636 + repository: *637 sender: *4 required: - action @@ -212901,10 +212921,10 @@ webhooks: type: string enum: - published - enterprise: *633 - installation: *634 - organization: *635 - release: &687 + enterprise: *634 + installation: *635 + organization: *636 + release: &688 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -213222,7 +213242,7 @@ webhooks: - string - 'null' format: uri - repository: *636 + repository: *637 sender: *4 required: - action @@ -213298,11 +213318,11 @@ webhooks: type: string enum: - released - enterprise: *633 - installation: *634 - organization: *635 - release: *686 - repository: *636 + enterprise: *634 + installation: *635 + organization: *636 + release: *687 + repository: *637 sender: *4 required: - action @@ -213378,11 +213398,11 @@ webhooks: type: string enum: - unpublished - enterprise: *633 - installation: *634 - organization: *635 - release: *687 - repository: *636 + enterprise: *634 + installation: *635 + organization: *636 + release: *688 + repository: *637 sender: *4 required: - action @@ -213458,11 +213478,11 @@ webhooks: type: string enum: - published - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 - repository_advisory: *561 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 + repository_advisory: *562 sender: *4 required: - action @@ -213538,11 +213558,11 @@ webhooks: type: string enum: - reported - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 - repository_advisory: *561 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 + repository_advisory: *562 sender: *4 required: - action @@ -213618,10 +213638,10 @@ webhooks: type: string enum: - archived - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 sender: *4 required: - action @@ -213698,10 +213718,10 @@ webhooks: type: string enum: - created - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 sender: *4 required: - action @@ -213779,10 +213799,10 @@ webhooks: type: string enum: - deleted - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 sender: *4 required: - action @@ -213867,10 +213887,10 @@ webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 sender: *4 required: - action @@ -213985,10 +214005,10 @@ webhooks: - 'null' items: type: string - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 sender: *4 required: - action @@ -214060,10 +214080,10 @@ webhooks: title: repository_import event type: object properties: - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 sender: *4 status: type: string @@ -214144,10 +214164,10 @@ webhooks: type: string enum: - privatized - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 sender: *4 required: - action @@ -214224,10 +214244,10 @@ webhooks: type: string enum: - publicized - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 sender: *4 required: - action @@ -214321,10 +214341,10 @@ webhooks: - name required: - repository - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 sender: *4 required: - action @@ -214404,10 +214424,10 @@ webhooks: type: string enum: - created - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 repository_ruleset: *233 sender: *4 required: @@ -214486,10 +214506,10 @@ webhooks: type: string enum: - deleted - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 repository_ruleset: *233 sender: *4 required: @@ -214568,10 +214588,10 @@ webhooks: type: string enum: - edited - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 repository_ruleset: *233 changes: type: object @@ -214879,10 +214899,10 @@ webhooks: - from required: - owner - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 sender: *4 required: - action @@ -214960,10 +214980,10 @@ webhooks: type: string enum: - unarchived - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 sender: *4 required: - action @@ -215041,7 +215061,7 @@ webhooks: type: string enum: - create - alert: &688 + alert: &689 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -215165,10 +215185,10 @@ webhooks: type: string enum: - open - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 sender: *4 required: - action @@ -215378,10 +215398,10 @@ webhooks: type: string enum: - dismissed - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 sender: *4 required: - action @@ -215459,11 +215479,11 @@ webhooks: type: string enum: - reopen - alert: *688 - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 + alert: *689 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 sender: *4 required: - action @@ -215665,10 +215685,10 @@ webhooks: enum: - fixed - open - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 sender: *4 required: - action @@ -215746,7 +215766,7 @@ webhooks: type: string enum: - created - alert: &689 + alert: &690 type: object properties: number: *52 @@ -215856,10 +215876,10 @@ webhooks: - 'null' description: Whether the detected secret was found in multiple repositories in the same organization or business. - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 sender: *4 required: - action @@ -215940,11 +215960,11 @@ webhooks: type: string enum: - created - alert: *689 - installation: *634 - location: *690 - organization: *635 - repository: *636 + alert: *690 + installation: *635 + location: *691 + organization: *636 + repository: *637 sender: *4 required: - location @@ -216182,11 +216202,11 @@ webhooks: type: string enum: - publicly_leaked - alert: *689 - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 + alert: *690 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 sender: *4 required: - action @@ -216264,11 +216284,11 @@ webhooks: type: string enum: - reopened - alert: *689 - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 + alert: *690 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 sender: *4 required: - action @@ -216346,11 +216366,11 @@ webhooks: type: string enum: - resolved - alert: *689 - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 + alert: *690 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 sender: *4 required: - action @@ -216428,11 +216448,11 @@ webhooks: type: string enum: - validated - alert: *689 - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 + alert: *690 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 sender: *4 required: - action @@ -216562,10 +216582,10 @@ webhooks: - organization - enterprise - - repository: *636 - enterprise: *633 - installation: *634 - organization: *635 + repository: *637 + enterprise: *634 + installation: *635 + organization: *636 sender: *4 required: - action @@ -216643,11 +216663,11 @@ webhooks: type: string enum: - published - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 - security_advisory: &691 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 + security_advisory: &692 description: The details of the security advisory, including summary, description, and severity. type: object @@ -216833,11 +216853,11 @@ webhooks: type: string enum: - updated - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 - security_advisory: *691 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 + security_advisory: *692 sender: *4 required: - action @@ -216910,10 +216930,10 @@ webhooks: type: string enum: - withdrawn - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -217100,10 +217120,10 @@ webhooks: type: object properties: security_and_analysis: *226 - enterprise: *633 - installation: *634 - organization: *635 - repository: *278 + enterprise: *634 + installation: *635 + organization: *636 + repository: *279 sender: *4 required: - changes @@ -217181,12 +217201,12 @@ webhooks: type: string enum: - cancelled - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 sender: *4 - sponsorship: &692 + sponsorship: &693 type: object properties: created_at: @@ -217491,12 +217511,12 @@ webhooks: type: string enum: - created - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 sender: *4 - sponsorship: *692 + sponsorship: *693 required: - action - sponsorship @@ -217584,12 +217604,12 @@ webhooks: type: string required: - from - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 sender: *4 - sponsorship: *692 + sponsorship: *693 required: - action - changes @@ -217666,17 +217686,17 @@ webhooks: type: string enum: - pending_cancellation - effective_date: &693 + effective_date: &694 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: *633 - installation: *634 - organization: *635 - repository: *636 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 sender: *4 - sponsorship: *692 + sponsorship: *693 required: - action - sponsorship @@ -217750,7 +217770,7 @@ webhooks: type: string enum: - pending_tier_change - changes: &694 + changes: &695 type: object properties: tier: @@ -217794,13 +217814,13 @@ webhooks: - from required: - tier - effective_date: *693 - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 + effective_date: *694 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 sender: *4 - sponsorship: *692 + sponsorship: *693 required: - action - changes @@ -217877,13 +217897,13 @@ webhooks: type: string enum: - tier_changed - changes: *694 - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 + changes: *695 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 sender: *4 - sponsorship: *692 + sponsorship: *693 required: - action - changes @@ -217957,10 +217977,10 @@ webhooks: type: string enum: - created - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -218044,10 +218064,10 @@ webhooks: type: string enum: - deleted - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -218481,15 +218501,15 @@ webhooks: type: - string - 'null' - enterprise: *633 + enterprise: *634 id: description: The unique identifier of the status. type: integer - installation: *634 + installation: *635 name: type: string - organization: *635 - repository: *636 + organization: *636 + repository: *637 sender: *4 sha: description: The Commit SHA. @@ -218605,9 +218625,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *74 - installation: *634 - organization: *635 - repository: *636 + installation: *635 + organization: *636 + repository: *637 sender: *4 required: - action @@ -218697,9 +218717,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *74 - installation: *634 - organization: *635 - repository: *636 + installation: *635 + organization: *636 + repository: *637 sender: *4 required: - action @@ -218789,9 +218809,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *74 - installation: *634 - organization: *635 - repository: *636 + installation: *635 + organization: *636 + repository: *637 sender: *4 required: - action @@ -218881,9 +218901,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *74 - installation: *634 - organization: *635 - repository: *636 + installation: *635 + organization: *636 + repository: *637 sender: *4 required: - action @@ -218960,12 +218980,12 @@ webhooks: title: team_add event type: object properties: - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 sender: *4 - team: &695 + team: &696 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -219158,9 +219178,9 @@ webhooks: type: string enum: - added_to_repository - enterprise: *633 - installation: *634 - organization: *635 + enterprise: *634 + installation: *635 + organization: *636 repository: title: Repository description: A git repository @@ -219630,7 +219650,7 @@ webhooks: - topics - visibility sender: *4 - team: *695 + team: *696 required: - action - team @@ -219706,9 +219726,9 @@ webhooks: type: string enum: - created - enterprise: *633 - installation: *634 - organization: *635 + enterprise: *634 + installation: *635 + organization: *636 repository: title: Repository description: A git repository @@ -220178,7 +220198,7 @@ webhooks: - topics - visibility sender: *4 - team: *695 + team: *696 required: - action - team @@ -220255,9 +220275,9 @@ webhooks: type: string enum: - deleted - enterprise: *633 - installation: *634 - organization: *635 + enterprise: *634 + installation: *635 + organization: *636 repository: title: Repository description: A git repository @@ -220727,7 +220747,7 @@ webhooks: - topics - visibility sender: *4 - team: *695 + team: *696 required: - action - team @@ -220871,9 +220891,9 @@ webhooks: - from required: - permissions - enterprise: *633 - installation: *634 - organization: *635 + enterprise: *634 + installation: *635 + organization: *636 repository: title: Repository description: A git repository @@ -221343,7 +221363,7 @@ webhooks: - topics - visibility sender: *4 - team: *695 + team: *696 required: - action - changes @@ -221421,9 +221441,9 @@ webhooks: type: string enum: - removed_from_repository - enterprise: *633 - installation: *634 - organization: *635 + enterprise: *634 + installation: *635 + organization: *636 repository: title: Repository description: A git repository @@ -221893,7 +221913,7 @@ webhooks: - topics - visibility sender: *4 - team: *695 + team: *696 required: - action - team @@ -221969,10 +221989,10 @@ webhooks: type: string enum: - started - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 sender: *4 required: - action @@ -222045,17 +222065,17 @@ webhooks: title: workflow_dispatch event type: object properties: - enterprise: *633 + enterprise: *634 inputs: type: - object - 'null' additionalProperties: true - installation: *634 - organization: *635 + installation: *635 + organization: *636 ref: type: string - repository: *636 + repository: *637 sender: *4 workflow: type: string @@ -222137,10 +222157,10 @@ webhooks: type: string enum: - completed - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 sender: *4 workflow_job: allOf: @@ -222396,7 +222416,7 @@ webhooks: type: string required: - conclusion - deployment: *419 + deployment: *420 required: - action - repository @@ -222475,10 +222495,10 @@ webhooks: type: string enum: - in_progress - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 sender: *4 workflow_job: allOf: @@ -222760,7 +222780,7 @@ webhooks: required: - status - steps - deployment: *419 + deployment: *420 required: - action - repository @@ -222839,10 +222859,10 @@ webhooks: type: string enum: - queued - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 sender: *4 workflow_job: type: object @@ -222988,7 +223008,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *419 + deployment: *420 required: - action - repository @@ -223067,10 +223087,10 @@ webhooks: type: string enum: - waiting - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 sender: *4 workflow_job: type: object @@ -223217,7 +223237,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *419 + deployment: *420 required: - action - repository @@ -223297,12 +223317,12 @@ webhooks: type: string enum: - completed - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 sender: *4 - workflow: *648 + workflow: *649 workflow_run: title: Workflow Run type: object @@ -224321,12 +224341,12 @@ webhooks: type: string enum: - in_progress - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 sender: *4 - workflow: *648 + workflow: *649 workflow_run: title: Workflow Run type: object @@ -225330,12 +225350,12 @@ webhooks: type: string enum: - requested - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 sender: *4 - workflow: *648 + workflow: *649 workflow_run: title: Workflow Run type: object diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json index 5030d5cc1b..3751fdadba 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json @@ -24493,6 +24493,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": { @@ -135907,7 +135917,9 @@ "registry_type": { "description": "The registry type.", "enum": [ - "maven_repository" + "maven_repository", + "nuget_feed", + "goproxy_server" ], "type": "string" }, @@ -136113,7 +136125,9 @@ "description": "The registry type.", "type": "string", "enum": [ - "maven_repository" + "maven_repository", + "nuget_feed", + "goproxy_server" ] }, "username": { @@ -136205,7 +136219,9 @@ "registry_type": { "description": "The registry type.", "enum": [ - "maven_repository" + "maven_repository", + "nuget_feed", + "goproxy_server" ], "type": "string" }, @@ -136545,7 +136561,9 @@ "registry_type": { "description": "The registry type.", "enum": [ - "maven_repository" + "maven_repository", + "nuget_feed", + "goproxy_server" ], "type": "string" }, @@ -136676,7 +136694,9 @@ "description": "The registry type.", "type": "string", "enum": [ - "maven_repository" + "maven_repository", + "nuget_feed", + "goproxy_server" ] }, "username": { @@ -155327,6 +155347,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": { @@ -494945,6 +494975,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": { @@ -495832,6 +495872,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-next/api.github.com/dereferenced/api.github.com.deref.yaml b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml index 8054705ca6..ff05ceacfb 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml @@ -901,7 +901,7 @@ paths: - subscriptions_url - type - url - type: &245 + type: &246 type: string description: The type of credit the user is receiving. enum: @@ -1067,7 +1067,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/global-advisories#get-a-global-security-advisory parameters: - - &563 + - &564 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -9047,7 +9047,7 @@ paths: - direct - transitive - - security_advisory: &411 + security_advisory: &412 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -9315,7 +9315,7 @@ paths: and was considered fixed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - auto_dismissed_at: &412 + auto_dismissed_at: &413 type: - string - 'null' @@ -9762,6 +9762,15 @@ paths: schema: type: boolean default: false + - &243 + 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 @@ -9769,7 +9778,7 @@ paths: application/json: schema: type: array - items: &243 + items: &244 type: object properties: number: *52 @@ -9785,14 +9794,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &555 + state: &556 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: &556 + resolution: &557 type: - string - 'null' @@ -9897,7 +9906,7 @@ paths: description: A boolean value representing whether or not alert is base64 encoded examples: - default: &244 + default: &245 value: - number: 2 created_at: '2020-11-06T18:48:51Z' @@ -10350,7 +10359,7 @@ paths: milestone: anyOf: - type: 'null' - - &399 + - &400 title: Milestone description: A collection of related issues and pull requests. @@ -10667,7 +10676,7 @@ paths: - author_association - created_at - updated_at - comment: &458 + comment: &459 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -11242,7 +11251,7 @@ paths: url: type: string format: uri - user: &586 + user: &587 title: Public User description: Public User type: object @@ -14599,14 +14608,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-public-events-for-a-network-of-repositories parameters: - - &267 + - &268 name: owner description: The account owner of the repository. The name is not case sensitive. in: path required: true schema: type: string - - &268 + - &269 name: repo description: The name of the repository without the `.git` extension. The name is not case sensitive. @@ -14677,7 +14686,7 @@ paths: '404': *6 '403': *27 '304': *35 - '301': &279 + '301': &280 description: Moved permanently content: application/json: @@ -14699,7 +14708,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &487 + - &488 name: all description: If `true`, show notifications marked as read. in: query @@ -14707,7 +14716,7 @@ paths: schema: type: boolean default: false - - &488 + - &489 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -14717,7 +14726,7 @@ paths: type: boolean default: false - *64 - - &489 + - &490 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: @@ -15243,7 +15252,7 @@ paths: - url - subscription_url examples: - default: &490 + default: &491 value: - id: '1' repository: @@ -15864,7 +15873,7 @@ paths: - avatar_url - description examples: - default: &603 + default: &604 value: - login: github id: 1 @@ -15910,7 +15919,7 @@ paths: required: true schema: type: string - - &626 + - &627 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, @@ -15919,7 +15928,7 @@ paths: required: false schema: type: integer - - &627 + - &628 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 @@ -15928,7 +15937,7 @@ paths: required: false schema: type: integer - - &628 + - &629 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 @@ -15937,7 +15946,7 @@ paths: required: false schema: type: integer - - &629 + - &630 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 @@ -16840,7 +16849,7 @@ paths: type: integer repository_cache_usages: type: array - items: &284 + items: &285 title: Actions Cache Usage by repository description: GitHub Actions Cache Usage by repository. type: object @@ -17738,7 +17747,7 @@ paths: - all - local_only - selected - selected_actions_url: &290 + selected_actions_url: &291 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` @@ -17828,7 +17837,7 @@ paths: type: array items: *59 examples: - default: &597 + default: &598 value: total_count: 1 repositories: @@ -18156,7 +18165,7 @@ paths: description: Response content: application/json: - schema: &294 + schema: &295 type: object properties: default_workflow_permissions: &109 @@ -18207,7 +18216,7 @@ paths: required: false content: application/json: - schema: &295 + schema: &296 type: object properties: default_workflow_permissions: *109 @@ -18700,7 +18709,7 @@ paths: type: array items: *116 examples: - default: &589 + default: &590 value: total_count: 1 repositories: @@ -19347,7 +19356,7 @@ paths: application/json: schema: type: array - items: &296 + items: &297 title: Runner Application description: Runner Application type: object @@ -19372,7 +19381,7 @@ paths: - download_url - filename examples: - default: &297 + default: &298 value: - os: osx architecture: x64 @@ -19458,7 +19467,7 @@ paths: - no-gpu work_folder: _work responses: - '201': &298 + '201': &299 description: Response content: application/json: @@ -19573,7 +19582,7 @@ paths: - token - expires_at examples: - default: &299 + default: &300 value: token: LLBF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-22T12:13:35.123-08:00' @@ -19612,7 +19621,7 @@ paths: application/json: schema: *120 examples: - default: &300 + default: &301 value: token: AABF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-29T12:13:35.123-08:00' @@ -19646,7 +19655,7 @@ paths: application/json: schema: *118 examples: - default: &301 + default: &302 value: id: 23 name: MBP @@ -19872,7 +19881,7 @@ paths: - *91 - *117 responses: - '200': &302 + '200': &303 description: Response content: application/json: @@ -19929,7 +19938,7 @@ paths: parameters: - *91 - *117 - - &303 + - &304 name: name description: The name of a self-hosted runner's custom label. in: path @@ -20061,7 +20070,7 @@ paths: description: Response content: application/json: - schema: &315 + schema: &316 title: ActionsPublicKey description: The public key used for setting Actions Secrets. type: object @@ -20096,7 +20105,7 @@ paths: - key_id - key examples: - default: &316 + default: &317 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -20509,7 +20518,7 @@ paths: url: https://docs.github.com/rest/actions/variables#list-organization-variables parameters: - *91 - - &289 + - &290 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)." @@ -21049,7 +21058,7 @@ paths: bundle_url: type: string examples: - default: &329 + default: &330 value: attestations: - bundle: @@ -21986,7 +21995,7 @@ paths: url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-alerts-for-an-organization parameters: - *91 - - &354 + - &355 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`, @@ -21996,7 +22005,7 @@ paths: schema: &135 type: string description: The name of the tool used to generate the code scanning analysis. - - &355 + - &356 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 @@ -22020,7 +22029,7 @@ paths: be returned. in: query required: false - schema: &357 + schema: &358 type: string description: State of a code scanning alert. enum: @@ -22043,7 +22052,7 @@ paths: be returned. in: query required: false - schema: &358 + schema: &359 type: string description: Severity of a code scanning alert. enum: @@ -22069,7 +22078,7 @@ paths: updated_at: *54 url: *55 html_url: *56 - instances_url: &359 + instances_url: &360 type: string description: The REST API URL for fetching the list of instances for an alert. @@ -22091,7 +22100,7 @@ paths: - type: 'null' - *4 dismissed_at: *134 - dismissed_reason: &360 + dismissed_reason: &361 type: - string - 'null' @@ -22102,14 +22111,14 @@ paths: - won't fix - used in tests - - dismissed_comment: &361 + dismissed_comment: &362 type: - string - 'null' description: The dismissal comment associated with the dismissal of the alert. maxLength: 280 - rule: &362 + rule: &363 type: object properties: id: @@ -22170,7 +22179,7 @@ paths: - 'null' description: A link to the documentation for the rule used to detect the alert. - tool: &363 + tool: &364 type: object properties: name: *135 @@ -22181,15 +22190,15 @@ paths: description: The version of the tool used to generate the code scanning analysis. guid: *136 - most_recent_instance: &364 + most_recent_instance: &365 type: object properties: - ref: &356 + ref: &357 type: string description: |- The Git reference, formatted as `refs/pull//merge`, `refs/pull//head`, `refs/heads/` or simply ``. - analysis_key: &374 + analysis_key: &375 type: string description: Identifies the configuration under which the analysis was executed. For example, in GitHub Actions @@ -22200,7 +22209,7 @@ paths: the environment in which the analysis that generated this alert instance was performed, such as the language that was analyzed. - category: &375 + category: &376 type: string description: Identifies the configuration under which the analysis was executed. Used to distinguish between multiple @@ -23487,7 +23496,7 @@ paths: machine: anyOf: - type: 'null' - - &387 + - &388 type: object title: Codespace machine description: A description of the machine powering a codespace. @@ -24439,7 +24448,7 @@ paths: - updated_at - visibility examples: - default: &388 + default: &389 value: total_count: 2 secrets: @@ -24477,7 +24486,7 @@ paths: description: Response content: application/json: - schema: &389 + schema: &390 title: CodespacesPublicKey description: The public key used for setting Codespaces secrets. type: object @@ -24512,7 +24521,7 @@ paths: - key_id - key examples: - default: &390 + default: &391 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -24544,7 +24553,7 @@ paths: application/json: schema: *144 examples: - default: &392 + default: &393 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -25585,7 +25594,7 @@ paths: application/json: schema: type: array - items: &249 + items: &250 title: Copilot Usage Metrics description: Copilot usage metrics for a given day. type: object @@ -25900,7 +25909,7 @@ paths: - date additionalProperties: true examples: - default: &250 + default: &251 value: - date: '2024-06-24' total_active_users: 24 @@ -26002,7 +26011,7 @@ paths: '500': *90 '403': *27 '404': *6 - '422': &251 + '422': &252 description: Copilot Usage Merics API setting is disabled at the organization or enterprise level. content: @@ -26176,7 +26185,7 @@ paths: description: Response content: application/json: - schema: &415 + schema: &416 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -26195,7 +26204,7 @@ paths: - key_id - key examples: - default: &416 + default: &417 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -28016,7 +28025,7 @@ paths: application/json: schema: *20 examples: - default: &454 + default: &455 value: id: 1 account: @@ -28244,7 +28253,7 @@ paths: required: true content: application/json: - schema: &455 + schema: &456 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration @@ -29101,7 +29110,7 @@ paths: application/json: schema: *191 examples: - default: &386 + default: &387 value: id: 1 name: monalisa-octocat-hello-world-g4wpq6h95q @@ -30339,7 +30348,7 @@ paths: parameters: - *91 - *198 - - &602 + - &603 name: repo_name description: repo_name parameter in: path @@ -31385,7 +31394,7 @@ paths: - nuget - container - *91 - - &604 + - &605 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -31426,7 +31435,7 @@ paths: default: *205 '403': *27 '401': *23 - '400': &606 + '400': &607 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -32628,6 +32637,8 @@ paths: description: The registry type. enum: - maven_repository + - nuget_feed + - goproxy_server type: string username: description: The username to use when authenticating with @@ -32704,6 +32715,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 @@ -32788,6 +32801,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 @@ -32959,6 +32974,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 @@ -33291,7 +33308,7 @@ paths: '401': *23 '403': *27 '404': *6 - '410': &276 + '410': &277 description: Gone content: application/json: @@ -34217,7 +34234,7 @@ paths: description: Response content: application/json: - schema: &278 + schema: &279 title: Full Repository description: Full Repository type: object @@ -34682,7 +34699,7 @@ paths: description: Whether anonymous git access is allowed. default: true type: boolean - code_of_conduct: &405 + code_of_conduct: &406 title: Code Of Conduct Simple description: Code of Conduct Simple type: object @@ -34796,7 +34813,7 @@ paths: - network_count - subscribers_count examples: - default: &280 + default: &281 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -35317,7 +35334,7 @@ paths: - *91 - *17 - *19 - - &540 + - &541 name: targets description: | A comma-separated list of rule targets to filter by. @@ -35603,7 +35620,7 @@ paths: type: object description: A repository rule. oneOf: - - &518 + - &519 title: creation description: Only allow users with bypass permission to create matching refs. @@ -35615,7 +35632,7 @@ paths: type: string enum: - creation - - &519 + - &520 title: update description: Only allow users with bypass permission to update matching refs. @@ -35636,7 +35653,7 @@ paths: repository required: - update_allows_fetch_and_merge - - &521 + - &522 title: deletion description: Only allow users with bypass permissions to delete matching refs. @@ -35648,7 +35665,7 @@ paths: type: string enum: - deletion - - &522 + - &523 title: required_linear_history description: Prevent merge commits from being pushed to matching refs. @@ -35660,7 +35677,7 @@ paths: type: string enum: - required_linear_history - - &523 + - &524 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -35738,7 +35755,7 @@ paths: - merge_method - min_entries_to_merge - min_entries_to_merge_wait_minutes - - &524 + - &525 title: required_deployments description: Choose which environments must be successfully deployed to before refs can be pushed into a ref that @@ -35762,7 +35779,7 @@ paths: type: string required: - required_deployment_environments - - &525 + - &526 title: required_signatures description: Commits pushed to matching refs must have verified signatures. @@ -35774,7 +35791,7 @@ paths: type: string enum: - required_signatures - - &526 + - &527 title: pull_request description: Require all commits be made to a non-target branch and submitted via a pull request before they can @@ -35836,7 +35853,7 @@ paths: - require_last_push_approval - required_approving_review_count - required_review_thread_resolution - - &527 + - &528 title: required_status_checks description: Choose which status checks must pass before the ref is updated. When enabled, commits must first be @@ -35884,7 +35901,7 @@ paths: required: - required_status_checks - strict_required_status_checks_policy - - &528 + - &529 title: non_fast_forward description: Prevent users with push access from force pushing to refs. @@ -35896,7 +35913,7 @@ paths: type: string enum: - non_fast_forward - - &529 + - &530 title: commit_message_pattern description: Parameters to be used for the commit_message_pattern rule @@ -35932,7 +35949,7 @@ paths: required: - operator - pattern - - &530 + - &531 title: commit_author_email_pattern description: Parameters to be used for the commit_author_email_pattern rule @@ -35968,7 +35985,7 @@ paths: required: - operator - pattern - - &531 + - &532 title: committer_email_pattern description: Parameters to be used for the committer_email_pattern rule @@ -36004,7 +36021,7 @@ paths: required: - operator - pattern - - &532 + - &533 title: branch_name_pattern description: Parameters to be used for the branch_name_pattern rule @@ -36040,7 +36057,7 @@ paths: required: - operator - pattern - - &533 + - &534 title: tag_name_pattern description: Parameters to be used for the tag_name_pattern rule @@ -36076,7 +36093,7 @@ paths: required: - operator - pattern - - &534 + - &535 title: file_path_restriction description: Prevent commits that include changes in specified file and folder paths from being pushed to the commit @@ -36101,7 +36118,7 @@ paths: type: string required: - restricted_file_paths - - &535 + - &536 title: max_file_path_length description: Prevent commits that include file paths that exceed the specified character limit from being pushed @@ -36125,7 +36142,7 @@ paths: maximum: 256 required: - max_file_path_length - - &536 + - &537 title: file_extension_restriction description: Prevent commits that include files with specified file extensions from being pushed to the commit graph. @@ -36148,7 +36165,7 @@ paths: type: string required: - restricted_file_extensions - - &537 + - &538 title: max_file_size description: Prevent commits with individual files that exceed the specified limit from being pushed to the commit @@ -36173,7 +36190,7 @@ paths: maximum: 100 required: - max_file_size - - &538 + - &539 title: workflows description: Require all changes made to a targeted branch to pass the specified workflows before they can be merged. @@ -36223,7 +36240,7 @@ paths: - repository_id required: - workflows - - &539 + - &540 title: code_scanning description: Choose which tools must provide code scanning results before the reference is updated. When configured, @@ -36461,7 +36478,7 @@ paths: url: https://docs.github.com/rest/orgs/rule-suites#list-organization-rule-suites parameters: - *91 - - &541 + - &542 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 @@ -36476,7 +36493,7 @@ paths: in: query schema: type: string - - &542 + - &543 name: time_period description: |- The time period to filter by. @@ -36492,14 +36509,14 @@ paths: - week - month default: day - - &543 + - &544 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 - - &544 + - &545 name: rule_suite_result description: The rule results to filter on. When specified, only suites with this result will be returned. @@ -36519,7 +36536,7 @@ paths: description: Response content: application/json: - schema: &545 + schema: &546 title: Rule Suites description: Response type: array @@ -36575,7 +36592,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &546 + default: &547 value: - id: 21 actor_id: 12 @@ -36619,7 +36636,7 @@ paths: url: https://docs.github.com/rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *91 - - &547 + - &548 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -36635,7 +36652,7 @@ paths: description: Response content: application/json: - schema: &548 + schema: &549 title: Rule Suite description: Response type: object @@ -36742,7 +36759,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &549 + default: &550 value: id: 21 actor_id: 12 @@ -36988,7 +37005,7 @@ paths: type: string format: date-time examples: - default: &551 + default: &552 value: - version_id: 3 actor: @@ -37041,7 +37058,7 @@ paths: description: Response content: application/json: - schema: &552 + schema: &553 allOf: - *235 - type: object @@ -37120,7 +37137,7 @@ paths: - *46 - *19 - *17 - - &553 + - &554 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 @@ -37130,7 +37147,7 @@ paths: required: false schema: type: string - - &554 + - &555 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 @@ -37143,6 +37160,7 @@ paths: - *240 - *241 - *242 + - *243 responses: '200': description: Response @@ -37150,9 +37168,9 @@ paths: application/json: schema: type: array - items: *243 + items: *244 examples: - default: *244 + default: *245 headers: Link: *57 '404': *6 @@ -37222,7 +37240,7 @@ paths: application/json: schema: type: array - items: &561 + items: &562 description: A repository security advisory. type: object properties: @@ -37466,7 +37484,7 @@ paths: login: type: string description: The username of the user credited. - type: *245 + type: *246 credits_detailed: type: - array @@ -37477,7 +37495,7 @@ paths: type: object properties: user: *4 - type: *245 + type: *246 state: type: string description: The state of the user's acceptance of the @@ -37541,7 +37559,7 @@ paths: - private_fork additionalProperties: false examples: - default: &562 + default: &563 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -38015,7 +38033,7 @@ paths: description: Response content: application/json: - schema: &620 + schema: &621 type: object properties: total_minutes_used: @@ -38085,7 +38103,7 @@ paths: - included_minutes - minutes_used_breakdown examples: - default: &621 + default: &622 value: total_minutes_used: 305 total_paid_minutes_used: 0 @@ -38121,7 +38139,7 @@ paths: description: Response content: application/json: - schema: &622 + schema: &623 type: object properties: total_gigabytes_bandwidth_used: @@ -38139,7 +38157,7 @@ paths: - total_paid_gigabytes_bandwidth_used - included_gigabytes_bandwidth examples: - default: &623 + default: &624 value: total_gigabytes_bandwidth_used: 50 total_paid_gigabytes_bandwidth_used: 40 @@ -38171,7 +38189,7 @@ paths: description: Response content: application/json: - schema: &624 + schema: &625 type: object properties: days_left_in_billing_cycle: @@ -38189,7 +38207,7 @@ paths: - estimated_paid_storage_for_month - estimated_storage_for_month examples: - default: &625 + default: &626 value: days_left_in_billing_cycle: 20 estimated_paid_storage_for_month: 15 @@ -38231,7 +38249,7 @@ paths: type: integer network_configurations: type: array - items: &246 + items: &247 title: Hosted compute network configuration description: A hosted compute network configuration. type: object @@ -38356,9 +38374,9 @@ paths: description: Response content: application/json: - schema: *246 + schema: *247 examples: - default: &247 + default: &248 value: id: 123456789ABCDEF name: My network configuration @@ -38387,7 +38405,7 @@ paths: url: https://docs.github.com/rest/orgs/network-configurations#get-a-hosted-compute-network-configuration-for-an-organization parameters: - *91 - - &248 + - &249 name: network_configuration_id description: Unique identifier of the hosted compute network configuration. in: path @@ -38399,9 +38417,9 @@ paths: description: Response content: application/json: - schema: *246 + schema: *247 examples: - default: *247 + default: *248 headers: Link: *57 x-github: @@ -38423,7 +38441,7 @@ paths: url: https://docs.github.com/rest/orgs/network-configurations#update-a-hosted-compute-network-configuration-for-an-organization parameters: - *91 - - *248 + - *249 requestBody: required: true content: @@ -38462,9 +38480,9 @@ paths: description: Response content: application/json: - schema: *246 + schema: *247 examples: - default: *247 + default: *248 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38484,7 +38502,7 @@ paths: url: https://docs.github.com/rest/orgs/network-configurations#delete-a-hosted-compute-network-configuration-from-an-organization parameters: - *91 - - *248 + - *249 responses: '204': description: Response @@ -38629,13 +38647,13 @@ paths: application/json: schema: type: array - items: *249 + items: *250 examples: - default: *250 + default: *251 '500': *90 '403': *27 '404': *6 - '422': *251 + '422': *252 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38759,7 +38777,7 @@ paths: description: Response content: application/json: - schema: &252 + schema: &253 title: Full Team description: Groups of organization members that gives permissions on specified repositories. @@ -39139,7 +39157,7 @@ paths: - repos_count - organization examples: - default: &253 + default: &254 value: id: 1 node_id: MDQ6VGVhbTE= @@ -39216,9 +39234,9 @@ paths: description: Response content: application/json: - schema: *252 + schema: *253 examples: - default: *253 + default: *254 '404': *6 x-github: githubCloudOnly: false @@ -39303,16 +39321,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *252 + schema: *253 examples: - default: *253 + default: *254 '201': description: Response content: application/json: - schema: *252 + schema: *253 examples: - default: *253 + default: *254 '404': *6 '422': *15 '403': *27 @@ -39382,7 +39400,7 @@ paths: application/json: schema: type: array - items: &254 + items: &255 title: Team Discussion description: A team discussion is a persistent record of a free-form conversation within a team. @@ -39493,7 +39511,7 @@ paths: - updated_at - url examples: - default: &576 + default: &577 value: - author: login: octocat @@ -39602,9 +39620,9 @@ paths: description: Response content: application/json: - schema: *254 + schema: *255 examples: - default: &255 + default: &256 value: author: login: octocat @@ -39678,7 +39696,7 @@ paths: parameters: - *91 - *199 - - &256 + - &257 name: discussion_number description: The number that identifies the discussion. in: path @@ -39690,9 +39708,9 @@ paths: description: Response content: application/json: - schema: *254 + schema: *255 examples: - default: *255 + default: *256 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39716,7 +39734,7 @@ paths: parameters: - *91 - *199 - - *256 + - *257 requestBody: required: false content: @@ -39739,9 +39757,9 @@ paths: description: Response content: application/json: - schema: *254 + schema: *255 examples: - default: &577 + default: &578 value: author: login: octocat @@ -39813,7 +39831,7 @@ paths: parameters: - *91 - *199 - - *256 + - *257 responses: '204': description: Response @@ -39841,7 +39859,7 @@ paths: parameters: - *91 - *199 - - *256 + - *257 - *46 - *17 - *19 @@ -39852,7 +39870,7 @@ paths: application/json: schema: type: array - items: &257 + items: &258 title: Team Discussion Comment description: A reply to a discussion within a team. type: object @@ -39932,7 +39950,7 @@ paths: - updated_at - url examples: - default: &578 + default: &579 value: - author: login: octocat @@ -40002,7 +40020,7 @@ paths: parameters: - *91 - *199 - - *256 + - *257 requestBody: required: true content: @@ -40024,9 +40042,9 @@ paths: description: Response content: application/json: - schema: *257 + schema: *258 examples: - default: &258 + default: &259 value: author: login: octocat @@ -40094,8 +40112,8 @@ paths: parameters: - *91 - *199 - - *256 - - &259 + - *257 + - &260 name: comment_number description: The number that identifies the comment. in: path @@ -40107,9 +40125,9 @@ paths: description: Response content: application/json: - schema: *257 + schema: *258 examples: - default: *258 + default: *259 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -40133,8 +40151,8 @@ paths: parameters: - *91 - *199 - - *256 - - *259 + - *257 + - *260 requestBody: required: true content: @@ -40156,9 +40174,9 @@ paths: description: Response content: application/json: - schema: *257 + schema: *258 examples: - default: &579 + default: &580 value: author: login: octocat @@ -40224,8 +40242,8 @@ paths: parameters: - *91 - *199 - - *256 - - *259 + - *257 + - *260 responses: '204': description: Response @@ -40253,8 +40271,8 @@ paths: parameters: - *91 - *199 - - *256 - - *259 + - *257 + - *260 - 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. @@ -40280,7 +40298,7 @@ paths: application/json: schema: type: array - items: &260 + items: &261 title: Reaction description: Reactions to conversations provide a way to help people express their feelings more simply and effectively. @@ -40324,7 +40342,7 @@ paths: - content - created_at examples: - default: &262 + default: &263 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -40376,8 +40394,8 @@ paths: parameters: - *91 - *199 - - *256 - - *259 + - *257 + - *260 requestBody: required: true content: @@ -40410,9 +40428,9 @@ paths: team discussion comment content: application/json: - schema: *260 + schema: *261 examples: - default: &261 + default: &262 value: id: 1 node_id: MDg6UmVhY3Rpb24x @@ -40441,9 +40459,9 @@ paths: description: Response content: application/json: - schema: *260 + schema: *261 examples: - default: *261 + default: *262 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -40468,9 +40486,9 @@ paths: parameters: - *91 - *199 - - *256 - - *259 - - &263 + - *257 + - *260 + - &264 name: reaction_id description: The unique identifier of the reaction. in: path @@ -40504,7 +40522,7 @@ paths: parameters: - *91 - *199 - - *256 + - *257 - 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. @@ -40530,9 +40548,9 @@ paths: application/json: schema: type: array - items: *260 + items: *261 examples: - default: *262 + default: *263 headers: Link: *57 x-github: @@ -40560,7 +40578,7 @@ paths: parameters: - *91 - *199 - - *256 + - *257 requestBody: required: true content: @@ -40592,16 +40610,16 @@ paths: description: Response content: application/json: - schema: *260 + schema: *261 examples: - default: *261 + default: *262 '201': description: Response content: application/json: - schema: *260 + schema: *261 examples: - default: *261 + default: *262 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -40626,8 +40644,8 @@ paths: parameters: - *91 - *199 - - *256 - - *263 + - *257 + - *264 responses: '204': description: Response @@ -40748,7 +40766,7 @@ paths: description: Response content: application/json: - schema: &264 + schema: &265 title: Team Membership description: Team Membership type: object @@ -40776,7 +40794,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &580 + response-if-user-is-a-team-maintainer: &581 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -40839,9 +40857,9 @@ paths: description: Response content: application/json: - schema: *264 + schema: *265 examples: - response-if-users-membership-with-team-is-now-pending: &581 + response-if-users-membership-with-team-is-now-pending: &582 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -40914,7 +40932,7 @@ paths: application/json: schema: type: array - items: &265 + items: &266 title: Team Project description: A team's access to a project. type: object @@ -40983,7 +41001,7 @@ paths: - updated_at - permissions examples: - default: &582 + default: &583 value: - owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -41048,7 +41066,7 @@ paths: parameters: - *91 - *199 - - &266 + - &267 name: project_id description: The unique identifier of the project. in: path @@ -41060,9 +41078,9 @@ paths: description: Response content: application/json: - schema: *265 + schema: *266 examples: - default: &583 + default: &584 value: owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -41126,7 +41144,7 @@ paths: parameters: - *91 - *199 - - *266 + - *267 requestBody: required: false content: @@ -41195,7 +41213,7 @@ paths: parameters: - *91 - *199 - - *266 + - *267 responses: '204': description: Response @@ -41266,14 +41284,14 @@ paths: parameters: - *91 - *199 - - *267 - *268 + - *269 responses: '200': description: Alternative response with repository permissions content: application/json: - schema: &584 + schema: &585 title: Team Repository description: A team's access to a repository. type: object @@ -41916,8 +41934,8 @@ paths: parameters: - *91 - *199 - - *267 - *268 + - *269 requestBody: required: false content: @@ -41964,8 +41982,8 @@ paths: parameters: - *91 - *199 - - *267 - *268 + - *269 responses: '204': description: Response @@ -42002,7 +42020,7 @@ paths: type: array items: *146 examples: - response-if-child-teams-exist: &585 + response-if-child-teams-exist: &586 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -42129,7 +42147,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#get-a-project-card parameters: - - &269 + - &270 name: card_id description: The unique identifier of the card. in: path @@ -42141,7 +42159,7 @@ paths: description: Response content: application/json: - schema: &270 + schema: &271 title: Project Card description: Project cards represent a scope of work. type: object @@ -42216,7 +42234,7 @@ paths: - created_at - updated_at examples: - default: &271 + default: &272 value: url: https://api.github.com/projects/columns/cards/1478 id: 1478 @@ -42272,7 +42290,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#update-an-existing-project-card parameters: - - *269 + - *270 requestBody: required: false content: @@ -42302,9 +42320,9 @@ paths: description: Response content: application/json: - schema: *270 + schema: *271 examples: - default: *271 + default: *272 '304': *35 '403': *27 '401': *23 @@ -42331,7 +42349,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#delete-a-project-card parameters: - - *269 + - *270 responses: '204': description: Response @@ -42375,7 +42393,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#move-a-project-card parameters: - - *269 + - *270 requestBody: required: true content: @@ -42488,7 +42506,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#get-a-project-column parameters: - - &272 + - &273 name: column_id description: The unique identifier of the column. in: path @@ -42500,7 +42518,7 @@ paths: description: Response content: application/json: - schema: &273 + schema: &274 title: Project Column description: Project columns contain cards of work. type: object @@ -42554,7 +42572,7 @@ paths: - created_at - updated_at examples: - default: &274 + default: &275 value: url: https://api.github.com/projects/columns/367 project_url: https://api.github.com/projects/120 @@ -42589,7 +42607,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#update-an-existing-project-column parameters: - - *272 + - *273 requestBody: required: true content: @@ -42614,9 +42632,9 @@ paths: description: Response content: application/json: - schema: *273 + schema: *274 examples: - default: *274 + default: *275 '304': *35 '403': *27 '401': *23 @@ -42641,7 +42659,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#delete-a-project-column parameters: - - *272 + - *273 responses: '204': description: Response @@ -42670,7 +42688,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#list-project-cards parameters: - - *272 + - *273 - name: archived_state description: Filters the project cards that are returned by the card's state. in: query @@ -42691,7 +42709,7 @@ paths: application/json: schema: type: array - items: *270 + items: *271 examples: default: value: @@ -42750,7 +42768,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#create-a-project-card parameters: - - *272 + - *273 requestBody: required: true content: @@ -42794,9 +42812,9 @@ paths: description: Response content: application/json: - schema: *270 + schema: *271 examples: - default: *271 + default: *272 '304': *35 '403': *27 '401': *23 @@ -42852,7 +42870,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#move-a-project-column parameters: - - *272 + - *273 requestBody: required: true content: @@ -42913,7 +42931,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#get-a-project parameters: - - *266 + - *267 responses: '200': description: Response @@ -42921,7 +42939,7 @@ paths: application/json: schema: *220 examples: - default: &275 + default: &276 value: owner_url: https://api.github.com/repos/api-playground/projects-test url: https://api.github.com/projects/1002604 @@ -42978,7 +42996,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#update-a-project parameters: - - *266 + - *267 requestBody: required: false content: @@ -43029,7 +43047,7 @@ paths: application/json: schema: *220 examples: - default: *275 + default: *276 '404': description: Not Found if the authenticated user does not have access to the project @@ -43050,7 +43068,7 @@ paths: items: type: string '401': *23 - '410': *276 + '410': *277 '422': *7 x-github: githubCloudOnly: false @@ -43073,7 +43091,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#delete-a-project parameters: - - *266 + - *267 responses: '204': description: Delete Success @@ -43094,7 +43112,7 @@ paths: items: type: string '401': *23 - '410': *276 + '410': *277 '404': *6 x-github: githubCloudOnly: false @@ -43118,7 +43136,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/collaborators#list-project-collaborators parameters: - - *266 + - *267 - 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 @@ -43175,7 +43193,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/collaborators#add-project-collaborator parameters: - - *266 + - *267 - *129 requestBody: required: false @@ -43230,7 +43248,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/collaborators#remove-user-as-a-collaborator parameters: - - *266 + - *267 - *129 responses: '204': @@ -43262,7 +43280,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/collaborators#get-project-permission-for-a-user parameters: - - *266 + - *267 - *129 responses: '200': @@ -43333,7 +43351,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#list-project-columns parameters: - - *266 + - *267 - *17 - *19 responses: @@ -43343,7 +43361,7 @@ paths: application/json: schema: type: array - items: *273 + items: *274 examples: default: value: @@ -43381,7 +43399,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#create-a-project-column parameters: - - *266 + - *267 requestBody: required: true content: @@ -43405,7 +43423,7 @@ paths: description: Response content: application/json: - schema: *273 + schema: *274 examples: default: value: @@ -43469,7 +43487,7 @@ paths: resources: type: object properties: - core: &277 + core: &278 title: Rate Limit type: object properties: @@ -43486,20 +43504,20 @@ paths: - remaining - reset - used - graphql: *277 - search: *277 - code_search: *277 - source_import: *277 - integration_manifest: *277 - code_scanning_upload: *277 - actions_runner_registration: *277 - scim: *277 - dependency_snapshots: *277 - code_scanning_autofix: *277 + graphql: *278 + search: *278 + code_search: *278 + source_import: *278 + integration_manifest: *278 + code_scanning_upload: *278 + actions_runner_registration: *278 + scim: *278 + dependency_snapshots: *278 + code_scanning_autofix: *278 required: - core - search - rate: *277 + rate: *278 required: - rate - resources @@ -43603,14 +43621,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#get-a-repository parameters: - - *267 - *268 + - *269 responses: '200': description: Response content: application/json: - schema: *278 + schema: *279 examples: default-response: summary: Default response @@ -44111,7 +44129,7 @@ paths: status: disabled '403': *27 '404': *6 - '301': *279 + '301': *280 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44129,8 +44147,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#update-a-repository parameters: - - *267 - *268 + - *269 requestBody: required: false content: @@ -44375,10 +44393,10 @@ paths: description: Response content: application/json: - schema: *278 + schema: *279 examples: - default: *280 - '307': &281 + default: *281 + '307': &282 description: Temporary Redirect content: application/json: @@ -44407,8 +44425,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#delete-a-repository parameters: - - *267 - *268 + - *269 responses: '204': description: Response @@ -44430,7 +44448,7 @@ paths: value: message: Organization members cannot delete repositories. documentation_url: https://docs.github.com/rest/repos/repos#delete-a-repository - '307': *281 + '307': *282 '404': *6 '409': *45 x-github: @@ -44454,11 +44472,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#list-artifacts-for-a-repository parameters: - - *267 - *268 + - *269 - *17 - *19 - - &307 + - &308 name: name description: The name field of an artifact. When specified, only artifacts with this name will be returned. @@ -44481,7 +44499,7 @@ paths: type: integer artifacts: type: array - items: &282 + items: &283 title: Artifact description: An artifact type: object @@ -44576,7 +44594,7 @@ paths: - expires_at - updated_at examples: - default: &308 + default: &309 value: total_count: 2 artifacts: @@ -44637,9 +44655,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#get-an-artifact parameters: - - *267 - *268 - - &283 + - *269 + - &284 name: artifact_id description: The unique identifier of the artifact. in: path @@ -44651,7 +44669,7 @@ paths: description: Response content: application/json: - schema: *282 + schema: *283 examples: default: value: @@ -44689,9 +44707,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#delete-an-artifact parameters: - - *267 - *268 - - *283 + - *269 + - *284 responses: '204': description: Response @@ -44715,9 +44733,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#download-an-artifact parameters: - - *267 - *268 - - *283 + - *269 + - *284 - name: archive_format in: path required: true @@ -44731,7 +44749,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': *276 + '410': *277 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44754,14 +44772,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#get-github-actions-cache-usage-for-a-repository parameters: - - *267 - *268 + - *269 responses: '200': description: Response content: application/json: - schema: *284 + schema: *285 examples: default: value: @@ -44787,11 +44805,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#list-github-actions-caches-for-a-repository parameters: - - *267 - *268 + - *269 - *17 - *19 - - &285 + - &286 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 @@ -44825,7 +44843,7 @@ paths: description: Response content: application/json: - schema: &286 + schema: &287 title: Repository actions caches description: Repository actions caches type: object @@ -44875,7 +44893,7 @@ paths: - total_count - actions_caches examples: - default: &287 + default: &288 value: total_count: 1 actions_caches: @@ -44907,23 +44925,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: - - *267 - *268 + - *269 - name: key description: A key for identifying the cache. in: query required: true schema: type: string - - *285 + - *286 responses: '200': description: Response content: application/json: - schema: *286 + schema: *287 examples: - default: *287 + default: *288 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44943,8 +44961,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: - - *267 - *268 + - *269 - name: cache_id description: The unique identifier of the GitHub Actions cache. in: path @@ -44975,9 +44993,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#get-a-job-for-a-workflow-run parameters: - - *267 - *268 - - &288 + - *269 + - &289 name: job_id description: The unique identifier of the job. in: path @@ -44989,7 +45007,7 @@ paths: description: Response content: application/json: - schema: &311 + schema: &312 title: Job description: Information of a job execution in a workflow run type: object @@ -45336,9 +45354,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#download-job-logs-for-a-workflow-run parameters: - - *267 - *268 - - *288 + - *269 + - *289 responses: '302': description: Response @@ -45366,9 +45384,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-a-job-from-a-workflow-run parameters: - - *267 - *268 - - *288 + - *269 + - *289 requestBody: required: false content: @@ -45414,8 +45432,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: - - *267 - *268 + - *269 responses: '200': description: Status response @@ -45465,8 +45483,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: - - *267 - *268 + - *269 requestBody: required: true content: @@ -45529,8 +45547,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-repository-organization-secrets parameters: - - *267 - *268 + - *269 - *17 - *19 responses: @@ -45548,7 +45566,7 @@ paths: type: integer secrets: type: array - items: &313 + items: &314 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -45569,7 +45587,7 @@ paths: - created_at - updated_at examples: - default: &314 + default: &315 value: total_count: 2 secrets: @@ -45602,9 +45620,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-repository-organization-variables parameters: - - *267 - *268 - - *289 + - *269 + - *290 - *19 responses: '200': @@ -45621,7 +45639,7 @@ paths: type: integer variables: type: array - items: &317 + items: &318 title: Actions Variable type: object properties: @@ -45655,7 +45673,7 @@ paths: - created_at - updated_at examples: - default: &318 + default: &319 value: total_count: 2 variables: @@ -45688,8 +45706,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-github-actions-permissions-for-a-repository parameters: - - *267 - *268 + - *269 responses: '200': description: Response @@ -45698,11 +45716,11 @@ paths: schema: type: object properties: - enabled: &291 + enabled: &292 type: boolean description: Whether GitHub Actions is enabled on the repository. allowed_actions: *105 - selected_actions_url: *290 + selected_actions_url: *291 required: - enabled examples: @@ -45729,8 +45747,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-github-actions-permissions-for-a-repository parameters: - - *267 - *268 + - *269 responses: '204': description: Response @@ -45741,7 +45759,7 @@ paths: schema: type: object properties: - enabled: *291 + enabled: *292 allowed_actions: *105 required: - enabled @@ -45771,14 +45789,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: - - *267 - *268 + - *269 responses: '200': description: Response content: application/json: - schema: &292 + schema: &293 type: object properties: access_level: @@ -45795,7 +45813,7 @@ paths: required: - access_level examples: - default: &293 + default: &294 value: access_level: organization x-github: @@ -45819,15 +45837,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: - - *267 - *268 + - *269 requestBody: required: true content: application/json: - schema: *292 + schema: *293 examples: - default: *293 + default: *294 responses: '204': description: Response @@ -45851,8 +45869,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *267 - *268 + - *269 responses: '200': description: Response @@ -45879,8 +45897,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *267 - *268 + - *269 responses: '204': description: Response @@ -45912,14 +45930,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-default-workflow-permissions-for-a-repository parameters: - - *267 - *268 + - *269 responses: '200': description: Response content: application/json: - schema: *294 + schema: *295 examples: default: *111 x-github: @@ -45942,8 +45960,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-default-workflow-permissions-for-a-repository parameters: - - *267 - *268 + - *269 responses: '204': description: Success response @@ -45954,7 +45972,7 @@ paths: required: true content: application/json: - schema: *295 + schema: *296 examples: default: *111 x-github: @@ -45983,8 +46001,8 @@ paths: in: query schema: type: string - - *267 - *268 + - *269 - *17 - *19 responses: @@ -46028,8 +46046,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#list-runner-applications-for-a-repository parameters: - - *267 - *268 + - *269 responses: '200': description: Response @@ -46037,9 +46055,9 @@ paths: application/json: schema: type: array - items: *296 + items: *297 examples: - default: *297 + default: *298 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46061,8 +46079,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: - - *267 - *268 + - *269 requestBody: required: true content: @@ -46105,7 +46123,7 @@ paths: - no-gpu work_folder: _work responses: - '201': *298 + '201': *299 '404': *6 '422': *7 '409': *45 @@ -46136,8 +46154,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-a-registration-token-for-a-repository parameters: - - *267 - *268 + - *269 responses: '201': description: Response @@ -46145,7 +46163,7 @@ paths: application/json: schema: *120 examples: - default: *299 + default: *300 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46173,8 +46191,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-a-remove-token-for-a-repository parameters: - - *267 - *268 + - *269 responses: '201': description: Response @@ -46182,7 +46200,7 @@ paths: application/json: schema: *120 examples: - default: *300 + default: *301 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46204,8 +46222,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: - - *267 - *268 + - *269 - *117 responses: '200': @@ -46214,7 +46232,7 @@ paths: application/json: schema: *118 examples: - default: *301 + default: *302 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46235,8 +46253,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: - - *267 - *268 + - *269 - *117 responses: '204': @@ -46263,8 +46281,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: - - *267 - *268 + - *269 - *117 responses: '200': *122 @@ -46289,8 +46307,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: - - *267 - *268 + - *269 - *117 requestBody: required: true @@ -46339,8 +46357,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: - - *267 - *268 + - *269 - *117 requestBody: required: true @@ -46390,11 +46408,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: - - *267 - *268 + - *269 - *117 responses: - '200': *302 + '200': *303 '404': *6 x-github: githubCloudOnly: false @@ -46421,10 +46439,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: - - *267 - *268 + - *269 - *117 - - *303 + - *304 responses: '200': *122 '404': *6 @@ -46452,9 +46470,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#list-workflow-runs-for-a-repository parameters: - - *267 - *268 - - &321 + - *269 + - &322 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. @@ -46462,7 +46480,7 @@ paths: required: false schema: type: string - - &322 + - &323 name: branch description: Returns workflow runs associated with a branch. Use the name of the branch of the `push`. @@ -46470,7 +46488,7 @@ paths: required: false schema: type: string - - &323 + - &324 name: event description: Returns workflow run triggered by the event you specify. For example, `push`, `pull_request` or `issue`. For more information, see "[Events @@ -46479,7 +46497,7 @@ paths: required: false schema: type: string - - &324 + - &325 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 @@ -46506,7 +46524,7 @@ paths: - pending - *17 - *19 - - &325 + - &326 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)." @@ -46515,7 +46533,7 @@ paths: schema: type: string format: date-time - - &304 + - &305 name: exclude_pull_requests description: If `true` pull requests are omitted from the response (empty array). @@ -46524,13 +46542,13 @@ paths: schema: type: boolean default: false - - &326 + - &327 name: check_suite_id description: Returns workflow runs with the `check_suite_id` that you specify. in: query schema: type: integer - - &327 + - &328 name: head_sha description: Only returns workflow runs that are associated with the specified `head_sha`. @@ -46553,7 +46571,7 @@ paths: type: integer workflow_runs: type: array - items: &305 + items: &306 title: Workflow Run description: An invocation of a workflow type: object @@ -46670,7 +46688,7 @@ paths: type: - array - 'null' - items: &346 + items: &347 title: Pull Request Minimal type: object properties: @@ -46797,7 +46815,7 @@ paths: head_commit: anyOf: - type: 'null' - - &350 + - &351 title: Simple Commit description: A commit. type: object @@ -46912,7 +46930,7 @@ paths: - workflow_url - pull_requests examples: - default: &328 + default: &329 value: total_count: 1 workflow_runs: @@ -47148,24 +47166,24 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-a-workflow-run parameters: - - *267 - *268 - - &306 + - *269 + - &307 name: run_id description: The unique identifier of the workflow run. in: path required: true schema: type: integer - - *304 + - *305 responses: '200': description: Response content: application/json: - schema: *305 + schema: *306 examples: - default: &309 + default: &310 value: id: 30433642 name: Build @@ -47406,9 +47424,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#delete-a-workflow-run parameters: - - *267 - *268 - - *306 + - *269 + - *307 responses: '204': description: Response @@ -47431,9 +47449,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-the-review-history-for-a-workflow-run parameters: - - *267 - *268 - - *306 + - *269 + - *307 responses: '200': description: Response @@ -47561,9 +47579,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: - - *267 - *268 - - *306 + - *269 + - *307 responses: '201': description: Response @@ -47596,12 +47614,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#list-workflow-run-artifacts parameters: - - *267 - *268 - - *306 + - *269 + - *307 - *17 - *19 - - *307 + - *308 responses: '200': description: Response @@ -47617,9 +47635,9 @@ paths: type: integer artifacts: type: array - items: *282 + items: *283 examples: - default: *308 + default: *309 headers: Link: *57 x-github: @@ -47643,25 +47661,25 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-a-workflow-run-attempt parameters: - - *267 - *268 - - *306 - - &310 + - *269 + - *307 + - &311 name: attempt_number description: The attempt number of the workflow run. in: path required: true schema: type: integer - - *304 + - *305 responses: '200': description: Response content: application/json: - schema: *305 + schema: *306 examples: - default: *309 + default: *310 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47684,10 +47702,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run-attempt parameters: - - *267 - *268 - - *306 - - *310 + - *269 + - *307 + - *311 - *17 - *19 responses: @@ -47705,9 +47723,9 @@ paths: type: integer jobs: type: array - items: *311 + items: *312 examples: - default: &312 + default: &313 value: total_count: 1 jobs: @@ -47820,10 +47838,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#download-workflow-run-attempt-logs parameters: - - *267 - *268 - - *306 - - *310 + - *269 + - *307 + - *311 responses: '302': description: Response @@ -47851,9 +47869,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#cancel-a-workflow-run parameters: - - *267 - *268 - - *306 + - *269 + - *307 responses: '202': description: Response @@ -47886,9 +47904,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: - - *267 - *268 - - *306 + - *269 + - *307 requestBody: required: true content: @@ -47955,9 +47973,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#force-cancel-a-workflow-run parameters: - - *267 - *268 - - *306 + - *269 + - *307 responses: '202': description: Response @@ -47990,9 +48008,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run parameters: - - *267 - *268 - - *306 + - *269 + - *307 - 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 @@ -48022,9 +48040,9 @@ paths: type: integer jobs: type: array - items: *311 + items: *312 examples: - default: *312 + default: *313 headers: Link: *57 x-github: @@ -48049,9 +48067,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#download-workflow-run-logs parameters: - - *267 - *268 - - *306 + - *269 + - *307 responses: '302': description: Response @@ -48078,9 +48096,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#delete-workflow-run-logs parameters: - - *267 - *268 - - *306 + - *269 + - *307 responses: '204': description: Response @@ -48107,9 +48125,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-pending-deployments-for-a-workflow-run parameters: - - *267 - *268 - - *306 + - *269 + - *307 responses: '200': description: Response @@ -48178,7 +48196,7 @@ paths: items: type: object properties: - type: &424 + type: &425 type: string description: The type of reviewer. enum: @@ -48264,9 +48282,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#review-pending-deployments-for-a-workflow-run parameters: - - *267 - *268 - - *306 + - *269 + - *307 requestBody: required: true content: @@ -48316,7 +48334,7 @@ paths: application/json: schema: type: array - items: &419 + items: &420 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed @@ -48428,7 +48446,7 @@ paths: - created_at - updated_at examples: - default: &420 + default: &421 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -48484,9 +48502,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-a-workflow parameters: - - *267 - *268 - - *306 + - *269 + - *307 requestBody: required: false content: @@ -48531,9 +48549,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-failed-jobs-from-a-workflow-run parameters: - - *267 - *268 - - *306 + - *269 + - *307 requestBody: required: false content: @@ -48587,9 +48605,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-workflow-run-usage parameters: - - *267 - *268 - - *306 + - *269 + - *307 responses: '200': description: Response @@ -48726,8 +48744,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-repository-secrets parameters: - - *267 - *268 + - *269 - *17 - *19 responses: @@ -48745,9 +48763,9 @@ paths: type: integer secrets: type: array - items: *313 + items: *314 examples: - default: *314 + default: *315 headers: Link: *57 x-github: @@ -48772,16 +48790,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-a-repository-public-key parameters: - - *267 - *268 + - *269 responses: '200': description: Response content: application/json: - schema: *315 + schema: *316 examples: - default: *316 + default: *317 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48803,17 +48821,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-a-repository-secret parameters: - - *267 - *268 + - *269 - *124 responses: '200': description: Response content: application/json: - schema: *313 + schema: *314 examples: - default: &437 + default: &438 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -48839,8 +48857,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#create-or-update-a-repository-secret parameters: - - *267 - *268 + - *269 - *124 requestBody: required: true @@ -48898,8 +48916,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#delete-a-repository-secret parameters: - - *267 - *268 + - *269 - *124 responses: '204': @@ -48925,9 +48943,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-repository-variables parameters: - - *267 - *268 - - *289 + - *269 + - *290 - *19 responses: '200': @@ -48944,9 +48962,9 @@ paths: type: integer variables: type: array - items: *317 + items: *318 examples: - default: *318 + default: *319 headers: Link: *57 x-github: @@ -48969,8 +48987,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#create-a-repository-variable parameters: - - *267 - *268 + - *269 requestBody: required: true content: @@ -49022,17 +49040,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#get-a-repository-variable parameters: - - *267 - *268 + - *269 - *127 responses: '200': description: Response content: application/json: - schema: *317 + schema: *318 examples: - default: &438 + default: &439 value: name: USERNAME value: octocat @@ -49058,8 +49076,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#update-a-repository-variable parameters: - - *267 - *268 + - *269 - *127 requestBody: required: true @@ -49102,8 +49120,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#delete-a-repository-variable parameters: - - *267 - *268 + - *269 - *127 responses: '204': @@ -49129,8 +49147,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#list-repository-workflows parameters: - - *267 - *268 + - *269 - *17 - *19 responses: @@ -49148,7 +49166,7 @@ paths: type: integer workflows: type: array - items: &319 + items: &320 title: Workflow description: A GitHub Actions workflow type: object @@ -49266,9 +49284,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#get-a-workflow parameters: - - *267 - *268 - - &320 + - *269 + - &321 name: workflow_id in: path description: The ID of the workflow. You can also pass the workflow file name @@ -49283,7 +49301,7 @@ paths: description: Response content: application/json: - schema: *319 + schema: *320 examples: default: value: @@ -49316,9 +49334,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#disable-a-workflow parameters: - - *267 - *268 - - *320 + - *269 + - *321 responses: '204': description: Response @@ -49343,9 +49361,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#create-a-workflow-dispatch-event parameters: - - *267 - *268 - - *320 + - *269 + - *321 responses: '204': description: Response @@ -49396,9 +49414,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#enable-a-workflow parameters: - - *267 - *268 - - *320 + - *269 + - *321 responses: '204': description: Response @@ -49425,19 +49443,19 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#list-workflow-runs-for-a-workflow parameters: - - *267 - *268 - - *320 + - *269 - *321 - *322 - *323 - *324 + - *325 - *17 - *19 - - *325 - - *304 - *326 + - *305 - *327 + - *328 responses: '200': description: Response @@ -49453,9 +49471,9 @@ paths: type: integer workflow_runs: type: array - items: *305 + items: *306 examples: - default: *328 + default: *329 headers: Link: *57 x-github: @@ -49487,9 +49505,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#get-workflow-usage parameters: - - *267 - *268 - - *320 + - *269 + - *321 responses: '200': description: Response @@ -49550,8 +49568,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-activities parameters: - - *267 - *268 + - *269 - *46 - *17 - *38 @@ -49719,8 +49737,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#list-assignees parameters: - - *267 - *268 + - *269 - *17 - *19 responses: @@ -49757,8 +49775,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#check-if-a-user-can-be-assigned parameters: - - *267 - *268 + - *269 - name: assignee in: path required: true @@ -49794,8 +49812,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#create-an-attestation parameters: - - *267 - *268 + - *269 requestBody: required: true content: @@ -49907,8 +49925,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-attestations parameters: - - *267 - *268 + - *269 - *17 - *38 - *39 @@ -49962,7 +49980,7 @@ paths: bundle_url: type: string examples: - default: *329 + default: *330 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49982,8 +50000,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#get-all-autolinks-of-a-repository parameters: - - *267 - *268 + - *269 responses: '200': description: Response @@ -49991,7 +50009,7 @@ paths: application/json: schema: type: array - items: &330 + items: &331 title: Autolink reference description: An autolink reference. type: object @@ -50045,8 +50063,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#create-an-autolink-reference-for-a-repository parameters: - - *267 - *268 + - *269 requestBody: required: true content: @@ -50085,9 +50103,9 @@ paths: description: response content: application/json: - schema: *330 + schema: *331 examples: - default: &331 + default: &332 value: id: 1 key_prefix: TICKET- @@ -50118,9 +50136,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#get-an-autolink-reference-of-a-repository parameters: - - *267 - *268 - - &332 + - *269 + - &333 name: autolink_id description: The unique identifier of the autolink. in: path @@ -50132,9 +50150,9 @@ paths: description: Response content: application/json: - schema: *330 + schema: *331 examples: - default: *331 + default: *332 '404': *6 x-github: githubCloudOnly: false @@ -50154,9 +50172,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#delete-an-autolink-reference-from-a-repository parameters: - - *267 - *268 - - *332 + - *269 + - *333 responses: '204': description: Response @@ -50180,8 +50198,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: - - *267 - *268 + - *269 responses: '200': description: Response if Dependabot is enabled @@ -50231,8 +50249,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-dependabot-security-updates parameters: - - *267 - *268 + - *269 responses: '204': description: Response @@ -50253,8 +50271,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-dependabot-security-updates parameters: - - *267 - *268 + - *269 responses: '204': description: Response @@ -50274,8 +50292,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#list-branches parameters: - - *267 - *268 + - *269 - name: protected description: Setting to `true` returns only branches protected by branch protections or rulesets. When set to `false`, only unprotected branches are returned. @@ -50313,7 +50331,7 @@ paths: - url protected: type: boolean - protection: &334 + protection: &335 title: Branch Protection description: Branch Protection type: object @@ -50356,7 +50374,7 @@ paths: required: - contexts - checks - enforce_admins: &337 + enforce_admins: &338 title: Protected Branch Admin Enforced description: Protected Branch Admin Enforced type: object @@ -50373,7 +50391,7 @@ paths: required: - url - enabled - required_pull_request_reviews: &339 + required_pull_request_reviews: &340 title: Protected Branch Pull Request Review description: Protected Branch Pull Request Review type: object @@ -50457,7 +50475,7 @@ paths: required: - dismiss_stale_reviews - require_code_owner_reviews - restrictions: &336 + restrictions: &337 title: Branch Restriction Policy description: Branch Restriction Policy type: object @@ -50782,9 +50800,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#get-a-branch parameters: - - *267 - *268 - - &335 + - *269 + - &336 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). @@ -50798,14 +50816,14 @@ paths: description: Response content: application/json: - schema: &345 + schema: &346 title: Branch With Protection description: Branch With Protection type: object properties: name: type: string - commit: &395 + commit: &396 title: Commit description: Commit type: object @@ -50844,7 +50862,7 @@ paths: author: anyOf: - type: 'null' - - &333 + - &334 title: Git User description: Metaproperties for Git author/committer information. @@ -50865,7 +50883,7 @@ paths: committer: anyOf: - type: 'null' - - *333 + - *334 message: type: string examples: @@ -50889,7 +50907,7 @@ paths: required: - sha - url - verification: &444 + verification: &445 title: Verification type: object properties: @@ -50969,7 +50987,7 @@ paths: type: integer files: type: array - items: &407 + items: &408 title: Diff Entry description: Diff Entry type: object @@ -51063,7 +51081,7 @@ paths: - self protected: type: boolean - protection: *334 + protection: *335 protection_url: type: string format: uri @@ -51172,7 +51190,7 @@ paths: contexts: [] checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection - '301': *279 + '301': *280 '404': *6 x-github: githubCloudOnly: false @@ -51194,15 +51212,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-branch-protection parameters: - - *267 - *268 - - *335 + - *269 + - *336 responses: '200': description: Response content: application/json: - schema: *334 + schema: *335 examples: default: value: @@ -51396,9 +51414,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-branch-protection parameters: - - *267 - *268 - - *335 + - *269 + - *336 requestBody: required: true content: @@ -51658,7 +51676,7 @@ paths: url: type: string format: uri - required_status_checks: &342 + required_status_checks: &343 title: Status Check Policy description: Status Check Policy type: object @@ -51817,7 +51835,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *336 + restrictions: *337 required_conversation_resolution: type: object properties: @@ -51929,9 +51947,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-branch-protection parameters: - - *267 - *268 - - *335 + - *269 + - *336 responses: '204': description: Response @@ -51956,17 +51974,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-admin-branch-protection parameters: - - *267 - *268 - - *335 + - *269 + - *336 responses: '200': description: Response content: application/json: - schema: *337 + schema: *338 examples: - default: &338 + default: &339 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins enabled: true @@ -51988,17 +52006,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-admin-branch-protection parameters: - - *267 - *268 - - *335 + - *269 + - *336 responses: '200': description: Response content: application/json: - schema: *337 + schema: *338 examples: - default: *338 + default: *339 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52017,9 +52035,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-admin-branch-protection parameters: - - *267 - *268 - - *335 + - *269 + - *336 responses: '204': description: Response @@ -52044,17 +52062,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-pull-request-review-protection parameters: - - *267 - *268 - - *335 + - *269 + - *336 responses: '200': description: Response content: application/json: - schema: *339 + schema: *340 examples: - default: &340 + default: &341 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_pull_request_reviews dismissal_restrictions: @@ -52150,9 +52168,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-pull-request-review-protection parameters: - - *267 - *268 - - *335 + - *269 + - *336 requestBody: required: false content: @@ -52250,9 +52268,9 @@ paths: description: Response content: application/json: - schema: *339 + schema: *340 examples: - default: *340 + default: *341 '422': *15 x-github: githubCloudOnly: false @@ -52273,9 +52291,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-pull-request-review-protection parameters: - - *267 - *268 - - *335 + - *269 + - *336 responses: '204': description: Response @@ -52302,17 +52320,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-commit-signature-protection parameters: - - *267 - *268 - - *335 + - *269 + - *336 responses: '200': description: Response content: application/json: - schema: *337 + schema: *338 examples: - default: &341 + default: &342 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true @@ -52335,17 +52353,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#create-commit-signature-protection parameters: - - *267 - *268 - - *335 + - *269 + - *336 responses: '200': description: Response content: application/json: - schema: *337 + schema: *338 examples: - default: *341 + default: *342 '404': *6 x-github: githubCloudOnly: false @@ -52365,9 +52383,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-commit-signature-protection parameters: - - *267 - *268 - - *335 + - *269 + - *336 responses: '204': description: Response @@ -52392,17 +52410,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-status-checks-protection parameters: - - *267 - *268 - - *335 + - *269 + - *336 responses: '200': description: Response content: application/json: - schema: *342 + schema: *343 examples: - default: &343 + default: &344 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_status_checks strict: true @@ -52428,9 +52446,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-status-check-protection parameters: - - *267 - *268 - - *335 + - *269 + - *336 requestBody: required: false content: @@ -52482,9 +52500,9 @@ paths: description: Response content: application/json: - schema: *342 + schema: *343 examples: - default: *343 + default: *344 '404': *6 '422': *15 x-github: @@ -52506,9 +52524,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-status-check-protection parameters: - - *267 - *268 - - *335 + - *269 + - *336 responses: '204': description: Response @@ -52532,9 +52550,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-all-status-check-contexts parameters: - - *267 - *268 - - *335 + - *269 + - *336 responses: '200': description: Response @@ -52568,9 +52586,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-status-check-contexts parameters: - - *267 - *268 - - *335 + - *269 + - *336 requestBody: required: false content: @@ -52637,9 +52655,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-status-check-contexts parameters: - - *267 - *268 - - *335 + - *269 + - *336 requestBody: required: false content: @@ -52703,9 +52721,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-status-check-contexts parameters: - - *267 - *268 - - *335 + - *269 + - *336 requestBody: content: application/json: @@ -52771,15 +52789,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-access-restrictions parameters: - - *267 - *268 - - *335 + - *269 + - *336 responses: '200': description: Response content: application/json: - schema: *336 + schema: *337 examples: default: value: @@ -52870,9 +52888,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-access-restrictions parameters: - - *267 - *268 - - *335 + - *269 + - *336 responses: '204': description: Response @@ -52895,9 +52913,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-apps-with-access-to-the-protected-branch parameters: - - *267 - *268 - - *335 + - *269 + - *336 responses: '200': description: Response @@ -52907,7 +52925,7 @@ paths: type: array items: *5 examples: - default: &344 + default: &345 value: - id: 1 slug: octoapp @@ -52964,9 +52982,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-app-access-restrictions parameters: - - *267 - *268 - - *335 + - *269 + - *336 requestBody: required: true content: @@ -53000,7 +53018,7 @@ paths: type: array items: *5 examples: - default: *344 + default: *345 '422': *15 x-github: githubCloudOnly: false @@ -53021,9 +53039,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-app-access-restrictions parameters: - - *267 - *268 - - *335 + - *269 + - *336 requestBody: required: true content: @@ -53057,7 +53075,7 @@ paths: type: array items: *5 examples: - default: *344 + default: *345 '422': *15 x-github: githubCloudOnly: false @@ -53078,9 +53096,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-app-access-restrictions parameters: - - *267 - *268 - - *335 + - *269 + - *336 requestBody: required: true content: @@ -53114,7 +53132,7 @@ paths: type: array items: *5 examples: - default: *344 + default: *345 '422': *15 x-github: githubCloudOnly: false @@ -53136,9 +53154,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-teams-with-access-to-the-protected-branch parameters: - - *267 - *268 - - *335 + - *269 + - *336 responses: '200': description: Response @@ -53168,9 +53186,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-team-access-restrictions parameters: - - *267 - *268 - - *335 + - *269 + - *336 requestBody: required: false content: @@ -53229,9 +53247,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-team-access-restrictions parameters: - - *267 - *268 - - *335 + - *269 + - *336 requestBody: required: false content: @@ -53290,9 +53308,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-team-access-restrictions parameters: - - *267 - *268 - - *335 + - *269 + - *336 requestBody: content: application/json: @@ -53351,9 +53369,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-users-with-access-to-the-protected-branch parameters: - - *267 - *268 - - *335 + - *269 + - *336 responses: '200': description: Response @@ -53387,9 +53405,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-user-access-restrictions parameters: - - *267 - *268 - - *335 + - *269 + - *336 requestBody: required: true content: @@ -53447,9 +53465,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-user-access-restrictions parameters: - - *267 - *268 - - *335 + - *269 + - *336 requestBody: required: true content: @@ -53507,9 +53525,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-user-access-restrictions parameters: - - *267 - *268 - - *335 + - *269 + - *336 requestBody: required: true content: @@ -53569,9 +53587,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#rename-a-branch parameters: - - *267 - *268 - - *335 + - *269 + - *336 requestBody: required: true content: @@ -53593,7 +53611,7 @@ paths: description: Response content: application/json: - schema: *345 + schema: *346 examples: default: value: @@ -53709,8 +53727,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#create-a-check-run parameters: - - *267 - *268 + - *269 requestBody: required: true content: @@ -53989,7 +54007,7 @@ paths: description: Response content: application/json: - schema: &347 + schema: &348 title: CheckRun description: A check performed on the code of a given code change type: object @@ -54124,8 +54142,8 @@ paths: do not necessarily indicate pull requests that triggered the check. type: array - items: *346 - deployment: &638 + items: *347 + deployment: &639 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -54412,9 +54430,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#get-a-check-run parameters: - - *267 - *268 - - &348 + - *269 + - &349 name: check_run_id description: The unique identifier of the check run. in: path @@ -54426,9 +54444,9 @@ paths: description: Response content: application/json: - schema: *347 + schema: *348 examples: - default: &349 + default: &350 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -54528,9 +54546,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#update-a-check-run parameters: - - *267 - *268 - - *348 + - *269 + - *349 requestBody: required: true content: @@ -54770,9 +54788,9 @@ paths: description: Response content: application/json: - schema: *347 + schema: *348 examples: - default: *349 + default: *350 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54792,9 +54810,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-run-annotations parameters: - - *267 - *268 - - *348 + - *269 + - *349 - *17 - *19 responses: @@ -54904,9 +54922,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#rerequest-a-check-run parameters: - - *267 - *268 - - *348 + - *269 + - *349 responses: '201': description: Response @@ -54950,8 +54968,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#create-a-check-suite parameters: - - *267 - *268 + - *269 requestBody: required: true content: @@ -54973,7 +54991,7 @@ paths: description: Response when the suite already exists content: application/json: - schema: &351 + schema: &352 title: CheckSuite description: A suite of checks performed on the code of a given code change @@ -55055,7 +55073,7 @@ paths: type: - array - 'null' - items: *346 + items: *347 app: anyOf: - type: 'null' @@ -55071,7 +55089,7 @@ paths: - string - 'null' format: date-time - head_commit: *350 + head_commit: *351 latest_check_runs_count: type: integer check_runs_url: @@ -55099,7 +55117,7 @@ paths: - check_runs_url - pull_requests examples: - default: &352 + default: &353 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -55390,9 +55408,9 @@ paths: description: Response when the suite was created content: application/json: - schema: *351 + schema: *352 examples: - default: *352 + default: *353 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55411,8 +55429,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#update-repository-preferences-for-check-suites parameters: - - *267 - *268 + - *269 requestBody: required: true content: @@ -55721,9 +55739,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#get-a-check-suite parameters: - - *267 - *268 - - &353 + - *269 + - &354 name: check_suite_id description: The unique identifier of the check suite. in: path @@ -55735,9 +55753,9 @@ paths: description: Response content: application/json: - schema: *351 + schema: *352 examples: - default: *352 + default: *353 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55760,17 +55778,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-runs-in-a-check-suite parameters: - - *267 - *268 - - *353 - - &402 + - *269 + - *354 + - &403 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &403 + - &404 name: status description: Returns check runs with the specified `status`. in: query @@ -55809,9 +55827,9 @@ paths: type: integer check_runs: type: array - items: *347 + items: *348 examples: - default: &404 + default: &405 value: total_count: 1 check_runs: @@ -55913,9 +55931,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#rerequest-a-check-suite parameters: - - *267 - *268 - - *353 + - *269 + - *354 responses: '201': description: Response @@ -55948,21 +55966,21 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-alerts-for-a-repository parameters: - - *267 - *268 - - *354 + - *269 - *355 + - *356 - *19 - *17 - - &372 + - &373 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: *356 - - &373 + schema: *357 + - &374 name: pr description: The number of the pull request for the results you want to list. in: query @@ -55987,13 +56005,13 @@ paths: be returned. in: query required: false - schema: *357 + schema: *358 - name: severity description: If specified, only code scanning alerts with this severity will be returned. in: query required: false - schema: *358 + schema: *359 responses: '200': description: Response @@ -56009,7 +56027,7 @@ paths: updated_at: *54 url: *55 html_url: *56 - instances_url: *359 + instances_url: *360 state: *137 fixed_at: *133 dismissed_by: @@ -56017,11 +56035,11 @@ paths: - type: 'null' - *4 dismissed_at: *134 - dismissed_reason: *360 - dismissed_comment: *361 - rule: *362 - tool: *363 - most_recent_instance: *364 + dismissed_reason: *361 + dismissed_comment: *362 + rule: *363 + tool: *364 + most_recent_instance: *365 dismissal_approved_by: anyOf: - type: 'null' @@ -56141,7 +56159,7 @@ paths: classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances '304': *35 - '403': &365 + '403': &366 description: Response if GitHub Advanced Security is not enabled for this repository content: @@ -56168,9 +56186,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-code-scanning-alert parameters: - - *267 - *268 - - &366 + - *269 + - &367 name: alert_number in: path description: The number that identifies an alert. You can find this at the @@ -56184,7 +56202,7 @@ paths: description: Response content: application/json: - schema: &367 + schema: &368 type: object properties: number: *52 @@ -56192,7 +56210,7 @@ paths: updated_at: *54 url: *55 html_url: *56 - instances_url: *359 + instances_url: *360 state: *137 fixed_at: *133 dismissed_by: @@ -56200,8 +56218,8 @@ paths: - type: 'null' - *4 dismissed_at: *134 - dismissed_reason: *360 - dismissed_comment: *361 + dismissed_reason: *361 + dismissed_comment: *362 rule: type: object properties: @@ -56263,8 +56281,8 @@ paths: - 'null' description: A link to the documentation for the rule used to detect the alert. - tool: *363 - most_recent_instance: *364 + tool: *364 + most_recent_instance: *365 dismissal_approved_by: anyOf: - type: 'null' @@ -56357,7 +56375,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '304': *35 - '403': *365 + '403': *366 '404': *6 '503': *62 x-github: @@ -56377,9 +56395,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#update-a-code-scanning-alert parameters: - - *267 - *268 - - *366 + - *269 + - *367 requestBody: required: true content: @@ -56394,8 +56412,8 @@ paths: enum: - open - dismissed - dismissed_reason: *360 - dismissed_comment: *361 + dismissed_reason: *361 + dismissed_comment: *362 create_request: type: boolean description: If `true`, attempt to create an alert dismissal request. @@ -56414,7 +56432,7 @@ paths: description: Response content: application/json: - schema: *367 + schema: *368 examples: default: value: @@ -56490,7 +56508,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '400': *14 - '403': &371 + '403': &372 description: Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository content: @@ -56517,15 +56535,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: - - *267 - *268 - - *366 + - *269 + - *367 responses: '200': description: Response content: application/json: - schema: &368 + schema: &369 type: object properties: status: @@ -56552,13 +56570,13 @@ paths: - description - started_at examples: - default: &369 + default: &370 value: status: success description: This fixes an XSS vulnerability by escaping the user input. started_at: '2024-02-14T12:29:18Z' - '400': &370 + '400': &371 description: Bad Request content: application/json: @@ -56569,7 +56587,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': *365 + '403': *366 '404': *6 '503': *62 x-github: @@ -56594,29 +56612,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: - - *267 - *268 - - *366 + - *269 + - *367 responses: '200': description: OK content: application/json: - schema: *368 + schema: *369 examples: - default: *369 + default: *370 '202': description: Accepted content: application/json: - schema: *368 + schema: *369 examples: default: value: status: pending description: started_at: '2024-02-14T12:29:18Z' - '400': *370 + '400': *371 '403': description: Response if the repository is archived, if GitHub Advanced Security is not enabled for this repository or if rate limit is exceeded @@ -56648,9 +56666,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: - - *267 - *268 - - *366 + - *269 + - *367 requestBody: required: false content: @@ -56696,8 +56714,8 @@ paths: value: target_ref: refs/heads/main sha: 178f4f6090b3fccad4a65b3e83d076a622d59652 - '400': *370 - '403': *371 + '400': *371 + '403': *372 '404': *6 '422': description: Unprocessable Entity @@ -56721,13 +56739,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-instances-of-a-code-scanning-alert parameters: - - *267 - *268 - - *366 + - *269 + - *367 - *19 - *17 - - *372 - *373 + - *374 responses: '200': description: Response @@ -56735,7 +56753,7 @@ paths: application/json: schema: type: array - items: *364 + items: *365 examples: default: value: @@ -56774,7 +56792,7 @@ paths: end_column: 50 classifications: - source - '403': *365 + '403': *366 '404': *6 '503': *62 x-github: @@ -56808,25 +56826,25 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-analyses-for-a-repository parameters: - - *267 - *268 - - *354 + - *269 - *355 + - *356 - *19 - *17 - - *373 + - *374 - 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: *356 + schema: *357 - name: sarif_id in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &376 + schema: &377 type: string description: An identifier for the upload. examples: @@ -56848,23 +56866,23 @@ paths: application/json: schema: type: array - items: &377 + items: &378 type: object properties: - ref: *356 - commit_sha: &385 + ref: *357 + commit_sha: &386 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: *374 + analysis_key: *375 environment: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *375 + category: *376 error: type: string examples: @@ -56889,8 +56907,8 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *376 - tool: *363 + sarif_id: *377 + tool: *364 deletable: type: boolean warning: @@ -56952,7 +56970,7 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *365 + '403': *366 '404': *6 '503': *62 x-github: @@ -56988,8 +57006,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: - - *267 - *268 + - *269 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -57002,7 +57020,7 @@ paths: description: Response content: application/json: - schema: *377 + schema: *378 examples: response: summary: application/json response @@ -57056,7 +57074,7 @@ paths: properties: - github/alertNumber: 2 - github/alertUrl: https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2 - '403': *365 + '403': *366 '404': *6 '422': description: Response if analysis could not be processed @@ -57143,8 +57161,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: - - *267 - *268 + - *269 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -57200,7 +57218,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': *371 + '403': *372 '404': *6 '503': *62 x-github: @@ -57222,8 +57240,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-codeql-databases-for-a-repository parameters: - - *267 - *268 + - *269 responses: '200': description: Response @@ -57231,7 +57249,7 @@ paths: application/json: schema: type: array - items: &378 + items: &379 title: CodeQL Database description: A CodeQL database. type: object @@ -57343,7 +57361,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': *365 + '403': *366 '404': *6 '503': *62 x-github: @@ -57372,8 +57390,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-codeql-database-for-a-repository parameters: - - *267 - *268 + - *269 - name: language in: path description: The language of the CodeQL database. @@ -57385,7 +57403,7 @@ paths: description: Response content: application/json: - schema: *378 + schema: *379 examples: default: value: @@ -57417,9 +57435,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': &409 + '302': &410 description: Found - '403': *365 + '403': *366 '404': *6 '503': *62 x-github: @@ -57441,8 +57459,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#delete-a-codeql-database parameters: - - *267 - *268 + - *269 - name: language in: path description: The language of the CodeQL database. @@ -57452,7 +57470,7 @@ paths: responses: '204': description: Response - '403': *371 + '403': *372 '404': *6 '503': *62 x-github: @@ -57480,8 +57498,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#create-a-codeql-variant-analysis parameters: - - *267 - *268 + - *269 requestBody: required: true content: @@ -57490,7 +57508,7 @@ paths: type: object additionalProperties: false properties: - language: &379 + language: &380 type: string description: The language targeted by the CodeQL query enum: @@ -57569,7 +57587,7 @@ paths: description: Variant analysis submitted for processing content: application/json: - schema: &383 + schema: &384 title: Variant Analysis description: A run of a CodeQL query against one or more repositories. type: object @@ -57579,7 +57597,7 @@ paths: description: The ID of the variant analysis. controller_repo: *51 actor: *4 - query_language: *379 + query_language: *380 query_pack_url: type: string description: The download url for the query pack. @@ -57627,7 +57645,7 @@ paths: items: type: object properties: - repository: &380 + repository: &381 title: Repository Identifier description: Repository Identifier type: object @@ -57669,7 +57687,7 @@ paths: - private - stargazers_count - updated_at - analysis_status: &384 + analysis_status: &385 type: string description: The new status of the CodeQL variant analysis repository task. @@ -57701,7 +57719,7 @@ paths: from processing. This information is only available to the user that initiated the variant analysis. properties: - access_mismatch_repos: &381 + access_mismatch_repos: &382 type: object properties: repository_count: @@ -57716,7 +57734,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: *380 + items: *381 required: - repository_count - repositories @@ -57739,8 +57757,8 @@ paths: required: - repository_count - repository_full_names - no_codeql_db_repos: *381 - over_limit_repos: *381 + no_codeql_db_repos: *382 + over_limit_repos: *382 required: - access_mismatch_repos - not_found_repos @@ -57756,7 +57774,7 @@ paths: examples: repositories_parameter: summary: Response for a successful variant analysis submission - value: &382 + value: &383 summary: Default response value: id: 1 @@ -57908,10 +57926,10 @@ paths: private: false repository_owners: summary: Response for a successful variant analysis submission - value: *382 + value: *383 repository_lists: summary: Response for a successful variant analysis submission - value: *382 + value: *383 '404': *6 '422': description: Unable to process variant analysis submission @@ -57939,8 +57957,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: - - *267 - *268 + - *269 - name: codeql_variant_analysis_id in: path description: The unique identifier of the variant analysis. @@ -57952,9 +57970,9 @@ paths: description: Response content: application/json: - schema: *383 + schema: *384 examples: - default: *382 + default: *383 '404': *6 '503': *62 x-github: @@ -57977,7 +57995,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: - - *267 + - *268 - name: repo in: path description: The name of the controller repository. @@ -58012,7 +58030,7 @@ paths: type: object properties: repository: *51 - analysis_status: *384 + analysis_status: *385 artifact_size_in_bytes: type: integer description: The size of the artifact. This is only available @@ -58137,8 +58155,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-code-scanning-default-setup-configuration parameters: - - *267 - *268 + - *269 responses: '200': description: Response @@ -58220,7 +58238,7 @@ paths: query_suite: default updated_at: '2023-01-19T11:21:34Z' schedule: weekly - '403': *365 + '403': *366 '404': *6 '503': *62 x-github: @@ -58241,8 +58259,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#update-a-code-scanning-default-setup-configuration parameters: - - *267 - *268 + - *269 requestBody: required: true content: @@ -58326,7 +58344,7 @@ paths: value: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 - '403': *371 + '403': *372 '404': *6 '409': description: Response if there is already a validation run in progress with @@ -58391,8 +58409,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#upload-an-analysis-as-sarif-data parameters: - - *267 - *268 + - *269 requestBody: required: true content: @@ -58400,7 +58418,7 @@ paths: schema: type: object properties: - commit_sha: *385 + commit_sha: *386 ref: type: string description: |- @@ -58460,7 +58478,7 @@ paths: schema: type: object properties: - id: *376 + id: *377 url: type: string description: The REST API URL for checking the status of the upload. @@ -58474,7 +58492,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': *371 + '403': *372 '404': *6 '413': description: Payload Too Large if the sarif field is too large @@ -58497,8 +58515,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-information-about-a-sarif-upload parameters: - - *267 - *268 + - *269 - name: sarif_id description: The SARIF ID obtained after uploading. in: path @@ -58546,7 +58564,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': *365 + '403': *366 '404': description: Not Found if the sarif id does not match any upload '503': *62 @@ -58571,8 +58589,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: - - *267 - *268 + - *269 responses: '200': description: Response @@ -58653,8 +58671,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-codeowners-errors parameters: - - *267 - *268 + - *269 - 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 @@ -58782,8 +58800,8 @@ paths: parameters: - *17 - *19 - - *267 - *268 + - *269 responses: '200': description: Response @@ -59097,8 +59115,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-codespace-in-a-repository parameters: - - *267 - *268 + - *269 requestBody: required: true content: @@ -59164,7 +59182,7 @@ paths: application/json: schema: *191 examples: - default: *386 + default: *387 '202': description: Response when the codespace creation partially failed but is being retried in the background @@ -59172,7 +59190,7 @@ paths: application/json: schema: *191 examples: - default: *386 + default: *387 '400': *14 '401': *23 '403': *27 @@ -59201,8 +59219,8 @@ paths: parameters: - *17 - *19 - - *267 - *268 + - *269 responses: '200': description: Response @@ -59266,8 +59284,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/machines#list-available-machine-types-for-a-repository parameters: - - *267 - *268 + - *269 - name: location description: The location to check for available machines. Assigned by IP if not provided. @@ -59304,9 +59322,9 @@ paths: type: integer machines: type: array - items: *387 + items: *388 examples: - default: &592 + default: &593 value: total_count: 2 machines: @@ -59346,8 +59364,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#get-default-attributes-for-a-codespace parameters: - - *267 - *268 + - *269 - name: ref description: The branch or commit to check for a default devcontainer path. If not specified, the default branch will be checked. @@ -59434,8 +59452,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: - - *267 - *268 + - *269 - 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 @@ -59504,8 +59522,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#list-repository-secrets parameters: - - *267 - *268 + - *269 - *17 - *19 responses: @@ -59523,7 +59541,7 @@ paths: type: integer secrets: type: array - items: &391 + items: &392 title: Codespaces Secret description: Set repository secrets for GitHub Codespaces. type: object @@ -59544,7 +59562,7 @@ paths: - created_at - updated_at examples: - default: *388 + default: *389 headers: Link: *57 x-github: @@ -59567,16 +59585,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#get-a-repository-public-key parameters: - - *267 - *268 + - *269 responses: '200': description: Response content: application/json: - schema: *389 + schema: *390 examples: - default: *390 + default: *391 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -59596,17 +59614,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#get-a-repository-secret parameters: - - *267 - *268 + - *269 - *124 responses: '200': description: Response content: application/json: - schema: *391 + schema: *392 examples: - default: *392 + default: *393 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59626,8 +59644,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#create-or-update-a-repository-secret parameters: - - *267 - *268 + - *269 - *124 requestBody: required: true @@ -59680,8 +59698,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#delete-a-repository-secret parameters: - - *267 - *268 + - *269 - *124 responses: '204': @@ -59710,8 +59728,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#list-repository-collaborators parameters: - - *267 - *268 + - *269 - name: affiliation description: Filter collaborators returned by their affiliation. `outside` means all outside collaborators of an organization-owned repository. `direct` @@ -59749,7 +59767,7 @@ paths: application/json: schema: type: array - items: &393 + items: &394 title: Collaborator description: Collaborator type: object @@ -59942,8 +59960,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#check-if-a-user-is-a-repository-collaborator parameters: - - *267 - *268 + - *269 - *129 responses: '204': @@ -59990,8 +60008,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#add-a-repository-collaborator parameters: - - *267 - *268 + - *269 - *129 requestBody: required: false @@ -60018,7 +60036,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &457 + schema: &458 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -60246,8 +60264,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#remove-a-repository-collaborator parameters: - - *267 - *268 + - *269 - *129 responses: '204': @@ -60279,8 +60297,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#get-repository-permissions-for-a-user parameters: - - *267 - *268 + - *269 - *129 responses: '200': @@ -60301,7 +60319,7 @@ paths: user: anyOf: - type: 'null' - - *393 + - *394 required: - permission - role_name @@ -60355,8 +60373,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#list-commit-comments-for-a-repository parameters: - - *267 - *268 + - *269 - *17 - *19 responses: @@ -60366,7 +60384,7 @@ paths: application/json: schema: type: array - items: &394 + items: &395 title: Commit Comment description: Commit Comment type: object @@ -60424,7 +60442,7 @@ paths: - created_at - updated_at examples: - default: &397 + default: &398 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -60483,17 +60501,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#get-a-commit-comment parameters: - - *267 - *268 + - *269 - *73 responses: '200': description: Response content: application/json: - schema: *394 + schema: *395 examples: - default: &398 + default: &399 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -60550,8 +60568,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#update-a-commit-comment parameters: - - *267 - *268 + - *269 - *73 requestBody: required: true @@ -60574,7 +60592,7 @@ paths: description: Response content: application/json: - schema: *394 + schema: *395 examples: default: value: @@ -60625,8 +60643,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#delete-a-commit-comment parameters: - - *267 - *268 + - *269 - *73 responses: '204': @@ -60648,8 +60666,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-commit-comment parameters: - - *267 - *268 + - *269 - *73 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). @@ -60676,9 +60694,9 @@ paths: application/json: schema: type: array - items: *260 + items: *261 examples: - default: *262 + default: *263 headers: Link: *57 '404': *6 @@ -60699,8 +60717,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-commit-comment parameters: - - *267 - *268 + - *269 - *73 requestBody: required: true @@ -60733,16 +60751,16 @@ paths: description: Reaction exists content: application/json: - schema: *260 + schema: *261 examples: - default: *261 + default: *262 '201': description: Reaction created content: application/json: - schema: *260 + schema: *261 examples: - default: *261 + default: *262 '422': *15 x-github: githubCloudOnly: false @@ -60764,10 +60782,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-commit-comment-reaction parameters: - - *267 - *268 + - *269 - *73 - - *263 + - *264 responses: '204': description: Response @@ -60816,8 +60834,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-commits parameters: - - *267 - *268 + - *269 - name: sha description: 'SHA or branch to start listing commits from. Default: the repository’s default branch (usually `main`).' @@ -60873,9 +60891,9 @@ paths: application/json: schema: type: array - items: *395 + items: *396 examples: - default: &505 + default: &506 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -60969,9 +60987,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-branches-for-head-commit parameters: - - *267 - *268 - - &396 + - *269 + - &397 name: commit_sha description: The SHA of the commit. in: path @@ -61043,9 +61061,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#list-commit-comments parameters: - - *267 - *268 - - *396 + - *269 + - *397 - *17 - *19 responses: @@ -61055,9 +61073,9 @@ paths: application/json: schema: type: array - items: *394 + items: *395 examples: - default: *397 + default: *398 headers: Link: *57 x-github: @@ -61085,9 +61103,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#create-a-commit-comment parameters: - - *267 - *268 - - *396 + - *269 + - *397 requestBody: required: true content: @@ -61122,9 +61140,9 @@ paths: description: Response content: application/json: - schema: *394 + schema: *395 examples: - default: *398 + default: *399 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -61152,9 +61170,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-pull-requests-associated-with-a-commit parameters: - - *267 - *268 - - *396 + - *269 + - *397 - *17 - *19 responses: @@ -61164,7 +61182,7 @@ paths: application/json: schema: type: array - items: &496 + items: &497 title: Pull Request Simple description: Pull Request Simple type: object @@ -61284,7 +61302,7 @@ paths: milestone: anyOf: - type: 'null' - - *399 + - *400 active_lock_reason: type: - string @@ -61383,7 +61401,7 @@ paths: _links: type: object properties: - comments: &400 + comments: &401 title: Link description: Hypermedia Link type: object @@ -61392,13 +61410,13 @@ paths: type: string required: - href - commits: *400 - statuses: *400 - html: *400 - issue: *400 - review_comments: *400 - review_comment: *400 - self: *400 + commits: *401 + statuses: *401 + html: *401 + issue: *401 + review_comments: *401 + review_comment: *401 + self: *401 required: - comments - commits @@ -61409,7 +61427,7 @@ paths: - review_comment - self author_association: *60 - auto_merge: &498 + auto_merge: &499 title: Auto merge description: The status of auto merging a pull request. type: @@ -61474,7 +61492,7 @@ paths: - author_association - auto_merge examples: - default: &497 + default: &498 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -62011,11 +62029,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#get-a-commit parameters: - - *267 - *268 + - *269 - *19 - *17 - - &401 + - &402 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)" @@ -62030,9 +62048,9 @@ paths: description: Response content: application/json: - schema: *395 + schema: *396 examples: - default: &484 + default: &485 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -62145,11 +62163,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-runs-for-a-git-reference parameters: - - *267 - *268 - - *401 + - *269 - *402 - *403 + - *404 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -62183,9 +62201,9 @@ paths: type: integer check_runs: type: array - items: *347 + items: *348 examples: - default: *404 + default: *405 headers: Link: *57 x-github: @@ -62210,9 +62228,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#list-check-suites-for-a-git-reference parameters: - - *267 - *268 - - *401 + - *269 + - *402 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -62220,7 +62238,7 @@ paths: schema: type: integer example: 1 - - *402 + - *403 - *17 - *19 responses: @@ -62238,7 +62256,7 @@ paths: type: integer check_suites: type: array - items: *351 + items: *352 examples: default: value: @@ -62438,9 +62456,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#get-the-combined-status-for-a-specific-reference parameters: - - *267 - *268 - - *401 + - *269 + - *402 - *17 - *19 responses: @@ -62642,9 +62660,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#list-commit-statuses-for-a-reference parameters: - - *267 - *268 - - *401 + - *269 + - *402 - *17 - *19 responses: @@ -62654,7 +62672,7 @@ paths: application/json: schema: type: array - items: &566 + items: &567 title: Status description: The status of a commit. type: object @@ -62735,7 +62753,7 @@ paths: site_admin: false headers: Link: *57 - '301': *279 + '301': *280 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62763,8 +62781,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/community#get-community-profile-metrics parameters: - - *267 - *268 + - *269 responses: '200': description: Response @@ -62797,11 +62815,11 @@ paths: code_of_conduct: anyOf: - type: 'null' - - *405 + - *406 code_of_conduct_file: anyOf: - type: 'null' - - &406 + - &407 title: Community Health File type: object properties: @@ -62821,19 +62839,19 @@ paths: contributing: anyOf: - type: 'null' - - *406 + - *407 readme: anyOf: - type: 'null' - - *406 + - *407 issue_template: anyOf: - type: 'null' - - *406 + - *407 pull_request_template: anyOf: - type: 'null' - - *406 + - *407 required: - code_of_conduct - code_of_conduct_file @@ -62962,8 +62980,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#compare-two-commits parameters: - - *267 - *268 + - *269 - *19 - *17 - name: basehead @@ -63011,8 +63029,8 @@ paths: format: uri examples: - https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *395 - merge_base_commit: *395 + base_commit: *396 + merge_base_commit: *396 status: type: string enum: @@ -63036,10 +63054,10 @@ paths: - 6 commits: type: array - items: *395 + items: *396 files: type: array - items: *407 + items: *408 required: - url - html_url @@ -63325,8 +63343,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-repository-content parameters: - - *267 - *268 + - *269 - name: path description: path parameter in: path @@ -63479,7 +63497,7 @@ paths: - type - url examples: - response-if-content-is-a-file: &408 + response-if-content-is-a-file: &409 summary: Response if content is a file value: type: file @@ -63616,7 +63634,7 @@ paths: - size - type - url - - &510 + - &511 title: Content File description: Content File type: object @@ -63834,7 +63852,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *408 + response-if-content-is-a-file: *409 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -63903,7 +63921,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *27 - '302': *409 + '302': *410 '304': *35 x-github: githubCloudOnly: false @@ -63926,8 +63944,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#create-or-update-file-contents parameters: - - *267 - *268 + - *269 - name: path description: path parameter in: path @@ -64022,7 +64040,7 @@ paths: description: Response content: application/json: - schema: &410 + schema: &411 title: File Commit description: File Commit type: object @@ -64178,7 +64196,7 @@ paths: description: Response content: application/json: - schema: *410 + schema: *411 examples: example-for-creating-a-file: value: @@ -64232,7 +64250,7 @@ paths: schema: oneOf: - *3 - - &439 + - &440 description: Repository rule violation was detected type: object properties: @@ -64253,7 +64271,7 @@ paths: items: type: object properties: - placeholder_id: &558 + placeholder_id: &559 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -64285,8 +64303,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#delete-a-file parameters: - - *267 - *268 + - *269 - name: path description: path parameter in: path @@ -64347,7 +64365,7 @@ paths: description: Response content: application/json: - schema: *410 + schema: *411 examples: default: value: @@ -64402,8 +64420,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-contributors parameters: - - *267 - *268 + - *269 - name: anon description: Set to `1` or `true` to include anonymous contributors in results. in: query @@ -64527,8 +64545,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#list-dependabot-alerts-for-a-repository parameters: - - *267 - *268 + - *269 - *147 - *148 - *149 @@ -64571,7 +64589,7 @@ paths: application/json: schema: type: array - items: &413 + items: &414 type: object description: A Dependabot alert. properties: @@ -64621,7 +64639,7 @@ paths: - direct - transitive - - security_advisory: *411 + security_advisory: *412 security_vulnerability: *50 url: *55 html_url: *56 @@ -64652,7 +64670,7 @@ paths: dismissal. maxLength: 280 fixed_at: *133 - auto_dismissed_at: *412 + auto_dismissed_at: *413 required: - number - state @@ -64882,9 +64900,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#get-a-dependabot-alert parameters: - - *267 - *268 - - &414 + - *269 + - &415 name: alert_number in: path description: |- @@ -64899,7 +64917,7 @@ paths: description: Response content: application/json: - schema: *413 + schema: *414 examples: default: value: @@ -65012,9 +65030,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#update-a-dependabot-alert parameters: - - *267 - *268 - - *414 + - *269 + - *415 requestBody: required: true content: @@ -65059,7 +65077,7 @@ paths: description: Response content: application/json: - schema: *413 + schema: *414 examples: default: value: @@ -65188,8 +65206,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#list-repository-secrets parameters: - - *267 - *268 + - *269 - *17 - *19 responses: @@ -65207,7 +65225,7 @@ paths: type: integer secrets: type: array - items: &417 + items: &418 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -65261,16 +65279,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#get-a-repository-public-key parameters: - - *267 - *268 + - *269 responses: '200': description: Response content: application/json: - schema: *415 + schema: *416 examples: - default: *416 + default: *417 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65290,15 +65308,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#get-a-repository-secret parameters: - - *267 - *268 + - *269 - *124 responses: '200': description: Response content: application/json: - schema: *417 + schema: *418 examples: default: value: @@ -65324,8 +65342,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#create-or-update-a-repository-secret parameters: - - *267 - *268 + - *269 - *124 requestBody: required: true @@ -65378,8 +65396,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#delete-a-repository-secret parameters: - - *267 - *268 + - *269 - *124 responses: '204': @@ -65402,8 +65420,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: - - *267 - *268 + - *269 - 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 @@ -65577,8 +65595,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: - - *267 - *268 + - *269 responses: '200': description: Response @@ -65838,8 +65856,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: - - *267 - *268 + - *269 requestBody: required: true content: @@ -65922,7 +65940,7 @@ paths: - version - url additionalProperties: false - metadata: &418 + metadata: &419 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -65961,7 +65979,7 @@ paths: examples: - "/src/build/package-lock.json" additionalProperties: false - metadata: *418 + metadata: *419 resolved: type: object description: A collection of resolved package dependencies. @@ -65975,7 +65993,7 @@ paths: pattern: "^pkg" examples: - pkg:/npm/%40actions/http-client@1.0.11 - metadata: *418 + metadata: *419 relationship: type: string description: A notation of whether a dependency is requested @@ -66108,8 +66126,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#list-deployments parameters: - - *267 - *268 + - *269 - name: sha description: The SHA recorded at creation time. in: query @@ -66150,9 +66168,9 @@ paths: application/json: schema: type: array - items: *419 + items: *420 examples: - default: *420 + default: *421 headers: Link: *57 x-github: @@ -66218,8 +66236,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#create-a-deployment parameters: - - *267 - *268 + - *269 requestBody: required: true content: @@ -66301,7 +66319,7 @@ paths: description: Response content: application/json: - schema: *419 + schema: *420 examples: simple-example: summary: Simple example @@ -66374,9 +66392,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#get-a-deployment parameters: - - *267 - *268 - - &421 + - *269 + - &422 name: deployment_id description: deployment_id parameter in: path @@ -66388,7 +66406,7 @@ paths: description: Response content: application/json: - schema: *419 + schema: *420 examples: default: value: @@ -66453,9 +66471,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#delete-a-deployment parameters: - - *267 - *268 - - *421 + - *269 + - *422 responses: '204': description: Response @@ -66477,9 +66495,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#list-deployment-statuses parameters: - - *267 - *268 - - *421 + - *269 + - *422 - *17 - *19 responses: @@ -66489,7 +66507,7 @@ paths: application/json: schema: type: array - items: &422 + items: &423 title: Deployment Status description: The status of a deployment. type: object @@ -66653,9 +66671,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#create-a-deployment-status parameters: - - *267 - *268 - - *421 + - *269 + - *422 requestBody: required: true content: @@ -66730,9 +66748,9 @@ paths: description: Response content: application/json: - schema: *422 + schema: *423 examples: - default: &423 + default: &424 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -66788,9 +66806,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#get-a-deployment-status parameters: - - *267 - *268 - - *421 + - *269 + - *422 - name: status_id in: path required: true @@ -66801,9 +66819,9 @@ paths: description: Response content: application/json: - schema: *422 + schema: *423 examples: - default: *423 + default: *424 '404': *6 x-github: githubCloudOnly: false @@ -66828,8 +66846,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#create-a-repository-dispatch-event parameters: - - *267 - *268 + - *269 requestBody: required: true content: @@ -66886,8 +66904,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#list-environments parameters: - - *267 - *268 + - *269 - *17 - *19 responses: @@ -66905,7 +66923,7 @@ paths: - 5 environments: type: array - items: &425 + items: &426 title: Environment description: Details of a deployment environment type: object @@ -66967,7 +66985,7 @@ paths: type: string examples: - wait_timer - wait_timer: &427 + wait_timer: &428 type: integer description: The amount of time to delay a job after the job is initially triggered. The time (in minutes) @@ -67009,7 +67027,7 @@ paths: items: type: object properties: - type: *424 + type: *425 reviewer: anyOf: - *4 @@ -67036,7 +67054,7 @@ paths: - id - node_id - type - deployment_branch_policy: &428 + deployment_branch_policy: &429 type: - object - 'null' @@ -67153,9 +67171,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#get-an-environment parameters: - - *267 - *268 - - &426 + - *269 + - &427 name: environment_name in: path required: true @@ -67168,9 +67186,9 @@ paths: description: Response content: application/json: - schema: *425 + schema: *426 examples: - default: &429 + default: &430 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -67254,9 +67272,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#create-or-update-an-environment parameters: - - *267 - *268 - - *426 + - *269 + - *427 requestBody: required: false content: @@ -67266,7 +67284,7 @@ paths: - object - 'null' properties: - wait_timer: *427 + wait_timer: *428 prevent_self_review: type: boolean description: Whether or not a user who created the job is prevented @@ -67285,14 +67303,14 @@ paths: items: type: object properties: - type: *424 + type: *425 id: type: integer description: The id of the user or team who can review the deployment examples: - 4532992 - deployment_branch_policy: *428 + deployment_branch_policy: *429 additionalProperties: false examples: default: @@ -67312,9 +67330,9 @@ paths: description: Response content: application/json: - schema: *425 + schema: *426 examples: - default: *429 + default: *430 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -67338,9 +67356,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#delete-an-environment parameters: - - *267 - *268 - - *426 + - *269 + - *427 responses: '204': description: Default response @@ -67365,9 +67383,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#list-deployment-branch-policies parameters: - - *267 - *268 - - *426 + - *269 + - *427 - *17 - *19 responses: @@ -67386,7 +67404,7 @@ paths: - 2 branch_policies: type: array - items: &430 + items: &431 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -67447,9 +67465,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#create-a-deployment-branch-policy parameters: - - *267 - *268 - - *426 + - *269 + - *427 requestBody: required: true content: @@ -67497,9 +67515,9 @@ paths: description: Response content: application/json: - schema: *430 + schema: *431 examples: - example-wildcard: &431 + example-wildcard: &432 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -67541,10 +67559,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#get-a-deployment-branch-policy parameters: - - *267 - *268 - - *426 - - &432 + - *269 + - *427 + - &433 name: branch_policy_id in: path required: true @@ -67556,9 +67574,9 @@ paths: description: Response content: application/json: - schema: *430 + schema: *431 examples: - default: *431 + default: *432 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67577,10 +67595,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#update-a-deployment-branch-policy parameters: - - *267 - *268 - - *426 - - *432 + - *269 + - *427 + - *433 requestBody: required: true content: @@ -67609,9 +67627,9 @@ paths: description: Response content: application/json: - schema: *430 + schema: *431 examples: - default: *431 + default: *432 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67630,10 +67648,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#delete-a-deployment-branch-policy parameters: - - *267 - *268 - - *426 - - *432 + - *269 + - *427 + - *433 responses: '204': description: Response @@ -67658,9 +67676,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#get-all-deployment-protection-rules-for-an-environment parameters: - - *426 + - *427 + - *269 - *268 - - *267 responses: '200': description: List of deployment protection rules @@ -67677,7 +67695,7 @@ paths: - 10 custom_deployment_protection_rules: type: array - items: &433 + items: &434 title: Deployment protection rule description: Deployment protection rule type: object @@ -67699,7 +67717,7 @@ paths: for the environment. examples: - true - app: &434 + app: &435 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -67802,9 +67820,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: - - *426 + - *427 + - *269 - *268 - - *267 requestBody: content: application/json: @@ -67825,9 +67843,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *433 + schema: *434 examples: - default: &435 + default: &436 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -67862,9 +67880,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: - - *426 + - *427 + - *269 - *268 - - *267 - *19 - *17 responses: @@ -67884,7 +67902,7 @@ paths: - 35 available_custom_deployment_protection_rule_integrations: type: array - items: *434 + items: *435 examples: default: value: @@ -67919,10 +67937,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#get-a-custom-deployment-protection-rule parameters: - - *267 - *268 - - *426 - - &436 + - *269 + - *427 + - &437 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -67934,9 +67952,9 @@ paths: description: Response content: application/json: - schema: *433 + schema: *434 examples: - default: *435 + default: *436 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67957,10 +67975,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#disable-a-custom-protection-rule-for-an-environment parameters: - - *426 + - *427 + - *269 - *268 - - *267 - - *436 + - *437 responses: '204': description: Response @@ -67986,9 +68004,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-environment-secrets parameters: - - *267 - *268 - - *426 + - *269 + - *427 - *17 - *19 responses: @@ -68006,9 +68024,9 @@ paths: type: integer secrets: type: array - items: *313 + items: *314 examples: - default: *314 + default: *315 headers: Link: *57 x-github: @@ -68033,17 +68051,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-an-environment-public-key parameters: - - *267 - *268 - - *426 + - *269 + - *427 responses: '200': description: Response content: application/json: - schema: *315 + schema: *316 examples: - default: *316 + default: *317 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68065,18 +68083,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-an-environment-secret parameters: - - *267 - *268 - - *426 + - *269 + - *427 - *124 responses: '200': description: Response content: application/json: - schema: *313 + schema: *314 examples: - default: *437 + default: *438 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68098,9 +68116,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#create-or-update-an-environment-secret parameters: - - *267 - *268 - - *426 + - *269 + - *427 - *124 requestBody: required: true @@ -68158,9 +68176,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#delete-an-environment-secret parameters: - - *267 - *268 - - *426 + - *269 + - *427 - *124 responses: '204': @@ -68186,10 +68204,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-environment-variables parameters: - - *267 - *268 - - *426 - - *289 + - *269 + - *427 + - *290 - *19 responses: '200': @@ -68206,9 +68224,9 @@ paths: type: integer variables: type: array - items: *317 + items: *318 examples: - default: *318 + default: *319 headers: Link: *57 x-github: @@ -68231,9 +68249,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#create-an-environment-variable parameters: - - *267 - *268 - - *426 + - *269 + - *427 requestBody: required: true content: @@ -68285,18 +68303,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#get-an-environment-variable parameters: - - *267 - *268 - - *426 + - *269 + - *427 - *127 responses: '200': description: Response content: application/json: - schema: *317 + schema: *318 examples: - default: *438 + default: *439 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68317,10 +68335,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#update-an-environment-variable parameters: - - *267 - *268 + - *269 - *127 - - *426 + - *427 requestBody: required: true content: @@ -68362,10 +68380,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#delete-an-environment-variable parameters: - - *267 - *268 + - *269 - *127 - - *426 + - *427 responses: '204': description: Response @@ -68387,8 +68405,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-repository-events parameters: - - *267 - *268 + - *269 - *17 - *19 responses: @@ -68465,8 +68483,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/forks#list-forks parameters: - - *267 - *268 + - *269 - name: sort description: The sort order. `stargazers` will sort by star count. in: query @@ -68625,8 +68643,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/forks#create-a-fork parameters: - - *267 - *268 + - *269 requestBody: required: false content: @@ -68659,9 +68677,9 @@ paths: description: Response content: application/json: - schema: *278 + schema: *279 examples: - default: *280 + default: *281 '400': *14 '422': *15 '403': *27 @@ -68682,8 +68700,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/blobs#create-a-blob parameters: - - *267 - *268 + - *269 requestBody: required: true content: @@ -68743,7 +68761,7 @@ paths: schema: oneOf: - *94 - - *439 + - *440 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68768,8 +68786,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/blobs#get-a-blob parameters: - - *267 - *268 + - *269 - name: file_sha in: path required: true @@ -68869,8 +68887,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/commits#create-a-commit parameters: - - *267 - *268 + - *269 requestBody: required: true content: @@ -68979,7 +68997,7 @@ paths: description: Response content: application/json: - schema: &440 + schema: &441 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -69206,15 +69224,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/commits#get-a-commit-object parameters: - - *267 - *268 - - *396 + - *269 + - *397 responses: '200': description: Response content: application/json: - schema: *440 + schema: *441 examples: default: value: @@ -69270,9 +69288,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#list-matching-references parameters: - - *267 - *268 - - &441 + - *269 + - &442 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. @@ -69289,7 +69307,7 @@ paths: application/json: schema: type: array - items: &442 + items: &443 title: Git Reference description: Git references within a repository type: object @@ -69365,17 +69383,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#get-a-reference parameters: - - *267 - *268 - - *441 + - *269 + - *442 responses: '200': description: Response content: application/json: - schema: *442 + schema: *443 examples: - default: &443 + default: &444 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -69404,8 +69422,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#create-a-reference parameters: - - *267 - *268 + - *269 requestBody: required: true content: @@ -69434,9 +69452,9 @@ paths: description: Response content: application/json: - schema: *442 + schema: *443 examples: - default: *443 + default: *444 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -69462,9 +69480,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#update-a-reference parameters: - - *267 - *268 - - *441 + - *269 + - *442 requestBody: required: true content: @@ -69493,9 +69511,9 @@ paths: description: Response content: application/json: - schema: *442 + schema: *443 examples: - default: *443 + default: *444 '422': *15 '409': *45 x-github: @@ -69513,9 +69531,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#delete-a-reference parameters: - - *267 - *268 - - *441 + - *269 + - *442 responses: '204': description: Response @@ -69570,8 +69588,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/tags#create-a-tag-object parameters: - - *267 - *268 + - *269 requestBody: required: true content: @@ -69638,7 +69656,7 @@ paths: description: Response content: application/json: - schema: &445 + schema: &446 title: Git Tag description: Metadata for a Git tag type: object @@ -69694,7 +69712,7 @@ paths: - sha - type - url - verification: *444 + verification: *445 required: - sha - url @@ -69704,7 +69722,7 @@ paths: - tag - message examples: - default: &446 + default: &447 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -69777,8 +69795,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/tags#get-a-tag parameters: - - *267 - *268 + - *269 - name: tag_sha in: path required: true @@ -69789,9 +69807,9 @@ paths: description: Response content: application/json: - schema: *445 + schema: *446 examples: - default: *446 + default: *447 '404': *6 '409': *45 x-github: @@ -69815,8 +69833,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/trees#create-a-tree parameters: - - *267 - *268 + - *269 requestBody: required: true content: @@ -69890,7 +69908,7 @@ paths: description: Response content: application/json: - schema: &447 + schema: &448 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -69992,8 +70010,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/trees#get-a-tree parameters: - - *267 - *268 + - *269 - name: tree_sha description: The SHA1 value or ref (branch or tag) name of the tree. in: path @@ -70016,7 +70034,7 @@ paths: description: Response content: application/json: - schema: *447 + schema: *448 examples: default-response: summary: Default response @@ -70075,8 +70093,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#list-repository-webhooks parameters: - - *267 - *268 + - *269 - *17 - *19 responses: @@ -70086,7 +70104,7 @@ paths: application/json: schema: type: array - items: &448 + items: &449 title: Webhook description: Webhooks for repositories. type: object @@ -70149,7 +70167,7 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &669 + last_response: &670 title: Hook Response type: object properties: @@ -70226,8 +70244,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#create-a-repository-webhook parameters: - - *267 - *268 + - *269 requestBody: required: false content: @@ -70280,9 +70298,9 @@ paths: description: Response content: application/json: - schema: *448 + schema: *449 examples: - default: &449 + default: &450 value: type: Repository id: 12345678 @@ -70330,17 +70348,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-repository-webhook parameters: - - *267 - *268 + - *269 - *162 responses: '200': description: Response content: application/json: - schema: *448 + schema: *449 examples: - default: *449 + default: *450 '404': *6 x-github: githubCloudOnly: false @@ -70360,8 +70378,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#update-a-repository-webhook parameters: - - *267 - *268 + - *269 - *162 requestBody: required: true @@ -70407,9 +70425,9 @@ paths: description: Response content: application/json: - schema: *448 + schema: *449 examples: - default: *449 + default: *450 '422': *15 '404': *6 x-github: @@ -70430,8 +70448,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#delete-a-repository-webhook parameters: - - *267 - *268 + - *269 - *162 responses: '204': @@ -70456,8 +70474,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-webhook-configuration-for-a-repository parameters: - - *267 - *268 + - *269 - *162 responses: '200': @@ -70485,8 +70503,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#update-a-webhook-configuration-for-a-repository parameters: - - *267 - *268 + - *269 - *162 requestBody: required: false @@ -70531,8 +70549,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#list-deliveries-for-a-repository-webhook parameters: - - *267 - *268 + - *269 - *162 - *17 - *163 @@ -70564,8 +70582,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-delivery-for-a-repository-webhook parameters: - - *267 - *268 + - *269 - *162 - *16 responses: @@ -70594,8 +70612,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#redeliver-a-delivery-for-a-repository-webhook parameters: - - *267 - *268 + - *269 - *162 - *16 responses: @@ -70619,8 +70637,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#ping-a-repository-webhook parameters: - - *267 - *268 + - *269 - *162 responses: '204': @@ -70646,8 +70664,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#test-the-push-repository-webhook parameters: - - *267 - *268 + - *269 - *162 responses: '204': @@ -70706,14 +70724,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-an-import-status parameters: - - *267 - *268 + - *269 responses: '200': description: Response content: application/json: - schema: &450 + schema: &451 title: Import description: A repository import from an external source. type: object @@ -70820,7 +70838,7 @@ paths: - html_url - authors_url examples: - default: &453 + default: &454 value: vcs: subversion use_lfs: true @@ -70836,7 +70854,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': &451 + '503': &452 description: Unavailable due to service under maintenance. content: application/json: @@ -70865,8 +70883,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#start-an-import parameters: - - *267 - *268 + - *269 requestBody: required: true content: @@ -70914,7 +70932,7 @@ paths: description: Response content: application/json: - schema: *450 + schema: *451 examples: default: value: @@ -70939,7 +70957,7 @@ paths: type: string '422': *15 '404': *6 - '503': *451 + '503': *452 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70967,8 +70985,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#update-an-import parameters: - - *267 - *268 + - *269 requestBody: required: false content: @@ -71020,7 +71038,7 @@ paths: description: Response content: application/json: - schema: *450 + schema: *451 examples: example-1: summary: Example 1 @@ -71068,7 +71086,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': *451 + '503': *452 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71091,12 +71109,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#cancel-an-import parameters: - - *267 - *268 + - *269 responses: '204': description: Response - '503': *451 + '503': *452 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71122,9 +71140,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-commit-authors parameters: - - *267 - *268 - - &615 + - *269 + - &616 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -71138,7 +71156,7 @@ paths: application/json: schema: type: array - items: &452 + items: &453 title: Porter Author description: Porter Author type: object @@ -71192,7 +71210,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': *451 + '503': *452 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71217,8 +71235,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#map-a-commit-author parameters: - - *267 - *268 + - *269 - name: author_id in: path required: true @@ -71248,7 +71266,7 @@ paths: description: Response content: application/json: - schema: *452 + schema: *453 examples: default: value: @@ -71261,7 +71279,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *451 + '503': *452 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71285,8 +71303,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-large-files parameters: - - *267 - *268 + - *269 responses: '200': description: Response @@ -71327,7 +71345,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *451 + '503': *452 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71355,8 +71373,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#update-git-lfs-preference parameters: - - *267 - *268 + - *269 requestBody: required: true content: @@ -71383,11 +71401,11 @@ paths: description: Response content: application/json: - schema: *450 + schema: *451 examples: - default: *453 + default: *454 '422': *15 - '503': *451 + '503': *452 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71410,8 +71428,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/apps#get-a-repository-installation-for-the-authenticated-app parameters: - - *267 - *268 + - *269 responses: '200': description: Response @@ -71419,8 +71437,8 @@ paths: application/json: schema: *20 examples: - default: *454 - '301': *279 + default: *455 + '301': *280 '404': *6 x-github: githubCloudOnly: false @@ -71440,8 +71458,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#get-interaction-restrictions-for-a-repository parameters: - - *267 - *268 + - *269 responses: '200': description: Response @@ -71454,7 +71472,7 @@ paths: properties: {} additionalProperties: false examples: - default: &456 + default: &457 value: limit: collaborators_only origin: repository @@ -71479,13 +71497,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#set-interaction-restrictions-for-a-repository parameters: - - *267 - *268 + - *269 requestBody: required: true content: application/json: - schema: *455 + schema: *456 examples: default: summary: Example request body @@ -71499,7 +71517,7 @@ paths: application/json: schema: *180 examples: - default: *456 + default: *457 '409': description: Response x-github: @@ -71521,8 +71539,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#remove-interaction-restrictions-for-a-repository parameters: - - *267 - *268 + - *269 responses: '204': description: Response @@ -71545,8 +71563,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#list-repository-invitations parameters: - - *267 - *268 + - *269 - *17 - *19 responses: @@ -71556,9 +71574,9 @@ paths: application/json: schema: type: array - items: *457 + items: *458 examples: - default: &608 + default: &609 value: - id: 1 repository: @@ -71689,8 +71707,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#update-a-repository-invitation parameters: - - *267 - *268 + - *269 - *184 requestBody: required: false @@ -71720,7 +71738,7 @@ paths: description: Response content: application/json: - schema: *457 + schema: *458 examples: default: value: @@ -71851,8 +71869,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#delete-a-repository-invitation parameters: - - *267 - *268 + - *269 - *184 responses: '204': @@ -71884,8 +71902,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#list-repository-issues parameters: - - *267 - *268 + - *269 - 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 @@ -71958,7 +71976,7 @@ paths: type: array items: *74 examples: - default: &466 + default: &467 value: - id: 1 node_id: MDU6SXNzdWUx @@ -72106,7 +72124,7 @@ paths: state_reason: completed headers: Link: *57 - '301': *279 + '301': *280 '422': *15 '404': *6 x-github: @@ -72135,8 +72153,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#create-an-issue parameters: - - *267 - *268 + - *269 requestBody: required: true content: @@ -72228,7 +72246,7 @@ paths: application/json: schema: *74 examples: - default: &461 + default: &462 value: id: 1 node_id: MDU6SXNzdWUx @@ -72384,7 +72402,7 @@ paths: '422': *15 '503': *62 '404': *6 - '410': *276 + '410': *277 x-github: triggersNotification: true githubCloudOnly: false @@ -72412,8 +72430,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#list-issue-comments-for-a-repository parameters: - - *267 - *268 + - *269 - *83 - name: direction description: Either `asc` or `desc`. Ignored without the `sort` parameter. @@ -72434,9 +72452,9 @@ paths: application/json: schema: type: array - items: *458 + items: *459 examples: - default: &463 + default: &464 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -72494,17 +72512,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#get-an-issue-comment parameters: - - *267 - *268 + - *269 - *73 responses: '200': description: Response content: application/json: - schema: *458 + schema: *459 examples: - default: &459 + default: &460 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -72558,8 +72576,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#update-an-issue-comment parameters: - - *267 - *268 + - *269 - *73 requestBody: required: true @@ -72582,9 +72600,9 @@ paths: description: Response content: application/json: - schema: *458 + schema: *459 examples: - default: *459 + default: *460 '422': *15 x-github: githubCloudOnly: false @@ -72602,8 +72620,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#delete-an-issue-comment parameters: - - *267 - *268 + - *269 - *73 responses: '204': @@ -72624,8 +72642,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-an-issue-comment parameters: - - *267 - *268 + - *269 - *73 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). @@ -72652,9 +72670,9 @@ paths: application/json: schema: type: array - items: *260 + items: *261 examples: - default: *262 + default: *263 headers: Link: *57 '404': *6 @@ -72675,8 +72693,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-an-issue-comment parameters: - - *267 - *268 + - *269 - *73 requestBody: required: true @@ -72709,16 +72727,16 @@ paths: description: Reaction exists content: application/json: - schema: *260 + schema: *261 examples: - default: *261 + default: *262 '201': description: Reaction created content: application/json: - schema: *260 + schema: *261 examples: - default: *261 + default: *262 '422': *15 x-github: githubCloudOnly: false @@ -72740,10 +72758,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-an-issue-comment-reaction parameters: - - *267 - *268 + - *269 - *73 - - *263 + - *264 responses: '204': description: Response @@ -72763,8 +72781,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#list-issue-events-for-a-repository parameters: - - *267 - *268 + - *269 - *17 - *19 responses: @@ -72774,7 +72792,7 @@ paths: application/json: schema: type: array - items: &460 + items: &461 title: Issue Event description: Issue Event type: object @@ -73113,8 +73131,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#get-an-issue-event parameters: - - *267 - *268 + - *269 - name: event_id in: path required: true @@ -73125,7 +73143,7 @@ paths: description: Response content: application/json: - schema: *460 + schema: *461 examples: default: value: @@ -73318,7 +73336,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *276 + '410': *277 '403': *27 x-github: githubCloudOnly: false @@ -73352,9 +73370,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#get-an-issue parameters: - - *267 - *268 - - &462 + - *269 + - &463 name: issue_number description: The number that identifies the issue. in: path @@ -73368,10 +73386,10 @@ paths: application/json: schema: *74 examples: - default: *461 - '301': *279 + default: *462 + '301': *280 '404': *6 - '410': *276 + '410': *277 '304': *35 x-github: githubCloudOnly: false @@ -73396,9 +73414,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#update-an-issue parameters: - - *267 - *268 - - *462 + - *269 + - *463 requestBody: required: false content: @@ -73518,13 +73536,13 @@ paths: application/json: schema: *74 examples: - default: *461 + default: *462 '422': *15 '503': *62 '403': *27 - '301': *279 + '301': *280 '404': *6 - '410': *276 + '410': *277 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73542,9 +73560,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#add-assignees-to-an-issue parameters: - - *267 - *268 - - *462 + - *269 + - *463 requestBody: required: false content: @@ -73572,7 +73590,7 @@ paths: application/json: schema: *74 examples: - default: *461 + default: *462 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73588,9 +73606,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#remove-assignees-from-an-issue parameters: - - *267 - *268 - - *462 + - *269 + - *463 requestBody: content: application/json: @@ -73617,7 +73635,7 @@ paths: application/json: schema: *74 examples: - default: *461 + default: *462 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73639,9 +73657,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: - - *267 - *268 - - *462 + - *269 + - *463 - name: assignee in: path required: true @@ -73681,9 +73699,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#list-issue-comments parameters: - - *267 - *268 - - *462 + - *269 + - *463 - *64 - *17 - *19 @@ -73694,13 +73712,13 @@ paths: application/json: schema: type: array - items: *458 + items: *459 examples: - default: *463 + default: *464 headers: Link: *57 '404': *6 - '410': *276 + '410': *277 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73729,9 +73747,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#create-an-issue-comment parameters: - - *267 - *268 - - *462 + - *269 + - *463 requestBody: required: true content: @@ -73753,16 +73771,16 @@ paths: description: Response content: application/json: - schema: *458 + schema: *459 examples: - default: *459 + default: *460 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *27 - '410': *276 + '410': *277 '422': *15 '404': *6 x-github: @@ -73782,9 +73800,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#list-issue-events parameters: - - *267 - *268 - - *462 + - *269 + - *463 - *17 - *19 responses: @@ -73798,7 +73816,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &467 + - &468 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -73847,7 +73865,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &468 + - &469 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -73975,7 +73993,7 @@ paths: - performed_via_github_app - assignee - assigner - - &469 + - &470 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -74021,7 +74039,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &470 + - &471 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -74067,7 +74085,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &471 + - &472 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -74116,7 +74134,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &472 + - &473 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -74158,7 +74176,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &473 + - &474 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -74200,7 +74218,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &474 + - &475 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -74256,7 +74274,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &475 + - &476 title: Locked Issue Event description: Locked Issue Event type: object @@ -74301,7 +74319,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &476 + - &477 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -74362,7 +74380,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &477 + - &478 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -74423,7 +74441,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &478 + - &479 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -74484,7 +74502,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &479 + - &480 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -74577,7 +74595,7 @@ paths: color: red headers: Link: *57 - '410': *276 + '410': *277 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74594,9 +74612,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-an-issue parameters: - - *267 - *268 - - *462 + - *269 + - *463 - *17 - *19 responses: @@ -74606,7 +74624,7 @@ paths: application/json: schema: type: array - items: &464 + items: &465 title: Label description: Color-coded labels help you categorize and filter your issues (just like labels in Gmail). @@ -74661,7 +74679,7 @@ paths: - color - default examples: - default: &465 + default: &466 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -74679,9 +74697,9 @@ paths: default: false headers: Link: *57 - '301': *279 + '301': *280 '404': *6 - '410': *276 + '410': *277 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74698,9 +74716,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#add-labels-to-an-issue parameters: - - *267 - *268 - - *462 + - *269 + - *463 requestBody: required: false content: @@ -74759,12 +74777,12 @@ paths: application/json: schema: type: array - items: *464 + items: *465 examples: - default: *465 - '301': *279 + default: *466 + '301': *280 '404': *6 - '410': *276 + '410': *277 '422': *15 x-github: githubCloudOnly: false @@ -74781,9 +74799,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#set-labels-for-an-issue parameters: - - *267 - *268 - - *462 + - *269 + - *463 requestBody: required: false content: @@ -74843,12 +74861,12 @@ paths: application/json: schema: type: array - items: *464 + items: *465 examples: - default: *465 - '301': *279 + default: *466 + '301': *280 '404': *6 - '410': *276 + '410': *277 '422': *15 x-github: githubCloudOnly: false @@ -74865,15 +74883,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#remove-all-labels-from-an-issue parameters: - - *267 - *268 - - *462 + - *269 + - *463 responses: '204': description: Response - '301': *279 + '301': *280 '404': *6 - '410': *276 + '410': *277 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74892,9 +74910,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#remove-a-label-from-an-issue parameters: - - *267 - *268 - - *462 + - *269 + - *463 - name: name in: path required: true @@ -74907,7 +74925,7 @@ paths: application/json: schema: type: array - items: *464 + items: *465 examples: default: value: @@ -74918,9 +74936,9 @@ paths: description: Something isn't working color: f29513 default: true - '301': *279 + '301': *280 '404': *6 - '410': *276 + '410': *277 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74940,9 +74958,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#lock-an-issue parameters: - - *267 - *268 - - *462 + - *269 + - *463 requestBody: required: false content: @@ -74971,7 +74989,7 @@ paths: '204': description: Response '403': *27 - '410': *276 + '410': *277 '404': *6 '422': *15 x-github: @@ -74989,9 +75007,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#unlock-an-issue parameters: - - *267 - *268 - - *462 + - *269 + - *463 responses: '204': description: Response @@ -75013,9 +75031,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-an-issue parameters: - - *267 - *268 - - *462 + - *269 + - *463 - 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. @@ -75041,13 +75059,13 @@ paths: application/json: schema: type: array - items: *260 + items: *261 examples: - default: *262 + default: *263 headers: Link: *57 '404': *6 - '410': *276 + '410': *277 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75065,9 +75083,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-an-issue parameters: - - *267 - *268 - - *462 + - *269 + - *463 requestBody: required: true content: @@ -75099,16 +75117,16 @@ paths: description: Response content: application/json: - schema: *260 + schema: *261 examples: - default: *261 + default: *262 '201': description: Response content: application/json: - schema: *260 + schema: *261 examples: - default: *261 + default: *262 '422': *15 x-github: githubCloudOnly: false @@ -75130,10 +75148,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-an-issue-reaction parameters: - - *267 - *268 - - *462 - - *263 + - *269 + - *463 + - *264 responses: '204': description: Response @@ -75162,9 +75180,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#remove-sub-issue parameters: - - *267 - *268 - - *462 + - *269 + - *463 requestBody: required: true content: @@ -75188,7 +75206,7 @@ paths: application/json: schema: *74 examples: - default: *461 + default: *462 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -75221,9 +75239,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#list-sub-issues parameters: - - *267 - *268 - - *462 + - *269 + - *463 - *17 - *19 responses: @@ -75235,11 +75253,11 @@ paths: type: array items: *74 examples: - default: *466 + default: *467 headers: Link: *57 '404': *6 - '410': *276 + '410': *277 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75267,9 +75285,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#add-sub-issue parameters: - - *267 - *268 - - *462 + - *269 + - *463 requestBody: required: true content: @@ -75298,14 +75316,14 @@ paths: application/json: schema: *74 examples: - default: *461 + default: *462 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 schema: type: string '403': *27 - '410': *276 + '410': *277 '422': *15 '404': *6 x-github: @@ -75325,9 +75343,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#reprioritize-sub-issue parameters: - - *267 - *268 - - *462 + - *269 + - *463 requestBody: required: true content: @@ -75360,7 +75378,7 @@ paths: application/json: schema: *74 examples: - default: *461 + default: *462 '403': *27 '404': *6 '422': *7 @@ -75382,9 +75400,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/timeline#list-timeline-events-for-an-issue parameters: - - *267 - *268 - - *462 + - *269 + - *463 - *17 - *19 responses: @@ -75399,7 +75417,6 @@ paths: description: Timeline Event type: object anyOf: - - *467 - *468 - *469 - *470 @@ -75412,6 +75429,7 @@ paths: - *477 - *478 - *479 + - *480 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -75735,7 +75753,7 @@ paths: type: string comments: type: array - items: &499 + items: &500 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -75973,7 +75991,7 @@ paths: type: string comments: type: array - items: *394 + items: *395 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -76248,7 +76266,7 @@ paths: headers: Link: *57 '404': *6 - '410': *276 + '410': *277 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76265,8 +76283,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#list-deploy-keys parameters: - - *267 - *268 + - *269 - *17 - *19 responses: @@ -76276,7 +76294,7 @@ paths: application/json: schema: type: array - items: &480 + items: &481 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -76343,8 +76361,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#create-a-deploy-key parameters: - - *267 - *268 + - *269 requestBody: required: true content: @@ -76380,9 +76398,9 @@ paths: description: Response content: application/json: - schema: *480 + schema: *481 examples: - default: &481 + default: &482 value: id: 1 key: ssh-rsa AAA... @@ -76416,9 +76434,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key parameters: - - *267 - *268 - - &482 + - *269 + - &483 name: key_id description: The unique identifier of the key. in: path @@ -76430,9 +76448,9 @@ paths: description: Response content: application/json: - schema: *480 + schema: *481 examples: - default: *481 + default: *482 '404': *6 x-github: githubCloudOnly: false @@ -76450,9 +76468,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#delete-a-deploy-key parameters: - - *267 - *268 - - *482 + - *269 + - *483 responses: '204': description: Response @@ -76472,8 +76490,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-a-repository parameters: - - *267 - *268 + - *269 - *17 - *19 responses: @@ -76483,9 +76501,9 @@ paths: application/json: schema: type: array - items: *464 + items: *465 examples: - default: *465 + default: *466 headers: Link: *57 '404': *6 @@ -76506,8 +76524,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#create-a-label parameters: - - *267 - *268 + - *269 requestBody: required: true content: @@ -76543,9 +76561,9 @@ paths: description: Response content: application/json: - schema: *464 + schema: *465 examples: - default: &483 + default: &484 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -76577,8 +76595,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#get-a-label parameters: - - *267 - *268 + - *269 - name: name in: path required: true @@ -76589,9 +76607,9 @@ paths: description: Response content: application/json: - schema: *464 + schema: *465 examples: - default: *483 + default: *484 '404': *6 x-github: githubCloudOnly: false @@ -76608,8 +76626,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#update-a-label parameters: - - *267 - *268 + - *269 - name: name in: path required: true @@ -76648,7 +76666,7 @@ paths: description: Response content: application/json: - schema: *464 + schema: *465 examples: default: value: @@ -76674,8 +76692,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#delete-a-label parameters: - - *267 - *268 + - *269 - name: name in: path required: true @@ -76701,8 +76719,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-languages parameters: - - *267 - *268 + - *269 responses: '200': description: Response @@ -76741,9 +76759,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/licenses/licenses#get-the-license-for-a-repository parameters: - - *267 - *268 - - *372 + - *269 + - *373 responses: '200': description: Response @@ -76890,8 +76908,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#sync-a-fork-branch-with-the-upstream-repository parameters: - - *267 - *268 + - *269 requestBody: required: true content: @@ -76956,8 +76974,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#merge-a-branch parameters: - - *267 - *268 + - *269 requestBody: required: true content: @@ -76991,9 +77009,9 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *395 + schema: *396 examples: - default: *484 + default: *485 '204': description: Response when already merged '404': @@ -77018,8 +77036,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#list-milestones parameters: - - *267 - *268 + - *269 - name: state description: The state of the milestone. Either `open`, `closed`, or `all`. in: query @@ -77060,7 +77078,7 @@ paths: application/json: schema: type: array - items: *399 + items: *400 examples: default: value: @@ -77116,8 +77134,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#create-a-milestone parameters: - - *267 - *268 + - *269 requestBody: required: true content: @@ -77157,9 +77175,9 @@ paths: description: Response content: application/json: - schema: *399 + schema: *400 examples: - default: &485 + default: &486 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -77218,9 +77236,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#get-a-milestone parameters: - - *267 - *268 - - &486 + - *269 + - &487 name: milestone_number description: The number that identifies the milestone. in: path @@ -77232,9 +77250,9 @@ paths: description: Response content: application/json: - schema: *399 + schema: *400 examples: - default: *485 + default: *486 '404': *6 x-github: githubCloudOnly: false @@ -77251,9 +77269,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#update-a-milestone parameters: - - *267 - *268 - - *486 + - *269 + - *487 requestBody: required: false content: @@ -77291,9 +77309,9 @@ paths: description: Response content: application/json: - schema: *399 + schema: *400 examples: - default: *485 + default: *486 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77309,9 +77327,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#delete-a-milestone parameters: - - *267 - *268 - - *486 + - *269 + - *487 responses: '204': description: Response @@ -77332,9 +77350,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-issues-in-a-milestone parameters: - - *267 - *268 - - *486 + - *269 + - *487 - *17 - *19 responses: @@ -77344,9 +77362,9 @@ paths: application/json: schema: type: array - items: *464 + items: *465 examples: - default: *465 + default: *466 headers: Link: *57 x-github: @@ -77365,12 +77383,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#list-repository-notifications-for-the-authenticated-user parameters: - - *267 - *268 - - *487 + - *269 - *488 - - *64 - *489 + - *64 + - *490 - *17 - *19 responses: @@ -77382,7 +77400,7 @@ paths: type: array items: *86 examples: - default: *490 + default: *491 headers: Link: *57 x-github: @@ -77406,8 +77424,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#mark-repository-notifications-as-read parameters: - - *267 - *268 + - *269 requestBody: required: false content: @@ -77465,14 +77483,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-a-apiname-pages-site parameters: - - *267 - *268 + - *269 responses: '200': description: Response content: application/json: - schema: &491 + schema: &492 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -77616,7 +77634,7 @@ paths: - custom_404 - public examples: - default: &492 + default: &493 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -77657,8 +77675,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#create-a-apiname-pages-site parameters: - - *267 - *268 + - *269 requestBody: required: true content: @@ -77713,9 +77731,9 @@ paths: description: Response content: application/json: - schema: *491 + schema: *492 examples: - default: *492 + default: *493 '422': *15 '409': *45 x-github: @@ -77738,8 +77756,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#update-information-about-a-apiname-pages-site parameters: - - *267 - *268 + - *269 requestBody: required: true content: @@ -77839,8 +77857,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#delete-a-apiname-pages-site parameters: - - *267 - *268 + - *269 responses: '204': description: Response @@ -77866,8 +77884,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#list-apiname-pages-builds parameters: - - *267 - *268 + - *269 - *17 - *19 responses: @@ -77877,7 +77895,7 @@ paths: application/json: schema: type: array - items: &493 + items: &494 title: Page Build description: Page Build type: object @@ -77969,8 +77987,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#request-a-apiname-pages-build parameters: - - *267 - *268 + - *269 responses: '201': description: Response @@ -78017,16 +78035,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-latest-pages-build parameters: - - *267 - *268 + - *269 responses: '200': description: Response content: application/json: - schema: *493 + schema: *494 examples: - default: &494 + default: &495 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -78074,8 +78092,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-apiname-pages-build parameters: - - *267 - *268 + - *269 - name: build_id in: path required: true @@ -78086,9 +78104,9 @@ paths: description: Response content: application/json: - schema: *493 + schema: *494 examples: - default: *494 + default: *495 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78108,8 +78126,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#create-a-github-pages-deployment parameters: - - *267 - *268 + - *269 requestBody: required: true content: @@ -78217,9 +78235,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-the-status-of-a-github-pages-deployment parameters: - - *267 - *268 - - &495 + - *269 + - &496 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -78277,9 +78295,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#cancel-a-github-pages-deployment parameters: - - *267 - *268 - - *495 + - *269 + - *496 responses: '204': *141 '404': *6 @@ -78306,8 +78324,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-a-dns-health-check-for-github-pages parameters: - - *267 - *268 + - *269 responses: '200': description: Response @@ -78602,8 +78620,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: - - *267 - *268 + - *269 responses: '200': description: Private vulnerability reporting status @@ -78640,8 +78658,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-private-vulnerability-reporting-for-a-repository parameters: - - *267 - *268 + - *269 responses: '204': *141 '422': *14 @@ -78662,8 +78680,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-private-vulnerability-reporting-for-a-repository parameters: - - *267 - *268 + - *269 responses: '204': *141 '422': *14 @@ -78686,8 +78704,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#list-repository-projects parameters: - - *267 - *268 + - *269 - name: state description: Indicates the state of the projects to return. in: query @@ -78748,7 +78766,7 @@ paths: '401': *23 '403': *27 '404': *6 - '410': *276 + '410': *277 '422': *7 x-github: githubCloudOnly: false @@ -78771,8 +78789,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#create-a-repository-project parameters: - - *267 - *268 + - *269 requestBody: required: true content: @@ -78800,11 +78818,11 @@ paths: application/json: schema: *220 examples: - default: *275 + default: *276 '401': *23 '403': *27 '404': *6 - '410': *276 + '410': *277 '422': *7 x-github: githubCloudOnly: false @@ -78827,8 +78845,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/custom-properties#get-all-custom-property-values-for-a-repository parameters: - - *267 - *268 + - *269 responses: '200': description: Response @@ -78867,8 +78885,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: - - *267 - *268 + - *269 requestBody: required: true content: @@ -78930,8 +78948,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-pull-requests parameters: - - *267 - *268 + - *269 - name: state description: Either `open`, `closed`, or `all` to filter by state. in: query @@ -78991,9 +79009,9 @@ paths: application/json: schema: type: array - items: *496 + items: *497 examples: - default: *497 + default: *498 headers: Link: *57 '304': *35 @@ -79025,8 +79043,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#create-a-pull-request parameters: - - *267 - *268 + - *269 requestBody: required: true content: @@ -79093,7 +79111,7 @@ paths: description: Response content: application/json: - schema: &501 + schema: &502 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -79222,7 +79240,7 @@ paths: milestone: anyOf: - type: 'null' - - *399 + - *400 active_lock_reason: type: - string @@ -79315,14 +79333,14 @@ paths: _links: type: object properties: - comments: *400 - commits: *400 - statuses: *400 - html: *400 - issue: *400 - review_comments: *400 - review_comment: *400 - self: *400 + comments: *401 + commits: *401 + statuses: *401 + html: *401 + issue: *401 + review_comments: *401 + review_comment: *401 + self: *401 required: - comments - commits @@ -79333,7 +79351,7 @@ paths: - review_comment - self author_association: *60 - auto_merge: *498 + auto_merge: *499 draft: description: Indicates whether or not the pull request is a draft. type: boolean @@ -79435,7 +79453,7 @@ paths: - merged_by - review_comments examples: - default: &502 + default: &503 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -79962,8 +79980,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#list-review-comments-in-a-repository parameters: - - *267 - *268 + - *269 - name: sort in: query required: false @@ -79992,9 +80010,9 @@ paths: application/json: schema: type: array - items: *499 + items: *500 examples: - default: &504 + default: &505 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -80071,17 +80089,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request parameters: - - *267 - *268 + - *269 - *73 responses: '200': description: Response content: application/json: - schema: *499 + schema: *500 examples: - default: &500 + default: &501 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -80156,8 +80174,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#update-a-review-comment-for-a-pull-request parameters: - - *267 - *268 + - *269 - *73 requestBody: required: true @@ -80180,9 +80198,9 @@ paths: description: Response content: application/json: - schema: *499 + schema: *500 examples: - default: *500 + default: *501 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80198,8 +80216,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#delete-a-review-comment-for-a-pull-request parameters: - - *267 - *268 + - *269 - *73 responses: '204': @@ -80221,8 +80239,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-pull-request-review-comment parameters: - - *267 - *268 + - *269 - *73 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). @@ -80249,9 +80267,9 @@ paths: application/json: schema: type: array - items: *260 + items: *261 examples: - default: *262 + default: *263 headers: Link: *57 '404': *6 @@ -80272,8 +80290,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-pull-request-review-comment parameters: - - *267 - *268 + - *269 - *73 requestBody: required: true @@ -80306,16 +80324,16 @@ paths: description: Reaction exists content: application/json: - schema: *260 + schema: *261 examples: - default: *261 + default: *262 '201': description: Reaction created content: application/json: - schema: *260 + schema: *261 examples: - default: *261 + default: *262 '422': *15 x-github: githubCloudOnly: false @@ -80337,10 +80355,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-pull-request-comment-reaction parameters: - - *267 - *268 + - *269 - *73 - - *263 + - *264 responses: '204': description: Response @@ -80383,9 +80401,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#get-a-pull-request parameters: - - *267 - *268 - - &503 + - *269 + - &504 name: pull_number description: The number that identifies the pull request. in: path @@ -80398,9 +80416,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *501 + schema: *502 examples: - default: *502 + default: *503 '304': *35 '404': *6 '406': @@ -80435,9 +80453,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#update-a-pull-request parameters: - - *267 - *268 - - *503 + - *269 + - *504 requestBody: required: false content: @@ -80479,9 +80497,9 @@ paths: description: Response content: application/json: - schema: *501 + schema: *502 examples: - default: *502 + default: *503 '422': *15 '403': *27 x-github: @@ -80503,9 +80521,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-codespace-from-a-pull-request parameters: - - *267 - *268 - - *503 + - *269 + - *504 requestBody: required: true content: @@ -80568,7 +80586,7 @@ paths: application/json: schema: *191 examples: - default: *386 + default: *387 '202': description: Response when the codespace creation partially failed but is being retried in the background @@ -80576,7 +80594,7 @@ paths: application/json: schema: *191 examples: - default: *386 + default: *387 '401': *23 '403': *27 '404': *6 @@ -80606,9 +80624,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#list-review-comments-on-a-pull-request parameters: - - *267 - *268 - - *503 + - *269 + - *504 - *83 - name: direction description: The direction to sort results. Ignored without `sort` parameter. @@ -80629,9 +80647,9 @@ paths: application/json: schema: type: array - items: *499 + items: *500 examples: - default: *504 + default: *505 headers: Link: *57 x-github: @@ -80664,9 +80682,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#create-a-review-comment-for-a-pull-request parameters: - - *267 - *268 - - *503 + - *269 + - *504 requestBody: required: true content: @@ -80772,7 +80790,7 @@ paths: description: Response content: application/json: - schema: *499 + schema: *500 examples: example-for-a-multi-line-comment: value: @@ -80860,9 +80878,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#create-a-reply-for-a-review-comment parameters: - - *267 - *268 - - *503 + - *269 + - *504 - *73 requestBody: required: true @@ -80885,7 +80903,7 @@ paths: description: Response content: application/json: - schema: *499 + schema: *500 examples: default: value: @@ -80971,9 +80989,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-commits-on-a-pull-request parameters: - - *267 - *268 - - *503 + - *269 + - *504 - *17 - *19 responses: @@ -80983,9 +81001,9 @@ paths: application/json: schema: type: array - items: *395 + items: *396 examples: - default: *505 + default: *506 headers: Link: *57 x-github: @@ -81015,9 +81033,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-pull-requests-files parameters: - - *267 - *268 - - *503 + - *269 + - *504 - *17 - *19 responses: @@ -81027,7 +81045,7 @@ paths: application/json: schema: type: array - items: *407 + items: *408 examples: default: value: @@ -81065,9 +81083,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#check-if-a-pull-request-has-been-merged parameters: - - *267 - *268 - - *503 + - *269 + - *504 responses: '204': description: Response if pull request has been merged @@ -81090,9 +81108,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#merge-a-pull-request parameters: - - *267 - *268 - - *503 + - *269 + - *504 requestBody: required: false content: @@ -81204,9 +81222,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#get-all-requested-reviewers-for-a-pull-request parameters: - - *267 - *268 - - *503 + - *269 + - *504 responses: '200': description: Response @@ -81281,9 +81299,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#request-reviewers-for-a-pull-request parameters: - - *267 - *268 - - *503 + - *269 + - *504 requestBody: required: false content: @@ -81320,7 +81338,7 @@ paths: description: Response content: application/json: - schema: *496 + schema: *497 examples: default: value: @@ -81856,9 +81874,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#remove-requested-reviewers-from-a-pull-request parameters: - - *267 - *268 - - *503 + - *269 + - *504 requestBody: required: true content: @@ -81892,7 +81910,7 @@ paths: description: Response content: application/json: - schema: *496 + schema: *497 examples: default: value: @@ -82397,9 +82415,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#list-reviews-for-a-pull-request parameters: - - *267 - *268 - - *503 + - *269 + - *504 - *17 - *19 responses: @@ -82409,7 +82427,7 @@ paths: application/json: schema: type: array - items: &506 + items: &507 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -82565,9 +82583,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#create-a-review-for-a-pull-request parameters: - - *267 - *268 - - *503 + - *269 + - *504 requestBody: required: false content: @@ -82657,9 +82675,9 @@ paths: description: Response content: application/json: - schema: *506 + schema: *507 examples: - default: &508 + default: &509 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -82722,10 +82740,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#get-a-review-for-a-pull-request parameters: - - *267 - *268 - - *503 - - &507 + - *269 + - *504 + - &508 name: review_id description: The unique identifier of the review. in: path @@ -82737,9 +82755,9 @@ paths: description: Response content: application/json: - schema: *506 + schema: *507 examples: - default: &509 + default: &510 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -82798,10 +82816,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#update-a-review-for-a-pull-request parameters: - - *267 - *268 - - *503 - - *507 + - *269 + - *504 + - *508 requestBody: required: true content: @@ -82824,7 +82842,7 @@ paths: description: Response content: application/json: - schema: *506 + schema: *507 examples: default: value: @@ -82886,18 +82904,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#delete-a-pending-review-for-a-pull-request parameters: - - *267 - *268 - - *503 - - *507 + - *269 + - *504 + - *508 responses: '200': description: Response content: application/json: - schema: *506 + schema: *507 examples: - default: *508 + default: *509 '422': *7 '404': *6 x-github: @@ -82924,10 +82942,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#list-comments-for-a-pull-request-review parameters: - - *267 - *268 - - *503 - - *507 + - *269 + - *504 + - *508 - *17 - *19 responses: @@ -83025,9 +83043,9 @@ paths: _links: type: object properties: - self: *400 - html: *400 - pull_request: *400 + self: *401 + html: *401 + pull_request: *401 required: - self - html @@ -83178,10 +83196,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#dismiss-a-review-for-a-pull-request parameters: - - *267 - *268 - - *503 - - *507 + - *269 + - *504 + - *508 requestBody: required: true content: @@ -83210,7 +83228,7 @@ paths: description: Response content: application/json: - schema: *506 + schema: *507 examples: default: value: @@ -83273,10 +83291,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#submit-a-review-for-a-pull-request parameters: - - *267 - *268 - - *503 - - *507 + - *269 + - *504 + - *508 requestBody: required: true content: @@ -83311,9 +83329,9 @@ paths: description: Response content: application/json: - schema: *506 + schema: *507 examples: - default: *509 + default: *510 '404': *6 '422': *7 '403': *27 @@ -83335,9 +83353,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#update-a-pull-request-branch parameters: - - *267 - *268 - - *503 + - *269 + - *504 requestBody: required: false content: @@ -83401,8 +83419,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-a-repository-readme parameters: - - *267 - *268 + - *269 - name: ref description: 'The name of the commit/branch/tag. Default: the repository’s default branch.' @@ -83415,9 +83433,9 @@ paths: description: Response content: application/json: - schema: *510 + schema: *511 examples: - default: &511 + default: &512 value: type: file encoding: base64 @@ -83459,8 +83477,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-a-repository-readme-for-a-directory parameters: - - *267 - *268 + - *269 - name: dir description: The alternate path to look for a README file in: path @@ -83480,9 +83498,9 @@ paths: description: Response content: application/json: - schema: *510 + schema: *511 examples: - default: *511 + default: *512 '404': *6 '422': *15 x-github: @@ -83504,8 +83522,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#list-releases parameters: - - *267 - *268 + - *269 - *17 - *19 responses: @@ -83515,7 +83533,7 @@ paths: application/json: schema: type: array - items: &512 + items: &513 title: Release description: A release. type: object @@ -83587,7 +83605,7 @@ paths: author: *4 assets: type: array - items: &513 + items: &514 title: Release Asset description: Data related to a release. type: object @@ -83767,8 +83785,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#create-a-release parameters: - - *267 - *268 + - *269 requestBody: required: true content: @@ -83844,9 +83862,9 @@ paths: description: Response content: application/json: - schema: *512 + schema: *513 examples: - default: &516 + default: &517 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -83949,9 +83967,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#get-a-release-asset parameters: - - *267 - *268 - - &514 + - *269 + - &515 name: asset_id description: The unique identifier of the asset. in: path @@ -83963,9 +83981,9 @@ paths: description: Response content: application/json: - schema: *513 + schema: *514 examples: - default: &515 + default: &516 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 @@ -83999,7 +84017,7 @@ paths: type: User site_admin: false '404': *6 - '302': *409 + '302': *410 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84015,9 +84033,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#update-a-release-asset parameters: - - *267 - *268 - - *514 + - *269 + - *515 requestBody: required: false content: @@ -84046,9 +84064,9 @@ paths: description: Response content: application/json: - schema: *513 + schema: *514 examples: - default: *515 + default: *516 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84064,9 +84082,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#delete-a-release-asset parameters: - - *267 - *268 - - *514 + - *269 + - *515 responses: '204': description: Response @@ -84090,8 +84108,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#generate-release-notes-content-for-a-release parameters: - - *267 - *268 + - *269 requestBody: required: true content: @@ -84177,16 +84195,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-the-latest-release parameters: - - *267 - *268 + - *269 responses: '200': description: Response content: application/json: - schema: *512 + schema: *513 examples: - default: *516 + default: *517 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84203,8 +84221,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-a-release-by-tag-name parameters: - - *267 - *268 + - *269 - name: tag description: tag parameter in: path @@ -84217,9 +84235,9 @@ paths: description: Response content: application/json: - schema: *512 + schema: *513 examples: - default: *516 + default: *517 '404': *6 x-github: githubCloudOnly: false @@ -84241,9 +84259,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-a-release parameters: - - *267 - *268 - - &517 + - *269 + - &518 name: release_id description: The unique identifier of the release. in: path @@ -84257,9 +84275,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: *512 + schema: *513 examples: - default: *516 + default: *517 '401': description: Unauthorized x-github: @@ -84277,9 +84295,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#update-a-release parameters: - - *267 - *268 - - *517 + - *269 + - *518 requestBody: required: false content: @@ -84343,9 +84361,9 @@ paths: description: Response content: application/json: - schema: *512 + schema: *513 examples: - default: *516 + default: *517 '404': description: Not Found if the discussion category name is invalid content: @@ -84366,9 +84384,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#delete-a-release parameters: - - *267 - *268 - - *517 + - *269 + - *518 responses: '204': description: Response @@ -84388,9 +84406,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#list-release-assets parameters: - - *267 - *268 - - *517 + - *269 + - *518 - *17 - *19 responses: @@ -84400,7 +84418,7 @@ paths: application/json: schema: type: array - items: *513 + items: *514 examples: default: value: @@ -84480,9 +84498,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: - - *267 - *268 - - *517 + - *269 + - *518 - name: name in: query required: true @@ -84508,7 +84526,7 @@ paths: description: Response for successful upload content: application/json: - schema: *513 + schema: *514 examples: response-for-successful-upload: value: @@ -84562,9 +84580,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-release parameters: - - *267 - *268 - - *517 + - *269 + - *518 - 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. @@ -84588,9 +84606,9 @@ paths: application/json: schema: type: array - items: *260 + items: *261 examples: - default: *262 + default: *263 headers: Link: *57 '404': *6 @@ -84611,9 +84629,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-release parameters: - - *267 - *268 - - *517 + - *269 + - *518 requestBody: required: true content: @@ -84643,16 +84661,16 @@ paths: description: Reaction exists content: application/json: - schema: *260 + schema: *261 examples: - default: *261 + default: *262 '201': description: Reaction created content: application/json: - schema: *260 + schema: *261 examples: - default: *261 + default: *262 '422': *15 x-github: githubCloudOnly: false @@ -84674,10 +84692,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-release-reaction parameters: - - *267 - *268 - - *517 - - *263 + - *269 + - *518 + - *264 responses: '204': description: Response @@ -84701,9 +84719,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rules#get-rules-for-a-branch parameters: - - *267 - *268 - - *335 + - *269 + - *336 - *17 - *19 responses: @@ -84719,8 +84737,8 @@ paths: description: A repository rule with ruleset details. oneOf: - allOf: - - *518 - - &520 + - *519 + - &521 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -84740,65 +84758,65 @@ paths: type: integer description: The ID of the ruleset that includes this rule. - allOf: - - *519 - *520 - - allOf: - *521 - - *520 - allOf: - *522 - - *520 + - *521 - allOf: - *523 - - *520 + - *521 - allOf: - *524 - - *520 + - *521 - allOf: - *525 - - *520 + - *521 - allOf: - *526 - - *520 + - *521 - allOf: - *527 - - *520 + - *521 - allOf: - *528 - - *520 + - *521 - allOf: - *529 - - *520 + - *521 - allOf: - *530 - - *520 + - *521 - allOf: - *531 - - *520 + - *521 - allOf: - *532 - - *520 + - *521 - allOf: - *533 - - *520 + - *521 - allOf: - *534 - - *520 + - *521 - allOf: - *535 - - *520 + - *521 - allOf: - *536 - - *520 + - *521 - allOf: - *537 - - *520 + - *521 - allOf: - *538 - - *520 + - *521 - allOf: - *539 - - *520 + - *521 + - allOf: + - *540 + - *521 examples: default: value: @@ -84837,8 +84855,8 @@ paths: category: repos subcategory: rules parameters: - - *267 - *268 + - *269 - *17 - *19 - name: includes_parents @@ -84849,7 +84867,7 @@ paths: schema: type: boolean default: true - - *540 + - *541 responses: '200': description: Response @@ -84904,8 +84922,8 @@ paths: category: repos subcategory: rules parameters: - - *267 - *268 + - *269 requestBody: description: Request body required: true @@ -84967,7 +84985,7 @@ paths: application/json: schema: *233 examples: - default: &550 + default: &551 value: id: 42 name: super cool ruleset @@ -85014,12 +85032,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rule-suites#list-repository-rule-suites parameters: - - *267 - *268 - - *541 + - *269 - *542 - *543 - *544 + - *545 - *17 - *19 responses: @@ -85027,9 +85045,9 @@ paths: description: Response content: application/json: - schema: *545 + schema: *546 examples: - default: *546 + default: *547 '404': *6 '500': *90 x-github: @@ -85050,17 +85068,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rule-suites#get-a-repository-rule-suite parameters: - - *267 - *268 - - *547 + - *269 + - *548 responses: '200': description: Response content: application/json: - schema: *548 + schema: *549 examples: - default: *549 + default: *550 '404': *6 '500': *90 x-github: @@ -85088,8 +85106,8 @@ paths: category: repos subcategory: rules parameters: - - *267 - *268 + - *269 - name: ruleset_id description: The ID of the ruleset. in: path @@ -85111,7 +85129,7 @@ paths: application/json: schema: *233 examples: - default: *550 + default: *551 '404': *6 '500': *90 put: @@ -85129,8 +85147,8 @@ paths: category: repos subcategory: rules parameters: - - *267 - *268 + - *269 - name: ruleset_id description: The ID of the ruleset. in: path @@ -85194,7 +85212,7 @@ paths: application/json: schema: *233 examples: - default: *550 + default: *551 '404': *6 '500': *90 delete: @@ -85212,8 +85230,8 @@ paths: category: repos subcategory: rules parameters: - - *267 - *268 + - *269 - name: ruleset_id description: The ID of the ruleset. in: path @@ -85236,8 +85254,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rules#get-repository-ruleset-history parameters: - - *267 - *268 + - *269 - *17 - *19 - name: ruleset_id @@ -85255,7 +85273,7 @@ paths: type: array items: *235 examples: - default: *551 + default: *552 '404': *6 '500': *90 x-github: @@ -85274,8 +85292,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rules#get-repository-ruleset-version parameters: - - *267 - *268 + - *269 - name: ruleset_id description: The ID of the ruleset. in: path @@ -85293,7 +85311,7 @@ paths: description: Response content: application/json: - schema: *552 + schema: *553 examples: default: value: @@ -85348,8 +85366,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-a-repository parameters: - - *267 - *268 + - *269 - *236 - *237 - *238 @@ -85357,11 +85375,12 @@ paths: - *46 - *19 - *17 - - *553 - *554 + - *555 - *240 - *241 - *242 + - *243 responses: '200': description: Response @@ -85369,7 +85388,7 @@ paths: application/json: schema: type: array - items: &557 + items: &558 type: object properties: number: *52 @@ -85385,8 +85404,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *555 - resolution: *556 + state: *556 + resolution: *557 resolved_at: type: - string @@ -85605,15 +85624,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#get-a-secret-scanning-alert parameters: - - *267 - *268 - - *366 + - *269 + - *367 + - *243 responses: '200': description: Response content: application/json: - schema: *557 + schema: *558 examples: default: value: @@ -85665,9 +85685,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#update-a-secret-scanning-alert parameters: - - *267 - *268 - - *366 + - *269 + - *367 requestBody: required: true content: @@ -85675,8 +85695,8 @@ paths: schema: type: object properties: - state: *555 - resolution: *556 + state: *556 + resolution: *557 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -85695,7 +85715,7 @@ paths: description: Response content: application/json: - schema: *557 + schema: *558 examples: default: value: @@ -85770,9 +85790,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-locations-for-a-secret-scanning-alert parameters: - - *267 - *268 - - *366 + - *269 + - *367 - *19 - *17 responses: @@ -85783,7 +85803,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &690 + items: &691 type: object properties: type: @@ -86162,8 +86182,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#create-a-push-protection-bypass parameters: - - *267 - *268 + - *269 requestBody: required: true content: @@ -86171,14 +86191,14 @@ paths: schema: type: object properties: - reason: &559 + reason: &560 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *558 + placeholder_id: *559 required: - reason - placeholder_id @@ -86195,7 +86215,7 @@ paths: schema: type: object properties: - reason: *559 + reason: *560 expire_at: type: - string @@ -86239,8 +86259,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: - - *267 - *268 + - *269 responses: '404': description: Repository does not have GitHub Advanced Security or secret @@ -86255,7 +86275,7 @@ paths: properties: incremental_scans: type: array - items: &560 + items: &561 description: Information on a single scan performed by secret scanning on the repository type: object @@ -86283,15 +86303,15 @@ paths: the scan is pending pattern_update_scans: type: array - items: *560 + items: *561 backfill_scans: type: array - items: *560 + items: *561 custom_pattern_backfill_scans: type: array items: allOf: - - *560 + - *561 - type: object properties: pattern_name: @@ -86361,8 +86381,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#list-repository-security-advisories parameters: - - *267 - *268 + - *269 - *46 - name: sort description: The property to sort the results by. @@ -86406,9 +86426,9 @@ paths: application/json: schema: type: array - items: *561 + items: *562 examples: - default: *562 + default: *563 '400': *14 '404': *6 x-github: @@ -86431,8 +86451,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#create-a-repository-security-advisory parameters: - - *267 - *268 + - *269 requestBody: required: true content: @@ -86512,7 +86532,7 @@ paths: login: type: string description: The username of the user credited. - type: *245 + type: *246 required: - login - type @@ -86602,9 +86622,9 @@ paths: description: Response content: application/json: - schema: *561 + schema: *562 examples: - default: &564 + default: &565 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -86837,8 +86857,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#privately-report-a-security-vulnerability parameters: - - *267 - *268 + - *269 requestBody: required: true content: @@ -86951,7 +86971,7 @@ paths: description: Response content: application/json: - schema: *561 + schema: *562 examples: default: value: @@ -87098,17 +87118,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#get-a-repository-security-advisory parameters: - - *267 - *268 - - *563 + - *269 + - *564 responses: '200': description: Response content: application/json: - schema: *561 + schema: *562 examples: - default: *564 + default: *565 '403': *27 '404': *6 x-github: @@ -87132,9 +87152,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#update-a-repository-security-advisory parameters: - - *267 - *268 - - *563 + - *269 + - *564 requestBody: required: true content: @@ -87214,7 +87234,7 @@ paths: login: type: string description: The username of the user credited. - type: *245 + type: *246 required: - login - type @@ -87305,10 +87325,10 @@ paths: description: Response content: application/json: - schema: *561 + schema: *562 examples: - default: *564 - add_credit: *564 + default: *565 + add_credit: *565 '403': *27 '404': *6 '422': @@ -87346,9 +87366,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: - - *267 - *268 - - *563 + - *269 + - *564 responses: '202': *37 '400': *14 @@ -87375,17 +87395,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#create-a-temporary-private-fork parameters: - - *267 - *268 - - *563 + - *269 + - *564 responses: '202': description: Response content: application/json: - schema: *278 + schema: *279 examples: - default: *280 + default: *281 '400': *14 '422': *15 '403': *27 @@ -87411,8 +87431,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-stargazers parameters: - - *267 - *268 + - *269 - *17 - *19 responses: @@ -87508,8 +87528,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-weekly-commit-activity parameters: - - *267 - *268 + - *269 responses: '200': description: Returns a weekly aggregate of the number of additions and deletions @@ -87518,7 +87538,7 @@ paths: application/json: schema: type: array - items: &565 + items: &566 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -87551,8 +87571,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-last-year-of-commit-activity parameters: - - *267 - *268 + - *269 responses: '200': description: Response @@ -87630,8 +87650,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-all-contributor-commit-activity parameters: - - *267 - *268 + - *269 responses: '200': description: Response @@ -87725,8 +87745,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-weekly-commit-count parameters: - - *267 - *268 + - *269 responses: '200': description: The array order is oldest week (index 0) to most recent week. @@ -87880,8 +87900,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-hourly-commit-count-for-each-day parameters: - - *267 - *268 + - *269 responses: '200': description: For example, `[2, 14, 25]` indicates that there were 25 total @@ -87891,7 +87911,7 @@ paths: application/json: schema: type: array - items: *565 + items: *566 examples: default: value: @@ -87924,8 +87944,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#create-a-commit-status parameters: - - *267 - *268 + - *269 - name: sha in: path required: true @@ -87981,7 +88001,7 @@ paths: description: Response content: application/json: - schema: *566 + schema: *567 examples: default: value: @@ -88035,8 +88055,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#list-watchers parameters: - - *267 - *268 + - *269 - *17 - *19 responses: @@ -88068,14 +88088,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#get-a-repository-subscription parameters: - - *267 - *268 + - *269 responses: '200': description: if you subscribe to the repository content: application/json: - schema: &567 + schema: &568 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -88148,8 +88168,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#set-a-repository-subscription parameters: - - *267 - *268 + - *269 requestBody: required: false content: @@ -88175,7 +88195,7 @@ paths: description: Response content: application/json: - schema: *567 + schema: *568 examples: default: value: @@ -88202,8 +88222,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#delete-a-repository-subscription parameters: - - *267 - *268 + - *269 responses: '204': description: Response @@ -88223,8 +88243,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-tags parameters: - - *267 - *268 + - *269 - *17 - *19 responses: @@ -88306,8 +88326,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/tags#closing-down---list-tag-protection-states-for-a-repository parameters: - - *267 - *268 + - *269 responses: '200': description: Response @@ -88315,7 +88335,7 @@ paths: application/json: schema: type: array - items: &568 + items: &569 title: Tag protection description: Tag protection type: object @@ -88372,8 +88392,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: - - *267 - *268 + - *269 requestBody: required: true content: @@ -88396,7 +88416,7 @@ paths: description: Response content: application/json: - schema: *568 + schema: *569 examples: default: value: @@ -88427,8 +88447,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: - - *267 - *268 + - *269 - name: tag_protection_id description: The unique identifier of the tag protection. in: path @@ -88465,8 +88485,8 @@ paths: url: https://docs.github.com/rest/repos/contents#download-a-repository-archive-tar operationId: repos/download-tarball-archive parameters: - - *267 - *268 + - *269 - name: ref in: path required: true @@ -88502,8 +88522,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-teams parameters: - - *267 - *268 + - *269 - *17 - *19 responses: @@ -88535,8 +88555,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#get-all-repository-topics parameters: - - *267 - *268 + - *269 - *19 - *17 responses: @@ -88544,7 +88564,7 @@ paths: description: Response content: application/json: - schema: &569 + schema: &570 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -88556,7 +88576,7 @@ paths: required: - names examples: - default: &570 + default: &571 value: names: - octocat @@ -88579,8 +88599,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#replace-all-repository-topics parameters: - - *267 - *268 + - *269 requestBody: required: true content: @@ -88611,9 +88631,9 @@ paths: description: Response content: application/json: - schema: *569 + schema: *570 examples: - default: *570 + default: *571 '404': *6 '422': *7 x-github: @@ -88634,9 +88654,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-repository-clones parameters: - - *267 - *268 - - &571 + - *269 + - &572 name: per description: The time frame to display results for. in: query @@ -88667,7 +88687,7 @@ paths: - 128 clones: type: array - items: &572 + items: &573 title: Traffic type: object properties: @@ -88754,8 +88774,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-top-referral-paths parameters: - - *267 - *268 + - *269 responses: '200': description: Response @@ -88849,8 +88869,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-top-referral-sources parameters: - - *267 - *268 + - *269 responses: '200': description: Response @@ -88913,9 +88933,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-page-views parameters: - - *267 - *268 - - *571 + - *269 + - *572 responses: '200': description: Response @@ -88936,7 +88956,7 @@ paths: - 3782 views: type: array - items: *572 + items: *573 required: - uniques - count @@ -89013,8 +89033,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#transfer-a-repository parameters: - - *267 - *268 + - *269 requestBody: required: true content: @@ -89288,8 +89308,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#check-if-vulnerability-alerts-are-enabled-for-a-repository parameters: - - *267 - *268 + - *269 responses: '204': description: Response if repository is enabled with vulnerability alerts @@ -89312,8 +89332,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-vulnerability-alerts parameters: - - *267 - *268 + - *269 responses: '204': description: Response @@ -89335,8 +89355,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-vulnerability-alerts parameters: - - *267 - *268 + - *269 responses: '204': description: Response @@ -89362,8 +89382,8 @@ paths: url: https://docs.github.com/rest/repos/contents#download-a-repository-archive-zip operationId: repos/download-zipball-archive parameters: - - *267 - *268 + - *269 - name: ref in: path required: true @@ -89455,9 +89475,9 @@ paths: description: Response content: application/json: - schema: *278 + schema: *279 examples: - default: *280 + default: *281 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -89706,7 +89726,7 @@ paths: examples: - 73..77 - 77..78 - text_matches: &573 + text_matches: &574 title: Search Result Text Matches type: array items: @@ -89869,7 +89889,7 @@ paths: enum: - author-date - committer-date - - &574 + - &575 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 @@ -89938,7 +89958,7 @@ paths: committer: anyOf: - type: 'null' - - *333 + - *334 comment_count: type: integer message: @@ -89957,7 +89977,7 @@ paths: url: type: string format: uri - verification: *444 + verification: *445 required: - author - committer @@ -89972,7 +89992,7 @@ paths: committer: anyOf: - type: 'null' - - *333 + - *334 parents: type: array items: @@ -89989,7 +90009,7 @@ paths: type: number node_id: type: string - text_matches: *573 + text_matches: *574 required: - sha - node_id @@ -90171,7 +90191,7 @@ paths: - interactions - created - updated - - *574 + - *575 - *17 - *19 - name: advanced_search @@ -90295,7 +90315,7 @@ paths: milestone: anyOf: - type: 'null' - - *399 + - *400 comments: type: integer created_at: @@ -90309,7 +90329,7 @@ paths: - string - 'null' format: date-time - text_matches: *573 + text_matches: *574 pull_request: type: object properties: @@ -90535,7 +90555,7 @@ paths: enum: - created - updated - - *574 + - *575 - *17 - *19 responses: @@ -90580,7 +90600,7 @@ paths: - 'null' score: type: number - text_matches: *573 + text_matches: *574 required: - id - node_id @@ -90665,7 +90685,7 @@ paths: - forks - help-wanted-issues - updated - - *574 + - *575 - *17 - *19 responses: @@ -90902,7 +90922,7 @@ paths: - admin - pull - push - text_matches: *573 + text_matches: *574 temp_clone_token: type: string allow_merge_commit: @@ -91210,7 +91230,7 @@ paths: - string - 'null' format: uri - text_matches: *573 + text_matches: *574 related: type: - array @@ -91403,7 +91423,7 @@ paths: - followers - repositories - joined - - *574 + - *575 - *17 - *19 responses: @@ -91513,7 +91533,7 @@ paths: type: - boolean - 'null' - text_matches: *573 + text_matches: *574 blog: type: - string @@ -91595,7 +91615,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#get-a-team-legacy parameters: - - &575 + - &576 name: team_id description: The unique identifier of the team. in: path @@ -91607,9 +91627,9 @@ paths: description: Response content: application/json: - schema: *252 + schema: *253 examples: - default: *253 + default: *254 '404': *6 x-github: githubCloudOnly: false @@ -91636,7 +91656,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#update-a-team-legacy parameters: - - *575 + - *576 requestBody: required: true content: @@ -91700,16 +91720,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *252 + schema: *253 examples: - default: *253 + default: *254 '201': description: Response content: application/json: - schema: *252 + schema: *253 examples: - default: *253 + default: *254 '404': *6 '422': *15 '403': *27 @@ -91737,7 +91757,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#delete-a-team-legacy parameters: - - *575 + - *576 responses: '204': description: Response @@ -91768,7 +91788,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#list-discussions-legacy parameters: - - *575 + - *576 - *46 - *17 - *19 @@ -91779,9 +91799,9 @@ paths: application/json: schema: type: array - items: *254 + items: *255 examples: - default: *576 + default: *577 headers: Link: *57 x-github: @@ -91810,7 +91830,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#create-a-discussion-legacy parameters: - - *575 + - *576 requestBody: required: true content: @@ -91844,9 +91864,9 @@ paths: description: Response content: application/json: - schema: *254 + schema: *255 examples: - default: *255 + default: *256 x-github: triggersNotification: true githubCloudOnly: false @@ -91873,16 +91893,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#get-a-discussion-legacy parameters: - - *575 - - *256 + - *576 + - *257 responses: '200': description: Response content: application/json: - schema: *254 + schema: *255 examples: - default: *255 + default: *256 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91907,8 +91927,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#update-a-discussion-legacy parameters: - - *575 - - *256 + - *576 + - *257 requestBody: required: false content: @@ -91931,9 +91951,9 @@ paths: description: Response content: application/json: - schema: *254 + schema: *255 examples: - default: *577 + default: *578 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91958,8 +91978,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#delete-a-discussion-legacy parameters: - - *575 - - *256 + - *576 + - *257 responses: '204': description: Response @@ -91988,8 +92008,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#list-discussion-comments-legacy parameters: - - *575 - - *256 + - *576 + - *257 - *46 - *17 - *19 @@ -92000,9 +92020,9 @@ paths: application/json: schema: type: array - items: *257 + items: *258 examples: - default: *578 + default: *579 headers: Link: *57 x-github: @@ -92031,8 +92051,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#create-a-discussion-comment-legacy parameters: - - *575 - - *256 + - *576 + - *257 requestBody: required: true content: @@ -92054,9 +92074,9 @@ paths: description: Response content: application/json: - schema: *257 + schema: *258 examples: - default: *258 + default: *259 x-github: triggersNotification: true githubCloudOnly: false @@ -92083,17 +92103,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#get-a-discussion-comment-legacy parameters: - - *575 - - *256 - - *259 + - *576 + - *257 + - *260 responses: '200': description: Response content: application/json: - schema: *257 + schema: *258 examples: - default: *258 + default: *259 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92118,9 +92138,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#update-a-discussion-comment-legacy parameters: - - *575 - - *256 - - *259 + - *576 + - *257 + - *260 requestBody: required: true content: @@ -92142,9 +92162,9 @@ paths: description: Response content: application/json: - schema: *257 + schema: *258 examples: - default: *579 + default: *580 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92169,9 +92189,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#delete-a-discussion-comment-legacy parameters: - - *575 - - *256 - - *259 + - *576 + - *257 + - *260 responses: '204': description: Response @@ -92200,9 +92220,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion-comment-legacy parameters: - - *575 - - *256 - - *259 + - *576 + - *257 + - *260 - 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. @@ -92228,9 +92248,9 @@ paths: application/json: schema: type: array - items: *260 + items: *261 examples: - default: *262 + default: *263 headers: Link: *57 x-github: @@ -92259,9 +92279,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion-comment-legacy parameters: - - *575 - - *256 - - *259 + - *576 + - *257 + - *260 requestBody: required: true content: @@ -92293,9 +92313,9 @@ paths: description: Response content: application/json: - schema: *260 + schema: *261 examples: - default: *261 + default: *262 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92321,8 +92341,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion-legacy parameters: - - *575 - - *256 + - *576 + - *257 - 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. @@ -92348,9 +92368,9 @@ paths: application/json: schema: type: array - items: *260 + items: *261 examples: - default: *262 + default: *263 headers: Link: *57 x-github: @@ -92379,8 +92399,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion-legacy parameters: - - *575 - - *256 + - *576 + - *257 requestBody: required: true content: @@ -92412,9 +92432,9 @@ paths: description: Response content: application/json: - schema: *260 + schema: *261 examples: - default: *261 + default: *262 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -92438,7 +92458,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-pending-team-invitations-legacy parameters: - - *575 + - *576 - *17 - *19 responses: @@ -92476,7 +92496,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-team-members-legacy parameters: - - *575 + - *576 - name: role description: Filters members returned by their role in the team. in: query @@ -92527,7 +92547,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-member-legacy parameters: - - *575 + - *576 - *129 responses: '204': @@ -92564,7 +92584,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-team-member-legacy parameters: - - *575 + - *576 - *129 responses: '204': @@ -92604,7 +92624,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-member-legacy parameters: - - *575 + - *576 - *129 responses: '204': @@ -92641,16 +92661,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *575 + - *576 - *129 responses: '200': description: Response content: application/json: - schema: *264 + schema: *265 examples: - response-if-user-is-a-team-maintainer: *580 + response-if-user-is-a-team-maintainer: *581 '404': *6 x-github: githubCloudOnly: false @@ -92683,7 +92703,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *575 + - *576 - *129 requestBody: required: false @@ -92709,9 +92729,9 @@ paths: description: Response content: application/json: - schema: *264 + schema: *265 examples: - response-if-users-membership-with-team-is-now-pending: *581 + response-if-users-membership-with-team-is-now-pending: *582 '403': description: Forbidden if team synchronization is set up '422': @@ -92745,7 +92765,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *575 + - *576 - *129 responses: '204': @@ -92774,7 +92794,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-projects-legacy parameters: - - *575 + - *576 - *17 - *19 responses: @@ -92784,9 +92804,9 @@ paths: application/json: schema: type: array - items: *265 + items: *266 examples: - default: *582 + default: *583 headers: Link: *57 '404': *6 @@ -92812,16 +92832,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-project-legacy parameters: - - *575 - - *266 + - *576 + - *267 responses: '200': description: Response content: application/json: - schema: *265 + schema: *266 examples: - default: *583 + default: *584 '404': description: Not Found if project is not managed by this team x-github: @@ -92845,8 +92865,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-project-permissions-legacy parameters: - - *575 - - *266 + - *576 + - *267 requestBody: required: false content: @@ -92913,8 +92933,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-project-from-a-team-legacy parameters: - - *575 - - *266 + - *576 + - *267 responses: '204': description: Response @@ -92941,7 +92961,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-repositories-legacy parameters: - - *575 + - *576 - *17 - *19 responses: @@ -92983,15 +93003,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *575 - - *267 + - *576 - *268 + - *269 responses: '200': description: Alternative response with extra repository information content: application/json: - schema: *584 + schema: *585 examples: alternative-response-with-extra-repository-information: value: @@ -93142,9 +93162,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *575 - - *267 + - *576 - *268 + - *269 requestBody: required: false content: @@ -93194,9 +93214,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *575 - - *267 + - *576 - *268 + - *269 responses: '204': description: Response @@ -93221,7 +93241,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-child-teams-legacy parameters: - - *575 + - *576 - *17 - *19 responses: @@ -93233,7 +93253,7 @@ paths: type: array items: *146 examples: - response-if-child-teams-exist: *585 + response-if-child-teams-exist: *586 headers: Link: *57 '404': *6 @@ -93266,7 +93286,7 @@ paths: application/json: schema: oneOf: - - &587 + - &588 title: Private User description: Private User type: object @@ -93516,7 +93536,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *586 + - *587 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -93676,7 +93696,7 @@ paths: description: Response content: application/json: - schema: *587 + schema: *588 examples: default: value: @@ -94022,7 +94042,7 @@ paths: application/json: schema: *191 examples: - default: *386 + default: *387 '202': description: Response when the codespace creation partially failed but is being retried in the background @@ -94030,7 +94050,7 @@ paths: application/json: schema: *191 examples: - default: *386 + default: *387 '401': *23 '403': *27 '404': *6 @@ -94074,7 +94094,7 @@ paths: type: integer secrets: type: array - items: &588 + items: &589 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -94116,7 +94136,7 @@ paths: - visibility - selected_repositories_url examples: - default: *388 + default: *389 headers: Link: *57 x-github: @@ -94194,7 +94214,7 @@ paths: description: Response content: application/json: - schema: *588 + schema: *589 examples: default: value: @@ -94340,7 +94360,7 @@ paths: type: array items: *116 examples: - default: *589 + default: *590 '401': *23 '403': *27 '404': *6 @@ -94492,7 +94512,7 @@ paths: application/json: schema: *191 examples: - default: *386 + default: *387 '304': *35 '500': *90 '401': *23 @@ -94550,7 +94570,7 @@ paths: application/json: schema: *191 examples: - default: *386 + default: *387 '401': *23 '403': *27 '404': *6 @@ -94607,7 +94627,7 @@ paths: description: Response content: application/json: - schema: &590 + schema: &591 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -94660,7 +94680,7 @@ paths: examples: - https://github.com/octocat/hello-world/tree/:branch examples: - default: &591 + default: &592 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -94705,9 +94725,9 @@ paths: description: Response content: application/json: - schema: *590 + schema: *591 examples: - default: *591 + default: *592 '404': *6 x-github: githubCloudOnly: false @@ -94744,9 +94764,9 @@ paths: type: integer machines: type: array - items: *387 + items: *388 examples: - default: *592 + default: *593 '304': *35 '500': *90 '401': *23 @@ -94831,11 +94851,11 @@ paths: - 26a7c758-7299-4a73-b978-5a92a7ae98a0 owner: *4 billable_owner: *4 - repository: *278 + repository: *279 machine: anyOf: - type: 'null' - - *387 + - *388 devcontainer_path: description: Path to devcontainer.json from repo root used to create Codespace. @@ -95640,7 +95660,7 @@ paths: application/json: schema: *191 examples: - default: *386 + default: *387 '304': *35 '500': *90 '400': *14 @@ -95680,7 +95700,7 @@ paths: application/json: schema: *191 examples: - default: *386 + default: *387 '500': *90 '401': *23 '403': *27 @@ -95712,7 +95732,7 @@ paths: type: array items: *204 examples: - default: &605 + default: &606 value: - id: 197 name: hello_docker @@ -95813,7 +95833,7 @@ paths: application/json: schema: type: array - items: &593 + items: &594 title: Email description: Email type: object @@ -95883,9 +95903,9 @@ paths: application/json: schema: type: array - items: *593 + items: *594 examples: - default: &607 + default: &608 value: - email: octocat@github.com verified: true @@ -95962,7 +95982,7 @@ paths: application/json: schema: type: array - items: *593 + items: *594 examples: default: value: @@ -96220,7 +96240,7 @@ paths: application/json: schema: type: array - items: &594 + items: &595 title: GPG Key description: A unique encryption key type: object @@ -96365,7 +96385,7 @@ paths: - subkeys - revoked examples: - default: &618 + default: &619 value: - id: 3 name: Octocat's GPG Key @@ -96450,9 +96470,9 @@ paths: description: Response content: application/json: - schema: *594 + schema: *595 examples: - default: &595 + default: &596 value: id: 3 name: Octocat's GPG Key @@ -96509,7 +96529,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &596 + - &597 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -96521,9 +96541,9 @@ paths: description: Response content: application/json: - schema: *594 + schema: *595 examples: - default: *595 + default: *596 '404': *6 '304': *35 '403': *27 @@ -96546,7 +96566,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *596 + - *597 responses: '204': description: Response @@ -96737,7 +96757,7 @@ paths: type: array items: *59 examples: - default: *597 + default: *598 headers: Link: *57 '404': *6 @@ -96851,7 +96871,7 @@ paths: required: true content: application/json: - schema: *455 + schema: *456 examples: default: value: @@ -97001,7 +97021,7 @@ paths: application/json: schema: type: array - items: &598 + items: &599 title: Key description: Key type: object @@ -97099,9 +97119,9 @@ paths: description: Response content: application/json: - schema: *598 + schema: *599 examples: - default: &599 + default: &600 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -97134,15 +97154,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#get-a-public-ssh-key-for-the-authenticated-user parameters: - - *482 + - *483 responses: '200': description: Response content: application/json: - schema: *598 + schema: *599 examples: - default: *599 + default: *600 '404': *6 '304': *35 '403': *27 @@ -97165,7 +97185,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#delete-a-public-ssh-key-for-the-authenticated-user parameters: - - *482 + - *483 responses: '204': description: Response @@ -97198,7 +97218,7 @@ paths: application/json: schema: type: array - items: &600 + items: &601 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -97277,7 +97297,7 @@ paths: - account - plan examples: - default: &601 + default: &602 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -97339,9 +97359,9 @@ paths: application/json: schema: type: array - items: *600 + items: *601 examples: - default: *601 + default: *602 headers: Link: *57 '304': *35 @@ -98345,7 +98365,7 @@ paths: url: https://docs.github.com/rest/migrations/users#unlock-a-user-repository parameters: - *198 - - *602 + - *603 responses: '204': description: Response @@ -98418,7 +98438,7 @@ paths: type: array items: *145 examples: - default: *603 + default: *604 headers: Link: *57 '304': *35 @@ -98460,7 +98480,7 @@ paths: - docker - nuget - container - - *604 + - *605 - *19 - *17 responses: @@ -98472,8 +98492,8 @@ paths: type: array items: *204 examples: - default: *605 - '400': *606 + default: *606 + '400': *607 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -98502,7 +98522,7 @@ paths: application/json: schema: *204 examples: - default: &619 + default: &620 value: id: 40201 name: octo-name @@ -98957,9 +98977,9 @@ paths: application/json: schema: type: array - items: *593 + items: *594 examples: - default: *607 + default: *608 headers: Link: *57 '304': *35 @@ -99072,7 +99092,7 @@ paths: type: array items: *59 examples: - default: &614 + default: &615 summary: Default response value: - id: 1296269 @@ -99390,9 +99410,9 @@ paths: description: Response content: application/json: - schema: *278 + schema: *279 examples: - default: *280 + default: *281 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -99430,9 +99450,9 @@ paths: application/json: schema: type: array - items: *457 + items: *458 examples: - default: *608 + default: *609 headers: Link: *57 '304': *35 @@ -99511,7 +99531,7 @@ paths: application/json: schema: type: array - items: &609 + items: &610 title: Social account description: Social media account type: object @@ -99528,7 +99548,7 @@ paths: - provider - url examples: - default: &610 + default: &611 value: - provider: twitter url: https://twitter.com/github @@ -99591,9 +99611,9 @@ paths: application/json: schema: type: array - items: *609 + items: *610 examples: - default: *610 + default: *611 '422': *15 '304': *35 '404': *6 @@ -99681,7 +99701,7 @@ paths: application/json: schema: type: array - items: &611 + items: &612 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -99701,7 +99721,7 @@ paths: - title - created_at examples: - default: &630 + default: &631 value: - key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -99768,9 +99788,9 @@ paths: description: Response content: application/json: - schema: *611 + schema: *612 examples: - default: &612 + default: &613 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -99801,7 +99821,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: - - &613 + - &614 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -99813,9 +99833,9 @@ paths: description: Response content: application/json: - schema: *611 + schema: *612 examples: - default: *612 + default: *613 '404': *6 '304': *35 '403': *27 @@ -99838,7 +99858,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: - - *613 + - *614 responses: '204': description: Response @@ -99867,7 +99887,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &631 + - &632 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 @@ -99892,11 +99912,11 @@ paths: type: array items: *59 examples: - default-response: *614 + default-response: *615 application/vnd.github.v3.star+json: schema: type: array - items: &632 + items: &633 title: Starred Repository description: Starred Repository type: object @@ -100052,8 +100072,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: - - *267 - *268 + - *269 responses: '204': description: Response if this repository is starred by you @@ -100081,8 +100101,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#star-a-repository-for-the-authenticated-user parameters: - - *267 - *268 + - *269 responses: '204': description: Response @@ -100106,8 +100126,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#unstar-a-repository-for-the-authenticated-user parameters: - - *267 - *268 + - *269 responses: '204': description: Response @@ -100179,7 +100199,7 @@ paths: application/json: schema: type: array - items: *252 + items: *253 examples: default: value: @@ -100265,10 +100285,10 @@ paths: application/json: schema: oneOf: + - *588 - *587 - - *586 examples: - default-response: &616 + default-response: &617 summary: Default response value: login: octocat @@ -100303,7 +100323,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &617 + response-with-git-hub-plan-information: &618 summary: Response with GitHub plan information value: login: octocat @@ -100363,7 +100383,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#list-users parameters: - - *615 + - *616 - *17 responses: '200': @@ -100412,11 +100432,11 @@ paths: application/json: schema: oneOf: + - *588 - *587 - - *586 examples: - default-response: *616 - response-with-git-hub-plan-information: *617 + default-response: *617 + response-with-git-hub-plan-information: *618 '404': *6 x-github: githubCloudOnly: false @@ -100492,7 +100512,7 @@ paths: bundle_url: type: string examples: - default: *329 + default: *330 '201': description: Response content: @@ -100533,7 +100553,7 @@ paths: type: array items: *204 examples: - default: *605 + default: *606 '403': *27 '401': *23 x-github: @@ -100937,9 +100957,9 @@ paths: application/json: schema: type: array - items: *594 + items: *595 examples: - default: *618 + default: *619 headers: Link: *57 x-github: @@ -101043,7 +101063,7 @@ paths: application/json: schema: *20 examples: - default: *454 + default: *455 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -101121,7 +101141,7 @@ paths: type: array items: *145 examples: - default: *603 + default: *604 headers: Link: *57 x-github: @@ -101160,7 +101180,7 @@ paths: - docker - nuget - container - - *604 + - *605 - *129 - *19 - *17 @@ -101173,10 +101193,10 @@ paths: type: array items: *204 examples: - default: *605 + default: *606 '403': *27 '401': *23 - '400': *606 + '400': *607 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -101206,7 +101226,7 @@ paths: application/json: schema: *204 examples: - default: *619 + default: *620 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -101805,9 +101825,9 @@ paths: description: Response content: application/json: - schema: *620 + schema: *621 examples: - default: *621 + default: *622 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -101835,9 +101855,9 @@ paths: description: Response content: application/json: - schema: *622 + schema: *623 examples: - default: *623 + default: *624 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -101865,9 +101885,9 @@ paths: description: Response content: application/json: - schema: *624 + schema: *625 examples: - default: *625 + default: *626 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -101888,10 +101908,10 @@ paths: url: https://docs.github.com/rest/billing/enhanced-billing#get-billing-usage-report-for-a-user parameters: - *129 - - *626 - *627 - *628 - *629 + - *630 responses: '200': description: Response when getting a billing usage report @@ -101990,9 +102010,9 @@ paths: application/json: schema: type: array - items: *609 + items: *610 examples: - default: *610 + default: *611 headers: Link: *57 x-github: @@ -102022,9 +102042,9 @@ paths: application/json: schema: type: array - items: *611 + items: *612 examples: - default: *630 + default: *631 headers: Link: *57 x-github: @@ -102049,7 +102069,7 @@ paths: url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-a-user parameters: - *129 - - *631 + - *632 - *46 - *17 - *19 @@ -102061,11 +102081,11 @@ paths: schema: anyOf: - type: array - items: *632 + items: *633 - type: array items: *59 examples: - default-response: *614 + default-response: *615 headers: Link: *57 x-github: @@ -102225,7 +102245,7 @@ webhooks: type: string enum: - disabled - enterprise: &633 + enterprise: &634 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -102294,7 +102314,7 @@ webhooks: - created_at - updated_at - avatar_url - installation: &634 + installation: &635 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -102315,7 +102335,7 @@ webhooks: required: - id - node_id - organization: &635 + organization: &636 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -102388,7 +102408,7 @@ webhooks: - public_members_url - avatar_url - description - repository: &636 + repository: &637 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property @@ -103301,10 +103321,10 @@ webhooks: type: string enum: - enabled - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 sender: *4 required: - action @@ -103380,11 +103400,11 @@ webhooks: type: string enum: - created - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 - rule: &637 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 + rule: &638 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) @@ -103607,11 +103627,11 @@ webhooks: type: string enum: - deleted - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 - rule: *637 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 + rule: *638 sender: *4 required: - action @@ -103799,11 +103819,11 @@ webhooks: - everyone required: - from - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 - rule: *637 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 + rule: *638 sender: *4 required: - action @@ -103887,7 +103907,7 @@ webhooks: type: string enum: - completed - check_run: &639 + check_run: &640 title: CheckRun description: A check performed on the code of a given code change type: object @@ -103955,7 +103975,7 @@ webhooks: - MDEwOkNoZWNrU3VpdGU1 pull_requests: type: array - items: *346 + items: *347 repository: *116 status: type: string @@ -104000,7 +104020,7 @@ webhooks: - examples: - neutral - deployment: *638 + deployment: *639 details_url: type: string examples: @@ -104060,7 +104080,7 @@ webhooks: - annotations_url pull_requests: type: array - items: *346 + items: *347 started_at: type: string format: date-time @@ -104098,9 +104118,9 @@ webhooks: - output - app - pull_requests - installation: *634 - organization: *635 - repository: *636 + installation: *635 + organization: *636 + repository: *637 sender: *4 required: - check_run @@ -104493,10 +104513,10 @@ webhooks: type: string enum: - created - check_run: *639 - installation: *634 - organization: *635 - repository: *636 + check_run: *640 + installation: *635 + organization: *636 + repository: *637 sender: *4 required: - check_run @@ -104892,10 +104912,10 @@ webhooks: type: string enum: - requested_action - check_run: *639 - installation: *634 - organization: *635 - repository: *636 + check_run: *640 + installation: *635 + organization: *636 + repository: *637 requested_action: description: The action requested by the user. type: object @@ -105300,10 +105320,10 @@ webhooks: type: string enum: - rerequested - check_run: *639 - installation: *634 - organization: *635 - repository: *636 + check_run: *640 + installation: *635 + organization: *636 + repository: *637 sender: *4 required: - check_run @@ -106295,10 +106315,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 sender: *4 required: - action @@ -106983,10 +107003,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 sender: *4 required: - action @@ -107665,10 +107685,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 sender: *4 required: - action @@ -107834,7 +107854,7 @@ webhooks: required: - login - id - dismissed_comment: *361 + dismissed_comment: *362 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -107986,20 +108006,20 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: &640 + commit_oid: &641 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: *633 - installation: *634 - organization: *635 - ref: &641 + enterprise: *634 + installation: *635 + organization: *636 + ref: &642 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: *636 + repository: *637 sender: *4 required: - action @@ -108163,7 +108183,7 @@ webhooks: required: - login - id - dismissed_comment: *361 + dismissed_comment: *362 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -108404,12 +108424,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *640 - enterprise: *633 - installation: *634 - organization: *635 - ref: *641 - repository: *636 + commit_oid: *641 + enterprise: *634 + installation: *635 + organization: *636 + ref: *642 + repository: *637 sender: *4 required: - action @@ -108507,7 +108527,7 @@ webhooks: dismissed_by: type: - 'null' - dismissed_comment: *361 + dismissed_comment: *362 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -108689,12 +108709,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *640 - enterprise: *633 - installation: *634 - organization: *635 - ref: *641 - repository: *636 + commit_oid: *641 + enterprise: *634 + installation: *635 + organization: *636 + ref: *642 + repository: *637 sender: *4 required: - action @@ -108860,7 +108880,7 @@ webhooks: required: - login - id - dismissed_comment: *361 + dismissed_comment: *362 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -109037,12 +109057,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *640 - enterprise: *633 - installation: *634 - organization: *635 - ref: *641 - repository: *636 + commit_oid: *641 + enterprise: *634 + installation: *635 + organization: *636 + ref: *642 + repository: *637 sender: *4 required: - action @@ -109142,7 +109162,7 @@ webhooks: type: - object - 'null' - dismissed_comment: *361 + dismissed_comment: *362 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -109322,9 +109342,9 @@ webhooks: type: - string - 'null' - enterprise: *633 - installation: *634 - organization: *635 + enterprise: *634 + installation: *635 + organization: *636 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event @@ -109332,7 +109352,7 @@ webhooks: type: - string - 'null' - repository: *636 + repository: *637 sender: *4 required: - action @@ -109428,7 +109448,7 @@ webhooks: dismissed_by: type: - 'null' - dismissed_comment: *361 + dismissed_comment: *362 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -109575,12 +109595,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *640 - enterprise: *633 - installation: *634 - organization: *635 - ref: *641 - repository: *636 + commit_oid: *641 + enterprise: *634 + installation: *635 + organization: *636 + ref: *642 + repository: *637 sender: *4 required: - action @@ -109842,10 +109862,10 @@ webhooks: - updated_at - author_association - body - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 sender: *4 required: - action @@ -109926,18 +109946,18 @@ webhooks: type: - string - 'null' - enterprise: *633 - installation: *634 + enterprise: *634 + installation: *635 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *635 - pusher_type: &642 + organization: *636 + pusher_type: &643 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &643 + ref: &644 description: The [`git ref`](https://docs.github.com/rest/git/refs#get-a-reference) resource. type: string @@ -109947,7 +109967,7 @@ webhooks: enum: - tag - branch - repository: *636 + repository: *637 sender: *4 required: - ref @@ -110030,9 +110050,9 @@ webhooks: enum: - created definition: *221 - enterprise: *633 - installation: *634 - organization: *635 + enterprise: *634 + installation: *635 + organization: *636 sender: *4 required: - action @@ -110117,9 +110137,9 @@ webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *633 - installation: *634 - organization: *635 + enterprise: *634 + installation: *635 + organization: *636 sender: *4 required: - action @@ -110197,9 +110217,9 @@ webhooks: enum: - promote_to_enterprise definition: *221 - enterprise: *633 - installation: *634 - organization: *635 + enterprise: *634 + installation: *635 + organization: *636 sender: *4 required: - action @@ -110277,9 +110297,9 @@ webhooks: enum: - updated definition: *221 - enterprise: *633 - installation: *634 - organization: *635 + enterprise: *634 + installation: *635 + organization: *636 sender: *4 required: - action @@ -110356,10 +110376,10 @@ webhooks: type: string enum: - updated - enterprise: *633 - installation: *634 - repository: *636 - organization: *635 + enterprise: *634 + installation: *635 + repository: *637 + organization: *636 sender: *4 new_property_values: type: array @@ -110444,18 +110464,18 @@ webhooks: title: delete event type: object properties: - enterprise: *633 - installation: *634 - organization: *635 - pusher_type: *642 - ref: *643 + enterprise: *634 + installation: *635 + organization: *636 + pusher_type: *643 + ref: *644 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *636 + repository: *637 sender: *4 required: - ref @@ -110539,11 +110559,11 @@ webhooks: type: string enum: - auto_dismissed - alert: *413 - installation: *634 - organization: *635 - enterprise: *633 - repository: *636 + alert: *414 + installation: *635 + organization: *636 + enterprise: *634 + repository: *637 sender: *4 required: - action @@ -110627,11 +110647,11 @@ webhooks: type: string enum: - auto_reopened - alert: *413 - installation: *634 - organization: *635 - enterprise: *633 - repository: *636 + alert: *414 + installation: *635 + organization: *636 + enterprise: *634 + repository: *637 sender: *4 required: - action @@ -110715,11 +110735,11 @@ webhooks: type: string enum: - created - alert: *413 - installation: *634 - organization: *635 - enterprise: *633 - repository: *636 + alert: *414 + installation: *635 + organization: *636 + enterprise: *634 + repository: *637 sender: *4 required: - action @@ -110801,11 +110821,11 @@ webhooks: type: string enum: - dismissed - alert: *413 - installation: *634 - organization: *635 - enterprise: *633 - repository: *636 + alert: *414 + installation: *635 + organization: *636 + enterprise: *634 + repository: *637 sender: *4 required: - action @@ -110887,11 +110907,11 @@ webhooks: type: string enum: - fixed - alert: *413 - installation: *634 - organization: *635 - enterprise: *633 - repository: *636 + alert: *414 + installation: *635 + organization: *636 + enterprise: *634 + repository: *637 sender: *4 required: - action @@ -110974,11 +110994,11 @@ webhooks: type: string enum: - reintroduced - alert: *413 - installation: *634 - organization: *635 - enterprise: *633 - repository: *636 + alert: *414 + installation: *635 + organization: *636 + enterprise: *634 + repository: *637 sender: *4 required: - action @@ -111060,11 +111080,11 @@ webhooks: type: string enum: - reopened - alert: *413 - installation: *634 - organization: *635 - enterprise: *633 - repository: *636 + alert: *414 + installation: *635 + organization: *636 + enterprise: *634 + repository: *637 sender: *4 required: - action @@ -111141,9 +111161,9 @@ webhooks: type: string enum: - created - enterprise: *633 - installation: *634 - key: &644 + enterprise: *634 + installation: *635 + key: &645 description: The [`deploy key`](https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -111181,8 +111201,8 @@ webhooks: - verified - created_at - read_only - organization: *635 - repository: *636 + organization: *636 + repository: *637 sender: *4 required: - action @@ -111259,11 +111279,11 @@ webhooks: type: string enum: - deleted - enterprise: *633 - installation: *634 - key: *644 - organization: *635 - repository: *636 + enterprise: *634 + installation: *635 + key: *645 + organization: *636 + repository: *637 sender: *4 required: - action @@ -111835,12 +111855,12 @@ webhooks: - updated_at - statuses_url - repository_url - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 sender: *4 - workflow: &648 + workflow: &649 title: Workflow type: - object @@ -112578,13 +112598,13 @@ webhooks: description: The URL to review the deployment protection rule. type: string format: uri - deployment: *419 + deployment: *420 pull_requests: type: array - items: *501 - repository: *636 - organization: *635 - installation: *634 + items: *502 + repository: *637 + organization: *636 + installation: *635 sender: *4 responses: '200': @@ -112655,7 +112675,7 @@ webhooks: type: string enum: - approved - approver: &645 + approver: &646 type: object properties: avatar_url: @@ -112698,11 +112718,11 @@ webhooks: type: string comment: type: string - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 - reviewers: &646 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 + reviewers: &647 type: array items: type: object @@ -112783,7 +112803,7 @@ webhooks: sender: *4 since: type: string - workflow_job_run: &647 + workflow_job_run: &648 type: object properties: conclusion: @@ -113529,18 +113549,18 @@ webhooks: type: string enum: - rejected - approver: *645 + approver: *646 comment: type: string - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 - reviewers: *646 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 + reviewers: *647 sender: *4 since: type: string - workflow_job_run: *647 + workflow_job_run: *648 workflow_job_runs: type: array items: @@ -114257,13 +114277,13 @@ webhooks: type: string enum: - requested - enterprise: *633 + enterprise: *634 environment: type: string - installation: *634 - organization: *635 - repository: *636 - requestor: &653 + installation: *635 + organization: *636 + repository: *637 + requestor: &654 title: User type: - object @@ -116206,12 +116226,12 @@ webhooks: - updated_at - deployment_url - repository_url - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 sender: *4 - workflow: *648 + workflow: *649 workflow_run: title: Deployment Workflow Run type: @@ -116902,7 +116922,7 @@ webhooks: type: string enum: - answered - answer: &651 + answer: &652 type: object properties: author_association: @@ -117062,7 +117082,7 @@ webhooks: - created_at - updated_at - body - discussion: &649 + discussion: &650 title: Discussion description: A Discussion in a repository. type: object @@ -117358,7 +117378,7 @@ webhooks: - id labels: type: array - items: *464 + items: *465 required: - repository_url - category @@ -117380,10 +117400,10 @@ webhooks: - author_association - active_lock_reason - body - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 sender: *4 required: - action @@ -117510,11 +117530,11 @@ webhooks: - from required: - category - discussion: *649 - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 + discussion: *650 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 sender: *4 required: - action @@ -117597,11 +117617,11 @@ webhooks: type: string enum: - closed - discussion: *649 - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 + discussion: *650 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 sender: *4 required: - action @@ -117683,7 +117703,7 @@ webhooks: type: string enum: - created - comment: &650 + comment: &651 type: object properties: author_association: @@ -117843,11 +117863,11 @@ webhooks: - updated_at - body - reactions - discussion: *649 - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 + discussion: *650 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 sender: *4 required: - action @@ -117930,12 +117950,12 @@ webhooks: type: string enum: - deleted - comment: *650 - discussion: *649 - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 + comment: *651 + discussion: *650 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 sender: *4 required: - action @@ -118030,12 +118050,12 @@ webhooks: - from required: - body - comment: *650 - discussion: *649 - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 + comment: *651 + discussion: *650 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 sender: *4 required: - action @@ -118119,11 +118139,11 @@ webhooks: type: string enum: - created - discussion: *649 - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 + discussion: *650 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 sender: *4 required: - action @@ -118205,11 +118225,11 @@ webhooks: type: string enum: - deleted - discussion: *649 - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 + discussion: *650 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 sender: *4 required: - action @@ -118309,11 +118329,11 @@ webhooks: type: string required: - from - discussion: *649 - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 + discussion: *650 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 sender: *4 required: - action @@ -118395,10 +118415,10 @@ webhooks: type: string enum: - labeled - discussion: *649 - enterprise: *633 - installation: *634 - label: &652 + discussion: *650 + enterprise: *634 + installation: *635 + label: &653 title: Label type: object properties: @@ -118431,8 +118451,8 @@ webhooks: - color - default - description - organization: *635 - repository: *636 + organization: *636 + repository: *637 sender: *4 required: - action @@ -118515,11 +118535,11 @@ webhooks: type: string enum: - locked - discussion: *649 - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 + discussion: *650 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 sender: *4 required: - action @@ -118601,11 +118621,11 @@ webhooks: type: string enum: - pinned - discussion: *649 - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 + discussion: *650 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 sender: *4 required: - action @@ -118687,11 +118707,11 @@ webhooks: type: string enum: - reopened - discussion: *649 - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 + discussion: *650 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 sender: *4 required: - action @@ -118776,16 +118796,16 @@ webhooks: changes: type: object properties: - new_discussion: *649 - new_repository: *636 + new_discussion: *650 + new_repository: *637 required: - new_discussion - new_repository - discussion: *649 - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 + discussion: *650 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 sender: *4 required: - action @@ -118868,10 +118888,10 @@ webhooks: type: string enum: - unanswered - discussion: *649 - old_answer: *651 - organization: *635 - repository: *636 + discussion: *650 + old_answer: *652 + organization: *636 + repository: *637 sender: *4 required: - action @@ -118953,12 +118973,12 @@ webhooks: type: string enum: - unlabeled - discussion: *649 - enterprise: *633 - installation: *634 - label: *652 - organization: *635 - repository: *636 + discussion: *650 + enterprise: *634 + installation: *635 + label: *653 + organization: *636 + repository: *637 sender: *4 required: - action @@ -119041,11 +119061,11 @@ webhooks: type: string enum: - unlocked - discussion: *649 - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 + discussion: *650 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 sender: *4 required: - action @@ -119127,11 +119147,11 @@ webhooks: type: string enum: - unpinned - discussion: *649 - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 + discussion: *650 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 sender: *4 required: - action @@ -119204,7 +119224,7 @@ webhooks: description: A user forks a repository. type: object properties: - enterprise: *633 + enterprise: *634 forkee: description: The created [`repository`](https://docs.github.com/rest/repos/repos#get-a-repository) resource. @@ -119882,9 +119902,9 @@ webhooks: type: integer watchers_count: type: integer - installation: *634 - organization: *635 - repository: *636 + installation: *635 + organization: *636 + repository: *637 sender: *4 required: - forkee @@ -120030,9 +120050,9 @@ webhooks: title: gollum event type: object properties: - enterprise: *633 - installation: *634 - organization: *635 + enterprise: *634 + installation: *635 + organization: *636 pages: description: The pages that were updated. type: array @@ -120070,7 +120090,7 @@ webhooks: - action - sha - html_url - repository: *636 + repository: *637 sender: *4 required: - pages @@ -120146,10 +120166,10 @@ webhooks: type: string enum: - created - enterprise: *633 + enterprise: *634 installation: *20 - organization: *635 - repositories: &654 + organization: *636 + repositories: &655 description: An array of repository objects that the installation can access. type: array @@ -120175,8 +120195,8 @@ webhooks: - name - full_name - private - repository: *636 - requester: *653 + repository: *637 + requester: *654 sender: *4 required: - action @@ -120251,11 +120271,11 @@ webhooks: type: string enum: - deleted - enterprise: *633 + enterprise: *634 installation: *20 - organization: *635 - repositories: *654 - repository: *636 + organization: *636 + repositories: *655 + repository: *637 requester: type: - 'null' @@ -120332,11 +120352,11 @@ webhooks: type: string enum: - new_permissions_accepted - enterprise: *633 + enterprise: *634 installation: *20 - organization: *635 - repositories: *654 - repository: *636 + organization: *636 + repositories: *655 + repository: *637 requester: type: - 'null' @@ -120413,10 +120433,10 @@ webhooks: type: string enum: - added - enterprise: *633 + enterprise: *634 installation: *20 - organization: *635 - repositories_added: &655 + organization: *636 + repositories_added: &656 description: An array of repository objects, which were added to the installation. type: array @@ -120462,15 +120482,15 @@ webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *636 - repository_selection: &656 + repository: *637 + repository_selection: &657 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *653 + requester: *654 sender: *4 required: - action @@ -120549,10 +120569,10 @@ webhooks: type: string enum: - removed - enterprise: *633 + enterprise: *634 installation: *20 - organization: *635 - repositories_added: *655 + organization: *636 + repositories_added: *656 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -120579,9 +120599,9 @@ webhooks: - name - full_name - private - repository: *636 - repository_selection: *656 - requester: *653 + repository: *637 + repository_selection: *657 + requester: *654 sender: *4 required: - action @@ -120660,11 +120680,11 @@ webhooks: type: string enum: - suspend - enterprise: *633 + enterprise: *634 installation: *20 - organization: *635 - repositories: *654 - repository: *636 + organization: *636 + repositories: *655 + repository: *637 requester: type: - 'null' @@ -120846,10 +120866,10 @@ webhooks: type: string required: - from - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 sender: *4 target_type: type: string @@ -120928,11 +120948,11 @@ webhooks: type: string enum: - unsuspend - enterprise: *633 + enterprise: *634 installation: *20 - organization: *635 - repositories: *654 - repository: *636 + organization: *636 + repositories: *655 + repository: *637 requester: type: - 'null' @@ -121180,8 +121200,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *633 - installation: *634 + enterprise: *634 + installation: *635 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -122372,8 +122392,8 @@ webhooks: - state - locked - assignee - organization: *635 - repository: *636 + organization: *636 + repository: *637 sender: *4 required: - action @@ -122453,7 +122473,7 @@ webhooks: type: string enum: - deleted - comment: &657 + comment: &658 title: issue comment description: The [comment](https://docs.github.com/rest/issues/comments#get-an-issue-comment) itself. @@ -122620,8 +122640,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *633 - installation: *634 + enterprise: *634 + installation: *635 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -123810,8 +123830,8 @@ webhooks: - state - locked - assignee - organization: *635 - repository: *636 + organization: *636 + repository: *637 sender: *4 required: - action @@ -123891,7 +123911,7 @@ webhooks: type: string enum: - edited - changes: &682 + changes: &683 description: The changes to the comment. type: object properties: @@ -123903,9 +123923,9 @@ webhooks: type: string required: - from - comment: *657 - enterprise: *633 - installation: *634 + comment: *658 + enterprise: *634 + installation: *635 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -125095,8 +125115,8 @@ webhooks: - state - locked - assignee - organization: *635 - repository: *636 + organization: *636 + repository: *637 sender: *4 required: - action @@ -125178,10 +125198,10 @@ webhooks: type: string enum: - assigned - assignee: *653 - enterprise: *633 - installation: *634 - issue: &660 + assignee: *654 + enterprise: *634 + installation: *635 + issue: &661 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -126126,8 +126146,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *635 - repository: *636 + organization: *636 + repository: *637 sender: *4 required: - action @@ -126207,8 +126227,8 @@ webhooks: type: string enum: - closed - enterprise: *633 - installation: *634 + enterprise: *634 + installation: *635 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -127301,8 +127321,8 @@ webhooks: required: - state - closed_at - organization: *635 - repository: *636 + organization: *636 + repository: *637 sender: *4 required: - action @@ -127381,8 +127401,8 @@ webhooks: type: string enum: - deleted - enterprise: *633 - installation: *634 + enterprise: *634 + installation: *635 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -128322,8 +128342,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *635 - repository: *636 + organization: *636 + repository: *637 sender: *4 required: - action @@ -128402,8 +128422,8 @@ webhooks: type: string enum: - demilestoned - enterprise: *633 - installation: *634 + enterprise: *634 + installation: *635 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -129345,7 +129365,7 @@ webhooks: format: uri user_view_type: type: string - milestone: &658 + milestone: &659 title: Milestone description: A collection of related issues and pull requests. type: object @@ -129488,8 +129508,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *635 - repository: *636 + organization: *636 + repository: *637 sender: *4 required: - action @@ -129588,8 +129608,8 @@ webhooks: type: string required: - from - enterprise: *633 - installation: *634 + enterprise: *634 + installation: *635 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -130534,9 +130554,9 @@ webhooks: - active_lock_reason - body - reactions - label: *652 - organization: *635 - repository: *636 + label: *653 + organization: *636 + repository: *637 sender: *4 required: - action @@ -130616,8 +130636,8 @@ webhooks: type: string enum: - labeled - enterprise: *633 - installation: *634 + enterprise: *634 + installation: *635 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -131561,9 +131581,9 @@ webhooks: - active_lock_reason - body - reactions - label: *652 - organization: *635 - repository: *636 + label: *653 + organization: *636 + repository: *637 sender: *4 required: - action @@ -131643,8 +131663,8 @@ webhooks: type: string enum: - locked - enterprise: *633 - installation: *634 + enterprise: *634 + installation: *635 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -132590,8 +132610,8 @@ webhooks: format: uri user_view_type: type: string - organization: *635 - repository: *636 + organization: *636 + repository: *637 sender: *4 required: - action @@ -132670,8 +132690,8 @@ webhooks: type: string enum: - milestoned - enterprise: *633 - installation: *634 + enterprise: *634 + installation: *635 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -133611,9 +133631,9 @@ webhooks: format: uri user_view_type: type: string - milestone: *658 - organization: *635 - repository: *636 + milestone: *659 + organization: *636 + repository: *637 sender: *4 required: - action @@ -135095,8 +135115,8 @@ webhooks: required: - old_issue - old_repository - enterprise: *633 - installation: *634 + enterprise: *634 + installation: *635 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -136040,8 +136060,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *635 - repository: *636 + organization: *636 + repository: *637 sender: *4 required: - action @@ -136121,9 +136141,9 @@ webhooks: type: string enum: - pinned - enterprise: *633 - installation: *634 - issue: &659 + enterprise: *634 + installation: *635 + issue: &660 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -137061,8 +137081,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *635 - repository: *636 + organization: *636 + repository: *637 sender: *4 required: - action @@ -137141,8 +137161,8 @@ webhooks: type: string enum: - reopened - enterprise: *633 - installation: *634 + enterprise: *634 + installation: *635 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -138087,8 +138107,8 @@ webhooks: user_view_type: type: string type: *185 - organization: *635 - repository: *636 + organization: *636 + repository: *637 sender: *4 required: - action @@ -139589,11 +139609,11 @@ webhooks: required: - new_issue - new_repository - enterprise: *633 - installation: *634 - issue: *659 - organization: *635 - repository: *636 + enterprise: *634 + installation: *635 + issue: *660 + organization: *636 + repository: *637 sender: *4 required: - action @@ -139673,12 +139693,12 @@ webhooks: type: string enum: - typed - enterprise: *633 - installation: *634 - issue: *660 + enterprise: *634 + installation: *635 + issue: *661 type: *185 - organization: *635 - repository: *636 + organization: *636 + repository: *637 sender: *4 required: - action @@ -139759,7 +139779,7 @@ webhooks: type: string enum: - unassigned - assignee: &685 + assignee: &686 title: User type: - object @@ -139831,11 +139851,11 @@ webhooks: required: - login - id - enterprise: *633 - installation: *634 - issue: *660 - organization: *635 - repository: *636 + enterprise: *634 + installation: *635 + issue: *661 + organization: *636 + repository: *637 sender: *4 required: - action @@ -139914,12 +139934,12 @@ webhooks: type: string enum: - unlabeled - enterprise: *633 - installation: *634 - issue: *660 - label: *652 - organization: *635 - repository: *636 + enterprise: *634 + installation: *635 + issue: *661 + label: *653 + organization: *636 + repository: *637 sender: *4 required: - action @@ -139999,8 +140019,8 @@ webhooks: type: string enum: - unlocked - enterprise: *633 - installation: *634 + enterprise: *634 + installation: *635 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -140944,8 +140964,8 @@ webhooks: format: uri user_view_type: type: string - organization: *635 - repository: *636 + organization: *636 + repository: *637 sender: *4 required: - action @@ -141025,11 +141045,11 @@ webhooks: type: string enum: - unpinned - enterprise: *633 - installation: *634 - issue: *659 - organization: *635 - repository: *636 + enterprise: *634 + installation: *635 + issue: *660 + organization: *636 + repository: *637 sender: *4 required: - action @@ -141108,12 +141128,12 @@ webhooks: type: string enum: - untyped - enterprise: *633 - installation: *634 - issue: *660 + enterprise: *634 + installation: *635 + issue: *661 type: *185 - organization: *635 - repository: *636 + organization: *636 + repository: *637 sender: *4 required: - action @@ -141193,11 +141213,11 @@ webhooks: type: string enum: - created - enterprise: *633 - installation: *634 - label: *652 - organization: *635 - repository: *636 + enterprise: *634 + installation: *635 + label: *653 + organization: *636 + repository: *637 sender: *4 required: - action @@ -141275,11 +141295,11 @@ webhooks: type: string enum: - deleted - enterprise: *633 - installation: *634 - label: *652 - organization: *635 - repository: *636 + enterprise: *634 + installation: *635 + label: *653 + organization: *636 + repository: *637 sender: *4 required: - action @@ -141389,11 +141409,11 @@ webhooks: type: string required: - from - enterprise: *633 - installation: *634 - label: *652 - organization: *635 - repository: *636 + enterprise: *634 + installation: *635 + label: *653 + organization: *636 + repository: *637 sender: *4 required: - action @@ -141475,9 +141495,9 @@ webhooks: - cancelled effective_date: type: string - enterprise: *633 - installation: *634 - marketplace_purchase: &661 + enterprise: *634 + installation: *635 + marketplace_purchase: &662 title: Marketplace Purchase type: object required: @@ -141565,8 +141585,8 @@ webhooks: type: integer unit_count: type: integer - organization: *635 - previous_marketplace_purchase: &662 + organization: *636 + previous_marketplace_purchase: &663 title: Marketplace Purchase type: object properties: @@ -141650,7 +141670,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *636 + repository: *637 sender: *4 required: - action @@ -141730,10 +141750,10 @@ webhooks: - changed effective_date: type: string - enterprise: *633 - installation: *634 - marketplace_purchase: *661 - organization: *635 + enterprise: *634 + installation: *635 + marketplace_purchase: *662 + organization: *636 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -141821,7 +141841,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *636 + repository: *637 sender: *4 required: - action @@ -141903,10 +141923,10 @@ webhooks: - pending_change effective_date: type: string - enterprise: *633 - installation: *634 - marketplace_purchase: *661 - organization: *635 + enterprise: *634 + installation: *635 + marketplace_purchase: *662 + organization: *636 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -141992,7 +142012,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *636 + repository: *637 sender: *4 required: - action @@ -142073,8 +142093,8 @@ webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *633 - installation: *634 + enterprise: *634 + installation: *635 marketplace_purchase: title: Marketplace Purchase type: object @@ -142160,9 +142180,9 @@ webhooks: type: integer unit_count: type: integer - organization: *635 - previous_marketplace_purchase: *662 - repository: *636 + organization: *636 + previous_marketplace_purchase: *663 + repository: *637 sender: *4 required: - action @@ -142242,12 +142262,12 @@ webhooks: - purchased effective_date: type: string - enterprise: *633 - installation: *634 - marketplace_purchase: *661 - organization: *635 - previous_marketplace_purchase: *662 - repository: *636 + enterprise: *634 + installation: *635 + marketplace_purchase: *662 + organization: *636 + previous_marketplace_purchase: *663 + repository: *637 sender: *4 required: - action @@ -142349,11 +142369,11 @@ webhooks: type: string required: - to - enterprise: *633 - installation: *634 - member: *653 - organization: *635 - repository: *636 + enterprise: *634 + installation: *635 + member: *654 + organization: *636 + repository: *637 sender: *4 required: - action @@ -142455,11 +142475,11 @@ webhooks: type: - string - 'null' - enterprise: *633 - installation: *634 - member: *653 - organization: *635 - repository: *636 + enterprise: *634 + installation: *635 + member: *654 + organization: *636 + repository: *637 sender: *4 required: - action @@ -142538,11 +142558,11 @@ webhooks: type: string enum: - removed - enterprise: *633 - installation: *634 - member: *653 - organization: *635 - repository: *636 + enterprise: *634 + installation: *635 + member: *654 + organization: *636 + repository: *637 sender: *4 required: - action @@ -142620,11 +142640,11 @@ webhooks: type: string enum: - added - enterprise: *633 - installation: *634 - member: *653 - organization: *635 - repository: *636 + enterprise: *634 + installation: *635 + member: *654 + organization: *636 + repository: *637 scope: description: The scope of the membership. Currently, can only be `team`. @@ -142702,7 +142722,7 @@ webhooks: required: - login - id - team: &663 + team: &664 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -142895,11 +142915,11 @@ webhooks: type: string enum: - removed - enterprise: *633 - installation: *634 - member: *653 - organization: *635 - repository: *636 + enterprise: *634 + installation: *635 + member: *654 + organization: *636 + repository: *637 scope: description: The scope of the membership. Currently, can only be `team`. @@ -142978,7 +142998,7 @@ webhooks: required: - login - id - team: *663 + team: *664 required: - action - scope @@ -143060,8 +143080,8 @@ webhooks: type: string enum: - checks_requested - installation: *634 - merge_group: &664 + installation: *635 + merge_group: &665 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -143080,15 +143100,15 @@ webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *350 + head_commit: *351 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *635 - repository: *636 + organization: *636 + repository: *637 sender: *4 required: - action @@ -143174,10 +143194,10 @@ webhooks: - merged - invalidated - dequeued - installation: *634 - merge_group: *664 - organization: *635 - repository: *636 + installation: *635 + merge_group: *665 + organization: *636 + repository: *637 sender: *4 required: - action @@ -143250,7 +143270,7 @@ webhooks: type: string enum: - deleted - enterprise: *633 + enterprise: *634 hook: description: 'The modified webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -143358,12 +143378,12 @@ webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *634 - organization: *635 + installation: *635 + organization: *636 repository: anyOf: - type: 'null' - - *636 + - *637 sender: *4 required: - action @@ -143443,11 +143463,11 @@ webhooks: type: string enum: - closed - enterprise: *633 - installation: *634 - milestone: *658 - organization: *635 - repository: *636 + enterprise: *634 + installation: *635 + milestone: *659 + organization: *636 + repository: *637 sender: *4 required: - action @@ -143526,9 +143546,9 @@ webhooks: type: string enum: - created - enterprise: *633 - installation: *634 - milestone: &665 + enterprise: *634 + installation: *635 + milestone: &666 title: Milestone description: A collection of related issues and pull requests. type: object @@ -143670,8 +143690,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *635 - repository: *636 + organization: *636 + repository: *637 sender: *4 required: - action @@ -143750,11 +143770,11 @@ webhooks: type: string enum: - deleted - enterprise: *633 - installation: *634 - milestone: *658 - organization: *635 - repository: *636 + enterprise: *634 + installation: *635 + milestone: *659 + organization: *636 + repository: *637 sender: *4 required: - action @@ -143864,11 +143884,11 @@ webhooks: type: string required: - from - enterprise: *633 - installation: *634 - milestone: *658 - organization: *635 - repository: *636 + enterprise: *634 + installation: *635 + milestone: *659 + organization: *636 + repository: *637 sender: *4 required: - action @@ -143948,11 +143968,11 @@ webhooks: type: string enum: - opened - enterprise: *633 - installation: *634 - milestone: *665 - organization: *635 - repository: *636 + enterprise: *634 + installation: *635 + milestone: *666 + organization: *636 + repository: *637 sender: *4 required: - action @@ -144031,11 +144051,11 @@ webhooks: type: string enum: - blocked - blocked_user: *653 - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 + blocked_user: *654 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 sender: *4 required: - action @@ -144114,11 +144134,11 @@ webhooks: type: string enum: - unblocked - blocked_user: *653 - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 + blocked_user: *654 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 sender: *4 required: - action @@ -144197,9 +144217,9 @@ webhooks: type: string enum: - deleted - enterprise: *633 - installation: *634 - membership: &666 + enterprise: *634 + installation: *635 + membership: &667 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -144293,8 +144313,8 @@ webhooks: - role - organization_url - user - organization: *635 - repository: *636 + organization: *636 + repository: *637 sender: *4 required: - action @@ -144372,11 +144392,11 @@ webhooks: type: string enum: - member_added - enterprise: *633 - installation: *634 - membership: *666 - organization: *635 - repository: *636 + enterprise: *634 + installation: *635 + membership: *667 + organization: *636 + repository: *637 sender: *4 required: - action @@ -144455,8 +144475,8 @@ webhooks: type: string enum: - member_invited - enterprise: *633 - installation: *634 + enterprise: *634 + installation: *635 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -144578,10 +144598,10 @@ webhooks: - inviter - team_count - invitation_teams_url - organization: *635 - repository: *636 + organization: *636 + repository: *637 sender: *4 - user: *653 + user: *654 required: - action - invitation @@ -144659,11 +144679,11 @@ webhooks: type: string enum: - member_removed - enterprise: *633 - installation: *634 - membership: *666 - organization: *635 - repository: *636 + enterprise: *634 + installation: *635 + membership: *667 + organization: *636 + repository: *637 sender: *4 required: - action @@ -144750,11 +144770,11 @@ webhooks: properties: from: type: string - enterprise: *633 - installation: *634 - membership: *666 - organization: *635 - repository: *636 + enterprise: *634 + installation: *635 + membership: *667 + organization: *636 + repository: *637 sender: *4 required: - action @@ -144830,9 +144850,9 @@ webhooks: type: string enum: - published - enterprise: *633 - installation: *634 - organization: *635 + enterprise: *634 + installation: *635 + organization: *636 package: description: Information about the package. type: object @@ -145355,7 +145375,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: &667 + items: &668 title: Ruby Gems metadata type: object properties: @@ -145452,7 +145472,7 @@ webhooks: - owner - package_version - registry - repository: *636 + repository: *637 sender: *4 required: - action @@ -145528,9 +145548,9 @@ webhooks: type: string enum: - updated - enterprise: *633 - installation: *634 - organization: *635 + enterprise: *634 + installation: *635 + organization: *636 package: description: Information about the package. type: object @@ -145892,7 +145912,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *667 + items: *668 source_url: type: string format: uri @@ -145963,7 +145983,7 @@ webhooks: - owner - package_version - registry - repository: *636 + repository: *637 sender: *4 required: - action @@ -146144,12 +146164,12 @@ webhooks: - duration - created_at - updated_at - enterprise: *633 + enterprise: *634 id: type: integer - installation: *634 - organization: *635 - repository: *636 + installation: *635 + organization: *636 + repository: *637 sender: *4 required: - id @@ -146226,7 +146246,7 @@ webhooks: type: string enum: - approved - personal_access_token_request: &668 + personal_access_token_request: &669 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -146376,10 +146396,10 @@ webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *633 - organization: *635 + enterprise: *634 + organization: *636 sender: *4 - installation: *634 + installation: *635 required: - action - personal_access_token_request @@ -146456,11 +146476,11 @@ webhooks: type: string enum: - cancelled - personal_access_token_request: *668 - enterprise: *633 - organization: *635 + personal_access_token_request: *669 + enterprise: *634 + organization: *636 sender: *4 - installation: *634 + installation: *635 required: - action - personal_access_token_request @@ -146536,11 +146556,11 @@ webhooks: type: string enum: - created - personal_access_token_request: *668 - enterprise: *633 - organization: *635 + personal_access_token_request: *669 + enterprise: *634 + organization: *636 sender: *4 - installation: *634 + installation: *635 required: - action - personal_access_token_request @@ -146615,11 +146635,11 @@ webhooks: type: string enum: - denied - personal_access_token_request: *668 - organization: *635 - enterprise: *633 + personal_access_token_request: *669 + organization: *636 + enterprise: *634 sender: *4 - installation: *634 + installation: *635 required: - action - personal_access_token_request @@ -146724,7 +146744,7 @@ webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *669 + last_response: *670 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -146756,8 +146776,8 @@ webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *635 - repository: *636 + organization: *636 + repository: *637 sender: *4 zen: description: Random string of GitHub zen. @@ -147002,10 +147022,10 @@ webhooks: - from required: - note - enterprise: *633 - installation: *634 - organization: *635 - project_card: &670 + enterprise: *634 + installation: *635 + organization: *636 + project_card: &671 title: Project Card type: object properties: @@ -147128,7 +147148,7 @@ webhooks: - creator - created_at - updated_at - repository: *636 + repository: *637 sender: *4 required: - action @@ -147209,11 +147229,11 @@ webhooks: type: string enum: - created - enterprise: *633 - installation: *634 - organization: *635 - project_card: *670 - repository: *636 + enterprise: *634 + installation: *635 + organization: *636 + project_card: *671 + repository: *637 sender: *4 required: - action @@ -147293,9 +147313,9 @@ webhooks: type: string enum: - deleted - enterprise: *633 - installation: *634 - organization: *635 + enterprise: *634 + installation: *635 + organization: *636 project_card: title: Project Card type: object @@ -147425,7 +147445,7 @@ webhooks: repository: anyOf: - type: 'null' - - *636 + - *637 sender: *4 required: - action @@ -147519,11 +147539,11 @@ webhooks: - from required: - note - enterprise: *633 - installation: *634 - organization: *635 - project_card: *670 - repository: *636 + enterprise: *634 + installation: *635 + organization: *636 + project_card: *671 + repository: *637 sender: *4 required: - action @@ -147617,9 +147637,9 @@ webhooks: - from required: - column_id - enterprise: *633 - installation: *634 - organization: *635 + enterprise: *634 + installation: *635 + organization: *636 project_card: allOf: - title: Project Card @@ -147816,7 +147836,7 @@ webhooks: type: string required: - after_id - repository: *636 + repository: *637 sender: *4 required: - action @@ -147896,10 +147916,10 @@ webhooks: type: string enum: - closed - enterprise: *633 - installation: *634 - organization: *635 - project: &672 + enterprise: *634 + installation: *635 + organization: *636 + project: &673 title: Project type: object properties: @@ -148026,7 +148046,7 @@ webhooks: - creator - created_at - updated_at - repository: *636 + repository: *637 sender: *4 required: - action @@ -148106,10 +148126,10 @@ webhooks: type: string enum: - created - enterprise: *633 - installation: *634 - organization: *635 - project_column: &671 + enterprise: *634 + installation: *635 + organization: *636 + project_column: &672 title: Project Column type: object properties: @@ -148149,7 +148169,7 @@ webhooks: - name - created_at - updated_at - repository: *636 + repository: *637 sender: *4 required: - action @@ -148228,14 +148248,14 @@ webhooks: type: string enum: - deleted - enterprise: *633 - installation: *634 - organization: *635 - project_column: *671 + enterprise: *634 + installation: *635 + organization: *636 + project_column: *672 repository: anyOf: - type: 'null' - - *636 + - *637 sender: *4 required: - action @@ -148324,11 +148344,11 @@ webhooks: type: string required: - from - enterprise: *633 - installation: *634 - organization: *635 - project_column: *671 - repository: *636 + enterprise: *634 + installation: *635 + organization: *636 + project_column: *672 + repository: *637 sender: *4 required: - action @@ -148408,11 +148428,11 @@ webhooks: type: string enum: - moved - enterprise: *633 - installation: *634 - organization: *635 - project_column: *671 - repository: *636 + enterprise: *634 + installation: *635 + organization: *636 + project_column: *672 + repository: *637 sender: *4 required: - action @@ -148492,11 +148512,11 @@ webhooks: type: string enum: - created - enterprise: *633 - installation: *634 - organization: *635 - project: *672 - repository: *636 + enterprise: *634 + installation: *635 + organization: *636 + project: *673 + repository: *637 sender: *4 required: - action @@ -148576,14 +148596,14 @@ webhooks: type: string enum: - deleted - enterprise: *633 - installation: *634 - organization: *635 - project: *672 + enterprise: *634 + installation: *635 + organization: *636 + project: *673 repository: anyOf: - type: 'null' - - *636 + - *637 sender: *4 required: - action @@ -148684,11 +148704,11 @@ webhooks: type: string required: - from - enterprise: *633 - installation: *634 - organization: *635 - project: *672 - repository: *636 + enterprise: *634 + installation: *635 + organization: *636 + project: *673 + repository: *637 sender: *4 required: - action @@ -148767,11 +148787,11 @@ webhooks: type: string enum: - reopened - enterprise: *633 - installation: *634 - organization: *635 - project: *672 - repository: *636 + enterprise: *634 + installation: *635 + organization: *636 + project: *673 + repository: *637 sender: *4 required: - action @@ -148852,9 +148872,9 @@ webhooks: type: string enum: - closed - installation: *634 - organization: *635 - projects_v2: &673 + installation: *635 + organization: *636 + projects_v2: &674 title: Projects v2 Project description: A projects v2 project type: object @@ -149002,9 +149022,9 @@ webhooks: type: string enum: - created - installation: *634 - organization: *635 - projects_v2: *673 + installation: *635 + organization: *636 + projects_v2: *674 sender: *4 required: - action @@ -149085,9 +149105,9 @@ webhooks: type: string enum: - deleted - installation: *634 - organization: *635 - projects_v2: *673 + installation: *635 + organization: *636 + projects_v2: *674 sender: *4 required: - action @@ -149208,9 +149228,9 @@ webhooks: type: string to: type: string - installation: *634 - organization: *635 - projects_v2: *673 + installation: *635 + organization: *636 + projects_v2: *674 sender: *4 required: - action @@ -149293,7 +149313,7 @@ webhooks: type: string enum: - archived - changes: &677 + changes: &678 type: object properties: archived_at: @@ -149309,9 +149329,9 @@ webhooks: - string - 'null' format: date-time - installation: *634 - organization: *635 - projects_v2_item: &674 + installation: *635 + organization: *636 + projects_v2_item: &675 title: Projects v2 Item description: An item belonging to a project type: object @@ -149450,9 +149470,9 @@ webhooks: - 'null' to: type: string - installation: *634 - organization: *635 - projects_v2_item: *674 + installation: *635 + organization: *636 + projects_v2_item: *675 sender: *4 required: - action @@ -149534,9 +149554,9 @@ webhooks: type: string enum: - created - installation: *634 - organization: *635 - projects_v2_item: *674 + installation: *635 + organization: *636 + projects_v2_item: *675 sender: *4 required: - action @@ -149617,9 +149637,9 @@ webhooks: type: string enum: - deleted - installation: *634 - organization: *635 - projects_v2_item: *674 + installation: *635 + organization: *636 + projects_v2_item: *675 sender: *4 required: - action @@ -149724,7 +149744,7 @@ webhooks: oneOf: - type: string - type: integer - - &675 + - &676 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -149744,7 +149764,7 @@ webhooks: required: - id - name - - &676 + - &677 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -149773,8 +149793,8 @@ webhooks: oneOf: - type: string - type: integer - - *675 - *676 + - *677 type: - 'null' - string @@ -149797,9 +149817,9 @@ webhooks: - 'null' required: - body - installation: *634 - organization: *635 - projects_v2_item: *674 + installation: *635 + organization: *636 + projects_v2_item: *675 sender: *4 required: - action @@ -149896,9 +149916,9 @@ webhooks: type: - string - 'null' - installation: *634 - organization: *635 - projects_v2_item: *674 + installation: *635 + organization: *636 + projects_v2_item: *675 sender: *4 required: - action @@ -149981,10 +150001,10 @@ webhooks: type: string enum: - restored - changes: *677 - installation: *634 - organization: *635 - projects_v2_item: *674 + changes: *678 + installation: *635 + organization: *636 + projects_v2_item: *675 sender: *4 required: - action @@ -150066,9 +150086,9 @@ webhooks: type: string enum: - reopened - installation: *634 - organization: *635 - projects_v2: *673 + installation: *635 + organization: *636 + projects_v2: *674 sender: *4 required: - action @@ -150149,9 +150169,9 @@ webhooks: type: string enum: - created - installation: *634 - organization: *635 - projects_v2_status_update: &678 + installation: *635 + organization: *636 + projects_v2_status_update: &679 title: Projects v2 Status Update description: An status update belonging to a project type: object @@ -150286,9 +150306,9 @@ webhooks: type: string enum: - deleted - installation: *634 - organization: *635 - projects_v2_status_update: *678 + installation: *635 + organization: *636 + projects_v2_status_update: *679 sender: *4 required: - action @@ -150434,9 +150454,9 @@ webhooks: - string - 'null' format: date - installation: *634 - organization: *635 - projects_v2_status_update: *678 + installation: *635 + organization: *636 + projects_v2_status_update: *679 sender: *4 required: - action @@ -150507,10 +150527,10 @@ webhooks: title: public event type: object properties: - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 sender: *4 required: - repository @@ -150587,13 +150607,13 @@ webhooks: type: string enum: - assigned - assignee: *653 - enterprise: *633 - installation: *634 - number: &679 + assignee: *654 + enterprise: *634 + installation: *635 + number: &680 description: The pull request number. type: integer - organization: *635 + organization: *636 pull_request: title: Pull Request type: object @@ -152942,7 +152962,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *636 + repository: *637 sender: *4 required: - action @@ -153024,11 +153044,11 @@ webhooks: type: string enum: - auto_merge_disabled - enterprise: *633 - installation: *634 + enterprise: *634 + installation: *635 number: type: integer - organization: *635 + organization: *636 pull_request: title: Pull Request type: object @@ -155370,7 +155390,7 @@ webhooks: - draft reason: type: string - repository: *636 + repository: *637 sender: *4 required: - action @@ -155452,11 +155472,11 @@ webhooks: type: string enum: - auto_merge_enabled - enterprise: *633 - installation: *634 + enterprise: *634 + installation: *635 number: type: integer - organization: *635 + organization: *636 pull_request: title: Pull Request type: object @@ -157798,7 +157818,7 @@ webhooks: - draft reason: type: string - repository: *636 + repository: *637 sender: *4 required: - action @@ -157880,13 +157900,13 @@ webhooks: type: string enum: - closed - enterprise: *633 - installation: *634 - number: *679 - organization: *635 - pull_request: &680 + enterprise: *634 + installation: *635 + number: *680 + organization: *636 + pull_request: &681 allOf: - - *501 + - *502 - type: object properties: allow_auto_merge: @@ -157948,7 +157968,7 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *636 + repository: *637 sender: *4 required: - action @@ -158029,12 +158049,12 @@ webhooks: type: string enum: - converted_to_draft - enterprise: *633 - installation: *634 - number: *679 - organization: *635 - pull_request: *680 - repository: *636 + enterprise: *634 + installation: *635 + number: *680 + organization: *636 + pull_request: *681 + repository: *637 sender: *4 required: - action @@ -158114,11 +158134,11 @@ webhooks: type: string enum: - demilestoned - enterprise: *633 - milestone: *399 - number: *679 - organization: *635 - pull_request: &681 + enterprise: *634 + milestone: *400 + number: *680 + organization: *636 + pull_request: &682 title: Pull Request type: object properties: @@ -160445,7 +160465,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *636 + repository: *637 sender: *4 required: - action @@ -160524,11 +160544,11 @@ webhooks: type: string enum: - dequeued - enterprise: *633 - installation: *634 + enterprise: *634 + installation: *635 number: type: integer - organization: *635 + organization: *636 pull_request: title: Pull Request type: object @@ -162874,7 +162894,7 @@ webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *636 + repository: *637 sender: *4 required: - action @@ -162998,12 +163018,12 @@ webhooks: type: string required: - from - enterprise: *633 - installation: *634 - number: *679 - organization: *635 - pull_request: *680 - repository: *636 + enterprise: *634 + installation: *635 + number: *680 + organization: *636 + pull_request: *681 + repository: *637 sender: *4 required: - action @@ -163083,11 +163103,11 @@ webhooks: type: string enum: - enqueued - enterprise: *633 - installation: *634 + enterprise: *634 + installation: *635 number: type: integer - organization: *635 + organization: *636 pull_request: title: Pull Request type: object @@ -165418,7 +165438,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *636 + repository: *637 sender: *4 required: - action @@ -165498,11 +165518,11 @@ webhooks: type: string enum: - labeled - enterprise: *633 - installation: *634 - label: *652 - number: *679 - organization: *635 + enterprise: *634 + installation: *635 + label: *653 + number: *680 + organization: *636 pull_request: title: Pull Request type: object @@ -167850,7 +167870,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *636 + repository: *637 sender: *4 required: - action @@ -167931,10 +167951,10 @@ webhooks: type: string enum: - locked - enterprise: *633 - installation: *634 - number: *679 - organization: *635 + enterprise: *634 + installation: *635 + number: *680 + organization: *636 pull_request: title: Pull Request type: object @@ -170280,7 +170300,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *636 + repository: *637 sender: *4 required: - action @@ -170360,12 +170380,12 @@ webhooks: type: string enum: - milestoned - enterprise: *633 - milestone: *399 - number: *679 - organization: *635 - pull_request: *681 - repository: *636 + enterprise: *634 + milestone: *400 + number: *680 + organization: *636 + pull_request: *682 + repository: *637 sender: *4 required: - action @@ -170444,12 +170464,12 @@ webhooks: type: string enum: - opened - enterprise: *633 - installation: *634 - number: *679 - organization: *635 - pull_request: *680 - repository: *636 + enterprise: *634 + installation: *635 + number: *680 + organization: *636 + pull_request: *681 + repository: *637 sender: *4 required: - action @@ -170530,12 +170550,12 @@ webhooks: type: string enum: - ready_for_review - enterprise: *633 - installation: *634 - number: *679 - organization: *635 - pull_request: *680 - repository: *636 + enterprise: *634 + installation: *635 + number: *680 + organization: *636 + pull_request: *681 + repository: *637 sender: *4 required: - action @@ -170615,12 +170635,12 @@ webhooks: type: string enum: - reopened - enterprise: *633 - installation: *634 - number: *679 - organization: *635 - pull_request: *680 - repository: *636 + enterprise: *634 + installation: *635 + number: *680 + organization: *636 + pull_request: *681 + repository: *637 sender: *4 required: - action @@ -170995,9 +171015,9 @@ webhooks: - start_side - side - reactions - enterprise: *633 - installation: *634 - organization: *635 + enterprise: *634 + installation: *635 + organization: *636 pull_request: type: object properties: @@ -173227,7 +173247,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *636 + repository: *637 sender: *4 required: - action @@ -173307,7 +173327,7 @@ webhooks: type: string enum: - deleted - comment: &683 + comment: &684 title: Pull Request Review Comment description: The [comment](https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -173600,9 +173620,9 @@ webhooks: - start_side - side - reactions - enterprise: *633 - installation: *634 - organization: *635 + enterprise: *634 + installation: *635 + organization: *636 pull_request: type: object properties: @@ -175820,7 +175840,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *636 + repository: *637 sender: *4 required: - action @@ -175900,11 +175920,11 @@ webhooks: type: string enum: - edited - changes: *682 - comment: *683 - enterprise: *633 - installation: *634 - organization: *635 + changes: *683 + comment: *684 + enterprise: *634 + installation: *635 + organization: *636 pull_request: type: object properties: @@ -178125,7 +178145,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *636 + repository: *637 sender: *4 required: - action @@ -178206,9 +178226,9 @@ webhooks: type: string enum: - dismissed - enterprise: *633 - installation: *634 - organization: *635 + enterprise: *634 + installation: *635 + organization: *636 pull_request: title: Simple Pull Request type: object @@ -180441,7 +180461,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *636 + repository: *637 review: description: The review that was affected. type: object @@ -180687,9 +180707,9 @@ webhooks: type: string required: - from - enterprise: *633 - installation: *634 - organization: *635 + enterprise: *634 + installation: *635 + organization: *636 pull_request: title: Simple Pull Request type: object @@ -182803,8 +182823,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *636 - review: &684 + repository: *637 + review: &685 description: The review that was affected. type: object properties: @@ -183037,12 +183057,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *633 - installation: *634 + enterprise: *634 + installation: *635 number: description: The pull request number. type: integer - organization: *635 + organization: *636 pull_request: title: Pull Request type: object @@ -185389,7 +185409,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *636 + repository: *637 requested_reviewer: title: User type: @@ -185475,12 +185495,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *633 - installation: *634 + enterprise: *634 + installation: *635 number: description: The pull request number. type: integer - organization: *635 + organization: *636 pull_request: title: Pull Request type: object @@ -187834,7 +187854,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *636 + repository: *637 requested_team: title: Team description: Groups of organization members that gives permissions @@ -188029,12 +188049,12 @@ webhooks: type: string enum: - review_requested - enterprise: *633 - installation: *634 + enterprise: *634 + installation: *635 number: description: The pull request number. type: integer - organization: *635 + organization: *636 pull_request: title: Pull Request type: object @@ -190383,7 +190403,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *636 + repository: *637 requested_reviewer: title: User type: @@ -190470,12 +190490,12 @@ webhooks: type: string enum: - review_requested - enterprise: *633 - installation: *634 + enterprise: *634 + installation: *635 number: description: The pull request number. type: integer - organization: *635 + organization: *636 pull_request: title: Pull Request type: object @@ -192815,7 +192835,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *636 + repository: *637 requested_team: title: Team description: Groups of organization members that gives permissions @@ -192999,9 +193019,9 @@ webhooks: type: string enum: - submitted - enterprise: *633 - installation: *634 - organization: *635 + enterprise: *634 + installation: *635 + organization: *636 pull_request: title: Simple Pull Request type: object @@ -195237,8 +195257,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *636 - review: *684 + repository: *637 + review: *685 sender: *4 required: - action @@ -195318,9 +195338,9 @@ webhooks: type: string enum: - resolved - enterprise: *633 - installation: *634 - organization: *635 + enterprise: *634 + installation: *635 + organization: *636 pull_request: title: Simple Pull Request type: object @@ -197451,7 +197471,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *636 + repository: *637 sender: *4 thread: type: object @@ -197843,9 +197863,9 @@ webhooks: type: string enum: - unresolved - enterprise: *633 - installation: *634 - organization: *635 + enterprise: *634 + installation: *635 + organization: *636 pull_request: title: Simple Pull Request type: object @@ -199959,7 +199979,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *636 + repository: *637 sender: *4 thread: type: object @@ -200353,10 +200373,10 @@ webhooks: type: string before: type: string - enterprise: *633 - installation: *634 - number: *679 - organization: *635 + enterprise: *634 + installation: *635 + number: *680 + organization: *636 pull_request: title: Pull Request type: object @@ -202691,7 +202711,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *636 + repository: *637 sender: *4 required: - action @@ -202773,11 +202793,11 @@ webhooks: type: string enum: - unassigned - assignee: *685 - enterprise: *633 - installation: *634 - number: *679 - organization: *635 + assignee: *686 + enterprise: *634 + installation: *635 + number: *680 + organization: *636 pull_request: title: Pull Request type: object @@ -205127,7 +205147,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *636 + repository: *637 sender: *4 required: - action @@ -205206,11 +205226,11 @@ webhooks: type: string enum: - unlabeled - enterprise: *633 - installation: *634 - label: *652 - number: *679 - organization: *635 + enterprise: *634 + installation: *635 + label: *653 + number: *680 + organization: *636 pull_request: title: Pull Request type: object @@ -207549,7 +207569,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *636 + repository: *637 sender: *4 required: - action @@ -207630,10 +207650,10 @@ webhooks: type: string enum: - unlocked - enterprise: *633 - installation: *634 - number: *679 - organization: *635 + enterprise: *634 + installation: *635 + number: *680 + organization: *636 pull_request: title: Pull Request type: object @@ -209962,7 +209982,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *636 + repository: *637 sender: *4 required: - action @@ -210165,7 +210185,7 @@ webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *633 + enterprise: *634 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -210260,8 +210280,8 @@ webhooks: - url - author - committer - installation: *634 - organization: *635 + installation: *635 + organization: *636 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -210849,9 +210869,9 @@ webhooks: type: string enum: - published - enterprise: *633 - installation: *634 - organization: *635 + enterprise: *634 + installation: *635 + organization: *636 registry_package: type: object properties: @@ -211328,7 +211348,7 @@ webhooks: type: string rubygems_metadata: type: array - items: *667 + items: *668 summary: type: string tag_name: @@ -211384,7 +211404,7 @@ webhooks: - owner - package_version - registry - repository: *636 + repository: *637 sender: *4 required: - action @@ -211462,9 +211482,9 @@ webhooks: type: string enum: - updated - enterprise: *633 - installation: *634 - organization: *635 + enterprise: *634 + installation: *635 + organization: *636 registry_package: type: object properties: @@ -211776,7 +211796,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *667 + items: *668 summary: type: string tag_name: @@ -211826,7 +211846,7 @@ webhooks: - owner - package_version - registry - repository: *636 + repository: *637 sender: *4 required: - action @@ -211903,10 +211923,10 @@ webhooks: type: string enum: - created - enterprise: *633 - installation: *634 - organization: *635 - release: &686 + enterprise: *634 + installation: *635 + organization: *636 + release: &687 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -212222,7 +212242,7 @@ webhooks: - tarball_url - zipball_url - body - repository: *636 + repository: *637 sender: *4 required: - action @@ -212299,11 +212319,11 @@ webhooks: type: string enum: - deleted - enterprise: *633 - installation: *634 - organization: *635 - release: *686 - repository: *636 + enterprise: *634 + installation: *635 + organization: *636 + release: *687 + repository: *637 sender: *4 required: - action @@ -212420,11 +212440,11 @@ webhooks: type: boolean required: - to - enterprise: *633 - installation: *634 - organization: *635 - release: *686 - repository: *636 + enterprise: *634 + installation: *635 + organization: *636 + release: *687 + repository: *637 sender: *4 required: - action @@ -212502,9 +212522,9 @@ webhooks: type: string enum: - prereleased - enterprise: *633 - installation: *634 - organization: *635 + enterprise: *634 + installation: *635 + organization: *636 release: title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) @@ -212825,7 +212845,7 @@ webhooks: - string - 'null' format: uri - repository: *636 + repository: *637 sender: *4 required: - action @@ -212901,10 +212921,10 @@ webhooks: type: string enum: - published - enterprise: *633 - installation: *634 - organization: *635 - release: &687 + enterprise: *634 + installation: *635 + organization: *636 + release: &688 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -213222,7 +213242,7 @@ webhooks: - string - 'null' format: uri - repository: *636 + repository: *637 sender: *4 required: - action @@ -213298,11 +213318,11 @@ webhooks: type: string enum: - released - enterprise: *633 - installation: *634 - organization: *635 - release: *686 - repository: *636 + enterprise: *634 + installation: *635 + organization: *636 + release: *687 + repository: *637 sender: *4 required: - action @@ -213378,11 +213398,11 @@ webhooks: type: string enum: - unpublished - enterprise: *633 - installation: *634 - organization: *635 - release: *687 - repository: *636 + enterprise: *634 + installation: *635 + organization: *636 + release: *688 + repository: *637 sender: *4 required: - action @@ -213458,11 +213478,11 @@ webhooks: type: string enum: - published - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 - repository_advisory: *561 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 + repository_advisory: *562 sender: *4 required: - action @@ -213538,11 +213558,11 @@ webhooks: type: string enum: - reported - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 - repository_advisory: *561 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 + repository_advisory: *562 sender: *4 required: - action @@ -213618,10 +213638,10 @@ webhooks: type: string enum: - archived - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 sender: *4 required: - action @@ -213698,10 +213718,10 @@ webhooks: type: string enum: - created - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 sender: *4 required: - action @@ -213779,10 +213799,10 @@ webhooks: type: string enum: - deleted - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 sender: *4 required: - action @@ -213867,10 +213887,10 @@ webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 sender: *4 required: - action @@ -213985,10 +214005,10 @@ webhooks: - 'null' items: type: string - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 sender: *4 required: - action @@ -214060,10 +214080,10 @@ webhooks: title: repository_import event type: object properties: - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 sender: *4 status: type: string @@ -214144,10 +214164,10 @@ webhooks: type: string enum: - privatized - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 sender: *4 required: - action @@ -214224,10 +214244,10 @@ webhooks: type: string enum: - publicized - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 sender: *4 required: - action @@ -214321,10 +214341,10 @@ webhooks: - name required: - repository - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 sender: *4 required: - action @@ -214404,10 +214424,10 @@ webhooks: type: string enum: - created - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 repository_ruleset: *233 sender: *4 required: @@ -214486,10 +214506,10 @@ webhooks: type: string enum: - deleted - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 repository_ruleset: *233 sender: *4 required: @@ -214568,10 +214588,10 @@ webhooks: type: string enum: - edited - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 repository_ruleset: *233 changes: type: object @@ -214879,10 +214899,10 @@ webhooks: - from required: - owner - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 sender: *4 required: - action @@ -214960,10 +214980,10 @@ webhooks: type: string enum: - unarchived - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 sender: *4 required: - action @@ -215041,7 +215061,7 @@ webhooks: type: string enum: - create - alert: &688 + alert: &689 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -215165,10 +215185,10 @@ webhooks: type: string enum: - open - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 sender: *4 required: - action @@ -215378,10 +215398,10 @@ webhooks: type: string enum: - dismissed - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 sender: *4 required: - action @@ -215459,11 +215479,11 @@ webhooks: type: string enum: - reopen - alert: *688 - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 + alert: *689 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 sender: *4 required: - action @@ -215665,10 +215685,10 @@ webhooks: enum: - fixed - open - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 sender: *4 required: - action @@ -215746,7 +215766,7 @@ webhooks: type: string enum: - created - alert: &689 + alert: &690 type: object properties: number: *52 @@ -215856,10 +215876,10 @@ webhooks: - 'null' description: Whether the detected secret was found in multiple repositories in the same organization or business. - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 sender: *4 required: - action @@ -215940,11 +215960,11 @@ webhooks: type: string enum: - created - alert: *689 - installation: *634 - location: *690 - organization: *635 - repository: *636 + alert: *690 + installation: *635 + location: *691 + organization: *636 + repository: *637 sender: *4 required: - location @@ -216182,11 +216202,11 @@ webhooks: type: string enum: - publicly_leaked - alert: *689 - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 + alert: *690 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 sender: *4 required: - action @@ -216264,11 +216284,11 @@ webhooks: type: string enum: - reopened - alert: *689 - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 + alert: *690 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 sender: *4 required: - action @@ -216346,11 +216366,11 @@ webhooks: type: string enum: - resolved - alert: *689 - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 + alert: *690 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 sender: *4 required: - action @@ -216428,11 +216448,11 @@ webhooks: type: string enum: - validated - alert: *689 - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 + alert: *690 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 sender: *4 required: - action @@ -216562,10 +216582,10 @@ webhooks: - organization - enterprise - - repository: *636 - enterprise: *633 - installation: *634 - organization: *635 + repository: *637 + enterprise: *634 + installation: *635 + organization: *636 sender: *4 required: - action @@ -216643,11 +216663,11 @@ webhooks: type: string enum: - published - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 - security_advisory: &691 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 + security_advisory: &692 description: The details of the security advisory, including summary, description, and severity. type: object @@ -216833,11 +216853,11 @@ webhooks: type: string enum: - updated - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 - security_advisory: *691 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 + security_advisory: *692 sender: *4 required: - action @@ -216910,10 +216930,10 @@ webhooks: type: string enum: - withdrawn - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -217100,10 +217120,10 @@ webhooks: type: object properties: security_and_analysis: *226 - enterprise: *633 - installation: *634 - organization: *635 - repository: *278 + enterprise: *634 + installation: *635 + organization: *636 + repository: *279 sender: *4 required: - changes @@ -217181,12 +217201,12 @@ webhooks: type: string enum: - cancelled - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 sender: *4 - sponsorship: &692 + sponsorship: &693 type: object properties: created_at: @@ -217491,12 +217511,12 @@ webhooks: type: string enum: - created - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 sender: *4 - sponsorship: *692 + sponsorship: *693 required: - action - sponsorship @@ -217584,12 +217604,12 @@ webhooks: type: string required: - from - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 sender: *4 - sponsorship: *692 + sponsorship: *693 required: - action - changes @@ -217666,17 +217686,17 @@ webhooks: type: string enum: - pending_cancellation - effective_date: &693 + effective_date: &694 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: *633 - installation: *634 - organization: *635 - repository: *636 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 sender: *4 - sponsorship: *692 + sponsorship: *693 required: - action - sponsorship @@ -217750,7 +217770,7 @@ webhooks: type: string enum: - pending_tier_change - changes: &694 + changes: &695 type: object properties: tier: @@ -217794,13 +217814,13 @@ webhooks: - from required: - tier - effective_date: *693 - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 + effective_date: *694 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 sender: *4 - sponsorship: *692 + sponsorship: *693 required: - action - changes @@ -217877,13 +217897,13 @@ webhooks: type: string enum: - tier_changed - changes: *694 - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 + changes: *695 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 sender: *4 - sponsorship: *692 + sponsorship: *693 required: - action - changes @@ -217957,10 +217977,10 @@ webhooks: type: string enum: - created - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -218044,10 +218064,10 @@ webhooks: type: string enum: - deleted - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -218481,15 +218501,15 @@ webhooks: type: - string - 'null' - enterprise: *633 + enterprise: *634 id: description: The unique identifier of the status. type: integer - installation: *634 + installation: *635 name: type: string - organization: *635 - repository: *636 + organization: *636 + repository: *637 sender: *4 sha: description: The Commit SHA. @@ -218605,9 +218625,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *74 - installation: *634 - organization: *635 - repository: *636 + installation: *635 + organization: *636 + repository: *637 sender: *4 required: - action @@ -218697,9 +218717,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *74 - installation: *634 - organization: *635 - repository: *636 + installation: *635 + organization: *636 + repository: *637 sender: *4 required: - action @@ -218789,9 +218809,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *74 - installation: *634 - organization: *635 - repository: *636 + installation: *635 + organization: *636 + repository: *637 sender: *4 required: - action @@ -218881,9 +218901,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *74 - installation: *634 - organization: *635 - repository: *636 + installation: *635 + organization: *636 + repository: *637 sender: *4 required: - action @@ -218960,12 +218980,12 @@ webhooks: title: team_add event type: object properties: - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 sender: *4 - team: &695 + team: &696 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -219158,9 +219178,9 @@ webhooks: type: string enum: - added_to_repository - enterprise: *633 - installation: *634 - organization: *635 + enterprise: *634 + installation: *635 + organization: *636 repository: title: Repository description: A git repository @@ -219630,7 +219650,7 @@ webhooks: - topics - visibility sender: *4 - team: *695 + team: *696 required: - action - team @@ -219706,9 +219726,9 @@ webhooks: type: string enum: - created - enterprise: *633 - installation: *634 - organization: *635 + enterprise: *634 + installation: *635 + organization: *636 repository: title: Repository description: A git repository @@ -220178,7 +220198,7 @@ webhooks: - topics - visibility sender: *4 - team: *695 + team: *696 required: - action - team @@ -220255,9 +220275,9 @@ webhooks: type: string enum: - deleted - enterprise: *633 - installation: *634 - organization: *635 + enterprise: *634 + installation: *635 + organization: *636 repository: title: Repository description: A git repository @@ -220727,7 +220747,7 @@ webhooks: - topics - visibility sender: *4 - team: *695 + team: *696 required: - action - team @@ -220871,9 +220891,9 @@ webhooks: - from required: - permissions - enterprise: *633 - installation: *634 - organization: *635 + enterprise: *634 + installation: *635 + organization: *636 repository: title: Repository description: A git repository @@ -221343,7 +221363,7 @@ webhooks: - topics - visibility sender: *4 - team: *695 + team: *696 required: - action - changes @@ -221421,9 +221441,9 @@ webhooks: type: string enum: - removed_from_repository - enterprise: *633 - installation: *634 - organization: *635 + enterprise: *634 + installation: *635 + organization: *636 repository: title: Repository description: A git repository @@ -221893,7 +221913,7 @@ webhooks: - topics - visibility sender: *4 - team: *695 + team: *696 required: - action - team @@ -221969,10 +221989,10 @@ webhooks: type: string enum: - started - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 sender: *4 required: - action @@ -222045,17 +222065,17 @@ webhooks: title: workflow_dispatch event type: object properties: - enterprise: *633 + enterprise: *634 inputs: type: - object - 'null' additionalProperties: true - installation: *634 - organization: *635 + installation: *635 + organization: *636 ref: type: string - repository: *636 + repository: *637 sender: *4 workflow: type: string @@ -222137,10 +222157,10 @@ webhooks: type: string enum: - completed - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 sender: *4 workflow_job: allOf: @@ -222396,7 +222416,7 @@ webhooks: type: string required: - conclusion - deployment: *419 + deployment: *420 required: - action - repository @@ -222475,10 +222495,10 @@ webhooks: type: string enum: - in_progress - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 sender: *4 workflow_job: allOf: @@ -222760,7 +222780,7 @@ webhooks: required: - status - steps - deployment: *419 + deployment: *420 required: - action - repository @@ -222839,10 +222859,10 @@ webhooks: type: string enum: - queued - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 sender: *4 workflow_job: type: object @@ -222988,7 +223008,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *419 + deployment: *420 required: - action - repository @@ -223067,10 +223087,10 @@ webhooks: type: string enum: - waiting - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 sender: *4 workflow_job: type: object @@ -223217,7 +223237,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *419 + deployment: *420 required: - action - repository @@ -223297,12 +223317,12 @@ webhooks: type: string enum: - completed - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 sender: *4 - workflow: *648 + workflow: *649 workflow_run: title: Workflow Run type: object @@ -224321,12 +224341,12 @@ webhooks: type: string enum: - in_progress - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 sender: *4 - workflow: *648 + workflow: *649 workflow_run: title: Workflow Run type: object @@ -225330,12 +225350,12 @@ webhooks: type: string enum: - requested - enterprise: *633 - installation: *634 - organization: *635 - repository: *636 + enterprise: *634 + installation: *635 + organization: *636 + repository: *637 sender: *4 - workflow: *648 + workflow: *649 workflow_run: title: Workflow Run type: object diff --git a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json index 0ffd983787..765b4951a8 100644 --- a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json +++ b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json @@ -50048,6 +50048,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": { @@ -171178,7 +171188,9 @@ "registry_type": { "description": "The registry type.", "enum": [ - "maven_repository" + "maven_repository", + "nuget_feed", + "goproxy_server" ], "type": "string" }, @@ -171384,7 +171396,9 @@ "description": "The registry type.", "type": "string", "enum": [ - "maven_repository" + "maven_repository", + "nuget_feed", + "goproxy_server" ] }, "username": { @@ -171476,7 +171490,9 @@ "registry_type": { "description": "The registry type.", "enum": [ - "maven_repository" + "maven_repository", + "nuget_feed", + "goproxy_server" ], "type": "string" }, @@ -171816,7 +171832,9 @@ "registry_type": { "description": "The registry type.", "enum": [ - "maven_repository" + "maven_repository", + "nuget_feed", + "goproxy_server" ], "type": "string" }, @@ -171947,7 +171965,9 @@ "description": "The registry type.", "type": "string", "enum": [ - "maven_repository" + "maven_repository", + "nuget_feed", + "goproxy_server" ] }, "username": { @@ -190706,6 +190726,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": { @@ -535178,6 +535208,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": { @@ -536065,6 +536105,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-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml index 2066750725..be019c5f5f 100644 --- a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml +++ b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml @@ -909,7 +909,7 @@ paths: - subscriptions_url - type - url - type: &332 + type: &333 type: string description: The type of credit the user is receiving. enum: @@ -1075,7 +1075,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: - - &651 + - &652 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -1815,7 +1815,7 @@ paths: application/json: schema: *3 application/scim+json: - schema: &661 + schema: &662 title: Scim Error description: Scim Error type: object @@ -11721,7 +11721,7 @@ paths: description: The GitHub URL of the alert resource. format: uri readOnly: true - instances_url: &447 + instances_url: &448 type: string description: The REST API URL for fetching the list of instances for an alert. @@ -11757,7 +11757,7 @@ paths: format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - dismissed_reason: &448 + dismissed_reason: &449 type: - string - 'null' @@ -11768,14 +11768,14 @@ paths: - won't fix - used in tests - - dismissed_comment: &449 + dismissed_comment: &450 type: - string - 'null' description: The dismissal comment associated with the dismissal of the alert. maxLength: 280 - rule: &450 + rule: &451 type: object properties: id: @@ -11836,7 +11836,7 @@ paths: - 'null' description: A link to the documentation for the rule used to detect the alert. - tool: &451 + tool: &452 type: object properties: name: *87 @@ -11847,15 +11847,15 @@ paths: description: The version of the tool used to generate the code scanning analysis. guid: *88 - most_recent_instance: &452 + most_recent_instance: &453 type: object properties: - ref: &445 + ref: &446 type: string description: |- The Git reference, formatted as `refs/pull//merge`, `refs/pull//head`, `refs/heads/` or simply ``. - analysis_key: &462 + analysis_key: &463 type: string description: Identifies the configuration under which the analysis was executed. For example, in GitHub Actions @@ -11866,7 +11866,7 @@ paths: the environment in which the analysis that generated this alert instance was performed, such as the language that was analyzed. - category: &463 + category: &464 type: string description: Identifies the configuration under which the analysis was executed. Used to distinguish between multiple @@ -15159,7 +15159,7 @@ paths: - direct - transitive - - security_advisory: &499 + security_advisory: &500 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -15395,7 +15395,7 @@ paths: dismissal. maxLength: 280 fixed_at: *106 - auto_dismissed_at: &500 + auto_dismissed_at: &501 type: - string - 'null' @@ -15951,7 +15951,7 @@ paths: - name - created_on examples: - default: &342 + default: &343 value: total_count: 2 network_configurations: @@ -16174,7 +16174,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/network-configurations#get-a-hosted-compute-network-settings-resource-for-an-enterprise parameters: - *39 - - &343 + - &344 name: network_settings_id description: Unique identifier of the hosted compute network settings. in: path @@ -16186,7 +16186,7 @@ paths: description: Response content: application/json: - schema: &344 + schema: &345 title: Hosted compute network settings resource description: A hosted compute network settings resource. type: object @@ -16225,7 +16225,7 @@ paths: - subnet_id - region examples: - default: &345 + default: &346 value: id: 220F78DACB92BBFBC5E6F22DE1CCF52309D network_configuration_id: 934E208B3EE0BD60CF5F752C426BFB53562 @@ -16913,7 +16913,7 @@ paths: type: object description: A repository rule. oneOf: - - &609 + - &610 title: creation description: Only allow users with bypass permission to create matching refs. @@ -16925,7 +16925,7 @@ paths: type: string enum: - creation - - &610 + - &611 title: update description: Only allow users with bypass permission to update matching refs. @@ -16946,7 +16946,7 @@ paths: repository required: - update_allows_fetch_and_merge - - &612 + - &613 title: deletion description: Only allow users with bypass permissions to delete matching refs. @@ -16958,7 +16958,7 @@ paths: type: string enum: - deletion - - &613 + - &614 title: required_linear_history description: Prevent merge commits from being pushed to matching refs. @@ -16970,7 +16970,7 @@ paths: type: string enum: - required_linear_history - - &614 + - &615 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -17046,7 +17046,7 @@ paths: - merge_method - min_entries_to_merge - min_entries_to_merge_wait_minutes - - &615 + - &616 title: required_deployments description: Choose which environments must be successfully deployed to before refs can be pushed into a ref that matches @@ -17070,7 +17070,7 @@ paths: type: string required: - required_deployment_environments - - &616 + - &617 title: required_signatures description: Commits pushed to matching refs must have verified signatures. @@ -17082,7 +17082,7 @@ paths: type: string enum: - required_signatures - - &617 + - &618 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. @@ -17142,7 +17142,7 @@ paths: - require_last_push_approval - required_approving_review_count - required_review_thread_resolution - - &618 + - &619 title: required_status_checks description: Choose which status checks must pass before the ref is updated. When enabled, commits must first be pushed @@ -17189,7 +17189,7 @@ paths: required: - required_status_checks - strict_required_status_checks_policy - - &619 + - &620 title: non_fast_forward description: Prevent users with push access from force pushing to refs. @@ -17201,7 +17201,7 @@ paths: type: string enum: - non_fast_forward - - &620 + - &621 title: commit_message_pattern description: Parameters to be used for the commit_message_pattern rule @@ -17237,7 +17237,7 @@ paths: required: - operator - pattern - - &621 + - &622 title: commit_author_email_pattern description: Parameters to be used for the commit_author_email_pattern rule @@ -17273,7 +17273,7 @@ paths: required: - operator - pattern - - &622 + - &623 title: committer_email_pattern description: Parameters to be used for the committer_email_pattern rule @@ -17309,7 +17309,7 @@ paths: required: - operator - pattern - - &623 + - &624 title: branch_name_pattern description: Parameters to be used for the branch_name_pattern rule @@ -17345,7 +17345,7 @@ paths: required: - operator - pattern - - &624 + - &625 title: tag_name_pattern description: Parameters to be used for the tag_name_pattern rule @@ -17381,7 +17381,7 @@ paths: required: - operator - pattern - - &625 + - &626 title: file_path_restriction description: Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. @@ -17405,7 +17405,7 @@ paths: type: string required: - restricted_file_paths - - &626 + - &627 title: max_file_path_length description: Prevent commits that include file paths that exceed the specified character limit from being pushed to the commit @@ -17429,7 +17429,7 @@ paths: maximum: 256 required: - max_file_path_length - - &627 + - &628 title: file_extension_restriction description: Prevent commits that include files with specified file extensions from being pushed to the commit graph. @@ -17452,7 +17452,7 @@ paths: type: string required: - restricted_file_extensions - - &628 + - &629 title: max_file_size description: Prevent commits with individual files that exceed the specified limit from being pushed to the commit graph. @@ -17476,7 +17476,7 @@ paths: maximum: 100 required: - max_file_size - - &629 + - &630 title: workflows description: Require all changes made to a targeted branch to pass the specified workflows before they can be merged. @@ -17525,7 +17525,7 @@ paths: - repository_id required: - workflows - - &630 + - &631 title: code_scanning description: Choose which tools must provide code scanning results before the reference is updated. When configured, code scanning @@ -18147,6 +18147,15 @@ paths: schema: type: boolean default: false + - &330 + 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 @@ -18154,7 +18163,7 @@ paths: application/json: schema: type: array - items: &330 + items: &331 type: object properties: number: *96 @@ -18170,14 +18179,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &643 + state: &644 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: &644 + resolution: &645 type: - string - 'null' @@ -18282,7 +18291,7 @@ paths: description: A boolean value representing whether or not alert is base64 encoded examples: - default: &331 + default: &332 value: - number: 2 created_at: '2020-11-06T18:48:51Z' @@ -18548,7 +18557,7 @@ paths: description: Response content: application/json: - schema: &333 + schema: &334 type: object properties: total_minutes_used: @@ -18618,7 +18627,7 @@ paths: - included_minutes - minutes_used_breakdown examples: - default: &334 + default: &335 value: total_minutes_used: 305 total_paid_minutes_used: 0 @@ -18649,7 +18658,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/billing#get-github-advanced-security-active-committers-for-an-enterprise parameters: - *39 - - &335 + - &336 name: advanced_security_product in: query description: The security product to get GitHub Advanced Security active committers @@ -18669,7 +18678,7 @@ paths: description: Success content: application/json: - schema: &336 + schema: &337 type: object properties: total_advanced_security_committers: @@ -18732,7 +18741,7 @@ paths: required: - repositories examples: - default: &337 + default: &338 value: total_advanced_security_committers: 2 total_count: 2 @@ -18972,7 +18981,7 @@ paths: description: Response content: application/json: - schema: &338 + schema: &339 type: object properties: total_gigabytes_bandwidth_used: @@ -18990,7 +18999,7 @@ paths: - total_paid_gigabytes_bandwidth_used - included_gigabytes_bandwidth examples: - default: &339 + default: &340 value: total_gigabytes_bandwidth_used: 50 total_paid_gigabytes_bandwidth_used: 40 @@ -19025,7 +19034,7 @@ paths: description: Response content: application/json: - schema: &340 + schema: &341 type: object properties: days_left_in_billing_cycle: @@ -19043,7 +19052,7 @@ paths: - estimated_paid_storage_for_month - estimated_storage_for_month examples: - default: &341 + default: &342 value: days_left_in_billing_cycle: 20 estimated_paid_storage_for_month: 15 @@ -19530,7 +19539,7 @@ paths: milestone: anyOf: - type: 'null' - - &487 + - &488 title: Milestone description: A collection of related issues and pull requests. @@ -19847,7 +19856,7 @@ paths: - author_association - created_at - updated_at - comment: &549 + comment: &550 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -20422,7 +20431,7 @@ paths: url: type: string format: uri - user: &700 + user: &701 title: Public User description: Public User type: object @@ -23779,14 +23788,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: - - &365 + - &366 name: owner description: The account owner of the repository. The name is not case sensitive. in: path required: true schema: type: string - - &366 + - &367 name: repo description: The name of the repository without the `.git` extension. The name is not case sensitive. @@ -23857,7 +23866,7 @@ paths: '404': *6 '403': *27 '304': *35 - '301': &379 + '301': &380 description: Moved permanently content: application/json: @@ -23879,7 +23888,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &578 + - &579 name: all description: If `true`, show notifications marked as read. in: query @@ -23887,7 +23896,7 @@ paths: schema: type: boolean default: false - - &579 + - &580 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -23897,7 +23906,7 @@ paths: type: boolean default: false - *139 - - &580 + - &581 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: @@ -24431,7 +24440,7 @@ paths: - url - subscription_url examples: - default: &581 + default: &582 value: - id: '1' repository: @@ -24984,7 +24993,7 @@ paths: type: array items: *57 examples: - default: &717 + default: &718 value: - login: github id: 1 @@ -25987,7 +25996,7 @@ paths: type: integer repository_cache_usages: type: array - items: &384 + items: &385 title: Actions Cache Usage by repository description: GitHub Actions Cache Usage by repository. type: object @@ -26660,7 +26669,7 @@ paths: type: array items: *62 examples: - default: &711 + default: &712 value: total_count: 1 repositories: @@ -27483,7 +27492,7 @@ paths: type: array items: *191 examples: - default: &703 + default: &704 value: total_count: 1 repositories: @@ -28527,7 +28536,7 @@ paths: description: Response content: application/json: - schema: &404 + schema: &405 title: ActionsPublicKey description: The public key used for setting Actions Secrets. type: object @@ -28562,7 +28571,7 @@ paths: - key_id - key examples: - default: &405 + default: &406 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -28975,7 +28984,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-organization-variables parameters: - *165 - - &389 + - &390 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)." @@ -29593,7 +29602,7 @@ paths: bundle_url: type: string examples: - default: &418 + default: &419 value: attestations: - bundle: @@ -29934,7 +29943,7 @@ paths: application/json: schema: type: array - items: &435 + items: &436 title: Secret scanning bypass request description: A bypass request made by a user asking to be exempted from push protection in this repository. @@ -30065,7 +30074,7 @@ paths: examples: - https://github.com/octo-org/smile/exemptions/1 examples: - default: &436 + default: &437 value: - id: 21 number: 42 @@ -30722,7 +30731,7 @@ paths: be returned. in: query required: false - schema: &446 + schema: &447 type: string description: Severity of a code scanning alert. enum: @@ -31735,7 +31744,7 @@ paths: machine: anyOf: - type: 'null' - - &475 + - &476 type: object title: Codespace machine description: A description of the machine powering a codespace. @@ -32687,7 +32696,7 @@ paths: - updated_at - visibility examples: - default: &476 + default: &477 value: total_count: 2 secrets: @@ -32725,7 +32734,7 @@ paths: description: Response content: application/json: - schema: &477 + schema: &478 title: CodespacesPublicKey description: The public key used for setting Codespaces secrets. type: object @@ -32760,7 +32769,7 @@ paths: - key_id - key examples: - default: &478 + default: &479 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -32792,7 +32801,7 @@ paths: application/json: schema: *236 examples: - default: &480 + default: &481 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -34493,7 +34502,7 @@ paths: description: Response content: application/json: - schema: &503 + schema: &504 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -34512,7 +34521,7 @@ paths: - key_id - key examples: - default: &504 + default: &505 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -34842,7 +34851,7 @@ paths: - *214 - *215 - *216 - - &512 + - &513 name: request_status description: The status of the dismissal request to filter on. When specified, only requests with this status will be returned. @@ -34868,7 +34877,7 @@ paths: application/json: schema: type: array - items: &513 + items: &514 title: Secret scanning alert dismissal request description: A dismissal request made by a user asking to close a secret scanning alert in this repository. @@ -34995,7 +35004,7 @@ paths: examples: - https://github.com/octo-org/smile/security/secret-scanning/17 examples: - default: &514 + default: &515 value: - id: 21 number: 42 @@ -35338,7 +35347,7 @@ paths: description: Response content: application/json: - schema: &360 + schema: &361 title: ExternalGroup description: Information about an external group's usage and its members type: object @@ -35428,7 +35437,7 @@ paths: member_name: Octo Lisa member_email: octo_lisa@github.com examples: - default: &361 + default: &362 value: group_id: '123' group_name: Octocat admins @@ -35483,7 +35492,7 @@ paths: description: Response content: application/json: - schema: &358 + schema: &359 title: ExternalGroups description: A list of external groups available to be connected to a team @@ -35523,7 +35532,7 @@ paths: group_name: group-azuread-test2 updated_at: 2021-06-03 22:27:15:000 -700 examples: - default: &359 + default: &360 value: groups: - group_id: '123' @@ -36852,7 +36861,7 @@ paths: application/json: schema: *20 examples: - default: &545 + default: &546 value: id: 1 account: @@ -37080,7 +37089,7 @@ paths: required: true content: application/json: - schema: &546 + schema: &547 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration @@ -37945,7 +37954,7 @@ paths: application/json: schema: *286 examples: - default: &474 + default: &475 value: id: 1 name: monalisa-octocat-hello-world-g4wpq6h95q @@ -39183,7 +39192,7 @@ paths: parameters: - *165 - *292 - - &716 + - &717 name: repo_name description: repo_name parameter in: path @@ -40516,7 +40525,7 @@ paths: - nuget - container - *165 - - &718 + - &719 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -40557,7 +40566,7 @@ paths: default: *298 '403': *27 '401': *23 - '400': &720 + '400': &721 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -41759,6 +41768,8 @@ paths: description: The registry type. enum: - maven_repository + - nuget_feed + - goproxy_server type: string username: description: The username to use when authenticating with @@ -41835,6 +41846,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 @@ -41919,6 +41932,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 @@ -42090,6 +42105,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 @@ -42422,7 +42439,7 @@ paths: '401': *23 '403': *27 '404': *6 - '410': &376 + '410': &377 description: Gone content: application/json: @@ -43181,7 +43198,7 @@ paths: description: Response content: application/json: - schema: &378 + schema: &379 title: Full Repository description: Full Repository type: object @@ -43646,7 +43663,7 @@ paths: description: Whether anonymous git access is allowed. default: true type: boolean - code_of_conduct: &493 + code_of_conduct: &494 title: Code Of Conduct Simple description: Code of Conduct Simple type: object @@ -43760,7 +43777,7 @@ paths: - network_count - subscribers_count examples: - default: &380 + default: &381 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -44313,7 +44330,7 @@ paths: - *165 - *17 - *19 - - &631 + - &632 name: targets description: | A comma-separated list of rule targets to filter by. @@ -44504,7 +44521,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#list-organization-rule-suites parameters: - *165 - - &632 + - &633 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 @@ -44516,14 +44533,14 @@ paths: x-multi-segment: true - *220 - *216 - - &633 + - &634 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 - - &634 + - &635 name: rule_suite_result description: The rule results to filter on. When specified, only suites with this result will be returned. @@ -44543,7 +44560,7 @@ paths: description: Response content: application/json: - schema: &635 + schema: &636 title: Rule Suites description: Response type: array @@ -44599,7 +44616,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &636 + default: &637 value: - id: 21 actor_id: 12 @@ -44643,7 +44660,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *165 - - &637 + - &638 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -44659,7 +44676,7 @@ paths: description: Response content: application/json: - schema: &638 + schema: &639 title: Rule Suite description: Response type: object @@ -44766,7 +44783,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &639 + default: &640 value: id: 21 actor_id: 12 @@ -45097,7 +45114,7 @@ paths: - *86 - *19 - *17 - - &641 + - &642 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 @@ -45107,7 +45124,7 @@ paths: required: false schema: type: string - - &642 + - &643 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 @@ -45120,6 +45137,7 @@ paths: - *327 - *328 - *329 + - *330 responses: '200': description: Response @@ -45127,9 +45145,9 @@ paths: application/json: schema: type: array - items: *330 + items: *331 examples: - default: *331 + default: *332 headers: Link: *38 '404': *6 @@ -45199,7 +45217,7 @@ paths: application/json: schema: type: array - items: &649 + items: &650 description: A repository security advisory. type: object properties: @@ -45443,7 +45461,7 @@ paths: login: type: string description: The username of the user credited. - type: *332 + type: *333 credits_detailed: type: - array @@ -45454,7 +45472,7 @@ paths: type: object properties: user: *4 - type: *332 + type: *333 state: type: string description: The state of the user's acceptance of the @@ -45518,7 +45536,7 @@ paths: - private_fork additionalProperties: false examples: - default: &650 + default: &651 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -45992,9 +46010,9 @@ paths: description: Response content: application/json: - schema: *333 + schema: *334 examples: - default: *334 + default: *335 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -46019,7 +46037,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/billing/billing#get-github-advanced-security-active-committers-for-an-organization parameters: - *165 - - *335 + - *336 - *17 - *19 responses: @@ -46027,9 +46045,9 @@ paths: description: Success content: application/json: - schema: *336 + schema: *337 examples: - default: *337 + default: *338 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -46057,9 +46075,9 @@ paths: description: Response content: application/json: - schema: *338 + schema: *339 examples: - default: *339 + default: *340 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -46087,9 +46105,9 @@ paths: description: Response content: application/json: - schema: *340 + schema: *341 examples: - default: *341 + default: *342 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -46129,7 +46147,7 @@ paths: type: array items: *109 examples: - default: *342 + default: *343 headers: Link: *38 x-github: @@ -46330,15 +46348,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: - *165 - - *343 + - *344 responses: '200': description: Response content: application/json: - schema: *344 + schema: *345 examples: - default: *345 + default: *346 headers: Link: *38 x-github: @@ -46376,7 +46394,7 @@ paths: description: Response content: application/json: - schema: &367 + schema: &368 title: GroupMapping description: External Groups to be mapped to a team for membership type: object @@ -46428,7 +46446,7 @@ paths: group_description: Another group of Developers working on AzureAD SAML SSO examples: - default: &368 + default: &369 value: groups: - group_id: '123' @@ -46636,7 +46654,7 @@ paths: description: Response content: application/json: - schema: &346 + schema: &347 title: Full Team description: Groups of organization members that gives permissions on specified repositories. @@ -47016,7 +47034,7 @@ paths: - repos_count - organization examples: - default: &347 + default: &348 value: id: 1 node_id: MDQ6VGVhbTE= @@ -47093,9 +47111,9 @@ paths: description: Response content: application/json: - schema: *346 + schema: *347 examples: - default: *347 + default: *348 '404': *6 x-github: githubCloudOnly: false @@ -47180,16 +47198,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *346 + schema: *347 examples: - default: *347 + default: *348 '201': description: Response content: application/json: - schema: *346 + schema: *347 examples: - default: *347 + default: *348 '404': *6 '422': *15 '403': *27 @@ -47259,7 +47277,7 @@ paths: application/json: schema: type: array - items: &348 + items: &349 title: Team Discussion description: A team discussion is a persistent record of a free-form conversation within a team. @@ -47370,7 +47388,7 @@ paths: - updated_at - url examples: - default: &690 + default: &691 value: - author: login: octocat @@ -47479,9 +47497,9 @@ paths: description: Response content: application/json: - schema: *348 + schema: *349 examples: - default: &349 + default: &350 value: author: login: octocat @@ -47555,7 +47573,7 @@ paths: parameters: - *165 - *294 - - &350 + - &351 name: discussion_number description: The number that identifies the discussion. in: path @@ -47567,9 +47585,9 @@ paths: description: Response content: application/json: - schema: *348 + schema: *349 examples: - default: *349 + default: *350 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47593,7 +47611,7 @@ paths: parameters: - *165 - *294 - - *350 + - *351 requestBody: required: false content: @@ -47616,9 +47634,9 @@ paths: description: Response content: application/json: - schema: *348 + schema: *349 examples: - default: &691 + default: &692 value: author: login: octocat @@ -47690,7 +47708,7 @@ paths: parameters: - *165 - *294 - - *350 + - *351 responses: '204': description: Response @@ -47718,7 +47736,7 @@ paths: parameters: - *165 - *294 - - *350 + - *351 - *86 - *17 - *19 @@ -47729,7 +47747,7 @@ paths: application/json: schema: type: array - items: &351 + items: &352 title: Team Discussion Comment description: A reply to a discussion within a team. type: object @@ -47809,7 +47827,7 @@ paths: - updated_at - url examples: - default: &692 + default: &693 value: - author: login: octocat @@ -47879,7 +47897,7 @@ paths: parameters: - *165 - *294 - - *350 + - *351 requestBody: required: true content: @@ -47901,9 +47919,9 @@ paths: description: Response content: application/json: - schema: *351 + schema: *352 examples: - default: &352 + default: &353 value: author: login: octocat @@ -47971,8 +47989,8 @@ paths: parameters: - *165 - *294 - - *350 - - &353 + - *351 + - &354 name: comment_number description: The number that identifies the comment. in: path @@ -47984,9 +48002,9 @@ paths: description: Response content: application/json: - schema: *351 + schema: *352 examples: - default: *352 + default: *353 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48010,8 +48028,8 @@ paths: parameters: - *165 - *294 - - *350 - - *353 + - *351 + - *354 requestBody: required: true content: @@ -48033,9 +48051,9 @@ paths: description: Response content: application/json: - schema: *351 + schema: *352 examples: - default: &693 + default: &694 value: author: login: octocat @@ -48101,8 +48119,8 @@ paths: parameters: - *165 - *294 - - *350 - - *353 + - *351 + - *354 responses: '204': description: Response @@ -48130,8 +48148,8 @@ paths: parameters: - *165 - *294 - - *350 - - *353 + - *351 + - *354 - 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. @@ -48157,7 +48175,7 @@ paths: application/json: schema: type: array - items: &354 + items: &355 title: Reaction description: Reactions to conversations provide a way to help people express their feelings more simply and effectively. @@ -48201,7 +48219,7 @@ paths: - content - created_at examples: - default: &356 + default: &357 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -48253,8 +48271,8 @@ paths: parameters: - *165 - *294 - - *350 - - *353 + - *351 + - *354 requestBody: required: true content: @@ -48287,9 +48305,9 @@ paths: team discussion comment content: application/json: - schema: *354 + schema: *355 examples: - default: &355 + default: &356 value: id: 1 node_id: MDg6UmVhY3Rpb24x @@ -48318,9 +48336,9 @@ paths: description: Response content: application/json: - schema: *354 + schema: *355 examples: - default: *355 + default: *356 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48345,9 +48363,9 @@ paths: parameters: - *165 - *294 - - *350 - - *353 - - &357 + - *351 + - *354 + - &358 name: reaction_id description: The unique identifier of the reaction. in: path @@ -48381,7 +48399,7 @@ paths: parameters: - *165 - *294 - - *350 + - *351 - 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. @@ -48407,9 +48425,9 @@ paths: application/json: schema: type: array - items: *354 + items: *355 examples: - default: *356 + default: *357 headers: Link: *38 x-github: @@ -48437,7 +48455,7 @@ paths: parameters: - *165 - *294 - - *350 + - *351 requestBody: required: true content: @@ -48469,16 +48487,16 @@ paths: description: Response content: application/json: - schema: *354 + schema: *355 examples: - default: *355 + default: *356 '201': description: Response content: application/json: - schema: *354 + schema: *355 examples: - default: *355 + default: *356 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -48503,8 +48521,8 @@ paths: parameters: - *165 - *294 - - *350 - - *357 + - *351 + - *358 responses: '204': description: Response @@ -48534,9 +48552,9 @@ paths: description: Response content: application/json: - schema: *358 + schema: *359 examples: - default: *359 + default: *360 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -48580,9 +48598,9 @@ paths: description: Response content: application/json: - schema: *360 + schema: *361 examples: - default: *361 + default: *362 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -48723,7 +48741,7 @@ paths: description: Response content: application/json: - schema: &362 + schema: &363 title: Team Membership description: Team Membership type: object @@ -48751,7 +48769,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &694 + response-if-user-is-a-team-maintainer: &695 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -48814,9 +48832,9 @@ paths: description: Response content: application/json: - schema: *362 + schema: *363 examples: - response-if-users-membership-with-team-is-now-pending: &695 + response-if-users-membership-with-team-is-now-pending: &696 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -48889,7 +48907,7 @@ paths: application/json: schema: type: array - items: &363 + items: &364 title: Team Project description: A team's access to a project. type: object @@ -48958,7 +48976,7 @@ paths: - updated_at - permissions examples: - default: &696 + default: &697 value: - owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -49023,7 +49041,7 @@ paths: parameters: - *165 - *294 - - &364 + - &365 name: project_id description: The unique identifier of the project. in: path @@ -49035,9 +49053,9 @@ paths: description: Response content: application/json: - schema: *363 + schema: *364 examples: - default: &697 + default: &698 value: owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -49101,7 +49119,7 @@ paths: parameters: - *165 - *294 - - *364 + - *365 requestBody: required: false content: @@ -49170,7 +49188,7 @@ paths: parameters: - *165 - *294 - - *364 + - *365 responses: '204': description: Response @@ -49241,14 +49259,14 @@ paths: parameters: - *165 - *294 - - *365 - *366 + - *367 responses: '200': description: Alternative response with repository permissions content: application/json: - schema: &698 + schema: &699 title: Team Repository description: A team's access to a repository. type: object @@ -49891,8 +49909,8 @@ paths: parameters: - *165 - *294 - - *365 - *366 + - *367 requestBody: required: false content: @@ -49939,8 +49957,8 @@ paths: parameters: - *165 - *294 - - *365 - *366 + - *367 responses: '204': description: Response @@ -49973,9 +49991,9 @@ paths: description: Response content: application/json: - schema: *367 + schema: *368 examples: - default: *368 + default: *369 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -50041,7 +50059,7 @@ paths: description: Response content: application/json: - schema: *367 + schema: *368 examples: default: value: @@ -50086,7 +50104,7 @@ paths: type: array items: *222 examples: - response-if-child-teams-exist: &699 + response-if-child-teams-exist: &700 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -50213,7 +50231,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#get-a-project-card parameters: - - &369 + - &370 name: card_id description: The unique identifier of the card. in: path @@ -50225,7 +50243,7 @@ paths: description: Response content: application/json: - schema: &370 + schema: &371 title: Project Card description: Project cards represent a scope of work. type: object @@ -50300,7 +50318,7 @@ paths: - created_at - updated_at examples: - default: &371 + default: &372 value: url: https://api.github.com/projects/columns/cards/1478 id: 1478 @@ -50356,7 +50374,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#update-an-existing-project-card parameters: - - *369 + - *370 requestBody: required: false content: @@ -50386,9 +50404,9 @@ paths: description: Response content: application/json: - schema: *370 + schema: *371 examples: - default: *371 + default: *372 '304': *35 '403': *27 '401': *23 @@ -50415,7 +50433,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#delete-a-project-card parameters: - - *369 + - *370 responses: '204': description: Response @@ -50459,7 +50477,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#move-a-project-card parameters: - - *369 + - *370 requestBody: required: true content: @@ -50572,7 +50590,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#get-a-project-column parameters: - - &372 + - &373 name: column_id description: The unique identifier of the column. in: path @@ -50584,7 +50602,7 @@ paths: description: Response content: application/json: - schema: &373 + schema: &374 title: Project Column description: Project columns contain cards of work. type: object @@ -50638,7 +50656,7 @@ paths: - created_at - updated_at examples: - default: &374 + default: &375 value: url: https://api.github.com/projects/columns/367 project_url: https://api.github.com/projects/120 @@ -50673,7 +50691,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#update-an-existing-project-column parameters: - - *372 + - *373 requestBody: required: true content: @@ -50698,9 +50716,9 @@ paths: description: Response content: application/json: - schema: *373 + schema: *374 examples: - default: *374 + default: *375 '304': *35 '403': *27 '401': *23 @@ -50725,7 +50743,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#delete-a-project-column parameters: - - *372 + - *373 responses: '204': description: Response @@ -50754,7 +50772,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#list-project-cards parameters: - - *372 + - *373 - name: archived_state description: Filters the project cards that are returned by the card's state. in: query @@ -50775,7 +50793,7 @@ paths: application/json: schema: type: array - items: *370 + items: *371 examples: default: value: @@ -50834,7 +50852,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#create-a-project-card parameters: - - *372 + - *373 requestBody: required: true content: @@ -50878,9 +50896,9 @@ paths: description: Response content: application/json: - schema: *370 + schema: *371 examples: - default: *371 + default: *372 '304': *35 '403': *27 '401': *23 @@ -50936,7 +50954,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#move-a-project-column parameters: - - *372 + - *373 requestBody: required: true content: @@ -50997,7 +51015,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#get-a-project parameters: - - *364 + - *365 responses: '200': description: Response @@ -51005,7 +51023,7 @@ paths: application/json: schema: *313 examples: - default: &375 + default: &376 value: owner_url: https://api.github.com/repos/api-playground/projects-test url: https://api.github.com/projects/1002604 @@ -51062,7 +51080,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#update-a-project parameters: - - *364 + - *365 requestBody: required: false content: @@ -51113,7 +51131,7 @@ paths: application/json: schema: *313 examples: - default: *375 + default: *376 '404': description: Not Found if the authenticated user does not have access to the project @@ -51134,7 +51152,7 @@ paths: items: type: string '401': *23 - '410': *376 + '410': *377 '422': *7 x-github: githubCloudOnly: false @@ -51157,7 +51175,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#delete-a-project parameters: - - *364 + - *365 responses: '204': description: Delete Success @@ -51178,7 +51196,7 @@ paths: items: type: string '401': *23 - '410': *376 + '410': *377 '404': *6 x-github: githubCloudOnly: false @@ -51202,7 +51220,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#list-project-collaborators parameters: - - *364 + - *365 - 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 @@ -51259,7 +51277,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#add-project-collaborator parameters: - - *364 + - *365 - *213 requestBody: required: false @@ -51314,7 +51332,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#remove-user-as-a-collaborator parameters: - - *364 + - *365 - *213 responses: '204': @@ -51346,7 +51364,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#get-project-permission-for-a-user parameters: - - *364 + - *365 - *213 responses: '200': @@ -51417,7 +51435,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#list-project-columns parameters: - - *364 + - *365 - *17 - *19 responses: @@ -51427,7 +51445,7 @@ paths: application/json: schema: type: array - items: *373 + items: *374 examples: default: value: @@ -51465,7 +51483,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#create-a-project-column parameters: - - *364 + - *365 requestBody: required: true content: @@ -51489,7 +51507,7 @@ paths: description: Response content: application/json: - schema: *373 + schema: *374 examples: default: value: @@ -51553,7 +51571,7 @@ paths: resources: type: object properties: - core: &377 + core: &378 title: Rate Limit type: object properties: @@ -51570,20 +51588,20 @@ paths: - remaining - reset - used - graphql: *377 - search: *377 - code_search: *377 - source_import: *377 - integration_manifest: *377 - code_scanning_upload: *377 - actions_runner_registration: *377 - scim: *377 - dependency_snapshots: *377 - code_scanning_autofix: *377 + graphql: *378 + search: *378 + code_search: *378 + source_import: *378 + integration_manifest: *378 + code_scanning_upload: *378 + actions_runner_registration: *378 + scim: *378 + dependency_snapshots: *378 + code_scanning_autofix: *378 required: - core - search - rate: *377 + rate: *378 required: - rate - resources @@ -51687,14 +51705,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository parameters: - - *365 - *366 + - *367 responses: '200': description: Response content: application/json: - schema: *378 + schema: *379 examples: default-response: summary: Default response @@ -52199,7 +52217,7 @@ paths: status: disabled '403': *27 '404': *6 - '301': *379 + '301': *380 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52217,8 +52235,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#update-a-repository parameters: - - *365 - *366 + - *367 requestBody: required: false content: @@ -52473,10 +52491,10 @@ paths: description: Response content: application/json: - schema: *378 + schema: *379 examples: - default: *380 - '307': &381 + default: *381 + '307': &382 description: Temporary Redirect content: application/json: @@ -52505,8 +52523,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#delete-a-repository parameters: - - *365 - *366 + - *367 responses: '204': description: Response @@ -52528,7 +52546,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': *381 + '307': *382 '404': *6 '409': *94 x-github: @@ -52552,11 +52570,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#list-artifacts-for-a-repository parameters: - - *365 - *366 + - *367 - *17 - *19 - - &396 + - &397 name: name description: The name field of an artifact. When specified, only artifacts with this name will be returned. @@ -52579,7 +52597,7 @@ paths: type: integer artifacts: type: array - items: &382 + items: &383 title: Artifact description: An artifact type: object @@ -52674,7 +52692,7 @@ paths: - expires_at - updated_at examples: - default: &397 + default: &398 value: total_count: 2 artifacts: @@ -52735,9 +52753,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#get-an-artifact parameters: - - *365 - *366 - - &383 + - *367 + - &384 name: artifact_id description: The unique identifier of the artifact. in: path @@ -52749,7 +52767,7 @@ paths: description: Response content: application/json: - schema: *382 + schema: *383 examples: default: value: @@ -52787,9 +52805,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#delete-an-artifact parameters: - - *365 - *366 - - *383 + - *367 + - *384 responses: '204': description: Response @@ -52813,9 +52831,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#download-an-artifact parameters: - - *365 - *366 - - *383 + - *367 + - *384 - name: archive_format in: path required: true @@ -52829,7 +52847,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': *376 + '410': *377 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52852,14 +52870,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: - - *365 - *366 + - *367 responses: '200': description: Response content: application/json: - schema: *384 + schema: *385 examples: default: value: @@ -52885,11 +52903,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: - - *365 - *366 + - *367 - *17 - *19 - - &385 + - &386 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 @@ -52923,7 +52941,7 @@ paths: description: Response content: application/json: - schema: &386 + schema: &387 title: Repository actions caches description: Repository actions caches type: object @@ -52973,7 +52991,7 @@ paths: - total_count - actions_caches examples: - default: &387 + default: &388 value: total_count: 1 actions_caches: @@ -53005,23 +53023,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: - - *365 - *366 + - *367 - name: key description: A key for identifying the cache. in: query required: true schema: type: string - - *385 + - *386 responses: '200': description: Response content: application/json: - schema: *386 + schema: *387 examples: - default: *387 + default: *388 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -53041,8 +53059,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: - - *365 - *366 + - *367 - name: cache_id description: The unique identifier of the GitHub Actions cache. in: path @@ -53073,9 +53091,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: - - *365 - *366 - - &388 + - *367 + - &389 name: job_id description: The unique identifier of the job. in: path @@ -53087,7 +53105,7 @@ paths: description: Response content: application/json: - schema: &400 + schema: &401 title: Job description: Information of a job execution in a workflow run type: object @@ -53434,9 +53452,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: - - *365 - *366 - - *388 + - *367 + - *389 responses: '302': description: Response @@ -53464,9 +53482,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: - - *365 - *366 - - *388 + - *367 + - *389 requestBody: required: false content: @@ -53512,8 +53530,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: - - *365 - *366 + - *367 responses: '200': description: Status response @@ -53563,8 +53581,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: - - *365 - *366 + - *367 requestBody: required: true content: @@ -53627,8 +53645,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-repository-organization-secrets parameters: - - *365 - *366 + - *367 - *17 - *19 responses: @@ -53646,7 +53664,7 @@ paths: type: integer secrets: type: array - items: &402 + items: &403 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -53667,7 +53685,7 @@ paths: - created_at - updated_at examples: - default: &403 + default: &404 value: total_count: 2 secrets: @@ -53700,9 +53718,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-repository-organization-variables parameters: - - *365 - *366 - - *389 + - *367 + - *390 - *19 responses: '200': @@ -53719,7 +53737,7 @@ paths: type: integer variables: type: array - items: &406 + items: &407 title: Actions Variable type: object properties: @@ -53753,7 +53771,7 @@ paths: - created_at - updated_at examples: - default: &407 + default: &408 value: total_count: 2 variables: @@ -53786,8 +53804,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: - - *365 - *366 + - *367 responses: '200': description: Response @@ -53796,7 +53814,7 @@ paths: schema: type: object properties: - enabled: &390 + enabled: &391 type: boolean description: Whether GitHub Actions is enabled on the repository. allowed_actions: *47 @@ -53829,8 +53847,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: - - *365 - *366 + - *367 responses: '204': description: Response @@ -53841,7 +53859,7 @@ paths: schema: type: object properties: - enabled: *390 + enabled: *391 allowed_actions: *47 required: - enabled @@ -53872,14 +53890,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: - - *365 - *366 + - *367 responses: '200': description: Response content: application/json: - schema: &391 + schema: &392 type: object properties: access_level: @@ -53897,7 +53915,7 @@ paths: required: - access_level examples: - default: &392 + default: &393 value: access_level: organization x-github: @@ -53922,15 +53940,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: - - *365 - *366 + - *367 requestBody: required: true content: application/json: - schema: *391 + schema: *392 examples: - default: *392 + default: *393 responses: '204': description: Response @@ -53954,8 +53972,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: - - *365 - *366 + - *367 responses: '200': description: Response @@ -53986,8 +54004,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: - - *365 - *366 + - *367 responses: '204': description: Response @@ -54019,8 +54037,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: - - *365 - *366 + - *367 responses: '200': description: Response @@ -54049,8 +54067,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: - - *365 - *366 + - *367 responses: '204': description: Success response @@ -54090,8 +54108,8 @@ paths: in: query schema: type: string - - *365 - *366 + - *367 - *17 - *19 responses: @@ -54135,8 +54153,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: - - *365 - *366 + - *367 responses: '200': description: Response @@ -54168,8 +54186,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: - - *365 - *366 + - *367 requestBody: required: true content: @@ -54243,8 +54261,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: - - *365 - *366 + - *367 responses: '201': description: Response @@ -54280,8 +54298,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: - - *365 - *366 + - *367 responses: '201': description: Response @@ -54311,8 +54329,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: - - *365 - *366 + - *367 - *59 responses: '200': @@ -54342,8 +54360,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: - - *365 - *366 + - *367 - *59 responses: '204': @@ -54370,8 +54388,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: - - *365 - *366 + - *367 - *59 responses: '200': *65 @@ -54396,8 +54414,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: - - *365 - *366 + - *367 - *59 requestBody: required: true @@ -54446,8 +54464,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: - - *365 - *366 + - *367 - *59 requestBody: required: true @@ -54497,8 +54515,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: - - *365 - *366 + - *367 - *59 responses: '200': *198 @@ -54528,8 +54546,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: - - *365 - *366 + - *367 - *59 - *199 responses: @@ -54559,9 +54577,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: - - *365 - *366 - - &410 + - *367 + - &411 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. @@ -54569,7 +54587,7 @@ paths: required: false schema: type: string - - &411 + - &412 name: branch description: Returns workflow runs associated with a branch. Use the name of the branch of the `push`. @@ -54577,7 +54595,7 @@ paths: required: false schema: type: string - - &412 + - &413 name: event description: Returns workflow run triggered by the event you specify. For example, `push`, `pull_request` or `issue`. For more information, see "[Events @@ -54586,7 +54604,7 @@ paths: required: false schema: type: string - - &413 + - &414 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 @@ -54613,7 +54631,7 @@ paths: - pending - *17 - *19 - - &414 + - &415 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)." @@ -54622,7 +54640,7 @@ paths: schema: type: string format: date-time - - &393 + - &394 name: exclude_pull_requests description: If `true` pull requests are omitted from the response (empty array). @@ -54631,13 +54649,13 @@ paths: schema: type: boolean default: false - - &415 + - &416 name: check_suite_id description: Returns workflow runs with the `check_suite_id` that you specify. in: query schema: type: integer - - &416 + - &417 name: head_sha description: Only returns workflow runs that are associated with the specified `head_sha`. @@ -54660,7 +54678,7 @@ paths: type: integer workflow_runs: type: array - items: &394 + items: &395 title: Workflow Run description: An invocation of a workflow type: object @@ -54777,7 +54795,7 @@ paths: type: - array - 'null' - items: &437 + items: &438 title: Pull Request Minimal type: object properties: @@ -54904,7 +54922,7 @@ paths: head_commit: anyOf: - type: 'null' - - &441 + - &442 title: Simple Commit description: A commit. type: object @@ -55019,7 +55037,7 @@ paths: - workflow_url - pull_requests examples: - default: &417 + default: &418 value: total_count: 1 workflow_runs: @@ -55255,24 +55273,24 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-a-workflow-run parameters: - - *365 - *366 - - &395 + - *367 + - &396 name: run_id description: The unique identifier of the workflow run. in: path required: true schema: type: integer - - *393 + - *394 responses: '200': description: Response content: application/json: - schema: *394 + schema: *395 examples: - default: &398 + default: &399 value: id: 30433642 name: Build @@ -55513,9 +55531,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#delete-a-workflow-run parameters: - - *365 - *366 - - *395 + - *367 + - *396 responses: '204': description: Response @@ -55538,9 +55556,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: - - *365 - *366 - - *395 + - *367 + - *396 responses: '200': description: Response @@ -55668,9 +55686,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: - - *365 - *366 - - *395 + - *367 + - *396 responses: '201': description: Response @@ -55703,12 +55721,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#list-workflow-run-artifacts parameters: - - *365 - *366 - - *395 + - *367 + - *396 - *17 - *19 - - *396 + - *397 responses: '200': description: Response @@ -55724,9 +55742,9 @@ paths: type: integer artifacts: type: array - items: *382 + items: *383 examples: - default: *397 + default: *398 headers: Link: *38 x-github: @@ -55750,25 +55768,25 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-a-workflow-run-attempt parameters: - - *365 - *366 - - *395 - - &399 + - *367 + - *396 + - &400 name: attempt_number description: The attempt number of the workflow run. in: path required: true schema: type: integer - - *393 + - *394 responses: '200': description: Response content: application/json: - schema: *394 + schema: *395 examples: - default: *398 + default: *399 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55791,10 +55809,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: - - *365 - *366 - - *395 - - *399 + - *367 + - *396 + - *400 - *17 - *19 responses: @@ -55812,9 +55830,9 @@ paths: type: integer jobs: type: array - items: *400 + items: *401 examples: - default: &401 + default: &402 value: total_count: 1 jobs: @@ -55927,10 +55945,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#download-workflow-run-attempt-logs parameters: - - *365 - *366 - - *395 - - *399 + - *367 + - *396 + - *400 responses: '302': description: Response @@ -55958,9 +55976,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#cancel-a-workflow-run parameters: - - *365 - *366 - - *395 + - *367 + - *396 responses: '202': description: Response @@ -55993,9 +56011,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: - - *365 - *366 - - *395 + - *367 + - *396 requestBody: required: true content: @@ -56062,9 +56080,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#force-cancel-a-workflow-run parameters: - - *365 - *366 - - *395 + - *367 + - *396 responses: '202': description: Response @@ -56097,9 +56115,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: - - *365 - *366 - - *395 + - *367 + - *396 - name: filter description: Filters jobs by their `completed_at` timestamp. `latest` returns jobs from the most recent execution of the workflow run. `all` returns all @@ -56129,9 +56147,9 @@ paths: type: integer jobs: type: array - items: *400 + items: *401 examples: - default: *401 + default: *402 headers: Link: *38 x-github: @@ -56156,9 +56174,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#download-workflow-run-logs parameters: - - *365 - *366 - - *395 + - *367 + - *396 responses: '302': description: Response @@ -56185,9 +56203,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#delete-workflow-run-logs parameters: - - *365 - *366 - - *395 + - *367 + - *396 responses: '204': description: Response @@ -56214,9 +56232,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: - - *365 - *366 - - *395 + - *367 + - *396 responses: '200': description: Response @@ -56285,7 +56303,7 @@ paths: items: type: object properties: - type: &515 + type: &516 type: string description: The type of reviewer. enum: @@ -56371,9 +56389,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: - - *365 - *366 - - *395 + - *367 + - *396 requestBody: required: true content: @@ -56423,7 +56441,7 @@ paths: application/json: schema: type: array - items: &507 + items: &508 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed @@ -56535,7 +56553,7 @@ paths: - created_at - updated_at examples: - default: &508 + default: &509 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -56591,9 +56609,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#re-run-a-workflow parameters: - - *365 - *366 - - *395 + - *367 + - *396 requestBody: required: false content: @@ -56638,9 +56656,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: - - *365 - *366 - - *395 + - *367 + - *396 requestBody: required: false content: @@ -56695,9 +56713,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-workflow-run-usage parameters: - - *365 - *366 - - *395 + - *367 + - *396 responses: '200': description: Response @@ -56834,8 +56852,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-repository-secrets parameters: - - *365 - *366 + - *367 - *17 - *19 responses: @@ -56853,9 +56871,9 @@ paths: type: integer secrets: type: array - items: *402 + items: *403 examples: - default: *403 + default: *404 headers: Link: *38 x-github: @@ -56880,16 +56898,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-a-repository-public-key parameters: - - *365 - *366 + - *367 responses: '200': description: Response content: application/json: - schema: *404 + schema: *405 examples: - default: *405 + default: *406 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56911,17 +56929,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-a-repository-secret parameters: - - *365 - *366 + - *367 - *201 responses: '200': description: Response content: application/json: - schema: *402 + schema: *403 examples: - default: &528 + default: &529 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -56947,8 +56965,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-a-repository-secret parameters: - - *365 - *366 + - *367 - *201 requestBody: required: true @@ -57006,8 +57024,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-a-repository-secret parameters: - - *365 - *366 + - *367 - *201 responses: '204': @@ -57033,9 +57051,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-repository-variables parameters: - - *365 - *366 - - *389 + - *367 + - *390 - *19 responses: '200': @@ -57052,9 +57070,9 @@ paths: type: integer variables: type: array - items: *406 + items: *407 examples: - default: *407 + default: *408 headers: Link: *38 x-github: @@ -57077,8 +57095,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#create-a-repository-variable parameters: - - *365 - *366 + - *367 requestBody: required: true content: @@ -57130,17 +57148,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-a-repository-variable parameters: - - *365 - *366 + - *367 - *204 responses: '200': description: Response content: application/json: - schema: *406 + schema: *407 examples: - default: &529 + default: &530 value: name: USERNAME value: octocat @@ -57166,8 +57184,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-a-repository-variable parameters: - - *365 - *366 + - *367 - *204 requestBody: required: true @@ -57210,8 +57228,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-a-repository-variable parameters: - - *365 - *366 + - *367 - *204 responses: '204': @@ -57237,8 +57255,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#list-repository-workflows parameters: - - *365 - *366 + - *367 - *17 - *19 responses: @@ -57256,7 +57274,7 @@ paths: type: integer workflows: type: array - items: &408 + items: &409 title: Workflow description: A GitHub Actions workflow type: object @@ -57374,9 +57392,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#get-a-workflow parameters: - - *365 - *366 - - &409 + - *367 + - &410 name: workflow_id in: path description: The ID of the workflow. You can also pass the workflow file name @@ -57391,7 +57409,7 @@ paths: description: Response content: application/json: - schema: *408 + schema: *409 examples: default: value: @@ -57424,9 +57442,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#disable-a-workflow parameters: - - *365 - *366 - - *409 + - *367 + - *410 responses: '204': description: Response @@ -57451,9 +57469,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#create-a-workflow-dispatch-event parameters: - - *365 - *366 - - *409 + - *367 + - *410 responses: '204': description: Response @@ -57504,9 +57522,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#enable-a-workflow parameters: - - *365 - *366 - - *409 + - *367 + - *410 responses: '204': description: Response @@ -57533,19 +57551,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: - - *365 - *366 - - *409 + - *367 - *410 - *411 - *412 - *413 + - *414 - *17 - *19 - - *414 - - *393 - *415 + - *394 - *416 + - *417 responses: '200': description: Response @@ -57561,9 +57579,9 @@ paths: type: integer workflow_runs: type: array - items: *394 + items: *395 examples: - default: *417 + default: *418 headers: Link: *38 x-github: @@ -57596,9 +57614,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#get-workflow-usage parameters: - - *365 - *366 - - *409 + - *367 + - *410 responses: '200': description: Response @@ -57659,8 +57677,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-activities parameters: - - *365 - *366 + - *367 - *86 - *17 - *84 @@ -57828,8 +57846,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#list-assignees parameters: - - *365 - *366 + - *367 - *17 - *19 responses: @@ -57866,8 +57884,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: - - *365 - *366 + - *367 - name: assignee in: path required: true @@ -57903,8 +57921,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#create-an-attestation parameters: - - *365 - *366 + - *367 requestBody: required: true content: @@ -58016,8 +58034,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-attestations parameters: - - *365 - *366 + - *367 - *17 - *84 - *85 @@ -58071,7 +58089,7 @@ paths: bundle_url: type: string examples: - default: *418 + default: *419 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58091,8 +58109,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/autolinks#get-all-autolinks-of-a-repository parameters: - - *365 - *366 + - *367 responses: '200': description: Response @@ -58100,7 +58118,7 @@ paths: application/json: schema: type: array - items: &419 + items: &420 title: Autolink reference description: An autolink reference. type: object @@ -58154,8 +58172,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: - - *365 - *366 + - *367 requestBody: required: true content: @@ -58194,9 +58212,9 @@ paths: description: response content: application/json: - schema: *419 + schema: *420 examples: - default: &420 + default: &421 value: id: 1 key_prefix: TICKET- @@ -58227,9 +58245,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: - - *365 - *366 - - &421 + - *367 + - &422 name: autolink_id description: The unique identifier of the autolink. in: path @@ -58241,9 +58259,9 @@ paths: description: Response content: application/json: - schema: *419 + schema: *420 examples: - default: *420 + default: *421 '404': *6 x-github: githubCloudOnly: false @@ -58263,9 +58281,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: - - *365 - *366 - - *421 + - *367 + - *422 responses: '204': description: Response @@ -58289,8 +58307,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: - - *365 - *366 + - *367 responses: '200': description: Response if Dependabot is enabled @@ -58340,8 +58358,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-dependabot-security-updates parameters: - - *365 - *366 + - *367 responses: '204': description: Response @@ -58362,8 +58380,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-dependabot-security-updates parameters: - - *365 - *366 + - *367 responses: '204': description: Response @@ -58383,8 +58401,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#list-branches parameters: - - *365 - *366 + - *367 - name: protected description: Setting to `true` returns only branches protected by branch protections or rulesets. When set to `false`, only unprotected branches are returned. @@ -58422,7 +58440,7 @@ paths: - url protected: type: boolean - protection: &423 + protection: &424 title: Branch Protection description: Branch Protection type: object @@ -58465,7 +58483,7 @@ paths: required: - contexts - checks - enforce_admins: &426 + enforce_admins: &427 title: Protected Branch Admin Enforced description: Protected Branch Admin Enforced type: object @@ -58482,7 +58500,7 @@ paths: required: - url - enabled - required_pull_request_reviews: &428 + required_pull_request_reviews: &429 title: Protected Branch Pull Request Review description: Protected Branch Pull Request Review type: object @@ -58566,7 +58584,7 @@ paths: required: - dismiss_stale_reviews - require_code_owner_reviews - restrictions: &425 + restrictions: &426 title: Branch Restriction Policy description: Branch Restriction Policy type: object @@ -58891,9 +58909,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#get-a-branch parameters: - - *365 - *366 - - &424 + - *367 + - &425 name: branch description: The name of the branch. Cannot contain wildcard characters. To use wildcard characters in branch names, use [the GraphQL API](https://docs.github.com/enterprise-cloud@latest//graphql). @@ -58907,14 +58925,14 @@ paths: description: Response content: application/json: - schema: &434 + schema: &435 title: Branch With Protection description: Branch With Protection type: object properties: name: type: string - commit: &483 + commit: &484 title: Commit description: Commit type: object @@ -58953,7 +58971,7 @@ paths: author: anyOf: - type: 'null' - - &422 + - &423 title: Git User description: Metaproperties for Git author/committer information. @@ -58974,7 +58992,7 @@ paths: committer: anyOf: - type: 'null' - - *422 + - *423 message: type: string examples: @@ -58998,7 +59016,7 @@ paths: required: - sha - url - verification: &535 + verification: &536 title: Verification type: object properties: @@ -59078,7 +59096,7 @@ paths: type: integer files: type: array - items: &495 + items: &496 title: Diff Entry description: Diff Entry type: object @@ -59172,7 +59190,7 @@ paths: - self protected: type: boolean - protection: *423 + protection: *424 protection_url: type: string format: uri @@ -59281,7 +59299,7 @@ paths: contexts: [] checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection - '301': *379 + '301': *380 '404': *6 x-github: githubCloudOnly: false @@ -59303,15 +59321,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-branch-protection parameters: - - *365 - *366 - - *424 + - *367 + - *425 responses: '200': description: Response content: application/json: - schema: *423 + schema: *424 examples: default: value: @@ -59505,9 +59523,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-branch-protection parameters: - - *365 - *366 - - *424 + - *367 + - *425 requestBody: required: true content: @@ -59767,7 +59785,7 @@ paths: url: type: string format: uri - required_status_checks: &431 + required_status_checks: &432 title: Status Check Policy description: Status Check Policy type: object @@ -59926,7 +59944,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *425 + restrictions: *426 required_conversation_resolution: type: object properties: @@ -60038,9 +60056,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-branch-protection parameters: - - *365 - *366 - - *424 + - *367 + - *425 responses: '204': description: Response @@ -60065,17 +60083,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-admin-branch-protection parameters: - - *365 - *366 - - *424 + - *367 + - *425 responses: '200': description: Response content: application/json: - schema: *426 + schema: *427 examples: - default: &427 + default: &428 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins enabled: true @@ -60097,17 +60115,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-admin-branch-protection parameters: - - *365 - *366 - - *424 + - *367 + - *425 responses: '200': description: Response content: application/json: - schema: *426 + schema: *427 examples: - default: *427 + default: *428 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60126,9 +60144,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-admin-branch-protection parameters: - - *365 - *366 - - *424 + - *367 + - *425 responses: '204': description: Response @@ -60153,17 +60171,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-pull-request-review-protection parameters: - - *365 - *366 - - *424 + - *367 + - *425 responses: '200': description: Response content: application/json: - schema: *428 + schema: *429 examples: - default: &429 + default: &430 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_pull_request_reviews dismissal_restrictions: @@ -60259,9 +60277,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-pull-request-review-protection parameters: - - *365 - *366 - - *424 + - *367 + - *425 requestBody: required: false content: @@ -60359,9 +60377,9 @@ paths: description: Response content: application/json: - schema: *428 + schema: *429 examples: - default: *429 + default: *430 '422': *15 x-github: githubCloudOnly: false @@ -60382,9 +60400,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-pull-request-review-protection parameters: - - *365 - *366 - - *424 + - *367 + - *425 responses: '204': description: Response @@ -60411,17 +60429,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-commit-signature-protection parameters: - - *365 - *366 - - *424 + - *367 + - *425 responses: '200': description: Response content: application/json: - schema: *426 + schema: *427 examples: - default: &430 + default: &431 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true @@ -60444,17 +60462,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#create-commit-signature-protection parameters: - - *365 - *366 - - *424 + - *367 + - *425 responses: '200': description: Response content: application/json: - schema: *426 + schema: *427 examples: - default: *430 + default: *431 '404': *6 x-github: githubCloudOnly: false @@ -60474,9 +60492,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-commit-signature-protection parameters: - - *365 - *366 - - *424 + - *367 + - *425 responses: '204': description: Response @@ -60501,17 +60519,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-status-checks-protection parameters: - - *365 - *366 - - *424 + - *367 + - *425 responses: '200': description: Response content: application/json: - schema: *431 + schema: *432 examples: - default: &432 + default: &433 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_status_checks strict: true @@ -60537,9 +60555,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-status-check-protection parameters: - - *365 - *366 - - *424 + - *367 + - *425 requestBody: required: false content: @@ -60591,9 +60609,9 @@ paths: description: Response content: application/json: - schema: *431 + schema: *432 examples: - default: *432 + default: *433 '404': *6 '422': *15 x-github: @@ -60615,9 +60633,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-status-check-protection parameters: - - *365 - *366 - - *424 + - *367 + - *425 responses: '204': description: Response @@ -60641,9 +60659,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-all-status-check-contexts parameters: - - *365 - *366 - - *424 + - *367 + - *425 responses: '200': description: Response @@ -60677,9 +60695,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-status-check-contexts parameters: - - *365 - *366 - - *424 + - *367 + - *425 requestBody: required: false content: @@ -60746,9 +60764,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-status-check-contexts parameters: - - *365 - *366 - - *424 + - *367 + - *425 requestBody: required: false content: @@ -60812,9 +60830,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-status-check-contexts parameters: - - *365 - *366 - - *424 + - *367 + - *425 requestBody: content: application/json: @@ -60880,15 +60898,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-access-restrictions parameters: - - *365 - *366 - - *424 + - *367 + - *425 responses: '200': description: Response content: application/json: - schema: *425 + schema: *426 examples: default: value: @@ -60979,9 +60997,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-access-restrictions parameters: - - *365 - *366 - - *424 + - *367 + - *425 responses: '204': description: Response @@ -61004,9 +61022,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: - - *365 - *366 - - *424 + - *367 + - *425 responses: '200': description: Response @@ -61016,7 +61034,7 @@ paths: type: array items: *5 examples: - default: &433 + default: &434 value: - id: 1 slug: octoapp @@ -61073,9 +61091,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-app-access-restrictions parameters: - - *365 - *366 - - *424 + - *367 + - *425 requestBody: required: true content: @@ -61109,7 +61127,7 @@ paths: type: array items: *5 examples: - default: *433 + default: *434 '422': *15 x-github: githubCloudOnly: false @@ -61130,9 +61148,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-app-access-restrictions parameters: - - *365 - *366 - - *424 + - *367 + - *425 requestBody: required: true content: @@ -61166,7 +61184,7 @@ paths: type: array items: *5 examples: - default: *433 + default: *434 '422': *15 x-github: githubCloudOnly: false @@ -61187,9 +61205,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-app-access-restrictions parameters: - - *365 - *366 - - *424 + - *367 + - *425 requestBody: required: true content: @@ -61223,7 +61241,7 @@ paths: type: array items: *5 examples: - default: *433 + default: *434 '422': *15 x-github: githubCloudOnly: false @@ -61245,9 +61263,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: - - *365 - *366 - - *424 + - *367 + - *425 responses: '200': description: Response @@ -61277,9 +61295,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-team-access-restrictions parameters: - - *365 - *366 - - *424 + - *367 + - *425 requestBody: required: false content: @@ -61338,9 +61356,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-team-access-restrictions parameters: - - *365 - *366 - - *424 + - *367 + - *425 requestBody: required: false content: @@ -61399,9 +61417,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-team-access-restrictions parameters: - - *365 - *366 - - *424 + - *367 + - *425 requestBody: content: application/json: @@ -61460,9 +61478,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: - - *365 - *366 - - *424 + - *367 + - *425 responses: '200': description: Response @@ -61496,9 +61514,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-user-access-restrictions parameters: - - *365 - *366 - - *424 + - *367 + - *425 requestBody: required: true content: @@ -61556,9 +61574,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-user-access-restrictions parameters: - - *365 - *366 - - *424 + - *367 + - *425 requestBody: required: true content: @@ -61616,9 +61634,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-user-access-restrictions parameters: - - *365 - *366 - - *424 + - *367 + - *425 requestBody: required: true content: @@ -61678,9 +61696,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#rename-a-branch parameters: - - *365 - *366 - - *424 + - *367 + - *425 requestBody: required: true content: @@ -61702,7 +61720,7 @@ paths: description: Response content: application/json: - schema: *434 + schema: *435 examples: default: value: @@ -61816,8 +61834,8 @@ paths: category: repos subcategory: bypass-requests parameters: - - *365 - *366 + - *367 - *214 - *215 - *216 @@ -61853,8 +61871,8 @@ paths: category: repos subcategory: bypass-requests parameters: - - *365 - *366 + - *367 - name: bypass_request_number in: path required: true @@ -61927,8 +61945,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *365 - *366 + - *367 - *214 - *215 - *216 @@ -61942,9 +61960,9 @@ paths: application/json: schema: type: array - items: *435 + items: *436 examples: - default: *436 + default: *437 '404': *6 '403': *27 '500': *83 @@ -61968,8 +61986,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *365 - *366 + - *367 - name: bypass_request_number in: path required: true @@ -61981,7 +61999,7 @@ paths: description: A single bypass request. content: application/json: - schema: *435 + schema: *436 examples: default: value: @@ -62039,8 +62057,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *365 - *366 + - *367 - name: bypass_request_number in: path required: true @@ -62111,8 +62129,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *365 - *366 + - *367 - name: bypass_response_id in: path required: true @@ -62145,8 +62163,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#create-a-check-run parameters: - - *365 - *366 + - *367 requestBody: required: true content: @@ -62425,7 +62443,7 @@ paths: description: Response content: application/json: - schema: &438 + schema: &439 title: CheckRun description: A check performed on the code of a given code change type: object @@ -62560,8 +62578,8 @@ paths: do not necessarily indicate pull requests that triggered the check. type: array - items: *437 - deployment: &749 + items: *438 + deployment: &750 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -62848,9 +62866,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#get-a-check-run parameters: - - *365 - *366 - - &439 + - *367 + - &440 name: check_run_id description: The unique identifier of the check run. in: path @@ -62862,9 +62880,9 @@ paths: description: Response content: application/json: - schema: *438 + schema: *439 examples: - default: &440 + default: &441 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -62964,9 +62982,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#update-a-check-run parameters: - - *365 - *366 - - *439 + - *367 + - *440 requestBody: required: true content: @@ -63206,9 +63224,9 @@ paths: description: Response content: application/json: - schema: *438 + schema: *439 examples: - default: *440 + default: *441 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63228,9 +63246,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#list-check-run-annotations parameters: - - *365 - *366 - - *439 + - *367 + - *440 - *17 - *19 responses: @@ -63340,9 +63358,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#rerequest-a-check-run parameters: - - *365 - *366 - - *439 + - *367 + - *440 responses: '201': description: Response @@ -63386,8 +63404,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#create-a-check-suite parameters: - - *365 - *366 + - *367 requestBody: required: true content: @@ -63409,7 +63427,7 @@ paths: description: Response when the suite already exists content: application/json: - schema: &442 + schema: &443 title: CheckSuite description: A suite of checks performed on the code of a given code change @@ -63491,7 +63509,7 @@ paths: type: - array - 'null' - items: *437 + items: *438 app: anyOf: - type: 'null' @@ -63507,7 +63525,7 @@ paths: - string - 'null' format: date-time - head_commit: *441 + head_commit: *442 latest_check_runs_count: type: integer check_runs_url: @@ -63535,7 +63553,7 @@ paths: - check_runs_url - pull_requests examples: - default: &443 + default: &444 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -63826,9 +63844,9 @@ paths: description: Response when the suite was created content: application/json: - schema: *442 + schema: *443 examples: - default: *443 + default: *444 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63847,8 +63865,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#update-repository-preferences-for-check-suites parameters: - - *365 - *366 + - *367 requestBody: required: true content: @@ -64157,9 +64175,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#get-a-check-suite parameters: - - *365 - *366 - - &444 + - *367 + - &445 name: check_suite_id description: The unique identifier of the check suite. in: path @@ -64171,9 +64189,9 @@ paths: description: Response content: application/json: - schema: *442 + schema: *443 examples: - default: *443 + default: *444 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64196,17 +64214,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: - - *365 - *366 - - *444 - - &490 + - *367 + - *445 + - &491 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &491 + - &492 name: status description: Returns check runs with the specified `status`. in: query @@ -64245,9 +64263,9 @@ paths: type: integer check_runs: type: array - items: *438 + items: *439 examples: - default: &492 + default: &493 value: total_count: 1 check_runs: @@ -64349,9 +64367,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#rerequest-a-check-suite parameters: - - *365 - *366 - - *444 + - *367 + - *445 responses: '201': description: Response @@ -64384,21 +64402,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: - - *365 - *366 + - *367 - *226 - *227 - *19 - *17 - - &460 + - &461 name: ref description: The Git reference for the results you want to list. The `ref` for a branch can be formatted either as `refs/heads/` or simply ``. To reference a pull request use `refs/pull//merge`. in: query required: false - schema: *445 - - &461 + schema: *446 + - &462 name: pr description: The number of the pull request for the results you want to list. in: query @@ -64429,7 +64447,7 @@ paths: be returned. in: query required: false - schema: *446 + schema: *447 responses: '200': description: Response @@ -64445,7 +64463,7 @@ paths: updated_at: *104 url: *101 html_url: *102 - instances_url: *447 + instances_url: *448 state: *89 fixed_at: *106 dismissed_by: @@ -64453,11 +64471,11 @@ paths: - type: 'null' - *4 dismissed_at: *105 - dismissed_reason: *448 - dismissed_comment: *449 - rule: *450 - tool: *451 - most_recent_instance: *452 + dismissed_reason: *449 + dismissed_comment: *450 + rule: *451 + tool: *452 + most_recent_instance: *453 dismissal_approved_by: anyOf: - type: 'null' @@ -64577,7 +64595,7 @@ paths: classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances '304': *35 - '403': &453 + '403': &454 description: Response if GitHub Advanced Security is not enabled for this repository content: @@ -64604,9 +64622,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: - - *365 - *366 - - &454 + - *367 + - &455 name: alert_number in: path description: The number that identifies an alert. You can find this at the @@ -64620,7 +64638,7 @@ paths: description: Response content: application/json: - schema: &455 + schema: &456 type: object properties: number: *96 @@ -64628,7 +64646,7 @@ paths: updated_at: *104 url: *101 html_url: *102 - instances_url: *447 + instances_url: *448 state: *89 fixed_at: *106 dismissed_by: @@ -64636,8 +64654,8 @@ paths: - type: 'null' - *4 dismissed_at: *105 - dismissed_reason: *448 - dismissed_comment: *449 + dismissed_reason: *449 + dismissed_comment: *450 rule: type: object properties: @@ -64699,8 +64717,8 @@ paths: - 'null' description: A link to the documentation for the rule used to detect the alert. - tool: *451 - most_recent_instance: *452 + tool: *452 + most_recent_instance: *453 dismissal_approved_by: anyOf: - type: 'null' @@ -64793,7 +64811,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '304': *35 - '403': *453 + '403': *454 '404': *6 '503': *130 x-github: @@ -64813,9 +64831,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: - - *365 - *366 - - *454 + - *367 + - *455 requestBody: required: true content: @@ -64830,8 +64848,8 @@ paths: enum: - open - dismissed - dismissed_reason: *448 - dismissed_comment: *449 + dismissed_reason: *449 + dismissed_comment: *450 create_request: type: boolean description: If `true`, attempt to create an alert dismissal request. @@ -64850,7 +64868,7 @@ paths: description: Response content: application/json: - schema: *455 + schema: *456 examples: default: value: @@ -64926,7 +64944,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '400': *14 - '403': &459 + '403': &460 description: Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository content: @@ -64953,15 +64971,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: - - *365 - *366 - - *454 + - *367 + - *455 responses: '200': description: Response content: application/json: - schema: &456 + schema: &457 type: object properties: status: @@ -64988,13 +65006,13 @@ paths: - description - started_at examples: - default: &457 + default: &458 value: status: success description: This fixes an XSS vulnerability by escaping the user input. started_at: '2024-02-14T12:29:18Z' - '400': &458 + '400': &459 description: Bad Request content: application/json: @@ -65005,7 +65023,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': *453 + '403': *454 '404': *6 '503': *130 x-github: @@ -65030,29 +65048,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: - - *365 - *366 - - *454 + - *367 + - *455 responses: '200': description: OK content: application/json: - schema: *456 + schema: *457 examples: - default: *457 + default: *458 '202': description: Accepted content: application/json: - schema: *456 + schema: *457 examples: default: value: status: pending description: started_at: '2024-02-14T12:29:18Z' - '400': *458 + '400': *459 '403': description: Response if the repository is archived, if GitHub Advanced Security is not enabled for this repository or if rate limit is exceeded @@ -65084,9 +65102,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: - - *365 - *366 - - *454 + - *367 + - *455 requestBody: required: false content: @@ -65132,8 +65150,8 @@ paths: value: target_ref: refs/heads/main sha: 178f4f6090b3fccad4a65b3e83d076a622d59652 - '400': *458 - '403': *459 + '400': *459 + '403': *460 '404': *6 '422': description: Unprocessable Entity @@ -65157,13 +65175,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: - - *365 - *366 - - *454 + - *367 + - *455 - *19 - *17 - - *460 - *461 + - *462 responses: '200': description: Response @@ -65171,7 +65189,7 @@ paths: application/json: schema: type: array - items: *452 + items: *453 examples: default: value: @@ -65210,7 +65228,7 @@ paths: end_column: 50 classifications: - source - '403': *453 + '403': *454 '404': *6 '503': *130 x-github: @@ -65244,25 +65262,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: - - *365 - *366 + - *367 - *226 - *227 - *19 - *17 - - *461 + - *462 - name: ref in: query description: The Git reference for the analyses you want to list. The `ref` for a branch can be formatted either as `refs/heads/` or simply ``. To reference a pull request use `refs/pull//merge`. required: false - schema: *445 + schema: *446 - name: sarif_id in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &464 + schema: &465 type: string description: An identifier for the upload. examples: @@ -65284,23 +65302,23 @@ paths: application/json: schema: type: array - items: &465 + items: &466 type: object properties: - ref: *445 - commit_sha: &473 + ref: *446 + commit_sha: &474 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: *462 + analysis_key: *463 environment: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *463 + category: *464 error: type: string examples: @@ -65325,8 +65343,8 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *464 - tool: *451 + sarif_id: *465 + tool: *452 deletable: type: boolean warning: @@ -65388,7 +65406,7 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *453 + '403': *454 '404': *6 '503': *130 x-github: @@ -65424,8 +65442,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: - - *365 - *366 + - *367 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -65438,7 +65456,7 @@ paths: description: Response content: application/json: - schema: *465 + schema: *466 examples: response: summary: application/json response @@ -65492,7 +65510,7 @@ paths: properties: - github/alertNumber: 2 - github/alertUrl: https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2 - '403': *453 + '403': *454 '404': *6 '422': description: Response if analysis could not be processed @@ -65579,8 +65597,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: - - *365 - *366 + - *367 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -65636,7 +65654,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': *459 + '403': *460 '404': *6 '503': *130 x-github: @@ -65658,8 +65676,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: - - *365 - *366 + - *367 responses: '200': description: Response @@ -65667,7 +65685,7 @@ paths: application/json: schema: type: array - items: &466 + items: &467 title: CodeQL Database description: A CodeQL database. type: object @@ -65779,7 +65797,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': *453 + '403': *454 '404': *6 '503': *130 x-github: @@ -65808,8 +65826,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: - - *365 - *366 + - *367 - name: language in: path description: The language of the CodeQL database. @@ -65821,7 +65839,7 @@ paths: description: Response content: application/json: - schema: *466 + schema: *467 examples: default: value: @@ -65853,9 +65871,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': &497 + '302': &498 description: Found - '403': *453 + '403': *454 '404': *6 '503': *130 x-github: @@ -65877,8 +65895,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#delete-a-codeql-database parameters: - - *365 - *366 + - *367 - name: language in: path description: The language of the CodeQL database. @@ -65888,7 +65906,7 @@ paths: responses: '204': description: Response - '403': *459 + '403': *460 '404': *6 '503': *130 x-github: @@ -65916,8 +65934,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: - - *365 - *366 + - *367 requestBody: required: true content: @@ -65926,7 +65944,7 @@ paths: type: object additionalProperties: false properties: - language: &467 + language: &468 type: string description: The language targeted by the CodeQL query enum: @@ -66005,7 +66023,7 @@ paths: description: Variant analysis submitted for processing content: application/json: - schema: &471 + schema: &472 title: Variant Analysis description: A run of a CodeQL query against one or more repositories. type: object @@ -66015,7 +66033,7 @@ paths: description: The ID of the variant analysis. controller_repo: *95 actor: *4 - query_language: *467 + query_language: *468 query_pack_url: type: string description: The download url for the query pack. @@ -66063,7 +66081,7 @@ paths: items: type: object properties: - repository: &468 + repository: &469 title: Repository Identifier description: Repository Identifier type: object @@ -66105,7 +66123,7 @@ paths: - private - stargazers_count - updated_at - analysis_status: &472 + analysis_status: &473 type: string description: The new status of the CodeQL variant analysis repository task. @@ -66137,7 +66155,7 @@ paths: from processing. This information is only available to the user that initiated the variant analysis. properties: - access_mismatch_repos: &469 + access_mismatch_repos: &470 type: object properties: repository_count: @@ -66152,7 +66170,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: *468 + items: *469 required: - repository_count - repositories @@ -66175,8 +66193,8 @@ paths: required: - repository_count - repository_full_names - no_codeql_db_repos: *469 - over_limit_repos: *469 + no_codeql_db_repos: *470 + over_limit_repos: *470 required: - access_mismatch_repos - not_found_repos @@ -66192,7 +66210,7 @@ paths: examples: repositories_parameter: summary: Response for a successful variant analysis submission - value: &470 + value: &471 summary: Default response value: id: 1 @@ -66344,10 +66362,10 @@ paths: private: false repository_owners: summary: Response for a successful variant analysis submission - value: *470 + value: *471 repository_lists: summary: Response for a successful variant analysis submission - value: *470 + value: *471 '404': *6 '422': description: Unable to process variant analysis submission @@ -66375,8 +66393,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: - - *365 - *366 + - *367 - name: codeql_variant_analysis_id in: path description: The unique identifier of the variant analysis. @@ -66388,9 +66406,9 @@ paths: description: Response content: application/json: - schema: *471 + schema: *472 examples: - default: *470 + default: *471 '404': *6 '503': *130 x-github: @@ -66413,7 +66431,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: - - *365 + - *366 - name: repo in: path description: The name of the controller repository. @@ -66448,7 +66466,7 @@ paths: type: object properties: repository: *95 - analysis_status: *472 + analysis_status: *473 artifact_size_in_bytes: type: integer description: The size of the artifact. This is only available @@ -66573,8 +66591,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: - - *365 - *366 + - *367 responses: '200': description: Response @@ -66656,7 +66674,7 @@ paths: query_suite: default updated_at: '2023-01-19T11:21:34Z' schedule: weekly - '403': *453 + '403': *454 '404': *6 '503': *130 x-github: @@ -66677,8 +66695,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: - - *365 - *366 + - *367 requestBody: required: true content: @@ -66762,7 +66780,7 @@ paths: value: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 - '403': *459 + '403': *460 '404': *6 '409': description: Response if there is already a validation run in progress with @@ -66827,8 +66845,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: - - *365 - *366 + - *367 requestBody: required: true content: @@ -66836,7 +66854,7 @@ paths: schema: type: object properties: - commit_sha: *473 + commit_sha: *474 ref: type: string description: |- @@ -66896,7 +66914,7 @@ paths: schema: type: object properties: - id: *464 + id: *465 url: type: string description: The REST API URL for checking the status of the upload. @@ -66910,7 +66928,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': *459 + '403': *460 '404': *6 '413': description: Payload Too Large if the sarif field is too large @@ -66933,8 +66951,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: - - *365 - *366 + - *367 - name: sarif_id description: The SARIF ID obtained after uploading. in: path @@ -66982,7 +67000,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': *453 + '403': *454 '404': description: Not Found if the sarif id does not match any upload '503': *130 @@ -67007,8 +67025,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: - - *365 - *366 + - *367 responses: '200': description: Response @@ -67089,8 +67107,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-codeowners-errors parameters: - - *365 - *366 + - *367 - 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 @@ -67218,8 +67236,8 @@ paths: parameters: - *17 - *19 - - *365 - *366 + - *367 responses: '200': description: Response @@ -67533,8 +67551,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#create-a-codespace-in-a-repository parameters: - - *365 - *366 + - *367 requestBody: required: true content: @@ -67600,7 +67618,7 @@ paths: application/json: schema: *286 examples: - default: *474 + default: *475 '202': description: Response when the codespace creation partially failed but is being retried in the background @@ -67608,7 +67626,7 @@ paths: application/json: schema: *286 examples: - default: *474 + default: *475 '400': *14 '401': *23 '403': *27 @@ -67637,8 +67655,8 @@ paths: parameters: - *17 - *19 - - *365 - *366 + - *367 responses: '200': description: Response @@ -67702,8 +67720,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: - - *365 - *366 + - *367 - name: location description: The location to check for available machines. Assigned by IP if not provided. @@ -67740,9 +67758,9 @@ paths: type: integer machines: type: array - items: *475 + items: *476 examples: - default: &706 + default: &707 value: total_count: 2 machines: @@ -67782,8 +67800,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-default-attributes-for-a-codespace parameters: - - *365 - *366 + - *367 - name: ref description: The branch or commit to check for a default devcontainer path. If not specified, the default branch will be checked. @@ -67870,8 +67888,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: - - *365 - *366 + - *367 - 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 @@ -67940,8 +67958,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#list-repository-secrets parameters: - - *365 - *366 + - *367 - *17 - *19 responses: @@ -67959,7 +67977,7 @@ paths: type: integer secrets: type: array - items: &479 + items: &480 title: Codespaces Secret description: Set repository secrets for GitHub Codespaces. type: object @@ -67980,7 +67998,7 @@ paths: - created_at - updated_at examples: - default: *476 + default: *477 headers: Link: *38 x-github: @@ -68003,16 +68021,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#get-a-repository-public-key parameters: - - *365 - *366 + - *367 responses: '200': description: Response content: application/json: - schema: *477 + schema: *478 examples: - default: *478 + default: *479 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -68032,17 +68050,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#get-a-repository-secret parameters: - - *365 - *366 + - *367 - *201 responses: '200': description: Response content: application/json: - schema: *479 + schema: *480 examples: - default: *480 + default: *481 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68062,8 +68080,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: - - *365 - *366 + - *367 - *201 requestBody: required: true @@ -68116,8 +68134,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#delete-a-repository-secret parameters: - - *365 - *366 + - *367 - *201 responses: '204': @@ -68146,8 +68164,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#list-repository-collaborators parameters: - - *365 - *366 + - *367 - name: affiliation description: Filter collaborators returned by their affiliation. `outside` means all outside collaborators of an organization-owned repository. `direct` @@ -68185,7 +68203,7 @@ paths: application/json: schema: type: array - items: &481 + items: &482 title: Collaborator description: Collaborator type: object @@ -68378,8 +68396,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: - - *365 - *366 + - *367 - *213 responses: '204': @@ -68426,8 +68444,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#add-a-repository-collaborator parameters: - - *365 - *366 + - *367 - *213 requestBody: required: false @@ -68454,7 +68472,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &548 + schema: &549 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -68682,8 +68700,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#remove-a-repository-collaborator parameters: - - *365 - *366 + - *367 - *213 responses: '204': @@ -68715,8 +68733,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#get-repository-permissions-for-a-user parameters: - - *365 - *366 + - *367 - *213 responses: '200': @@ -68737,7 +68755,7 @@ paths: user: anyOf: - type: 'null' - - *481 + - *482 required: - permission - role_name @@ -68791,8 +68809,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#list-commit-comments-for-a-repository parameters: - - *365 - *366 + - *367 - *17 - *19 responses: @@ -68802,7 +68820,7 @@ paths: application/json: schema: type: array - items: &482 + items: &483 title: Commit Comment description: Commit Comment type: object @@ -68860,7 +68878,7 @@ paths: - created_at - updated_at examples: - default: &485 + default: &486 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -68919,17 +68937,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#get-a-commit-comment parameters: - - *365 - *366 + - *367 - *148 responses: '200': description: Response content: application/json: - schema: *482 + schema: *483 examples: - default: &486 + default: &487 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -68986,8 +69004,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#update-a-commit-comment parameters: - - *365 - *366 + - *367 - *148 requestBody: required: true @@ -69010,7 +69028,7 @@ paths: description: Response content: application/json: - schema: *482 + schema: *483 examples: default: value: @@ -69061,8 +69079,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#delete-a-commit-comment parameters: - - *365 - *366 + - *367 - *148 responses: '204': @@ -69084,8 +69102,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-commit-comment parameters: - - *365 - *366 + - *367 - *148 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -69112,9 +69130,9 @@ paths: application/json: schema: type: array - items: *354 + items: *355 examples: - default: *356 + default: *357 headers: Link: *38 '404': *6 @@ -69135,8 +69153,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-commit-comment parameters: - - *365 - *366 + - *367 - *148 requestBody: required: true @@ -69169,16 +69187,16 @@ paths: description: Reaction exists content: application/json: - schema: *354 + schema: *355 examples: - default: *355 + default: *356 '201': description: Reaction created content: application/json: - schema: *354 + schema: *355 examples: - default: *355 + default: *356 '422': *15 x-github: githubCloudOnly: false @@ -69200,10 +69218,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-commit-comment-reaction parameters: - - *365 - *366 + - *367 - *148 - - *357 + - *358 responses: '204': description: Response @@ -69252,8 +69270,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-commits parameters: - - *365 - *366 + - *367 - name: sha description: 'SHA or branch to start listing commits from. Default: the repository’s default branch (usually `main`).' @@ -69309,9 +69327,9 @@ paths: application/json: schema: type: array - items: *483 + items: *484 examples: - default: &596 + default: &597 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -69405,9 +69423,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-branches-for-head-commit parameters: - - *365 - *366 - - &484 + - *367 + - &485 name: commit_sha description: The SHA of the commit. in: path @@ -69479,9 +69497,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#list-commit-comments parameters: - - *365 - *366 - - *484 + - *367 + - *485 - *17 - *19 responses: @@ -69491,9 +69509,9 @@ paths: application/json: schema: type: array - items: *482 + items: *483 examples: - default: *485 + default: *486 headers: Link: *38 x-github: @@ -69521,9 +69539,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#create-a-commit-comment parameters: - - *365 - *366 - - *484 + - *367 + - *485 requestBody: required: true content: @@ -69558,9 +69576,9 @@ paths: description: Response content: application/json: - schema: *482 + schema: *483 examples: - default: *486 + default: *487 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -69588,9 +69606,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: - - *365 - *366 - - *484 + - *367 + - *485 - *17 - *19 responses: @@ -69600,7 +69618,7 @@ paths: application/json: schema: type: array - items: &587 + items: &588 title: Pull Request Simple description: Pull Request Simple type: object @@ -69720,7 +69738,7 @@ paths: milestone: anyOf: - type: 'null' - - *487 + - *488 active_lock_reason: type: - string @@ -69819,7 +69837,7 @@ paths: _links: type: object properties: - comments: &488 + comments: &489 title: Link description: Hypermedia Link type: object @@ -69828,13 +69846,13 @@ paths: type: string required: - href - commits: *488 - statuses: *488 - html: *488 - issue: *488 - review_comments: *488 - review_comment: *488 - self: *488 + commits: *489 + statuses: *489 + html: *489 + issue: *489 + review_comments: *489 + review_comment: *489 + self: *489 required: - comments - commits @@ -69845,7 +69863,7 @@ paths: - review_comment - self author_association: *136 - auto_merge: &589 + auto_merge: &590 title: Auto merge description: The status of auto merging a pull request. type: @@ -69910,7 +69928,7 @@ paths: - author_association - auto_merge examples: - default: &588 + default: &589 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -70447,11 +70465,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#get-a-commit parameters: - - *365 - *366 + - *367 - *19 - *17 - - &489 + - &490 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)" @@ -70466,9 +70484,9 @@ paths: description: Response content: application/json: - schema: *483 + schema: *484 examples: - default: &575 + default: &576 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -70581,11 +70599,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: - - *365 - *366 - - *489 + - *367 - *490 - *491 + - *492 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -70619,9 +70637,9 @@ paths: type: integer check_runs: type: array - items: *438 + items: *439 examples: - default: *492 + default: *493 headers: Link: *38 x-github: @@ -70646,9 +70664,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: - - *365 - *366 - - *489 + - *367 + - *490 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -70656,7 +70674,7 @@ paths: schema: type: integer example: 1 - - *490 + - *491 - *17 - *19 responses: @@ -70674,7 +70692,7 @@ paths: type: integer check_suites: type: array - items: *442 + items: *443 examples: default: value: @@ -70874,9 +70892,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: - - *365 - *366 - - *489 + - *367 + - *490 - *17 - *19 responses: @@ -71078,9 +71096,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#list-commit-statuses-for-a-reference parameters: - - *365 - *366 - - *489 + - *367 + - *490 - *17 - *19 responses: @@ -71090,7 +71108,7 @@ paths: application/json: schema: type: array - items: &654 + items: &655 title: Status description: The status of a commit. type: object @@ -71171,7 +71189,7 @@ paths: site_admin: false headers: Link: *38 - '301': *379 + '301': *380 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71199,8 +71217,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/community#get-community-profile-metrics parameters: - - *365 - *366 + - *367 responses: '200': description: Response @@ -71233,11 +71251,11 @@ paths: code_of_conduct: anyOf: - type: 'null' - - *493 + - *494 code_of_conduct_file: anyOf: - type: 'null' - - &494 + - &495 title: Community Health File type: object properties: @@ -71257,19 +71275,19 @@ paths: contributing: anyOf: - type: 'null' - - *494 + - *495 readme: anyOf: - type: 'null' - - *494 + - *495 issue_template: anyOf: - type: 'null' - - *494 + - *495 pull_request_template: anyOf: - type: 'null' - - *494 + - *495 required: - code_of_conduct - code_of_conduct_file @@ -71398,8 +71416,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#compare-two-commits parameters: - - *365 - *366 + - *367 - *19 - *17 - name: basehead @@ -71447,8 +71465,8 @@ paths: format: uri examples: - https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *483 - merge_base_commit: *483 + base_commit: *484 + merge_base_commit: *484 status: type: string enum: @@ -71472,10 +71490,10 @@ paths: - 6 commits: type: array - items: *483 + items: *484 files: type: array - items: *495 + items: *496 required: - url - html_url @@ -71761,8 +71779,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-repository-content parameters: - - *365 - *366 + - *367 - name: path description: path parameter in: path @@ -71915,7 +71933,7 @@ paths: - type - url examples: - response-if-content-is-a-file: &496 + response-if-content-is-a-file: &497 summary: Response if content is a file value: type: file @@ -72052,7 +72070,7 @@ paths: - size - type - url - - &601 + - &602 title: Content File description: Content File type: object @@ -72270,7 +72288,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *496 + response-if-content-is-a-file: *497 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -72339,7 +72357,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *27 - '302': *497 + '302': *498 '304': *35 x-github: githubCloudOnly: false @@ -72362,8 +72380,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#create-or-update-file-contents parameters: - - *365 - *366 + - *367 - name: path description: path parameter in: path @@ -72458,7 +72476,7 @@ paths: description: Response content: application/json: - schema: &498 + schema: &499 title: File Commit description: File Commit type: object @@ -72614,7 +72632,7 @@ paths: description: Response content: application/json: - schema: *498 + schema: *499 examples: example-for-creating-a-file: value: @@ -72668,7 +72686,7 @@ paths: schema: oneOf: - *3 - - &530 + - &531 description: Repository rule violation was detected type: object properties: @@ -72689,7 +72707,7 @@ paths: items: type: object properties: - placeholder_id: &646 + placeholder_id: &647 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -72721,8 +72739,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#delete-a-file parameters: - - *365 - *366 + - *367 - name: path description: path parameter in: path @@ -72783,7 +72801,7 @@ paths: description: Response content: application/json: - schema: *498 + schema: *499 examples: default: value: @@ -72838,8 +72856,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-contributors parameters: - - *365 - *366 + - *367 - name: anon description: Set to `1` or `true` to include anonymous contributors in results. in: query @@ -72963,8 +72981,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#list-dependabot-alerts-for-a-repository parameters: - - *365 - *366 + - *367 - *242 - *243 - *244 @@ -73007,7 +73025,7 @@ paths: application/json: schema: type: array - items: &501 + items: &502 type: object description: A Dependabot alert. properties: @@ -73057,7 +73075,7 @@ paths: - direct - transitive - - security_advisory: *499 + security_advisory: *500 security_vulnerability: *100 url: *101 html_url: *102 @@ -73088,7 +73106,7 @@ paths: dismissal. maxLength: 280 fixed_at: *106 - auto_dismissed_at: *500 + auto_dismissed_at: *501 required: - number - state @@ -73318,9 +73336,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#get-a-dependabot-alert parameters: - - *365 - *366 - - &502 + - *367 + - &503 name: alert_number in: path description: |- @@ -73335,7 +73353,7 @@ paths: description: Response content: application/json: - schema: *501 + schema: *502 examples: default: value: @@ -73448,9 +73466,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#update-a-dependabot-alert parameters: - - *365 - *366 - - *502 + - *367 + - *503 requestBody: required: true content: @@ -73495,7 +73513,7 @@ paths: description: Response content: application/json: - schema: *501 + schema: *502 examples: default: value: @@ -73624,8 +73642,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#list-repository-secrets parameters: - - *365 - *366 + - *367 - *17 - *19 responses: @@ -73643,7 +73661,7 @@ paths: type: integer secrets: type: array - items: &505 + items: &506 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -73697,16 +73715,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-a-repository-public-key parameters: - - *365 - *366 + - *367 responses: '200': description: Response content: application/json: - schema: *503 + schema: *504 examples: - default: *504 + default: *505 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73726,15 +73744,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-a-repository-secret parameters: - - *365 - *366 + - *367 - *201 responses: '200': description: Response content: application/json: - schema: *505 + schema: *506 examples: default: value: @@ -73760,8 +73778,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#create-or-update-a-repository-secret parameters: - - *365 - *366 + - *367 - *201 requestBody: required: true @@ -73814,8 +73832,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#delete-a-repository-secret parameters: - - *365 - *366 + - *367 - *201 responses: '204': @@ -73838,8 +73856,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: - - *365 - *366 + - *367 - 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 @@ -74013,8 +74031,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: - - *365 - *366 + - *367 responses: '200': description: Response @@ -74274,8 +74292,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: - - *365 - *366 + - *367 requestBody: required: true content: @@ -74358,7 +74376,7 @@ paths: - version - url additionalProperties: false - metadata: &506 + metadata: &507 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -74397,7 +74415,7 @@ paths: examples: - "/src/build/package-lock.json" additionalProperties: false - metadata: *506 + metadata: *507 resolved: type: object description: A collection of resolved package dependencies. @@ -74411,7 +74429,7 @@ paths: pattern: "^pkg" examples: - pkg:/npm/%40actions/http-client@1.0.11 - metadata: *506 + metadata: *507 relationship: type: string description: A notation of whether a dependency is requested @@ -74544,8 +74562,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#list-deployments parameters: - - *365 - *366 + - *367 - name: sha description: The SHA recorded at creation time. in: query @@ -74586,9 +74604,9 @@ paths: application/json: schema: type: array - items: *507 + items: *508 examples: - default: *508 + default: *509 headers: Link: *38 x-github: @@ -74654,8 +74672,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#create-a-deployment parameters: - - *365 - *366 + - *367 requestBody: required: true content: @@ -74737,7 +74755,7 @@ paths: description: Response content: application/json: - schema: *507 + schema: *508 examples: simple-example: summary: Simple example @@ -74810,9 +74828,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#get-a-deployment parameters: - - *365 - *366 - - &509 + - *367 + - &510 name: deployment_id description: deployment_id parameter in: path @@ -74824,7 +74842,7 @@ paths: description: Response content: application/json: - schema: *507 + schema: *508 examples: default: value: @@ -74889,9 +74907,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#delete-a-deployment parameters: - - *365 - *366 - - *509 + - *367 + - *510 responses: '204': description: Response @@ -74913,9 +74931,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#list-deployment-statuses parameters: - - *365 - *366 - - *509 + - *367 + - *510 - *17 - *19 responses: @@ -74925,7 +74943,7 @@ paths: application/json: schema: type: array - items: &510 + items: &511 title: Deployment Status description: The status of a deployment. type: object @@ -75089,9 +75107,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#create-a-deployment-status parameters: - - *365 - *366 - - *509 + - *367 + - *510 requestBody: required: true content: @@ -75166,9 +75184,9 @@ paths: description: Response content: application/json: - schema: *510 + schema: *511 examples: - default: &511 + default: &512 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -75224,9 +75242,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#get-a-deployment-status parameters: - - *365 - *366 - - *509 + - *367 + - *510 - name: status_id in: path required: true @@ -75237,9 +75255,9 @@ paths: description: Response content: application/json: - schema: *510 + schema: *511 examples: - default: *511 + default: *512 '404': *6 x-github: githubCloudOnly: false @@ -75266,12 +75284,12 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *365 - *366 + - *367 - *214 - *215 - *216 - - *512 + - *513 - *17 - *19 responses: @@ -75281,9 +75299,9 @@ paths: application/json: schema: type: array - items: *513 + items: *514 examples: - default: *514 + default: *515 '404': *6 '403': *27 '500': *83 @@ -75308,8 +75326,8 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *365 - *366 + - *367 - name: alert_number in: path required: true @@ -75321,7 +75339,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *513 + schema: *514 examples: default: value: @@ -75379,8 +75397,8 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *365 - *366 + - *367 - name: alert_number in: path required: true @@ -75449,8 +75467,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#create-a-repository-dispatch-event parameters: - - *365 - *366 + - *367 requestBody: required: true content: @@ -75507,8 +75525,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#list-environments parameters: - - *365 - *366 + - *367 - *17 - *19 responses: @@ -75526,7 +75544,7 @@ paths: - 5 environments: type: array - items: &516 + items: &517 title: Environment description: Details of a deployment environment type: object @@ -75588,7 +75606,7 @@ paths: type: string examples: - wait_timer - wait_timer: &518 + wait_timer: &519 type: integer description: The amount of time to delay a job after the job is initially triggered. The time (in minutes) @@ -75630,7 +75648,7 @@ paths: items: type: object properties: - type: *515 + type: *516 reviewer: anyOf: - *4 @@ -75657,7 +75675,7 @@ paths: - id - node_id - type - deployment_branch_policy: &519 + deployment_branch_policy: &520 type: - object - 'null' @@ -75774,9 +75792,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#get-an-environment parameters: - - *365 - *366 - - &517 + - *367 + - &518 name: environment_name in: path required: true @@ -75789,9 +75807,9 @@ paths: description: Response content: application/json: - schema: *516 + schema: *517 examples: - default: &520 + default: &521 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -75875,9 +75893,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#create-or-update-an-environment parameters: - - *365 - *366 - - *517 + - *367 + - *518 requestBody: required: false content: @@ -75887,7 +75905,7 @@ paths: - object - 'null' properties: - wait_timer: *518 + wait_timer: *519 prevent_self_review: type: boolean description: Whether or not a user who created the job is prevented @@ -75906,14 +75924,14 @@ paths: items: type: object properties: - type: *515 + type: *516 id: type: integer description: The id of the user or team who can review the deployment examples: - 4532992 - deployment_branch_policy: *519 + deployment_branch_policy: *520 additionalProperties: false examples: default: @@ -75933,9 +75951,9 @@ paths: description: Response content: application/json: - schema: *516 + schema: *517 examples: - default: *520 + default: *521 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -75959,9 +75977,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#delete-an-environment parameters: - - *365 - *366 - - *517 + - *367 + - *518 responses: '204': description: Default response @@ -75986,9 +76004,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#list-deployment-branch-policies parameters: - - *365 - *366 - - *517 + - *367 + - *518 - *17 - *19 responses: @@ -76007,7 +76025,7 @@ paths: - 2 branch_policies: type: array - items: &521 + items: &522 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -76068,9 +76086,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#create-a-deployment-branch-policy parameters: - - *365 - *366 - - *517 + - *367 + - *518 requestBody: required: true content: @@ -76118,9 +76136,9 @@ paths: description: Response content: application/json: - schema: *521 + schema: *522 examples: - example-wildcard: &522 + example-wildcard: &523 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -76162,10 +76180,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#get-a-deployment-branch-policy parameters: - - *365 - *366 - - *517 - - &523 + - *367 + - *518 + - &524 name: branch_policy_id in: path required: true @@ -76177,9 +76195,9 @@ paths: description: Response content: application/json: - schema: *521 + schema: *522 examples: - default: *522 + default: *523 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76198,10 +76216,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#update-a-deployment-branch-policy parameters: - - *365 - *366 - - *517 - - *523 + - *367 + - *518 + - *524 requestBody: required: true content: @@ -76230,9 +76248,9 @@ paths: description: Response content: application/json: - schema: *521 + schema: *522 examples: - default: *522 + default: *523 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76251,10 +76269,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#delete-a-deployment-branch-policy parameters: - - *365 - *366 - - *517 - - *523 + - *367 + - *518 + - *524 responses: '204': description: Response @@ -76279,9 +76297,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: - - *517 + - *518 + - *367 - *366 - - *365 responses: '200': description: List of deployment protection rules @@ -76298,7 +76316,7 @@ paths: - 10 custom_deployment_protection_rules: type: array - items: &524 + items: &525 title: Deployment protection rule description: Deployment protection rule type: object @@ -76320,7 +76338,7 @@ paths: for the environment. examples: - true - app: &525 + app: &526 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -76423,9 +76441,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: - - *517 + - *518 + - *367 - *366 - - *365 requestBody: content: application/json: @@ -76446,9 +76464,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *524 + schema: *525 examples: - default: &526 + default: &527 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -76483,9 +76501,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: - - *517 + - *518 + - *367 - *366 - - *365 - *19 - *17 responses: @@ -76505,7 +76523,7 @@ paths: - 35 available_custom_deployment_protection_rule_integrations: type: array - items: *525 + items: *526 examples: default: value: @@ -76540,10 +76558,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: - - *365 - *366 - - *517 - - &527 + - *367 + - *518 + - &528 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -76555,9 +76573,9 @@ paths: description: Response content: application/json: - schema: *524 + schema: *525 examples: - default: *526 + default: *527 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76578,10 +76596,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: - - *517 + - *518 + - *367 - *366 - - *365 - - *527 + - *528 responses: '204': description: Response @@ -76607,9 +76625,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-environment-secrets parameters: - - *365 - *366 - - *517 + - *367 + - *518 - *17 - *19 responses: @@ -76627,9 +76645,9 @@ paths: type: integer secrets: type: array - items: *402 + items: *403 examples: - default: *403 + default: *404 headers: Link: *38 x-github: @@ -76654,17 +76672,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-environment-public-key parameters: - - *365 - *366 - - *517 + - *367 + - *518 responses: '200': description: Response content: application/json: - schema: *404 + schema: *405 examples: - default: *405 + default: *406 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76686,18 +76704,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-environment-secret parameters: - - *365 - *366 - - *517 + - *367 + - *518 - *201 responses: '200': description: Response content: application/json: - schema: *402 + schema: *403 examples: - default: *528 + default: *529 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76719,9 +76737,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-an-environment-secret parameters: - - *365 - *366 - - *517 + - *367 + - *518 - *201 requestBody: required: true @@ -76779,9 +76797,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-an-environment-secret parameters: - - *365 - *366 - - *517 + - *367 + - *518 - *201 responses: '204': @@ -76807,10 +76825,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-environment-variables parameters: - - *365 - *366 - - *517 - - *389 + - *367 + - *518 + - *390 - *19 responses: '200': @@ -76827,9 +76845,9 @@ paths: type: integer variables: type: array - items: *406 + items: *407 examples: - default: *407 + default: *408 headers: Link: *38 x-github: @@ -76852,9 +76870,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#create-an-environment-variable parameters: - - *365 - *366 - - *517 + - *367 + - *518 requestBody: required: true content: @@ -76906,18 +76924,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-an-environment-variable parameters: - - *365 - *366 - - *517 + - *367 + - *518 - *204 responses: '200': description: Response content: application/json: - schema: *406 + schema: *407 examples: - default: *529 + default: *530 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76938,10 +76956,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-an-environment-variable parameters: - - *365 - *366 + - *367 - *204 - - *517 + - *518 requestBody: required: true content: @@ -76983,10 +77001,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-an-environment-variable parameters: - - *365 - *366 + - *367 - *204 - - *517 + - *518 responses: '204': description: Response @@ -77008,8 +77026,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-repository-events parameters: - - *365 - *366 + - *367 - *17 - *19 responses: @@ -77086,8 +77104,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/forks#list-forks parameters: - - *365 - *366 + - *367 - name: sort description: The sort order. `stargazers` will sort by star count. in: query @@ -77246,8 +77264,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/forks#create-a-fork parameters: - - *365 - *366 + - *367 requestBody: required: false content: @@ -77280,9 +77298,9 @@ paths: description: Response content: application/json: - schema: *378 + schema: *379 examples: - default: *380 + default: *381 '400': *14 '422': *15 '403': *27 @@ -77303,8 +77321,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/blobs#create-a-blob parameters: - - *365 - *366 + - *367 requestBody: required: true content: @@ -77364,7 +77382,7 @@ paths: schema: oneOf: - *174 - - *530 + - *531 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77389,8 +77407,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/blobs#get-a-blob parameters: - - *365 - *366 + - *367 - name: file_sha in: path required: true @@ -77490,8 +77508,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/commits#create-a-commit parameters: - - *365 - *366 + - *367 requestBody: required: true content: @@ -77600,7 +77618,7 @@ paths: description: Response content: application/json: - schema: &531 + schema: &532 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -77827,15 +77845,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/commits#get-a-commit-object parameters: - - *365 - *366 - - *484 + - *367 + - *485 responses: '200': description: Response content: application/json: - schema: *531 + schema: *532 examples: default: value: @@ -77891,9 +77909,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#list-matching-references parameters: - - *365 - *366 - - &532 + - *367 + - &533 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. @@ -77910,7 +77928,7 @@ paths: application/json: schema: type: array - items: &533 + items: &534 title: Git Reference description: Git references within a repository type: object @@ -77986,17 +78004,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#get-a-reference parameters: - - *365 - *366 - - *532 + - *367 + - *533 responses: '200': description: Response content: application/json: - schema: *533 + schema: *534 examples: - default: &534 + default: &535 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -78025,8 +78043,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#create-a-reference parameters: - - *365 - *366 + - *367 requestBody: required: true content: @@ -78055,9 +78073,9 @@ paths: description: Response content: application/json: - schema: *533 + schema: *534 examples: - default: *534 + default: *535 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -78083,9 +78101,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#update-a-reference parameters: - - *365 - *366 - - *532 + - *367 + - *533 requestBody: required: true content: @@ -78114,9 +78132,9 @@ paths: description: Response content: application/json: - schema: *533 + schema: *534 examples: - default: *534 + default: *535 '422': *15 '409': *94 x-github: @@ -78134,9 +78152,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#delete-a-reference parameters: - - *365 - *366 - - *532 + - *367 + - *533 responses: '204': description: Response @@ -78191,8 +78209,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/tags#create-a-tag-object parameters: - - *365 - *366 + - *367 requestBody: required: true content: @@ -78259,7 +78277,7 @@ paths: description: Response content: application/json: - schema: &536 + schema: &537 title: Git Tag description: Metadata for a Git tag type: object @@ -78315,7 +78333,7 @@ paths: - sha - type - url - verification: *535 + verification: *536 required: - sha - url @@ -78325,7 +78343,7 @@ paths: - tag - message examples: - default: &537 + default: &538 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -78398,8 +78416,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/tags#get-a-tag parameters: - - *365 - *366 + - *367 - name: tag_sha in: path required: true @@ -78410,9 +78428,9 @@ paths: description: Response content: application/json: - schema: *536 + schema: *537 examples: - default: *537 + default: *538 '404': *6 '409': *94 x-github: @@ -78436,8 +78454,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/trees#create-a-tree parameters: - - *365 - *366 + - *367 requestBody: required: true content: @@ -78511,7 +78529,7 @@ paths: description: Response content: application/json: - schema: &538 + schema: &539 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -78613,8 +78631,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/trees#get-a-tree parameters: - - *365 - *366 + - *367 - name: tree_sha description: The SHA1 value or ref (branch or tag) name of the tree. in: path @@ -78637,7 +78655,7 @@ paths: description: Response content: application/json: - schema: *538 + schema: *539 examples: default-response: summary: Default response @@ -78696,8 +78714,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#list-repository-webhooks parameters: - - *365 - *366 + - *367 - *17 - *19 responses: @@ -78707,7 +78725,7 @@ paths: application/json: schema: type: array - items: &539 + items: &540 title: Webhook description: Webhooks for repositories. type: object @@ -78770,7 +78788,7 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &780 + last_response: &781 title: Hook Response type: object properties: @@ -78847,8 +78865,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#create-a-repository-webhook parameters: - - *365 - *366 + - *367 requestBody: required: false content: @@ -78901,9 +78919,9 @@ paths: description: Response content: application/json: - schema: *539 + schema: *540 examples: - default: &540 + default: &541 value: type: Repository id: 12345678 @@ -78951,17 +78969,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#get-a-repository-webhook parameters: - - *365 - *366 + - *367 - *257 responses: '200': description: Response content: application/json: - schema: *539 + schema: *540 examples: - default: *540 + default: *541 '404': *6 x-github: githubCloudOnly: false @@ -78981,8 +78999,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#update-a-repository-webhook parameters: - - *365 - *366 + - *367 - *257 requestBody: required: true @@ -79028,9 +79046,9 @@ paths: description: Response content: application/json: - schema: *539 + schema: *540 examples: - default: *540 + default: *541 '422': *15 '404': *6 x-github: @@ -79051,8 +79069,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#delete-a-repository-webhook parameters: - - *365 - *366 + - *367 - *257 responses: '204': @@ -79077,8 +79095,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: - - *365 - *366 + - *367 - *257 responses: '200': @@ -79106,8 +79124,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: - - *365 - *366 + - *367 - *257 requestBody: required: false @@ -79152,8 +79170,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#list-deliveries-for-a-repository-webhook parameters: - - *365 - *366 + - *367 - *257 - *17 - *258 @@ -79185,8 +79203,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: - - *365 - *366 + - *367 - *257 - *16 responses: @@ -79215,8 +79233,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: - - *365 - *366 + - *367 - *257 - *16 responses: @@ -79240,8 +79258,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#ping-a-repository-webhook parameters: - - *365 - *366 + - *367 - *257 responses: '204': @@ -79267,8 +79285,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#test-the-push-repository-webhook parameters: - - *365 - *366 + - *367 - *257 responses: '204': @@ -79327,14 +79345,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-an-import-status parameters: - - *365 - *366 + - *367 responses: '200': description: Response content: application/json: - schema: &541 + schema: &542 title: Import description: A repository import from an external source. type: object @@ -79441,7 +79459,7 @@ paths: - html_url - authors_url examples: - default: &544 + default: &545 value: vcs: subversion use_lfs: true @@ -79457,7 +79475,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': &542 + '503': &543 description: Unavailable due to service under maintenance. content: application/json: @@ -79486,8 +79504,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#start-an-import parameters: - - *365 - *366 + - *367 requestBody: required: true content: @@ -79535,7 +79553,7 @@ paths: description: Response content: application/json: - schema: *541 + schema: *542 examples: default: value: @@ -79560,7 +79578,7 @@ paths: type: string '422': *15 '404': *6 - '503': *542 + '503': *543 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79588,8 +79606,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#update-an-import parameters: - - *365 - *366 + - *367 requestBody: required: false content: @@ -79641,7 +79659,7 @@ paths: description: Response content: application/json: - schema: *541 + schema: *542 examples: example-1: summary: Example 1 @@ -79689,7 +79707,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': *542 + '503': *543 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79712,12 +79730,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#cancel-an-import parameters: - - *365 - *366 + - *367 responses: '204': description: Response - '503': *542 + '503': *543 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79743,9 +79761,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-commit-authors parameters: - - *365 - *366 - - &729 + - *367 + - &730 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -79759,7 +79777,7 @@ paths: application/json: schema: type: array - items: &543 + items: &544 title: Porter Author description: Porter Author type: object @@ -79813,7 +79831,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': *542 + '503': *543 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79838,8 +79856,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#map-a-commit-author parameters: - - *365 - *366 + - *367 - name: author_id in: path required: true @@ -79869,7 +79887,7 @@ paths: description: Response content: application/json: - schema: *543 + schema: *544 examples: default: value: @@ -79882,7 +79900,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *542 + '503': *543 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79906,8 +79924,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-large-files parameters: - - *365 - *366 + - *367 responses: '200': description: Response @@ -79948,7 +79966,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *542 + '503': *543 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79976,8 +79994,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#update-git-lfs-preference parameters: - - *365 - *366 + - *367 requestBody: required: true content: @@ -80004,11 +80022,11 @@ paths: description: Response content: application/json: - schema: *541 + schema: *542 examples: - default: *544 + default: *545 '422': *15 - '503': *542 + '503': *543 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80031,8 +80049,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: - - *365 - *366 + - *367 responses: '200': description: Response @@ -80040,8 +80058,8 @@ paths: application/json: schema: *20 examples: - default: *545 - '301': *379 + default: *546 + '301': *380 '404': *6 x-github: githubCloudOnly: false @@ -80061,8 +80079,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#get-interaction-restrictions-for-a-repository parameters: - - *365 - *366 + - *367 responses: '200': description: Response @@ -80075,7 +80093,7 @@ paths: properties: {} additionalProperties: false examples: - default: &547 + default: &548 value: limit: collaborators_only origin: repository @@ -80100,13 +80118,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#set-interaction-restrictions-for-a-repository parameters: - - *365 - *366 + - *367 requestBody: required: true content: application/json: - schema: *546 + schema: *547 examples: default: summary: Example request body @@ -80120,7 +80138,7 @@ paths: application/json: schema: *275 examples: - default: *547 + default: *548 '409': description: Response x-github: @@ -80142,8 +80160,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#remove-interaction-restrictions-for-a-repository parameters: - - *365 - *366 + - *367 responses: '204': description: Response @@ -80166,8 +80184,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#list-repository-invitations parameters: - - *365 - *366 + - *367 - *17 - *19 responses: @@ -80177,9 +80195,9 @@ paths: application/json: schema: type: array - items: *548 + items: *549 examples: - default: &722 + default: &723 value: - id: 1 repository: @@ -80310,8 +80328,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#update-a-repository-invitation parameters: - - *365 - *366 + - *367 - *279 requestBody: required: false @@ -80341,7 +80359,7 @@ paths: description: Response content: application/json: - schema: *548 + schema: *549 examples: default: value: @@ -80472,8 +80490,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#delete-a-repository-invitation parameters: - - *365 - *366 + - *367 - *279 responses: '204': @@ -80505,8 +80523,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#list-repository-issues parameters: - - *365 - *366 + - *367 - 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 @@ -80579,7 +80597,7 @@ paths: type: array items: *149 examples: - default: &557 + default: &558 value: - id: 1 node_id: MDU6SXNzdWUx @@ -80727,7 +80745,7 @@ paths: state_reason: completed headers: Link: *38 - '301': *379 + '301': *380 '422': *15 '404': *6 x-github: @@ -80756,8 +80774,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#create-an-issue parameters: - - *365 - *366 + - *367 requestBody: required: true content: @@ -80849,7 +80867,7 @@ paths: application/json: schema: *149 examples: - default: &552 + default: &553 value: id: 1 node_id: MDU6SXNzdWUx @@ -81005,7 +81023,7 @@ paths: '422': *15 '503': *130 '404': *6 - '410': *376 + '410': *377 x-github: triggersNotification: true githubCloudOnly: false @@ -81033,8 +81051,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#list-issue-comments-for-a-repository parameters: - - *365 - *366 + - *367 - *158 - name: direction description: Either `asc` or `desc`. Ignored without the `sort` parameter. @@ -81055,9 +81073,9 @@ paths: application/json: schema: type: array - items: *549 + items: *550 examples: - default: &554 + default: &555 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -81115,17 +81133,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#get-an-issue-comment parameters: - - *365 - *366 + - *367 - *148 responses: '200': description: Response content: application/json: - schema: *549 + schema: *550 examples: - default: &550 + default: &551 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -81179,8 +81197,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#update-an-issue-comment parameters: - - *365 - *366 + - *367 - *148 requestBody: required: true @@ -81203,9 +81221,9 @@ paths: description: Response content: application/json: - schema: *549 + schema: *550 examples: - default: *550 + default: *551 '422': *15 x-github: githubCloudOnly: false @@ -81223,8 +81241,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#delete-an-issue-comment parameters: - - *365 - *366 + - *367 - *148 responses: '204': @@ -81245,8 +81263,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-an-issue-comment parameters: - - *365 - *366 + - *367 - *148 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -81273,9 +81291,9 @@ paths: application/json: schema: type: array - items: *354 + items: *355 examples: - default: *356 + default: *357 headers: Link: *38 '404': *6 @@ -81296,8 +81314,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-an-issue-comment parameters: - - *365 - *366 + - *367 - *148 requestBody: required: true @@ -81330,16 +81348,16 @@ paths: description: Reaction exists content: application/json: - schema: *354 + schema: *355 examples: - default: *355 + default: *356 '201': description: Reaction created content: application/json: - schema: *354 + schema: *355 examples: - default: *355 + default: *356 '422': *15 x-github: githubCloudOnly: false @@ -81361,10 +81379,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-an-issue-comment-reaction parameters: - - *365 - *366 + - *367 - *148 - - *357 + - *358 responses: '204': description: Response @@ -81384,8 +81402,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#list-issue-events-for-a-repository parameters: - - *365 - *366 + - *367 - *17 - *19 responses: @@ -81395,7 +81413,7 @@ paths: application/json: schema: type: array - items: &551 + items: &552 title: Issue Event description: Issue Event type: object @@ -81734,8 +81752,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#get-an-issue-event parameters: - - *365 - *366 + - *367 - name: event_id in: path required: true @@ -81746,7 +81764,7 @@ paths: description: Response content: application/json: - schema: *551 + schema: *552 examples: default: value: @@ -81939,7 +81957,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *376 + '410': *377 '403': *27 x-github: githubCloudOnly: false @@ -81973,9 +81991,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue parameters: - - *365 - *366 - - &553 + - *367 + - &554 name: issue_number description: The number that identifies the issue. in: path @@ -81989,10 +82007,10 @@ paths: application/json: schema: *149 examples: - default: *552 - '301': *379 + default: *553 + '301': *380 '404': *6 - '410': *376 + '410': *377 '304': *35 x-github: githubCloudOnly: false @@ -82017,9 +82035,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#update-an-issue parameters: - - *365 - *366 - - *553 + - *367 + - *554 requestBody: required: false content: @@ -82139,13 +82157,13 @@ paths: application/json: schema: *149 examples: - default: *552 + default: *553 '422': *15 '503': *130 '403': *27 - '301': *379 + '301': *380 '404': *6 - '410': *376 + '410': *377 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82163,9 +82181,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#add-assignees-to-an-issue parameters: - - *365 - *366 - - *553 + - *367 + - *554 requestBody: required: false content: @@ -82193,7 +82211,7 @@ paths: application/json: schema: *149 examples: - default: *552 + default: *553 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82209,9 +82227,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#remove-assignees-from-an-issue parameters: - - *365 - *366 - - *553 + - *367 + - *554 requestBody: content: application/json: @@ -82238,7 +82256,7 @@ paths: application/json: schema: *149 examples: - default: *552 + default: *553 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82260,9 +82278,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: - - *365 - *366 - - *553 + - *367 + - *554 - name: assignee in: path required: true @@ -82302,9 +82320,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#list-issue-comments parameters: - - *365 - *366 - - *553 + - *367 + - *554 - *139 - *17 - *19 @@ -82315,13 +82333,13 @@ paths: application/json: schema: type: array - items: *549 + items: *550 examples: - default: *554 + default: *555 headers: Link: *38 '404': *6 - '410': *376 + '410': *377 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82350,9 +82368,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#create-an-issue-comment parameters: - - *365 - *366 - - *553 + - *367 + - *554 requestBody: required: true content: @@ -82374,16 +82392,16 @@ paths: description: Response content: application/json: - schema: *549 + schema: *550 examples: - default: *550 + default: *551 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *27 - '410': *376 + '410': *377 '422': *15 '404': *6 x-github: @@ -82403,9 +82421,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#list-issue-events parameters: - - *365 - *366 - - *553 + - *367 + - *554 - *17 - *19 responses: @@ -82419,7 +82437,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &558 + - &559 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -82468,7 +82486,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &559 + - &560 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -82596,7 +82614,7 @@ paths: - performed_via_github_app - assignee - assigner - - &560 + - &561 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -82642,7 +82660,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &561 + - &562 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -82688,7 +82706,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &562 + - &563 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -82737,7 +82755,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &563 + - &564 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -82779,7 +82797,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &564 + - &565 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -82821,7 +82839,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &565 + - &566 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -82877,7 +82895,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &566 + - &567 title: Locked Issue Event description: Locked Issue Event type: object @@ -82922,7 +82940,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &567 + - &568 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -82983,7 +83001,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &568 + - &569 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -83044,7 +83062,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &569 + - &570 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -83105,7 +83123,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &570 + - &571 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -83198,7 +83216,7 @@ paths: color: red headers: Link: *38 - '410': *376 + '410': *377 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83215,9 +83233,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-an-issue parameters: - - *365 - *366 - - *553 + - *367 + - *554 - *17 - *19 responses: @@ -83227,7 +83245,7 @@ paths: application/json: schema: type: array - items: &555 + items: &556 title: Label description: Color-coded labels help you categorize and filter your issues (just like labels in Gmail). @@ -83282,7 +83300,7 @@ paths: - color - default examples: - default: &556 + default: &557 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -83300,9 +83318,9 @@ paths: default: false headers: Link: *38 - '301': *379 + '301': *380 '404': *6 - '410': *376 + '410': *377 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83319,9 +83337,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#add-labels-to-an-issue parameters: - - *365 - *366 - - *553 + - *367 + - *554 requestBody: required: false content: @@ -83380,12 +83398,12 @@ paths: application/json: schema: type: array - items: *555 + items: *556 examples: - default: *556 - '301': *379 + default: *557 + '301': *380 '404': *6 - '410': *376 + '410': *377 '422': *15 x-github: githubCloudOnly: false @@ -83402,9 +83420,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#set-labels-for-an-issue parameters: - - *365 - *366 - - *553 + - *367 + - *554 requestBody: required: false content: @@ -83464,12 +83482,12 @@ paths: application/json: schema: type: array - items: *555 + items: *556 examples: - default: *556 - '301': *379 + default: *557 + '301': *380 '404': *6 - '410': *376 + '410': *377 '422': *15 x-github: githubCloudOnly: false @@ -83486,15 +83504,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#remove-all-labels-from-an-issue parameters: - - *365 - *366 - - *553 + - *367 + - *554 responses: '204': description: Response - '301': *379 + '301': *380 '404': *6 - '410': *376 + '410': *377 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83513,9 +83531,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#remove-a-label-from-an-issue parameters: - - *365 - *366 - - *553 + - *367 + - *554 - name: name in: path required: true @@ -83528,7 +83546,7 @@ paths: application/json: schema: type: array - items: *555 + items: *556 examples: default: value: @@ -83539,9 +83557,9 @@ paths: description: Something isn't working color: f29513 default: true - '301': *379 + '301': *380 '404': *6 - '410': *376 + '410': *377 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83561,9 +83579,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#lock-an-issue parameters: - - *365 - *366 - - *553 + - *367 + - *554 requestBody: required: false content: @@ -83592,7 +83610,7 @@ paths: '204': description: Response '403': *27 - '410': *376 + '410': *377 '404': *6 '422': *15 x-github: @@ -83610,9 +83628,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#unlock-an-issue parameters: - - *365 - *366 - - *553 + - *367 + - *554 responses: '204': description: Response @@ -83634,9 +83652,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-an-issue parameters: - - *365 - *366 - - *553 + - *367 + - *554 - 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. @@ -83662,13 +83680,13 @@ paths: application/json: schema: type: array - items: *354 + items: *355 examples: - default: *356 + default: *357 headers: Link: *38 '404': *6 - '410': *376 + '410': *377 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83686,9 +83704,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-an-issue parameters: - - *365 - *366 - - *553 + - *367 + - *554 requestBody: required: true content: @@ -83720,16 +83738,16 @@ paths: description: Response content: application/json: - schema: *354 + schema: *355 examples: - default: *355 + default: *356 '201': description: Response content: application/json: - schema: *354 + schema: *355 examples: - default: *355 + default: *356 '422': *15 x-github: githubCloudOnly: false @@ -83751,10 +83769,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-an-issue-reaction parameters: - - *365 - *366 - - *553 - - *357 + - *367 + - *554 + - *358 responses: '204': description: Response @@ -83783,9 +83801,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#remove-sub-issue parameters: - - *365 - *366 - - *553 + - *367 + - *554 requestBody: required: true content: @@ -83809,7 +83827,7 @@ paths: application/json: schema: *149 examples: - default: *552 + default: *553 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -83842,9 +83860,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#list-sub-issues parameters: - - *365 - *366 - - *553 + - *367 + - *554 - *17 - *19 responses: @@ -83856,11 +83874,11 @@ paths: type: array items: *149 examples: - default: *557 + default: *558 headers: Link: *38 '404': *6 - '410': *376 + '410': *377 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83888,9 +83906,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#add-sub-issue parameters: - - *365 - *366 - - *553 + - *367 + - *554 requestBody: required: true content: @@ -83919,14 +83937,14 @@ paths: application/json: schema: *149 examples: - default: *552 + default: *553 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 schema: type: string '403': *27 - '410': *376 + '410': *377 '422': *15 '404': *6 x-github: @@ -83946,9 +83964,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#reprioritize-sub-issue parameters: - - *365 - *366 - - *553 + - *367 + - *554 requestBody: required: true content: @@ -83981,7 +83999,7 @@ paths: application/json: schema: *149 examples: - default: *552 + default: *553 '403': *27 '404': *6 '422': *7 @@ -84003,9 +84021,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/timeline#list-timeline-events-for-an-issue parameters: - - *365 - *366 - - *553 + - *367 + - *554 - *17 - *19 responses: @@ -84020,7 +84038,6 @@ paths: description: Timeline Event type: object anyOf: - - *558 - *559 - *560 - *561 @@ -84033,6 +84050,7 @@ paths: - *568 - *569 - *570 + - *571 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -84356,7 +84374,7 @@ paths: type: string comments: type: array - items: &590 + items: &591 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -84594,7 +84612,7 @@ paths: type: string comments: type: array - items: *482 + items: *483 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -84869,7 +84887,7 @@ paths: headers: Link: *38 '404': *6 - '410': *376 + '410': *377 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84886,8 +84904,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#list-deploy-keys parameters: - - *365 - *366 + - *367 - *17 - *19 responses: @@ -84897,7 +84915,7 @@ paths: application/json: schema: type: array - items: &571 + items: &572 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -84964,8 +84982,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#create-a-deploy-key parameters: - - *365 - *366 + - *367 requestBody: required: true content: @@ -85001,9 +85019,9 @@ paths: description: Response content: application/json: - schema: *571 + schema: *572 examples: - default: &572 + default: &573 value: id: 1 key: ssh-rsa AAA... @@ -85037,9 +85055,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key parameters: - - *365 - *366 - - &573 + - *367 + - &574 name: key_id description: The unique identifier of the key. in: path @@ -85051,9 +85069,9 @@ paths: description: Response content: application/json: - schema: *571 + schema: *572 examples: - default: *572 + default: *573 '404': *6 x-github: githubCloudOnly: false @@ -85071,9 +85089,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#delete-a-deploy-key parameters: - - *365 - *366 - - *573 + - *367 + - *574 responses: '204': description: Response @@ -85093,8 +85111,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-a-repository parameters: - - *365 - *366 + - *367 - *17 - *19 responses: @@ -85104,9 +85122,9 @@ paths: application/json: schema: type: array - items: *555 + items: *556 examples: - default: *556 + default: *557 headers: Link: *38 '404': *6 @@ -85127,8 +85145,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#create-a-label parameters: - - *365 - *366 + - *367 requestBody: required: true content: @@ -85164,9 +85182,9 @@ paths: description: Response content: application/json: - schema: *555 + schema: *556 examples: - default: &574 + default: &575 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -85198,8 +85216,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#get-a-label parameters: - - *365 - *366 + - *367 - name: name in: path required: true @@ -85210,9 +85228,9 @@ paths: description: Response content: application/json: - schema: *555 + schema: *556 examples: - default: *574 + default: *575 '404': *6 x-github: githubCloudOnly: false @@ -85229,8 +85247,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#update-a-label parameters: - - *365 - *366 + - *367 - name: name in: path required: true @@ -85269,7 +85287,7 @@ paths: description: Response content: application/json: - schema: *555 + schema: *556 examples: default: value: @@ -85295,8 +85313,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#delete-a-label parameters: - - *365 - *366 + - *367 - name: name in: path required: true @@ -85322,8 +85340,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-languages parameters: - - *365 - *366 + - *367 responses: '200': description: Response @@ -85359,8 +85377,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/lfs#enable-git-lfs-for-a-repository parameters: - - *365 - *366 + - *367 responses: '202': *37 '403': @@ -85388,8 +85406,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/lfs#disable-git-lfs-for-a-repository parameters: - - *365 - *366 + - *367 responses: '204': description: Response @@ -85415,9 +85433,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/licenses/licenses#get-the-license-for-a-repository parameters: - - *365 - *366 - - *460 + - *367 + - *461 responses: '200': description: Response @@ -85564,8 +85582,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: - - *365 - *366 + - *367 requestBody: required: true content: @@ -85630,8 +85648,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#merge-a-branch parameters: - - *365 - *366 + - *367 requestBody: required: true content: @@ -85665,9 +85683,9 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *483 + schema: *484 examples: - default: *575 + default: *576 '204': description: Response when already merged '404': @@ -85692,8 +85710,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#list-milestones parameters: - - *365 - *366 + - *367 - name: state description: The state of the milestone. Either `open`, `closed`, or `all`. in: query @@ -85734,7 +85752,7 @@ paths: application/json: schema: type: array - items: *487 + items: *488 examples: default: value: @@ -85790,8 +85808,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#create-a-milestone parameters: - - *365 - *366 + - *367 requestBody: required: true content: @@ -85831,9 +85849,9 @@ paths: description: Response content: application/json: - schema: *487 + schema: *488 examples: - default: &576 + default: &577 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -85892,9 +85910,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#get-a-milestone parameters: - - *365 - *366 - - &577 + - *367 + - &578 name: milestone_number description: The number that identifies the milestone. in: path @@ -85906,9 +85924,9 @@ paths: description: Response content: application/json: - schema: *487 + schema: *488 examples: - default: *576 + default: *577 '404': *6 x-github: githubCloudOnly: false @@ -85925,9 +85943,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#update-a-milestone parameters: - - *365 - *366 - - *577 + - *367 + - *578 requestBody: required: false content: @@ -85965,9 +85983,9 @@ paths: description: Response content: application/json: - schema: *487 + schema: *488 examples: - default: *576 + default: *577 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85983,9 +86001,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#delete-a-milestone parameters: - - *365 - *366 - - *577 + - *367 + - *578 responses: '204': description: Response @@ -86006,9 +86024,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: - - *365 - *366 - - *577 + - *367 + - *578 - *17 - *19 responses: @@ -86018,9 +86036,9 @@ paths: application/json: schema: type: array - items: *555 + items: *556 examples: - default: *556 + default: *557 headers: Link: *38 x-github: @@ -86039,12 +86057,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: - - *365 - *366 - - *578 + - *367 - *579 - - *139 - *580 + - *139 + - *581 - *17 - *19 responses: @@ -86056,7 +86074,7 @@ paths: type: array items: *161 examples: - default: *581 + default: *582 headers: Link: *38 x-github: @@ -86080,8 +86098,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#mark-repository-notifications-as-read parameters: - - *365 - *366 + - *367 requestBody: required: false content: @@ -86139,14 +86157,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-a-apiname-pages-site parameters: - - *365 - *366 + - *367 responses: '200': description: Response content: application/json: - schema: &582 + schema: &583 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -86290,7 +86308,7 @@ paths: - custom_404 - public examples: - default: &583 + default: &584 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -86331,8 +86349,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#create-a-apiname-pages-site parameters: - - *365 - *366 + - *367 requestBody: required: true content: @@ -86387,9 +86405,9 @@ paths: description: Response content: application/json: - schema: *582 + schema: *583 examples: - default: *583 + default: *584 '422': *15 '409': *94 x-github: @@ -86412,8 +86430,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: - - *365 - *366 + - *367 requestBody: required: true content: @@ -86521,8 +86539,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#delete-a-apiname-pages-site parameters: - - *365 - *366 + - *367 responses: '204': description: Response @@ -86548,8 +86566,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#list-apiname-pages-builds parameters: - - *365 - *366 + - *367 - *17 - *19 responses: @@ -86559,7 +86577,7 @@ paths: application/json: schema: type: array - items: &584 + items: &585 title: Page Build description: Page Build type: object @@ -86651,8 +86669,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#request-a-apiname-pages-build parameters: - - *365 - *366 + - *367 responses: '201': description: Response @@ -86699,16 +86717,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-latest-pages-build parameters: - - *365 - *366 + - *367 responses: '200': description: Response content: application/json: - schema: *584 + schema: *585 examples: - default: &585 + default: &586 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -86756,8 +86774,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-apiname-pages-build parameters: - - *365 - *366 + - *367 - name: build_id in: path required: true @@ -86768,9 +86786,9 @@ paths: description: Response content: application/json: - schema: *584 + schema: *585 examples: - default: *585 + default: *586 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86790,8 +86808,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#create-a-github-pages-deployment parameters: - - *365 - *366 + - *367 requestBody: required: true content: @@ -86899,9 +86917,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: - - *365 - *366 - - &586 + - *367 + - &587 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -86959,9 +86977,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#cancel-a-github-pages-deployment parameters: - - *365 - *366 - - *586 + - *367 + - *587 responses: '204': *116 '404': *6 @@ -86988,8 +87006,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: - - *365 - *366 + - *367 responses: '200': description: Response @@ -87284,8 +87302,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: - - *365 - *366 + - *367 responses: '200': description: Private vulnerability reporting status @@ -87322,8 +87340,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: - - *365 - *366 + - *367 responses: '204': *116 '422': *14 @@ -87344,8 +87362,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: - - *365 - *366 + - *367 responses: '204': *116 '422': *14 @@ -87368,8 +87386,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#list-repository-projects parameters: - - *365 - *366 + - *367 - name: state description: Indicates the state of the projects to return. in: query @@ -87430,7 +87448,7 @@ paths: '401': *23 '403': *27 '404': *6 - '410': *376 + '410': *377 '422': *7 x-github: githubCloudOnly: false @@ -87453,8 +87471,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#create-a-repository-project parameters: - - *365 - *366 + - *367 requestBody: required: true content: @@ -87482,11 +87500,11 @@ paths: application/json: schema: *313 examples: - default: *375 + default: *376 '401': *23 '403': *27 '404': *6 - '410': *376 + '410': *377 '422': *7 x-github: githubCloudOnly: false @@ -87509,8 +87527,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: - - *365 - *366 + - *367 responses: '200': description: Response @@ -87549,8 +87567,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: - - *365 - *366 + - *367 requestBody: required: true content: @@ -87612,8 +87630,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-pull-requests parameters: - - *365 - *366 + - *367 - name: state description: Either `open`, `closed`, or `all` to filter by state. in: query @@ -87673,9 +87691,9 @@ paths: application/json: schema: type: array - items: *587 + items: *588 examples: - default: *588 + default: *589 headers: Link: *38 '304': *35 @@ -87707,8 +87725,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#create-a-pull-request parameters: - - *365 - *366 + - *367 requestBody: required: true content: @@ -87775,7 +87793,7 @@ paths: description: Response content: application/json: - schema: &592 + schema: &593 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -87904,7 +87922,7 @@ paths: milestone: anyOf: - type: 'null' - - *487 + - *488 active_lock_reason: type: - string @@ -87997,14 +88015,14 @@ paths: _links: type: object properties: - comments: *488 - commits: *488 - statuses: *488 - html: *488 - issue: *488 - review_comments: *488 - review_comment: *488 - self: *488 + comments: *489 + commits: *489 + statuses: *489 + html: *489 + issue: *489 + review_comments: *489 + review_comment: *489 + self: *489 required: - comments - commits @@ -88015,7 +88033,7 @@ paths: - review_comment - self author_association: *136 - auto_merge: *589 + auto_merge: *590 draft: description: Indicates whether or not the pull request is a draft. type: boolean @@ -88117,7 +88135,7 @@ paths: - merged_by - review_comments examples: - default: &593 + default: &594 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -88644,8 +88662,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#list-review-comments-in-a-repository parameters: - - *365 - *366 + - *367 - name: sort in: query required: false @@ -88674,9 +88692,9 @@ paths: application/json: schema: type: array - items: *590 + items: *591 examples: - default: &595 + default: &596 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -88753,17 +88771,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: - - *365 - *366 + - *367 - *148 responses: '200': description: Response content: application/json: - schema: *590 + schema: *591 examples: - default: &591 + default: &592 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -88838,8 +88856,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: - - *365 - *366 + - *367 - *148 requestBody: required: true @@ -88862,9 +88880,9 @@ paths: description: Response content: application/json: - schema: *590 + schema: *591 examples: - default: *591 + default: *592 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88880,8 +88898,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: - - *365 - *366 + - *367 - *148 responses: '204': @@ -88903,8 +88921,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: - - *365 - *366 + - *367 - *148 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -88931,9 +88949,9 @@ paths: application/json: schema: type: array - items: *354 + items: *355 examples: - default: *356 + default: *357 headers: Link: *38 '404': *6 @@ -88954,8 +88972,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: - - *365 - *366 + - *367 - *148 requestBody: required: true @@ -88988,16 +89006,16 @@ paths: description: Reaction exists content: application/json: - schema: *354 + schema: *355 examples: - default: *355 + default: *356 '201': description: Reaction created content: application/json: - schema: *354 + schema: *355 examples: - default: *355 + default: *356 '422': *15 x-github: githubCloudOnly: false @@ -89019,10 +89037,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-pull-request-comment-reaction parameters: - - *365 - *366 + - *367 - *148 - - *357 + - *358 responses: '204': description: Response @@ -89065,9 +89083,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#get-a-pull-request parameters: - - *365 - *366 - - &594 + - *367 + - &595 name: pull_number description: The number that identifies the pull request. in: path @@ -89080,9 +89098,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *592 + schema: *593 examples: - default: *593 + default: *594 '304': *35 '404': *6 '406': @@ -89117,9 +89135,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#update-a-pull-request parameters: - - *365 - *366 - - *594 + - *367 + - *595 requestBody: required: false content: @@ -89161,9 +89179,9 @@ paths: description: Response content: application/json: - schema: *592 + schema: *593 examples: - default: *593 + default: *594 '422': *15 '403': *27 x-github: @@ -89185,9 +89203,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: - - *365 - *366 - - *594 + - *367 + - *595 requestBody: required: true content: @@ -89250,7 +89268,7 @@ paths: application/json: schema: *286 examples: - default: *474 + default: *475 '202': description: Response when the codespace creation partially failed but is being retried in the background @@ -89258,7 +89276,7 @@ paths: application/json: schema: *286 examples: - default: *474 + default: *475 '401': *23 '403': *27 '404': *6 @@ -89288,9 +89306,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: - - *365 - *366 - - *594 + - *367 + - *595 - *158 - name: direction description: The direction to sort results. Ignored without `sort` parameter. @@ -89311,9 +89329,9 @@ paths: application/json: schema: type: array - items: *590 + items: *591 examples: - default: *595 + default: *596 headers: Link: *38 x-github: @@ -89346,9 +89364,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: - - *365 - *366 - - *594 + - *367 + - *595 requestBody: required: true content: @@ -89454,7 +89472,7 @@ paths: description: Response content: application/json: - schema: *590 + schema: *591 examples: example-for-a-multi-line-comment: value: @@ -89542,9 +89560,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: - - *365 - *366 - - *594 + - *367 + - *595 - *148 requestBody: required: true @@ -89567,7 +89585,7 @@ paths: description: Response content: application/json: - schema: *590 + schema: *591 examples: default: value: @@ -89653,9 +89671,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-commits-on-a-pull-request parameters: - - *365 - *366 - - *594 + - *367 + - *595 - *17 - *19 responses: @@ -89665,9 +89683,9 @@ paths: application/json: schema: type: array - items: *483 + items: *484 examples: - default: *596 + default: *597 headers: Link: *38 x-github: @@ -89697,9 +89715,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-pull-requests-files parameters: - - *365 - *366 - - *594 + - *367 + - *595 - *17 - *19 responses: @@ -89709,7 +89727,7 @@ paths: application/json: schema: type: array - items: *495 + items: *496 examples: default: value: @@ -89747,9 +89765,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: - - *365 - *366 - - *594 + - *367 + - *595 responses: '204': description: Response if pull request has been merged @@ -89772,9 +89790,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#merge-a-pull-request parameters: - - *365 - *366 - - *594 + - *367 + - *595 requestBody: required: false content: @@ -89886,9 +89904,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: - - *365 - *366 - - *594 + - *367 + - *595 responses: '200': description: Response @@ -89963,9 +89981,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: - - *365 - *366 - - *594 + - *367 + - *595 requestBody: required: false content: @@ -90002,7 +90020,7 @@ paths: description: Response content: application/json: - schema: *587 + schema: *588 examples: default: value: @@ -90538,9 +90556,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: - - *365 - *366 - - *594 + - *367 + - *595 requestBody: required: true content: @@ -90574,7 +90592,7 @@ paths: description: Response content: application/json: - schema: *587 + schema: *588 examples: default: value: @@ -91079,9 +91097,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#list-reviews-for-a-pull-request parameters: - - *365 - *366 - - *594 + - *367 + - *595 - *17 - *19 responses: @@ -91091,7 +91109,7 @@ paths: application/json: schema: type: array - items: &597 + items: &598 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -91247,9 +91265,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: - - *365 - *366 - - *594 + - *367 + - *595 requestBody: required: false content: @@ -91339,9 +91357,9 @@ paths: description: Response content: application/json: - schema: *597 + schema: *598 examples: - default: &599 + default: &600 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -91404,10 +91422,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: - - *365 - *366 - - *594 - - &598 + - *367 + - *595 + - &599 name: review_id description: The unique identifier of the review. in: path @@ -91419,9 +91437,9 @@ paths: description: Response content: application/json: - schema: *597 + schema: *598 examples: - default: &600 + default: &601 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -91480,10 +91498,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: - - *365 - *366 - - *594 - - *598 + - *367 + - *595 + - *599 requestBody: required: true content: @@ -91506,7 +91524,7 @@ paths: description: Response content: application/json: - schema: *597 + schema: *598 examples: default: value: @@ -91568,18 +91586,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: - - *365 - *366 - - *594 - - *598 + - *367 + - *595 + - *599 responses: '200': description: Response content: application/json: - schema: *597 + schema: *598 examples: - default: *599 + default: *600 '422': *7 '404': *6 x-github: @@ -91606,10 +91624,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: - - *365 - *366 - - *594 - - *598 + - *367 + - *595 + - *599 - *17 - *19 responses: @@ -91707,9 +91725,9 @@ paths: _links: type: object properties: - self: *488 - html: *488 - pull_request: *488 + self: *489 + html: *489 + pull_request: *489 required: - self - html @@ -91860,10 +91878,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: - - *365 - *366 - - *594 - - *598 + - *367 + - *595 + - *599 requestBody: required: true content: @@ -91892,7 +91910,7 @@ paths: description: Response content: application/json: - schema: *597 + schema: *598 examples: default: value: @@ -91955,10 +91973,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: - - *365 - *366 - - *594 - - *598 + - *367 + - *595 + - *599 requestBody: required: true content: @@ -91993,9 +92011,9 @@ paths: description: Response content: application/json: - schema: *597 + schema: *598 examples: - default: *600 + default: *601 '404': *6 '422': *7 '403': *27 @@ -92017,9 +92035,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#update-a-pull-request-branch parameters: - - *365 - *366 - - *594 + - *367 + - *595 requestBody: required: false content: @@ -92083,8 +92101,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-a-repository-readme parameters: - - *365 - *366 + - *367 - name: ref description: 'The name of the commit/branch/tag. Default: the repository’s default branch.' @@ -92097,9 +92115,9 @@ paths: description: Response content: application/json: - schema: *601 + schema: *602 examples: - default: &602 + default: &603 value: type: file encoding: base64 @@ -92141,8 +92159,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: - - *365 - *366 + - *367 - name: dir description: The alternate path to look for a README file in: path @@ -92162,9 +92180,9 @@ paths: description: Response content: application/json: - schema: *601 + schema: *602 examples: - default: *602 + default: *603 '404': *6 '422': *15 x-github: @@ -92186,8 +92204,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#list-releases parameters: - - *365 - *366 + - *367 - *17 - *19 responses: @@ -92197,7 +92215,7 @@ paths: application/json: schema: type: array - items: &603 + items: &604 title: Release description: A release. type: object @@ -92269,7 +92287,7 @@ paths: author: *4 assets: type: array - items: &604 + items: &605 title: Release Asset description: Data related to a release. type: object @@ -92449,8 +92467,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#create-a-release parameters: - - *365 - *366 + - *367 requestBody: required: true content: @@ -92526,9 +92544,9 @@ paths: description: Response content: application/json: - schema: *603 + schema: *604 examples: - default: &607 + default: &608 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -92631,9 +92649,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#get-a-release-asset parameters: - - *365 - *366 - - &605 + - *367 + - &606 name: asset_id description: The unique identifier of the asset. in: path @@ -92645,9 +92663,9 @@ paths: description: Response content: application/json: - schema: *604 + schema: *605 examples: - default: &606 + default: &607 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 @@ -92681,7 +92699,7 @@ paths: type: User site_admin: false '404': *6 - '302': *497 + '302': *498 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92697,9 +92715,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#update-a-release-asset parameters: - - *365 - *366 - - *605 + - *367 + - *606 requestBody: required: false content: @@ -92728,9 +92746,9 @@ paths: description: Response content: application/json: - schema: *604 + schema: *605 examples: - default: *606 + default: *607 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92746,9 +92764,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#delete-a-release-asset parameters: - - *365 - *366 - - *605 + - *367 + - *606 responses: '204': description: Response @@ -92772,8 +92790,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: - - *365 - *366 + - *367 requestBody: required: true content: @@ -92859,16 +92877,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-the-latest-release parameters: - - *365 - *366 + - *367 responses: '200': description: Response content: application/json: - schema: *603 + schema: *604 examples: - default: *607 + default: *608 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92885,8 +92903,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-a-release-by-tag-name parameters: - - *365 - *366 + - *367 - name: tag description: tag parameter in: path @@ -92899,9 +92917,9 @@ paths: description: Response content: application/json: - schema: *603 + schema: *604 examples: - default: *607 + default: *608 '404': *6 x-github: githubCloudOnly: false @@ -92923,9 +92941,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-a-release parameters: - - *365 - *366 - - &608 + - *367 + - &609 name: release_id description: The unique identifier of the release. in: path @@ -92939,9 +92957,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: *603 + schema: *604 examples: - default: *607 + default: *608 '401': description: Unauthorized x-github: @@ -92959,9 +92977,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#update-a-release parameters: - - *365 - *366 - - *608 + - *367 + - *609 requestBody: required: false content: @@ -93025,9 +93043,9 @@ paths: description: Response content: application/json: - schema: *603 + schema: *604 examples: - default: *607 + default: *608 '404': description: Not Found if the discussion category name is invalid content: @@ -93048,9 +93066,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#delete-a-release parameters: - - *365 - *366 - - *608 + - *367 + - *609 responses: '204': description: Response @@ -93070,9 +93088,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#list-release-assets parameters: - - *365 - *366 - - *608 + - *367 + - *609 - *17 - *19 responses: @@ -93082,7 +93100,7 @@ paths: application/json: schema: type: array - items: *604 + items: *605 examples: default: value: @@ -93163,9 +93181,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: - - *365 - *366 - - *608 + - *367 + - *609 - name: name in: query required: true @@ -93191,7 +93209,7 @@ paths: description: Response for successful upload content: application/json: - schema: *604 + schema: *605 examples: response-for-successful-upload: value: @@ -93245,9 +93263,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-release parameters: - - *365 - *366 - - *608 + - *367 + - *609 - 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. @@ -93271,9 +93289,9 @@ paths: application/json: schema: type: array - items: *354 + items: *355 examples: - default: *356 + default: *357 headers: Link: *38 '404': *6 @@ -93294,9 +93312,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-release parameters: - - *365 - *366 - - *608 + - *367 + - *609 requestBody: required: true content: @@ -93326,16 +93344,16 @@ paths: description: Reaction exists content: application/json: - schema: *354 + schema: *355 examples: - default: *355 + default: *356 '201': description: Reaction created content: application/json: - schema: *354 + schema: *355 examples: - default: *355 + default: *356 '422': *15 x-github: githubCloudOnly: false @@ -93357,10 +93375,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-release-reaction parameters: - - *365 - *366 - - *608 - - *357 + - *367 + - *609 + - *358 responses: '204': description: Response @@ -93384,9 +93402,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-rules-for-a-branch parameters: - - *365 - *366 - - *424 + - *367 + - *425 - *17 - *19 responses: @@ -93402,8 +93420,8 @@ paths: description: A repository rule with ruleset details. oneOf: - allOf: - - *609 - - &611 + - *610 + - &612 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -93423,65 +93441,65 @@ paths: type: integer description: The ID of the ruleset that includes this rule. - allOf: - - *610 - *611 - - allOf: - *612 - - *611 - allOf: - *613 - - *611 + - *612 - allOf: - *614 - - *611 + - *612 - allOf: - *615 - - *611 + - *612 - allOf: - *616 - - *611 + - *612 - allOf: - *617 - - *611 + - *612 - allOf: - *618 - - *611 + - *612 - allOf: - *619 - - *611 + - *612 - allOf: - *620 - - *611 + - *612 - allOf: - *621 - - *611 + - *612 - allOf: - *622 - - *611 + - *612 - allOf: - *623 - - *611 + - *612 - allOf: - *624 - - *611 + - *612 - allOf: - *625 - - *611 + - *612 - allOf: - *626 - - *611 + - *612 - allOf: - *627 - - *611 + - *612 - allOf: - *628 - - *611 + - *612 - allOf: - *629 - - *611 + - *612 - allOf: - *630 - - *611 + - *612 + - allOf: + - *631 + - *612 examples: default: value: @@ -93520,8 +93538,8 @@ paths: category: repos subcategory: rules parameters: - - *365 - *366 + - *367 - *17 - *19 - name: includes_parents @@ -93532,7 +93550,7 @@ paths: schema: type: boolean default: true - - *631 + - *632 responses: '200': description: Response @@ -93587,8 +93605,8 @@ paths: category: repos subcategory: rules parameters: - - *365 - *366 + - *367 requestBody: description: Request body required: true @@ -93650,7 +93668,7 @@ paths: application/json: schema: *126 examples: - default: &640 + default: &641 value: id: 42 name: super cool ruleset @@ -93697,12 +93715,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rule-suites#list-repository-rule-suites parameters: - - *365 - *366 - - *632 - - *216 + - *367 - *633 + - *216 - *634 + - *635 - *17 - *19 responses: @@ -93710,9 +93728,9 @@ paths: description: Response content: application/json: - schema: *635 + schema: *636 examples: - default: *636 + default: *637 '404': *6 '500': *83 x-github: @@ -93733,17 +93751,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rule-suites#get-a-repository-rule-suite parameters: - - *365 - *366 - - *637 + - *367 + - *638 responses: '200': description: Response content: application/json: - schema: *638 + schema: *639 examples: - default: *639 + default: *640 '404': *6 '500': *83 x-github: @@ -93771,8 +93789,8 @@ paths: category: repos subcategory: rules parameters: - - *365 - *366 + - *367 - name: ruleset_id description: The ID of the ruleset. in: path @@ -93794,7 +93812,7 @@ paths: application/json: schema: *126 examples: - default: *640 + default: *641 '404': *6 '500': *83 put: @@ -93812,8 +93830,8 @@ paths: category: repos subcategory: rules parameters: - - *365 - *366 + - *367 - name: ruleset_id description: The ID of the ruleset. in: path @@ -93877,7 +93895,7 @@ paths: application/json: schema: *126 examples: - default: *640 + default: *641 '404': *6 '500': *83 delete: @@ -93895,8 +93913,8 @@ paths: category: repos subcategory: rules parameters: - - *365 - *366 + - *367 - name: ruleset_id description: The ID of the ruleset. in: path @@ -93919,8 +93937,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-repository-ruleset-history parameters: - - *365 - *366 + - *367 - *17 - *19 - name: ruleset_id @@ -93957,8 +93975,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-repository-ruleset-version parameters: - - *365 - *366 + - *367 - name: ruleset_id description: The ID of the ruleset. in: path @@ -94031,8 +94049,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: - - *365 - *366 + - *367 - *323 - *324 - *325 @@ -94040,11 +94058,12 @@ paths: - *86 - *19 - *17 - - *641 - *642 + - *643 - *327 - *328 - *329 + - *330 responses: '200': description: Response @@ -94052,7 +94071,7 @@ paths: application/json: schema: type: array - items: &645 + items: &646 type: object properties: number: *96 @@ -94068,8 +94087,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *643 - resolution: *644 + state: *644 + resolution: *645 resolved_at: type: - string @@ -94288,15 +94307,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: - - *365 - *366 - - *454 + - *367 + - *455 + - *330 responses: '200': description: Response content: application/json: - schema: *645 + schema: *646 examples: default: value: @@ -94348,9 +94368,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: - - *365 - *366 - - *454 + - *367 + - *455 requestBody: required: true content: @@ -94358,8 +94378,8 @@ paths: schema: type: object properties: - state: *643 - resolution: *644 + state: *644 + resolution: *645 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -94378,7 +94398,7 @@ paths: description: Response content: application/json: - schema: *645 + schema: *646 examples: default: value: @@ -94453,9 +94473,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: - - *365 - *366 - - *454 + - *367 + - *455 - *19 - *17 responses: @@ -94466,7 +94486,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &801 + items: &802 type: object properties: type: @@ -94845,8 +94865,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: - - *365 - *366 + - *367 requestBody: required: true content: @@ -94854,14 +94874,14 @@ paths: schema: type: object properties: - reason: &647 + reason: &648 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *646 + placeholder_id: *647 required: - reason - placeholder_id @@ -94878,7 +94898,7 @@ paths: schema: type: object properties: - reason: *647 + reason: *648 expire_at: type: - string @@ -94922,8 +94942,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: - - *365 - *366 + - *367 responses: '404': description: Repository does not have GitHub Advanced Security or secret @@ -94938,7 +94958,7 @@ paths: properties: incremental_scans: type: array - items: &648 + items: &649 description: Information on a single scan performed by secret scanning on the repository type: object @@ -94966,15 +94986,15 @@ paths: the scan is pending pattern_update_scans: type: array - items: *648 + items: *649 backfill_scans: type: array - items: *648 + items: *649 custom_pattern_backfill_scans: type: array items: allOf: - - *648 + - *649 - type: object properties: pattern_name: @@ -95044,8 +95064,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#list-repository-security-advisories parameters: - - *365 - *366 + - *367 - *86 - name: sort description: The property to sort the results by. @@ -95089,9 +95109,9 @@ paths: application/json: schema: type: array - items: *649 + items: *650 examples: - default: *650 + default: *651 '400': *14 '404': *6 x-github: @@ -95114,8 +95134,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: - - *365 - *366 + - *367 requestBody: required: true content: @@ -95195,7 +95215,7 @@ paths: login: type: string description: The username of the user credited. - type: *332 + type: *333 required: - login - type @@ -95285,9 +95305,9 @@ paths: description: Response content: application/json: - schema: *649 + schema: *650 examples: - default: &652 + default: &653 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -95520,8 +95540,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: - - *365 - *366 + - *367 requestBody: required: true content: @@ -95634,7 +95654,7 @@ paths: description: Response content: application/json: - schema: *649 + schema: *650 examples: default: value: @@ -95781,17 +95801,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: - - *365 - *366 - - *651 + - *367 + - *652 responses: '200': description: Response content: application/json: - schema: *649 + schema: *650 examples: - default: *652 + default: *653 '403': *27 '404': *6 x-github: @@ -95815,9 +95835,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: - - *365 - *366 - - *651 + - *367 + - *652 requestBody: required: true content: @@ -95897,7 +95917,7 @@ paths: login: type: string description: The username of the user credited. - type: *332 + type: *333 required: - login - type @@ -95988,10 +96008,10 @@ paths: description: Response content: application/json: - schema: *649 + schema: *650 examples: - default: *652 - add_credit: *652 + default: *653 + add_credit: *653 '403': *27 '404': *6 '422': @@ -96029,9 +96049,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: - - *365 - *366 - - *651 + - *367 + - *652 responses: '202': *37 '400': *14 @@ -96058,17 +96078,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: - - *365 - *366 - - *651 + - *367 + - *652 responses: '202': description: Response content: application/json: - schema: *378 + schema: *379 examples: - default: *380 + default: *381 '400': *14 '422': *15 '403': *27 @@ -96094,8 +96114,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-stargazers parameters: - - *365 - *366 + - *367 - *17 - *19 responses: @@ -96191,8 +96211,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-weekly-commit-activity parameters: - - *365 - *366 + - *367 responses: '200': description: Returns a weekly aggregate of the number of additions and deletions @@ -96201,7 +96221,7 @@ paths: application/json: schema: type: array - items: &653 + items: &654 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -96234,8 +96254,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: - - *365 - *366 + - *367 responses: '200': description: Response @@ -96313,8 +96333,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-all-contributor-commit-activity parameters: - - *365 - *366 + - *367 responses: '200': description: Response @@ -96408,8 +96428,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-weekly-commit-count parameters: - - *365 - *366 + - *367 responses: '200': description: The array order is oldest week (index 0) to most recent week. @@ -96563,8 +96583,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: - - *365 - *366 + - *367 responses: '200': description: For example, `[2, 14, 25]` indicates that there were 25 total @@ -96574,7 +96594,7 @@ paths: application/json: schema: type: array - items: *653 + items: *654 examples: default: value: @@ -96607,8 +96627,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#create-a-commit-status parameters: - - *365 - *366 + - *367 - name: sha in: path required: true @@ -96664,7 +96684,7 @@ paths: description: Response content: application/json: - schema: *654 + schema: *655 examples: default: value: @@ -96718,8 +96738,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#list-watchers parameters: - - *365 - *366 + - *367 - *17 - *19 responses: @@ -96751,14 +96771,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#get-a-repository-subscription parameters: - - *365 - *366 + - *367 responses: '200': description: if you subscribe to the repository content: application/json: - schema: &655 + schema: &656 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -96831,8 +96851,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#set-a-repository-subscription parameters: - - *365 - *366 + - *367 requestBody: required: false content: @@ -96858,7 +96878,7 @@ paths: description: Response content: application/json: - schema: *655 + schema: *656 examples: default: value: @@ -96885,8 +96905,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#delete-a-repository-subscription parameters: - - *365 - *366 + - *367 responses: '204': description: Response @@ -96906,8 +96926,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-tags parameters: - - *365 - *366 + - *367 - *17 - *19 responses: @@ -96989,8 +97009,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: - - *365 - *366 + - *367 responses: '200': description: Response @@ -96998,7 +97018,7 @@ paths: application/json: schema: type: array - items: &656 + items: &657 title: Tag protection description: Tag protection type: object @@ -97055,8 +97075,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: - - *365 - *366 + - *367 requestBody: required: true content: @@ -97079,7 +97099,7 @@ paths: description: Response content: application/json: - schema: *656 + schema: *657 examples: default: value: @@ -97110,8 +97130,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: - - *365 - *366 + - *367 - name: tag_protection_id description: The unique identifier of the tag protection. in: path @@ -97148,8 +97168,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#download-a-repository-archive-tar operationId: repos/download-tarball-archive parameters: - - *365 - *366 + - *367 - name: ref in: path required: true @@ -97185,8 +97205,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-teams parameters: - - *365 - *366 + - *367 - *17 - *19 responses: @@ -97218,8 +97238,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-all-repository-topics parameters: - - *365 - *366 + - *367 - *19 - *17 responses: @@ -97227,7 +97247,7 @@ paths: description: Response content: application/json: - schema: &657 + schema: &658 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -97239,7 +97259,7 @@ paths: required: - names examples: - default: &658 + default: &659 value: names: - octocat @@ -97262,8 +97282,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#replace-all-repository-topics parameters: - - *365 - *366 + - *367 requestBody: required: true content: @@ -97294,9 +97314,9 @@ paths: description: Response content: application/json: - schema: *657 + schema: *658 examples: - default: *658 + default: *659 '404': *6 '422': *7 x-github: @@ -97317,9 +97337,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-repository-clones parameters: - - *365 - *366 - - &659 + - *367 + - &660 name: per description: The time frame to display results for. in: query @@ -97350,7 +97370,7 @@ paths: - 128 clones: type: array - items: &660 + items: &661 title: Traffic type: object properties: @@ -97437,8 +97457,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-top-referral-paths parameters: - - *365 - *366 + - *367 responses: '200': description: Response @@ -97532,8 +97552,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-top-referral-sources parameters: - - *365 - *366 + - *367 responses: '200': description: Response @@ -97596,9 +97616,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-page-views parameters: - - *365 - *366 - - *659 + - *367 + - *660 responses: '200': description: Response @@ -97619,7 +97639,7 @@ paths: - 3782 views: type: array - items: *660 + items: *661 required: - uniques - count @@ -97696,8 +97716,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#transfer-a-repository parameters: - - *365 - *366 + - *367 requestBody: required: true content: @@ -97971,8 +97991,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: - - *365 - *366 + - *367 responses: '204': description: Response if repository is enabled with vulnerability alerts @@ -97995,8 +98015,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-vulnerability-alerts parameters: - - *365 - *366 + - *367 responses: '204': description: Response @@ -98018,8 +98038,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-vulnerability-alerts parameters: - - *365 - *366 + - *367 responses: '204': description: Response @@ -98045,8 +98065,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#download-a-repository-archive-zip operationId: repos/download-zipball-archive parameters: - - *365 - *366 + - *367 - name: ref in: path required: true @@ -98138,9 +98158,9 @@ paths: description: Response content: application/json: - schema: *378 + schema: *379 examples: - default: *380 + default: *381 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -98291,7 +98311,7 @@ paths: value: Engineering externalId: value: 8aa1a0c0-c4c3-4bc0-b4a5-2ef676900159 - - &668 + - &669 name: excludedAttributes description: Excludes the specified attribute from being returned in the results. Using this parameter can speed up response time. @@ -98301,7 +98321,7 @@ paths: type: string examples: - members - - &673 + - &674 name: startIndex description: 'Used for pagination: the starting index of the first result to return when paginating through values.' @@ -98313,7 +98333,7 @@ paths: format: int32 examples: - 1 - - &674 + - &675 name: count description: 'Used for pagination: the number of results to return per page.' in: query @@ -98357,7 +98377,7 @@ paths: Resources: type: array description: Information about each provisioned group. - items: &662 + items: &663 allOf: - type: object required: @@ -98439,7 +98459,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: &675 + meta: &676 type: object description: The metadata associated with the creation/updates to the user. @@ -98504,31 +98524,31 @@ paths: location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 startIndex: 1 itemsPerPage: 20 - '400': &663 + '400': &664 description: Bad request content: application/json: - schema: *661 + schema: *662 application/scim+json: - schema: *661 - '401': &664 + schema: *662 + '401': &665 description: Authorization failure - '403': &665 + '403': &666 description: Permission denied - '429': &666 + '429': &667 description: Too many requests content: application/json: - schema: *661 + schema: *662 application/scim+json: - schema: *661 - '500': &667 + schema: *662 + '500': &668 description: Internal server error content: application/json: - schema: *661 + schema: *662 application/scim+json: - schema: *661 + schema: *662 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -98552,7 +98572,7 @@ paths: required: true content: application/json: - schema: &671 + schema: &672 type: object required: - schemas @@ -98612,9 +98632,9 @@ paths: description: Group has been created content: application/scim+json: - schema: *662 + schema: *663 examples: - group: &669 + group: &670 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:Group @@ -98633,13 +98653,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': *663 - '401': *664 - '403': *665 - '409': &672 + '400': *664 + '401': *665 + '403': *666 + '409': &673 description: Duplicate record detected - '429': *666 - '500': *667 + '429': *667 + '500': *668 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -98656,7 +98676,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: - - &670 + - &671 name: scim_group_id description: A unique identifier of the SCIM group. in: path @@ -98665,22 +98685,22 @@ paths: type: string examples: - 7fce0092-d52e-4f76-b727-3955bd72c939 - - *668 + - *669 - *39 responses: '200': description: Success, a group was found content: application/scim+json: - schema: *662 + schema: *663 examples: - default: *669 - '400': *663 - '401': *664 - '403': *665 + default: *670 + '400': *664 + '401': *665 + '403': *666 '404': *6 - '429': *666 - '500': *667 + '429': *667 + '500': *668 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -98699,13 +98719,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: - - *670 + - *671 - *39 requestBody: required: true content: application/json: - schema: *671 + schema: *672 examples: group: summary: Group @@ -98731,17 +98751,17 @@ paths: description: Group was updated content: application/scim+json: - schema: *662 + schema: *663 examples: - group: *669 - groupWithMembers: *669 - '400': *663 - '401': *664 - '403': *665 + group: *670 + groupWithMembers: *670 + '400': *664 + '401': *665 + '403': *666 '404': *6 - '409': *672 - '429': *666 - '500': *667 + '409': *673 + '429': *667 + '500': *668 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -98765,13 +98785,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: - - *670 + - *671 - *39 requestBody: required: true content: application/json: - schema: &682 + schema: &683 type: object required: - Operations @@ -98831,17 +98851,17 @@ paths: description: Success, group was updated content: application/scim+json: - schema: *662 + schema: *663 examples: - updateGroup: *669 - addMembers: *669 - '400': *663 - '401': *664 - '403': *665 + updateGroup: *670 + addMembers: *670 + '400': *664 + '401': *665 + '403': *666 '404': *6 - '409': *672 - '429': *666 - '500': *667 + '409': *673 + '429': *667 + '500': *668 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -98857,17 +98877,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: - - *670 + - *671 - *39 responses: '204': description: Group was deleted, no content - '400': *663 - '401': *664 - '403': *665 + '400': *664 + '401': *665 + '403': *666 '404': *6 - '429': *666 - '500': *667 + '429': *667 + '500': *668 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -98901,8 +98921,8 @@ paths: value: userName eq 'E012345' externalId: value: externalId eq 'E012345' - - *673 - *674 + - *675 - *39 responses: '200': @@ -98936,7 +98956,7 @@ paths: Resources: type: array description: Information about each provisioned account. - items: &677 + items: &678 allOf: - type: object required: @@ -99028,7 +99048,7 @@ paths: address. examples: - true - roles: &676 + roles: &677 type: array description: The roles assigned to the user. items: @@ -99087,7 +99107,7 @@ paths: type: string description: Provisioned SCIM groups that the user is a member of. - meta: *675 + meta: *676 startIndex: type: integer description: A starting index for the returned page @@ -99126,11 +99146,11 @@ paths: primary: false startIndex: 1 itemsPerPage: 20 - '400': *663 - '401': *664 - '403': *665 - '429': *666 - '500': *667 + '400': *664 + '401': *665 + '403': *666 + '429': *667 + '500': *668 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -99154,7 +99174,7 @@ paths: required: true content: application/json: - schema: &680 + schema: &681 type: object required: - schemas @@ -99247,9 +99267,9 @@ paths: description: Whether this email address is the primary address. examples: - true - roles: *676 + roles: *677 examples: - user: &681 + user: &682 summary: User value: schemas: @@ -99296,9 +99316,9 @@ paths: description: User has been created content: application/scim+json: - schema: *677 + schema: *678 examples: - user: &678 + user: &679 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -99324,13 +99344,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: *678 - '400': *663 - '401': *664 - '403': *665 - '409': *672 - '429': *666 - '500': *667 + enterpriseOwner: *679 + '400': *664 + '401': *665 + '403': *666 + '409': *673 + '429': *667 + '500': *668 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -99347,7 +99367,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: - - &679 + - &680 name: scim_user_id description: The unique identifier of the SCIM user. in: path @@ -99360,15 +99380,15 @@ paths: description: Success, a user was found content: application/scim+json: - schema: *677 + schema: *678 examples: - default: *678 - '400': *663 - '401': *664 - '403': *665 + default: *679 + '400': *664 + '401': *665 + '403': *666 '404': *6 - '429': *666 - '500': *667 + '429': *667 + '500': *668 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -99390,30 +99410,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: - - *679 + - *680 - *39 requestBody: required: true content: application/json: - schema: *680 + schema: *681 examples: - user: *681 + user: *682 responses: '200': description: User was updated content: application/scim+json: - schema: *677 + schema: *678 examples: - user: *678 - '400': *663 - '401': *664 - '403': *665 + user: *679 + '400': *664 + '401': *665 + '403': *666 '404': *6 - '409': *672 - '429': *666 - '500': *667 + '409': *673 + '429': *667 + '500': *668 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -99448,13 +99468,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: - - *679 + - *680 - *39 requestBody: required: true content: application/json: - schema: *682 + schema: *683 examples: userMultiValuedProperties: summary: Multi Valued Property @@ -99494,18 +99514,18 @@ paths: description: Success, user was updated content: application/scim+json: - schema: *677 - examples: - userMultiValuedProperties: *678 - userSingleValuedProperties: *678 - disableUser: *678 - '400': *663 - '401': *664 - '403': *665 + schema: *678 + examples: + userMultiValuedProperties: *679 + userSingleValuedProperties: *679 + disableUser: *679 + '400': *664 + '401': *665 + '403': *666 '404': *6 - '409': *672 - '429': *666 - '500': *667 + '409': *673 + '429': *667 + '500': *668 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -99525,17 +99545,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: - - *679 + - *680 - *39 responses: '204': description: User was deleted, no content - '400': *663 - '401': *664 - '403': *665 + '400': *664 + '401': *665 + '403': *666 '404': *6 - '429': *666 - '500': *667 + '429': *667 + '500': *668 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -99626,7 +99646,7 @@ paths: - 1 Resources: type: array - items: &683 + items: &684 title: SCIM /Users description: SCIM /Users provisioning endpoints type: object @@ -99873,22 +99893,22 @@ paths: lastModified: '2017-03-09T16:11:13-05:00' location: https://api.github.com/scim/v2/organizations/octo-org/Users/77563764-eb6-24-0598234-958243 '304': *35 - '404': &684 + '404': &685 description: Resource not found content: application/json: - schema: *661 + schema: *662 application/scim+json: - schema: *661 - '403': &685 + schema: *662 + '403': &686 description: Forbidden content: application/json: - schema: *661 + schema: *662 application/scim+json: - schema: *661 - '400': *663 - '429': *666 + schema: *662 + '400': *664 + '429': *667 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -99914,9 +99934,9 @@ paths: description: Response content: application/scim+json: - schema: *683 + schema: *684 examples: - default: &686 + default: &687 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -99939,17 +99959,17 @@ paths: lastModified: '2017-03-09T16:11:13-05:00' location: https://api.github.com/scim/v2/organizations/octo-org/Users/edefdfedf-050c-11e7-8d32 '304': *35 - '404': *684 - '403': *685 - '500': *667 + '404': *685 + '403': *686 + '500': *668 '409': description: Conflict content: application/json: - schema: *661 + schema: *662 application/scim+json: - schema: *661 - '400': *663 + schema: *662 + '400': *664 requestBody: required: true content: @@ -100049,17 +100069,17 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#get-scim-provisioning-information-for-a-user parameters: - *165 - - *679 + - *680 responses: '200': description: Response content: application/scim+json: - schema: *683 + schema: *684 examples: - default: *686 - '404': *684 - '403': *685 + default: *687 + '404': *685 + '403': *686 '304': *35 x-github: githubCloudOnly: true @@ -100083,18 +100103,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-a-provisioned-organization-membership parameters: - *165 - - *679 + - *680 responses: '200': description: Response content: application/scim+json: - schema: *683 + schema: *684 examples: - default: *686 + default: *687 '304': *35 - '404': *684 - '403': *685 + '404': *685 + '403': *686 requestBody: required: true content: @@ -100209,19 +100229,19 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-an-attribute-for-a-scim-user parameters: - *165 - - *679 + - *680 responses: '200': description: Response content: application/scim+json: - schema: *683 + schema: *684 examples: - default: *686 + default: *687 '304': *35 - '404': *684 - '403': *685 - '400': *663 + '404': *685 + '403': *686 + '400': *664 '429': description: Response content: @@ -100317,12 +100337,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#delete-a-scim-user-from-an-organization parameters: - *165 - - *679 + - *680 responses: '204': description: Response - '404': *684 - '403': *685 + '404': *685 + '403': *686 '304': *35 x-github: githubCloudOnly: true @@ -100456,7 +100476,7 @@ paths: examples: - 73..77 - 77..78 - text_matches: &687 + text_matches: &688 title: Search Result Text Matches type: array items: @@ -100620,7 +100640,7 @@ paths: enum: - author-date - committer-date - - &688 + - &689 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 @@ -100689,7 +100709,7 @@ paths: committer: anyOf: - type: 'null' - - *422 + - *423 comment_count: type: integer message: @@ -100708,7 +100728,7 @@ paths: url: type: string format: uri - verification: *535 + verification: *536 required: - author - committer @@ -100723,7 +100743,7 @@ paths: committer: anyOf: - type: 'null' - - *422 + - *423 parents: type: array items: @@ -100740,7 +100760,7 @@ paths: type: number node_id: type: string - text_matches: *687 + text_matches: *688 required: - sha - node_id @@ -100923,7 +100943,7 @@ paths: - interactions - created - updated - - *688 + - *689 - *17 - *19 - name: advanced_search @@ -101047,7 +101067,7 @@ paths: milestone: anyOf: - type: 'null' - - *487 + - *488 comments: type: integer created_at: @@ -101061,7 +101081,7 @@ paths: - string - 'null' format: date-time - text_matches: *687 + text_matches: *688 pull_request: type: object properties: @@ -101287,7 +101307,7 @@ paths: enum: - created - updated - - *688 + - *689 - *17 - *19 responses: @@ -101332,7 +101352,7 @@ paths: - 'null' score: type: number - text_matches: *687 + text_matches: *688 required: - id - node_id @@ -101418,7 +101438,7 @@ paths: - forks - help-wanted-issues - updated - - *688 + - *689 - *17 - *19 responses: @@ -101655,7 +101675,7 @@ paths: - admin - pull - push - text_matches: *687 + text_matches: *688 temp_clone_token: type: string allow_merge_commit: @@ -101964,7 +101984,7 @@ paths: - string - 'null' format: uri - text_matches: *687 + text_matches: *688 related: type: - array @@ -102159,7 +102179,7 @@ paths: - followers - repositories - joined - - *688 + - *689 - *17 - *19 responses: @@ -102269,7 +102289,7 @@ paths: type: - boolean - 'null' - text_matches: *687 + text_matches: *688 blog: type: - string @@ -102351,7 +102371,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#get-a-team-legacy parameters: - - &689 + - &690 name: team_id description: The unique identifier of the team. in: path @@ -102363,9 +102383,9 @@ paths: description: Response content: application/json: - schema: *346 + schema: *347 examples: - default: *347 + default: *348 '404': *6 x-github: githubCloudOnly: false @@ -102392,7 +102412,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#update-a-team-legacy parameters: - - *689 + - *690 requestBody: required: true content: @@ -102456,16 +102476,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *346 + schema: *347 examples: - default: *347 + default: *348 '201': description: Response content: application/json: - schema: *346 + schema: *347 examples: - default: *347 + default: *348 '404': *6 '422': *15 '403': *27 @@ -102493,7 +102513,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#delete-a-team-legacy parameters: - - *689 + - *690 responses: '204': description: Response @@ -102524,7 +102544,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#list-discussions-legacy parameters: - - *689 + - *690 - *86 - *17 - *19 @@ -102535,9 +102555,9 @@ paths: application/json: schema: type: array - items: *348 + items: *349 examples: - default: *690 + default: *691 headers: Link: *38 x-github: @@ -102566,7 +102586,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#create-a-discussion-legacy parameters: - - *689 + - *690 requestBody: required: true content: @@ -102600,9 +102620,9 @@ paths: description: Response content: application/json: - schema: *348 + schema: *349 examples: - default: *349 + default: *350 x-github: triggersNotification: true githubCloudOnly: false @@ -102629,16 +102649,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#get-a-discussion-legacy parameters: - - *689 - - *350 + - *690 + - *351 responses: '200': description: Response content: application/json: - schema: *348 + schema: *349 examples: - default: *349 + default: *350 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -102663,8 +102683,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#update-a-discussion-legacy parameters: - - *689 - - *350 + - *690 + - *351 requestBody: required: false content: @@ -102687,9 +102707,9 @@ paths: description: Response content: application/json: - schema: *348 + schema: *349 examples: - default: *691 + default: *692 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -102714,8 +102734,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#delete-a-discussion-legacy parameters: - - *689 - - *350 + - *690 + - *351 responses: '204': description: Response @@ -102744,8 +102764,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#list-discussion-comments-legacy parameters: - - *689 - - *350 + - *690 + - *351 - *86 - *17 - *19 @@ -102756,9 +102776,9 @@ paths: application/json: schema: type: array - items: *351 + items: *352 examples: - default: *692 + default: *693 headers: Link: *38 x-github: @@ -102787,8 +102807,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#create-a-discussion-comment-legacy parameters: - - *689 - - *350 + - *690 + - *351 requestBody: required: true content: @@ -102810,9 +102830,9 @@ paths: description: Response content: application/json: - schema: *351 + schema: *352 examples: - default: *352 + default: *353 x-github: triggersNotification: true githubCloudOnly: false @@ -102839,17 +102859,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#get-a-discussion-comment-legacy parameters: - - *689 - - *350 - - *353 + - *690 + - *351 + - *354 responses: '200': description: Response content: application/json: - schema: *351 + schema: *352 examples: - default: *352 + default: *353 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -102874,9 +102894,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#update-a-discussion-comment-legacy parameters: - - *689 - - *350 - - *353 + - *690 + - *351 + - *354 requestBody: required: true content: @@ -102898,9 +102918,9 @@ paths: description: Response content: application/json: - schema: *351 + schema: *352 examples: - default: *693 + default: *694 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -102925,9 +102945,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#delete-a-discussion-comment-legacy parameters: - - *689 - - *350 - - *353 + - *690 + - *351 + - *354 responses: '204': description: Response @@ -102956,9 +102976,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: - - *689 - - *350 - - *353 + - *690 + - *351 + - *354 - 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. @@ -102984,9 +103004,9 @@ paths: application/json: schema: type: array - items: *354 + items: *355 examples: - default: *356 + default: *357 headers: Link: *38 x-github: @@ -103015,9 +103035,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: - - *689 - - *350 - - *353 + - *690 + - *351 + - *354 requestBody: required: true content: @@ -103049,9 +103069,9 @@ paths: description: Response content: application/json: - schema: *354 + schema: *355 examples: - default: *355 + default: *356 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -103077,8 +103097,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: - - *689 - - *350 + - *690 + - *351 - 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. @@ -103104,9 +103124,9 @@ paths: application/json: schema: type: array - items: *354 + items: *355 examples: - default: *356 + default: *357 headers: Link: *38 x-github: @@ -103135,8 +103155,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: - - *689 - - *350 + - *690 + - *351 requestBody: required: true content: @@ -103168,9 +103188,9 @@ paths: description: Response content: application/json: - schema: *354 + schema: *355 examples: - default: *355 + default: *356 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -103194,7 +103214,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-pending-team-invitations-legacy parameters: - - *689 + - *690 - *17 - *19 responses: @@ -103232,7 +103252,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-team-members-legacy parameters: - - *689 + - *690 - name: role description: Filters members returned by their role in the team. in: query @@ -103283,7 +103303,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-member-legacy parameters: - - *689 + - *690 - *213 responses: '204': @@ -103320,7 +103340,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-team-member-legacy parameters: - - *689 + - *690 - *213 responses: '204': @@ -103360,7 +103380,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-member-legacy parameters: - - *689 + - *690 - *213 responses: '204': @@ -103397,16 +103417,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: - - *689 + - *690 - *213 responses: '200': description: Response content: application/json: - schema: *362 + schema: *363 examples: - response-if-user-is-a-team-maintainer: *694 + response-if-user-is-a-team-maintainer: *695 '404': *6 x-github: githubCloudOnly: false @@ -103439,7 +103459,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: - - *689 + - *690 - *213 requestBody: required: false @@ -103465,9 +103485,9 @@ paths: description: Response content: application/json: - schema: *362 + schema: *363 examples: - response-if-users-membership-with-team-is-now-pending: *695 + response-if-users-membership-with-team-is-now-pending: *696 '403': description: Forbidden if team synchronization is set up '422': @@ -103501,7 +103521,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: - - *689 + - *690 - *213 responses: '204': @@ -103530,7 +103550,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-projects-legacy parameters: - - *689 + - *690 - *17 - *19 responses: @@ -103540,9 +103560,9 @@ paths: application/json: schema: type: array - items: *363 + items: *364 examples: - default: *696 + default: *697 headers: Link: *38 '404': *6 @@ -103568,16 +103588,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: - - *689 - - *364 + - *690 + - *365 responses: '200': description: Response content: application/json: - schema: *363 + schema: *364 examples: - default: *697 + default: *698 '404': description: Not Found if project is not managed by this team x-github: @@ -103601,8 +103621,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: - - *689 - - *364 + - *690 + - *365 requestBody: required: false content: @@ -103669,8 +103689,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: - - *689 - - *364 + - *690 + - *365 responses: '204': description: Response @@ -103697,7 +103717,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-repositories-legacy parameters: - - *689 + - *690 - *17 - *19 responses: @@ -103739,15 +103759,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: - - *689 - - *365 + - *690 - *366 + - *367 responses: '200': description: Alternative response with extra repository information content: application/json: - schema: *698 + schema: *699 examples: alternative-response-with-extra-repository-information: value: @@ -103898,9 +103918,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: - - *689 - - *365 + - *690 - *366 + - *367 requestBody: required: false content: @@ -103950,9 +103970,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: - - *689 - - *365 + - *690 - *366 + - *367 responses: '204': description: Response @@ -103981,15 +104001,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: - - *689 + - *690 responses: '200': description: Response content: application/json: - schema: *367 + schema: *368 examples: - default: *368 + default: *369 '403': *27 '404': *6 x-github: @@ -104016,7 +104036,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: - - *689 + - *690 requestBody: required: true content: @@ -104077,7 +104097,7 @@ paths: description: Response content: application/json: - schema: *367 + schema: *368 examples: default: value: @@ -104108,7 +104128,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-child-teams-legacy parameters: - - *689 + - *690 - *17 - *19 responses: @@ -104120,7 +104140,7 @@ paths: type: array items: *222 examples: - response-if-child-teams-exist: *699 + response-if-child-teams-exist: *700 headers: Link: *38 '404': *6 @@ -104153,7 +104173,7 @@ paths: application/json: schema: oneOf: - - &701 + - &702 title: Private User description: Private User type: object @@ -104403,7 +104423,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *700 + - *701 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -104563,7 +104583,7 @@ paths: description: Response content: application/json: - schema: *701 + schema: *702 examples: default: value: @@ -104909,7 +104929,7 @@ paths: application/json: schema: *286 examples: - default: *474 + default: *475 '202': description: Response when the codespace creation partially failed but is being retried in the background @@ -104917,7 +104937,7 @@ paths: application/json: schema: *286 examples: - default: *474 + default: *475 '401': *23 '403': *27 '404': *6 @@ -104961,7 +104981,7 @@ paths: type: integer secrets: type: array - items: &702 + items: &703 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -105003,7 +105023,7 @@ paths: - visibility - selected_repositories_url examples: - default: *476 + default: *477 headers: Link: *38 x-github: @@ -105081,7 +105101,7 @@ paths: description: Response content: application/json: - schema: *702 + schema: *703 examples: default: value: @@ -105227,7 +105247,7 @@ paths: type: array items: *191 examples: - default: *703 + default: *704 '401': *23 '403': *27 '404': *6 @@ -105379,7 +105399,7 @@ paths: application/json: schema: *286 examples: - default: *474 + default: *475 '304': *35 '500': *83 '401': *23 @@ -105437,7 +105457,7 @@ paths: application/json: schema: *286 examples: - default: *474 + default: *475 '401': *23 '403': *27 '404': *6 @@ -105494,7 +105514,7 @@ paths: description: Response content: application/json: - schema: &704 + schema: &705 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -105547,7 +105567,7 @@ paths: examples: - https://github.com/octocat/hello-world/tree/:branch examples: - default: &705 + default: &706 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -105592,9 +105612,9 @@ paths: description: Response content: application/json: - schema: *704 + schema: *705 examples: - default: *705 + default: *706 '404': *6 x-github: githubCloudOnly: false @@ -105631,9 +105651,9 @@ paths: type: integer machines: type: array - items: *475 + items: *476 examples: - default: *706 + default: *707 '304': *35 '500': *83 '401': *23 @@ -105718,11 +105738,11 @@ paths: - 26a7c758-7299-4a73-b978-5a92a7ae98a0 owner: *4 billable_owner: *4 - repository: *378 + repository: *379 machine: anyOf: - type: 'null' - - *475 + - *476 devcontainer_path: description: Path to devcontainer.json from repo root used to create Codespace. @@ -106527,7 +106547,7 @@ paths: application/json: schema: *286 examples: - default: *474 + default: *475 '304': *35 '500': *83 '400': *14 @@ -106567,7 +106587,7 @@ paths: application/json: schema: *286 examples: - default: *474 + default: *475 '500': *83 '401': *23 '403': *27 @@ -106599,7 +106619,7 @@ paths: type: array items: *297 examples: - default: &719 + default: &720 value: - id: 197 name: hello_docker @@ -106700,7 +106720,7 @@ paths: application/json: schema: type: array - items: &707 + items: &708 title: Email description: Email type: object @@ -106770,9 +106790,9 @@ paths: application/json: schema: type: array - items: *707 + items: *708 examples: - default: &721 + default: &722 value: - email: octocat@github.com verified: true @@ -106849,7 +106869,7 @@ paths: application/json: schema: type: array - items: *707 + items: *708 examples: default: value: @@ -107107,7 +107127,7 @@ paths: application/json: schema: type: array - items: &708 + items: &709 title: GPG Key description: A unique encryption key type: object @@ -107252,7 +107272,7 @@ paths: - subkeys - revoked examples: - default: &732 + default: &733 value: - id: 3 name: Octocat's GPG Key @@ -107337,9 +107357,9 @@ paths: description: Response content: application/json: - schema: *708 + schema: *709 examples: - default: &709 + default: &710 value: id: 3 name: Octocat's GPG Key @@ -107396,7 +107416,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: - - &710 + - &711 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -107408,9 +107428,9 @@ paths: description: Response content: application/json: - schema: *708 + schema: *709 examples: - default: *709 + default: *710 '404': *6 '304': *35 '403': *27 @@ -107433,7 +107453,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: - - *710 + - *711 responses: '204': description: Response @@ -107624,7 +107644,7 @@ paths: type: array items: *62 examples: - default: *711 + default: *712 headers: Link: *38 '404': *6 @@ -107738,7 +107758,7 @@ paths: required: true content: application/json: - schema: *546 + schema: *547 examples: default: value: @@ -107888,7 +107908,7 @@ paths: application/json: schema: type: array - items: &712 + items: &713 title: Key description: Key type: object @@ -107986,9 +108006,9 @@ paths: description: Response content: application/json: - schema: *712 + schema: *713 examples: - default: &713 + default: &714 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -108021,15 +108041,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: - - *573 + - *574 responses: '200': description: Response content: application/json: - schema: *712 + schema: *713 examples: - default: *713 + default: *714 '404': *6 '304': *35 '403': *27 @@ -108052,7 +108072,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: - - *573 + - *574 responses: '204': description: Response @@ -108085,7 +108105,7 @@ paths: application/json: schema: type: array - items: &714 + items: &715 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -108164,7 +108184,7 @@ paths: - account - plan examples: - default: &715 + default: &716 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -108226,9 +108246,9 @@ paths: application/json: schema: type: array - items: *714 + items: *715 examples: - default: *715 + default: *716 headers: Link: *38 '304': *35 @@ -109232,7 +109252,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#unlock-a-user-repository parameters: - *292 - - *716 + - *717 responses: '204': description: Response @@ -109305,7 +109325,7 @@ paths: type: array items: *57 examples: - default: *717 + default: *718 headers: Link: *38 '304': *35 @@ -109347,7 +109367,7 @@ paths: - docker - nuget - container - - *718 + - *719 - *19 - *17 responses: @@ -109359,8 +109379,8 @@ paths: type: array items: *297 examples: - default: *719 - '400': *720 + default: *720 + '400': *721 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -109389,7 +109409,7 @@ paths: application/json: schema: *297 examples: - default: &733 + default: &734 value: id: 40201 name: octo-name @@ -109844,9 +109864,9 @@ paths: application/json: schema: type: array - items: *707 + items: *708 examples: - default: *721 + default: *722 headers: Link: *38 '304': *35 @@ -109959,7 +109979,7 @@ paths: type: array items: *62 examples: - default: &728 + default: &729 summary: Default response value: - id: 1296269 @@ -110277,9 +110297,9 @@ paths: description: Response content: application/json: - schema: *378 + schema: *379 examples: - default: *380 + default: *381 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -110317,9 +110337,9 @@ paths: application/json: schema: type: array - items: *548 + items: *549 examples: - default: *722 + default: *723 headers: Link: *38 '304': *35 @@ -110398,7 +110418,7 @@ paths: application/json: schema: type: array - items: &723 + items: &724 title: Social account description: Social media account type: object @@ -110415,7 +110435,7 @@ paths: - provider - url examples: - default: &724 + default: &725 value: - provider: twitter url: https://twitter.com/github @@ -110478,9 +110498,9 @@ paths: application/json: schema: type: array - items: *723 + items: *724 examples: - default: *724 + default: *725 '422': *15 '304': *35 '404': *6 @@ -110568,7 +110588,7 @@ paths: application/json: schema: type: array - items: &725 + items: &726 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -110588,7 +110608,7 @@ paths: - title - created_at examples: - default: &734 + default: &735 value: - key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -110655,9 +110675,9 @@ paths: description: Response content: application/json: - schema: *725 + schema: *726 examples: - default: &726 + default: &727 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -110688,7 +110708,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: - - &727 + - &728 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -110700,9 +110720,9 @@ paths: description: Response content: application/json: - schema: *725 + schema: *726 examples: - default: *726 + default: *727 '404': *6 '304': *35 '403': *27 @@ -110725,7 +110745,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: - - *727 + - *728 responses: '204': description: Response @@ -110754,7 +110774,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: - - &735 + - &736 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 @@ -110779,11 +110799,11 @@ paths: type: array items: *62 examples: - default-response: *728 + default-response: *729 application/vnd.github.v3.star+json: schema: type: array - items: &736 + items: &737 title: Starred Repository description: Starred Repository type: object @@ -110939,8 +110959,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: - - *365 - *366 + - *367 responses: '204': description: Response if this repository is starred by you @@ -110968,8 +110988,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: - - *365 - *366 + - *367 responses: '204': description: Response @@ -110993,8 +111013,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: - - *365 - *366 + - *367 responses: '204': description: Response @@ -111066,7 +111086,7 @@ paths: application/json: schema: type: array - items: *346 + items: *347 examples: default: value: @@ -111152,10 +111172,10 @@ paths: application/json: schema: oneOf: + - *702 - *701 - - *700 examples: - default-response: &730 + default-response: &731 summary: Default response value: login: octocat @@ -111190,7 +111210,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &731 + response-with-git-hub-plan-information: &732 summary: Response with GitHub plan information value: login: octocat @@ -111250,7 +111270,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/users#list-users parameters: - - *729 + - *730 - *17 responses: '200': @@ -111299,11 +111319,11 @@ paths: application/json: schema: oneOf: + - *702 - *701 - - *700 examples: - default-response: *730 - response-with-git-hub-plan-information: *731 + default-response: *731 + response-with-git-hub-plan-information: *732 '404': *6 x-github: githubCloudOnly: false @@ -111379,7 +111399,7 @@ paths: bundle_url: type: string examples: - default: *418 + default: *419 '201': description: Response content: @@ -111420,7 +111440,7 @@ paths: type: array items: *297 examples: - default: *719 + default: *720 '403': *27 '401': *23 x-github: @@ -111824,9 +111844,9 @@ paths: application/json: schema: type: array - items: *708 + items: *709 examples: - default: *732 + default: *733 headers: Link: *38 x-github: @@ -111930,7 +111950,7 @@ paths: application/json: schema: *20 examples: - default: *545 + default: *546 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -112008,7 +112028,7 @@ paths: type: array items: *57 examples: - default: *717 + default: *718 headers: Link: *38 x-github: @@ -112047,7 +112067,7 @@ paths: - docker - nuget - container - - *718 + - *719 - *213 - *19 - *17 @@ -112060,10 +112080,10 @@ paths: type: array items: *297 examples: - default: *719 + default: *720 '403': *27 '401': *23 - '400': *720 + '400': *721 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -112093,7 +112113,7 @@ paths: application/json: schema: *297 examples: - default: *733 + default: *734 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -112692,9 +112712,9 @@ paths: description: Response content: application/json: - schema: *333 + schema: *334 examples: - default: *334 + default: *335 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -112722,9 +112742,9 @@ paths: description: Response content: application/json: - schema: *338 + schema: *339 examples: - default: *339 + default: *340 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -112752,9 +112772,9 @@ paths: description: Response content: application/json: - schema: *340 + schema: *341 examples: - default: *341 + default: *342 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -112877,9 +112897,9 @@ paths: application/json: schema: type: array - items: *723 + items: *724 examples: - default: *724 + default: *725 headers: Link: *38 x-github: @@ -112909,9 +112929,9 @@ paths: application/json: schema: type: array - items: *725 + items: *726 examples: - default: *734 + default: *735 headers: Link: *38 x-github: @@ -112936,7 +112956,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-repositories-starred-by-a-user parameters: - *213 - - *735 + - *736 - *86 - *17 - *19 @@ -112948,11 +112968,11 @@ paths: schema: anyOf: - type: array - items: *736 + items: *737 - type: array items: *62 examples: - default-response: *728 + default-response: *729 headers: Link: *38 x-github: @@ -113112,7 +113132,7 @@ webhooks: type: string enum: - disabled - enterprise: &737 + enterprise: &738 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -113181,7 +113201,7 @@ webhooks: - created_at - updated_at - avatar_url - installation: &738 + installation: &739 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -113202,7 +113222,7 @@ webhooks: required: - id - node_id - organization: &739 + organization: &740 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -113275,7 +113295,7 @@ webhooks: - public_members_url - avatar_url - description - repository: &740 + repository: &741 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property @@ -114188,10 +114208,10 @@ webhooks: type: string enum: - enabled - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -114267,11 +114287,11 @@ webhooks: type: string enum: - created - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 - rule: &741 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 + rule: &742 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) @@ -114494,11 +114514,11 @@ webhooks: type: string enum: - deleted - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 - rule: *741 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 + rule: *742 sender: *4 required: - action @@ -114686,11 +114706,11 @@ webhooks: - everyone required: - from - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 - rule: *741 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 + rule: *742 sender: *4 required: - action @@ -114761,7 +114781,7 @@ webhooks: required: true content: application/json: - schema: &744 + schema: &745 title: Exemption request cancellation event type: object properties: @@ -114769,11 +114789,11 @@ webhooks: type: string enum: - cancelled - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 - exemption_request: &742 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 + exemption_request: &743 title: Exemption Request description: A request from a user to be exempted from a set of rules. @@ -115011,7 +115031,7 @@ webhooks: - array - 'null' description: The responses to the exemption request. - items: &743 + items: &744 title: Exemption response description: A response to an exemption request by a delegated bypasser. @@ -115121,7 +115141,7 @@ webhooks: required: true content: application/json: - schema: &745 + schema: &746 title: Exemption request completed event type: object properties: @@ -115129,11 +115149,11 @@ webhooks: type: string enum: - completed - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 - exemption_request: *742 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 + exemption_request: *743 sender: *4 required: - action @@ -115203,7 +115223,7 @@ webhooks: required: true content: application/json: - schema: &746 + schema: &747 title: Exemption request created event type: object properties: @@ -115211,11 +115231,11 @@ webhooks: type: string enum: - created - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 - exemption_request: *742 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 + exemption_request: *743 sender: *4 required: - action @@ -115285,7 +115305,7 @@ webhooks: required: true content: application/json: - schema: &747 + schema: &748 title: Exemption response dismissed event type: object properties: @@ -115293,12 +115313,12 @@ webhooks: type: string enum: - response_dismissed - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 - exemption_request: *742 - exemption_response: *743 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 + exemption_request: *743 + exemption_response: *744 sender: *4 required: - action @@ -115370,7 +115390,7 @@ webhooks: required: true content: application/json: - schema: &748 + schema: &749 title: Exemption response submitted event type: object properties: @@ -115378,12 +115398,12 @@ webhooks: type: string enum: - response_submitted - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 - exemption_request: *742 - exemption_response: *743 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 + exemption_request: *743 + exemption_response: *744 sender: *4 required: - action @@ -115456,7 +115476,7 @@ webhooks: required: true content: application/json: - schema: *744 + schema: *745 responses: '200': description: Return a 200 status to indicate that the data was received @@ -115523,7 +115543,7 @@ webhooks: required: true content: application/json: - schema: *745 + schema: *746 responses: '200': description: Return a 200 status to indicate that the data was received @@ -115590,7 +115610,7 @@ webhooks: required: true content: application/json: - schema: *746 + schema: *747 responses: '200': description: Return a 200 status to indicate that the data was received @@ -115657,7 +115677,7 @@ webhooks: required: true content: application/json: - schema: *747 + schema: *748 responses: '200': description: Return a 200 status to indicate that the data was received @@ -115725,7 +115745,7 @@ webhooks: required: true content: application/json: - schema: *748 + schema: *749 responses: '200': description: Return a 200 status to indicate that the data was received @@ -115803,7 +115823,7 @@ webhooks: type: string enum: - completed - check_run: &750 + check_run: &751 title: CheckRun description: A check performed on the code of a given code change type: object @@ -115871,7 +115891,7 @@ webhooks: - MDEwOkNoZWNrU3VpdGU1 pull_requests: type: array - items: *437 + items: *438 repository: *191 status: type: string @@ -115916,7 +115936,7 @@ webhooks: - examples: - neutral - deployment: *749 + deployment: *750 details_url: type: string examples: @@ -115976,7 +115996,7 @@ webhooks: - annotations_url pull_requests: type: array - items: *437 + items: *438 started_at: type: string format: date-time @@ -116014,9 +116034,9 @@ webhooks: - output - app - pull_requests - installation: *738 - organization: *739 - repository: *740 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - check_run @@ -116409,10 +116429,10 @@ webhooks: type: string enum: - created - check_run: *750 - installation: *738 - organization: *739 - repository: *740 + check_run: *751 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - check_run @@ -116808,10 +116828,10 @@ webhooks: type: string enum: - requested_action - check_run: *750 - installation: *738 - organization: *739 - repository: *740 + check_run: *751 + installation: *739 + organization: *740 + repository: *741 requested_action: description: The action requested by the user. type: object @@ -117216,10 +117236,10 @@ webhooks: type: string enum: - rerequested - check_run: *750 - installation: *738 - organization: *739 - repository: *740 + check_run: *751 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - check_run @@ -118211,10 +118231,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -118899,10 +118919,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -119581,10 +119601,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -119750,7 +119770,7 @@ webhooks: required: - login - id - dismissed_comment: *449 + dismissed_comment: *450 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -119902,20 +119922,20 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: &751 + commit_oid: &752 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: *737 - installation: *738 - organization: *739 - ref: &752 + enterprise: *738 + installation: *739 + organization: *740 + ref: &753 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: *740 + repository: *741 sender: *4 required: - action @@ -120079,7 +120099,7 @@ webhooks: required: - login - id - dismissed_comment: *449 + dismissed_comment: *450 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -120320,12 +120340,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *751 - enterprise: *737 - installation: *738 - organization: *739 - ref: *752 - repository: *740 + commit_oid: *752 + enterprise: *738 + installation: *739 + organization: *740 + ref: *753 + repository: *741 sender: *4 required: - action @@ -120423,7 +120443,7 @@ webhooks: dismissed_by: type: - 'null' - dismissed_comment: *449 + dismissed_comment: *450 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -120605,12 +120625,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *751 - enterprise: *737 - installation: *738 - organization: *739 - ref: *752 - repository: *740 + commit_oid: *752 + enterprise: *738 + installation: *739 + organization: *740 + ref: *753 + repository: *741 sender: *4 required: - action @@ -120776,7 +120796,7 @@ webhooks: required: - login - id - dismissed_comment: *449 + dismissed_comment: *450 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -120953,12 +120973,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *751 - enterprise: *737 - installation: *738 - organization: *739 - ref: *752 - repository: *740 + commit_oid: *752 + enterprise: *738 + installation: *739 + organization: *740 + ref: *753 + repository: *741 sender: *4 required: - action @@ -121058,7 +121078,7 @@ webhooks: type: - object - 'null' - dismissed_comment: *449 + dismissed_comment: *450 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -121238,9 +121258,9 @@ webhooks: type: - string - 'null' - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *738 + installation: *739 + organization: *740 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event @@ -121248,7 +121268,7 @@ webhooks: type: - string - 'null' - repository: *740 + repository: *741 sender: *4 required: - action @@ -121344,7 +121364,7 @@ webhooks: dismissed_by: type: - 'null' - dismissed_comment: *449 + dismissed_comment: *450 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -121491,12 +121511,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *751 - enterprise: *737 - installation: *738 - organization: *739 - ref: *752 - repository: *740 + commit_oid: *752 + enterprise: *738 + installation: *739 + organization: *740 + ref: *753 + repository: *741 sender: *4 required: - action @@ -121758,10 +121778,10 @@ webhooks: - updated_at - author_association - body - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -121842,18 +121862,18 @@ webhooks: type: - string - 'null' - enterprise: *737 - installation: *738 + enterprise: *738 + installation: *739 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *739 - pusher_type: &753 + organization: *740 + pusher_type: &754 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &754 + ref: &755 description: The [`git ref`](https://docs.github.com/enterprise-cloud@latest//rest/git/refs#get-a-reference) resource. type: string @@ -121863,7 +121883,7 @@ webhooks: enum: - tag - branch - repository: *740 + repository: *741 sender: *4 required: - ref @@ -121946,9 +121966,9 @@ webhooks: enum: - created definition: *112 - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *738 + installation: *739 + organization: *740 sender: *4 required: - action @@ -122033,9 +122053,9 @@ webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *738 + installation: *739 + organization: *740 sender: *4 required: - action @@ -122113,9 +122133,9 @@ webhooks: enum: - promote_to_enterprise definition: *112 - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *738 + installation: *739 + organization: *740 sender: *4 required: - action @@ -122193,9 +122213,9 @@ webhooks: enum: - updated definition: *112 - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *738 + installation: *739 + organization: *740 sender: *4 required: - action @@ -122272,10 +122292,10 @@ webhooks: type: string enum: - updated - enterprise: *737 - installation: *738 - repository: *740 - organization: *739 + enterprise: *738 + installation: *739 + repository: *741 + organization: *740 sender: *4 new_property_values: type: array @@ -122360,18 +122380,18 @@ webhooks: title: delete event type: object properties: - enterprise: *737 - installation: *738 - organization: *739 - pusher_type: *753 - ref: *754 + enterprise: *738 + installation: *739 + organization: *740 + pusher_type: *754 + ref: *755 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *740 + repository: *741 sender: *4 required: - ref @@ -122455,11 +122475,11 @@ webhooks: type: string enum: - auto_dismissed - alert: *501 - installation: *738 - organization: *739 - enterprise: *737 - repository: *740 + alert: *502 + installation: *739 + organization: *740 + enterprise: *738 + repository: *741 sender: *4 required: - action @@ -122543,11 +122563,11 @@ webhooks: type: string enum: - auto_reopened - alert: *501 - installation: *738 - organization: *739 - enterprise: *737 - repository: *740 + alert: *502 + installation: *739 + organization: *740 + enterprise: *738 + repository: *741 sender: *4 required: - action @@ -122631,11 +122651,11 @@ webhooks: type: string enum: - created - alert: *501 - installation: *738 - organization: *739 - enterprise: *737 - repository: *740 + alert: *502 + installation: *739 + organization: *740 + enterprise: *738 + repository: *741 sender: *4 required: - action @@ -122717,11 +122737,11 @@ webhooks: type: string enum: - dismissed - alert: *501 - installation: *738 - organization: *739 - enterprise: *737 - repository: *740 + alert: *502 + installation: *739 + organization: *740 + enterprise: *738 + repository: *741 sender: *4 required: - action @@ -122803,11 +122823,11 @@ webhooks: type: string enum: - fixed - alert: *501 - installation: *738 - organization: *739 - enterprise: *737 - repository: *740 + alert: *502 + installation: *739 + organization: *740 + enterprise: *738 + repository: *741 sender: *4 required: - action @@ -122890,11 +122910,11 @@ webhooks: type: string enum: - reintroduced - alert: *501 - installation: *738 - organization: *739 - enterprise: *737 - repository: *740 + alert: *502 + installation: *739 + organization: *740 + enterprise: *738 + repository: *741 sender: *4 required: - action @@ -122976,11 +122996,11 @@ webhooks: type: string enum: - reopened - alert: *501 - installation: *738 - organization: *739 - enterprise: *737 - repository: *740 + alert: *502 + installation: *739 + organization: *740 + enterprise: *738 + repository: *741 sender: *4 required: - action @@ -123057,9 +123077,9 @@ webhooks: type: string enum: - created - enterprise: *737 - installation: *738 - key: &755 + enterprise: *738 + installation: *739 + key: &756 description: The [`deploy key`](https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -123097,8 +123117,8 @@ webhooks: - verified - created_at - read_only - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 required: - action @@ -123175,11 +123195,11 @@ webhooks: type: string enum: - deleted - enterprise: *737 - installation: *738 - key: *755 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + key: *756 + organization: *740 + repository: *741 sender: *4 required: - action @@ -123751,12 +123771,12 @@ webhooks: - updated_at - statuses_url - repository_url - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 - workflow: &759 + workflow: &760 title: Workflow type: - object @@ -124494,13 +124514,13 @@ webhooks: description: The URL to review the deployment protection rule. type: string format: uri - deployment: *507 + deployment: *508 pull_requests: type: array - items: *592 - repository: *740 - organization: *739 - installation: *738 + items: *593 + repository: *741 + organization: *740 + installation: *739 sender: *4 responses: '200': @@ -124571,7 +124591,7 @@ webhooks: type: string enum: - approved - approver: &756 + approver: &757 type: object properties: avatar_url: @@ -124614,11 +124634,11 @@ webhooks: type: string comment: type: string - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 - reviewers: &757 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 + reviewers: &758 type: array items: type: object @@ -124699,7 +124719,7 @@ webhooks: sender: *4 since: type: string - workflow_job_run: &758 + workflow_job_run: &759 type: object properties: conclusion: @@ -125445,18 +125465,18 @@ webhooks: type: string enum: - rejected - approver: *756 + approver: *757 comment: type: string - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 - reviewers: *757 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 + reviewers: *758 sender: *4 since: type: string - workflow_job_run: *758 + workflow_job_run: *759 workflow_job_runs: type: array items: @@ -126173,13 +126193,13 @@ webhooks: type: string enum: - requested - enterprise: *737 + enterprise: *738 environment: type: string - installation: *738 - organization: *739 - repository: *740 - requestor: &764 + installation: *739 + organization: *740 + repository: *741 + requestor: &765 title: User type: - object @@ -128122,12 +128142,12 @@ webhooks: - updated_at - deployment_url - repository_url - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 - workflow: *759 + workflow: *760 workflow_run: title: Deployment Workflow Run type: @@ -128818,7 +128838,7 @@ webhooks: type: string enum: - answered - answer: &762 + answer: &763 type: object properties: author_association: @@ -128978,7 +128998,7 @@ webhooks: - created_at - updated_at - body - discussion: &760 + discussion: &761 title: Discussion description: A Discussion in a repository. type: object @@ -129274,7 +129294,7 @@ webhooks: - id labels: type: array - items: *555 + items: *556 required: - repository_url - category @@ -129296,10 +129316,10 @@ webhooks: - author_association - active_lock_reason - body - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -129426,11 +129446,11 @@ webhooks: - from required: - category - discussion: *760 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + discussion: *761 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -129513,11 +129533,11 @@ webhooks: type: string enum: - closed - discussion: *760 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + discussion: *761 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -129599,7 +129619,7 @@ webhooks: type: string enum: - created - comment: &761 + comment: &762 type: object properties: author_association: @@ -129759,11 +129779,11 @@ webhooks: - updated_at - body - reactions - discussion: *760 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + discussion: *761 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -129846,12 +129866,12 @@ webhooks: type: string enum: - deleted - comment: *761 - discussion: *760 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + comment: *762 + discussion: *761 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -129946,12 +129966,12 @@ webhooks: - from required: - body - comment: *761 - discussion: *760 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + comment: *762 + discussion: *761 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -130035,11 +130055,11 @@ webhooks: type: string enum: - created - discussion: *760 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + discussion: *761 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -130121,11 +130141,11 @@ webhooks: type: string enum: - deleted - discussion: *760 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + discussion: *761 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -130225,11 +130245,11 @@ webhooks: type: string required: - from - discussion: *760 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + discussion: *761 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -130311,10 +130331,10 @@ webhooks: type: string enum: - labeled - discussion: *760 - enterprise: *737 - installation: *738 - label: &763 + discussion: *761 + enterprise: *738 + installation: *739 + label: &764 title: Label type: object properties: @@ -130347,8 +130367,8 @@ webhooks: - color - default - description - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 required: - action @@ -130431,11 +130451,11 @@ webhooks: type: string enum: - locked - discussion: *760 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + discussion: *761 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -130517,11 +130537,11 @@ webhooks: type: string enum: - pinned - discussion: *760 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + discussion: *761 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -130603,11 +130623,11 @@ webhooks: type: string enum: - reopened - discussion: *760 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + discussion: *761 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -130692,16 +130712,16 @@ webhooks: changes: type: object properties: - new_discussion: *760 - new_repository: *740 + new_discussion: *761 + new_repository: *741 required: - new_discussion - new_repository - discussion: *760 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + discussion: *761 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -130784,10 +130804,10 @@ webhooks: type: string enum: - unanswered - discussion: *760 - old_answer: *762 - organization: *739 - repository: *740 + discussion: *761 + old_answer: *763 + organization: *740 + repository: *741 sender: *4 required: - action @@ -130869,12 +130889,12 @@ webhooks: type: string enum: - unlabeled - discussion: *760 - enterprise: *737 - installation: *738 - label: *763 - organization: *739 - repository: *740 + discussion: *761 + enterprise: *738 + installation: *739 + label: *764 + organization: *740 + repository: *741 sender: *4 required: - action @@ -130957,11 +130977,11 @@ webhooks: type: string enum: - unlocked - discussion: *760 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + discussion: *761 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -131043,11 +131063,11 @@ webhooks: type: string enum: - unpinned - discussion: *760 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + discussion: *761 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -131119,7 +131139,7 @@ webhooks: required: true content: application/json: - schema: *746 + schema: *747 responses: '200': description: Return a 200 status to indicate that the data was received @@ -131185,7 +131205,7 @@ webhooks: required: true content: application/json: - schema: *748 + schema: *749 responses: '200': description: Return a 200 status to indicate that the data was received @@ -131251,7 +131271,7 @@ webhooks: required: true content: application/json: - schema: *744 + schema: *745 responses: '200': description: Return a 200 status to indicate that the data was received @@ -131317,7 +131337,7 @@ webhooks: required: true content: application/json: - schema: *745 + schema: *746 responses: '200': description: Return a 200 status to indicate that the data was received @@ -131383,7 +131403,7 @@ webhooks: required: true content: application/json: - schema: *746 + schema: *747 responses: '200': description: Return a 200 status to indicate that the data was received @@ -131449,7 +131469,7 @@ webhooks: required: true content: application/json: - schema: *747 + schema: *748 responses: '200': description: Return a 200 status to indicate that the data was received @@ -131515,7 +131535,7 @@ webhooks: required: true content: application/json: - schema: *748 + schema: *749 responses: '200': description: Return a 200 status to indicate that the data was received @@ -131582,7 +131602,7 @@ webhooks: description: A user forks a repository. type: object properties: - enterprise: *737 + enterprise: *738 forkee: description: The created [`repository`](https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository) resource. @@ -132260,9 +132280,9 @@ webhooks: type: integer watchers_count: type: integer - installation: *738 - organization: *739 - repository: *740 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - forkee @@ -132408,9 +132428,9 @@ webhooks: title: gollum event type: object properties: - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *738 + installation: *739 + organization: *740 pages: description: The pages that were updated. type: array @@ -132448,7 +132468,7 @@ webhooks: - action - sha - html_url - repository: *740 + repository: *741 sender: *4 required: - pages @@ -132524,10 +132544,10 @@ webhooks: type: string enum: - created - enterprise: *737 + enterprise: *738 installation: *20 - organization: *739 - repositories: &765 + organization: *740 + repositories: &766 description: An array of repository objects that the installation can access. type: array @@ -132553,8 +132573,8 @@ webhooks: - name - full_name - private - repository: *740 - requester: *764 + repository: *741 + requester: *765 sender: *4 required: - action @@ -132629,11 +132649,11 @@ webhooks: type: string enum: - deleted - enterprise: *737 + enterprise: *738 installation: *20 - organization: *739 - repositories: *765 - repository: *740 + organization: *740 + repositories: *766 + repository: *741 requester: type: - 'null' @@ -132710,11 +132730,11 @@ webhooks: type: string enum: - new_permissions_accepted - enterprise: *737 + enterprise: *738 installation: *20 - organization: *739 - repositories: *765 - repository: *740 + organization: *740 + repositories: *766 + repository: *741 requester: type: - 'null' @@ -132791,10 +132811,10 @@ webhooks: type: string enum: - added - enterprise: *737 + enterprise: *738 installation: *20 - organization: *739 - repositories_added: &766 + organization: *740 + repositories_added: &767 description: An array of repository objects, which were added to the installation. type: array @@ -132840,15 +132860,15 @@ webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *740 - repository_selection: &767 + repository: *741 + repository_selection: &768 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *764 + requester: *765 sender: *4 required: - action @@ -132927,10 +132947,10 @@ webhooks: type: string enum: - removed - enterprise: *737 + enterprise: *738 installation: *20 - organization: *739 - repositories_added: *766 + organization: *740 + repositories_added: *767 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -132957,9 +132977,9 @@ webhooks: - name - full_name - private - repository: *740 - repository_selection: *767 - requester: *764 + repository: *741 + repository_selection: *768 + requester: *765 sender: *4 required: - action @@ -133038,11 +133058,11 @@ webhooks: type: string enum: - suspend - enterprise: *737 + enterprise: *738 installation: *20 - organization: *739 - repositories: *765 - repository: *740 + organization: *740 + repositories: *766 + repository: *741 requester: type: - 'null' @@ -133225,10 +133245,10 @@ webhooks: type: string required: - from - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 target_type: type: string @@ -133307,11 +133327,11 @@ webhooks: type: string enum: - unsuspend - enterprise: *737 + enterprise: *738 installation: *20 - organization: *739 - repositories: *765 - repository: *740 + organization: *740 + repositories: *766 + repository: *741 requester: type: - 'null' @@ -133559,8 +133579,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *737 - installation: *738 + enterprise: *738 + installation: *739 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -134751,8 +134771,8 @@ webhooks: - state - locked - assignee - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 required: - action @@ -134832,7 +134852,7 @@ webhooks: type: string enum: - deleted - comment: &768 + comment: &769 title: issue comment description: The [comment](https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#get-an-issue-comment) itself. @@ -134999,8 +135019,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *737 - installation: *738 + enterprise: *738 + installation: *739 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -136189,8 +136209,8 @@ webhooks: - state - locked - assignee - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 required: - action @@ -136270,7 +136290,7 @@ webhooks: type: string enum: - edited - changes: &793 + changes: &794 description: The changes to the comment. type: object properties: @@ -136282,9 +136302,9 @@ webhooks: type: string required: - from - comment: *768 - enterprise: *737 - installation: *738 + comment: *769 + enterprise: *738 + installation: *739 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -137474,8 +137494,8 @@ webhooks: - state - locked - assignee - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 required: - action @@ -137557,10 +137577,10 @@ webhooks: type: string enum: - assigned - assignee: *764 - enterprise: *737 - installation: *738 - issue: &771 + assignee: *765 + enterprise: *738 + installation: *739 + issue: &772 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -138505,8 +138525,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 required: - action @@ -138586,8 +138606,8 @@ webhooks: type: string enum: - closed - enterprise: *737 - installation: *738 + enterprise: *738 + installation: *739 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -139680,8 +139700,8 @@ webhooks: required: - state - closed_at - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 required: - action @@ -139760,8 +139780,8 @@ webhooks: type: string enum: - deleted - enterprise: *737 - installation: *738 + enterprise: *738 + installation: *739 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -140701,8 +140721,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 required: - action @@ -140781,8 +140801,8 @@ webhooks: type: string enum: - demilestoned - enterprise: *737 - installation: *738 + enterprise: *738 + installation: *739 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -141724,7 +141744,7 @@ webhooks: format: uri user_view_type: type: string - milestone: &769 + milestone: &770 title: Milestone description: A collection of related issues and pull requests. type: object @@ -141867,8 +141887,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 required: - action @@ -141967,8 +141987,8 @@ webhooks: type: string required: - from - enterprise: *737 - installation: *738 + enterprise: *738 + installation: *739 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -142913,9 +142933,9 @@ webhooks: - active_lock_reason - body - reactions - label: *763 - organization: *739 - repository: *740 + label: *764 + organization: *740 + repository: *741 sender: *4 required: - action @@ -142995,8 +143015,8 @@ webhooks: type: string enum: - labeled - enterprise: *737 - installation: *738 + enterprise: *738 + installation: *739 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -143940,9 +143960,9 @@ webhooks: - active_lock_reason - body - reactions - label: *763 - organization: *739 - repository: *740 + label: *764 + organization: *740 + repository: *741 sender: *4 required: - action @@ -144022,8 +144042,8 @@ webhooks: type: string enum: - locked - enterprise: *737 - installation: *738 + enterprise: *738 + installation: *739 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -144969,8 +144989,8 @@ webhooks: format: uri user_view_type: type: string - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 required: - action @@ -145049,8 +145069,8 @@ webhooks: type: string enum: - milestoned - enterprise: *737 - installation: *738 + enterprise: *738 + installation: *739 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -145990,9 +146010,9 @@ webhooks: format: uri user_view_type: type: string - milestone: *769 - organization: *739 - repository: *740 + milestone: *770 + organization: *740 + repository: *741 sender: *4 required: - action @@ -147474,8 +147494,8 @@ webhooks: required: - old_issue - old_repository - enterprise: *737 - installation: *738 + enterprise: *738 + installation: *739 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -148419,8 +148439,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 required: - action @@ -148500,9 +148520,9 @@ webhooks: type: string enum: - pinned - enterprise: *737 - installation: *738 - issue: &770 + enterprise: *738 + installation: *739 + issue: &771 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -149440,8 +149460,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 required: - action @@ -149520,8 +149540,8 @@ webhooks: type: string enum: - reopened - enterprise: *737 - installation: *738 + enterprise: *738 + installation: *739 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -150466,8 +150486,8 @@ webhooks: user_view_type: type: string type: *280 - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 required: - action @@ -151968,11 +151988,11 @@ webhooks: required: - new_issue - new_repository - enterprise: *737 - installation: *738 - issue: *770 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + issue: *771 + organization: *740 + repository: *741 sender: *4 required: - action @@ -152052,12 +152072,12 @@ webhooks: type: string enum: - typed - enterprise: *737 - installation: *738 - issue: *771 + enterprise: *738 + installation: *739 + issue: *772 type: *280 - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 required: - action @@ -152138,7 +152158,7 @@ webhooks: type: string enum: - unassigned - assignee: &796 + assignee: &797 title: User type: - object @@ -152210,11 +152230,11 @@ webhooks: required: - login - id - enterprise: *737 - installation: *738 - issue: *771 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + issue: *772 + organization: *740 + repository: *741 sender: *4 required: - action @@ -152293,12 +152313,12 @@ webhooks: type: string enum: - unlabeled - enterprise: *737 - installation: *738 - issue: *771 - label: *763 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + issue: *772 + label: *764 + organization: *740 + repository: *741 sender: *4 required: - action @@ -152378,8 +152398,8 @@ webhooks: type: string enum: - unlocked - enterprise: *737 - installation: *738 + enterprise: *738 + installation: *739 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -153323,8 +153343,8 @@ webhooks: format: uri user_view_type: type: string - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 required: - action @@ -153404,11 +153424,11 @@ webhooks: type: string enum: - unpinned - enterprise: *737 - installation: *738 - issue: *770 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + issue: *771 + organization: *740 + repository: *741 sender: *4 required: - action @@ -153487,12 +153507,12 @@ webhooks: type: string enum: - untyped - enterprise: *737 - installation: *738 - issue: *771 + enterprise: *738 + installation: *739 + issue: *772 type: *280 - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 required: - action @@ -153572,11 +153592,11 @@ webhooks: type: string enum: - created - enterprise: *737 - installation: *738 - label: *763 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + label: *764 + organization: *740 + repository: *741 sender: *4 required: - action @@ -153654,11 +153674,11 @@ webhooks: type: string enum: - deleted - enterprise: *737 - installation: *738 - label: *763 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + label: *764 + organization: *740 + repository: *741 sender: *4 required: - action @@ -153768,11 +153788,11 @@ webhooks: type: string required: - from - enterprise: *737 - installation: *738 - label: *763 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + label: *764 + organization: *740 + repository: *741 sender: *4 required: - action @@ -153854,9 +153874,9 @@ webhooks: - cancelled effective_date: type: string - enterprise: *737 - installation: *738 - marketplace_purchase: &772 + enterprise: *738 + installation: *739 + marketplace_purchase: &773 title: Marketplace Purchase type: object required: @@ -153944,8 +153964,8 @@ webhooks: type: integer unit_count: type: integer - organization: *739 - previous_marketplace_purchase: &773 + organization: *740 + previous_marketplace_purchase: &774 title: Marketplace Purchase type: object properties: @@ -154029,7 +154049,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *740 + repository: *741 sender: *4 required: - action @@ -154109,10 +154129,10 @@ webhooks: - changed effective_date: type: string - enterprise: *737 - installation: *738 - marketplace_purchase: *772 - organization: *739 + enterprise: *738 + installation: *739 + marketplace_purchase: *773 + organization: *740 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -154200,7 +154220,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *740 + repository: *741 sender: *4 required: - action @@ -154282,10 +154302,10 @@ webhooks: - pending_change effective_date: type: string - enterprise: *737 - installation: *738 - marketplace_purchase: *772 - organization: *739 + enterprise: *738 + installation: *739 + marketplace_purchase: *773 + organization: *740 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -154371,7 +154391,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *740 + repository: *741 sender: *4 required: - action @@ -154452,8 +154472,8 @@ webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *737 - installation: *738 + enterprise: *738 + installation: *739 marketplace_purchase: title: Marketplace Purchase type: object @@ -154539,9 +154559,9 @@ webhooks: type: integer unit_count: type: integer - organization: *739 - previous_marketplace_purchase: *773 - repository: *740 + organization: *740 + previous_marketplace_purchase: *774 + repository: *741 sender: *4 required: - action @@ -154621,12 +154641,12 @@ webhooks: - purchased effective_date: type: string - enterprise: *737 - installation: *738 - marketplace_purchase: *772 - organization: *739 - previous_marketplace_purchase: *773 - repository: *740 + enterprise: *738 + installation: *739 + marketplace_purchase: *773 + organization: *740 + previous_marketplace_purchase: *774 + repository: *741 sender: *4 required: - action @@ -154728,11 +154748,11 @@ webhooks: type: string required: - to - enterprise: *737 - installation: *738 - member: *764 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + member: *765 + organization: *740 + repository: *741 sender: *4 required: - action @@ -154834,11 +154854,11 @@ webhooks: type: - string - 'null' - enterprise: *737 - installation: *738 - member: *764 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + member: *765 + organization: *740 + repository: *741 sender: *4 required: - action @@ -154917,11 +154937,11 @@ webhooks: type: string enum: - removed - enterprise: *737 - installation: *738 - member: *764 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + member: *765 + organization: *740 + repository: *741 sender: *4 required: - action @@ -154999,11 +155019,11 @@ webhooks: type: string enum: - added - enterprise: *737 - installation: *738 - member: *764 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + member: *765 + organization: *740 + repository: *741 scope: description: The scope of the membership. Currently, can only be `team`. @@ -155081,7 +155101,7 @@ webhooks: required: - login - id - team: &774 + team: &775 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -155274,11 +155294,11 @@ webhooks: type: string enum: - removed - enterprise: *737 - installation: *738 - member: *764 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + member: *765 + organization: *740 + repository: *741 scope: description: The scope of the membership. Currently, can only be `team`. @@ -155357,7 +155377,7 @@ webhooks: required: - login - id - team: *774 + team: *775 required: - action - scope @@ -155439,8 +155459,8 @@ webhooks: type: string enum: - checks_requested - installation: *738 - merge_group: &775 + installation: *739 + merge_group: &776 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -155459,15 +155479,15 @@ webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *441 + head_commit: *442 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 required: - action @@ -155553,10 +155573,10 @@ webhooks: - merged - invalidated - dequeued - installation: *738 - merge_group: *775 - organization: *739 - repository: *740 + installation: *739 + merge_group: *776 + organization: *740 + repository: *741 sender: *4 required: - action @@ -155629,7 +155649,7 @@ webhooks: type: string enum: - deleted - enterprise: *737 + enterprise: *738 hook: description: 'The modified webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -155737,12 +155757,12 @@ webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *738 - organization: *739 + installation: *739 + organization: *740 repository: anyOf: - type: 'null' - - *740 + - *741 sender: *4 required: - action @@ -155822,11 +155842,11 @@ webhooks: type: string enum: - closed - enterprise: *737 - installation: *738 - milestone: *769 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + milestone: *770 + organization: *740 + repository: *741 sender: *4 required: - action @@ -155905,9 +155925,9 @@ webhooks: type: string enum: - created - enterprise: *737 - installation: *738 - milestone: &776 + enterprise: *738 + installation: *739 + milestone: &777 title: Milestone description: A collection of related issues and pull requests. type: object @@ -156049,8 +156069,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 required: - action @@ -156129,11 +156149,11 @@ webhooks: type: string enum: - deleted - enterprise: *737 - installation: *738 - milestone: *769 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + milestone: *770 + organization: *740 + repository: *741 sender: *4 required: - action @@ -156243,11 +156263,11 @@ webhooks: type: string required: - from - enterprise: *737 - installation: *738 - milestone: *769 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + milestone: *770 + organization: *740 + repository: *741 sender: *4 required: - action @@ -156327,11 +156347,11 @@ webhooks: type: string enum: - opened - enterprise: *737 - installation: *738 - milestone: *776 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + milestone: *777 + organization: *740 + repository: *741 sender: *4 required: - action @@ -156410,11 +156430,11 @@ webhooks: type: string enum: - blocked - blocked_user: *764 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + blocked_user: *765 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -156493,11 +156513,11 @@ webhooks: type: string enum: - unblocked - blocked_user: *764 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + blocked_user: *765 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -156576,9 +156596,9 @@ webhooks: type: string enum: - deleted - enterprise: *737 - installation: *738 - membership: &777 + enterprise: *738 + installation: *739 + membership: &778 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -156672,8 +156692,8 @@ webhooks: - role - organization_url - user - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 required: - action @@ -156751,11 +156771,11 @@ webhooks: type: string enum: - member_added - enterprise: *737 - installation: *738 - membership: *777 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + membership: *778 + organization: *740 + repository: *741 sender: *4 required: - action @@ -156834,8 +156854,8 @@ webhooks: type: string enum: - member_invited - enterprise: *737 - installation: *738 + enterprise: *738 + installation: *739 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -156957,10 +156977,10 @@ webhooks: - inviter - team_count - invitation_teams_url - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 - user: *764 + user: *765 required: - action - invitation @@ -157038,11 +157058,11 @@ webhooks: type: string enum: - member_removed - enterprise: *737 - installation: *738 - membership: *777 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + membership: *778 + organization: *740 + repository: *741 sender: *4 required: - action @@ -157129,11 +157149,11 @@ webhooks: properties: from: type: string - enterprise: *737 - installation: *738 - membership: *777 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + membership: *778 + organization: *740 + repository: *741 sender: *4 required: - action @@ -157209,9 +157229,9 @@ webhooks: type: string enum: - published - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *738 + installation: *739 + organization: *740 package: description: Information about the package. type: object @@ -157734,7 +157754,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: &778 + items: &779 title: Ruby Gems metadata type: object properties: @@ -157831,7 +157851,7 @@ webhooks: - owner - package_version - registry - repository: *740 + repository: *741 sender: *4 required: - action @@ -157907,9 +157927,9 @@ webhooks: type: string enum: - updated - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *738 + installation: *739 + organization: *740 package: description: Information about the package. type: object @@ -158271,7 +158291,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *778 + items: *779 source_url: type: string format: uri @@ -158342,7 +158362,7 @@ webhooks: - owner - package_version - registry - repository: *740 + repository: *741 sender: *4 required: - action @@ -158523,12 +158543,12 @@ webhooks: - duration - created_at - updated_at - enterprise: *737 + enterprise: *738 id: type: integer - installation: *738 - organization: *739 - repository: *740 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - id @@ -158605,7 +158625,7 @@ webhooks: type: string enum: - approved - personal_access_token_request: &779 + personal_access_token_request: &780 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -158755,10 +158775,10 @@ webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *737 - organization: *739 + enterprise: *738 + organization: *740 sender: *4 - installation: *738 + installation: *739 required: - action - personal_access_token_request @@ -158835,11 +158855,11 @@ webhooks: type: string enum: - cancelled - personal_access_token_request: *779 - enterprise: *737 - organization: *739 + personal_access_token_request: *780 + enterprise: *738 + organization: *740 sender: *4 - installation: *738 + installation: *739 required: - action - personal_access_token_request @@ -158915,11 +158935,11 @@ webhooks: type: string enum: - created - personal_access_token_request: *779 - enterprise: *737 - organization: *739 + personal_access_token_request: *780 + enterprise: *738 + organization: *740 sender: *4 - installation: *738 + installation: *739 required: - action - personal_access_token_request @@ -158994,11 +159014,11 @@ webhooks: type: string enum: - denied - personal_access_token_request: *779 - organization: *739 - enterprise: *737 + personal_access_token_request: *780 + organization: *740 + enterprise: *738 sender: *4 - installation: *738 + installation: *739 required: - action - personal_access_token_request @@ -159103,7 +159123,7 @@ webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *780 + last_response: *781 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -159135,8 +159155,8 @@ webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 zen: description: Random string of GitHub zen. @@ -159381,10 +159401,10 @@ webhooks: - from required: - note - enterprise: *737 - installation: *738 - organization: *739 - project_card: &781 + enterprise: *738 + installation: *739 + organization: *740 + project_card: &782 title: Project Card type: object properties: @@ -159507,7 +159527,7 @@ webhooks: - creator - created_at - updated_at - repository: *740 + repository: *741 sender: *4 required: - action @@ -159588,11 +159608,11 @@ webhooks: type: string enum: - created - enterprise: *737 - installation: *738 - organization: *739 - project_card: *781 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + project_card: *782 + repository: *741 sender: *4 required: - action @@ -159672,9 +159692,9 @@ webhooks: type: string enum: - deleted - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *738 + installation: *739 + organization: *740 project_card: title: Project Card type: object @@ -159804,7 +159824,7 @@ webhooks: repository: anyOf: - type: 'null' - - *740 + - *741 sender: *4 required: - action @@ -159898,11 +159918,11 @@ webhooks: - from required: - note - enterprise: *737 - installation: *738 - organization: *739 - project_card: *781 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + project_card: *782 + repository: *741 sender: *4 required: - action @@ -159996,9 +160016,9 @@ webhooks: - from required: - column_id - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *738 + installation: *739 + organization: *740 project_card: allOf: - title: Project Card @@ -160195,7 +160215,7 @@ webhooks: type: string required: - after_id - repository: *740 + repository: *741 sender: *4 required: - action @@ -160275,10 +160295,10 @@ webhooks: type: string enum: - closed - enterprise: *737 - installation: *738 - organization: *739 - project: &783 + enterprise: *738 + installation: *739 + organization: *740 + project: &784 title: Project type: object properties: @@ -160405,7 +160425,7 @@ webhooks: - creator - created_at - updated_at - repository: *740 + repository: *741 sender: *4 required: - action @@ -160485,10 +160505,10 @@ webhooks: type: string enum: - created - enterprise: *737 - installation: *738 - organization: *739 - project_column: &782 + enterprise: *738 + installation: *739 + organization: *740 + project_column: &783 title: Project Column type: object properties: @@ -160528,7 +160548,7 @@ webhooks: - name - created_at - updated_at - repository: *740 + repository: *741 sender: *4 required: - action @@ -160607,14 +160627,14 @@ webhooks: type: string enum: - deleted - enterprise: *737 - installation: *738 - organization: *739 - project_column: *782 + enterprise: *738 + installation: *739 + organization: *740 + project_column: *783 repository: anyOf: - type: 'null' - - *740 + - *741 sender: *4 required: - action @@ -160703,11 +160723,11 @@ webhooks: type: string required: - from - enterprise: *737 - installation: *738 - organization: *739 - project_column: *782 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + project_column: *783 + repository: *741 sender: *4 required: - action @@ -160787,11 +160807,11 @@ webhooks: type: string enum: - moved - enterprise: *737 - installation: *738 - organization: *739 - project_column: *782 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + project_column: *783 + repository: *741 sender: *4 required: - action @@ -160871,11 +160891,11 @@ webhooks: type: string enum: - created - enterprise: *737 - installation: *738 - organization: *739 - project: *783 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + project: *784 + repository: *741 sender: *4 required: - action @@ -160955,14 +160975,14 @@ webhooks: type: string enum: - deleted - enterprise: *737 - installation: *738 - organization: *739 - project: *783 + enterprise: *738 + installation: *739 + organization: *740 + project: *784 repository: anyOf: - type: 'null' - - *740 + - *741 sender: *4 required: - action @@ -161063,11 +161083,11 @@ webhooks: type: string required: - from - enterprise: *737 - installation: *738 - organization: *739 - project: *783 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + project: *784 + repository: *741 sender: *4 required: - action @@ -161146,11 +161166,11 @@ webhooks: type: string enum: - reopened - enterprise: *737 - installation: *738 - organization: *739 - project: *783 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + project: *784 + repository: *741 sender: *4 required: - action @@ -161231,9 +161251,9 @@ webhooks: type: string enum: - closed - installation: *738 - organization: *739 - projects_v2: &784 + installation: *739 + organization: *740 + projects_v2: &785 title: Projects v2 Project description: A projects v2 project type: object @@ -161381,9 +161401,9 @@ webhooks: type: string enum: - created - installation: *738 - organization: *739 - projects_v2: *784 + installation: *739 + organization: *740 + projects_v2: *785 sender: *4 required: - action @@ -161464,9 +161484,9 @@ webhooks: type: string enum: - deleted - installation: *738 - organization: *739 - projects_v2: *784 + installation: *739 + organization: *740 + projects_v2: *785 sender: *4 required: - action @@ -161587,9 +161607,9 @@ webhooks: type: string to: type: string - installation: *738 - organization: *739 - projects_v2: *784 + installation: *739 + organization: *740 + projects_v2: *785 sender: *4 required: - action @@ -161672,7 +161692,7 @@ webhooks: type: string enum: - archived - changes: &788 + changes: &789 type: object properties: archived_at: @@ -161688,9 +161708,9 @@ webhooks: - string - 'null' format: date-time - installation: *738 - organization: *739 - projects_v2_item: &785 + installation: *739 + organization: *740 + projects_v2_item: &786 title: Projects v2 Item description: An item belonging to a project type: object @@ -161829,9 +161849,9 @@ webhooks: - 'null' to: type: string - installation: *738 - organization: *739 - projects_v2_item: *785 + installation: *739 + organization: *740 + projects_v2_item: *786 sender: *4 required: - action @@ -161913,9 +161933,9 @@ webhooks: type: string enum: - created - installation: *738 - organization: *739 - projects_v2_item: *785 + installation: *739 + organization: *740 + projects_v2_item: *786 sender: *4 required: - action @@ -161996,9 +162016,9 @@ webhooks: type: string enum: - deleted - installation: *738 - organization: *739 - projects_v2_item: *785 + installation: *739 + organization: *740 + projects_v2_item: *786 sender: *4 required: - action @@ -162103,7 +162123,7 @@ webhooks: oneOf: - type: string - type: integer - - &786 + - &787 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -162123,7 +162143,7 @@ webhooks: required: - id - name - - &787 + - &788 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -162152,8 +162172,8 @@ webhooks: oneOf: - type: string - type: integer - - *786 - *787 + - *788 type: - 'null' - string @@ -162176,9 +162196,9 @@ webhooks: - 'null' required: - body - installation: *738 - organization: *739 - projects_v2_item: *785 + installation: *739 + organization: *740 + projects_v2_item: *786 sender: *4 required: - action @@ -162275,9 +162295,9 @@ webhooks: type: - string - 'null' - installation: *738 - organization: *739 - projects_v2_item: *785 + installation: *739 + organization: *740 + projects_v2_item: *786 sender: *4 required: - action @@ -162360,10 +162380,10 @@ webhooks: type: string enum: - restored - changes: *788 - installation: *738 - organization: *739 - projects_v2_item: *785 + changes: *789 + installation: *739 + organization: *740 + projects_v2_item: *786 sender: *4 required: - action @@ -162445,9 +162465,9 @@ webhooks: type: string enum: - reopened - installation: *738 - organization: *739 - projects_v2: *784 + installation: *739 + organization: *740 + projects_v2: *785 sender: *4 required: - action @@ -162528,9 +162548,9 @@ webhooks: type: string enum: - created - installation: *738 - organization: *739 - projects_v2_status_update: &789 + installation: *739 + organization: *740 + projects_v2_status_update: &790 title: Projects v2 Status Update description: An status update belonging to a project type: object @@ -162665,9 +162685,9 @@ webhooks: type: string enum: - deleted - installation: *738 - organization: *739 - projects_v2_status_update: *789 + installation: *739 + organization: *740 + projects_v2_status_update: *790 sender: *4 required: - action @@ -162813,9 +162833,9 @@ webhooks: - string - 'null' format: date - installation: *738 - organization: *739 - projects_v2_status_update: *789 + installation: *739 + organization: *740 + projects_v2_status_update: *790 sender: *4 required: - action @@ -162886,10 +162906,10 @@ webhooks: title: public event type: object properties: - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - repository @@ -162966,13 +162986,13 @@ webhooks: type: string enum: - assigned - assignee: *764 - enterprise: *737 - installation: *738 - number: &790 + assignee: *765 + enterprise: *738 + installation: *739 + number: &791 description: The pull request number. type: integer - organization: *739 + organization: *740 pull_request: title: Pull Request type: object @@ -165321,7 +165341,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *740 + repository: *741 sender: *4 required: - action @@ -165403,11 +165423,11 @@ webhooks: type: string enum: - auto_merge_disabled - enterprise: *737 - installation: *738 + enterprise: *738 + installation: *739 number: type: integer - organization: *739 + organization: *740 pull_request: title: Pull Request type: object @@ -167749,7 +167769,7 @@ webhooks: - draft reason: type: string - repository: *740 + repository: *741 sender: *4 required: - action @@ -167831,11 +167851,11 @@ webhooks: type: string enum: - auto_merge_enabled - enterprise: *737 - installation: *738 + enterprise: *738 + installation: *739 number: type: integer - organization: *739 + organization: *740 pull_request: title: Pull Request type: object @@ -170177,7 +170197,7 @@ webhooks: - draft reason: type: string - repository: *740 + repository: *741 sender: *4 required: - action @@ -170259,13 +170279,13 @@ webhooks: type: string enum: - closed - enterprise: *737 - installation: *738 - number: *790 - organization: *739 - pull_request: &791 + enterprise: *738 + installation: *739 + number: *791 + organization: *740 + pull_request: &792 allOf: - - *592 + - *593 - type: object properties: allow_auto_merge: @@ -170327,7 +170347,7 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *740 + repository: *741 sender: *4 required: - action @@ -170408,12 +170428,12 @@ webhooks: type: string enum: - converted_to_draft - enterprise: *737 - installation: *738 - number: *790 - organization: *739 - pull_request: *791 - repository: *740 + enterprise: *738 + installation: *739 + number: *791 + organization: *740 + pull_request: *792 + repository: *741 sender: *4 required: - action @@ -170493,11 +170513,11 @@ webhooks: type: string enum: - demilestoned - enterprise: *737 - milestone: *487 - number: *790 - organization: *739 - pull_request: &792 + enterprise: *738 + milestone: *488 + number: *791 + organization: *740 + pull_request: &793 title: Pull Request type: object properties: @@ -172824,7 +172844,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *740 + repository: *741 sender: *4 required: - action @@ -172903,11 +172923,11 @@ webhooks: type: string enum: - dequeued - enterprise: *737 - installation: *738 + enterprise: *738 + installation: *739 number: type: integer - organization: *739 + organization: *740 pull_request: title: Pull Request type: object @@ -175253,7 +175273,7 @@ webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *740 + repository: *741 sender: *4 required: - action @@ -175377,12 +175397,12 @@ webhooks: type: string required: - from - enterprise: *737 - installation: *738 - number: *790 - organization: *739 - pull_request: *791 - repository: *740 + enterprise: *738 + installation: *739 + number: *791 + organization: *740 + pull_request: *792 + repository: *741 sender: *4 required: - action @@ -175462,11 +175482,11 @@ webhooks: type: string enum: - enqueued - enterprise: *737 - installation: *738 + enterprise: *738 + installation: *739 number: type: integer - organization: *739 + organization: *740 pull_request: title: Pull Request type: object @@ -177797,7 +177817,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *740 + repository: *741 sender: *4 required: - action @@ -177877,11 +177897,11 @@ webhooks: type: string enum: - labeled - enterprise: *737 - installation: *738 - label: *763 - number: *790 - organization: *739 + enterprise: *738 + installation: *739 + label: *764 + number: *791 + organization: *740 pull_request: title: Pull Request type: object @@ -180229,7 +180249,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *740 + repository: *741 sender: *4 required: - action @@ -180310,10 +180330,10 @@ webhooks: type: string enum: - locked - enterprise: *737 - installation: *738 - number: *790 - organization: *739 + enterprise: *738 + installation: *739 + number: *791 + organization: *740 pull_request: title: Pull Request type: object @@ -182659,7 +182679,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *740 + repository: *741 sender: *4 required: - action @@ -182739,12 +182759,12 @@ webhooks: type: string enum: - milestoned - enterprise: *737 - milestone: *487 - number: *790 - organization: *739 - pull_request: *792 - repository: *740 + enterprise: *738 + milestone: *488 + number: *791 + organization: *740 + pull_request: *793 + repository: *741 sender: *4 required: - action @@ -182823,12 +182843,12 @@ webhooks: type: string enum: - opened - enterprise: *737 - installation: *738 - number: *790 - organization: *739 - pull_request: *791 - repository: *740 + enterprise: *738 + installation: *739 + number: *791 + organization: *740 + pull_request: *792 + repository: *741 sender: *4 required: - action @@ -182909,12 +182929,12 @@ webhooks: type: string enum: - ready_for_review - enterprise: *737 - installation: *738 - number: *790 - organization: *739 - pull_request: *791 - repository: *740 + enterprise: *738 + installation: *739 + number: *791 + organization: *740 + pull_request: *792 + repository: *741 sender: *4 required: - action @@ -182994,12 +183014,12 @@ webhooks: type: string enum: - reopened - enterprise: *737 - installation: *738 - number: *790 - organization: *739 - pull_request: *791 - repository: *740 + enterprise: *738 + installation: *739 + number: *791 + organization: *740 + pull_request: *792 + repository: *741 sender: *4 required: - action @@ -183374,9 +183394,9 @@ webhooks: - start_side - side - reactions - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *738 + installation: *739 + organization: *740 pull_request: type: object properties: @@ -185606,7 +185626,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *740 + repository: *741 sender: *4 required: - action @@ -185686,7 +185706,7 @@ webhooks: type: string enum: - deleted - comment: &794 + comment: &795 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. @@ -185979,9 +185999,9 @@ webhooks: - start_side - side - reactions - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *738 + installation: *739 + organization: *740 pull_request: type: object properties: @@ -188199,7 +188219,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *740 + repository: *741 sender: *4 required: - action @@ -188279,11 +188299,11 @@ webhooks: type: string enum: - edited - changes: *793 - comment: *794 - enterprise: *737 - installation: *738 - organization: *739 + changes: *794 + comment: *795 + enterprise: *738 + installation: *739 + organization: *740 pull_request: type: object properties: @@ -190504,7 +190524,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *740 + repository: *741 sender: *4 required: - action @@ -190585,9 +190605,9 @@ webhooks: type: string enum: - dismissed - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *738 + installation: *739 + organization: *740 pull_request: title: Simple Pull Request type: object @@ -192820,7 +192840,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *740 + repository: *741 review: description: The review that was affected. type: object @@ -193066,9 +193086,9 @@ webhooks: type: string required: - from - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *738 + installation: *739 + organization: *740 pull_request: title: Simple Pull Request type: object @@ -195182,8 +195202,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *740 - review: &795 + repository: *741 + review: &796 description: The review that was affected. type: object properties: @@ -195416,12 +195436,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *737 - installation: *738 + enterprise: *738 + installation: *739 number: description: The pull request number. type: integer - organization: *739 + organization: *740 pull_request: title: Pull Request type: object @@ -197768,7 +197788,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *740 + repository: *741 requested_reviewer: title: User type: @@ -197854,12 +197874,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *737 - installation: *738 + enterprise: *738 + installation: *739 number: description: The pull request number. type: integer - organization: *739 + organization: *740 pull_request: title: Pull Request type: object @@ -200213,7 +200233,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *740 + repository: *741 requested_team: title: Team description: Groups of organization members that gives permissions @@ -200408,12 +200428,12 @@ webhooks: type: string enum: - review_requested - enterprise: *737 - installation: *738 + enterprise: *738 + installation: *739 number: description: The pull request number. type: integer - organization: *739 + organization: *740 pull_request: title: Pull Request type: object @@ -202762,7 +202782,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *740 + repository: *741 requested_reviewer: title: User type: @@ -202849,12 +202869,12 @@ webhooks: type: string enum: - review_requested - enterprise: *737 - installation: *738 + enterprise: *738 + installation: *739 number: description: The pull request number. type: integer - organization: *739 + organization: *740 pull_request: title: Pull Request type: object @@ -205194,7 +205214,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *740 + repository: *741 requested_team: title: Team description: Groups of organization members that gives permissions @@ -205378,9 +205398,9 @@ webhooks: type: string enum: - submitted - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *738 + installation: *739 + organization: *740 pull_request: title: Simple Pull Request type: object @@ -207616,8 +207636,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *740 - review: *795 + repository: *741 + review: *796 sender: *4 required: - action @@ -207697,9 +207717,9 @@ webhooks: type: string enum: - resolved - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *738 + installation: *739 + organization: *740 pull_request: title: Simple Pull Request type: object @@ -209830,7 +209850,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *740 + repository: *741 sender: *4 thread: type: object @@ -210222,9 +210242,9 @@ webhooks: type: string enum: - unresolved - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *738 + installation: *739 + organization: *740 pull_request: title: Simple Pull Request type: object @@ -212338,7 +212358,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *740 + repository: *741 sender: *4 thread: type: object @@ -212732,10 +212752,10 @@ webhooks: type: string before: type: string - enterprise: *737 - installation: *738 - number: *790 - organization: *739 + enterprise: *738 + installation: *739 + number: *791 + organization: *740 pull_request: title: Pull Request type: object @@ -215070,7 +215090,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *740 + repository: *741 sender: *4 required: - action @@ -215152,11 +215172,11 @@ webhooks: type: string enum: - unassigned - assignee: *796 - enterprise: *737 - installation: *738 - number: *790 - organization: *739 + assignee: *797 + enterprise: *738 + installation: *739 + number: *791 + organization: *740 pull_request: title: Pull Request type: object @@ -217506,7 +217526,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *740 + repository: *741 sender: *4 required: - action @@ -217585,11 +217605,11 @@ webhooks: type: string enum: - unlabeled - enterprise: *737 - installation: *738 - label: *763 - number: *790 - organization: *739 + enterprise: *738 + installation: *739 + label: *764 + number: *791 + organization: *740 pull_request: title: Pull Request type: object @@ -219928,7 +219948,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *740 + repository: *741 sender: *4 required: - action @@ -220009,10 +220029,10 @@ webhooks: type: string enum: - unlocked - enterprise: *737 - installation: *738 - number: *790 - organization: *739 + enterprise: *738 + installation: *739 + number: *791 + organization: *740 pull_request: title: Pull Request type: object @@ -222341,7 +222361,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *740 + repository: *741 sender: *4 required: - action @@ -222544,7 +222564,7 @@ webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *737 + enterprise: *738 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -222639,8 +222659,8 @@ webhooks: - url - author - committer - installation: *738 - organization: *739 + installation: *739 + organization: *740 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -223228,9 +223248,9 @@ webhooks: type: string enum: - published - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *738 + installation: *739 + organization: *740 registry_package: type: object properties: @@ -223707,7 +223727,7 @@ webhooks: type: string rubygems_metadata: type: array - items: *778 + items: *779 summary: type: string tag_name: @@ -223763,7 +223783,7 @@ webhooks: - owner - package_version - registry - repository: *740 + repository: *741 sender: *4 required: - action @@ -223841,9 +223861,9 @@ webhooks: type: string enum: - updated - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *738 + installation: *739 + organization: *740 registry_package: type: object properties: @@ -224155,7 +224175,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *778 + items: *779 summary: type: string tag_name: @@ -224205,7 +224225,7 @@ webhooks: - owner - package_version - registry - repository: *740 + repository: *741 sender: *4 required: - action @@ -224282,10 +224302,10 @@ webhooks: type: string enum: - created - enterprise: *737 - installation: *738 - organization: *739 - release: &797 + enterprise: *738 + installation: *739 + organization: *740 + release: &798 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -224601,7 +224621,7 @@ webhooks: - tarball_url - zipball_url - body - repository: *740 + repository: *741 sender: *4 required: - action @@ -224678,11 +224698,11 @@ webhooks: type: string enum: - deleted - enterprise: *737 - installation: *738 - organization: *739 - release: *797 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + release: *798 + repository: *741 sender: *4 required: - action @@ -224799,11 +224819,11 @@ webhooks: type: boolean required: - to - enterprise: *737 - installation: *738 - organization: *739 - release: *797 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + release: *798 + repository: *741 sender: *4 required: - action @@ -224881,9 +224901,9 @@ webhooks: type: string enum: - prereleased - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *738 + installation: *739 + organization: *740 release: title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) @@ -225204,7 +225224,7 @@ webhooks: - string - 'null' format: uri - repository: *740 + repository: *741 sender: *4 required: - action @@ -225280,10 +225300,10 @@ webhooks: type: string enum: - published - enterprise: *737 - installation: *738 - organization: *739 - release: &798 + enterprise: *738 + installation: *739 + organization: *740 + release: &799 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -225601,7 +225621,7 @@ webhooks: - string - 'null' format: uri - repository: *740 + repository: *741 sender: *4 required: - action @@ -225677,11 +225697,11 @@ webhooks: type: string enum: - released - enterprise: *737 - installation: *738 - organization: *739 - release: *797 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + release: *798 + repository: *741 sender: *4 required: - action @@ -225757,11 +225777,11 @@ webhooks: type: string enum: - unpublished - enterprise: *737 - installation: *738 - organization: *739 - release: *798 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + release: *799 + repository: *741 sender: *4 required: - action @@ -225837,11 +225857,11 @@ webhooks: type: string enum: - published - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 - repository_advisory: *649 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 + repository_advisory: *650 sender: *4 required: - action @@ -225917,11 +225937,11 @@ webhooks: type: string enum: - reported - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 - repository_advisory: *649 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 + repository_advisory: *650 sender: *4 required: - action @@ -225997,10 +226017,10 @@ webhooks: type: string enum: - archived - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -226077,10 +226097,10 @@ webhooks: type: string enum: - created - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -226158,10 +226178,10 @@ webhooks: type: string enum: - deleted - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -226246,10 +226266,10 @@ webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -226364,10 +226384,10 @@ webhooks: - 'null' items: type: string - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -226439,10 +226459,10 @@ webhooks: title: repository_import event type: object properties: - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 status: type: string @@ -226523,10 +226543,10 @@ webhooks: type: string enum: - privatized - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -226603,10 +226623,10 @@ webhooks: type: string enum: - publicized - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -226700,10 +226720,10 @@ webhooks: - name required: - repository - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -226783,10 +226803,10 @@ webhooks: type: string enum: - created - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 repository_ruleset: *126 sender: *4 required: @@ -226865,10 +226885,10 @@ webhooks: type: string enum: - deleted - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 repository_ruleset: *126 sender: *4 required: @@ -226947,10 +226967,10 @@ webhooks: type: string enum: - edited - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 repository_ruleset: *126 changes: type: object @@ -227258,10 +227278,10 @@ webhooks: - from required: - owner - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -227339,10 +227359,10 @@ webhooks: type: string enum: - unarchived - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -227420,7 +227440,7 @@ webhooks: type: string enum: - create - alert: &799 + alert: &800 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -227544,10 +227564,10 @@ webhooks: type: string enum: - open - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -227757,10 +227777,10 @@ webhooks: type: string enum: - dismissed - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -227838,11 +227858,11 @@ webhooks: type: string enum: - reopen - alert: *799 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + alert: *800 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -228044,10 +228064,10 @@ webhooks: enum: - fixed - open - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -228125,7 +228145,7 @@ webhooks: type: string enum: - created - alert: &800 + alert: &801 type: object properties: number: *96 @@ -228235,10 +228255,10 @@ webhooks: - 'null' description: Whether the detected secret was found in multiple repositories in the same organization or business. - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -228319,11 +228339,11 @@ webhooks: type: string enum: - created - alert: *800 - installation: *738 - location: *801 - organization: *739 - repository: *740 + alert: *801 + installation: *739 + location: *802 + organization: *740 + repository: *741 sender: *4 required: - location @@ -228561,11 +228581,11 @@ webhooks: type: string enum: - publicly_leaked - alert: *800 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + alert: *801 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -228643,11 +228663,11 @@ webhooks: type: string enum: - reopened - alert: *800 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + alert: *801 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -228725,11 +228745,11 @@ webhooks: type: string enum: - resolved - alert: *800 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + alert: *801 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -228807,11 +228827,11 @@ webhooks: type: string enum: - validated - alert: *800 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + alert: *801 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -228941,10 +228961,10 @@ webhooks: - organization - enterprise - - repository: *740 - enterprise: *737 - installation: *738 - organization: *739 + repository: *741 + enterprise: *738 + installation: *739 + organization: *740 sender: *4 required: - action @@ -229022,11 +229042,11 @@ webhooks: type: string enum: - published - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 - security_advisory: &802 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 + security_advisory: &803 description: The details of the security advisory, including summary, description, and severity. type: object @@ -229212,11 +229232,11 @@ webhooks: type: string enum: - updated - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 - security_advisory: *802 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 + security_advisory: *803 sender: *4 required: - action @@ -229289,10 +229309,10 @@ webhooks: type: string enum: - withdrawn - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -229479,10 +229499,10 @@ webhooks: type: object properties: security_and_analysis: *316 - enterprise: *737 - installation: *738 - organization: *739 - repository: *378 + enterprise: *738 + installation: *739 + organization: *740 + repository: *379 sender: *4 required: - changes @@ -229560,12 +229580,12 @@ webhooks: type: string enum: - cancelled - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 - sponsorship: &803 + sponsorship: &804 type: object properties: created_at: @@ -229870,12 +229890,12 @@ webhooks: type: string enum: - created - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 - sponsorship: *803 + sponsorship: *804 required: - action - sponsorship @@ -229963,12 +229983,12 @@ webhooks: type: string required: - from - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 - sponsorship: *803 + sponsorship: *804 required: - action - changes @@ -230045,17 +230065,17 @@ webhooks: type: string enum: - pending_cancellation - effective_date: &804 + effective_date: &805 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: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 - sponsorship: *803 + sponsorship: *804 required: - action - sponsorship @@ -230129,7 +230149,7 @@ webhooks: type: string enum: - pending_tier_change - changes: &805 + changes: &806 type: object properties: tier: @@ -230173,13 +230193,13 @@ webhooks: - from required: - tier - effective_date: *804 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + effective_date: *805 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 - sponsorship: *803 + sponsorship: *804 required: - action - changes @@ -230256,13 +230276,13 @@ webhooks: type: string enum: - tier_changed - changes: *805 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + changes: *806 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 - sponsorship: *803 + sponsorship: *804 required: - action - changes @@ -230336,10 +230356,10 @@ webhooks: type: string enum: - created - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -230423,10 +230443,10 @@ webhooks: type: string enum: - deleted - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -230860,15 +230880,15 @@ webhooks: type: - string - 'null' - enterprise: *737 + enterprise: *738 id: description: The unique identifier of the status. type: integer - installation: *738 + installation: *739 name: type: string - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 sha: description: The Commit SHA. @@ -230984,9 +231004,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *149 - installation: *738 - organization: *739 - repository: *740 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -231076,9 +231096,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *149 - installation: *738 - organization: *739 - repository: *740 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -231168,9 +231188,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *149 - installation: *738 - organization: *739 - repository: *740 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -231260,9 +231280,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *149 - installation: *738 - organization: *739 - repository: *740 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -231339,12 +231359,12 @@ webhooks: title: team_add event type: object properties: - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 - team: &806 + team: &807 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -231537,9 +231557,9 @@ webhooks: type: string enum: - added_to_repository - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *738 + installation: *739 + organization: *740 repository: title: Repository description: A git repository @@ -232009,7 +232029,7 @@ webhooks: - topics - visibility sender: *4 - team: *806 + team: *807 required: - action - team @@ -232085,9 +232105,9 @@ webhooks: type: string enum: - created - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *738 + installation: *739 + organization: *740 repository: title: Repository description: A git repository @@ -232557,7 +232577,7 @@ webhooks: - topics - visibility sender: *4 - team: *806 + team: *807 required: - action - team @@ -232634,9 +232654,9 @@ webhooks: type: string enum: - deleted - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *738 + installation: *739 + organization: *740 repository: title: Repository description: A git repository @@ -233106,7 +233126,7 @@ webhooks: - topics - visibility sender: *4 - team: *806 + team: *807 required: - action - team @@ -233250,9 +233270,9 @@ webhooks: - from required: - permissions - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *738 + installation: *739 + organization: *740 repository: title: Repository description: A git repository @@ -233722,7 +233742,7 @@ webhooks: - topics - visibility sender: *4 - team: *806 + team: *807 required: - action - changes @@ -233800,9 +233820,9 @@ webhooks: type: string enum: - removed_from_repository - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *738 + installation: *739 + organization: *740 repository: title: Repository description: A git repository @@ -234272,7 +234292,7 @@ webhooks: - topics - visibility sender: *4 - team: *806 + team: *807 required: - action - team @@ -234348,10 +234368,10 @@ webhooks: type: string enum: - started - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -234424,17 +234444,17 @@ webhooks: title: workflow_dispatch event type: object properties: - enterprise: *737 + enterprise: *738 inputs: type: - object - 'null' additionalProperties: true - installation: *738 - organization: *739 + installation: *739 + organization: *740 ref: type: string - repository: *740 + repository: *741 sender: *4 workflow: type: string @@ -234516,10 +234536,10 @@ webhooks: type: string enum: - completed - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 workflow_job: allOf: @@ -234775,7 +234795,7 @@ webhooks: type: string required: - conclusion - deployment: *507 + deployment: *508 required: - action - repository @@ -234854,10 +234874,10 @@ webhooks: type: string enum: - in_progress - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 workflow_job: allOf: @@ -235139,7 +235159,7 @@ webhooks: required: - status - steps - deployment: *507 + deployment: *508 required: - action - repository @@ -235218,10 +235238,10 @@ webhooks: type: string enum: - queued - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 workflow_job: type: object @@ -235367,7 +235387,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *507 + deployment: *508 required: - action - repository @@ -235446,10 +235466,10 @@ webhooks: type: string enum: - waiting - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 workflow_job: type: object @@ -235596,7 +235616,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *507 + deployment: *508 required: - action - repository @@ -235676,12 +235696,12 @@ webhooks: type: string enum: - completed - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 - workflow: *759 + workflow: *760 workflow_run: title: Workflow Run type: object @@ -236700,12 +236720,12 @@ webhooks: type: string enum: - in_progress - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 - workflow: *759 + workflow: *760 workflow_run: title: Workflow Run type: object @@ -237709,12 +237729,12 @@ webhooks: type: string enum: - requested - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 - workflow: *759 + workflow: *760 workflow_run: title: Workflow Run type: object diff --git a/descriptions-next/ghec/dereferenced/ghec.deref.json b/descriptions-next/ghec/dereferenced/ghec.deref.json index 0ffd983787..765b4951a8 100644 --- a/descriptions-next/ghec/dereferenced/ghec.deref.json +++ b/descriptions-next/ghec/dereferenced/ghec.deref.json @@ -50048,6 +50048,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": { @@ -171178,7 +171188,9 @@ "registry_type": { "description": "The registry type.", "enum": [ - "maven_repository" + "maven_repository", + "nuget_feed", + "goproxy_server" ], "type": "string" }, @@ -171384,7 +171396,9 @@ "description": "The registry type.", "type": "string", "enum": [ - "maven_repository" + "maven_repository", + "nuget_feed", + "goproxy_server" ] }, "username": { @@ -171476,7 +171490,9 @@ "registry_type": { "description": "The registry type.", "enum": [ - "maven_repository" + "maven_repository", + "nuget_feed", + "goproxy_server" ], "type": "string" }, @@ -171816,7 +171832,9 @@ "registry_type": { "description": "The registry type.", "enum": [ - "maven_repository" + "maven_repository", + "nuget_feed", + "goproxy_server" ], "type": "string" }, @@ -171947,7 +171965,9 @@ "description": "The registry type.", "type": "string", "enum": [ - "maven_repository" + "maven_repository", + "nuget_feed", + "goproxy_server" ] }, "username": { @@ -190706,6 +190726,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": { @@ -535178,6 +535208,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": { @@ -536065,6 +536105,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-next/ghec/dereferenced/ghec.deref.yaml b/descriptions-next/ghec/dereferenced/ghec.deref.yaml index 2066750725..be019c5f5f 100644 --- a/descriptions-next/ghec/dereferenced/ghec.deref.yaml +++ b/descriptions-next/ghec/dereferenced/ghec.deref.yaml @@ -909,7 +909,7 @@ paths: - subscriptions_url - type - url - type: &332 + type: &333 type: string description: The type of credit the user is receiving. enum: @@ -1075,7 +1075,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: - - &651 + - &652 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -1815,7 +1815,7 @@ paths: application/json: schema: *3 application/scim+json: - schema: &661 + schema: &662 title: Scim Error description: Scim Error type: object @@ -11721,7 +11721,7 @@ paths: description: The GitHub URL of the alert resource. format: uri readOnly: true - instances_url: &447 + instances_url: &448 type: string description: The REST API URL for fetching the list of instances for an alert. @@ -11757,7 +11757,7 @@ paths: format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - dismissed_reason: &448 + dismissed_reason: &449 type: - string - 'null' @@ -11768,14 +11768,14 @@ paths: - won't fix - used in tests - - dismissed_comment: &449 + dismissed_comment: &450 type: - string - 'null' description: The dismissal comment associated with the dismissal of the alert. maxLength: 280 - rule: &450 + rule: &451 type: object properties: id: @@ -11836,7 +11836,7 @@ paths: - 'null' description: A link to the documentation for the rule used to detect the alert. - tool: &451 + tool: &452 type: object properties: name: *87 @@ -11847,15 +11847,15 @@ paths: description: The version of the tool used to generate the code scanning analysis. guid: *88 - most_recent_instance: &452 + most_recent_instance: &453 type: object properties: - ref: &445 + ref: &446 type: string description: |- The Git reference, formatted as `refs/pull//merge`, `refs/pull//head`, `refs/heads/` or simply ``. - analysis_key: &462 + analysis_key: &463 type: string description: Identifies the configuration under which the analysis was executed. For example, in GitHub Actions @@ -11866,7 +11866,7 @@ paths: the environment in which the analysis that generated this alert instance was performed, such as the language that was analyzed. - category: &463 + category: &464 type: string description: Identifies the configuration under which the analysis was executed. Used to distinguish between multiple @@ -15159,7 +15159,7 @@ paths: - direct - transitive - - security_advisory: &499 + security_advisory: &500 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -15395,7 +15395,7 @@ paths: dismissal. maxLength: 280 fixed_at: *106 - auto_dismissed_at: &500 + auto_dismissed_at: &501 type: - string - 'null' @@ -15951,7 +15951,7 @@ paths: - name - created_on examples: - default: &342 + default: &343 value: total_count: 2 network_configurations: @@ -16174,7 +16174,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/network-configurations#get-a-hosted-compute-network-settings-resource-for-an-enterprise parameters: - *39 - - &343 + - &344 name: network_settings_id description: Unique identifier of the hosted compute network settings. in: path @@ -16186,7 +16186,7 @@ paths: description: Response content: application/json: - schema: &344 + schema: &345 title: Hosted compute network settings resource description: A hosted compute network settings resource. type: object @@ -16225,7 +16225,7 @@ paths: - subnet_id - region examples: - default: &345 + default: &346 value: id: 220F78DACB92BBFBC5E6F22DE1CCF52309D network_configuration_id: 934E208B3EE0BD60CF5F752C426BFB53562 @@ -16913,7 +16913,7 @@ paths: type: object description: A repository rule. oneOf: - - &609 + - &610 title: creation description: Only allow users with bypass permission to create matching refs. @@ -16925,7 +16925,7 @@ paths: type: string enum: - creation - - &610 + - &611 title: update description: Only allow users with bypass permission to update matching refs. @@ -16946,7 +16946,7 @@ paths: repository required: - update_allows_fetch_and_merge - - &612 + - &613 title: deletion description: Only allow users with bypass permissions to delete matching refs. @@ -16958,7 +16958,7 @@ paths: type: string enum: - deletion - - &613 + - &614 title: required_linear_history description: Prevent merge commits from being pushed to matching refs. @@ -16970,7 +16970,7 @@ paths: type: string enum: - required_linear_history - - &614 + - &615 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -17046,7 +17046,7 @@ paths: - merge_method - min_entries_to_merge - min_entries_to_merge_wait_minutes - - &615 + - &616 title: required_deployments description: Choose which environments must be successfully deployed to before refs can be pushed into a ref that matches @@ -17070,7 +17070,7 @@ paths: type: string required: - required_deployment_environments - - &616 + - &617 title: required_signatures description: Commits pushed to matching refs must have verified signatures. @@ -17082,7 +17082,7 @@ paths: type: string enum: - required_signatures - - &617 + - &618 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. @@ -17142,7 +17142,7 @@ paths: - require_last_push_approval - required_approving_review_count - required_review_thread_resolution - - &618 + - &619 title: required_status_checks description: Choose which status checks must pass before the ref is updated. When enabled, commits must first be pushed @@ -17189,7 +17189,7 @@ paths: required: - required_status_checks - strict_required_status_checks_policy - - &619 + - &620 title: non_fast_forward description: Prevent users with push access from force pushing to refs. @@ -17201,7 +17201,7 @@ paths: type: string enum: - non_fast_forward - - &620 + - &621 title: commit_message_pattern description: Parameters to be used for the commit_message_pattern rule @@ -17237,7 +17237,7 @@ paths: required: - operator - pattern - - &621 + - &622 title: commit_author_email_pattern description: Parameters to be used for the commit_author_email_pattern rule @@ -17273,7 +17273,7 @@ paths: required: - operator - pattern - - &622 + - &623 title: committer_email_pattern description: Parameters to be used for the committer_email_pattern rule @@ -17309,7 +17309,7 @@ paths: required: - operator - pattern - - &623 + - &624 title: branch_name_pattern description: Parameters to be used for the branch_name_pattern rule @@ -17345,7 +17345,7 @@ paths: required: - operator - pattern - - &624 + - &625 title: tag_name_pattern description: Parameters to be used for the tag_name_pattern rule @@ -17381,7 +17381,7 @@ paths: required: - operator - pattern - - &625 + - &626 title: file_path_restriction description: Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. @@ -17405,7 +17405,7 @@ paths: type: string required: - restricted_file_paths - - &626 + - &627 title: max_file_path_length description: Prevent commits that include file paths that exceed the specified character limit from being pushed to the commit @@ -17429,7 +17429,7 @@ paths: maximum: 256 required: - max_file_path_length - - &627 + - &628 title: file_extension_restriction description: Prevent commits that include files with specified file extensions from being pushed to the commit graph. @@ -17452,7 +17452,7 @@ paths: type: string required: - restricted_file_extensions - - &628 + - &629 title: max_file_size description: Prevent commits with individual files that exceed the specified limit from being pushed to the commit graph. @@ -17476,7 +17476,7 @@ paths: maximum: 100 required: - max_file_size - - &629 + - &630 title: workflows description: Require all changes made to a targeted branch to pass the specified workflows before they can be merged. @@ -17525,7 +17525,7 @@ paths: - repository_id required: - workflows - - &630 + - &631 title: code_scanning description: Choose which tools must provide code scanning results before the reference is updated. When configured, code scanning @@ -18147,6 +18147,15 @@ paths: schema: type: boolean default: false + - &330 + 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 @@ -18154,7 +18163,7 @@ paths: application/json: schema: type: array - items: &330 + items: &331 type: object properties: number: *96 @@ -18170,14 +18179,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &643 + state: &644 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: &644 + resolution: &645 type: - string - 'null' @@ -18282,7 +18291,7 @@ paths: description: A boolean value representing whether or not alert is base64 encoded examples: - default: &331 + default: &332 value: - number: 2 created_at: '2020-11-06T18:48:51Z' @@ -18548,7 +18557,7 @@ paths: description: Response content: application/json: - schema: &333 + schema: &334 type: object properties: total_minutes_used: @@ -18618,7 +18627,7 @@ paths: - included_minutes - minutes_used_breakdown examples: - default: &334 + default: &335 value: total_minutes_used: 305 total_paid_minutes_used: 0 @@ -18649,7 +18658,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/billing#get-github-advanced-security-active-committers-for-an-enterprise parameters: - *39 - - &335 + - &336 name: advanced_security_product in: query description: The security product to get GitHub Advanced Security active committers @@ -18669,7 +18678,7 @@ paths: description: Success content: application/json: - schema: &336 + schema: &337 type: object properties: total_advanced_security_committers: @@ -18732,7 +18741,7 @@ paths: required: - repositories examples: - default: &337 + default: &338 value: total_advanced_security_committers: 2 total_count: 2 @@ -18972,7 +18981,7 @@ paths: description: Response content: application/json: - schema: &338 + schema: &339 type: object properties: total_gigabytes_bandwidth_used: @@ -18990,7 +18999,7 @@ paths: - total_paid_gigabytes_bandwidth_used - included_gigabytes_bandwidth examples: - default: &339 + default: &340 value: total_gigabytes_bandwidth_used: 50 total_paid_gigabytes_bandwidth_used: 40 @@ -19025,7 +19034,7 @@ paths: description: Response content: application/json: - schema: &340 + schema: &341 type: object properties: days_left_in_billing_cycle: @@ -19043,7 +19052,7 @@ paths: - estimated_paid_storage_for_month - estimated_storage_for_month examples: - default: &341 + default: &342 value: days_left_in_billing_cycle: 20 estimated_paid_storage_for_month: 15 @@ -19530,7 +19539,7 @@ paths: milestone: anyOf: - type: 'null' - - &487 + - &488 title: Milestone description: A collection of related issues and pull requests. @@ -19847,7 +19856,7 @@ paths: - author_association - created_at - updated_at - comment: &549 + comment: &550 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -20422,7 +20431,7 @@ paths: url: type: string format: uri - user: &700 + user: &701 title: Public User description: Public User type: object @@ -23779,14 +23788,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: - - &365 + - &366 name: owner description: The account owner of the repository. The name is not case sensitive. in: path required: true schema: type: string - - &366 + - &367 name: repo description: The name of the repository without the `.git` extension. The name is not case sensitive. @@ -23857,7 +23866,7 @@ paths: '404': *6 '403': *27 '304': *35 - '301': &379 + '301': &380 description: Moved permanently content: application/json: @@ -23879,7 +23888,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &578 + - &579 name: all description: If `true`, show notifications marked as read. in: query @@ -23887,7 +23896,7 @@ paths: schema: type: boolean default: false - - &579 + - &580 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -23897,7 +23906,7 @@ paths: type: boolean default: false - *139 - - &580 + - &581 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: @@ -24431,7 +24440,7 @@ paths: - url - subscription_url examples: - default: &581 + default: &582 value: - id: '1' repository: @@ -24984,7 +24993,7 @@ paths: type: array items: *57 examples: - default: &717 + default: &718 value: - login: github id: 1 @@ -25987,7 +25996,7 @@ paths: type: integer repository_cache_usages: type: array - items: &384 + items: &385 title: Actions Cache Usage by repository description: GitHub Actions Cache Usage by repository. type: object @@ -26660,7 +26669,7 @@ paths: type: array items: *62 examples: - default: &711 + default: &712 value: total_count: 1 repositories: @@ -27483,7 +27492,7 @@ paths: type: array items: *191 examples: - default: &703 + default: &704 value: total_count: 1 repositories: @@ -28527,7 +28536,7 @@ paths: description: Response content: application/json: - schema: &404 + schema: &405 title: ActionsPublicKey description: The public key used for setting Actions Secrets. type: object @@ -28562,7 +28571,7 @@ paths: - key_id - key examples: - default: &405 + default: &406 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -28975,7 +28984,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-organization-variables parameters: - *165 - - &389 + - &390 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)." @@ -29593,7 +29602,7 @@ paths: bundle_url: type: string examples: - default: &418 + default: &419 value: attestations: - bundle: @@ -29934,7 +29943,7 @@ paths: application/json: schema: type: array - items: &435 + items: &436 title: Secret scanning bypass request description: A bypass request made by a user asking to be exempted from push protection in this repository. @@ -30065,7 +30074,7 @@ paths: examples: - https://github.com/octo-org/smile/exemptions/1 examples: - default: &436 + default: &437 value: - id: 21 number: 42 @@ -30722,7 +30731,7 @@ paths: be returned. in: query required: false - schema: &446 + schema: &447 type: string description: Severity of a code scanning alert. enum: @@ -31735,7 +31744,7 @@ paths: machine: anyOf: - type: 'null' - - &475 + - &476 type: object title: Codespace machine description: A description of the machine powering a codespace. @@ -32687,7 +32696,7 @@ paths: - updated_at - visibility examples: - default: &476 + default: &477 value: total_count: 2 secrets: @@ -32725,7 +32734,7 @@ paths: description: Response content: application/json: - schema: &477 + schema: &478 title: CodespacesPublicKey description: The public key used for setting Codespaces secrets. type: object @@ -32760,7 +32769,7 @@ paths: - key_id - key examples: - default: &478 + default: &479 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -32792,7 +32801,7 @@ paths: application/json: schema: *236 examples: - default: &480 + default: &481 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -34493,7 +34502,7 @@ paths: description: Response content: application/json: - schema: &503 + schema: &504 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -34512,7 +34521,7 @@ paths: - key_id - key examples: - default: &504 + default: &505 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -34842,7 +34851,7 @@ paths: - *214 - *215 - *216 - - &512 + - &513 name: request_status description: The status of the dismissal request to filter on. When specified, only requests with this status will be returned. @@ -34868,7 +34877,7 @@ paths: application/json: schema: type: array - items: &513 + items: &514 title: Secret scanning alert dismissal request description: A dismissal request made by a user asking to close a secret scanning alert in this repository. @@ -34995,7 +35004,7 @@ paths: examples: - https://github.com/octo-org/smile/security/secret-scanning/17 examples: - default: &514 + default: &515 value: - id: 21 number: 42 @@ -35338,7 +35347,7 @@ paths: description: Response content: application/json: - schema: &360 + schema: &361 title: ExternalGroup description: Information about an external group's usage and its members type: object @@ -35428,7 +35437,7 @@ paths: member_name: Octo Lisa member_email: octo_lisa@github.com examples: - default: &361 + default: &362 value: group_id: '123' group_name: Octocat admins @@ -35483,7 +35492,7 @@ paths: description: Response content: application/json: - schema: &358 + schema: &359 title: ExternalGroups description: A list of external groups available to be connected to a team @@ -35523,7 +35532,7 @@ paths: group_name: group-azuread-test2 updated_at: 2021-06-03 22:27:15:000 -700 examples: - default: &359 + default: &360 value: groups: - group_id: '123' @@ -36852,7 +36861,7 @@ paths: application/json: schema: *20 examples: - default: &545 + default: &546 value: id: 1 account: @@ -37080,7 +37089,7 @@ paths: required: true content: application/json: - schema: &546 + schema: &547 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration @@ -37945,7 +37954,7 @@ paths: application/json: schema: *286 examples: - default: &474 + default: &475 value: id: 1 name: monalisa-octocat-hello-world-g4wpq6h95q @@ -39183,7 +39192,7 @@ paths: parameters: - *165 - *292 - - &716 + - &717 name: repo_name description: repo_name parameter in: path @@ -40516,7 +40525,7 @@ paths: - nuget - container - *165 - - &718 + - &719 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -40557,7 +40566,7 @@ paths: default: *298 '403': *27 '401': *23 - '400': &720 + '400': &721 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -41759,6 +41768,8 @@ paths: description: The registry type. enum: - maven_repository + - nuget_feed + - goproxy_server type: string username: description: The username to use when authenticating with @@ -41835,6 +41846,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 @@ -41919,6 +41932,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 @@ -42090,6 +42105,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 @@ -42422,7 +42439,7 @@ paths: '401': *23 '403': *27 '404': *6 - '410': &376 + '410': &377 description: Gone content: application/json: @@ -43181,7 +43198,7 @@ paths: description: Response content: application/json: - schema: &378 + schema: &379 title: Full Repository description: Full Repository type: object @@ -43646,7 +43663,7 @@ paths: description: Whether anonymous git access is allowed. default: true type: boolean - code_of_conduct: &493 + code_of_conduct: &494 title: Code Of Conduct Simple description: Code of Conduct Simple type: object @@ -43760,7 +43777,7 @@ paths: - network_count - subscribers_count examples: - default: &380 + default: &381 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -44313,7 +44330,7 @@ paths: - *165 - *17 - *19 - - &631 + - &632 name: targets description: | A comma-separated list of rule targets to filter by. @@ -44504,7 +44521,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#list-organization-rule-suites parameters: - *165 - - &632 + - &633 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 @@ -44516,14 +44533,14 @@ paths: x-multi-segment: true - *220 - *216 - - &633 + - &634 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 - - &634 + - &635 name: rule_suite_result description: The rule results to filter on. When specified, only suites with this result will be returned. @@ -44543,7 +44560,7 @@ paths: description: Response content: application/json: - schema: &635 + schema: &636 title: Rule Suites description: Response type: array @@ -44599,7 +44616,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &636 + default: &637 value: - id: 21 actor_id: 12 @@ -44643,7 +44660,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *165 - - &637 + - &638 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -44659,7 +44676,7 @@ paths: description: Response content: application/json: - schema: &638 + schema: &639 title: Rule Suite description: Response type: object @@ -44766,7 +44783,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &639 + default: &640 value: id: 21 actor_id: 12 @@ -45097,7 +45114,7 @@ paths: - *86 - *19 - *17 - - &641 + - &642 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 @@ -45107,7 +45124,7 @@ paths: required: false schema: type: string - - &642 + - &643 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 @@ -45120,6 +45137,7 @@ paths: - *327 - *328 - *329 + - *330 responses: '200': description: Response @@ -45127,9 +45145,9 @@ paths: application/json: schema: type: array - items: *330 + items: *331 examples: - default: *331 + default: *332 headers: Link: *38 '404': *6 @@ -45199,7 +45217,7 @@ paths: application/json: schema: type: array - items: &649 + items: &650 description: A repository security advisory. type: object properties: @@ -45443,7 +45461,7 @@ paths: login: type: string description: The username of the user credited. - type: *332 + type: *333 credits_detailed: type: - array @@ -45454,7 +45472,7 @@ paths: type: object properties: user: *4 - type: *332 + type: *333 state: type: string description: The state of the user's acceptance of the @@ -45518,7 +45536,7 @@ paths: - private_fork additionalProperties: false examples: - default: &650 + default: &651 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -45992,9 +46010,9 @@ paths: description: Response content: application/json: - schema: *333 + schema: *334 examples: - default: *334 + default: *335 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -46019,7 +46037,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/billing/billing#get-github-advanced-security-active-committers-for-an-organization parameters: - *165 - - *335 + - *336 - *17 - *19 responses: @@ -46027,9 +46045,9 @@ paths: description: Success content: application/json: - schema: *336 + schema: *337 examples: - default: *337 + default: *338 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -46057,9 +46075,9 @@ paths: description: Response content: application/json: - schema: *338 + schema: *339 examples: - default: *339 + default: *340 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -46087,9 +46105,9 @@ paths: description: Response content: application/json: - schema: *340 + schema: *341 examples: - default: *341 + default: *342 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -46129,7 +46147,7 @@ paths: type: array items: *109 examples: - default: *342 + default: *343 headers: Link: *38 x-github: @@ -46330,15 +46348,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: - *165 - - *343 + - *344 responses: '200': description: Response content: application/json: - schema: *344 + schema: *345 examples: - default: *345 + default: *346 headers: Link: *38 x-github: @@ -46376,7 +46394,7 @@ paths: description: Response content: application/json: - schema: &367 + schema: &368 title: GroupMapping description: External Groups to be mapped to a team for membership type: object @@ -46428,7 +46446,7 @@ paths: group_description: Another group of Developers working on AzureAD SAML SSO examples: - default: &368 + default: &369 value: groups: - group_id: '123' @@ -46636,7 +46654,7 @@ paths: description: Response content: application/json: - schema: &346 + schema: &347 title: Full Team description: Groups of organization members that gives permissions on specified repositories. @@ -47016,7 +47034,7 @@ paths: - repos_count - organization examples: - default: &347 + default: &348 value: id: 1 node_id: MDQ6VGVhbTE= @@ -47093,9 +47111,9 @@ paths: description: Response content: application/json: - schema: *346 + schema: *347 examples: - default: *347 + default: *348 '404': *6 x-github: githubCloudOnly: false @@ -47180,16 +47198,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *346 + schema: *347 examples: - default: *347 + default: *348 '201': description: Response content: application/json: - schema: *346 + schema: *347 examples: - default: *347 + default: *348 '404': *6 '422': *15 '403': *27 @@ -47259,7 +47277,7 @@ paths: application/json: schema: type: array - items: &348 + items: &349 title: Team Discussion description: A team discussion is a persistent record of a free-form conversation within a team. @@ -47370,7 +47388,7 @@ paths: - updated_at - url examples: - default: &690 + default: &691 value: - author: login: octocat @@ -47479,9 +47497,9 @@ paths: description: Response content: application/json: - schema: *348 + schema: *349 examples: - default: &349 + default: &350 value: author: login: octocat @@ -47555,7 +47573,7 @@ paths: parameters: - *165 - *294 - - &350 + - &351 name: discussion_number description: The number that identifies the discussion. in: path @@ -47567,9 +47585,9 @@ paths: description: Response content: application/json: - schema: *348 + schema: *349 examples: - default: *349 + default: *350 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47593,7 +47611,7 @@ paths: parameters: - *165 - *294 - - *350 + - *351 requestBody: required: false content: @@ -47616,9 +47634,9 @@ paths: description: Response content: application/json: - schema: *348 + schema: *349 examples: - default: &691 + default: &692 value: author: login: octocat @@ -47690,7 +47708,7 @@ paths: parameters: - *165 - *294 - - *350 + - *351 responses: '204': description: Response @@ -47718,7 +47736,7 @@ paths: parameters: - *165 - *294 - - *350 + - *351 - *86 - *17 - *19 @@ -47729,7 +47747,7 @@ paths: application/json: schema: type: array - items: &351 + items: &352 title: Team Discussion Comment description: A reply to a discussion within a team. type: object @@ -47809,7 +47827,7 @@ paths: - updated_at - url examples: - default: &692 + default: &693 value: - author: login: octocat @@ -47879,7 +47897,7 @@ paths: parameters: - *165 - *294 - - *350 + - *351 requestBody: required: true content: @@ -47901,9 +47919,9 @@ paths: description: Response content: application/json: - schema: *351 + schema: *352 examples: - default: &352 + default: &353 value: author: login: octocat @@ -47971,8 +47989,8 @@ paths: parameters: - *165 - *294 - - *350 - - &353 + - *351 + - &354 name: comment_number description: The number that identifies the comment. in: path @@ -47984,9 +48002,9 @@ paths: description: Response content: application/json: - schema: *351 + schema: *352 examples: - default: *352 + default: *353 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48010,8 +48028,8 @@ paths: parameters: - *165 - *294 - - *350 - - *353 + - *351 + - *354 requestBody: required: true content: @@ -48033,9 +48051,9 @@ paths: description: Response content: application/json: - schema: *351 + schema: *352 examples: - default: &693 + default: &694 value: author: login: octocat @@ -48101,8 +48119,8 @@ paths: parameters: - *165 - *294 - - *350 - - *353 + - *351 + - *354 responses: '204': description: Response @@ -48130,8 +48148,8 @@ paths: parameters: - *165 - *294 - - *350 - - *353 + - *351 + - *354 - 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. @@ -48157,7 +48175,7 @@ paths: application/json: schema: type: array - items: &354 + items: &355 title: Reaction description: Reactions to conversations provide a way to help people express their feelings more simply and effectively. @@ -48201,7 +48219,7 @@ paths: - content - created_at examples: - default: &356 + default: &357 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -48253,8 +48271,8 @@ paths: parameters: - *165 - *294 - - *350 - - *353 + - *351 + - *354 requestBody: required: true content: @@ -48287,9 +48305,9 @@ paths: team discussion comment content: application/json: - schema: *354 + schema: *355 examples: - default: &355 + default: &356 value: id: 1 node_id: MDg6UmVhY3Rpb24x @@ -48318,9 +48336,9 @@ paths: description: Response content: application/json: - schema: *354 + schema: *355 examples: - default: *355 + default: *356 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48345,9 +48363,9 @@ paths: parameters: - *165 - *294 - - *350 - - *353 - - &357 + - *351 + - *354 + - &358 name: reaction_id description: The unique identifier of the reaction. in: path @@ -48381,7 +48399,7 @@ paths: parameters: - *165 - *294 - - *350 + - *351 - 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. @@ -48407,9 +48425,9 @@ paths: application/json: schema: type: array - items: *354 + items: *355 examples: - default: *356 + default: *357 headers: Link: *38 x-github: @@ -48437,7 +48455,7 @@ paths: parameters: - *165 - *294 - - *350 + - *351 requestBody: required: true content: @@ -48469,16 +48487,16 @@ paths: description: Response content: application/json: - schema: *354 + schema: *355 examples: - default: *355 + default: *356 '201': description: Response content: application/json: - schema: *354 + schema: *355 examples: - default: *355 + default: *356 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -48503,8 +48521,8 @@ paths: parameters: - *165 - *294 - - *350 - - *357 + - *351 + - *358 responses: '204': description: Response @@ -48534,9 +48552,9 @@ paths: description: Response content: application/json: - schema: *358 + schema: *359 examples: - default: *359 + default: *360 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -48580,9 +48598,9 @@ paths: description: Response content: application/json: - schema: *360 + schema: *361 examples: - default: *361 + default: *362 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -48723,7 +48741,7 @@ paths: description: Response content: application/json: - schema: &362 + schema: &363 title: Team Membership description: Team Membership type: object @@ -48751,7 +48769,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &694 + response-if-user-is-a-team-maintainer: &695 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -48814,9 +48832,9 @@ paths: description: Response content: application/json: - schema: *362 + schema: *363 examples: - response-if-users-membership-with-team-is-now-pending: &695 + response-if-users-membership-with-team-is-now-pending: &696 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -48889,7 +48907,7 @@ paths: application/json: schema: type: array - items: &363 + items: &364 title: Team Project description: A team's access to a project. type: object @@ -48958,7 +48976,7 @@ paths: - updated_at - permissions examples: - default: &696 + default: &697 value: - owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -49023,7 +49041,7 @@ paths: parameters: - *165 - *294 - - &364 + - &365 name: project_id description: The unique identifier of the project. in: path @@ -49035,9 +49053,9 @@ paths: description: Response content: application/json: - schema: *363 + schema: *364 examples: - default: &697 + default: &698 value: owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -49101,7 +49119,7 @@ paths: parameters: - *165 - *294 - - *364 + - *365 requestBody: required: false content: @@ -49170,7 +49188,7 @@ paths: parameters: - *165 - *294 - - *364 + - *365 responses: '204': description: Response @@ -49241,14 +49259,14 @@ paths: parameters: - *165 - *294 - - *365 - *366 + - *367 responses: '200': description: Alternative response with repository permissions content: application/json: - schema: &698 + schema: &699 title: Team Repository description: A team's access to a repository. type: object @@ -49891,8 +49909,8 @@ paths: parameters: - *165 - *294 - - *365 - *366 + - *367 requestBody: required: false content: @@ -49939,8 +49957,8 @@ paths: parameters: - *165 - *294 - - *365 - *366 + - *367 responses: '204': description: Response @@ -49973,9 +49991,9 @@ paths: description: Response content: application/json: - schema: *367 + schema: *368 examples: - default: *368 + default: *369 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -50041,7 +50059,7 @@ paths: description: Response content: application/json: - schema: *367 + schema: *368 examples: default: value: @@ -50086,7 +50104,7 @@ paths: type: array items: *222 examples: - response-if-child-teams-exist: &699 + response-if-child-teams-exist: &700 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -50213,7 +50231,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#get-a-project-card parameters: - - &369 + - &370 name: card_id description: The unique identifier of the card. in: path @@ -50225,7 +50243,7 @@ paths: description: Response content: application/json: - schema: &370 + schema: &371 title: Project Card description: Project cards represent a scope of work. type: object @@ -50300,7 +50318,7 @@ paths: - created_at - updated_at examples: - default: &371 + default: &372 value: url: https://api.github.com/projects/columns/cards/1478 id: 1478 @@ -50356,7 +50374,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#update-an-existing-project-card parameters: - - *369 + - *370 requestBody: required: false content: @@ -50386,9 +50404,9 @@ paths: description: Response content: application/json: - schema: *370 + schema: *371 examples: - default: *371 + default: *372 '304': *35 '403': *27 '401': *23 @@ -50415,7 +50433,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#delete-a-project-card parameters: - - *369 + - *370 responses: '204': description: Response @@ -50459,7 +50477,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#move-a-project-card parameters: - - *369 + - *370 requestBody: required: true content: @@ -50572,7 +50590,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#get-a-project-column parameters: - - &372 + - &373 name: column_id description: The unique identifier of the column. in: path @@ -50584,7 +50602,7 @@ paths: description: Response content: application/json: - schema: &373 + schema: &374 title: Project Column description: Project columns contain cards of work. type: object @@ -50638,7 +50656,7 @@ paths: - created_at - updated_at examples: - default: &374 + default: &375 value: url: https://api.github.com/projects/columns/367 project_url: https://api.github.com/projects/120 @@ -50673,7 +50691,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#update-an-existing-project-column parameters: - - *372 + - *373 requestBody: required: true content: @@ -50698,9 +50716,9 @@ paths: description: Response content: application/json: - schema: *373 + schema: *374 examples: - default: *374 + default: *375 '304': *35 '403': *27 '401': *23 @@ -50725,7 +50743,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#delete-a-project-column parameters: - - *372 + - *373 responses: '204': description: Response @@ -50754,7 +50772,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#list-project-cards parameters: - - *372 + - *373 - name: archived_state description: Filters the project cards that are returned by the card's state. in: query @@ -50775,7 +50793,7 @@ paths: application/json: schema: type: array - items: *370 + items: *371 examples: default: value: @@ -50834,7 +50852,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#create-a-project-card parameters: - - *372 + - *373 requestBody: required: true content: @@ -50878,9 +50896,9 @@ paths: description: Response content: application/json: - schema: *370 + schema: *371 examples: - default: *371 + default: *372 '304': *35 '403': *27 '401': *23 @@ -50936,7 +50954,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#move-a-project-column parameters: - - *372 + - *373 requestBody: required: true content: @@ -50997,7 +51015,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#get-a-project parameters: - - *364 + - *365 responses: '200': description: Response @@ -51005,7 +51023,7 @@ paths: application/json: schema: *313 examples: - default: &375 + default: &376 value: owner_url: https://api.github.com/repos/api-playground/projects-test url: https://api.github.com/projects/1002604 @@ -51062,7 +51080,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#update-a-project parameters: - - *364 + - *365 requestBody: required: false content: @@ -51113,7 +51131,7 @@ paths: application/json: schema: *313 examples: - default: *375 + default: *376 '404': description: Not Found if the authenticated user does not have access to the project @@ -51134,7 +51152,7 @@ paths: items: type: string '401': *23 - '410': *376 + '410': *377 '422': *7 x-github: githubCloudOnly: false @@ -51157,7 +51175,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#delete-a-project parameters: - - *364 + - *365 responses: '204': description: Delete Success @@ -51178,7 +51196,7 @@ paths: items: type: string '401': *23 - '410': *376 + '410': *377 '404': *6 x-github: githubCloudOnly: false @@ -51202,7 +51220,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#list-project-collaborators parameters: - - *364 + - *365 - 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 @@ -51259,7 +51277,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#add-project-collaborator parameters: - - *364 + - *365 - *213 requestBody: required: false @@ -51314,7 +51332,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#remove-user-as-a-collaborator parameters: - - *364 + - *365 - *213 responses: '204': @@ -51346,7 +51364,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#get-project-permission-for-a-user parameters: - - *364 + - *365 - *213 responses: '200': @@ -51417,7 +51435,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#list-project-columns parameters: - - *364 + - *365 - *17 - *19 responses: @@ -51427,7 +51445,7 @@ paths: application/json: schema: type: array - items: *373 + items: *374 examples: default: value: @@ -51465,7 +51483,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#create-a-project-column parameters: - - *364 + - *365 requestBody: required: true content: @@ -51489,7 +51507,7 @@ paths: description: Response content: application/json: - schema: *373 + schema: *374 examples: default: value: @@ -51553,7 +51571,7 @@ paths: resources: type: object properties: - core: &377 + core: &378 title: Rate Limit type: object properties: @@ -51570,20 +51588,20 @@ paths: - remaining - reset - used - graphql: *377 - search: *377 - code_search: *377 - source_import: *377 - integration_manifest: *377 - code_scanning_upload: *377 - actions_runner_registration: *377 - scim: *377 - dependency_snapshots: *377 - code_scanning_autofix: *377 + graphql: *378 + search: *378 + code_search: *378 + source_import: *378 + integration_manifest: *378 + code_scanning_upload: *378 + actions_runner_registration: *378 + scim: *378 + dependency_snapshots: *378 + code_scanning_autofix: *378 required: - core - search - rate: *377 + rate: *378 required: - rate - resources @@ -51687,14 +51705,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository parameters: - - *365 - *366 + - *367 responses: '200': description: Response content: application/json: - schema: *378 + schema: *379 examples: default-response: summary: Default response @@ -52199,7 +52217,7 @@ paths: status: disabled '403': *27 '404': *6 - '301': *379 + '301': *380 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52217,8 +52235,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#update-a-repository parameters: - - *365 - *366 + - *367 requestBody: required: false content: @@ -52473,10 +52491,10 @@ paths: description: Response content: application/json: - schema: *378 + schema: *379 examples: - default: *380 - '307': &381 + default: *381 + '307': &382 description: Temporary Redirect content: application/json: @@ -52505,8 +52523,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#delete-a-repository parameters: - - *365 - *366 + - *367 responses: '204': description: Response @@ -52528,7 +52546,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': *381 + '307': *382 '404': *6 '409': *94 x-github: @@ -52552,11 +52570,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#list-artifacts-for-a-repository parameters: - - *365 - *366 + - *367 - *17 - *19 - - &396 + - &397 name: name description: The name field of an artifact. When specified, only artifacts with this name will be returned. @@ -52579,7 +52597,7 @@ paths: type: integer artifacts: type: array - items: &382 + items: &383 title: Artifact description: An artifact type: object @@ -52674,7 +52692,7 @@ paths: - expires_at - updated_at examples: - default: &397 + default: &398 value: total_count: 2 artifacts: @@ -52735,9 +52753,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#get-an-artifact parameters: - - *365 - *366 - - &383 + - *367 + - &384 name: artifact_id description: The unique identifier of the artifact. in: path @@ -52749,7 +52767,7 @@ paths: description: Response content: application/json: - schema: *382 + schema: *383 examples: default: value: @@ -52787,9 +52805,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#delete-an-artifact parameters: - - *365 - *366 - - *383 + - *367 + - *384 responses: '204': description: Response @@ -52813,9 +52831,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#download-an-artifact parameters: - - *365 - *366 - - *383 + - *367 + - *384 - name: archive_format in: path required: true @@ -52829,7 +52847,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': *376 + '410': *377 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52852,14 +52870,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: - - *365 - *366 + - *367 responses: '200': description: Response content: application/json: - schema: *384 + schema: *385 examples: default: value: @@ -52885,11 +52903,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: - - *365 - *366 + - *367 - *17 - *19 - - &385 + - &386 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 @@ -52923,7 +52941,7 @@ paths: description: Response content: application/json: - schema: &386 + schema: &387 title: Repository actions caches description: Repository actions caches type: object @@ -52973,7 +52991,7 @@ paths: - total_count - actions_caches examples: - default: &387 + default: &388 value: total_count: 1 actions_caches: @@ -53005,23 +53023,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: - - *365 - *366 + - *367 - name: key description: A key for identifying the cache. in: query required: true schema: type: string - - *385 + - *386 responses: '200': description: Response content: application/json: - schema: *386 + schema: *387 examples: - default: *387 + default: *388 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -53041,8 +53059,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: - - *365 - *366 + - *367 - name: cache_id description: The unique identifier of the GitHub Actions cache. in: path @@ -53073,9 +53091,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: - - *365 - *366 - - &388 + - *367 + - &389 name: job_id description: The unique identifier of the job. in: path @@ -53087,7 +53105,7 @@ paths: description: Response content: application/json: - schema: &400 + schema: &401 title: Job description: Information of a job execution in a workflow run type: object @@ -53434,9 +53452,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: - - *365 - *366 - - *388 + - *367 + - *389 responses: '302': description: Response @@ -53464,9 +53482,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: - - *365 - *366 - - *388 + - *367 + - *389 requestBody: required: false content: @@ -53512,8 +53530,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: - - *365 - *366 + - *367 responses: '200': description: Status response @@ -53563,8 +53581,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: - - *365 - *366 + - *367 requestBody: required: true content: @@ -53627,8 +53645,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-repository-organization-secrets parameters: - - *365 - *366 + - *367 - *17 - *19 responses: @@ -53646,7 +53664,7 @@ paths: type: integer secrets: type: array - items: &402 + items: &403 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -53667,7 +53685,7 @@ paths: - created_at - updated_at examples: - default: &403 + default: &404 value: total_count: 2 secrets: @@ -53700,9 +53718,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-repository-organization-variables parameters: - - *365 - *366 - - *389 + - *367 + - *390 - *19 responses: '200': @@ -53719,7 +53737,7 @@ paths: type: integer variables: type: array - items: &406 + items: &407 title: Actions Variable type: object properties: @@ -53753,7 +53771,7 @@ paths: - created_at - updated_at examples: - default: &407 + default: &408 value: total_count: 2 variables: @@ -53786,8 +53804,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: - - *365 - *366 + - *367 responses: '200': description: Response @@ -53796,7 +53814,7 @@ paths: schema: type: object properties: - enabled: &390 + enabled: &391 type: boolean description: Whether GitHub Actions is enabled on the repository. allowed_actions: *47 @@ -53829,8 +53847,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: - - *365 - *366 + - *367 responses: '204': description: Response @@ -53841,7 +53859,7 @@ paths: schema: type: object properties: - enabled: *390 + enabled: *391 allowed_actions: *47 required: - enabled @@ -53872,14 +53890,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: - - *365 - *366 + - *367 responses: '200': description: Response content: application/json: - schema: &391 + schema: &392 type: object properties: access_level: @@ -53897,7 +53915,7 @@ paths: required: - access_level examples: - default: &392 + default: &393 value: access_level: organization x-github: @@ -53922,15 +53940,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: - - *365 - *366 + - *367 requestBody: required: true content: application/json: - schema: *391 + schema: *392 examples: - default: *392 + default: *393 responses: '204': description: Response @@ -53954,8 +53972,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: - - *365 - *366 + - *367 responses: '200': description: Response @@ -53986,8 +54004,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: - - *365 - *366 + - *367 responses: '204': description: Response @@ -54019,8 +54037,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: - - *365 - *366 + - *367 responses: '200': description: Response @@ -54049,8 +54067,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: - - *365 - *366 + - *367 responses: '204': description: Success response @@ -54090,8 +54108,8 @@ paths: in: query schema: type: string - - *365 - *366 + - *367 - *17 - *19 responses: @@ -54135,8 +54153,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: - - *365 - *366 + - *367 responses: '200': description: Response @@ -54168,8 +54186,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: - - *365 - *366 + - *367 requestBody: required: true content: @@ -54243,8 +54261,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: - - *365 - *366 + - *367 responses: '201': description: Response @@ -54280,8 +54298,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: - - *365 - *366 + - *367 responses: '201': description: Response @@ -54311,8 +54329,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: - - *365 - *366 + - *367 - *59 responses: '200': @@ -54342,8 +54360,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: - - *365 - *366 + - *367 - *59 responses: '204': @@ -54370,8 +54388,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: - - *365 - *366 + - *367 - *59 responses: '200': *65 @@ -54396,8 +54414,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: - - *365 - *366 + - *367 - *59 requestBody: required: true @@ -54446,8 +54464,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: - - *365 - *366 + - *367 - *59 requestBody: required: true @@ -54497,8 +54515,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: - - *365 - *366 + - *367 - *59 responses: '200': *198 @@ -54528,8 +54546,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: - - *365 - *366 + - *367 - *59 - *199 responses: @@ -54559,9 +54577,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: - - *365 - *366 - - &410 + - *367 + - &411 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. @@ -54569,7 +54587,7 @@ paths: required: false schema: type: string - - &411 + - &412 name: branch description: Returns workflow runs associated with a branch. Use the name of the branch of the `push`. @@ -54577,7 +54595,7 @@ paths: required: false schema: type: string - - &412 + - &413 name: event description: Returns workflow run triggered by the event you specify. For example, `push`, `pull_request` or `issue`. For more information, see "[Events @@ -54586,7 +54604,7 @@ paths: required: false schema: type: string - - &413 + - &414 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 @@ -54613,7 +54631,7 @@ paths: - pending - *17 - *19 - - &414 + - &415 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)." @@ -54622,7 +54640,7 @@ paths: schema: type: string format: date-time - - &393 + - &394 name: exclude_pull_requests description: If `true` pull requests are omitted from the response (empty array). @@ -54631,13 +54649,13 @@ paths: schema: type: boolean default: false - - &415 + - &416 name: check_suite_id description: Returns workflow runs with the `check_suite_id` that you specify. in: query schema: type: integer - - &416 + - &417 name: head_sha description: Only returns workflow runs that are associated with the specified `head_sha`. @@ -54660,7 +54678,7 @@ paths: type: integer workflow_runs: type: array - items: &394 + items: &395 title: Workflow Run description: An invocation of a workflow type: object @@ -54777,7 +54795,7 @@ paths: type: - array - 'null' - items: &437 + items: &438 title: Pull Request Minimal type: object properties: @@ -54904,7 +54922,7 @@ paths: head_commit: anyOf: - type: 'null' - - &441 + - &442 title: Simple Commit description: A commit. type: object @@ -55019,7 +55037,7 @@ paths: - workflow_url - pull_requests examples: - default: &417 + default: &418 value: total_count: 1 workflow_runs: @@ -55255,24 +55273,24 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-a-workflow-run parameters: - - *365 - *366 - - &395 + - *367 + - &396 name: run_id description: The unique identifier of the workflow run. in: path required: true schema: type: integer - - *393 + - *394 responses: '200': description: Response content: application/json: - schema: *394 + schema: *395 examples: - default: &398 + default: &399 value: id: 30433642 name: Build @@ -55513,9 +55531,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#delete-a-workflow-run parameters: - - *365 - *366 - - *395 + - *367 + - *396 responses: '204': description: Response @@ -55538,9 +55556,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: - - *365 - *366 - - *395 + - *367 + - *396 responses: '200': description: Response @@ -55668,9 +55686,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: - - *365 - *366 - - *395 + - *367 + - *396 responses: '201': description: Response @@ -55703,12 +55721,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#list-workflow-run-artifacts parameters: - - *365 - *366 - - *395 + - *367 + - *396 - *17 - *19 - - *396 + - *397 responses: '200': description: Response @@ -55724,9 +55742,9 @@ paths: type: integer artifacts: type: array - items: *382 + items: *383 examples: - default: *397 + default: *398 headers: Link: *38 x-github: @@ -55750,25 +55768,25 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-a-workflow-run-attempt parameters: - - *365 - *366 - - *395 - - &399 + - *367 + - *396 + - &400 name: attempt_number description: The attempt number of the workflow run. in: path required: true schema: type: integer - - *393 + - *394 responses: '200': description: Response content: application/json: - schema: *394 + schema: *395 examples: - default: *398 + default: *399 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55791,10 +55809,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: - - *365 - *366 - - *395 - - *399 + - *367 + - *396 + - *400 - *17 - *19 responses: @@ -55812,9 +55830,9 @@ paths: type: integer jobs: type: array - items: *400 + items: *401 examples: - default: &401 + default: &402 value: total_count: 1 jobs: @@ -55927,10 +55945,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#download-workflow-run-attempt-logs parameters: - - *365 - *366 - - *395 - - *399 + - *367 + - *396 + - *400 responses: '302': description: Response @@ -55958,9 +55976,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#cancel-a-workflow-run parameters: - - *365 - *366 - - *395 + - *367 + - *396 responses: '202': description: Response @@ -55993,9 +56011,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: - - *365 - *366 - - *395 + - *367 + - *396 requestBody: required: true content: @@ -56062,9 +56080,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#force-cancel-a-workflow-run parameters: - - *365 - *366 - - *395 + - *367 + - *396 responses: '202': description: Response @@ -56097,9 +56115,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: - - *365 - *366 - - *395 + - *367 + - *396 - name: filter description: Filters jobs by their `completed_at` timestamp. `latest` returns jobs from the most recent execution of the workflow run. `all` returns all @@ -56129,9 +56147,9 @@ paths: type: integer jobs: type: array - items: *400 + items: *401 examples: - default: *401 + default: *402 headers: Link: *38 x-github: @@ -56156,9 +56174,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#download-workflow-run-logs parameters: - - *365 - *366 - - *395 + - *367 + - *396 responses: '302': description: Response @@ -56185,9 +56203,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#delete-workflow-run-logs parameters: - - *365 - *366 - - *395 + - *367 + - *396 responses: '204': description: Response @@ -56214,9 +56232,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: - - *365 - *366 - - *395 + - *367 + - *396 responses: '200': description: Response @@ -56285,7 +56303,7 @@ paths: items: type: object properties: - type: &515 + type: &516 type: string description: The type of reviewer. enum: @@ -56371,9 +56389,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: - - *365 - *366 - - *395 + - *367 + - *396 requestBody: required: true content: @@ -56423,7 +56441,7 @@ paths: application/json: schema: type: array - items: &507 + items: &508 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed @@ -56535,7 +56553,7 @@ paths: - created_at - updated_at examples: - default: &508 + default: &509 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -56591,9 +56609,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#re-run-a-workflow parameters: - - *365 - *366 - - *395 + - *367 + - *396 requestBody: required: false content: @@ -56638,9 +56656,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: - - *365 - *366 - - *395 + - *367 + - *396 requestBody: required: false content: @@ -56695,9 +56713,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-workflow-run-usage parameters: - - *365 - *366 - - *395 + - *367 + - *396 responses: '200': description: Response @@ -56834,8 +56852,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-repository-secrets parameters: - - *365 - *366 + - *367 - *17 - *19 responses: @@ -56853,9 +56871,9 @@ paths: type: integer secrets: type: array - items: *402 + items: *403 examples: - default: *403 + default: *404 headers: Link: *38 x-github: @@ -56880,16 +56898,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-a-repository-public-key parameters: - - *365 - *366 + - *367 responses: '200': description: Response content: application/json: - schema: *404 + schema: *405 examples: - default: *405 + default: *406 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56911,17 +56929,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-a-repository-secret parameters: - - *365 - *366 + - *367 - *201 responses: '200': description: Response content: application/json: - schema: *402 + schema: *403 examples: - default: &528 + default: &529 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -56947,8 +56965,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-a-repository-secret parameters: - - *365 - *366 + - *367 - *201 requestBody: required: true @@ -57006,8 +57024,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-a-repository-secret parameters: - - *365 - *366 + - *367 - *201 responses: '204': @@ -57033,9 +57051,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-repository-variables parameters: - - *365 - *366 - - *389 + - *367 + - *390 - *19 responses: '200': @@ -57052,9 +57070,9 @@ paths: type: integer variables: type: array - items: *406 + items: *407 examples: - default: *407 + default: *408 headers: Link: *38 x-github: @@ -57077,8 +57095,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#create-a-repository-variable parameters: - - *365 - *366 + - *367 requestBody: required: true content: @@ -57130,17 +57148,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-a-repository-variable parameters: - - *365 - *366 + - *367 - *204 responses: '200': description: Response content: application/json: - schema: *406 + schema: *407 examples: - default: &529 + default: &530 value: name: USERNAME value: octocat @@ -57166,8 +57184,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-a-repository-variable parameters: - - *365 - *366 + - *367 - *204 requestBody: required: true @@ -57210,8 +57228,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-a-repository-variable parameters: - - *365 - *366 + - *367 - *204 responses: '204': @@ -57237,8 +57255,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#list-repository-workflows parameters: - - *365 - *366 + - *367 - *17 - *19 responses: @@ -57256,7 +57274,7 @@ paths: type: integer workflows: type: array - items: &408 + items: &409 title: Workflow description: A GitHub Actions workflow type: object @@ -57374,9 +57392,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#get-a-workflow parameters: - - *365 - *366 - - &409 + - *367 + - &410 name: workflow_id in: path description: The ID of the workflow. You can also pass the workflow file name @@ -57391,7 +57409,7 @@ paths: description: Response content: application/json: - schema: *408 + schema: *409 examples: default: value: @@ -57424,9 +57442,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#disable-a-workflow parameters: - - *365 - *366 - - *409 + - *367 + - *410 responses: '204': description: Response @@ -57451,9 +57469,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#create-a-workflow-dispatch-event parameters: - - *365 - *366 - - *409 + - *367 + - *410 responses: '204': description: Response @@ -57504,9 +57522,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#enable-a-workflow parameters: - - *365 - *366 - - *409 + - *367 + - *410 responses: '204': description: Response @@ -57533,19 +57551,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: - - *365 - *366 - - *409 + - *367 - *410 - *411 - *412 - *413 + - *414 - *17 - *19 - - *414 - - *393 - *415 + - *394 - *416 + - *417 responses: '200': description: Response @@ -57561,9 +57579,9 @@ paths: type: integer workflow_runs: type: array - items: *394 + items: *395 examples: - default: *417 + default: *418 headers: Link: *38 x-github: @@ -57596,9 +57614,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#get-workflow-usage parameters: - - *365 - *366 - - *409 + - *367 + - *410 responses: '200': description: Response @@ -57659,8 +57677,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-activities parameters: - - *365 - *366 + - *367 - *86 - *17 - *84 @@ -57828,8 +57846,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#list-assignees parameters: - - *365 - *366 + - *367 - *17 - *19 responses: @@ -57866,8 +57884,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: - - *365 - *366 + - *367 - name: assignee in: path required: true @@ -57903,8 +57921,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#create-an-attestation parameters: - - *365 - *366 + - *367 requestBody: required: true content: @@ -58016,8 +58034,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-attestations parameters: - - *365 - *366 + - *367 - *17 - *84 - *85 @@ -58071,7 +58089,7 @@ paths: bundle_url: type: string examples: - default: *418 + default: *419 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58091,8 +58109,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/autolinks#get-all-autolinks-of-a-repository parameters: - - *365 - *366 + - *367 responses: '200': description: Response @@ -58100,7 +58118,7 @@ paths: application/json: schema: type: array - items: &419 + items: &420 title: Autolink reference description: An autolink reference. type: object @@ -58154,8 +58172,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: - - *365 - *366 + - *367 requestBody: required: true content: @@ -58194,9 +58212,9 @@ paths: description: response content: application/json: - schema: *419 + schema: *420 examples: - default: &420 + default: &421 value: id: 1 key_prefix: TICKET- @@ -58227,9 +58245,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: - - *365 - *366 - - &421 + - *367 + - &422 name: autolink_id description: The unique identifier of the autolink. in: path @@ -58241,9 +58259,9 @@ paths: description: Response content: application/json: - schema: *419 + schema: *420 examples: - default: *420 + default: *421 '404': *6 x-github: githubCloudOnly: false @@ -58263,9 +58281,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: - - *365 - *366 - - *421 + - *367 + - *422 responses: '204': description: Response @@ -58289,8 +58307,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: - - *365 - *366 + - *367 responses: '200': description: Response if Dependabot is enabled @@ -58340,8 +58358,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-dependabot-security-updates parameters: - - *365 - *366 + - *367 responses: '204': description: Response @@ -58362,8 +58380,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-dependabot-security-updates parameters: - - *365 - *366 + - *367 responses: '204': description: Response @@ -58383,8 +58401,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#list-branches parameters: - - *365 - *366 + - *367 - name: protected description: Setting to `true` returns only branches protected by branch protections or rulesets. When set to `false`, only unprotected branches are returned. @@ -58422,7 +58440,7 @@ paths: - url protected: type: boolean - protection: &423 + protection: &424 title: Branch Protection description: Branch Protection type: object @@ -58465,7 +58483,7 @@ paths: required: - contexts - checks - enforce_admins: &426 + enforce_admins: &427 title: Protected Branch Admin Enforced description: Protected Branch Admin Enforced type: object @@ -58482,7 +58500,7 @@ paths: required: - url - enabled - required_pull_request_reviews: &428 + required_pull_request_reviews: &429 title: Protected Branch Pull Request Review description: Protected Branch Pull Request Review type: object @@ -58566,7 +58584,7 @@ paths: required: - dismiss_stale_reviews - require_code_owner_reviews - restrictions: &425 + restrictions: &426 title: Branch Restriction Policy description: Branch Restriction Policy type: object @@ -58891,9 +58909,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#get-a-branch parameters: - - *365 - *366 - - &424 + - *367 + - &425 name: branch description: The name of the branch. Cannot contain wildcard characters. To use wildcard characters in branch names, use [the GraphQL API](https://docs.github.com/enterprise-cloud@latest//graphql). @@ -58907,14 +58925,14 @@ paths: description: Response content: application/json: - schema: &434 + schema: &435 title: Branch With Protection description: Branch With Protection type: object properties: name: type: string - commit: &483 + commit: &484 title: Commit description: Commit type: object @@ -58953,7 +58971,7 @@ paths: author: anyOf: - type: 'null' - - &422 + - &423 title: Git User description: Metaproperties for Git author/committer information. @@ -58974,7 +58992,7 @@ paths: committer: anyOf: - type: 'null' - - *422 + - *423 message: type: string examples: @@ -58998,7 +59016,7 @@ paths: required: - sha - url - verification: &535 + verification: &536 title: Verification type: object properties: @@ -59078,7 +59096,7 @@ paths: type: integer files: type: array - items: &495 + items: &496 title: Diff Entry description: Diff Entry type: object @@ -59172,7 +59190,7 @@ paths: - self protected: type: boolean - protection: *423 + protection: *424 protection_url: type: string format: uri @@ -59281,7 +59299,7 @@ paths: contexts: [] checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection - '301': *379 + '301': *380 '404': *6 x-github: githubCloudOnly: false @@ -59303,15 +59321,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-branch-protection parameters: - - *365 - *366 - - *424 + - *367 + - *425 responses: '200': description: Response content: application/json: - schema: *423 + schema: *424 examples: default: value: @@ -59505,9 +59523,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-branch-protection parameters: - - *365 - *366 - - *424 + - *367 + - *425 requestBody: required: true content: @@ -59767,7 +59785,7 @@ paths: url: type: string format: uri - required_status_checks: &431 + required_status_checks: &432 title: Status Check Policy description: Status Check Policy type: object @@ -59926,7 +59944,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *425 + restrictions: *426 required_conversation_resolution: type: object properties: @@ -60038,9 +60056,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-branch-protection parameters: - - *365 - *366 - - *424 + - *367 + - *425 responses: '204': description: Response @@ -60065,17 +60083,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-admin-branch-protection parameters: - - *365 - *366 - - *424 + - *367 + - *425 responses: '200': description: Response content: application/json: - schema: *426 + schema: *427 examples: - default: &427 + default: &428 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins enabled: true @@ -60097,17 +60115,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-admin-branch-protection parameters: - - *365 - *366 - - *424 + - *367 + - *425 responses: '200': description: Response content: application/json: - schema: *426 + schema: *427 examples: - default: *427 + default: *428 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60126,9 +60144,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-admin-branch-protection parameters: - - *365 - *366 - - *424 + - *367 + - *425 responses: '204': description: Response @@ -60153,17 +60171,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-pull-request-review-protection parameters: - - *365 - *366 - - *424 + - *367 + - *425 responses: '200': description: Response content: application/json: - schema: *428 + schema: *429 examples: - default: &429 + default: &430 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_pull_request_reviews dismissal_restrictions: @@ -60259,9 +60277,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-pull-request-review-protection parameters: - - *365 - *366 - - *424 + - *367 + - *425 requestBody: required: false content: @@ -60359,9 +60377,9 @@ paths: description: Response content: application/json: - schema: *428 + schema: *429 examples: - default: *429 + default: *430 '422': *15 x-github: githubCloudOnly: false @@ -60382,9 +60400,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-pull-request-review-protection parameters: - - *365 - *366 - - *424 + - *367 + - *425 responses: '204': description: Response @@ -60411,17 +60429,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-commit-signature-protection parameters: - - *365 - *366 - - *424 + - *367 + - *425 responses: '200': description: Response content: application/json: - schema: *426 + schema: *427 examples: - default: &430 + default: &431 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true @@ -60444,17 +60462,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#create-commit-signature-protection parameters: - - *365 - *366 - - *424 + - *367 + - *425 responses: '200': description: Response content: application/json: - schema: *426 + schema: *427 examples: - default: *430 + default: *431 '404': *6 x-github: githubCloudOnly: false @@ -60474,9 +60492,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-commit-signature-protection parameters: - - *365 - *366 - - *424 + - *367 + - *425 responses: '204': description: Response @@ -60501,17 +60519,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-status-checks-protection parameters: - - *365 - *366 - - *424 + - *367 + - *425 responses: '200': description: Response content: application/json: - schema: *431 + schema: *432 examples: - default: &432 + default: &433 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_status_checks strict: true @@ -60537,9 +60555,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-status-check-protection parameters: - - *365 - *366 - - *424 + - *367 + - *425 requestBody: required: false content: @@ -60591,9 +60609,9 @@ paths: description: Response content: application/json: - schema: *431 + schema: *432 examples: - default: *432 + default: *433 '404': *6 '422': *15 x-github: @@ -60615,9 +60633,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-status-check-protection parameters: - - *365 - *366 - - *424 + - *367 + - *425 responses: '204': description: Response @@ -60641,9 +60659,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-all-status-check-contexts parameters: - - *365 - *366 - - *424 + - *367 + - *425 responses: '200': description: Response @@ -60677,9 +60695,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-status-check-contexts parameters: - - *365 - *366 - - *424 + - *367 + - *425 requestBody: required: false content: @@ -60746,9 +60764,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-status-check-contexts parameters: - - *365 - *366 - - *424 + - *367 + - *425 requestBody: required: false content: @@ -60812,9 +60830,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-status-check-contexts parameters: - - *365 - *366 - - *424 + - *367 + - *425 requestBody: content: application/json: @@ -60880,15 +60898,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-access-restrictions parameters: - - *365 - *366 - - *424 + - *367 + - *425 responses: '200': description: Response content: application/json: - schema: *425 + schema: *426 examples: default: value: @@ -60979,9 +60997,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-access-restrictions parameters: - - *365 - *366 - - *424 + - *367 + - *425 responses: '204': description: Response @@ -61004,9 +61022,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: - - *365 - *366 - - *424 + - *367 + - *425 responses: '200': description: Response @@ -61016,7 +61034,7 @@ paths: type: array items: *5 examples: - default: &433 + default: &434 value: - id: 1 slug: octoapp @@ -61073,9 +61091,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-app-access-restrictions parameters: - - *365 - *366 - - *424 + - *367 + - *425 requestBody: required: true content: @@ -61109,7 +61127,7 @@ paths: type: array items: *5 examples: - default: *433 + default: *434 '422': *15 x-github: githubCloudOnly: false @@ -61130,9 +61148,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-app-access-restrictions parameters: - - *365 - *366 - - *424 + - *367 + - *425 requestBody: required: true content: @@ -61166,7 +61184,7 @@ paths: type: array items: *5 examples: - default: *433 + default: *434 '422': *15 x-github: githubCloudOnly: false @@ -61187,9 +61205,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-app-access-restrictions parameters: - - *365 - *366 - - *424 + - *367 + - *425 requestBody: required: true content: @@ -61223,7 +61241,7 @@ paths: type: array items: *5 examples: - default: *433 + default: *434 '422': *15 x-github: githubCloudOnly: false @@ -61245,9 +61263,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: - - *365 - *366 - - *424 + - *367 + - *425 responses: '200': description: Response @@ -61277,9 +61295,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-team-access-restrictions parameters: - - *365 - *366 - - *424 + - *367 + - *425 requestBody: required: false content: @@ -61338,9 +61356,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-team-access-restrictions parameters: - - *365 - *366 - - *424 + - *367 + - *425 requestBody: required: false content: @@ -61399,9 +61417,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-team-access-restrictions parameters: - - *365 - *366 - - *424 + - *367 + - *425 requestBody: content: application/json: @@ -61460,9 +61478,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: - - *365 - *366 - - *424 + - *367 + - *425 responses: '200': description: Response @@ -61496,9 +61514,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-user-access-restrictions parameters: - - *365 - *366 - - *424 + - *367 + - *425 requestBody: required: true content: @@ -61556,9 +61574,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-user-access-restrictions parameters: - - *365 - *366 - - *424 + - *367 + - *425 requestBody: required: true content: @@ -61616,9 +61634,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-user-access-restrictions parameters: - - *365 - *366 - - *424 + - *367 + - *425 requestBody: required: true content: @@ -61678,9 +61696,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#rename-a-branch parameters: - - *365 - *366 - - *424 + - *367 + - *425 requestBody: required: true content: @@ -61702,7 +61720,7 @@ paths: description: Response content: application/json: - schema: *434 + schema: *435 examples: default: value: @@ -61816,8 +61834,8 @@ paths: category: repos subcategory: bypass-requests parameters: - - *365 - *366 + - *367 - *214 - *215 - *216 @@ -61853,8 +61871,8 @@ paths: category: repos subcategory: bypass-requests parameters: - - *365 - *366 + - *367 - name: bypass_request_number in: path required: true @@ -61927,8 +61945,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *365 - *366 + - *367 - *214 - *215 - *216 @@ -61942,9 +61960,9 @@ paths: application/json: schema: type: array - items: *435 + items: *436 examples: - default: *436 + default: *437 '404': *6 '403': *27 '500': *83 @@ -61968,8 +61986,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *365 - *366 + - *367 - name: bypass_request_number in: path required: true @@ -61981,7 +61999,7 @@ paths: description: A single bypass request. content: application/json: - schema: *435 + schema: *436 examples: default: value: @@ -62039,8 +62057,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *365 - *366 + - *367 - name: bypass_request_number in: path required: true @@ -62111,8 +62129,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *365 - *366 + - *367 - name: bypass_response_id in: path required: true @@ -62145,8 +62163,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#create-a-check-run parameters: - - *365 - *366 + - *367 requestBody: required: true content: @@ -62425,7 +62443,7 @@ paths: description: Response content: application/json: - schema: &438 + schema: &439 title: CheckRun description: A check performed on the code of a given code change type: object @@ -62560,8 +62578,8 @@ paths: do not necessarily indicate pull requests that triggered the check. type: array - items: *437 - deployment: &749 + items: *438 + deployment: &750 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -62848,9 +62866,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#get-a-check-run parameters: - - *365 - *366 - - &439 + - *367 + - &440 name: check_run_id description: The unique identifier of the check run. in: path @@ -62862,9 +62880,9 @@ paths: description: Response content: application/json: - schema: *438 + schema: *439 examples: - default: &440 + default: &441 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -62964,9 +62982,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#update-a-check-run parameters: - - *365 - *366 - - *439 + - *367 + - *440 requestBody: required: true content: @@ -63206,9 +63224,9 @@ paths: description: Response content: application/json: - schema: *438 + schema: *439 examples: - default: *440 + default: *441 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63228,9 +63246,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#list-check-run-annotations parameters: - - *365 - *366 - - *439 + - *367 + - *440 - *17 - *19 responses: @@ -63340,9 +63358,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#rerequest-a-check-run parameters: - - *365 - *366 - - *439 + - *367 + - *440 responses: '201': description: Response @@ -63386,8 +63404,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#create-a-check-suite parameters: - - *365 - *366 + - *367 requestBody: required: true content: @@ -63409,7 +63427,7 @@ paths: description: Response when the suite already exists content: application/json: - schema: &442 + schema: &443 title: CheckSuite description: A suite of checks performed on the code of a given code change @@ -63491,7 +63509,7 @@ paths: type: - array - 'null' - items: *437 + items: *438 app: anyOf: - type: 'null' @@ -63507,7 +63525,7 @@ paths: - string - 'null' format: date-time - head_commit: *441 + head_commit: *442 latest_check_runs_count: type: integer check_runs_url: @@ -63535,7 +63553,7 @@ paths: - check_runs_url - pull_requests examples: - default: &443 + default: &444 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -63826,9 +63844,9 @@ paths: description: Response when the suite was created content: application/json: - schema: *442 + schema: *443 examples: - default: *443 + default: *444 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63847,8 +63865,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#update-repository-preferences-for-check-suites parameters: - - *365 - *366 + - *367 requestBody: required: true content: @@ -64157,9 +64175,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#get-a-check-suite parameters: - - *365 - *366 - - &444 + - *367 + - &445 name: check_suite_id description: The unique identifier of the check suite. in: path @@ -64171,9 +64189,9 @@ paths: description: Response content: application/json: - schema: *442 + schema: *443 examples: - default: *443 + default: *444 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64196,17 +64214,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: - - *365 - *366 - - *444 - - &490 + - *367 + - *445 + - &491 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &491 + - &492 name: status description: Returns check runs with the specified `status`. in: query @@ -64245,9 +64263,9 @@ paths: type: integer check_runs: type: array - items: *438 + items: *439 examples: - default: &492 + default: &493 value: total_count: 1 check_runs: @@ -64349,9 +64367,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#rerequest-a-check-suite parameters: - - *365 - *366 - - *444 + - *367 + - *445 responses: '201': description: Response @@ -64384,21 +64402,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: - - *365 - *366 + - *367 - *226 - *227 - *19 - *17 - - &460 + - &461 name: ref description: The Git reference for the results you want to list. The `ref` for a branch can be formatted either as `refs/heads/` or simply ``. To reference a pull request use `refs/pull//merge`. in: query required: false - schema: *445 - - &461 + schema: *446 + - &462 name: pr description: The number of the pull request for the results you want to list. in: query @@ -64429,7 +64447,7 @@ paths: be returned. in: query required: false - schema: *446 + schema: *447 responses: '200': description: Response @@ -64445,7 +64463,7 @@ paths: updated_at: *104 url: *101 html_url: *102 - instances_url: *447 + instances_url: *448 state: *89 fixed_at: *106 dismissed_by: @@ -64453,11 +64471,11 @@ paths: - type: 'null' - *4 dismissed_at: *105 - dismissed_reason: *448 - dismissed_comment: *449 - rule: *450 - tool: *451 - most_recent_instance: *452 + dismissed_reason: *449 + dismissed_comment: *450 + rule: *451 + tool: *452 + most_recent_instance: *453 dismissal_approved_by: anyOf: - type: 'null' @@ -64577,7 +64595,7 @@ paths: classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances '304': *35 - '403': &453 + '403': &454 description: Response if GitHub Advanced Security is not enabled for this repository content: @@ -64604,9 +64622,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: - - *365 - *366 - - &454 + - *367 + - &455 name: alert_number in: path description: The number that identifies an alert. You can find this at the @@ -64620,7 +64638,7 @@ paths: description: Response content: application/json: - schema: &455 + schema: &456 type: object properties: number: *96 @@ -64628,7 +64646,7 @@ paths: updated_at: *104 url: *101 html_url: *102 - instances_url: *447 + instances_url: *448 state: *89 fixed_at: *106 dismissed_by: @@ -64636,8 +64654,8 @@ paths: - type: 'null' - *4 dismissed_at: *105 - dismissed_reason: *448 - dismissed_comment: *449 + dismissed_reason: *449 + dismissed_comment: *450 rule: type: object properties: @@ -64699,8 +64717,8 @@ paths: - 'null' description: A link to the documentation for the rule used to detect the alert. - tool: *451 - most_recent_instance: *452 + tool: *452 + most_recent_instance: *453 dismissal_approved_by: anyOf: - type: 'null' @@ -64793,7 +64811,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '304': *35 - '403': *453 + '403': *454 '404': *6 '503': *130 x-github: @@ -64813,9 +64831,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: - - *365 - *366 - - *454 + - *367 + - *455 requestBody: required: true content: @@ -64830,8 +64848,8 @@ paths: enum: - open - dismissed - dismissed_reason: *448 - dismissed_comment: *449 + dismissed_reason: *449 + dismissed_comment: *450 create_request: type: boolean description: If `true`, attempt to create an alert dismissal request. @@ -64850,7 +64868,7 @@ paths: description: Response content: application/json: - schema: *455 + schema: *456 examples: default: value: @@ -64926,7 +64944,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '400': *14 - '403': &459 + '403': &460 description: Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository content: @@ -64953,15 +64971,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: - - *365 - *366 - - *454 + - *367 + - *455 responses: '200': description: Response content: application/json: - schema: &456 + schema: &457 type: object properties: status: @@ -64988,13 +65006,13 @@ paths: - description - started_at examples: - default: &457 + default: &458 value: status: success description: This fixes an XSS vulnerability by escaping the user input. started_at: '2024-02-14T12:29:18Z' - '400': &458 + '400': &459 description: Bad Request content: application/json: @@ -65005,7 +65023,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': *453 + '403': *454 '404': *6 '503': *130 x-github: @@ -65030,29 +65048,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: - - *365 - *366 - - *454 + - *367 + - *455 responses: '200': description: OK content: application/json: - schema: *456 + schema: *457 examples: - default: *457 + default: *458 '202': description: Accepted content: application/json: - schema: *456 + schema: *457 examples: default: value: status: pending description: started_at: '2024-02-14T12:29:18Z' - '400': *458 + '400': *459 '403': description: Response if the repository is archived, if GitHub Advanced Security is not enabled for this repository or if rate limit is exceeded @@ -65084,9 +65102,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: - - *365 - *366 - - *454 + - *367 + - *455 requestBody: required: false content: @@ -65132,8 +65150,8 @@ paths: value: target_ref: refs/heads/main sha: 178f4f6090b3fccad4a65b3e83d076a622d59652 - '400': *458 - '403': *459 + '400': *459 + '403': *460 '404': *6 '422': description: Unprocessable Entity @@ -65157,13 +65175,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: - - *365 - *366 - - *454 + - *367 + - *455 - *19 - *17 - - *460 - *461 + - *462 responses: '200': description: Response @@ -65171,7 +65189,7 @@ paths: application/json: schema: type: array - items: *452 + items: *453 examples: default: value: @@ -65210,7 +65228,7 @@ paths: end_column: 50 classifications: - source - '403': *453 + '403': *454 '404': *6 '503': *130 x-github: @@ -65244,25 +65262,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: - - *365 - *366 + - *367 - *226 - *227 - *19 - *17 - - *461 + - *462 - name: ref in: query description: The Git reference for the analyses you want to list. The `ref` for a branch can be formatted either as `refs/heads/` or simply ``. To reference a pull request use `refs/pull//merge`. required: false - schema: *445 + schema: *446 - name: sarif_id in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &464 + schema: &465 type: string description: An identifier for the upload. examples: @@ -65284,23 +65302,23 @@ paths: application/json: schema: type: array - items: &465 + items: &466 type: object properties: - ref: *445 - commit_sha: &473 + ref: *446 + commit_sha: &474 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: *462 + analysis_key: *463 environment: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *463 + category: *464 error: type: string examples: @@ -65325,8 +65343,8 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *464 - tool: *451 + sarif_id: *465 + tool: *452 deletable: type: boolean warning: @@ -65388,7 +65406,7 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *453 + '403': *454 '404': *6 '503': *130 x-github: @@ -65424,8 +65442,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: - - *365 - *366 + - *367 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -65438,7 +65456,7 @@ paths: description: Response content: application/json: - schema: *465 + schema: *466 examples: response: summary: application/json response @@ -65492,7 +65510,7 @@ paths: properties: - github/alertNumber: 2 - github/alertUrl: https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2 - '403': *453 + '403': *454 '404': *6 '422': description: Response if analysis could not be processed @@ -65579,8 +65597,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: - - *365 - *366 + - *367 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -65636,7 +65654,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': *459 + '403': *460 '404': *6 '503': *130 x-github: @@ -65658,8 +65676,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: - - *365 - *366 + - *367 responses: '200': description: Response @@ -65667,7 +65685,7 @@ paths: application/json: schema: type: array - items: &466 + items: &467 title: CodeQL Database description: A CodeQL database. type: object @@ -65779,7 +65797,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': *453 + '403': *454 '404': *6 '503': *130 x-github: @@ -65808,8 +65826,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: - - *365 - *366 + - *367 - name: language in: path description: The language of the CodeQL database. @@ -65821,7 +65839,7 @@ paths: description: Response content: application/json: - schema: *466 + schema: *467 examples: default: value: @@ -65853,9 +65871,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': &497 + '302': &498 description: Found - '403': *453 + '403': *454 '404': *6 '503': *130 x-github: @@ -65877,8 +65895,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#delete-a-codeql-database parameters: - - *365 - *366 + - *367 - name: language in: path description: The language of the CodeQL database. @@ -65888,7 +65906,7 @@ paths: responses: '204': description: Response - '403': *459 + '403': *460 '404': *6 '503': *130 x-github: @@ -65916,8 +65934,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: - - *365 - *366 + - *367 requestBody: required: true content: @@ -65926,7 +65944,7 @@ paths: type: object additionalProperties: false properties: - language: &467 + language: &468 type: string description: The language targeted by the CodeQL query enum: @@ -66005,7 +66023,7 @@ paths: description: Variant analysis submitted for processing content: application/json: - schema: &471 + schema: &472 title: Variant Analysis description: A run of a CodeQL query against one or more repositories. type: object @@ -66015,7 +66033,7 @@ paths: description: The ID of the variant analysis. controller_repo: *95 actor: *4 - query_language: *467 + query_language: *468 query_pack_url: type: string description: The download url for the query pack. @@ -66063,7 +66081,7 @@ paths: items: type: object properties: - repository: &468 + repository: &469 title: Repository Identifier description: Repository Identifier type: object @@ -66105,7 +66123,7 @@ paths: - private - stargazers_count - updated_at - analysis_status: &472 + analysis_status: &473 type: string description: The new status of the CodeQL variant analysis repository task. @@ -66137,7 +66155,7 @@ paths: from processing. This information is only available to the user that initiated the variant analysis. properties: - access_mismatch_repos: &469 + access_mismatch_repos: &470 type: object properties: repository_count: @@ -66152,7 +66170,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: *468 + items: *469 required: - repository_count - repositories @@ -66175,8 +66193,8 @@ paths: required: - repository_count - repository_full_names - no_codeql_db_repos: *469 - over_limit_repos: *469 + no_codeql_db_repos: *470 + over_limit_repos: *470 required: - access_mismatch_repos - not_found_repos @@ -66192,7 +66210,7 @@ paths: examples: repositories_parameter: summary: Response for a successful variant analysis submission - value: &470 + value: &471 summary: Default response value: id: 1 @@ -66344,10 +66362,10 @@ paths: private: false repository_owners: summary: Response for a successful variant analysis submission - value: *470 + value: *471 repository_lists: summary: Response for a successful variant analysis submission - value: *470 + value: *471 '404': *6 '422': description: Unable to process variant analysis submission @@ -66375,8 +66393,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: - - *365 - *366 + - *367 - name: codeql_variant_analysis_id in: path description: The unique identifier of the variant analysis. @@ -66388,9 +66406,9 @@ paths: description: Response content: application/json: - schema: *471 + schema: *472 examples: - default: *470 + default: *471 '404': *6 '503': *130 x-github: @@ -66413,7 +66431,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: - - *365 + - *366 - name: repo in: path description: The name of the controller repository. @@ -66448,7 +66466,7 @@ paths: type: object properties: repository: *95 - analysis_status: *472 + analysis_status: *473 artifact_size_in_bytes: type: integer description: The size of the artifact. This is only available @@ -66573,8 +66591,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: - - *365 - *366 + - *367 responses: '200': description: Response @@ -66656,7 +66674,7 @@ paths: query_suite: default updated_at: '2023-01-19T11:21:34Z' schedule: weekly - '403': *453 + '403': *454 '404': *6 '503': *130 x-github: @@ -66677,8 +66695,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: - - *365 - *366 + - *367 requestBody: required: true content: @@ -66762,7 +66780,7 @@ paths: value: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 - '403': *459 + '403': *460 '404': *6 '409': description: Response if there is already a validation run in progress with @@ -66827,8 +66845,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: - - *365 - *366 + - *367 requestBody: required: true content: @@ -66836,7 +66854,7 @@ paths: schema: type: object properties: - commit_sha: *473 + commit_sha: *474 ref: type: string description: |- @@ -66896,7 +66914,7 @@ paths: schema: type: object properties: - id: *464 + id: *465 url: type: string description: The REST API URL for checking the status of the upload. @@ -66910,7 +66928,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': *459 + '403': *460 '404': *6 '413': description: Payload Too Large if the sarif field is too large @@ -66933,8 +66951,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: - - *365 - *366 + - *367 - name: sarif_id description: The SARIF ID obtained after uploading. in: path @@ -66982,7 +67000,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': *453 + '403': *454 '404': description: Not Found if the sarif id does not match any upload '503': *130 @@ -67007,8 +67025,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: - - *365 - *366 + - *367 responses: '200': description: Response @@ -67089,8 +67107,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-codeowners-errors parameters: - - *365 - *366 + - *367 - 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 @@ -67218,8 +67236,8 @@ paths: parameters: - *17 - *19 - - *365 - *366 + - *367 responses: '200': description: Response @@ -67533,8 +67551,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#create-a-codespace-in-a-repository parameters: - - *365 - *366 + - *367 requestBody: required: true content: @@ -67600,7 +67618,7 @@ paths: application/json: schema: *286 examples: - default: *474 + default: *475 '202': description: Response when the codespace creation partially failed but is being retried in the background @@ -67608,7 +67626,7 @@ paths: application/json: schema: *286 examples: - default: *474 + default: *475 '400': *14 '401': *23 '403': *27 @@ -67637,8 +67655,8 @@ paths: parameters: - *17 - *19 - - *365 - *366 + - *367 responses: '200': description: Response @@ -67702,8 +67720,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: - - *365 - *366 + - *367 - name: location description: The location to check for available machines. Assigned by IP if not provided. @@ -67740,9 +67758,9 @@ paths: type: integer machines: type: array - items: *475 + items: *476 examples: - default: &706 + default: &707 value: total_count: 2 machines: @@ -67782,8 +67800,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-default-attributes-for-a-codespace parameters: - - *365 - *366 + - *367 - name: ref description: The branch or commit to check for a default devcontainer path. If not specified, the default branch will be checked. @@ -67870,8 +67888,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: - - *365 - *366 + - *367 - 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 @@ -67940,8 +67958,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#list-repository-secrets parameters: - - *365 - *366 + - *367 - *17 - *19 responses: @@ -67959,7 +67977,7 @@ paths: type: integer secrets: type: array - items: &479 + items: &480 title: Codespaces Secret description: Set repository secrets for GitHub Codespaces. type: object @@ -67980,7 +67998,7 @@ paths: - created_at - updated_at examples: - default: *476 + default: *477 headers: Link: *38 x-github: @@ -68003,16 +68021,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#get-a-repository-public-key parameters: - - *365 - *366 + - *367 responses: '200': description: Response content: application/json: - schema: *477 + schema: *478 examples: - default: *478 + default: *479 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -68032,17 +68050,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#get-a-repository-secret parameters: - - *365 - *366 + - *367 - *201 responses: '200': description: Response content: application/json: - schema: *479 + schema: *480 examples: - default: *480 + default: *481 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68062,8 +68080,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: - - *365 - *366 + - *367 - *201 requestBody: required: true @@ -68116,8 +68134,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#delete-a-repository-secret parameters: - - *365 - *366 + - *367 - *201 responses: '204': @@ -68146,8 +68164,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#list-repository-collaborators parameters: - - *365 - *366 + - *367 - name: affiliation description: Filter collaborators returned by their affiliation. `outside` means all outside collaborators of an organization-owned repository. `direct` @@ -68185,7 +68203,7 @@ paths: application/json: schema: type: array - items: &481 + items: &482 title: Collaborator description: Collaborator type: object @@ -68378,8 +68396,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: - - *365 - *366 + - *367 - *213 responses: '204': @@ -68426,8 +68444,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#add-a-repository-collaborator parameters: - - *365 - *366 + - *367 - *213 requestBody: required: false @@ -68454,7 +68472,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &548 + schema: &549 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -68682,8 +68700,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#remove-a-repository-collaborator parameters: - - *365 - *366 + - *367 - *213 responses: '204': @@ -68715,8 +68733,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#get-repository-permissions-for-a-user parameters: - - *365 - *366 + - *367 - *213 responses: '200': @@ -68737,7 +68755,7 @@ paths: user: anyOf: - type: 'null' - - *481 + - *482 required: - permission - role_name @@ -68791,8 +68809,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#list-commit-comments-for-a-repository parameters: - - *365 - *366 + - *367 - *17 - *19 responses: @@ -68802,7 +68820,7 @@ paths: application/json: schema: type: array - items: &482 + items: &483 title: Commit Comment description: Commit Comment type: object @@ -68860,7 +68878,7 @@ paths: - created_at - updated_at examples: - default: &485 + default: &486 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -68919,17 +68937,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#get-a-commit-comment parameters: - - *365 - *366 + - *367 - *148 responses: '200': description: Response content: application/json: - schema: *482 + schema: *483 examples: - default: &486 + default: &487 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -68986,8 +69004,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#update-a-commit-comment parameters: - - *365 - *366 + - *367 - *148 requestBody: required: true @@ -69010,7 +69028,7 @@ paths: description: Response content: application/json: - schema: *482 + schema: *483 examples: default: value: @@ -69061,8 +69079,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#delete-a-commit-comment parameters: - - *365 - *366 + - *367 - *148 responses: '204': @@ -69084,8 +69102,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-commit-comment parameters: - - *365 - *366 + - *367 - *148 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -69112,9 +69130,9 @@ paths: application/json: schema: type: array - items: *354 + items: *355 examples: - default: *356 + default: *357 headers: Link: *38 '404': *6 @@ -69135,8 +69153,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-commit-comment parameters: - - *365 - *366 + - *367 - *148 requestBody: required: true @@ -69169,16 +69187,16 @@ paths: description: Reaction exists content: application/json: - schema: *354 + schema: *355 examples: - default: *355 + default: *356 '201': description: Reaction created content: application/json: - schema: *354 + schema: *355 examples: - default: *355 + default: *356 '422': *15 x-github: githubCloudOnly: false @@ -69200,10 +69218,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-commit-comment-reaction parameters: - - *365 - *366 + - *367 - *148 - - *357 + - *358 responses: '204': description: Response @@ -69252,8 +69270,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-commits parameters: - - *365 - *366 + - *367 - name: sha description: 'SHA or branch to start listing commits from. Default: the repository’s default branch (usually `main`).' @@ -69309,9 +69327,9 @@ paths: application/json: schema: type: array - items: *483 + items: *484 examples: - default: &596 + default: &597 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -69405,9 +69423,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-branches-for-head-commit parameters: - - *365 - *366 - - &484 + - *367 + - &485 name: commit_sha description: The SHA of the commit. in: path @@ -69479,9 +69497,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#list-commit-comments parameters: - - *365 - *366 - - *484 + - *367 + - *485 - *17 - *19 responses: @@ -69491,9 +69509,9 @@ paths: application/json: schema: type: array - items: *482 + items: *483 examples: - default: *485 + default: *486 headers: Link: *38 x-github: @@ -69521,9 +69539,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#create-a-commit-comment parameters: - - *365 - *366 - - *484 + - *367 + - *485 requestBody: required: true content: @@ -69558,9 +69576,9 @@ paths: description: Response content: application/json: - schema: *482 + schema: *483 examples: - default: *486 + default: *487 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -69588,9 +69606,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: - - *365 - *366 - - *484 + - *367 + - *485 - *17 - *19 responses: @@ -69600,7 +69618,7 @@ paths: application/json: schema: type: array - items: &587 + items: &588 title: Pull Request Simple description: Pull Request Simple type: object @@ -69720,7 +69738,7 @@ paths: milestone: anyOf: - type: 'null' - - *487 + - *488 active_lock_reason: type: - string @@ -69819,7 +69837,7 @@ paths: _links: type: object properties: - comments: &488 + comments: &489 title: Link description: Hypermedia Link type: object @@ -69828,13 +69846,13 @@ paths: type: string required: - href - commits: *488 - statuses: *488 - html: *488 - issue: *488 - review_comments: *488 - review_comment: *488 - self: *488 + commits: *489 + statuses: *489 + html: *489 + issue: *489 + review_comments: *489 + review_comment: *489 + self: *489 required: - comments - commits @@ -69845,7 +69863,7 @@ paths: - review_comment - self author_association: *136 - auto_merge: &589 + auto_merge: &590 title: Auto merge description: The status of auto merging a pull request. type: @@ -69910,7 +69928,7 @@ paths: - author_association - auto_merge examples: - default: &588 + default: &589 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -70447,11 +70465,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#get-a-commit parameters: - - *365 - *366 + - *367 - *19 - *17 - - &489 + - &490 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)" @@ -70466,9 +70484,9 @@ paths: description: Response content: application/json: - schema: *483 + schema: *484 examples: - default: &575 + default: &576 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -70581,11 +70599,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: - - *365 - *366 - - *489 + - *367 - *490 - *491 + - *492 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -70619,9 +70637,9 @@ paths: type: integer check_runs: type: array - items: *438 + items: *439 examples: - default: *492 + default: *493 headers: Link: *38 x-github: @@ -70646,9 +70664,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: - - *365 - *366 - - *489 + - *367 + - *490 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -70656,7 +70674,7 @@ paths: schema: type: integer example: 1 - - *490 + - *491 - *17 - *19 responses: @@ -70674,7 +70692,7 @@ paths: type: integer check_suites: type: array - items: *442 + items: *443 examples: default: value: @@ -70874,9 +70892,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: - - *365 - *366 - - *489 + - *367 + - *490 - *17 - *19 responses: @@ -71078,9 +71096,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#list-commit-statuses-for-a-reference parameters: - - *365 - *366 - - *489 + - *367 + - *490 - *17 - *19 responses: @@ -71090,7 +71108,7 @@ paths: application/json: schema: type: array - items: &654 + items: &655 title: Status description: The status of a commit. type: object @@ -71171,7 +71189,7 @@ paths: site_admin: false headers: Link: *38 - '301': *379 + '301': *380 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71199,8 +71217,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/community#get-community-profile-metrics parameters: - - *365 - *366 + - *367 responses: '200': description: Response @@ -71233,11 +71251,11 @@ paths: code_of_conduct: anyOf: - type: 'null' - - *493 + - *494 code_of_conduct_file: anyOf: - type: 'null' - - &494 + - &495 title: Community Health File type: object properties: @@ -71257,19 +71275,19 @@ paths: contributing: anyOf: - type: 'null' - - *494 + - *495 readme: anyOf: - type: 'null' - - *494 + - *495 issue_template: anyOf: - type: 'null' - - *494 + - *495 pull_request_template: anyOf: - type: 'null' - - *494 + - *495 required: - code_of_conduct - code_of_conduct_file @@ -71398,8 +71416,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#compare-two-commits parameters: - - *365 - *366 + - *367 - *19 - *17 - name: basehead @@ -71447,8 +71465,8 @@ paths: format: uri examples: - https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *483 - merge_base_commit: *483 + base_commit: *484 + merge_base_commit: *484 status: type: string enum: @@ -71472,10 +71490,10 @@ paths: - 6 commits: type: array - items: *483 + items: *484 files: type: array - items: *495 + items: *496 required: - url - html_url @@ -71761,8 +71779,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-repository-content parameters: - - *365 - *366 + - *367 - name: path description: path parameter in: path @@ -71915,7 +71933,7 @@ paths: - type - url examples: - response-if-content-is-a-file: &496 + response-if-content-is-a-file: &497 summary: Response if content is a file value: type: file @@ -72052,7 +72070,7 @@ paths: - size - type - url - - &601 + - &602 title: Content File description: Content File type: object @@ -72270,7 +72288,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *496 + response-if-content-is-a-file: *497 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -72339,7 +72357,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *27 - '302': *497 + '302': *498 '304': *35 x-github: githubCloudOnly: false @@ -72362,8 +72380,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#create-or-update-file-contents parameters: - - *365 - *366 + - *367 - name: path description: path parameter in: path @@ -72458,7 +72476,7 @@ paths: description: Response content: application/json: - schema: &498 + schema: &499 title: File Commit description: File Commit type: object @@ -72614,7 +72632,7 @@ paths: description: Response content: application/json: - schema: *498 + schema: *499 examples: example-for-creating-a-file: value: @@ -72668,7 +72686,7 @@ paths: schema: oneOf: - *3 - - &530 + - &531 description: Repository rule violation was detected type: object properties: @@ -72689,7 +72707,7 @@ paths: items: type: object properties: - placeholder_id: &646 + placeholder_id: &647 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -72721,8 +72739,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#delete-a-file parameters: - - *365 - *366 + - *367 - name: path description: path parameter in: path @@ -72783,7 +72801,7 @@ paths: description: Response content: application/json: - schema: *498 + schema: *499 examples: default: value: @@ -72838,8 +72856,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-contributors parameters: - - *365 - *366 + - *367 - name: anon description: Set to `1` or `true` to include anonymous contributors in results. in: query @@ -72963,8 +72981,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#list-dependabot-alerts-for-a-repository parameters: - - *365 - *366 + - *367 - *242 - *243 - *244 @@ -73007,7 +73025,7 @@ paths: application/json: schema: type: array - items: &501 + items: &502 type: object description: A Dependabot alert. properties: @@ -73057,7 +73075,7 @@ paths: - direct - transitive - - security_advisory: *499 + security_advisory: *500 security_vulnerability: *100 url: *101 html_url: *102 @@ -73088,7 +73106,7 @@ paths: dismissal. maxLength: 280 fixed_at: *106 - auto_dismissed_at: *500 + auto_dismissed_at: *501 required: - number - state @@ -73318,9 +73336,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#get-a-dependabot-alert parameters: - - *365 - *366 - - &502 + - *367 + - &503 name: alert_number in: path description: |- @@ -73335,7 +73353,7 @@ paths: description: Response content: application/json: - schema: *501 + schema: *502 examples: default: value: @@ -73448,9 +73466,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#update-a-dependabot-alert parameters: - - *365 - *366 - - *502 + - *367 + - *503 requestBody: required: true content: @@ -73495,7 +73513,7 @@ paths: description: Response content: application/json: - schema: *501 + schema: *502 examples: default: value: @@ -73624,8 +73642,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#list-repository-secrets parameters: - - *365 - *366 + - *367 - *17 - *19 responses: @@ -73643,7 +73661,7 @@ paths: type: integer secrets: type: array - items: &505 + items: &506 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -73697,16 +73715,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-a-repository-public-key parameters: - - *365 - *366 + - *367 responses: '200': description: Response content: application/json: - schema: *503 + schema: *504 examples: - default: *504 + default: *505 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73726,15 +73744,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-a-repository-secret parameters: - - *365 - *366 + - *367 - *201 responses: '200': description: Response content: application/json: - schema: *505 + schema: *506 examples: default: value: @@ -73760,8 +73778,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#create-or-update-a-repository-secret parameters: - - *365 - *366 + - *367 - *201 requestBody: required: true @@ -73814,8 +73832,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#delete-a-repository-secret parameters: - - *365 - *366 + - *367 - *201 responses: '204': @@ -73838,8 +73856,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: - - *365 - *366 + - *367 - 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 @@ -74013,8 +74031,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: - - *365 - *366 + - *367 responses: '200': description: Response @@ -74274,8 +74292,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: - - *365 - *366 + - *367 requestBody: required: true content: @@ -74358,7 +74376,7 @@ paths: - version - url additionalProperties: false - metadata: &506 + metadata: &507 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -74397,7 +74415,7 @@ paths: examples: - "/src/build/package-lock.json" additionalProperties: false - metadata: *506 + metadata: *507 resolved: type: object description: A collection of resolved package dependencies. @@ -74411,7 +74429,7 @@ paths: pattern: "^pkg" examples: - pkg:/npm/%40actions/http-client@1.0.11 - metadata: *506 + metadata: *507 relationship: type: string description: A notation of whether a dependency is requested @@ -74544,8 +74562,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#list-deployments parameters: - - *365 - *366 + - *367 - name: sha description: The SHA recorded at creation time. in: query @@ -74586,9 +74604,9 @@ paths: application/json: schema: type: array - items: *507 + items: *508 examples: - default: *508 + default: *509 headers: Link: *38 x-github: @@ -74654,8 +74672,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#create-a-deployment parameters: - - *365 - *366 + - *367 requestBody: required: true content: @@ -74737,7 +74755,7 @@ paths: description: Response content: application/json: - schema: *507 + schema: *508 examples: simple-example: summary: Simple example @@ -74810,9 +74828,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#get-a-deployment parameters: - - *365 - *366 - - &509 + - *367 + - &510 name: deployment_id description: deployment_id parameter in: path @@ -74824,7 +74842,7 @@ paths: description: Response content: application/json: - schema: *507 + schema: *508 examples: default: value: @@ -74889,9 +74907,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#delete-a-deployment parameters: - - *365 - *366 - - *509 + - *367 + - *510 responses: '204': description: Response @@ -74913,9 +74931,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#list-deployment-statuses parameters: - - *365 - *366 - - *509 + - *367 + - *510 - *17 - *19 responses: @@ -74925,7 +74943,7 @@ paths: application/json: schema: type: array - items: &510 + items: &511 title: Deployment Status description: The status of a deployment. type: object @@ -75089,9 +75107,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#create-a-deployment-status parameters: - - *365 - *366 - - *509 + - *367 + - *510 requestBody: required: true content: @@ -75166,9 +75184,9 @@ paths: description: Response content: application/json: - schema: *510 + schema: *511 examples: - default: &511 + default: &512 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -75224,9 +75242,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#get-a-deployment-status parameters: - - *365 - *366 - - *509 + - *367 + - *510 - name: status_id in: path required: true @@ -75237,9 +75255,9 @@ paths: description: Response content: application/json: - schema: *510 + schema: *511 examples: - default: *511 + default: *512 '404': *6 x-github: githubCloudOnly: false @@ -75266,12 +75284,12 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *365 - *366 + - *367 - *214 - *215 - *216 - - *512 + - *513 - *17 - *19 responses: @@ -75281,9 +75299,9 @@ paths: application/json: schema: type: array - items: *513 + items: *514 examples: - default: *514 + default: *515 '404': *6 '403': *27 '500': *83 @@ -75308,8 +75326,8 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *365 - *366 + - *367 - name: alert_number in: path required: true @@ -75321,7 +75339,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *513 + schema: *514 examples: default: value: @@ -75379,8 +75397,8 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *365 - *366 + - *367 - name: alert_number in: path required: true @@ -75449,8 +75467,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#create-a-repository-dispatch-event parameters: - - *365 - *366 + - *367 requestBody: required: true content: @@ -75507,8 +75525,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#list-environments parameters: - - *365 - *366 + - *367 - *17 - *19 responses: @@ -75526,7 +75544,7 @@ paths: - 5 environments: type: array - items: &516 + items: &517 title: Environment description: Details of a deployment environment type: object @@ -75588,7 +75606,7 @@ paths: type: string examples: - wait_timer - wait_timer: &518 + wait_timer: &519 type: integer description: The amount of time to delay a job after the job is initially triggered. The time (in minutes) @@ -75630,7 +75648,7 @@ paths: items: type: object properties: - type: *515 + type: *516 reviewer: anyOf: - *4 @@ -75657,7 +75675,7 @@ paths: - id - node_id - type - deployment_branch_policy: &519 + deployment_branch_policy: &520 type: - object - 'null' @@ -75774,9 +75792,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#get-an-environment parameters: - - *365 - *366 - - &517 + - *367 + - &518 name: environment_name in: path required: true @@ -75789,9 +75807,9 @@ paths: description: Response content: application/json: - schema: *516 + schema: *517 examples: - default: &520 + default: &521 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -75875,9 +75893,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#create-or-update-an-environment parameters: - - *365 - *366 - - *517 + - *367 + - *518 requestBody: required: false content: @@ -75887,7 +75905,7 @@ paths: - object - 'null' properties: - wait_timer: *518 + wait_timer: *519 prevent_self_review: type: boolean description: Whether or not a user who created the job is prevented @@ -75906,14 +75924,14 @@ paths: items: type: object properties: - type: *515 + type: *516 id: type: integer description: The id of the user or team who can review the deployment examples: - 4532992 - deployment_branch_policy: *519 + deployment_branch_policy: *520 additionalProperties: false examples: default: @@ -75933,9 +75951,9 @@ paths: description: Response content: application/json: - schema: *516 + schema: *517 examples: - default: *520 + default: *521 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -75959,9 +75977,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#delete-an-environment parameters: - - *365 - *366 - - *517 + - *367 + - *518 responses: '204': description: Default response @@ -75986,9 +76004,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#list-deployment-branch-policies parameters: - - *365 - *366 - - *517 + - *367 + - *518 - *17 - *19 responses: @@ -76007,7 +76025,7 @@ paths: - 2 branch_policies: type: array - items: &521 + items: &522 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -76068,9 +76086,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#create-a-deployment-branch-policy parameters: - - *365 - *366 - - *517 + - *367 + - *518 requestBody: required: true content: @@ -76118,9 +76136,9 @@ paths: description: Response content: application/json: - schema: *521 + schema: *522 examples: - example-wildcard: &522 + example-wildcard: &523 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -76162,10 +76180,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#get-a-deployment-branch-policy parameters: - - *365 - *366 - - *517 - - &523 + - *367 + - *518 + - &524 name: branch_policy_id in: path required: true @@ -76177,9 +76195,9 @@ paths: description: Response content: application/json: - schema: *521 + schema: *522 examples: - default: *522 + default: *523 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76198,10 +76216,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#update-a-deployment-branch-policy parameters: - - *365 - *366 - - *517 - - *523 + - *367 + - *518 + - *524 requestBody: required: true content: @@ -76230,9 +76248,9 @@ paths: description: Response content: application/json: - schema: *521 + schema: *522 examples: - default: *522 + default: *523 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76251,10 +76269,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#delete-a-deployment-branch-policy parameters: - - *365 - *366 - - *517 - - *523 + - *367 + - *518 + - *524 responses: '204': description: Response @@ -76279,9 +76297,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: - - *517 + - *518 + - *367 - *366 - - *365 responses: '200': description: List of deployment protection rules @@ -76298,7 +76316,7 @@ paths: - 10 custom_deployment_protection_rules: type: array - items: &524 + items: &525 title: Deployment protection rule description: Deployment protection rule type: object @@ -76320,7 +76338,7 @@ paths: for the environment. examples: - true - app: &525 + app: &526 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -76423,9 +76441,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: - - *517 + - *518 + - *367 - *366 - - *365 requestBody: content: application/json: @@ -76446,9 +76464,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *524 + schema: *525 examples: - default: &526 + default: &527 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -76483,9 +76501,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: - - *517 + - *518 + - *367 - *366 - - *365 - *19 - *17 responses: @@ -76505,7 +76523,7 @@ paths: - 35 available_custom_deployment_protection_rule_integrations: type: array - items: *525 + items: *526 examples: default: value: @@ -76540,10 +76558,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: - - *365 - *366 - - *517 - - &527 + - *367 + - *518 + - &528 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -76555,9 +76573,9 @@ paths: description: Response content: application/json: - schema: *524 + schema: *525 examples: - default: *526 + default: *527 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76578,10 +76596,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: - - *517 + - *518 + - *367 - *366 - - *365 - - *527 + - *528 responses: '204': description: Response @@ -76607,9 +76625,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-environment-secrets parameters: - - *365 - *366 - - *517 + - *367 + - *518 - *17 - *19 responses: @@ -76627,9 +76645,9 @@ paths: type: integer secrets: type: array - items: *402 + items: *403 examples: - default: *403 + default: *404 headers: Link: *38 x-github: @@ -76654,17 +76672,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-environment-public-key parameters: - - *365 - *366 - - *517 + - *367 + - *518 responses: '200': description: Response content: application/json: - schema: *404 + schema: *405 examples: - default: *405 + default: *406 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76686,18 +76704,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-environment-secret parameters: - - *365 - *366 - - *517 + - *367 + - *518 - *201 responses: '200': description: Response content: application/json: - schema: *402 + schema: *403 examples: - default: *528 + default: *529 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76719,9 +76737,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-an-environment-secret parameters: - - *365 - *366 - - *517 + - *367 + - *518 - *201 requestBody: required: true @@ -76779,9 +76797,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-an-environment-secret parameters: - - *365 - *366 - - *517 + - *367 + - *518 - *201 responses: '204': @@ -76807,10 +76825,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-environment-variables parameters: - - *365 - *366 - - *517 - - *389 + - *367 + - *518 + - *390 - *19 responses: '200': @@ -76827,9 +76845,9 @@ paths: type: integer variables: type: array - items: *406 + items: *407 examples: - default: *407 + default: *408 headers: Link: *38 x-github: @@ -76852,9 +76870,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#create-an-environment-variable parameters: - - *365 - *366 - - *517 + - *367 + - *518 requestBody: required: true content: @@ -76906,18 +76924,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-an-environment-variable parameters: - - *365 - *366 - - *517 + - *367 + - *518 - *204 responses: '200': description: Response content: application/json: - schema: *406 + schema: *407 examples: - default: *529 + default: *530 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76938,10 +76956,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-an-environment-variable parameters: - - *365 - *366 + - *367 - *204 - - *517 + - *518 requestBody: required: true content: @@ -76983,10 +77001,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-an-environment-variable parameters: - - *365 - *366 + - *367 - *204 - - *517 + - *518 responses: '204': description: Response @@ -77008,8 +77026,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-repository-events parameters: - - *365 - *366 + - *367 - *17 - *19 responses: @@ -77086,8 +77104,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/forks#list-forks parameters: - - *365 - *366 + - *367 - name: sort description: The sort order. `stargazers` will sort by star count. in: query @@ -77246,8 +77264,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/forks#create-a-fork parameters: - - *365 - *366 + - *367 requestBody: required: false content: @@ -77280,9 +77298,9 @@ paths: description: Response content: application/json: - schema: *378 + schema: *379 examples: - default: *380 + default: *381 '400': *14 '422': *15 '403': *27 @@ -77303,8 +77321,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/blobs#create-a-blob parameters: - - *365 - *366 + - *367 requestBody: required: true content: @@ -77364,7 +77382,7 @@ paths: schema: oneOf: - *174 - - *530 + - *531 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77389,8 +77407,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/blobs#get-a-blob parameters: - - *365 - *366 + - *367 - name: file_sha in: path required: true @@ -77490,8 +77508,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/commits#create-a-commit parameters: - - *365 - *366 + - *367 requestBody: required: true content: @@ -77600,7 +77618,7 @@ paths: description: Response content: application/json: - schema: &531 + schema: &532 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -77827,15 +77845,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/commits#get-a-commit-object parameters: - - *365 - *366 - - *484 + - *367 + - *485 responses: '200': description: Response content: application/json: - schema: *531 + schema: *532 examples: default: value: @@ -77891,9 +77909,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#list-matching-references parameters: - - *365 - *366 - - &532 + - *367 + - &533 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. @@ -77910,7 +77928,7 @@ paths: application/json: schema: type: array - items: &533 + items: &534 title: Git Reference description: Git references within a repository type: object @@ -77986,17 +78004,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#get-a-reference parameters: - - *365 - *366 - - *532 + - *367 + - *533 responses: '200': description: Response content: application/json: - schema: *533 + schema: *534 examples: - default: &534 + default: &535 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -78025,8 +78043,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#create-a-reference parameters: - - *365 - *366 + - *367 requestBody: required: true content: @@ -78055,9 +78073,9 @@ paths: description: Response content: application/json: - schema: *533 + schema: *534 examples: - default: *534 + default: *535 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -78083,9 +78101,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#update-a-reference parameters: - - *365 - *366 - - *532 + - *367 + - *533 requestBody: required: true content: @@ -78114,9 +78132,9 @@ paths: description: Response content: application/json: - schema: *533 + schema: *534 examples: - default: *534 + default: *535 '422': *15 '409': *94 x-github: @@ -78134,9 +78152,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#delete-a-reference parameters: - - *365 - *366 - - *532 + - *367 + - *533 responses: '204': description: Response @@ -78191,8 +78209,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/tags#create-a-tag-object parameters: - - *365 - *366 + - *367 requestBody: required: true content: @@ -78259,7 +78277,7 @@ paths: description: Response content: application/json: - schema: &536 + schema: &537 title: Git Tag description: Metadata for a Git tag type: object @@ -78315,7 +78333,7 @@ paths: - sha - type - url - verification: *535 + verification: *536 required: - sha - url @@ -78325,7 +78343,7 @@ paths: - tag - message examples: - default: &537 + default: &538 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -78398,8 +78416,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/tags#get-a-tag parameters: - - *365 - *366 + - *367 - name: tag_sha in: path required: true @@ -78410,9 +78428,9 @@ paths: description: Response content: application/json: - schema: *536 + schema: *537 examples: - default: *537 + default: *538 '404': *6 '409': *94 x-github: @@ -78436,8 +78454,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/trees#create-a-tree parameters: - - *365 - *366 + - *367 requestBody: required: true content: @@ -78511,7 +78529,7 @@ paths: description: Response content: application/json: - schema: &538 + schema: &539 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -78613,8 +78631,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/trees#get-a-tree parameters: - - *365 - *366 + - *367 - name: tree_sha description: The SHA1 value or ref (branch or tag) name of the tree. in: path @@ -78637,7 +78655,7 @@ paths: description: Response content: application/json: - schema: *538 + schema: *539 examples: default-response: summary: Default response @@ -78696,8 +78714,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#list-repository-webhooks parameters: - - *365 - *366 + - *367 - *17 - *19 responses: @@ -78707,7 +78725,7 @@ paths: application/json: schema: type: array - items: &539 + items: &540 title: Webhook description: Webhooks for repositories. type: object @@ -78770,7 +78788,7 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &780 + last_response: &781 title: Hook Response type: object properties: @@ -78847,8 +78865,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#create-a-repository-webhook parameters: - - *365 - *366 + - *367 requestBody: required: false content: @@ -78901,9 +78919,9 @@ paths: description: Response content: application/json: - schema: *539 + schema: *540 examples: - default: &540 + default: &541 value: type: Repository id: 12345678 @@ -78951,17 +78969,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#get-a-repository-webhook parameters: - - *365 - *366 + - *367 - *257 responses: '200': description: Response content: application/json: - schema: *539 + schema: *540 examples: - default: *540 + default: *541 '404': *6 x-github: githubCloudOnly: false @@ -78981,8 +78999,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#update-a-repository-webhook parameters: - - *365 - *366 + - *367 - *257 requestBody: required: true @@ -79028,9 +79046,9 @@ paths: description: Response content: application/json: - schema: *539 + schema: *540 examples: - default: *540 + default: *541 '422': *15 '404': *6 x-github: @@ -79051,8 +79069,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#delete-a-repository-webhook parameters: - - *365 - *366 + - *367 - *257 responses: '204': @@ -79077,8 +79095,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: - - *365 - *366 + - *367 - *257 responses: '200': @@ -79106,8 +79124,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: - - *365 - *366 + - *367 - *257 requestBody: required: false @@ -79152,8 +79170,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#list-deliveries-for-a-repository-webhook parameters: - - *365 - *366 + - *367 - *257 - *17 - *258 @@ -79185,8 +79203,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: - - *365 - *366 + - *367 - *257 - *16 responses: @@ -79215,8 +79233,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: - - *365 - *366 + - *367 - *257 - *16 responses: @@ -79240,8 +79258,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#ping-a-repository-webhook parameters: - - *365 - *366 + - *367 - *257 responses: '204': @@ -79267,8 +79285,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#test-the-push-repository-webhook parameters: - - *365 - *366 + - *367 - *257 responses: '204': @@ -79327,14 +79345,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-an-import-status parameters: - - *365 - *366 + - *367 responses: '200': description: Response content: application/json: - schema: &541 + schema: &542 title: Import description: A repository import from an external source. type: object @@ -79441,7 +79459,7 @@ paths: - html_url - authors_url examples: - default: &544 + default: &545 value: vcs: subversion use_lfs: true @@ -79457,7 +79475,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': &542 + '503': &543 description: Unavailable due to service under maintenance. content: application/json: @@ -79486,8 +79504,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#start-an-import parameters: - - *365 - *366 + - *367 requestBody: required: true content: @@ -79535,7 +79553,7 @@ paths: description: Response content: application/json: - schema: *541 + schema: *542 examples: default: value: @@ -79560,7 +79578,7 @@ paths: type: string '422': *15 '404': *6 - '503': *542 + '503': *543 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79588,8 +79606,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#update-an-import parameters: - - *365 - *366 + - *367 requestBody: required: false content: @@ -79641,7 +79659,7 @@ paths: description: Response content: application/json: - schema: *541 + schema: *542 examples: example-1: summary: Example 1 @@ -79689,7 +79707,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': *542 + '503': *543 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79712,12 +79730,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#cancel-an-import parameters: - - *365 - *366 + - *367 responses: '204': description: Response - '503': *542 + '503': *543 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79743,9 +79761,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-commit-authors parameters: - - *365 - *366 - - &729 + - *367 + - &730 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -79759,7 +79777,7 @@ paths: application/json: schema: type: array - items: &543 + items: &544 title: Porter Author description: Porter Author type: object @@ -79813,7 +79831,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': *542 + '503': *543 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79838,8 +79856,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#map-a-commit-author parameters: - - *365 - *366 + - *367 - name: author_id in: path required: true @@ -79869,7 +79887,7 @@ paths: description: Response content: application/json: - schema: *543 + schema: *544 examples: default: value: @@ -79882,7 +79900,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *542 + '503': *543 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79906,8 +79924,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-large-files parameters: - - *365 - *366 + - *367 responses: '200': description: Response @@ -79948,7 +79966,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *542 + '503': *543 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79976,8 +79994,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#update-git-lfs-preference parameters: - - *365 - *366 + - *367 requestBody: required: true content: @@ -80004,11 +80022,11 @@ paths: description: Response content: application/json: - schema: *541 + schema: *542 examples: - default: *544 + default: *545 '422': *15 - '503': *542 + '503': *543 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80031,8 +80049,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: - - *365 - *366 + - *367 responses: '200': description: Response @@ -80040,8 +80058,8 @@ paths: application/json: schema: *20 examples: - default: *545 - '301': *379 + default: *546 + '301': *380 '404': *6 x-github: githubCloudOnly: false @@ -80061,8 +80079,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#get-interaction-restrictions-for-a-repository parameters: - - *365 - *366 + - *367 responses: '200': description: Response @@ -80075,7 +80093,7 @@ paths: properties: {} additionalProperties: false examples: - default: &547 + default: &548 value: limit: collaborators_only origin: repository @@ -80100,13 +80118,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#set-interaction-restrictions-for-a-repository parameters: - - *365 - *366 + - *367 requestBody: required: true content: application/json: - schema: *546 + schema: *547 examples: default: summary: Example request body @@ -80120,7 +80138,7 @@ paths: application/json: schema: *275 examples: - default: *547 + default: *548 '409': description: Response x-github: @@ -80142,8 +80160,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#remove-interaction-restrictions-for-a-repository parameters: - - *365 - *366 + - *367 responses: '204': description: Response @@ -80166,8 +80184,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#list-repository-invitations parameters: - - *365 - *366 + - *367 - *17 - *19 responses: @@ -80177,9 +80195,9 @@ paths: application/json: schema: type: array - items: *548 + items: *549 examples: - default: &722 + default: &723 value: - id: 1 repository: @@ -80310,8 +80328,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#update-a-repository-invitation parameters: - - *365 - *366 + - *367 - *279 requestBody: required: false @@ -80341,7 +80359,7 @@ paths: description: Response content: application/json: - schema: *548 + schema: *549 examples: default: value: @@ -80472,8 +80490,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#delete-a-repository-invitation parameters: - - *365 - *366 + - *367 - *279 responses: '204': @@ -80505,8 +80523,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#list-repository-issues parameters: - - *365 - *366 + - *367 - 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 @@ -80579,7 +80597,7 @@ paths: type: array items: *149 examples: - default: &557 + default: &558 value: - id: 1 node_id: MDU6SXNzdWUx @@ -80727,7 +80745,7 @@ paths: state_reason: completed headers: Link: *38 - '301': *379 + '301': *380 '422': *15 '404': *6 x-github: @@ -80756,8 +80774,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#create-an-issue parameters: - - *365 - *366 + - *367 requestBody: required: true content: @@ -80849,7 +80867,7 @@ paths: application/json: schema: *149 examples: - default: &552 + default: &553 value: id: 1 node_id: MDU6SXNzdWUx @@ -81005,7 +81023,7 @@ paths: '422': *15 '503': *130 '404': *6 - '410': *376 + '410': *377 x-github: triggersNotification: true githubCloudOnly: false @@ -81033,8 +81051,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#list-issue-comments-for-a-repository parameters: - - *365 - *366 + - *367 - *158 - name: direction description: Either `asc` or `desc`. Ignored without the `sort` parameter. @@ -81055,9 +81073,9 @@ paths: application/json: schema: type: array - items: *549 + items: *550 examples: - default: &554 + default: &555 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -81115,17 +81133,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#get-an-issue-comment parameters: - - *365 - *366 + - *367 - *148 responses: '200': description: Response content: application/json: - schema: *549 + schema: *550 examples: - default: &550 + default: &551 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -81179,8 +81197,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#update-an-issue-comment parameters: - - *365 - *366 + - *367 - *148 requestBody: required: true @@ -81203,9 +81221,9 @@ paths: description: Response content: application/json: - schema: *549 + schema: *550 examples: - default: *550 + default: *551 '422': *15 x-github: githubCloudOnly: false @@ -81223,8 +81241,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#delete-an-issue-comment parameters: - - *365 - *366 + - *367 - *148 responses: '204': @@ -81245,8 +81263,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-an-issue-comment parameters: - - *365 - *366 + - *367 - *148 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -81273,9 +81291,9 @@ paths: application/json: schema: type: array - items: *354 + items: *355 examples: - default: *356 + default: *357 headers: Link: *38 '404': *6 @@ -81296,8 +81314,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-an-issue-comment parameters: - - *365 - *366 + - *367 - *148 requestBody: required: true @@ -81330,16 +81348,16 @@ paths: description: Reaction exists content: application/json: - schema: *354 + schema: *355 examples: - default: *355 + default: *356 '201': description: Reaction created content: application/json: - schema: *354 + schema: *355 examples: - default: *355 + default: *356 '422': *15 x-github: githubCloudOnly: false @@ -81361,10 +81379,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-an-issue-comment-reaction parameters: - - *365 - *366 + - *367 - *148 - - *357 + - *358 responses: '204': description: Response @@ -81384,8 +81402,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#list-issue-events-for-a-repository parameters: - - *365 - *366 + - *367 - *17 - *19 responses: @@ -81395,7 +81413,7 @@ paths: application/json: schema: type: array - items: &551 + items: &552 title: Issue Event description: Issue Event type: object @@ -81734,8 +81752,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#get-an-issue-event parameters: - - *365 - *366 + - *367 - name: event_id in: path required: true @@ -81746,7 +81764,7 @@ paths: description: Response content: application/json: - schema: *551 + schema: *552 examples: default: value: @@ -81939,7 +81957,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *376 + '410': *377 '403': *27 x-github: githubCloudOnly: false @@ -81973,9 +81991,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue parameters: - - *365 - *366 - - &553 + - *367 + - &554 name: issue_number description: The number that identifies the issue. in: path @@ -81989,10 +82007,10 @@ paths: application/json: schema: *149 examples: - default: *552 - '301': *379 + default: *553 + '301': *380 '404': *6 - '410': *376 + '410': *377 '304': *35 x-github: githubCloudOnly: false @@ -82017,9 +82035,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#update-an-issue parameters: - - *365 - *366 - - *553 + - *367 + - *554 requestBody: required: false content: @@ -82139,13 +82157,13 @@ paths: application/json: schema: *149 examples: - default: *552 + default: *553 '422': *15 '503': *130 '403': *27 - '301': *379 + '301': *380 '404': *6 - '410': *376 + '410': *377 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82163,9 +82181,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#add-assignees-to-an-issue parameters: - - *365 - *366 - - *553 + - *367 + - *554 requestBody: required: false content: @@ -82193,7 +82211,7 @@ paths: application/json: schema: *149 examples: - default: *552 + default: *553 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82209,9 +82227,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#remove-assignees-from-an-issue parameters: - - *365 - *366 - - *553 + - *367 + - *554 requestBody: content: application/json: @@ -82238,7 +82256,7 @@ paths: application/json: schema: *149 examples: - default: *552 + default: *553 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82260,9 +82278,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: - - *365 - *366 - - *553 + - *367 + - *554 - name: assignee in: path required: true @@ -82302,9 +82320,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#list-issue-comments parameters: - - *365 - *366 - - *553 + - *367 + - *554 - *139 - *17 - *19 @@ -82315,13 +82333,13 @@ paths: application/json: schema: type: array - items: *549 + items: *550 examples: - default: *554 + default: *555 headers: Link: *38 '404': *6 - '410': *376 + '410': *377 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82350,9 +82368,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#create-an-issue-comment parameters: - - *365 - *366 - - *553 + - *367 + - *554 requestBody: required: true content: @@ -82374,16 +82392,16 @@ paths: description: Response content: application/json: - schema: *549 + schema: *550 examples: - default: *550 + default: *551 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *27 - '410': *376 + '410': *377 '422': *15 '404': *6 x-github: @@ -82403,9 +82421,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#list-issue-events parameters: - - *365 - *366 - - *553 + - *367 + - *554 - *17 - *19 responses: @@ -82419,7 +82437,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &558 + - &559 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -82468,7 +82486,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &559 + - &560 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -82596,7 +82614,7 @@ paths: - performed_via_github_app - assignee - assigner - - &560 + - &561 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -82642,7 +82660,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &561 + - &562 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -82688,7 +82706,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &562 + - &563 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -82737,7 +82755,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &563 + - &564 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -82779,7 +82797,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &564 + - &565 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -82821,7 +82839,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &565 + - &566 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -82877,7 +82895,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &566 + - &567 title: Locked Issue Event description: Locked Issue Event type: object @@ -82922,7 +82940,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &567 + - &568 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -82983,7 +83001,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &568 + - &569 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -83044,7 +83062,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &569 + - &570 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -83105,7 +83123,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &570 + - &571 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -83198,7 +83216,7 @@ paths: color: red headers: Link: *38 - '410': *376 + '410': *377 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83215,9 +83233,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-an-issue parameters: - - *365 - *366 - - *553 + - *367 + - *554 - *17 - *19 responses: @@ -83227,7 +83245,7 @@ paths: application/json: schema: type: array - items: &555 + items: &556 title: Label description: Color-coded labels help you categorize and filter your issues (just like labels in Gmail). @@ -83282,7 +83300,7 @@ paths: - color - default examples: - default: &556 + default: &557 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -83300,9 +83318,9 @@ paths: default: false headers: Link: *38 - '301': *379 + '301': *380 '404': *6 - '410': *376 + '410': *377 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83319,9 +83337,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#add-labels-to-an-issue parameters: - - *365 - *366 - - *553 + - *367 + - *554 requestBody: required: false content: @@ -83380,12 +83398,12 @@ paths: application/json: schema: type: array - items: *555 + items: *556 examples: - default: *556 - '301': *379 + default: *557 + '301': *380 '404': *6 - '410': *376 + '410': *377 '422': *15 x-github: githubCloudOnly: false @@ -83402,9 +83420,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#set-labels-for-an-issue parameters: - - *365 - *366 - - *553 + - *367 + - *554 requestBody: required: false content: @@ -83464,12 +83482,12 @@ paths: application/json: schema: type: array - items: *555 + items: *556 examples: - default: *556 - '301': *379 + default: *557 + '301': *380 '404': *6 - '410': *376 + '410': *377 '422': *15 x-github: githubCloudOnly: false @@ -83486,15 +83504,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#remove-all-labels-from-an-issue parameters: - - *365 - *366 - - *553 + - *367 + - *554 responses: '204': description: Response - '301': *379 + '301': *380 '404': *6 - '410': *376 + '410': *377 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83513,9 +83531,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#remove-a-label-from-an-issue parameters: - - *365 - *366 - - *553 + - *367 + - *554 - name: name in: path required: true @@ -83528,7 +83546,7 @@ paths: application/json: schema: type: array - items: *555 + items: *556 examples: default: value: @@ -83539,9 +83557,9 @@ paths: description: Something isn't working color: f29513 default: true - '301': *379 + '301': *380 '404': *6 - '410': *376 + '410': *377 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83561,9 +83579,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#lock-an-issue parameters: - - *365 - *366 - - *553 + - *367 + - *554 requestBody: required: false content: @@ -83592,7 +83610,7 @@ paths: '204': description: Response '403': *27 - '410': *376 + '410': *377 '404': *6 '422': *15 x-github: @@ -83610,9 +83628,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#unlock-an-issue parameters: - - *365 - *366 - - *553 + - *367 + - *554 responses: '204': description: Response @@ -83634,9 +83652,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-an-issue parameters: - - *365 - *366 - - *553 + - *367 + - *554 - 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. @@ -83662,13 +83680,13 @@ paths: application/json: schema: type: array - items: *354 + items: *355 examples: - default: *356 + default: *357 headers: Link: *38 '404': *6 - '410': *376 + '410': *377 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83686,9 +83704,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-an-issue parameters: - - *365 - *366 - - *553 + - *367 + - *554 requestBody: required: true content: @@ -83720,16 +83738,16 @@ paths: description: Response content: application/json: - schema: *354 + schema: *355 examples: - default: *355 + default: *356 '201': description: Response content: application/json: - schema: *354 + schema: *355 examples: - default: *355 + default: *356 '422': *15 x-github: githubCloudOnly: false @@ -83751,10 +83769,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-an-issue-reaction parameters: - - *365 - *366 - - *553 - - *357 + - *367 + - *554 + - *358 responses: '204': description: Response @@ -83783,9 +83801,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#remove-sub-issue parameters: - - *365 - *366 - - *553 + - *367 + - *554 requestBody: required: true content: @@ -83809,7 +83827,7 @@ paths: application/json: schema: *149 examples: - default: *552 + default: *553 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -83842,9 +83860,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#list-sub-issues parameters: - - *365 - *366 - - *553 + - *367 + - *554 - *17 - *19 responses: @@ -83856,11 +83874,11 @@ paths: type: array items: *149 examples: - default: *557 + default: *558 headers: Link: *38 '404': *6 - '410': *376 + '410': *377 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83888,9 +83906,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#add-sub-issue parameters: - - *365 - *366 - - *553 + - *367 + - *554 requestBody: required: true content: @@ -83919,14 +83937,14 @@ paths: application/json: schema: *149 examples: - default: *552 + default: *553 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 schema: type: string '403': *27 - '410': *376 + '410': *377 '422': *15 '404': *6 x-github: @@ -83946,9 +83964,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#reprioritize-sub-issue parameters: - - *365 - *366 - - *553 + - *367 + - *554 requestBody: required: true content: @@ -83981,7 +83999,7 @@ paths: application/json: schema: *149 examples: - default: *552 + default: *553 '403': *27 '404': *6 '422': *7 @@ -84003,9 +84021,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/timeline#list-timeline-events-for-an-issue parameters: - - *365 - *366 - - *553 + - *367 + - *554 - *17 - *19 responses: @@ -84020,7 +84038,6 @@ paths: description: Timeline Event type: object anyOf: - - *558 - *559 - *560 - *561 @@ -84033,6 +84050,7 @@ paths: - *568 - *569 - *570 + - *571 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -84356,7 +84374,7 @@ paths: type: string comments: type: array - items: &590 + items: &591 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -84594,7 +84612,7 @@ paths: type: string comments: type: array - items: *482 + items: *483 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -84869,7 +84887,7 @@ paths: headers: Link: *38 '404': *6 - '410': *376 + '410': *377 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84886,8 +84904,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#list-deploy-keys parameters: - - *365 - *366 + - *367 - *17 - *19 responses: @@ -84897,7 +84915,7 @@ paths: application/json: schema: type: array - items: &571 + items: &572 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -84964,8 +84982,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#create-a-deploy-key parameters: - - *365 - *366 + - *367 requestBody: required: true content: @@ -85001,9 +85019,9 @@ paths: description: Response content: application/json: - schema: *571 + schema: *572 examples: - default: &572 + default: &573 value: id: 1 key: ssh-rsa AAA... @@ -85037,9 +85055,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key parameters: - - *365 - *366 - - &573 + - *367 + - &574 name: key_id description: The unique identifier of the key. in: path @@ -85051,9 +85069,9 @@ paths: description: Response content: application/json: - schema: *571 + schema: *572 examples: - default: *572 + default: *573 '404': *6 x-github: githubCloudOnly: false @@ -85071,9 +85089,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#delete-a-deploy-key parameters: - - *365 - *366 - - *573 + - *367 + - *574 responses: '204': description: Response @@ -85093,8 +85111,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-a-repository parameters: - - *365 - *366 + - *367 - *17 - *19 responses: @@ -85104,9 +85122,9 @@ paths: application/json: schema: type: array - items: *555 + items: *556 examples: - default: *556 + default: *557 headers: Link: *38 '404': *6 @@ -85127,8 +85145,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#create-a-label parameters: - - *365 - *366 + - *367 requestBody: required: true content: @@ -85164,9 +85182,9 @@ paths: description: Response content: application/json: - schema: *555 + schema: *556 examples: - default: &574 + default: &575 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -85198,8 +85216,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#get-a-label parameters: - - *365 - *366 + - *367 - name: name in: path required: true @@ -85210,9 +85228,9 @@ paths: description: Response content: application/json: - schema: *555 + schema: *556 examples: - default: *574 + default: *575 '404': *6 x-github: githubCloudOnly: false @@ -85229,8 +85247,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#update-a-label parameters: - - *365 - *366 + - *367 - name: name in: path required: true @@ -85269,7 +85287,7 @@ paths: description: Response content: application/json: - schema: *555 + schema: *556 examples: default: value: @@ -85295,8 +85313,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#delete-a-label parameters: - - *365 - *366 + - *367 - name: name in: path required: true @@ -85322,8 +85340,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-languages parameters: - - *365 - *366 + - *367 responses: '200': description: Response @@ -85359,8 +85377,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/lfs#enable-git-lfs-for-a-repository parameters: - - *365 - *366 + - *367 responses: '202': *37 '403': @@ -85388,8 +85406,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/lfs#disable-git-lfs-for-a-repository parameters: - - *365 - *366 + - *367 responses: '204': description: Response @@ -85415,9 +85433,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/licenses/licenses#get-the-license-for-a-repository parameters: - - *365 - *366 - - *460 + - *367 + - *461 responses: '200': description: Response @@ -85564,8 +85582,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: - - *365 - *366 + - *367 requestBody: required: true content: @@ -85630,8 +85648,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#merge-a-branch parameters: - - *365 - *366 + - *367 requestBody: required: true content: @@ -85665,9 +85683,9 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *483 + schema: *484 examples: - default: *575 + default: *576 '204': description: Response when already merged '404': @@ -85692,8 +85710,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#list-milestones parameters: - - *365 - *366 + - *367 - name: state description: The state of the milestone. Either `open`, `closed`, or `all`. in: query @@ -85734,7 +85752,7 @@ paths: application/json: schema: type: array - items: *487 + items: *488 examples: default: value: @@ -85790,8 +85808,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#create-a-milestone parameters: - - *365 - *366 + - *367 requestBody: required: true content: @@ -85831,9 +85849,9 @@ paths: description: Response content: application/json: - schema: *487 + schema: *488 examples: - default: &576 + default: &577 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -85892,9 +85910,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#get-a-milestone parameters: - - *365 - *366 - - &577 + - *367 + - &578 name: milestone_number description: The number that identifies the milestone. in: path @@ -85906,9 +85924,9 @@ paths: description: Response content: application/json: - schema: *487 + schema: *488 examples: - default: *576 + default: *577 '404': *6 x-github: githubCloudOnly: false @@ -85925,9 +85943,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#update-a-milestone parameters: - - *365 - *366 - - *577 + - *367 + - *578 requestBody: required: false content: @@ -85965,9 +85983,9 @@ paths: description: Response content: application/json: - schema: *487 + schema: *488 examples: - default: *576 + default: *577 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85983,9 +86001,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#delete-a-milestone parameters: - - *365 - *366 - - *577 + - *367 + - *578 responses: '204': description: Response @@ -86006,9 +86024,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: - - *365 - *366 - - *577 + - *367 + - *578 - *17 - *19 responses: @@ -86018,9 +86036,9 @@ paths: application/json: schema: type: array - items: *555 + items: *556 examples: - default: *556 + default: *557 headers: Link: *38 x-github: @@ -86039,12 +86057,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: - - *365 - *366 - - *578 + - *367 - *579 - - *139 - *580 + - *139 + - *581 - *17 - *19 responses: @@ -86056,7 +86074,7 @@ paths: type: array items: *161 examples: - default: *581 + default: *582 headers: Link: *38 x-github: @@ -86080,8 +86098,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#mark-repository-notifications-as-read parameters: - - *365 - *366 + - *367 requestBody: required: false content: @@ -86139,14 +86157,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-a-apiname-pages-site parameters: - - *365 - *366 + - *367 responses: '200': description: Response content: application/json: - schema: &582 + schema: &583 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -86290,7 +86308,7 @@ paths: - custom_404 - public examples: - default: &583 + default: &584 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -86331,8 +86349,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#create-a-apiname-pages-site parameters: - - *365 - *366 + - *367 requestBody: required: true content: @@ -86387,9 +86405,9 @@ paths: description: Response content: application/json: - schema: *582 + schema: *583 examples: - default: *583 + default: *584 '422': *15 '409': *94 x-github: @@ -86412,8 +86430,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: - - *365 - *366 + - *367 requestBody: required: true content: @@ -86521,8 +86539,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#delete-a-apiname-pages-site parameters: - - *365 - *366 + - *367 responses: '204': description: Response @@ -86548,8 +86566,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#list-apiname-pages-builds parameters: - - *365 - *366 + - *367 - *17 - *19 responses: @@ -86559,7 +86577,7 @@ paths: application/json: schema: type: array - items: &584 + items: &585 title: Page Build description: Page Build type: object @@ -86651,8 +86669,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#request-a-apiname-pages-build parameters: - - *365 - *366 + - *367 responses: '201': description: Response @@ -86699,16 +86717,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-latest-pages-build parameters: - - *365 - *366 + - *367 responses: '200': description: Response content: application/json: - schema: *584 + schema: *585 examples: - default: &585 + default: &586 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -86756,8 +86774,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-apiname-pages-build parameters: - - *365 - *366 + - *367 - name: build_id in: path required: true @@ -86768,9 +86786,9 @@ paths: description: Response content: application/json: - schema: *584 + schema: *585 examples: - default: *585 + default: *586 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86790,8 +86808,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#create-a-github-pages-deployment parameters: - - *365 - *366 + - *367 requestBody: required: true content: @@ -86899,9 +86917,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: - - *365 - *366 - - &586 + - *367 + - &587 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -86959,9 +86977,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#cancel-a-github-pages-deployment parameters: - - *365 - *366 - - *586 + - *367 + - *587 responses: '204': *116 '404': *6 @@ -86988,8 +87006,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: - - *365 - *366 + - *367 responses: '200': description: Response @@ -87284,8 +87302,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: - - *365 - *366 + - *367 responses: '200': description: Private vulnerability reporting status @@ -87322,8 +87340,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: - - *365 - *366 + - *367 responses: '204': *116 '422': *14 @@ -87344,8 +87362,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: - - *365 - *366 + - *367 responses: '204': *116 '422': *14 @@ -87368,8 +87386,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#list-repository-projects parameters: - - *365 - *366 + - *367 - name: state description: Indicates the state of the projects to return. in: query @@ -87430,7 +87448,7 @@ paths: '401': *23 '403': *27 '404': *6 - '410': *376 + '410': *377 '422': *7 x-github: githubCloudOnly: false @@ -87453,8 +87471,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#create-a-repository-project parameters: - - *365 - *366 + - *367 requestBody: required: true content: @@ -87482,11 +87500,11 @@ paths: application/json: schema: *313 examples: - default: *375 + default: *376 '401': *23 '403': *27 '404': *6 - '410': *376 + '410': *377 '422': *7 x-github: githubCloudOnly: false @@ -87509,8 +87527,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: - - *365 - *366 + - *367 responses: '200': description: Response @@ -87549,8 +87567,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: - - *365 - *366 + - *367 requestBody: required: true content: @@ -87612,8 +87630,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-pull-requests parameters: - - *365 - *366 + - *367 - name: state description: Either `open`, `closed`, or `all` to filter by state. in: query @@ -87673,9 +87691,9 @@ paths: application/json: schema: type: array - items: *587 + items: *588 examples: - default: *588 + default: *589 headers: Link: *38 '304': *35 @@ -87707,8 +87725,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#create-a-pull-request parameters: - - *365 - *366 + - *367 requestBody: required: true content: @@ -87775,7 +87793,7 @@ paths: description: Response content: application/json: - schema: &592 + schema: &593 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -87904,7 +87922,7 @@ paths: milestone: anyOf: - type: 'null' - - *487 + - *488 active_lock_reason: type: - string @@ -87997,14 +88015,14 @@ paths: _links: type: object properties: - comments: *488 - commits: *488 - statuses: *488 - html: *488 - issue: *488 - review_comments: *488 - review_comment: *488 - self: *488 + comments: *489 + commits: *489 + statuses: *489 + html: *489 + issue: *489 + review_comments: *489 + review_comment: *489 + self: *489 required: - comments - commits @@ -88015,7 +88033,7 @@ paths: - review_comment - self author_association: *136 - auto_merge: *589 + auto_merge: *590 draft: description: Indicates whether or not the pull request is a draft. type: boolean @@ -88117,7 +88135,7 @@ paths: - merged_by - review_comments examples: - default: &593 + default: &594 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -88644,8 +88662,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#list-review-comments-in-a-repository parameters: - - *365 - *366 + - *367 - name: sort in: query required: false @@ -88674,9 +88692,9 @@ paths: application/json: schema: type: array - items: *590 + items: *591 examples: - default: &595 + default: &596 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -88753,17 +88771,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: - - *365 - *366 + - *367 - *148 responses: '200': description: Response content: application/json: - schema: *590 + schema: *591 examples: - default: &591 + default: &592 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -88838,8 +88856,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: - - *365 - *366 + - *367 - *148 requestBody: required: true @@ -88862,9 +88880,9 @@ paths: description: Response content: application/json: - schema: *590 + schema: *591 examples: - default: *591 + default: *592 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88880,8 +88898,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: - - *365 - *366 + - *367 - *148 responses: '204': @@ -88903,8 +88921,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: - - *365 - *366 + - *367 - *148 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -88931,9 +88949,9 @@ paths: application/json: schema: type: array - items: *354 + items: *355 examples: - default: *356 + default: *357 headers: Link: *38 '404': *6 @@ -88954,8 +88972,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: - - *365 - *366 + - *367 - *148 requestBody: required: true @@ -88988,16 +89006,16 @@ paths: description: Reaction exists content: application/json: - schema: *354 + schema: *355 examples: - default: *355 + default: *356 '201': description: Reaction created content: application/json: - schema: *354 + schema: *355 examples: - default: *355 + default: *356 '422': *15 x-github: githubCloudOnly: false @@ -89019,10 +89037,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-pull-request-comment-reaction parameters: - - *365 - *366 + - *367 - *148 - - *357 + - *358 responses: '204': description: Response @@ -89065,9 +89083,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#get-a-pull-request parameters: - - *365 - *366 - - &594 + - *367 + - &595 name: pull_number description: The number that identifies the pull request. in: path @@ -89080,9 +89098,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *592 + schema: *593 examples: - default: *593 + default: *594 '304': *35 '404': *6 '406': @@ -89117,9 +89135,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#update-a-pull-request parameters: - - *365 - *366 - - *594 + - *367 + - *595 requestBody: required: false content: @@ -89161,9 +89179,9 @@ paths: description: Response content: application/json: - schema: *592 + schema: *593 examples: - default: *593 + default: *594 '422': *15 '403': *27 x-github: @@ -89185,9 +89203,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: - - *365 - *366 - - *594 + - *367 + - *595 requestBody: required: true content: @@ -89250,7 +89268,7 @@ paths: application/json: schema: *286 examples: - default: *474 + default: *475 '202': description: Response when the codespace creation partially failed but is being retried in the background @@ -89258,7 +89276,7 @@ paths: application/json: schema: *286 examples: - default: *474 + default: *475 '401': *23 '403': *27 '404': *6 @@ -89288,9 +89306,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: - - *365 - *366 - - *594 + - *367 + - *595 - *158 - name: direction description: The direction to sort results. Ignored without `sort` parameter. @@ -89311,9 +89329,9 @@ paths: application/json: schema: type: array - items: *590 + items: *591 examples: - default: *595 + default: *596 headers: Link: *38 x-github: @@ -89346,9 +89364,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: - - *365 - *366 - - *594 + - *367 + - *595 requestBody: required: true content: @@ -89454,7 +89472,7 @@ paths: description: Response content: application/json: - schema: *590 + schema: *591 examples: example-for-a-multi-line-comment: value: @@ -89542,9 +89560,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: - - *365 - *366 - - *594 + - *367 + - *595 - *148 requestBody: required: true @@ -89567,7 +89585,7 @@ paths: description: Response content: application/json: - schema: *590 + schema: *591 examples: default: value: @@ -89653,9 +89671,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-commits-on-a-pull-request parameters: - - *365 - *366 - - *594 + - *367 + - *595 - *17 - *19 responses: @@ -89665,9 +89683,9 @@ paths: application/json: schema: type: array - items: *483 + items: *484 examples: - default: *596 + default: *597 headers: Link: *38 x-github: @@ -89697,9 +89715,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-pull-requests-files parameters: - - *365 - *366 - - *594 + - *367 + - *595 - *17 - *19 responses: @@ -89709,7 +89727,7 @@ paths: application/json: schema: type: array - items: *495 + items: *496 examples: default: value: @@ -89747,9 +89765,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: - - *365 - *366 - - *594 + - *367 + - *595 responses: '204': description: Response if pull request has been merged @@ -89772,9 +89790,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#merge-a-pull-request parameters: - - *365 - *366 - - *594 + - *367 + - *595 requestBody: required: false content: @@ -89886,9 +89904,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: - - *365 - *366 - - *594 + - *367 + - *595 responses: '200': description: Response @@ -89963,9 +89981,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: - - *365 - *366 - - *594 + - *367 + - *595 requestBody: required: false content: @@ -90002,7 +90020,7 @@ paths: description: Response content: application/json: - schema: *587 + schema: *588 examples: default: value: @@ -90538,9 +90556,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: - - *365 - *366 - - *594 + - *367 + - *595 requestBody: required: true content: @@ -90574,7 +90592,7 @@ paths: description: Response content: application/json: - schema: *587 + schema: *588 examples: default: value: @@ -91079,9 +91097,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#list-reviews-for-a-pull-request parameters: - - *365 - *366 - - *594 + - *367 + - *595 - *17 - *19 responses: @@ -91091,7 +91109,7 @@ paths: application/json: schema: type: array - items: &597 + items: &598 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -91247,9 +91265,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: - - *365 - *366 - - *594 + - *367 + - *595 requestBody: required: false content: @@ -91339,9 +91357,9 @@ paths: description: Response content: application/json: - schema: *597 + schema: *598 examples: - default: &599 + default: &600 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -91404,10 +91422,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: - - *365 - *366 - - *594 - - &598 + - *367 + - *595 + - &599 name: review_id description: The unique identifier of the review. in: path @@ -91419,9 +91437,9 @@ paths: description: Response content: application/json: - schema: *597 + schema: *598 examples: - default: &600 + default: &601 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -91480,10 +91498,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: - - *365 - *366 - - *594 - - *598 + - *367 + - *595 + - *599 requestBody: required: true content: @@ -91506,7 +91524,7 @@ paths: description: Response content: application/json: - schema: *597 + schema: *598 examples: default: value: @@ -91568,18 +91586,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: - - *365 - *366 - - *594 - - *598 + - *367 + - *595 + - *599 responses: '200': description: Response content: application/json: - schema: *597 + schema: *598 examples: - default: *599 + default: *600 '422': *7 '404': *6 x-github: @@ -91606,10 +91624,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: - - *365 - *366 - - *594 - - *598 + - *367 + - *595 + - *599 - *17 - *19 responses: @@ -91707,9 +91725,9 @@ paths: _links: type: object properties: - self: *488 - html: *488 - pull_request: *488 + self: *489 + html: *489 + pull_request: *489 required: - self - html @@ -91860,10 +91878,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: - - *365 - *366 - - *594 - - *598 + - *367 + - *595 + - *599 requestBody: required: true content: @@ -91892,7 +91910,7 @@ paths: description: Response content: application/json: - schema: *597 + schema: *598 examples: default: value: @@ -91955,10 +91973,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: - - *365 - *366 - - *594 - - *598 + - *367 + - *595 + - *599 requestBody: required: true content: @@ -91993,9 +92011,9 @@ paths: description: Response content: application/json: - schema: *597 + schema: *598 examples: - default: *600 + default: *601 '404': *6 '422': *7 '403': *27 @@ -92017,9 +92035,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#update-a-pull-request-branch parameters: - - *365 - *366 - - *594 + - *367 + - *595 requestBody: required: false content: @@ -92083,8 +92101,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-a-repository-readme parameters: - - *365 - *366 + - *367 - name: ref description: 'The name of the commit/branch/tag. Default: the repository’s default branch.' @@ -92097,9 +92115,9 @@ paths: description: Response content: application/json: - schema: *601 + schema: *602 examples: - default: &602 + default: &603 value: type: file encoding: base64 @@ -92141,8 +92159,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: - - *365 - *366 + - *367 - name: dir description: The alternate path to look for a README file in: path @@ -92162,9 +92180,9 @@ paths: description: Response content: application/json: - schema: *601 + schema: *602 examples: - default: *602 + default: *603 '404': *6 '422': *15 x-github: @@ -92186,8 +92204,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#list-releases parameters: - - *365 - *366 + - *367 - *17 - *19 responses: @@ -92197,7 +92215,7 @@ paths: application/json: schema: type: array - items: &603 + items: &604 title: Release description: A release. type: object @@ -92269,7 +92287,7 @@ paths: author: *4 assets: type: array - items: &604 + items: &605 title: Release Asset description: Data related to a release. type: object @@ -92449,8 +92467,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#create-a-release parameters: - - *365 - *366 + - *367 requestBody: required: true content: @@ -92526,9 +92544,9 @@ paths: description: Response content: application/json: - schema: *603 + schema: *604 examples: - default: &607 + default: &608 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -92631,9 +92649,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#get-a-release-asset parameters: - - *365 - *366 - - &605 + - *367 + - &606 name: asset_id description: The unique identifier of the asset. in: path @@ -92645,9 +92663,9 @@ paths: description: Response content: application/json: - schema: *604 + schema: *605 examples: - default: &606 + default: &607 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 @@ -92681,7 +92699,7 @@ paths: type: User site_admin: false '404': *6 - '302': *497 + '302': *498 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92697,9 +92715,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#update-a-release-asset parameters: - - *365 - *366 - - *605 + - *367 + - *606 requestBody: required: false content: @@ -92728,9 +92746,9 @@ paths: description: Response content: application/json: - schema: *604 + schema: *605 examples: - default: *606 + default: *607 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92746,9 +92764,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#delete-a-release-asset parameters: - - *365 - *366 - - *605 + - *367 + - *606 responses: '204': description: Response @@ -92772,8 +92790,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: - - *365 - *366 + - *367 requestBody: required: true content: @@ -92859,16 +92877,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-the-latest-release parameters: - - *365 - *366 + - *367 responses: '200': description: Response content: application/json: - schema: *603 + schema: *604 examples: - default: *607 + default: *608 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92885,8 +92903,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-a-release-by-tag-name parameters: - - *365 - *366 + - *367 - name: tag description: tag parameter in: path @@ -92899,9 +92917,9 @@ paths: description: Response content: application/json: - schema: *603 + schema: *604 examples: - default: *607 + default: *608 '404': *6 x-github: githubCloudOnly: false @@ -92923,9 +92941,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-a-release parameters: - - *365 - *366 - - &608 + - *367 + - &609 name: release_id description: The unique identifier of the release. in: path @@ -92939,9 +92957,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: *603 + schema: *604 examples: - default: *607 + default: *608 '401': description: Unauthorized x-github: @@ -92959,9 +92977,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#update-a-release parameters: - - *365 - *366 - - *608 + - *367 + - *609 requestBody: required: false content: @@ -93025,9 +93043,9 @@ paths: description: Response content: application/json: - schema: *603 + schema: *604 examples: - default: *607 + default: *608 '404': description: Not Found if the discussion category name is invalid content: @@ -93048,9 +93066,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#delete-a-release parameters: - - *365 - *366 - - *608 + - *367 + - *609 responses: '204': description: Response @@ -93070,9 +93088,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#list-release-assets parameters: - - *365 - *366 - - *608 + - *367 + - *609 - *17 - *19 responses: @@ -93082,7 +93100,7 @@ paths: application/json: schema: type: array - items: *604 + items: *605 examples: default: value: @@ -93163,9 +93181,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: - - *365 - *366 - - *608 + - *367 + - *609 - name: name in: query required: true @@ -93191,7 +93209,7 @@ paths: description: Response for successful upload content: application/json: - schema: *604 + schema: *605 examples: response-for-successful-upload: value: @@ -93245,9 +93263,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-release parameters: - - *365 - *366 - - *608 + - *367 + - *609 - 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. @@ -93271,9 +93289,9 @@ paths: application/json: schema: type: array - items: *354 + items: *355 examples: - default: *356 + default: *357 headers: Link: *38 '404': *6 @@ -93294,9 +93312,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-release parameters: - - *365 - *366 - - *608 + - *367 + - *609 requestBody: required: true content: @@ -93326,16 +93344,16 @@ paths: description: Reaction exists content: application/json: - schema: *354 + schema: *355 examples: - default: *355 + default: *356 '201': description: Reaction created content: application/json: - schema: *354 + schema: *355 examples: - default: *355 + default: *356 '422': *15 x-github: githubCloudOnly: false @@ -93357,10 +93375,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-release-reaction parameters: - - *365 - *366 - - *608 - - *357 + - *367 + - *609 + - *358 responses: '204': description: Response @@ -93384,9 +93402,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-rules-for-a-branch parameters: - - *365 - *366 - - *424 + - *367 + - *425 - *17 - *19 responses: @@ -93402,8 +93420,8 @@ paths: description: A repository rule with ruleset details. oneOf: - allOf: - - *609 - - &611 + - *610 + - &612 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -93423,65 +93441,65 @@ paths: type: integer description: The ID of the ruleset that includes this rule. - allOf: - - *610 - *611 - - allOf: - *612 - - *611 - allOf: - *613 - - *611 + - *612 - allOf: - *614 - - *611 + - *612 - allOf: - *615 - - *611 + - *612 - allOf: - *616 - - *611 + - *612 - allOf: - *617 - - *611 + - *612 - allOf: - *618 - - *611 + - *612 - allOf: - *619 - - *611 + - *612 - allOf: - *620 - - *611 + - *612 - allOf: - *621 - - *611 + - *612 - allOf: - *622 - - *611 + - *612 - allOf: - *623 - - *611 + - *612 - allOf: - *624 - - *611 + - *612 - allOf: - *625 - - *611 + - *612 - allOf: - *626 - - *611 + - *612 - allOf: - *627 - - *611 + - *612 - allOf: - *628 - - *611 + - *612 - allOf: - *629 - - *611 + - *612 - allOf: - *630 - - *611 + - *612 + - allOf: + - *631 + - *612 examples: default: value: @@ -93520,8 +93538,8 @@ paths: category: repos subcategory: rules parameters: - - *365 - *366 + - *367 - *17 - *19 - name: includes_parents @@ -93532,7 +93550,7 @@ paths: schema: type: boolean default: true - - *631 + - *632 responses: '200': description: Response @@ -93587,8 +93605,8 @@ paths: category: repos subcategory: rules parameters: - - *365 - *366 + - *367 requestBody: description: Request body required: true @@ -93650,7 +93668,7 @@ paths: application/json: schema: *126 examples: - default: &640 + default: &641 value: id: 42 name: super cool ruleset @@ -93697,12 +93715,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rule-suites#list-repository-rule-suites parameters: - - *365 - *366 - - *632 - - *216 + - *367 - *633 + - *216 - *634 + - *635 - *17 - *19 responses: @@ -93710,9 +93728,9 @@ paths: description: Response content: application/json: - schema: *635 + schema: *636 examples: - default: *636 + default: *637 '404': *6 '500': *83 x-github: @@ -93733,17 +93751,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rule-suites#get-a-repository-rule-suite parameters: - - *365 - *366 - - *637 + - *367 + - *638 responses: '200': description: Response content: application/json: - schema: *638 + schema: *639 examples: - default: *639 + default: *640 '404': *6 '500': *83 x-github: @@ -93771,8 +93789,8 @@ paths: category: repos subcategory: rules parameters: - - *365 - *366 + - *367 - name: ruleset_id description: The ID of the ruleset. in: path @@ -93794,7 +93812,7 @@ paths: application/json: schema: *126 examples: - default: *640 + default: *641 '404': *6 '500': *83 put: @@ -93812,8 +93830,8 @@ paths: category: repos subcategory: rules parameters: - - *365 - *366 + - *367 - name: ruleset_id description: The ID of the ruleset. in: path @@ -93877,7 +93895,7 @@ paths: application/json: schema: *126 examples: - default: *640 + default: *641 '404': *6 '500': *83 delete: @@ -93895,8 +93913,8 @@ paths: category: repos subcategory: rules parameters: - - *365 - *366 + - *367 - name: ruleset_id description: The ID of the ruleset. in: path @@ -93919,8 +93937,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-repository-ruleset-history parameters: - - *365 - *366 + - *367 - *17 - *19 - name: ruleset_id @@ -93957,8 +93975,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-repository-ruleset-version parameters: - - *365 - *366 + - *367 - name: ruleset_id description: The ID of the ruleset. in: path @@ -94031,8 +94049,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: - - *365 - *366 + - *367 - *323 - *324 - *325 @@ -94040,11 +94058,12 @@ paths: - *86 - *19 - *17 - - *641 - *642 + - *643 - *327 - *328 - *329 + - *330 responses: '200': description: Response @@ -94052,7 +94071,7 @@ paths: application/json: schema: type: array - items: &645 + items: &646 type: object properties: number: *96 @@ -94068,8 +94087,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *643 - resolution: *644 + state: *644 + resolution: *645 resolved_at: type: - string @@ -94288,15 +94307,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: - - *365 - *366 - - *454 + - *367 + - *455 + - *330 responses: '200': description: Response content: application/json: - schema: *645 + schema: *646 examples: default: value: @@ -94348,9 +94368,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: - - *365 - *366 - - *454 + - *367 + - *455 requestBody: required: true content: @@ -94358,8 +94378,8 @@ paths: schema: type: object properties: - state: *643 - resolution: *644 + state: *644 + resolution: *645 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -94378,7 +94398,7 @@ paths: description: Response content: application/json: - schema: *645 + schema: *646 examples: default: value: @@ -94453,9 +94473,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: - - *365 - *366 - - *454 + - *367 + - *455 - *19 - *17 responses: @@ -94466,7 +94486,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &801 + items: &802 type: object properties: type: @@ -94845,8 +94865,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: - - *365 - *366 + - *367 requestBody: required: true content: @@ -94854,14 +94874,14 @@ paths: schema: type: object properties: - reason: &647 + reason: &648 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *646 + placeholder_id: *647 required: - reason - placeholder_id @@ -94878,7 +94898,7 @@ paths: schema: type: object properties: - reason: *647 + reason: *648 expire_at: type: - string @@ -94922,8 +94942,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: - - *365 - *366 + - *367 responses: '404': description: Repository does not have GitHub Advanced Security or secret @@ -94938,7 +94958,7 @@ paths: properties: incremental_scans: type: array - items: &648 + items: &649 description: Information on a single scan performed by secret scanning on the repository type: object @@ -94966,15 +94986,15 @@ paths: the scan is pending pattern_update_scans: type: array - items: *648 + items: *649 backfill_scans: type: array - items: *648 + items: *649 custom_pattern_backfill_scans: type: array items: allOf: - - *648 + - *649 - type: object properties: pattern_name: @@ -95044,8 +95064,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#list-repository-security-advisories parameters: - - *365 - *366 + - *367 - *86 - name: sort description: The property to sort the results by. @@ -95089,9 +95109,9 @@ paths: application/json: schema: type: array - items: *649 + items: *650 examples: - default: *650 + default: *651 '400': *14 '404': *6 x-github: @@ -95114,8 +95134,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: - - *365 - *366 + - *367 requestBody: required: true content: @@ -95195,7 +95215,7 @@ paths: login: type: string description: The username of the user credited. - type: *332 + type: *333 required: - login - type @@ -95285,9 +95305,9 @@ paths: description: Response content: application/json: - schema: *649 + schema: *650 examples: - default: &652 + default: &653 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -95520,8 +95540,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: - - *365 - *366 + - *367 requestBody: required: true content: @@ -95634,7 +95654,7 @@ paths: description: Response content: application/json: - schema: *649 + schema: *650 examples: default: value: @@ -95781,17 +95801,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: - - *365 - *366 - - *651 + - *367 + - *652 responses: '200': description: Response content: application/json: - schema: *649 + schema: *650 examples: - default: *652 + default: *653 '403': *27 '404': *6 x-github: @@ -95815,9 +95835,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: - - *365 - *366 - - *651 + - *367 + - *652 requestBody: required: true content: @@ -95897,7 +95917,7 @@ paths: login: type: string description: The username of the user credited. - type: *332 + type: *333 required: - login - type @@ -95988,10 +96008,10 @@ paths: description: Response content: application/json: - schema: *649 + schema: *650 examples: - default: *652 - add_credit: *652 + default: *653 + add_credit: *653 '403': *27 '404': *6 '422': @@ -96029,9 +96049,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: - - *365 - *366 - - *651 + - *367 + - *652 responses: '202': *37 '400': *14 @@ -96058,17 +96078,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: - - *365 - *366 - - *651 + - *367 + - *652 responses: '202': description: Response content: application/json: - schema: *378 + schema: *379 examples: - default: *380 + default: *381 '400': *14 '422': *15 '403': *27 @@ -96094,8 +96114,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-stargazers parameters: - - *365 - *366 + - *367 - *17 - *19 responses: @@ -96191,8 +96211,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-weekly-commit-activity parameters: - - *365 - *366 + - *367 responses: '200': description: Returns a weekly aggregate of the number of additions and deletions @@ -96201,7 +96221,7 @@ paths: application/json: schema: type: array - items: &653 + items: &654 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -96234,8 +96254,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: - - *365 - *366 + - *367 responses: '200': description: Response @@ -96313,8 +96333,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-all-contributor-commit-activity parameters: - - *365 - *366 + - *367 responses: '200': description: Response @@ -96408,8 +96428,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-weekly-commit-count parameters: - - *365 - *366 + - *367 responses: '200': description: The array order is oldest week (index 0) to most recent week. @@ -96563,8 +96583,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: - - *365 - *366 + - *367 responses: '200': description: For example, `[2, 14, 25]` indicates that there were 25 total @@ -96574,7 +96594,7 @@ paths: application/json: schema: type: array - items: *653 + items: *654 examples: default: value: @@ -96607,8 +96627,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#create-a-commit-status parameters: - - *365 - *366 + - *367 - name: sha in: path required: true @@ -96664,7 +96684,7 @@ paths: description: Response content: application/json: - schema: *654 + schema: *655 examples: default: value: @@ -96718,8 +96738,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#list-watchers parameters: - - *365 - *366 + - *367 - *17 - *19 responses: @@ -96751,14 +96771,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#get-a-repository-subscription parameters: - - *365 - *366 + - *367 responses: '200': description: if you subscribe to the repository content: application/json: - schema: &655 + schema: &656 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -96831,8 +96851,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#set-a-repository-subscription parameters: - - *365 - *366 + - *367 requestBody: required: false content: @@ -96858,7 +96878,7 @@ paths: description: Response content: application/json: - schema: *655 + schema: *656 examples: default: value: @@ -96885,8 +96905,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#delete-a-repository-subscription parameters: - - *365 - *366 + - *367 responses: '204': description: Response @@ -96906,8 +96926,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-tags parameters: - - *365 - *366 + - *367 - *17 - *19 responses: @@ -96989,8 +97009,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: - - *365 - *366 + - *367 responses: '200': description: Response @@ -96998,7 +97018,7 @@ paths: application/json: schema: type: array - items: &656 + items: &657 title: Tag protection description: Tag protection type: object @@ -97055,8 +97075,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: - - *365 - *366 + - *367 requestBody: required: true content: @@ -97079,7 +97099,7 @@ paths: description: Response content: application/json: - schema: *656 + schema: *657 examples: default: value: @@ -97110,8 +97130,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: - - *365 - *366 + - *367 - name: tag_protection_id description: The unique identifier of the tag protection. in: path @@ -97148,8 +97168,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#download-a-repository-archive-tar operationId: repos/download-tarball-archive parameters: - - *365 - *366 + - *367 - name: ref in: path required: true @@ -97185,8 +97205,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-teams parameters: - - *365 - *366 + - *367 - *17 - *19 responses: @@ -97218,8 +97238,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-all-repository-topics parameters: - - *365 - *366 + - *367 - *19 - *17 responses: @@ -97227,7 +97247,7 @@ paths: description: Response content: application/json: - schema: &657 + schema: &658 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -97239,7 +97259,7 @@ paths: required: - names examples: - default: &658 + default: &659 value: names: - octocat @@ -97262,8 +97282,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#replace-all-repository-topics parameters: - - *365 - *366 + - *367 requestBody: required: true content: @@ -97294,9 +97314,9 @@ paths: description: Response content: application/json: - schema: *657 + schema: *658 examples: - default: *658 + default: *659 '404': *6 '422': *7 x-github: @@ -97317,9 +97337,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-repository-clones parameters: - - *365 - *366 - - &659 + - *367 + - &660 name: per description: The time frame to display results for. in: query @@ -97350,7 +97370,7 @@ paths: - 128 clones: type: array - items: &660 + items: &661 title: Traffic type: object properties: @@ -97437,8 +97457,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-top-referral-paths parameters: - - *365 - *366 + - *367 responses: '200': description: Response @@ -97532,8 +97552,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-top-referral-sources parameters: - - *365 - *366 + - *367 responses: '200': description: Response @@ -97596,9 +97616,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-page-views parameters: - - *365 - *366 - - *659 + - *367 + - *660 responses: '200': description: Response @@ -97619,7 +97639,7 @@ paths: - 3782 views: type: array - items: *660 + items: *661 required: - uniques - count @@ -97696,8 +97716,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#transfer-a-repository parameters: - - *365 - *366 + - *367 requestBody: required: true content: @@ -97971,8 +97991,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: - - *365 - *366 + - *367 responses: '204': description: Response if repository is enabled with vulnerability alerts @@ -97995,8 +98015,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-vulnerability-alerts parameters: - - *365 - *366 + - *367 responses: '204': description: Response @@ -98018,8 +98038,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-vulnerability-alerts parameters: - - *365 - *366 + - *367 responses: '204': description: Response @@ -98045,8 +98065,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#download-a-repository-archive-zip operationId: repos/download-zipball-archive parameters: - - *365 - *366 + - *367 - name: ref in: path required: true @@ -98138,9 +98158,9 @@ paths: description: Response content: application/json: - schema: *378 + schema: *379 examples: - default: *380 + default: *381 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -98291,7 +98311,7 @@ paths: value: Engineering externalId: value: 8aa1a0c0-c4c3-4bc0-b4a5-2ef676900159 - - &668 + - &669 name: excludedAttributes description: Excludes the specified attribute from being returned in the results. Using this parameter can speed up response time. @@ -98301,7 +98321,7 @@ paths: type: string examples: - members - - &673 + - &674 name: startIndex description: 'Used for pagination: the starting index of the first result to return when paginating through values.' @@ -98313,7 +98333,7 @@ paths: format: int32 examples: - 1 - - &674 + - &675 name: count description: 'Used for pagination: the number of results to return per page.' in: query @@ -98357,7 +98377,7 @@ paths: Resources: type: array description: Information about each provisioned group. - items: &662 + items: &663 allOf: - type: object required: @@ -98439,7 +98459,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: &675 + meta: &676 type: object description: The metadata associated with the creation/updates to the user. @@ -98504,31 +98524,31 @@ paths: location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 startIndex: 1 itemsPerPage: 20 - '400': &663 + '400': &664 description: Bad request content: application/json: - schema: *661 + schema: *662 application/scim+json: - schema: *661 - '401': &664 + schema: *662 + '401': &665 description: Authorization failure - '403': &665 + '403': &666 description: Permission denied - '429': &666 + '429': &667 description: Too many requests content: application/json: - schema: *661 + schema: *662 application/scim+json: - schema: *661 - '500': &667 + schema: *662 + '500': &668 description: Internal server error content: application/json: - schema: *661 + schema: *662 application/scim+json: - schema: *661 + schema: *662 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -98552,7 +98572,7 @@ paths: required: true content: application/json: - schema: &671 + schema: &672 type: object required: - schemas @@ -98612,9 +98632,9 @@ paths: description: Group has been created content: application/scim+json: - schema: *662 + schema: *663 examples: - group: &669 + group: &670 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:Group @@ -98633,13 +98653,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': *663 - '401': *664 - '403': *665 - '409': &672 + '400': *664 + '401': *665 + '403': *666 + '409': &673 description: Duplicate record detected - '429': *666 - '500': *667 + '429': *667 + '500': *668 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -98656,7 +98676,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: - - &670 + - &671 name: scim_group_id description: A unique identifier of the SCIM group. in: path @@ -98665,22 +98685,22 @@ paths: type: string examples: - 7fce0092-d52e-4f76-b727-3955bd72c939 - - *668 + - *669 - *39 responses: '200': description: Success, a group was found content: application/scim+json: - schema: *662 + schema: *663 examples: - default: *669 - '400': *663 - '401': *664 - '403': *665 + default: *670 + '400': *664 + '401': *665 + '403': *666 '404': *6 - '429': *666 - '500': *667 + '429': *667 + '500': *668 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -98699,13 +98719,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: - - *670 + - *671 - *39 requestBody: required: true content: application/json: - schema: *671 + schema: *672 examples: group: summary: Group @@ -98731,17 +98751,17 @@ paths: description: Group was updated content: application/scim+json: - schema: *662 + schema: *663 examples: - group: *669 - groupWithMembers: *669 - '400': *663 - '401': *664 - '403': *665 + group: *670 + groupWithMembers: *670 + '400': *664 + '401': *665 + '403': *666 '404': *6 - '409': *672 - '429': *666 - '500': *667 + '409': *673 + '429': *667 + '500': *668 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -98765,13 +98785,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: - - *670 + - *671 - *39 requestBody: required: true content: application/json: - schema: &682 + schema: &683 type: object required: - Operations @@ -98831,17 +98851,17 @@ paths: description: Success, group was updated content: application/scim+json: - schema: *662 + schema: *663 examples: - updateGroup: *669 - addMembers: *669 - '400': *663 - '401': *664 - '403': *665 + updateGroup: *670 + addMembers: *670 + '400': *664 + '401': *665 + '403': *666 '404': *6 - '409': *672 - '429': *666 - '500': *667 + '409': *673 + '429': *667 + '500': *668 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -98857,17 +98877,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: - - *670 + - *671 - *39 responses: '204': description: Group was deleted, no content - '400': *663 - '401': *664 - '403': *665 + '400': *664 + '401': *665 + '403': *666 '404': *6 - '429': *666 - '500': *667 + '429': *667 + '500': *668 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -98901,8 +98921,8 @@ paths: value: userName eq 'E012345' externalId: value: externalId eq 'E012345' - - *673 - *674 + - *675 - *39 responses: '200': @@ -98936,7 +98956,7 @@ paths: Resources: type: array description: Information about each provisioned account. - items: &677 + items: &678 allOf: - type: object required: @@ -99028,7 +99048,7 @@ paths: address. examples: - true - roles: &676 + roles: &677 type: array description: The roles assigned to the user. items: @@ -99087,7 +99107,7 @@ paths: type: string description: Provisioned SCIM groups that the user is a member of. - meta: *675 + meta: *676 startIndex: type: integer description: A starting index for the returned page @@ -99126,11 +99146,11 @@ paths: primary: false startIndex: 1 itemsPerPage: 20 - '400': *663 - '401': *664 - '403': *665 - '429': *666 - '500': *667 + '400': *664 + '401': *665 + '403': *666 + '429': *667 + '500': *668 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -99154,7 +99174,7 @@ paths: required: true content: application/json: - schema: &680 + schema: &681 type: object required: - schemas @@ -99247,9 +99267,9 @@ paths: description: Whether this email address is the primary address. examples: - true - roles: *676 + roles: *677 examples: - user: &681 + user: &682 summary: User value: schemas: @@ -99296,9 +99316,9 @@ paths: description: User has been created content: application/scim+json: - schema: *677 + schema: *678 examples: - user: &678 + user: &679 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -99324,13 +99344,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: *678 - '400': *663 - '401': *664 - '403': *665 - '409': *672 - '429': *666 - '500': *667 + enterpriseOwner: *679 + '400': *664 + '401': *665 + '403': *666 + '409': *673 + '429': *667 + '500': *668 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -99347,7 +99367,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: - - &679 + - &680 name: scim_user_id description: The unique identifier of the SCIM user. in: path @@ -99360,15 +99380,15 @@ paths: description: Success, a user was found content: application/scim+json: - schema: *677 + schema: *678 examples: - default: *678 - '400': *663 - '401': *664 - '403': *665 + default: *679 + '400': *664 + '401': *665 + '403': *666 '404': *6 - '429': *666 - '500': *667 + '429': *667 + '500': *668 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -99390,30 +99410,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: - - *679 + - *680 - *39 requestBody: required: true content: application/json: - schema: *680 + schema: *681 examples: - user: *681 + user: *682 responses: '200': description: User was updated content: application/scim+json: - schema: *677 + schema: *678 examples: - user: *678 - '400': *663 - '401': *664 - '403': *665 + user: *679 + '400': *664 + '401': *665 + '403': *666 '404': *6 - '409': *672 - '429': *666 - '500': *667 + '409': *673 + '429': *667 + '500': *668 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -99448,13 +99468,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: - - *679 + - *680 - *39 requestBody: required: true content: application/json: - schema: *682 + schema: *683 examples: userMultiValuedProperties: summary: Multi Valued Property @@ -99494,18 +99514,18 @@ paths: description: Success, user was updated content: application/scim+json: - schema: *677 - examples: - userMultiValuedProperties: *678 - userSingleValuedProperties: *678 - disableUser: *678 - '400': *663 - '401': *664 - '403': *665 + schema: *678 + examples: + userMultiValuedProperties: *679 + userSingleValuedProperties: *679 + disableUser: *679 + '400': *664 + '401': *665 + '403': *666 '404': *6 - '409': *672 - '429': *666 - '500': *667 + '409': *673 + '429': *667 + '500': *668 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -99525,17 +99545,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: - - *679 + - *680 - *39 responses: '204': description: User was deleted, no content - '400': *663 - '401': *664 - '403': *665 + '400': *664 + '401': *665 + '403': *666 '404': *6 - '429': *666 - '500': *667 + '429': *667 + '500': *668 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -99626,7 +99646,7 @@ paths: - 1 Resources: type: array - items: &683 + items: &684 title: SCIM /Users description: SCIM /Users provisioning endpoints type: object @@ -99873,22 +99893,22 @@ paths: lastModified: '2017-03-09T16:11:13-05:00' location: https://api.github.com/scim/v2/organizations/octo-org/Users/77563764-eb6-24-0598234-958243 '304': *35 - '404': &684 + '404': &685 description: Resource not found content: application/json: - schema: *661 + schema: *662 application/scim+json: - schema: *661 - '403': &685 + schema: *662 + '403': &686 description: Forbidden content: application/json: - schema: *661 + schema: *662 application/scim+json: - schema: *661 - '400': *663 - '429': *666 + schema: *662 + '400': *664 + '429': *667 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -99914,9 +99934,9 @@ paths: description: Response content: application/scim+json: - schema: *683 + schema: *684 examples: - default: &686 + default: &687 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -99939,17 +99959,17 @@ paths: lastModified: '2017-03-09T16:11:13-05:00' location: https://api.github.com/scim/v2/organizations/octo-org/Users/edefdfedf-050c-11e7-8d32 '304': *35 - '404': *684 - '403': *685 - '500': *667 + '404': *685 + '403': *686 + '500': *668 '409': description: Conflict content: application/json: - schema: *661 + schema: *662 application/scim+json: - schema: *661 - '400': *663 + schema: *662 + '400': *664 requestBody: required: true content: @@ -100049,17 +100069,17 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#get-scim-provisioning-information-for-a-user parameters: - *165 - - *679 + - *680 responses: '200': description: Response content: application/scim+json: - schema: *683 + schema: *684 examples: - default: *686 - '404': *684 - '403': *685 + default: *687 + '404': *685 + '403': *686 '304': *35 x-github: githubCloudOnly: true @@ -100083,18 +100103,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-a-provisioned-organization-membership parameters: - *165 - - *679 + - *680 responses: '200': description: Response content: application/scim+json: - schema: *683 + schema: *684 examples: - default: *686 + default: *687 '304': *35 - '404': *684 - '403': *685 + '404': *685 + '403': *686 requestBody: required: true content: @@ -100209,19 +100229,19 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-an-attribute-for-a-scim-user parameters: - *165 - - *679 + - *680 responses: '200': description: Response content: application/scim+json: - schema: *683 + schema: *684 examples: - default: *686 + default: *687 '304': *35 - '404': *684 - '403': *685 - '400': *663 + '404': *685 + '403': *686 + '400': *664 '429': description: Response content: @@ -100317,12 +100337,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#delete-a-scim-user-from-an-organization parameters: - *165 - - *679 + - *680 responses: '204': description: Response - '404': *684 - '403': *685 + '404': *685 + '403': *686 '304': *35 x-github: githubCloudOnly: true @@ -100456,7 +100476,7 @@ paths: examples: - 73..77 - 77..78 - text_matches: &687 + text_matches: &688 title: Search Result Text Matches type: array items: @@ -100620,7 +100640,7 @@ paths: enum: - author-date - committer-date - - &688 + - &689 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 @@ -100689,7 +100709,7 @@ paths: committer: anyOf: - type: 'null' - - *422 + - *423 comment_count: type: integer message: @@ -100708,7 +100728,7 @@ paths: url: type: string format: uri - verification: *535 + verification: *536 required: - author - committer @@ -100723,7 +100743,7 @@ paths: committer: anyOf: - type: 'null' - - *422 + - *423 parents: type: array items: @@ -100740,7 +100760,7 @@ paths: type: number node_id: type: string - text_matches: *687 + text_matches: *688 required: - sha - node_id @@ -100923,7 +100943,7 @@ paths: - interactions - created - updated - - *688 + - *689 - *17 - *19 - name: advanced_search @@ -101047,7 +101067,7 @@ paths: milestone: anyOf: - type: 'null' - - *487 + - *488 comments: type: integer created_at: @@ -101061,7 +101081,7 @@ paths: - string - 'null' format: date-time - text_matches: *687 + text_matches: *688 pull_request: type: object properties: @@ -101287,7 +101307,7 @@ paths: enum: - created - updated - - *688 + - *689 - *17 - *19 responses: @@ -101332,7 +101352,7 @@ paths: - 'null' score: type: number - text_matches: *687 + text_matches: *688 required: - id - node_id @@ -101418,7 +101438,7 @@ paths: - forks - help-wanted-issues - updated - - *688 + - *689 - *17 - *19 responses: @@ -101655,7 +101675,7 @@ paths: - admin - pull - push - text_matches: *687 + text_matches: *688 temp_clone_token: type: string allow_merge_commit: @@ -101964,7 +101984,7 @@ paths: - string - 'null' format: uri - text_matches: *687 + text_matches: *688 related: type: - array @@ -102159,7 +102179,7 @@ paths: - followers - repositories - joined - - *688 + - *689 - *17 - *19 responses: @@ -102269,7 +102289,7 @@ paths: type: - boolean - 'null' - text_matches: *687 + text_matches: *688 blog: type: - string @@ -102351,7 +102371,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#get-a-team-legacy parameters: - - &689 + - &690 name: team_id description: The unique identifier of the team. in: path @@ -102363,9 +102383,9 @@ paths: description: Response content: application/json: - schema: *346 + schema: *347 examples: - default: *347 + default: *348 '404': *6 x-github: githubCloudOnly: false @@ -102392,7 +102412,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#update-a-team-legacy parameters: - - *689 + - *690 requestBody: required: true content: @@ -102456,16 +102476,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *346 + schema: *347 examples: - default: *347 + default: *348 '201': description: Response content: application/json: - schema: *346 + schema: *347 examples: - default: *347 + default: *348 '404': *6 '422': *15 '403': *27 @@ -102493,7 +102513,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#delete-a-team-legacy parameters: - - *689 + - *690 responses: '204': description: Response @@ -102524,7 +102544,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#list-discussions-legacy parameters: - - *689 + - *690 - *86 - *17 - *19 @@ -102535,9 +102555,9 @@ paths: application/json: schema: type: array - items: *348 + items: *349 examples: - default: *690 + default: *691 headers: Link: *38 x-github: @@ -102566,7 +102586,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#create-a-discussion-legacy parameters: - - *689 + - *690 requestBody: required: true content: @@ -102600,9 +102620,9 @@ paths: description: Response content: application/json: - schema: *348 + schema: *349 examples: - default: *349 + default: *350 x-github: triggersNotification: true githubCloudOnly: false @@ -102629,16 +102649,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#get-a-discussion-legacy parameters: - - *689 - - *350 + - *690 + - *351 responses: '200': description: Response content: application/json: - schema: *348 + schema: *349 examples: - default: *349 + default: *350 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -102663,8 +102683,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#update-a-discussion-legacy parameters: - - *689 - - *350 + - *690 + - *351 requestBody: required: false content: @@ -102687,9 +102707,9 @@ paths: description: Response content: application/json: - schema: *348 + schema: *349 examples: - default: *691 + default: *692 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -102714,8 +102734,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#delete-a-discussion-legacy parameters: - - *689 - - *350 + - *690 + - *351 responses: '204': description: Response @@ -102744,8 +102764,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#list-discussion-comments-legacy parameters: - - *689 - - *350 + - *690 + - *351 - *86 - *17 - *19 @@ -102756,9 +102776,9 @@ paths: application/json: schema: type: array - items: *351 + items: *352 examples: - default: *692 + default: *693 headers: Link: *38 x-github: @@ -102787,8 +102807,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#create-a-discussion-comment-legacy parameters: - - *689 - - *350 + - *690 + - *351 requestBody: required: true content: @@ -102810,9 +102830,9 @@ paths: description: Response content: application/json: - schema: *351 + schema: *352 examples: - default: *352 + default: *353 x-github: triggersNotification: true githubCloudOnly: false @@ -102839,17 +102859,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#get-a-discussion-comment-legacy parameters: - - *689 - - *350 - - *353 + - *690 + - *351 + - *354 responses: '200': description: Response content: application/json: - schema: *351 + schema: *352 examples: - default: *352 + default: *353 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -102874,9 +102894,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#update-a-discussion-comment-legacy parameters: - - *689 - - *350 - - *353 + - *690 + - *351 + - *354 requestBody: required: true content: @@ -102898,9 +102918,9 @@ paths: description: Response content: application/json: - schema: *351 + schema: *352 examples: - default: *693 + default: *694 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -102925,9 +102945,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#delete-a-discussion-comment-legacy parameters: - - *689 - - *350 - - *353 + - *690 + - *351 + - *354 responses: '204': description: Response @@ -102956,9 +102976,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: - - *689 - - *350 - - *353 + - *690 + - *351 + - *354 - 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. @@ -102984,9 +103004,9 @@ paths: application/json: schema: type: array - items: *354 + items: *355 examples: - default: *356 + default: *357 headers: Link: *38 x-github: @@ -103015,9 +103035,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: - - *689 - - *350 - - *353 + - *690 + - *351 + - *354 requestBody: required: true content: @@ -103049,9 +103069,9 @@ paths: description: Response content: application/json: - schema: *354 + schema: *355 examples: - default: *355 + default: *356 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -103077,8 +103097,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: - - *689 - - *350 + - *690 + - *351 - 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. @@ -103104,9 +103124,9 @@ paths: application/json: schema: type: array - items: *354 + items: *355 examples: - default: *356 + default: *357 headers: Link: *38 x-github: @@ -103135,8 +103155,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: - - *689 - - *350 + - *690 + - *351 requestBody: required: true content: @@ -103168,9 +103188,9 @@ paths: description: Response content: application/json: - schema: *354 + schema: *355 examples: - default: *355 + default: *356 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -103194,7 +103214,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-pending-team-invitations-legacy parameters: - - *689 + - *690 - *17 - *19 responses: @@ -103232,7 +103252,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-team-members-legacy parameters: - - *689 + - *690 - name: role description: Filters members returned by their role in the team. in: query @@ -103283,7 +103303,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-member-legacy parameters: - - *689 + - *690 - *213 responses: '204': @@ -103320,7 +103340,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-team-member-legacy parameters: - - *689 + - *690 - *213 responses: '204': @@ -103360,7 +103380,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-member-legacy parameters: - - *689 + - *690 - *213 responses: '204': @@ -103397,16 +103417,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: - - *689 + - *690 - *213 responses: '200': description: Response content: application/json: - schema: *362 + schema: *363 examples: - response-if-user-is-a-team-maintainer: *694 + response-if-user-is-a-team-maintainer: *695 '404': *6 x-github: githubCloudOnly: false @@ -103439,7 +103459,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: - - *689 + - *690 - *213 requestBody: required: false @@ -103465,9 +103485,9 @@ paths: description: Response content: application/json: - schema: *362 + schema: *363 examples: - response-if-users-membership-with-team-is-now-pending: *695 + response-if-users-membership-with-team-is-now-pending: *696 '403': description: Forbidden if team synchronization is set up '422': @@ -103501,7 +103521,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: - - *689 + - *690 - *213 responses: '204': @@ -103530,7 +103550,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-projects-legacy parameters: - - *689 + - *690 - *17 - *19 responses: @@ -103540,9 +103560,9 @@ paths: application/json: schema: type: array - items: *363 + items: *364 examples: - default: *696 + default: *697 headers: Link: *38 '404': *6 @@ -103568,16 +103588,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: - - *689 - - *364 + - *690 + - *365 responses: '200': description: Response content: application/json: - schema: *363 + schema: *364 examples: - default: *697 + default: *698 '404': description: Not Found if project is not managed by this team x-github: @@ -103601,8 +103621,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: - - *689 - - *364 + - *690 + - *365 requestBody: required: false content: @@ -103669,8 +103689,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: - - *689 - - *364 + - *690 + - *365 responses: '204': description: Response @@ -103697,7 +103717,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-repositories-legacy parameters: - - *689 + - *690 - *17 - *19 responses: @@ -103739,15 +103759,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: - - *689 - - *365 + - *690 - *366 + - *367 responses: '200': description: Alternative response with extra repository information content: application/json: - schema: *698 + schema: *699 examples: alternative-response-with-extra-repository-information: value: @@ -103898,9 +103918,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: - - *689 - - *365 + - *690 - *366 + - *367 requestBody: required: false content: @@ -103950,9 +103970,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: - - *689 - - *365 + - *690 - *366 + - *367 responses: '204': description: Response @@ -103981,15 +104001,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: - - *689 + - *690 responses: '200': description: Response content: application/json: - schema: *367 + schema: *368 examples: - default: *368 + default: *369 '403': *27 '404': *6 x-github: @@ -104016,7 +104036,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: - - *689 + - *690 requestBody: required: true content: @@ -104077,7 +104097,7 @@ paths: description: Response content: application/json: - schema: *367 + schema: *368 examples: default: value: @@ -104108,7 +104128,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-child-teams-legacy parameters: - - *689 + - *690 - *17 - *19 responses: @@ -104120,7 +104140,7 @@ paths: type: array items: *222 examples: - response-if-child-teams-exist: *699 + response-if-child-teams-exist: *700 headers: Link: *38 '404': *6 @@ -104153,7 +104173,7 @@ paths: application/json: schema: oneOf: - - &701 + - &702 title: Private User description: Private User type: object @@ -104403,7 +104423,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *700 + - *701 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -104563,7 +104583,7 @@ paths: description: Response content: application/json: - schema: *701 + schema: *702 examples: default: value: @@ -104909,7 +104929,7 @@ paths: application/json: schema: *286 examples: - default: *474 + default: *475 '202': description: Response when the codespace creation partially failed but is being retried in the background @@ -104917,7 +104937,7 @@ paths: application/json: schema: *286 examples: - default: *474 + default: *475 '401': *23 '403': *27 '404': *6 @@ -104961,7 +104981,7 @@ paths: type: integer secrets: type: array - items: &702 + items: &703 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -105003,7 +105023,7 @@ paths: - visibility - selected_repositories_url examples: - default: *476 + default: *477 headers: Link: *38 x-github: @@ -105081,7 +105101,7 @@ paths: description: Response content: application/json: - schema: *702 + schema: *703 examples: default: value: @@ -105227,7 +105247,7 @@ paths: type: array items: *191 examples: - default: *703 + default: *704 '401': *23 '403': *27 '404': *6 @@ -105379,7 +105399,7 @@ paths: application/json: schema: *286 examples: - default: *474 + default: *475 '304': *35 '500': *83 '401': *23 @@ -105437,7 +105457,7 @@ paths: application/json: schema: *286 examples: - default: *474 + default: *475 '401': *23 '403': *27 '404': *6 @@ -105494,7 +105514,7 @@ paths: description: Response content: application/json: - schema: &704 + schema: &705 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -105547,7 +105567,7 @@ paths: examples: - https://github.com/octocat/hello-world/tree/:branch examples: - default: &705 + default: &706 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -105592,9 +105612,9 @@ paths: description: Response content: application/json: - schema: *704 + schema: *705 examples: - default: *705 + default: *706 '404': *6 x-github: githubCloudOnly: false @@ -105631,9 +105651,9 @@ paths: type: integer machines: type: array - items: *475 + items: *476 examples: - default: *706 + default: *707 '304': *35 '500': *83 '401': *23 @@ -105718,11 +105738,11 @@ paths: - 26a7c758-7299-4a73-b978-5a92a7ae98a0 owner: *4 billable_owner: *4 - repository: *378 + repository: *379 machine: anyOf: - type: 'null' - - *475 + - *476 devcontainer_path: description: Path to devcontainer.json from repo root used to create Codespace. @@ -106527,7 +106547,7 @@ paths: application/json: schema: *286 examples: - default: *474 + default: *475 '304': *35 '500': *83 '400': *14 @@ -106567,7 +106587,7 @@ paths: application/json: schema: *286 examples: - default: *474 + default: *475 '500': *83 '401': *23 '403': *27 @@ -106599,7 +106619,7 @@ paths: type: array items: *297 examples: - default: &719 + default: &720 value: - id: 197 name: hello_docker @@ -106700,7 +106720,7 @@ paths: application/json: schema: type: array - items: &707 + items: &708 title: Email description: Email type: object @@ -106770,9 +106790,9 @@ paths: application/json: schema: type: array - items: *707 + items: *708 examples: - default: &721 + default: &722 value: - email: octocat@github.com verified: true @@ -106849,7 +106869,7 @@ paths: application/json: schema: type: array - items: *707 + items: *708 examples: default: value: @@ -107107,7 +107127,7 @@ paths: application/json: schema: type: array - items: &708 + items: &709 title: GPG Key description: A unique encryption key type: object @@ -107252,7 +107272,7 @@ paths: - subkeys - revoked examples: - default: &732 + default: &733 value: - id: 3 name: Octocat's GPG Key @@ -107337,9 +107357,9 @@ paths: description: Response content: application/json: - schema: *708 + schema: *709 examples: - default: &709 + default: &710 value: id: 3 name: Octocat's GPG Key @@ -107396,7 +107416,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: - - &710 + - &711 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -107408,9 +107428,9 @@ paths: description: Response content: application/json: - schema: *708 + schema: *709 examples: - default: *709 + default: *710 '404': *6 '304': *35 '403': *27 @@ -107433,7 +107453,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: - - *710 + - *711 responses: '204': description: Response @@ -107624,7 +107644,7 @@ paths: type: array items: *62 examples: - default: *711 + default: *712 headers: Link: *38 '404': *6 @@ -107738,7 +107758,7 @@ paths: required: true content: application/json: - schema: *546 + schema: *547 examples: default: value: @@ -107888,7 +107908,7 @@ paths: application/json: schema: type: array - items: &712 + items: &713 title: Key description: Key type: object @@ -107986,9 +108006,9 @@ paths: description: Response content: application/json: - schema: *712 + schema: *713 examples: - default: &713 + default: &714 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -108021,15 +108041,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: - - *573 + - *574 responses: '200': description: Response content: application/json: - schema: *712 + schema: *713 examples: - default: *713 + default: *714 '404': *6 '304': *35 '403': *27 @@ -108052,7 +108072,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: - - *573 + - *574 responses: '204': description: Response @@ -108085,7 +108105,7 @@ paths: application/json: schema: type: array - items: &714 + items: &715 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -108164,7 +108184,7 @@ paths: - account - plan examples: - default: &715 + default: &716 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -108226,9 +108246,9 @@ paths: application/json: schema: type: array - items: *714 + items: *715 examples: - default: *715 + default: *716 headers: Link: *38 '304': *35 @@ -109232,7 +109252,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#unlock-a-user-repository parameters: - *292 - - *716 + - *717 responses: '204': description: Response @@ -109305,7 +109325,7 @@ paths: type: array items: *57 examples: - default: *717 + default: *718 headers: Link: *38 '304': *35 @@ -109347,7 +109367,7 @@ paths: - docker - nuget - container - - *718 + - *719 - *19 - *17 responses: @@ -109359,8 +109379,8 @@ paths: type: array items: *297 examples: - default: *719 - '400': *720 + default: *720 + '400': *721 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -109389,7 +109409,7 @@ paths: application/json: schema: *297 examples: - default: &733 + default: &734 value: id: 40201 name: octo-name @@ -109844,9 +109864,9 @@ paths: application/json: schema: type: array - items: *707 + items: *708 examples: - default: *721 + default: *722 headers: Link: *38 '304': *35 @@ -109959,7 +109979,7 @@ paths: type: array items: *62 examples: - default: &728 + default: &729 summary: Default response value: - id: 1296269 @@ -110277,9 +110297,9 @@ paths: description: Response content: application/json: - schema: *378 + schema: *379 examples: - default: *380 + default: *381 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -110317,9 +110337,9 @@ paths: application/json: schema: type: array - items: *548 + items: *549 examples: - default: *722 + default: *723 headers: Link: *38 '304': *35 @@ -110398,7 +110418,7 @@ paths: application/json: schema: type: array - items: &723 + items: &724 title: Social account description: Social media account type: object @@ -110415,7 +110435,7 @@ paths: - provider - url examples: - default: &724 + default: &725 value: - provider: twitter url: https://twitter.com/github @@ -110478,9 +110498,9 @@ paths: application/json: schema: type: array - items: *723 + items: *724 examples: - default: *724 + default: *725 '422': *15 '304': *35 '404': *6 @@ -110568,7 +110588,7 @@ paths: application/json: schema: type: array - items: &725 + items: &726 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -110588,7 +110608,7 @@ paths: - title - created_at examples: - default: &734 + default: &735 value: - key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -110655,9 +110675,9 @@ paths: description: Response content: application/json: - schema: *725 + schema: *726 examples: - default: &726 + default: &727 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -110688,7 +110708,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: - - &727 + - &728 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -110700,9 +110720,9 @@ paths: description: Response content: application/json: - schema: *725 + schema: *726 examples: - default: *726 + default: *727 '404': *6 '304': *35 '403': *27 @@ -110725,7 +110745,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: - - *727 + - *728 responses: '204': description: Response @@ -110754,7 +110774,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: - - &735 + - &736 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 @@ -110779,11 +110799,11 @@ paths: type: array items: *62 examples: - default-response: *728 + default-response: *729 application/vnd.github.v3.star+json: schema: type: array - items: &736 + items: &737 title: Starred Repository description: Starred Repository type: object @@ -110939,8 +110959,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: - - *365 - *366 + - *367 responses: '204': description: Response if this repository is starred by you @@ -110968,8 +110988,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: - - *365 - *366 + - *367 responses: '204': description: Response @@ -110993,8 +111013,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: - - *365 - *366 + - *367 responses: '204': description: Response @@ -111066,7 +111086,7 @@ paths: application/json: schema: type: array - items: *346 + items: *347 examples: default: value: @@ -111152,10 +111172,10 @@ paths: application/json: schema: oneOf: + - *702 - *701 - - *700 examples: - default-response: &730 + default-response: &731 summary: Default response value: login: octocat @@ -111190,7 +111210,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &731 + response-with-git-hub-plan-information: &732 summary: Response with GitHub plan information value: login: octocat @@ -111250,7 +111270,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/users#list-users parameters: - - *729 + - *730 - *17 responses: '200': @@ -111299,11 +111319,11 @@ paths: application/json: schema: oneOf: + - *702 - *701 - - *700 examples: - default-response: *730 - response-with-git-hub-plan-information: *731 + default-response: *731 + response-with-git-hub-plan-information: *732 '404': *6 x-github: githubCloudOnly: false @@ -111379,7 +111399,7 @@ paths: bundle_url: type: string examples: - default: *418 + default: *419 '201': description: Response content: @@ -111420,7 +111440,7 @@ paths: type: array items: *297 examples: - default: *719 + default: *720 '403': *27 '401': *23 x-github: @@ -111824,9 +111844,9 @@ paths: application/json: schema: type: array - items: *708 + items: *709 examples: - default: *732 + default: *733 headers: Link: *38 x-github: @@ -111930,7 +111950,7 @@ paths: application/json: schema: *20 examples: - default: *545 + default: *546 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -112008,7 +112028,7 @@ paths: type: array items: *57 examples: - default: *717 + default: *718 headers: Link: *38 x-github: @@ -112047,7 +112067,7 @@ paths: - docker - nuget - container - - *718 + - *719 - *213 - *19 - *17 @@ -112060,10 +112080,10 @@ paths: type: array items: *297 examples: - default: *719 + default: *720 '403': *27 '401': *23 - '400': *720 + '400': *721 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -112093,7 +112113,7 @@ paths: application/json: schema: *297 examples: - default: *733 + default: *734 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -112692,9 +112712,9 @@ paths: description: Response content: application/json: - schema: *333 + schema: *334 examples: - default: *334 + default: *335 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -112722,9 +112742,9 @@ paths: description: Response content: application/json: - schema: *338 + schema: *339 examples: - default: *339 + default: *340 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -112752,9 +112772,9 @@ paths: description: Response content: application/json: - schema: *340 + schema: *341 examples: - default: *341 + default: *342 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -112877,9 +112897,9 @@ paths: application/json: schema: type: array - items: *723 + items: *724 examples: - default: *724 + default: *725 headers: Link: *38 x-github: @@ -112909,9 +112929,9 @@ paths: application/json: schema: type: array - items: *725 + items: *726 examples: - default: *734 + default: *735 headers: Link: *38 x-github: @@ -112936,7 +112956,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-repositories-starred-by-a-user parameters: - *213 - - *735 + - *736 - *86 - *17 - *19 @@ -112948,11 +112968,11 @@ paths: schema: anyOf: - type: array - items: *736 + items: *737 - type: array items: *62 examples: - default-response: *728 + default-response: *729 headers: Link: *38 x-github: @@ -113112,7 +113132,7 @@ webhooks: type: string enum: - disabled - enterprise: &737 + enterprise: &738 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -113181,7 +113201,7 @@ webhooks: - created_at - updated_at - avatar_url - installation: &738 + installation: &739 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -113202,7 +113222,7 @@ webhooks: required: - id - node_id - organization: &739 + organization: &740 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -113275,7 +113295,7 @@ webhooks: - public_members_url - avatar_url - description - repository: &740 + repository: &741 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property @@ -114188,10 +114208,10 @@ webhooks: type: string enum: - enabled - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -114267,11 +114287,11 @@ webhooks: type: string enum: - created - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 - rule: &741 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 + rule: &742 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) @@ -114494,11 +114514,11 @@ webhooks: type: string enum: - deleted - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 - rule: *741 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 + rule: *742 sender: *4 required: - action @@ -114686,11 +114706,11 @@ webhooks: - everyone required: - from - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 - rule: *741 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 + rule: *742 sender: *4 required: - action @@ -114761,7 +114781,7 @@ webhooks: required: true content: application/json: - schema: &744 + schema: &745 title: Exemption request cancellation event type: object properties: @@ -114769,11 +114789,11 @@ webhooks: type: string enum: - cancelled - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 - exemption_request: &742 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 + exemption_request: &743 title: Exemption Request description: A request from a user to be exempted from a set of rules. @@ -115011,7 +115031,7 @@ webhooks: - array - 'null' description: The responses to the exemption request. - items: &743 + items: &744 title: Exemption response description: A response to an exemption request by a delegated bypasser. @@ -115121,7 +115141,7 @@ webhooks: required: true content: application/json: - schema: &745 + schema: &746 title: Exemption request completed event type: object properties: @@ -115129,11 +115149,11 @@ webhooks: type: string enum: - completed - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 - exemption_request: *742 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 + exemption_request: *743 sender: *4 required: - action @@ -115203,7 +115223,7 @@ webhooks: required: true content: application/json: - schema: &746 + schema: &747 title: Exemption request created event type: object properties: @@ -115211,11 +115231,11 @@ webhooks: type: string enum: - created - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 - exemption_request: *742 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 + exemption_request: *743 sender: *4 required: - action @@ -115285,7 +115305,7 @@ webhooks: required: true content: application/json: - schema: &747 + schema: &748 title: Exemption response dismissed event type: object properties: @@ -115293,12 +115313,12 @@ webhooks: type: string enum: - response_dismissed - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 - exemption_request: *742 - exemption_response: *743 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 + exemption_request: *743 + exemption_response: *744 sender: *4 required: - action @@ -115370,7 +115390,7 @@ webhooks: required: true content: application/json: - schema: &748 + schema: &749 title: Exemption response submitted event type: object properties: @@ -115378,12 +115398,12 @@ webhooks: type: string enum: - response_submitted - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 - exemption_request: *742 - exemption_response: *743 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 + exemption_request: *743 + exemption_response: *744 sender: *4 required: - action @@ -115456,7 +115476,7 @@ webhooks: required: true content: application/json: - schema: *744 + schema: *745 responses: '200': description: Return a 200 status to indicate that the data was received @@ -115523,7 +115543,7 @@ webhooks: required: true content: application/json: - schema: *745 + schema: *746 responses: '200': description: Return a 200 status to indicate that the data was received @@ -115590,7 +115610,7 @@ webhooks: required: true content: application/json: - schema: *746 + schema: *747 responses: '200': description: Return a 200 status to indicate that the data was received @@ -115657,7 +115677,7 @@ webhooks: required: true content: application/json: - schema: *747 + schema: *748 responses: '200': description: Return a 200 status to indicate that the data was received @@ -115725,7 +115745,7 @@ webhooks: required: true content: application/json: - schema: *748 + schema: *749 responses: '200': description: Return a 200 status to indicate that the data was received @@ -115803,7 +115823,7 @@ webhooks: type: string enum: - completed - check_run: &750 + check_run: &751 title: CheckRun description: A check performed on the code of a given code change type: object @@ -115871,7 +115891,7 @@ webhooks: - MDEwOkNoZWNrU3VpdGU1 pull_requests: type: array - items: *437 + items: *438 repository: *191 status: type: string @@ -115916,7 +115936,7 @@ webhooks: - examples: - neutral - deployment: *749 + deployment: *750 details_url: type: string examples: @@ -115976,7 +115996,7 @@ webhooks: - annotations_url pull_requests: type: array - items: *437 + items: *438 started_at: type: string format: date-time @@ -116014,9 +116034,9 @@ webhooks: - output - app - pull_requests - installation: *738 - organization: *739 - repository: *740 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - check_run @@ -116409,10 +116429,10 @@ webhooks: type: string enum: - created - check_run: *750 - installation: *738 - organization: *739 - repository: *740 + check_run: *751 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - check_run @@ -116808,10 +116828,10 @@ webhooks: type: string enum: - requested_action - check_run: *750 - installation: *738 - organization: *739 - repository: *740 + check_run: *751 + installation: *739 + organization: *740 + repository: *741 requested_action: description: The action requested by the user. type: object @@ -117216,10 +117236,10 @@ webhooks: type: string enum: - rerequested - check_run: *750 - installation: *738 - organization: *739 - repository: *740 + check_run: *751 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - check_run @@ -118211,10 +118231,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -118899,10 +118919,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -119581,10 +119601,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -119750,7 +119770,7 @@ webhooks: required: - login - id - dismissed_comment: *449 + dismissed_comment: *450 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -119902,20 +119922,20 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: &751 + commit_oid: &752 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: *737 - installation: *738 - organization: *739 - ref: &752 + enterprise: *738 + installation: *739 + organization: *740 + ref: &753 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: *740 + repository: *741 sender: *4 required: - action @@ -120079,7 +120099,7 @@ webhooks: required: - login - id - dismissed_comment: *449 + dismissed_comment: *450 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -120320,12 +120340,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *751 - enterprise: *737 - installation: *738 - organization: *739 - ref: *752 - repository: *740 + commit_oid: *752 + enterprise: *738 + installation: *739 + organization: *740 + ref: *753 + repository: *741 sender: *4 required: - action @@ -120423,7 +120443,7 @@ webhooks: dismissed_by: type: - 'null' - dismissed_comment: *449 + dismissed_comment: *450 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -120605,12 +120625,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *751 - enterprise: *737 - installation: *738 - organization: *739 - ref: *752 - repository: *740 + commit_oid: *752 + enterprise: *738 + installation: *739 + organization: *740 + ref: *753 + repository: *741 sender: *4 required: - action @@ -120776,7 +120796,7 @@ webhooks: required: - login - id - dismissed_comment: *449 + dismissed_comment: *450 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -120953,12 +120973,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *751 - enterprise: *737 - installation: *738 - organization: *739 - ref: *752 - repository: *740 + commit_oid: *752 + enterprise: *738 + installation: *739 + organization: *740 + ref: *753 + repository: *741 sender: *4 required: - action @@ -121058,7 +121078,7 @@ webhooks: type: - object - 'null' - dismissed_comment: *449 + dismissed_comment: *450 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -121238,9 +121258,9 @@ webhooks: type: - string - 'null' - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *738 + installation: *739 + organization: *740 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event @@ -121248,7 +121268,7 @@ webhooks: type: - string - 'null' - repository: *740 + repository: *741 sender: *4 required: - action @@ -121344,7 +121364,7 @@ webhooks: dismissed_by: type: - 'null' - dismissed_comment: *449 + dismissed_comment: *450 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -121491,12 +121511,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *751 - enterprise: *737 - installation: *738 - organization: *739 - ref: *752 - repository: *740 + commit_oid: *752 + enterprise: *738 + installation: *739 + organization: *740 + ref: *753 + repository: *741 sender: *4 required: - action @@ -121758,10 +121778,10 @@ webhooks: - updated_at - author_association - body - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -121842,18 +121862,18 @@ webhooks: type: - string - 'null' - enterprise: *737 - installation: *738 + enterprise: *738 + installation: *739 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *739 - pusher_type: &753 + organization: *740 + pusher_type: &754 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &754 + ref: &755 description: The [`git ref`](https://docs.github.com/enterprise-cloud@latest//rest/git/refs#get-a-reference) resource. type: string @@ -121863,7 +121883,7 @@ webhooks: enum: - tag - branch - repository: *740 + repository: *741 sender: *4 required: - ref @@ -121946,9 +121966,9 @@ webhooks: enum: - created definition: *112 - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *738 + installation: *739 + organization: *740 sender: *4 required: - action @@ -122033,9 +122053,9 @@ webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *738 + installation: *739 + organization: *740 sender: *4 required: - action @@ -122113,9 +122133,9 @@ webhooks: enum: - promote_to_enterprise definition: *112 - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *738 + installation: *739 + organization: *740 sender: *4 required: - action @@ -122193,9 +122213,9 @@ webhooks: enum: - updated definition: *112 - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *738 + installation: *739 + organization: *740 sender: *4 required: - action @@ -122272,10 +122292,10 @@ webhooks: type: string enum: - updated - enterprise: *737 - installation: *738 - repository: *740 - organization: *739 + enterprise: *738 + installation: *739 + repository: *741 + organization: *740 sender: *4 new_property_values: type: array @@ -122360,18 +122380,18 @@ webhooks: title: delete event type: object properties: - enterprise: *737 - installation: *738 - organization: *739 - pusher_type: *753 - ref: *754 + enterprise: *738 + installation: *739 + organization: *740 + pusher_type: *754 + ref: *755 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *740 + repository: *741 sender: *4 required: - ref @@ -122455,11 +122475,11 @@ webhooks: type: string enum: - auto_dismissed - alert: *501 - installation: *738 - organization: *739 - enterprise: *737 - repository: *740 + alert: *502 + installation: *739 + organization: *740 + enterprise: *738 + repository: *741 sender: *4 required: - action @@ -122543,11 +122563,11 @@ webhooks: type: string enum: - auto_reopened - alert: *501 - installation: *738 - organization: *739 - enterprise: *737 - repository: *740 + alert: *502 + installation: *739 + organization: *740 + enterprise: *738 + repository: *741 sender: *4 required: - action @@ -122631,11 +122651,11 @@ webhooks: type: string enum: - created - alert: *501 - installation: *738 - organization: *739 - enterprise: *737 - repository: *740 + alert: *502 + installation: *739 + organization: *740 + enterprise: *738 + repository: *741 sender: *4 required: - action @@ -122717,11 +122737,11 @@ webhooks: type: string enum: - dismissed - alert: *501 - installation: *738 - organization: *739 - enterprise: *737 - repository: *740 + alert: *502 + installation: *739 + organization: *740 + enterprise: *738 + repository: *741 sender: *4 required: - action @@ -122803,11 +122823,11 @@ webhooks: type: string enum: - fixed - alert: *501 - installation: *738 - organization: *739 - enterprise: *737 - repository: *740 + alert: *502 + installation: *739 + organization: *740 + enterprise: *738 + repository: *741 sender: *4 required: - action @@ -122890,11 +122910,11 @@ webhooks: type: string enum: - reintroduced - alert: *501 - installation: *738 - organization: *739 - enterprise: *737 - repository: *740 + alert: *502 + installation: *739 + organization: *740 + enterprise: *738 + repository: *741 sender: *4 required: - action @@ -122976,11 +122996,11 @@ webhooks: type: string enum: - reopened - alert: *501 - installation: *738 - organization: *739 - enterprise: *737 - repository: *740 + alert: *502 + installation: *739 + organization: *740 + enterprise: *738 + repository: *741 sender: *4 required: - action @@ -123057,9 +123077,9 @@ webhooks: type: string enum: - created - enterprise: *737 - installation: *738 - key: &755 + enterprise: *738 + installation: *739 + key: &756 description: The [`deploy key`](https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -123097,8 +123117,8 @@ webhooks: - verified - created_at - read_only - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 required: - action @@ -123175,11 +123195,11 @@ webhooks: type: string enum: - deleted - enterprise: *737 - installation: *738 - key: *755 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + key: *756 + organization: *740 + repository: *741 sender: *4 required: - action @@ -123751,12 +123771,12 @@ webhooks: - updated_at - statuses_url - repository_url - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 - workflow: &759 + workflow: &760 title: Workflow type: - object @@ -124494,13 +124514,13 @@ webhooks: description: The URL to review the deployment protection rule. type: string format: uri - deployment: *507 + deployment: *508 pull_requests: type: array - items: *592 - repository: *740 - organization: *739 - installation: *738 + items: *593 + repository: *741 + organization: *740 + installation: *739 sender: *4 responses: '200': @@ -124571,7 +124591,7 @@ webhooks: type: string enum: - approved - approver: &756 + approver: &757 type: object properties: avatar_url: @@ -124614,11 +124634,11 @@ webhooks: type: string comment: type: string - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 - reviewers: &757 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 + reviewers: &758 type: array items: type: object @@ -124699,7 +124719,7 @@ webhooks: sender: *4 since: type: string - workflow_job_run: &758 + workflow_job_run: &759 type: object properties: conclusion: @@ -125445,18 +125465,18 @@ webhooks: type: string enum: - rejected - approver: *756 + approver: *757 comment: type: string - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 - reviewers: *757 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 + reviewers: *758 sender: *4 since: type: string - workflow_job_run: *758 + workflow_job_run: *759 workflow_job_runs: type: array items: @@ -126173,13 +126193,13 @@ webhooks: type: string enum: - requested - enterprise: *737 + enterprise: *738 environment: type: string - installation: *738 - organization: *739 - repository: *740 - requestor: &764 + installation: *739 + organization: *740 + repository: *741 + requestor: &765 title: User type: - object @@ -128122,12 +128142,12 @@ webhooks: - updated_at - deployment_url - repository_url - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 - workflow: *759 + workflow: *760 workflow_run: title: Deployment Workflow Run type: @@ -128818,7 +128838,7 @@ webhooks: type: string enum: - answered - answer: &762 + answer: &763 type: object properties: author_association: @@ -128978,7 +128998,7 @@ webhooks: - created_at - updated_at - body - discussion: &760 + discussion: &761 title: Discussion description: A Discussion in a repository. type: object @@ -129274,7 +129294,7 @@ webhooks: - id labels: type: array - items: *555 + items: *556 required: - repository_url - category @@ -129296,10 +129316,10 @@ webhooks: - author_association - active_lock_reason - body - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -129426,11 +129446,11 @@ webhooks: - from required: - category - discussion: *760 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + discussion: *761 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -129513,11 +129533,11 @@ webhooks: type: string enum: - closed - discussion: *760 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + discussion: *761 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -129599,7 +129619,7 @@ webhooks: type: string enum: - created - comment: &761 + comment: &762 type: object properties: author_association: @@ -129759,11 +129779,11 @@ webhooks: - updated_at - body - reactions - discussion: *760 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + discussion: *761 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -129846,12 +129866,12 @@ webhooks: type: string enum: - deleted - comment: *761 - discussion: *760 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + comment: *762 + discussion: *761 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -129946,12 +129966,12 @@ webhooks: - from required: - body - comment: *761 - discussion: *760 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + comment: *762 + discussion: *761 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -130035,11 +130055,11 @@ webhooks: type: string enum: - created - discussion: *760 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + discussion: *761 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -130121,11 +130141,11 @@ webhooks: type: string enum: - deleted - discussion: *760 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + discussion: *761 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -130225,11 +130245,11 @@ webhooks: type: string required: - from - discussion: *760 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + discussion: *761 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -130311,10 +130331,10 @@ webhooks: type: string enum: - labeled - discussion: *760 - enterprise: *737 - installation: *738 - label: &763 + discussion: *761 + enterprise: *738 + installation: *739 + label: &764 title: Label type: object properties: @@ -130347,8 +130367,8 @@ webhooks: - color - default - description - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 required: - action @@ -130431,11 +130451,11 @@ webhooks: type: string enum: - locked - discussion: *760 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + discussion: *761 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -130517,11 +130537,11 @@ webhooks: type: string enum: - pinned - discussion: *760 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + discussion: *761 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -130603,11 +130623,11 @@ webhooks: type: string enum: - reopened - discussion: *760 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + discussion: *761 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -130692,16 +130712,16 @@ webhooks: changes: type: object properties: - new_discussion: *760 - new_repository: *740 + new_discussion: *761 + new_repository: *741 required: - new_discussion - new_repository - discussion: *760 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + discussion: *761 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -130784,10 +130804,10 @@ webhooks: type: string enum: - unanswered - discussion: *760 - old_answer: *762 - organization: *739 - repository: *740 + discussion: *761 + old_answer: *763 + organization: *740 + repository: *741 sender: *4 required: - action @@ -130869,12 +130889,12 @@ webhooks: type: string enum: - unlabeled - discussion: *760 - enterprise: *737 - installation: *738 - label: *763 - organization: *739 - repository: *740 + discussion: *761 + enterprise: *738 + installation: *739 + label: *764 + organization: *740 + repository: *741 sender: *4 required: - action @@ -130957,11 +130977,11 @@ webhooks: type: string enum: - unlocked - discussion: *760 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + discussion: *761 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -131043,11 +131063,11 @@ webhooks: type: string enum: - unpinned - discussion: *760 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + discussion: *761 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -131119,7 +131139,7 @@ webhooks: required: true content: application/json: - schema: *746 + schema: *747 responses: '200': description: Return a 200 status to indicate that the data was received @@ -131185,7 +131205,7 @@ webhooks: required: true content: application/json: - schema: *748 + schema: *749 responses: '200': description: Return a 200 status to indicate that the data was received @@ -131251,7 +131271,7 @@ webhooks: required: true content: application/json: - schema: *744 + schema: *745 responses: '200': description: Return a 200 status to indicate that the data was received @@ -131317,7 +131337,7 @@ webhooks: required: true content: application/json: - schema: *745 + schema: *746 responses: '200': description: Return a 200 status to indicate that the data was received @@ -131383,7 +131403,7 @@ webhooks: required: true content: application/json: - schema: *746 + schema: *747 responses: '200': description: Return a 200 status to indicate that the data was received @@ -131449,7 +131469,7 @@ webhooks: required: true content: application/json: - schema: *747 + schema: *748 responses: '200': description: Return a 200 status to indicate that the data was received @@ -131515,7 +131535,7 @@ webhooks: required: true content: application/json: - schema: *748 + schema: *749 responses: '200': description: Return a 200 status to indicate that the data was received @@ -131582,7 +131602,7 @@ webhooks: description: A user forks a repository. type: object properties: - enterprise: *737 + enterprise: *738 forkee: description: The created [`repository`](https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository) resource. @@ -132260,9 +132280,9 @@ webhooks: type: integer watchers_count: type: integer - installation: *738 - organization: *739 - repository: *740 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - forkee @@ -132408,9 +132428,9 @@ webhooks: title: gollum event type: object properties: - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *738 + installation: *739 + organization: *740 pages: description: The pages that were updated. type: array @@ -132448,7 +132468,7 @@ webhooks: - action - sha - html_url - repository: *740 + repository: *741 sender: *4 required: - pages @@ -132524,10 +132544,10 @@ webhooks: type: string enum: - created - enterprise: *737 + enterprise: *738 installation: *20 - organization: *739 - repositories: &765 + organization: *740 + repositories: &766 description: An array of repository objects that the installation can access. type: array @@ -132553,8 +132573,8 @@ webhooks: - name - full_name - private - repository: *740 - requester: *764 + repository: *741 + requester: *765 sender: *4 required: - action @@ -132629,11 +132649,11 @@ webhooks: type: string enum: - deleted - enterprise: *737 + enterprise: *738 installation: *20 - organization: *739 - repositories: *765 - repository: *740 + organization: *740 + repositories: *766 + repository: *741 requester: type: - 'null' @@ -132710,11 +132730,11 @@ webhooks: type: string enum: - new_permissions_accepted - enterprise: *737 + enterprise: *738 installation: *20 - organization: *739 - repositories: *765 - repository: *740 + organization: *740 + repositories: *766 + repository: *741 requester: type: - 'null' @@ -132791,10 +132811,10 @@ webhooks: type: string enum: - added - enterprise: *737 + enterprise: *738 installation: *20 - organization: *739 - repositories_added: &766 + organization: *740 + repositories_added: &767 description: An array of repository objects, which were added to the installation. type: array @@ -132840,15 +132860,15 @@ webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *740 - repository_selection: &767 + repository: *741 + repository_selection: &768 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *764 + requester: *765 sender: *4 required: - action @@ -132927,10 +132947,10 @@ webhooks: type: string enum: - removed - enterprise: *737 + enterprise: *738 installation: *20 - organization: *739 - repositories_added: *766 + organization: *740 + repositories_added: *767 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -132957,9 +132977,9 @@ webhooks: - name - full_name - private - repository: *740 - repository_selection: *767 - requester: *764 + repository: *741 + repository_selection: *768 + requester: *765 sender: *4 required: - action @@ -133038,11 +133058,11 @@ webhooks: type: string enum: - suspend - enterprise: *737 + enterprise: *738 installation: *20 - organization: *739 - repositories: *765 - repository: *740 + organization: *740 + repositories: *766 + repository: *741 requester: type: - 'null' @@ -133225,10 +133245,10 @@ webhooks: type: string required: - from - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 target_type: type: string @@ -133307,11 +133327,11 @@ webhooks: type: string enum: - unsuspend - enterprise: *737 + enterprise: *738 installation: *20 - organization: *739 - repositories: *765 - repository: *740 + organization: *740 + repositories: *766 + repository: *741 requester: type: - 'null' @@ -133559,8 +133579,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *737 - installation: *738 + enterprise: *738 + installation: *739 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -134751,8 +134771,8 @@ webhooks: - state - locked - assignee - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 required: - action @@ -134832,7 +134852,7 @@ webhooks: type: string enum: - deleted - comment: &768 + comment: &769 title: issue comment description: The [comment](https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#get-an-issue-comment) itself. @@ -134999,8 +135019,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *737 - installation: *738 + enterprise: *738 + installation: *739 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -136189,8 +136209,8 @@ webhooks: - state - locked - assignee - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 required: - action @@ -136270,7 +136290,7 @@ webhooks: type: string enum: - edited - changes: &793 + changes: &794 description: The changes to the comment. type: object properties: @@ -136282,9 +136302,9 @@ webhooks: type: string required: - from - comment: *768 - enterprise: *737 - installation: *738 + comment: *769 + enterprise: *738 + installation: *739 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -137474,8 +137494,8 @@ webhooks: - state - locked - assignee - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 required: - action @@ -137557,10 +137577,10 @@ webhooks: type: string enum: - assigned - assignee: *764 - enterprise: *737 - installation: *738 - issue: &771 + assignee: *765 + enterprise: *738 + installation: *739 + issue: &772 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -138505,8 +138525,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 required: - action @@ -138586,8 +138606,8 @@ webhooks: type: string enum: - closed - enterprise: *737 - installation: *738 + enterprise: *738 + installation: *739 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -139680,8 +139700,8 @@ webhooks: required: - state - closed_at - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 required: - action @@ -139760,8 +139780,8 @@ webhooks: type: string enum: - deleted - enterprise: *737 - installation: *738 + enterprise: *738 + installation: *739 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -140701,8 +140721,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 required: - action @@ -140781,8 +140801,8 @@ webhooks: type: string enum: - demilestoned - enterprise: *737 - installation: *738 + enterprise: *738 + installation: *739 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -141724,7 +141744,7 @@ webhooks: format: uri user_view_type: type: string - milestone: &769 + milestone: &770 title: Milestone description: A collection of related issues and pull requests. type: object @@ -141867,8 +141887,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 required: - action @@ -141967,8 +141987,8 @@ webhooks: type: string required: - from - enterprise: *737 - installation: *738 + enterprise: *738 + installation: *739 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -142913,9 +142933,9 @@ webhooks: - active_lock_reason - body - reactions - label: *763 - organization: *739 - repository: *740 + label: *764 + organization: *740 + repository: *741 sender: *4 required: - action @@ -142995,8 +143015,8 @@ webhooks: type: string enum: - labeled - enterprise: *737 - installation: *738 + enterprise: *738 + installation: *739 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -143940,9 +143960,9 @@ webhooks: - active_lock_reason - body - reactions - label: *763 - organization: *739 - repository: *740 + label: *764 + organization: *740 + repository: *741 sender: *4 required: - action @@ -144022,8 +144042,8 @@ webhooks: type: string enum: - locked - enterprise: *737 - installation: *738 + enterprise: *738 + installation: *739 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -144969,8 +144989,8 @@ webhooks: format: uri user_view_type: type: string - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 required: - action @@ -145049,8 +145069,8 @@ webhooks: type: string enum: - milestoned - enterprise: *737 - installation: *738 + enterprise: *738 + installation: *739 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -145990,9 +146010,9 @@ webhooks: format: uri user_view_type: type: string - milestone: *769 - organization: *739 - repository: *740 + milestone: *770 + organization: *740 + repository: *741 sender: *4 required: - action @@ -147474,8 +147494,8 @@ webhooks: required: - old_issue - old_repository - enterprise: *737 - installation: *738 + enterprise: *738 + installation: *739 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -148419,8 +148439,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 required: - action @@ -148500,9 +148520,9 @@ webhooks: type: string enum: - pinned - enterprise: *737 - installation: *738 - issue: &770 + enterprise: *738 + installation: *739 + issue: &771 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -149440,8 +149460,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 required: - action @@ -149520,8 +149540,8 @@ webhooks: type: string enum: - reopened - enterprise: *737 - installation: *738 + enterprise: *738 + installation: *739 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -150466,8 +150486,8 @@ webhooks: user_view_type: type: string type: *280 - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 required: - action @@ -151968,11 +151988,11 @@ webhooks: required: - new_issue - new_repository - enterprise: *737 - installation: *738 - issue: *770 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + issue: *771 + organization: *740 + repository: *741 sender: *4 required: - action @@ -152052,12 +152072,12 @@ webhooks: type: string enum: - typed - enterprise: *737 - installation: *738 - issue: *771 + enterprise: *738 + installation: *739 + issue: *772 type: *280 - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 required: - action @@ -152138,7 +152158,7 @@ webhooks: type: string enum: - unassigned - assignee: &796 + assignee: &797 title: User type: - object @@ -152210,11 +152230,11 @@ webhooks: required: - login - id - enterprise: *737 - installation: *738 - issue: *771 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + issue: *772 + organization: *740 + repository: *741 sender: *4 required: - action @@ -152293,12 +152313,12 @@ webhooks: type: string enum: - unlabeled - enterprise: *737 - installation: *738 - issue: *771 - label: *763 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + issue: *772 + label: *764 + organization: *740 + repository: *741 sender: *4 required: - action @@ -152378,8 +152398,8 @@ webhooks: type: string enum: - unlocked - enterprise: *737 - installation: *738 + enterprise: *738 + installation: *739 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -153323,8 +153343,8 @@ webhooks: format: uri user_view_type: type: string - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 required: - action @@ -153404,11 +153424,11 @@ webhooks: type: string enum: - unpinned - enterprise: *737 - installation: *738 - issue: *770 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + issue: *771 + organization: *740 + repository: *741 sender: *4 required: - action @@ -153487,12 +153507,12 @@ webhooks: type: string enum: - untyped - enterprise: *737 - installation: *738 - issue: *771 + enterprise: *738 + installation: *739 + issue: *772 type: *280 - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 required: - action @@ -153572,11 +153592,11 @@ webhooks: type: string enum: - created - enterprise: *737 - installation: *738 - label: *763 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + label: *764 + organization: *740 + repository: *741 sender: *4 required: - action @@ -153654,11 +153674,11 @@ webhooks: type: string enum: - deleted - enterprise: *737 - installation: *738 - label: *763 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + label: *764 + organization: *740 + repository: *741 sender: *4 required: - action @@ -153768,11 +153788,11 @@ webhooks: type: string required: - from - enterprise: *737 - installation: *738 - label: *763 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + label: *764 + organization: *740 + repository: *741 sender: *4 required: - action @@ -153854,9 +153874,9 @@ webhooks: - cancelled effective_date: type: string - enterprise: *737 - installation: *738 - marketplace_purchase: &772 + enterprise: *738 + installation: *739 + marketplace_purchase: &773 title: Marketplace Purchase type: object required: @@ -153944,8 +153964,8 @@ webhooks: type: integer unit_count: type: integer - organization: *739 - previous_marketplace_purchase: &773 + organization: *740 + previous_marketplace_purchase: &774 title: Marketplace Purchase type: object properties: @@ -154029,7 +154049,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *740 + repository: *741 sender: *4 required: - action @@ -154109,10 +154129,10 @@ webhooks: - changed effective_date: type: string - enterprise: *737 - installation: *738 - marketplace_purchase: *772 - organization: *739 + enterprise: *738 + installation: *739 + marketplace_purchase: *773 + organization: *740 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -154200,7 +154220,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *740 + repository: *741 sender: *4 required: - action @@ -154282,10 +154302,10 @@ webhooks: - pending_change effective_date: type: string - enterprise: *737 - installation: *738 - marketplace_purchase: *772 - organization: *739 + enterprise: *738 + installation: *739 + marketplace_purchase: *773 + organization: *740 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -154371,7 +154391,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *740 + repository: *741 sender: *4 required: - action @@ -154452,8 +154472,8 @@ webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *737 - installation: *738 + enterprise: *738 + installation: *739 marketplace_purchase: title: Marketplace Purchase type: object @@ -154539,9 +154559,9 @@ webhooks: type: integer unit_count: type: integer - organization: *739 - previous_marketplace_purchase: *773 - repository: *740 + organization: *740 + previous_marketplace_purchase: *774 + repository: *741 sender: *4 required: - action @@ -154621,12 +154641,12 @@ webhooks: - purchased effective_date: type: string - enterprise: *737 - installation: *738 - marketplace_purchase: *772 - organization: *739 - previous_marketplace_purchase: *773 - repository: *740 + enterprise: *738 + installation: *739 + marketplace_purchase: *773 + organization: *740 + previous_marketplace_purchase: *774 + repository: *741 sender: *4 required: - action @@ -154728,11 +154748,11 @@ webhooks: type: string required: - to - enterprise: *737 - installation: *738 - member: *764 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + member: *765 + organization: *740 + repository: *741 sender: *4 required: - action @@ -154834,11 +154854,11 @@ webhooks: type: - string - 'null' - enterprise: *737 - installation: *738 - member: *764 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + member: *765 + organization: *740 + repository: *741 sender: *4 required: - action @@ -154917,11 +154937,11 @@ webhooks: type: string enum: - removed - enterprise: *737 - installation: *738 - member: *764 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + member: *765 + organization: *740 + repository: *741 sender: *4 required: - action @@ -154999,11 +155019,11 @@ webhooks: type: string enum: - added - enterprise: *737 - installation: *738 - member: *764 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + member: *765 + organization: *740 + repository: *741 scope: description: The scope of the membership. Currently, can only be `team`. @@ -155081,7 +155101,7 @@ webhooks: required: - login - id - team: &774 + team: &775 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -155274,11 +155294,11 @@ webhooks: type: string enum: - removed - enterprise: *737 - installation: *738 - member: *764 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + member: *765 + organization: *740 + repository: *741 scope: description: The scope of the membership. Currently, can only be `team`. @@ -155357,7 +155377,7 @@ webhooks: required: - login - id - team: *774 + team: *775 required: - action - scope @@ -155439,8 +155459,8 @@ webhooks: type: string enum: - checks_requested - installation: *738 - merge_group: &775 + installation: *739 + merge_group: &776 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -155459,15 +155479,15 @@ webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *441 + head_commit: *442 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 required: - action @@ -155553,10 +155573,10 @@ webhooks: - merged - invalidated - dequeued - installation: *738 - merge_group: *775 - organization: *739 - repository: *740 + installation: *739 + merge_group: *776 + organization: *740 + repository: *741 sender: *4 required: - action @@ -155629,7 +155649,7 @@ webhooks: type: string enum: - deleted - enterprise: *737 + enterprise: *738 hook: description: 'The modified webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -155737,12 +155757,12 @@ webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *738 - organization: *739 + installation: *739 + organization: *740 repository: anyOf: - type: 'null' - - *740 + - *741 sender: *4 required: - action @@ -155822,11 +155842,11 @@ webhooks: type: string enum: - closed - enterprise: *737 - installation: *738 - milestone: *769 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + milestone: *770 + organization: *740 + repository: *741 sender: *4 required: - action @@ -155905,9 +155925,9 @@ webhooks: type: string enum: - created - enterprise: *737 - installation: *738 - milestone: &776 + enterprise: *738 + installation: *739 + milestone: &777 title: Milestone description: A collection of related issues and pull requests. type: object @@ -156049,8 +156069,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 required: - action @@ -156129,11 +156149,11 @@ webhooks: type: string enum: - deleted - enterprise: *737 - installation: *738 - milestone: *769 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + milestone: *770 + organization: *740 + repository: *741 sender: *4 required: - action @@ -156243,11 +156263,11 @@ webhooks: type: string required: - from - enterprise: *737 - installation: *738 - milestone: *769 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + milestone: *770 + organization: *740 + repository: *741 sender: *4 required: - action @@ -156327,11 +156347,11 @@ webhooks: type: string enum: - opened - enterprise: *737 - installation: *738 - milestone: *776 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + milestone: *777 + organization: *740 + repository: *741 sender: *4 required: - action @@ -156410,11 +156430,11 @@ webhooks: type: string enum: - blocked - blocked_user: *764 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + blocked_user: *765 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -156493,11 +156513,11 @@ webhooks: type: string enum: - unblocked - blocked_user: *764 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + blocked_user: *765 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -156576,9 +156596,9 @@ webhooks: type: string enum: - deleted - enterprise: *737 - installation: *738 - membership: &777 + enterprise: *738 + installation: *739 + membership: &778 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -156672,8 +156692,8 @@ webhooks: - role - organization_url - user - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 required: - action @@ -156751,11 +156771,11 @@ webhooks: type: string enum: - member_added - enterprise: *737 - installation: *738 - membership: *777 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + membership: *778 + organization: *740 + repository: *741 sender: *4 required: - action @@ -156834,8 +156854,8 @@ webhooks: type: string enum: - member_invited - enterprise: *737 - installation: *738 + enterprise: *738 + installation: *739 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -156957,10 +156977,10 @@ webhooks: - inviter - team_count - invitation_teams_url - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 - user: *764 + user: *765 required: - action - invitation @@ -157038,11 +157058,11 @@ webhooks: type: string enum: - member_removed - enterprise: *737 - installation: *738 - membership: *777 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + membership: *778 + organization: *740 + repository: *741 sender: *4 required: - action @@ -157129,11 +157149,11 @@ webhooks: properties: from: type: string - enterprise: *737 - installation: *738 - membership: *777 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + membership: *778 + organization: *740 + repository: *741 sender: *4 required: - action @@ -157209,9 +157229,9 @@ webhooks: type: string enum: - published - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *738 + installation: *739 + organization: *740 package: description: Information about the package. type: object @@ -157734,7 +157754,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: &778 + items: &779 title: Ruby Gems metadata type: object properties: @@ -157831,7 +157851,7 @@ webhooks: - owner - package_version - registry - repository: *740 + repository: *741 sender: *4 required: - action @@ -157907,9 +157927,9 @@ webhooks: type: string enum: - updated - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *738 + installation: *739 + organization: *740 package: description: Information about the package. type: object @@ -158271,7 +158291,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *778 + items: *779 source_url: type: string format: uri @@ -158342,7 +158362,7 @@ webhooks: - owner - package_version - registry - repository: *740 + repository: *741 sender: *4 required: - action @@ -158523,12 +158543,12 @@ webhooks: - duration - created_at - updated_at - enterprise: *737 + enterprise: *738 id: type: integer - installation: *738 - organization: *739 - repository: *740 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - id @@ -158605,7 +158625,7 @@ webhooks: type: string enum: - approved - personal_access_token_request: &779 + personal_access_token_request: &780 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -158755,10 +158775,10 @@ webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *737 - organization: *739 + enterprise: *738 + organization: *740 sender: *4 - installation: *738 + installation: *739 required: - action - personal_access_token_request @@ -158835,11 +158855,11 @@ webhooks: type: string enum: - cancelled - personal_access_token_request: *779 - enterprise: *737 - organization: *739 + personal_access_token_request: *780 + enterprise: *738 + organization: *740 sender: *4 - installation: *738 + installation: *739 required: - action - personal_access_token_request @@ -158915,11 +158935,11 @@ webhooks: type: string enum: - created - personal_access_token_request: *779 - enterprise: *737 - organization: *739 + personal_access_token_request: *780 + enterprise: *738 + organization: *740 sender: *4 - installation: *738 + installation: *739 required: - action - personal_access_token_request @@ -158994,11 +159014,11 @@ webhooks: type: string enum: - denied - personal_access_token_request: *779 - organization: *739 - enterprise: *737 + personal_access_token_request: *780 + organization: *740 + enterprise: *738 sender: *4 - installation: *738 + installation: *739 required: - action - personal_access_token_request @@ -159103,7 +159123,7 @@ webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *780 + last_response: *781 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -159135,8 +159155,8 @@ webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 zen: description: Random string of GitHub zen. @@ -159381,10 +159401,10 @@ webhooks: - from required: - note - enterprise: *737 - installation: *738 - organization: *739 - project_card: &781 + enterprise: *738 + installation: *739 + organization: *740 + project_card: &782 title: Project Card type: object properties: @@ -159507,7 +159527,7 @@ webhooks: - creator - created_at - updated_at - repository: *740 + repository: *741 sender: *4 required: - action @@ -159588,11 +159608,11 @@ webhooks: type: string enum: - created - enterprise: *737 - installation: *738 - organization: *739 - project_card: *781 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + project_card: *782 + repository: *741 sender: *4 required: - action @@ -159672,9 +159692,9 @@ webhooks: type: string enum: - deleted - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *738 + installation: *739 + organization: *740 project_card: title: Project Card type: object @@ -159804,7 +159824,7 @@ webhooks: repository: anyOf: - type: 'null' - - *740 + - *741 sender: *4 required: - action @@ -159898,11 +159918,11 @@ webhooks: - from required: - note - enterprise: *737 - installation: *738 - organization: *739 - project_card: *781 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + project_card: *782 + repository: *741 sender: *4 required: - action @@ -159996,9 +160016,9 @@ webhooks: - from required: - column_id - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *738 + installation: *739 + organization: *740 project_card: allOf: - title: Project Card @@ -160195,7 +160215,7 @@ webhooks: type: string required: - after_id - repository: *740 + repository: *741 sender: *4 required: - action @@ -160275,10 +160295,10 @@ webhooks: type: string enum: - closed - enterprise: *737 - installation: *738 - organization: *739 - project: &783 + enterprise: *738 + installation: *739 + organization: *740 + project: &784 title: Project type: object properties: @@ -160405,7 +160425,7 @@ webhooks: - creator - created_at - updated_at - repository: *740 + repository: *741 sender: *4 required: - action @@ -160485,10 +160505,10 @@ webhooks: type: string enum: - created - enterprise: *737 - installation: *738 - organization: *739 - project_column: &782 + enterprise: *738 + installation: *739 + organization: *740 + project_column: &783 title: Project Column type: object properties: @@ -160528,7 +160548,7 @@ webhooks: - name - created_at - updated_at - repository: *740 + repository: *741 sender: *4 required: - action @@ -160607,14 +160627,14 @@ webhooks: type: string enum: - deleted - enterprise: *737 - installation: *738 - organization: *739 - project_column: *782 + enterprise: *738 + installation: *739 + organization: *740 + project_column: *783 repository: anyOf: - type: 'null' - - *740 + - *741 sender: *4 required: - action @@ -160703,11 +160723,11 @@ webhooks: type: string required: - from - enterprise: *737 - installation: *738 - organization: *739 - project_column: *782 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + project_column: *783 + repository: *741 sender: *4 required: - action @@ -160787,11 +160807,11 @@ webhooks: type: string enum: - moved - enterprise: *737 - installation: *738 - organization: *739 - project_column: *782 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + project_column: *783 + repository: *741 sender: *4 required: - action @@ -160871,11 +160891,11 @@ webhooks: type: string enum: - created - enterprise: *737 - installation: *738 - organization: *739 - project: *783 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + project: *784 + repository: *741 sender: *4 required: - action @@ -160955,14 +160975,14 @@ webhooks: type: string enum: - deleted - enterprise: *737 - installation: *738 - organization: *739 - project: *783 + enterprise: *738 + installation: *739 + organization: *740 + project: *784 repository: anyOf: - type: 'null' - - *740 + - *741 sender: *4 required: - action @@ -161063,11 +161083,11 @@ webhooks: type: string required: - from - enterprise: *737 - installation: *738 - organization: *739 - project: *783 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + project: *784 + repository: *741 sender: *4 required: - action @@ -161146,11 +161166,11 @@ webhooks: type: string enum: - reopened - enterprise: *737 - installation: *738 - organization: *739 - project: *783 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + project: *784 + repository: *741 sender: *4 required: - action @@ -161231,9 +161251,9 @@ webhooks: type: string enum: - closed - installation: *738 - organization: *739 - projects_v2: &784 + installation: *739 + organization: *740 + projects_v2: &785 title: Projects v2 Project description: A projects v2 project type: object @@ -161381,9 +161401,9 @@ webhooks: type: string enum: - created - installation: *738 - organization: *739 - projects_v2: *784 + installation: *739 + organization: *740 + projects_v2: *785 sender: *4 required: - action @@ -161464,9 +161484,9 @@ webhooks: type: string enum: - deleted - installation: *738 - organization: *739 - projects_v2: *784 + installation: *739 + organization: *740 + projects_v2: *785 sender: *4 required: - action @@ -161587,9 +161607,9 @@ webhooks: type: string to: type: string - installation: *738 - organization: *739 - projects_v2: *784 + installation: *739 + organization: *740 + projects_v2: *785 sender: *4 required: - action @@ -161672,7 +161692,7 @@ webhooks: type: string enum: - archived - changes: &788 + changes: &789 type: object properties: archived_at: @@ -161688,9 +161708,9 @@ webhooks: - string - 'null' format: date-time - installation: *738 - organization: *739 - projects_v2_item: &785 + installation: *739 + organization: *740 + projects_v2_item: &786 title: Projects v2 Item description: An item belonging to a project type: object @@ -161829,9 +161849,9 @@ webhooks: - 'null' to: type: string - installation: *738 - organization: *739 - projects_v2_item: *785 + installation: *739 + organization: *740 + projects_v2_item: *786 sender: *4 required: - action @@ -161913,9 +161933,9 @@ webhooks: type: string enum: - created - installation: *738 - organization: *739 - projects_v2_item: *785 + installation: *739 + organization: *740 + projects_v2_item: *786 sender: *4 required: - action @@ -161996,9 +162016,9 @@ webhooks: type: string enum: - deleted - installation: *738 - organization: *739 - projects_v2_item: *785 + installation: *739 + organization: *740 + projects_v2_item: *786 sender: *4 required: - action @@ -162103,7 +162123,7 @@ webhooks: oneOf: - type: string - type: integer - - &786 + - &787 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -162123,7 +162143,7 @@ webhooks: required: - id - name - - &787 + - &788 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -162152,8 +162172,8 @@ webhooks: oneOf: - type: string - type: integer - - *786 - *787 + - *788 type: - 'null' - string @@ -162176,9 +162196,9 @@ webhooks: - 'null' required: - body - installation: *738 - organization: *739 - projects_v2_item: *785 + installation: *739 + organization: *740 + projects_v2_item: *786 sender: *4 required: - action @@ -162275,9 +162295,9 @@ webhooks: type: - string - 'null' - installation: *738 - organization: *739 - projects_v2_item: *785 + installation: *739 + organization: *740 + projects_v2_item: *786 sender: *4 required: - action @@ -162360,10 +162380,10 @@ webhooks: type: string enum: - restored - changes: *788 - installation: *738 - organization: *739 - projects_v2_item: *785 + changes: *789 + installation: *739 + organization: *740 + projects_v2_item: *786 sender: *4 required: - action @@ -162445,9 +162465,9 @@ webhooks: type: string enum: - reopened - installation: *738 - organization: *739 - projects_v2: *784 + installation: *739 + organization: *740 + projects_v2: *785 sender: *4 required: - action @@ -162528,9 +162548,9 @@ webhooks: type: string enum: - created - installation: *738 - organization: *739 - projects_v2_status_update: &789 + installation: *739 + organization: *740 + projects_v2_status_update: &790 title: Projects v2 Status Update description: An status update belonging to a project type: object @@ -162665,9 +162685,9 @@ webhooks: type: string enum: - deleted - installation: *738 - organization: *739 - projects_v2_status_update: *789 + installation: *739 + organization: *740 + projects_v2_status_update: *790 sender: *4 required: - action @@ -162813,9 +162833,9 @@ webhooks: - string - 'null' format: date - installation: *738 - organization: *739 - projects_v2_status_update: *789 + installation: *739 + organization: *740 + projects_v2_status_update: *790 sender: *4 required: - action @@ -162886,10 +162906,10 @@ webhooks: title: public event type: object properties: - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - repository @@ -162966,13 +162986,13 @@ webhooks: type: string enum: - assigned - assignee: *764 - enterprise: *737 - installation: *738 - number: &790 + assignee: *765 + enterprise: *738 + installation: *739 + number: &791 description: The pull request number. type: integer - organization: *739 + organization: *740 pull_request: title: Pull Request type: object @@ -165321,7 +165341,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *740 + repository: *741 sender: *4 required: - action @@ -165403,11 +165423,11 @@ webhooks: type: string enum: - auto_merge_disabled - enterprise: *737 - installation: *738 + enterprise: *738 + installation: *739 number: type: integer - organization: *739 + organization: *740 pull_request: title: Pull Request type: object @@ -167749,7 +167769,7 @@ webhooks: - draft reason: type: string - repository: *740 + repository: *741 sender: *4 required: - action @@ -167831,11 +167851,11 @@ webhooks: type: string enum: - auto_merge_enabled - enterprise: *737 - installation: *738 + enterprise: *738 + installation: *739 number: type: integer - organization: *739 + organization: *740 pull_request: title: Pull Request type: object @@ -170177,7 +170197,7 @@ webhooks: - draft reason: type: string - repository: *740 + repository: *741 sender: *4 required: - action @@ -170259,13 +170279,13 @@ webhooks: type: string enum: - closed - enterprise: *737 - installation: *738 - number: *790 - organization: *739 - pull_request: &791 + enterprise: *738 + installation: *739 + number: *791 + organization: *740 + pull_request: &792 allOf: - - *592 + - *593 - type: object properties: allow_auto_merge: @@ -170327,7 +170347,7 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *740 + repository: *741 sender: *4 required: - action @@ -170408,12 +170428,12 @@ webhooks: type: string enum: - converted_to_draft - enterprise: *737 - installation: *738 - number: *790 - organization: *739 - pull_request: *791 - repository: *740 + enterprise: *738 + installation: *739 + number: *791 + organization: *740 + pull_request: *792 + repository: *741 sender: *4 required: - action @@ -170493,11 +170513,11 @@ webhooks: type: string enum: - demilestoned - enterprise: *737 - milestone: *487 - number: *790 - organization: *739 - pull_request: &792 + enterprise: *738 + milestone: *488 + number: *791 + organization: *740 + pull_request: &793 title: Pull Request type: object properties: @@ -172824,7 +172844,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *740 + repository: *741 sender: *4 required: - action @@ -172903,11 +172923,11 @@ webhooks: type: string enum: - dequeued - enterprise: *737 - installation: *738 + enterprise: *738 + installation: *739 number: type: integer - organization: *739 + organization: *740 pull_request: title: Pull Request type: object @@ -175253,7 +175273,7 @@ webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *740 + repository: *741 sender: *4 required: - action @@ -175377,12 +175397,12 @@ webhooks: type: string required: - from - enterprise: *737 - installation: *738 - number: *790 - organization: *739 - pull_request: *791 - repository: *740 + enterprise: *738 + installation: *739 + number: *791 + organization: *740 + pull_request: *792 + repository: *741 sender: *4 required: - action @@ -175462,11 +175482,11 @@ webhooks: type: string enum: - enqueued - enterprise: *737 - installation: *738 + enterprise: *738 + installation: *739 number: type: integer - organization: *739 + organization: *740 pull_request: title: Pull Request type: object @@ -177797,7 +177817,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *740 + repository: *741 sender: *4 required: - action @@ -177877,11 +177897,11 @@ webhooks: type: string enum: - labeled - enterprise: *737 - installation: *738 - label: *763 - number: *790 - organization: *739 + enterprise: *738 + installation: *739 + label: *764 + number: *791 + organization: *740 pull_request: title: Pull Request type: object @@ -180229,7 +180249,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *740 + repository: *741 sender: *4 required: - action @@ -180310,10 +180330,10 @@ webhooks: type: string enum: - locked - enterprise: *737 - installation: *738 - number: *790 - organization: *739 + enterprise: *738 + installation: *739 + number: *791 + organization: *740 pull_request: title: Pull Request type: object @@ -182659,7 +182679,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *740 + repository: *741 sender: *4 required: - action @@ -182739,12 +182759,12 @@ webhooks: type: string enum: - milestoned - enterprise: *737 - milestone: *487 - number: *790 - organization: *739 - pull_request: *792 - repository: *740 + enterprise: *738 + milestone: *488 + number: *791 + organization: *740 + pull_request: *793 + repository: *741 sender: *4 required: - action @@ -182823,12 +182843,12 @@ webhooks: type: string enum: - opened - enterprise: *737 - installation: *738 - number: *790 - organization: *739 - pull_request: *791 - repository: *740 + enterprise: *738 + installation: *739 + number: *791 + organization: *740 + pull_request: *792 + repository: *741 sender: *4 required: - action @@ -182909,12 +182929,12 @@ webhooks: type: string enum: - ready_for_review - enterprise: *737 - installation: *738 - number: *790 - organization: *739 - pull_request: *791 - repository: *740 + enterprise: *738 + installation: *739 + number: *791 + organization: *740 + pull_request: *792 + repository: *741 sender: *4 required: - action @@ -182994,12 +183014,12 @@ webhooks: type: string enum: - reopened - enterprise: *737 - installation: *738 - number: *790 - organization: *739 - pull_request: *791 - repository: *740 + enterprise: *738 + installation: *739 + number: *791 + organization: *740 + pull_request: *792 + repository: *741 sender: *4 required: - action @@ -183374,9 +183394,9 @@ webhooks: - start_side - side - reactions - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *738 + installation: *739 + organization: *740 pull_request: type: object properties: @@ -185606,7 +185626,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *740 + repository: *741 sender: *4 required: - action @@ -185686,7 +185706,7 @@ webhooks: type: string enum: - deleted - comment: &794 + comment: &795 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. @@ -185979,9 +185999,9 @@ webhooks: - start_side - side - reactions - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *738 + installation: *739 + organization: *740 pull_request: type: object properties: @@ -188199,7 +188219,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *740 + repository: *741 sender: *4 required: - action @@ -188279,11 +188299,11 @@ webhooks: type: string enum: - edited - changes: *793 - comment: *794 - enterprise: *737 - installation: *738 - organization: *739 + changes: *794 + comment: *795 + enterprise: *738 + installation: *739 + organization: *740 pull_request: type: object properties: @@ -190504,7 +190524,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *740 + repository: *741 sender: *4 required: - action @@ -190585,9 +190605,9 @@ webhooks: type: string enum: - dismissed - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *738 + installation: *739 + organization: *740 pull_request: title: Simple Pull Request type: object @@ -192820,7 +192840,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *740 + repository: *741 review: description: The review that was affected. type: object @@ -193066,9 +193086,9 @@ webhooks: type: string required: - from - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *738 + installation: *739 + organization: *740 pull_request: title: Simple Pull Request type: object @@ -195182,8 +195202,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *740 - review: &795 + repository: *741 + review: &796 description: The review that was affected. type: object properties: @@ -195416,12 +195436,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *737 - installation: *738 + enterprise: *738 + installation: *739 number: description: The pull request number. type: integer - organization: *739 + organization: *740 pull_request: title: Pull Request type: object @@ -197768,7 +197788,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *740 + repository: *741 requested_reviewer: title: User type: @@ -197854,12 +197874,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *737 - installation: *738 + enterprise: *738 + installation: *739 number: description: The pull request number. type: integer - organization: *739 + organization: *740 pull_request: title: Pull Request type: object @@ -200213,7 +200233,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *740 + repository: *741 requested_team: title: Team description: Groups of organization members that gives permissions @@ -200408,12 +200428,12 @@ webhooks: type: string enum: - review_requested - enterprise: *737 - installation: *738 + enterprise: *738 + installation: *739 number: description: The pull request number. type: integer - organization: *739 + organization: *740 pull_request: title: Pull Request type: object @@ -202762,7 +202782,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *740 + repository: *741 requested_reviewer: title: User type: @@ -202849,12 +202869,12 @@ webhooks: type: string enum: - review_requested - enterprise: *737 - installation: *738 + enterprise: *738 + installation: *739 number: description: The pull request number. type: integer - organization: *739 + organization: *740 pull_request: title: Pull Request type: object @@ -205194,7 +205214,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *740 + repository: *741 requested_team: title: Team description: Groups of organization members that gives permissions @@ -205378,9 +205398,9 @@ webhooks: type: string enum: - submitted - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *738 + installation: *739 + organization: *740 pull_request: title: Simple Pull Request type: object @@ -207616,8 +207636,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *740 - review: *795 + repository: *741 + review: *796 sender: *4 required: - action @@ -207697,9 +207717,9 @@ webhooks: type: string enum: - resolved - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *738 + installation: *739 + organization: *740 pull_request: title: Simple Pull Request type: object @@ -209830,7 +209850,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *740 + repository: *741 sender: *4 thread: type: object @@ -210222,9 +210242,9 @@ webhooks: type: string enum: - unresolved - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *738 + installation: *739 + organization: *740 pull_request: title: Simple Pull Request type: object @@ -212338,7 +212358,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *740 + repository: *741 sender: *4 thread: type: object @@ -212732,10 +212752,10 @@ webhooks: type: string before: type: string - enterprise: *737 - installation: *738 - number: *790 - organization: *739 + enterprise: *738 + installation: *739 + number: *791 + organization: *740 pull_request: title: Pull Request type: object @@ -215070,7 +215090,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *740 + repository: *741 sender: *4 required: - action @@ -215152,11 +215172,11 @@ webhooks: type: string enum: - unassigned - assignee: *796 - enterprise: *737 - installation: *738 - number: *790 - organization: *739 + assignee: *797 + enterprise: *738 + installation: *739 + number: *791 + organization: *740 pull_request: title: Pull Request type: object @@ -217506,7 +217526,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *740 + repository: *741 sender: *4 required: - action @@ -217585,11 +217605,11 @@ webhooks: type: string enum: - unlabeled - enterprise: *737 - installation: *738 - label: *763 - number: *790 - organization: *739 + enterprise: *738 + installation: *739 + label: *764 + number: *791 + organization: *740 pull_request: title: Pull Request type: object @@ -219928,7 +219948,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *740 + repository: *741 sender: *4 required: - action @@ -220009,10 +220029,10 @@ webhooks: type: string enum: - unlocked - enterprise: *737 - installation: *738 - number: *790 - organization: *739 + enterprise: *738 + installation: *739 + number: *791 + organization: *740 pull_request: title: Pull Request type: object @@ -222341,7 +222361,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *740 + repository: *741 sender: *4 required: - action @@ -222544,7 +222564,7 @@ webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *737 + enterprise: *738 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -222639,8 +222659,8 @@ webhooks: - url - author - committer - installation: *738 - organization: *739 + installation: *739 + organization: *740 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -223228,9 +223248,9 @@ webhooks: type: string enum: - published - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *738 + installation: *739 + organization: *740 registry_package: type: object properties: @@ -223707,7 +223727,7 @@ webhooks: type: string rubygems_metadata: type: array - items: *778 + items: *779 summary: type: string tag_name: @@ -223763,7 +223783,7 @@ webhooks: - owner - package_version - registry - repository: *740 + repository: *741 sender: *4 required: - action @@ -223841,9 +223861,9 @@ webhooks: type: string enum: - updated - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *738 + installation: *739 + organization: *740 registry_package: type: object properties: @@ -224155,7 +224175,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *778 + items: *779 summary: type: string tag_name: @@ -224205,7 +224225,7 @@ webhooks: - owner - package_version - registry - repository: *740 + repository: *741 sender: *4 required: - action @@ -224282,10 +224302,10 @@ webhooks: type: string enum: - created - enterprise: *737 - installation: *738 - organization: *739 - release: &797 + enterprise: *738 + installation: *739 + organization: *740 + release: &798 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -224601,7 +224621,7 @@ webhooks: - tarball_url - zipball_url - body - repository: *740 + repository: *741 sender: *4 required: - action @@ -224678,11 +224698,11 @@ webhooks: type: string enum: - deleted - enterprise: *737 - installation: *738 - organization: *739 - release: *797 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + release: *798 + repository: *741 sender: *4 required: - action @@ -224799,11 +224819,11 @@ webhooks: type: boolean required: - to - enterprise: *737 - installation: *738 - organization: *739 - release: *797 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + release: *798 + repository: *741 sender: *4 required: - action @@ -224881,9 +224901,9 @@ webhooks: type: string enum: - prereleased - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *738 + installation: *739 + organization: *740 release: title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) @@ -225204,7 +225224,7 @@ webhooks: - string - 'null' format: uri - repository: *740 + repository: *741 sender: *4 required: - action @@ -225280,10 +225300,10 @@ webhooks: type: string enum: - published - enterprise: *737 - installation: *738 - organization: *739 - release: &798 + enterprise: *738 + installation: *739 + organization: *740 + release: &799 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -225601,7 +225621,7 @@ webhooks: - string - 'null' format: uri - repository: *740 + repository: *741 sender: *4 required: - action @@ -225677,11 +225697,11 @@ webhooks: type: string enum: - released - enterprise: *737 - installation: *738 - organization: *739 - release: *797 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + release: *798 + repository: *741 sender: *4 required: - action @@ -225757,11 +225777,11 @@ webhooks: type: string enum: - unpublished - enterprise: *737 - installation: *738 - organization: *739 - release: *798 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + release: *799 + repository: *741 sender: *4 required: - action @@ -225837,11 +225857,11 @@ webhooks: type: string enum: - published - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 - repository_advisory: *649 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 + repository_advisory: *650 sender: *4 required: - action @@ -225917,11 +225937,11 @@ webhooks: type: string enum: - reported - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 - repository_advisory: *649 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 + repository_advisory: *650 sender: *4 required: - action @@ -225997,10 +226017,10 @@ webhooks: type: string enum: - archived - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -226077,10 +226097,10 @@ webhooks: type: string enum: - created - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -226158,10 +226178,10 @@ webhooks: type: string enum: - deleted - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -226246,10 +226266,10 @@ webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -226364,10 +226384,10 @@ webhooks: - 'null' items: type: string - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -226439,10 +226459,10 @@ webhooks: title: repository_import event type: object properties: - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 status: type: string @@ -226523,10 +226543,10 @@ webhooks: type: string enum: - privatized - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -226603,10 +226623,10 @@ webhooks: type: string enum: - publicized - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -226700,10 +226720,10 @@ webhooks: - name required: - repository - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -226783,10 +226803,10 @@ webhooks: type: string enum: - created - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 repository_ruleset: *126 sender: *4 required: @@ -226865,10 +226885,10 @@ webhooks: type: string enum: - deleted - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 repository_ruleset: *126 sender: *4 required: @@ -226947,10 +226967,10 @@ webhooks: type: string enum: - edited - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 repository_ruleset: *126 changes: type: object @@ -227258,10 +227278,10 @@ webhooks: - from required: - owner - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -227339,10 +227359,10 @@ webhooks: type: string enum: - unarchived - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -227420,7 +227440,7 @@ webhooks: type: string enum: - create - alert: &799 + alert: &800 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -227544,10 +227564,10 @@ webhooks: type: string enum: - open - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -227757,10 +227777,10 @@ webhooks: type: string enum: - dismissed - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -227838,11 +227858,11 @@ webhooks: type: string enum: - reopen - alert: *799 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + alert: *800 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -228044,10 +228064,10 @@ webhooks: enum: - fixed - open - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -228125,7 +228145,7 @@ webhooks: type: string enum: - created - alert: &800 + alert: &801 type: object properties: number: *96 @@ -228235,10 +228255,10 @@ webhooks: - 'null' description: Whether the detected secret was found in multiple repositories in the same organization or business. - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -228319,11 +228339,11 @@ webhooks: type: string enum: - created - alert: *800 - installation: *738 - location: *801 - organization: *739 - repository: *740 + alert: *801 + installation: *739 + location: *802 + organization: *740 + repository: *741 sender: *4 required: - location @@ -228561,11 +228581,11 @@ webhooks: type: string enum: - publicly_leaked - alert: *800 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + alert: *801 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -228643,11 +228663,11 @@ webhooks: type: string enum: - reopened - alert: *800 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + alert: *801 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -228725,11 +228745,11 @@ webhooks: type: string enum: - resolved - alert: *800 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + alert: *801 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -228807,11 +228827,11 @@ webhooks: type: string enum: - validated - alert: *800 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + alert: *801 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -228941,10 +228961,10 @@ webhooks: - organization - enterprise - - repository: *740 - enterprise: *737 - installation: *738 - organization: *739 + repository: *741 + enterprise: *738 + installation: *739 + organization: *740 sender: *4 required: - action @@ -229022,11 +229042,11 @@ webhooks: type: string enum: - published - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 - security_advisory: &802 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 + security_advisory: &803 description: The details of the security advisory, including summary, description, and severity. type: object @@ -229212,11 +229232,11 @@ webhooks: type: string enum: - updated - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 - security_advisory: *802 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 + security_advisory: *803 sender: *4 required: - action @@ -229289,10 +229309,10 @@ webhooks: type: string enum: - withdrawn - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -229479,10 +229499,10 @@ webhooks: type: object properties: security_and_analysis: *316 - enterprise: *737 - installation: *738 - organization: *739 - repository: *378 + enterprise: *738 + installation: *739 + organization: *740 + repository: *379 sender: *4 required: - changes @@ -229560,12 +229580,12 @@ webhooks: type: string enum: - cancelled - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 - sponsorship: &803 + sponsorship: &804 type: object properties: created_at: @@ -229870,12 +229890,12 @@ webhooks: type: string enum: - created - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 - sponsorship: *803 + sponsorship: *804 required: - action - sponsorship @@ -229963,12 +229983,12 @@ webhooks: type: string required: - from - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 - sponsorship: *803 + sponsorship: *804 required: - action - changes @@ -230045,17 +230065,17 @@ webhooks: type: string enum: - pending_cancellation - effective_date: &804 + effective_date: &805 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: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 - sponsorship: *803 + sponsorship: *804 required: - action - sponsorship @@ -230129,7 +230149,7 @@ webhooks: type: string enum: - pending_tier_change - changes: &805 + changes: &806 type: object properties: tier: @@ -230173,13 +230193,13 @@ webhooks: - from required: - tier - effective_date: *804 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + effective_date: *805 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 - sponsorship: *803 + sponsorship: *804 required: - action - changes @@ -230256,13 +230276,13 @@ webhooks: type: string enum: - tier_changed - changes: *805 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + changes: *806 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 - sponsorship: *803 + sponsorship: *804 required: - action - changes @@ -230336,10 +230356,10 @@ webhooks: type: string enum: - created - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -230423,10 +230443,10 @@ webhooks: type: string enum: - deleted - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -230860,15 +230880,15 @@ webhooks: type: - string - 'null' - enterprise: *737 + enterprise: *738 id: description: The unique identifier of the status. type: integer - installation: *738 + installation: *739 name: type: string - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 sha: description: The Commit SHA. @@ -230984,9 +231004,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *149 - installation: *738 - organization: *739 - repository: *740 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -231076,9 +231096,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *149 - installation: *738 - organization: *739 - repository: *740 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -231168,9 +231188,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *149 - installation: *738 - organization: *739 - repository: *740 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -231260,9 +231280,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *149 - installation: *738 - organization: *739 - repository: *740 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -231339,12 +231359,12 @@ webhooks: title: team_add event type: object properties: - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 - team: &806 + team: &807 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -231537,9 +231557,9 @@ webhooks: type: string enum: - added_to_repository - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *738 + installation: *739 + organization: *740 repository: title: Repository description: A git repository @@ -232009,7 +232029,7 @@ webhooks: - topics - visibility sender: *4 - team: *806 + team: *807 required: - action - team @@ -232085,9 +232105,9 @@ webhooks: type: string enum: - created - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *738 + installation: *739 + organization: *740 repository: title: Repository description: A git repository @@ -232557,7 +232577,7 @@ webhooks: - topics - visibility sender: *4 - team: *806 + team: *807 required: - action - team @@ -232634,9 +232654,9 @@ webhooks: type: string enum: - deleted - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *738 + installation: *739 + organization: *740 repository: title: Repository description: A git repository @@ -233106,7 +233126,7 @@ webhooks: - topics - visibility sender: *4 - team: *806 + team: *807 required: - action - team @@ -233250,9 +233270,9 @@ webhooks: - from required: - permissions - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *738 + installation: *739 + organization: *740 repository: title: Repository description: A git repository @@ -233722,7 +233742,7 @@ webhooks: - topics - visibility sender: *4 - team: *806 + team: *807 required: - action - changes @@ -233800,9 +233820,9 @@ webhooks: type: string enum: - removed_from_repository - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *738 + installation: *739 + organization: *740 repository: title: Repository description: A git repository @@ -234272,7 +234292,7 @@ webhooks: - topics - visibility sender: *4 - team: *806 + team: *807 required: - action - team @@ -234348,10 +234368,10 @@ webhooks: type: string enum: - started - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -234424,17 +234444,17 @@ webhooks: title: workflow_dispatch event type: object properties: - enterprise: *737 + enterprise: *738 inputs: type: - object - 'null' additionalProperties: true - installation: *738 - organization: *739 + installation: *739 + organization: *740 ref: type: string - repository: *740 + repository: *741 sender: *4 workflow: type: string @@ -234516,10 +234536,10 @@ webhooks: type: string enum: - completed - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 workflow_job: allOf: @@ -234775,7 +234795,7 @@ webhooks: type: string required: - conclusion - deployment: *507 + deployment: *508 required: - action - repository @@ -234854,10 +234874,10 @@ webhooks: type: string enum: - in_progress - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 workflow_job: allOf: @@ -235139,7 +235159,7 @@ webhooks: required: - status - steps - deployment: *507 + deployment: *508 required: - action - repository @@ -235218,10 +235238,10 @@ webhooks: type: string enum: - queued - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 workflow_job: type: object @@ -235367,7 +235387,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *507 + deployment: *508 required: - action - repository @@ -235446,10 +235466,10 @@ webhooks: type: string enum: - waiting - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 workflow_job: type: object @@ -235596,7 +235616,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *507 + deployment: *508 required: - action - repository @@ -235676,12 +235696,12 @@ webhooks: type: string enum: - completed - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 - workflow: *759 + workflow: *760 workflow_run: title: Workflow Run type: object @@ -236700,12 +236720,12 @@ webhooks: type: string enum: - in_progress - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 - workflow: *759 + workflow: *760 workflow_run: title: Workflow Run type: object @@ -237709,12 +237729,12 @@ webhooks: type: string enum: - requested - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 - workflow: *759 + workflow: *760 workflow_run: title: Workflow Run type: object diff --git a/descriptions-next/ghec/ghec.2022-11-28.json b/descriptions-next/ghec/ghec.2022-11-28.json index 68aede46fc..84b1f14c9e 100644 --- a/descriptions-next/ghec/ghec.2022-11-28.json +++ b/descriptions-next/ghec/ghec.2022-11-28.json @@ -8414,6 +8414,9 @@ }, { "$ref": "#/components/parameters/secret-scanning-alert-multi-repo" + }, + { + "$ref": "#/components/parameters/secret-scanning-alert-hide-secret" } ], "responses": { @@ -27098,7 +27101,9 @@ "description": "The registry type.", "type": "string", "enum": [ - "maven_repository" + "maven_repository", + "nuget_feed", + "goproxy_server" ] }, "username": { @@ -27351,7 +27356,9 @@ "description": "The registry type.", "type": "string", "enum": [ - "maven_repository" + "maven_repository", + "nuget_feed", + "goproxy_server" ] }, "username": { @@ -29363,6 +29370,9 @@ }, { "$ref": "#/components/parameters/secret-scanning-alert-multi-repo" + }, + { + "$ref": "#/components/parameters/secret-scanning-alert-hide-secret" } ], "responses": { @@ -65894,6 +65904,9 @@ }, { "$ref": "#/components/parameters/secret-scanning-alert-multi-repo" + }, + { + "$ref": "#/components/parameters/secret-scanning-alert-hide-secret" } ], "responses": { @@ -65951,6 +65964,9 @@ }, { "$ref": "#/components/parameters/alert-number" + }, + { + "$ref": "#/components/parameters/secret-scanning-alert-hide-secret" } ], "responses": { @@ -124873,7 +124889,9 @@ "registry_type": { "description": "The registry type.", "enum": [ - "maven_repository" + "maven_repository", + "nuget_feed", + "goproxy_server" ], "type": "string" }, @@ -124928,7 +124946,9 @@ "registry_type": { "description": "The registry type.", "enum": [ - "maven_repository" + "maven_repository", + "nuget_feed", + "goproxy_server" ], "type": "string" }, @@ -326639,6 +326659,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-next/ghec/ghec.2022-11-28.yaml b/descriptions-next/ghec/ghec.2022-11-28.yaml index d43c938b8f..be29dcb095 100644 --- a/descriptions-next/ghec/ghec.2022-11-28.yaml +++ b/descriptions-next/ghec/ghec.2022-11-28.yaml @@ -5957,6 +5957,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 @@ -19597,6 +19598,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 @@ -19795,6 +19798,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 @@ -21246,6 +21251,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 @@ -47759,6 +47765,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 @@ -47800,6 +47807,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 @@ -90664,6 +90672,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. @@ -90706,6 +90716,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. @@ -244082,6 +244094,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-next/ghec/ghec.json b/descriptions-next/ghec/ghec.json index 68aede46fc..84b1f14c9e 100644 --- a/descriptions-next/ghec/ghec.json +++ b/descriptions-next/ghec/ghec.json @@ -8414,6 +8414,9 @@ }, { "$ref": "#/components/parameters/secret-scanning-alert-multi-repo" + }, + { + "$ref": "#/components/parameters/secret-scanning-alert-hide-secret" } ], "responses": { @@ -27098,7 +27101,9 @@ "description": "The registry type.", "type": "string", "enum": [ - "maven_repository" + "maven_repository", + "nuget_feed", + "goproxy_server" ] }, "username": { @@ -27351,7 +27356,9 @@ "description": "The registry type.", "type": "string", "enum": [ - "maven_repository" + "maven_repository", + "nuget_feed", + "goproxy_server" ] }, "username": { @@ -29363,6 +29370,9 @@ }, { "$ref": "#/components/parameters/secret-scanning-alert-multi-repo" + }, + { + "$ref": "#/components/parameters/secret-scanning-alert-hide-secret" } ], "responses": { @@ -65894,6 +65904,9 @@ }, { "$ref": "#/components/parameters/secret-scanning-alert-multi-repo" + }, + { + "$ref": "#/components/parameters/secret-scanning-alert-hide-secret" } ], "responses": { @@ -65951,6 +65964,9 @@ }, { "$ref": "#/components/parameters/alert-number" + }, + { + "$ref": "#/components/parameters/secret-scanning-alert-hide-secret" } ], "responses": { @@ -124873,7 +124889,9 @@ "registry_type": { "description": "The registry type.", "enum": [ - "maven_repository" + "maven_repository", + "nuget_feed", + "goproxy_server" ], "type": "string" }, @@ -124928,7 +124946,9 @@ "registry_type": { "description": "The registry type.", "enum": [ - "maven_repository" + "maven_repository", + "nuget_feed", + "goproxy_server" ], "type": "string" }, @@ -326639,6 +326659,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-next/ghec/ghec.yaml b/descriptions-next/ghec/ghec.yaml index d43c938b8f..be29dcb095 100644 --- a/descriptions-next/ghec/ghec.yaml +++ b/descriptions-next/ghec/ghec.yaml @@ -5957,6 +5957,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 @@ -19597,6 +19598,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 @@ -19795,6 +19798,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 @@ -21246,6 +21251,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 @@ -47759,6 +47765,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 @@ -47800,6 +47807,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 @@ -90664,6 +90672,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. @@ -90706,6 +90716,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. @@ -244082,6 +244094,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-next/ghes-3.13/dereferenced/ghes-3.13.2022-11-28.deref.json b/descriptions-next/ghes-3.13/dereferenced/ghes-3.13.2022-11-28.deref.json index 12ad33315e..d8d16f1990 100644 --- a/descriptions-next/ghes-3.13/dereferenced/ghes-3.13.2022-11-28.deref.json +++ b/descriptions-next/ghes-3.13/dereferenced/ghes-3.13.2022-11-28.deref.json @@ -462649,7 +462649,7 @@ "parameters": [ { "name": "q", - "description": "The query contains one or more search keywords and qualifiers. Qualifiers allow you to limit your search to specific areas of GitHub Enterprise Server. The REST API supports the same qualifiers as the web interface for GitHub Enterprise Server. To learn more about the format of the query, see [Constructing a search query](https://docs.github.com/enterprise-server@3.13/rest/search/search#constructing-a-search-query). See \"[Searching code](https://docs.github.com/enterprise-server@3.13/search-github/searching-on-github/searching-code)\" for a detailed list of qualifiers.", + "description": "The query contains one or more search keywords and qualifiers. Qualifiers allow you to limit your search to specific areas of GitHub Enterprise Server. The REST API supports different qualifiers than the web interface for GitHub Enterprise Server. To learn more about the format of the query, see [Constructing a search query](https://docs.github.com/enterprise-server@3.13/rest/search/search#constructing-a-search-query). See \"[Searching code](https://docs.github.com/enterprise-server@3.13/search-github/searching-on-github/searching-code)\" for a detailed list of qualifiers.", "in": "query", "required": true, "schema": { diff --git a/descriptions-next/ghes-3.13/dereferenced/ghes-3.13.2022-11-28.deref.yaml b/descriptions-next/ghes-3.13/dereferenced/ghes-3.13.2022-11-28.deref.yaml index f275532e66..588c6efad1 100644 --- a/descriptions-next/ghes-3.13/dereferenced/ghes-3.13.2022-11-28.deref.yaml +++ b/descriptions-next/ghes-3.13/dereferenced/ghes-3.13.2022-11-28.deref.yaml @@ -81089,9 +81089,9 @@ paths: - name: q description: The query contains one or more search keywords and qualifiers. Qualifiers allow you to limit your search to specific areas of GitHub Enterprise - Server. The REST API supports the same qualifiers as the web interface for - GitHub Enterprise Server. To learn more about the format of the query, see - [Constructing a search query](https://docs.github.com/enterprise-server@3.13/rest/search/search#constructing-a-search-query). + Server. The REST API supports different qualifiers than the web interface + for GitHub Enterprise Server. To learn more about the format of the query, + see [Constructing a search query](https://docs.github.com/enterprise-server@3.13/rest/search/search#constructing-a-search-query). See "[Searching code](https://docs.github.com/enterprise-server@3.13/search-github/searching-on-github/searching-code)" for a detailed list of qualifiers. in: query diff --git a/descriptions-next/ghes-3.13/dereferenced/ghes-3.13.deref.json b/descriptions-next/ghes-3.13/dereferenced/ghes-3.13.deref.json index 12ad33315e..d8d16f1990 100644 --- a/descriptions-next/ghes-3.13/dereferenced/ghes-3.13.deref.json +++ b/descriptions-next/ghes-3.13/dereferenced/ghes-3.13.deref.json @@ -462649,7 +462649,7 @@ "parameters": [ { "name": "q", - "description": "The query contains one or more search keywords and qualifiers. Qualifiers allow you to limit your search to specific areas of GitHub Enterprise Server. The REST API supports the same qualifiers as the web interface for GitHub Enterprise Server. To learn more about the format of the query, see [Constructing a search query](https://docs.github.com/enterprise-server@3.13/rest/search/search#constructing-a-search-query). See \"[Searching code](https://docs.github.com/enterprise-server@3.13/search-github/searching-on-github/searching-code)\" for a detailed list of qualifiers.", + "description": "The query contains one or more search keywords and qualifiers. Qualifiers allow you to limit your search to specific areas of GitHub Enterprise Server. The REST API supports different qualifiers than the web interface for GitHub Enterprise Server. To learn more about the format of the query, see [Constructing a search query](https://docs.github.com/enterprise-server@3.13/rest/search/search#constructing-a-search-query). See \"[Searching code](https://docs.github.com/enterprise-server@3.13/search-github/searching-on-github/searching-code)\" for a detailed list of qualifiers.", "in": "query", "required": true, "schema": { diff --git a/descriptions-next/ghes-3.13/dereferenced/ghes-3.13.deref.yaml b/descriptions-next/ghes-3.13/dereferenced/ghes-3.13.deref.yaml index f275532e66..588c6efad1 100644 --- a/descriptions-next/ghes-3.13/dereferenced/ghes-3.13.deref.yaml +++ b/descriptions-next/ghes-3.13/dereferenced/ghes-3.13.deref.yaml @@ -81089,9 +81089,9 @@ paths: - name: q description: The query contains one or more search keywords and qualifiers. Qualifiers allow you to limit your search to specific areas of GitHub Enterprise - Server. The REST API supports the same qualifiers as the web interface for - GitHub Enterprise Server. To learn more about the format of the query, see - [Constructing a search query](https://docs.github.com/enterprise-server@3.13/rest/search/search#constructing-a-search-query). + Server. The REST API supports different qualifiers than the web interface + for GitHub Enterprise Server. To learn more about the format of the query, + see [Constructing a search query](https://docs.github.com/enterprise-server@3.13/rest/search/search#constructing-a-search-query). See "[Searching code](https://docs.github.com/enterprise-server@3.13/search-github/searching-on-github/searching-code)" for a detailed list of qualifiers. in: query diff --git a/descriptions-next/ghes-3.13/ghes-3.13.2022-11-28.json b/descriptions-next/ghes-3.13/ghes-3.13.2022-11-28.json index b4dd75d3cb..9cee392c74 100644 --- a/descriptions-next/ghes-3.13/ghes-3.13.2022-11-28.json +++ b/descriptions-next/ghes-3.13/ghes-3.13.2022-11-28.json @@ -56162,7 +56162,7 @@ "parameters": [ { "name": "q", - "description": "The query contains one or more search keywords and qualifiers. Qualifiers allow you to limit your search to specific areas of GitHub Enterprise Server. The REST API supports the same qualifiers as the web interface for GitHub Enterprise Server. To learn more about the format of the query, see [Constructing a search query](https://docs.github.com/enterprise-server@3.13/rest/search/search#constructing-a-search-query). See \"[Searching code](https://docs.github.com/enterprise-server@3.13/search-github/searching-on-github/searching-code)\" for a detailed list of qualifiers.", + "description": "The query contains one or more search keywords and qualifiers. Qualifiers allow you to limit your search to specific areas of GitHub Enterprise Server. The REST API supports different qualifiers than the web interface for GitHub Enterprise Server. To learn more about the format of the query, see [Constructing a search query](https://docs.github.com/enterprise-server@3.13/rest/search/search#constructing-a-search-query). See \"[Searching code](https://docs.github.com/enterprise-server@3.13/search-github/searching-on-github/searching-code)\" for a detailed list of qualifiers.", "in": "query", "required": true, "schema": { diff --git a/descriptions-next/ghes-3.13/ghes-3.13.2022-11-28.yaml b/descriptions-next/ghes-3.13/ghes-3.13.2022-11-28.yaml index c142179a61..e85283d1dc 100644 --- a/descriptions-next/ghes-3.13/ghes-3.13.2022-11-28.yaml +++ b/descriptions-next/ghes-3.13/ghes-3.13.2022-11-28.yaml @@ -40440,9 +40440,9 @@ paths: - name: q description: The query contains one or more search keywords and qualifiers. Qualifiers allow you to limit your search to specific areas of GitHub Enterprise - Server. The REST API supports the same qualifiers as the web interface for - GitHub Enterprise Server. To learn more about the format of the query, see - [Constructing a search query](https://docs.github.com/enterprise-server@3.13/rest/search/search#constructing-a-search-query). + Server. The REST API supports different qualifiers than the web interface + for GitHub Enterprise Server. To learn more about the format of the query, + see [Constructing a search query](https://docs.github.com/enterprise-server@3.13/rest/search/search#constructing-a-search-query). See "[Searching code](https://docs.github.com/enterprise-server@3.13/search-github/searching-on-github/searching-code)" for a detailed list of qualifiers. in: query diff --git a/descriptions-next/ghes-3.13/ghes-3.13.json b/descriptions-next/ghes-3.13/ghes-3.13.json index b4dd75d3cb..9cee392c74 100644 --- a/descriptions-next/ghes-3.13/ghes-3.13.json +++ b/descriptions-next/ghes-3.13/ghes-3.13.json @@ -56162,7 +56162,7 @@ "parameters": [ { "name": "q", - "description": "The query contains one or more search keywords and qualifiers. Qualifiers allow you to limit your search to specific areas of GitHub Enterprise Server. The REST API supports the same qualifiers as the web interface for GitHub Enterprise Server. To learn more about the format of the query, see [Constructing a search query](https://docs.github.com/enterprise-server@3.13/rest/search/search#constructing-a-search-query). See \"[Searching code](https://docs.github.com/enterprise-server@3.13/search-github/searching-on-github/searching-code)\" for a detailed list of qualifiers.", + "description": "The query contains one or more search keywords and qualifiers. Qualifiers allow you to limit your search to specific areas of GitHub Enterprise Server. The REST API supports different qualifiers than the web interface for GitHub Enterprise Server. To learn more about the format of the query, see [Constructing a search query](https://docs.github.com/enterprise-server@3.13/rest/search/search#constructing-a-search-query). See \"[Searching code](https://docs.github.com/enterprise-server@3.13/search-github/searching-on-github/searching-code)\" for a detailed list of qualifiers.", "in": "query", "required": true, "schema": { diff --git a/descriptions-next/ghes-3.13/ghes-3.13.yaml b/descriptions-next/ghes-3.13/ghes-3.13.yaml index c142179a61..e85283d1dc 100644 --- a/descriptions-next/ghes-3.13/ghes-3.13.yaml +++ b/descriptions-next/ghes-3.13/ghes-3.13.yaml @@ -40440,9 +40440,9 @@ paths: - name: q description: The query contains one or more search keywords and qualifiers. Qualifiers allow you to limit your search to specific areas of GitHub Enterprise - Server. The REST API supports the same qualifiers as the web interface for - GitHub Enterprise Server. To learn more about the format of the query, see - [Constructing a search query](https://docs.github.com/enterprise-server@3.13/rest/search/search#constructing-a-search-query). + Server. The REST API supports different qualifiers than the web interface + for GitHub Enterprise Server. To learn more abou{"code":"internal","msg":"git-diff-tree: context deadline exceeded","meta":{"cause":"*fmt.wrapError"}}