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 d09fed19f..cfcc76e3a 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": { @@ -22063,6 +22066,9 @@ }, { "$ref": "#/components/parameters/secret-scanning-alert-multi-repo" + }, + { + "$ref": "#/components/parameters/secret-scanning-alert-hide-secret" } ], "responses": { @@ -57425,6 +57431,9 @@ }, { "$ref": "#/components/parameters/secret-scanning-alert-multi-repo" + }, + { + "$ref": "#/components/parameters/secret-scanning-alert-hide-secret" } ], "responses": { @@ -57482,6 +57491,9 @@ }, { "$ref": "#/components/parameters/alert-number" + }, + { + "$ref": "#/components/parameters/secret-scanning-alert-hide-secret" } ], "responses": { @@ -308697,6 +308709,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 baa859d05..576a79d66 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 @@ -16008,6 +16009,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 +41698,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 +41740,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 @@ -231138,6 +231142,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 d09fed19f..cfcc76e3a 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": { @@ -22063,6 +22066,9 @@ }, { "$ref": "#/components/parameters/secret-scanning-alert-multi-repo" + }, + { + "$ref": "#/components/parameters/secret-scanning-alert-hide-secret" } ], "responses": { @@ -57425,6 +57431,9 @@ }, { "$ref": "#/components/parameters/secret-scanning-alert-multi-repo" + }, + { + "$ref": "#/components/parameters/secret-scanning-alert-hide-secret" } ], "responses": { @@ -57482,6 +57491,9 @@ }, { "$ref": "#/components/parameters/alert-number" + }, + { + "$ref": "#/components/parameters/secret-scanning-alert-hide-secret" } ], "responses": { @@ -308697,6 +308709,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 baa859d05..576a79d66 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 @@ -16008,6 +16009,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 +41698,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 +41740,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 @@ -231138,6 +231142,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 5030d5cc1..0f6a56002 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": { @@ -155327,6 +155337,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 +494965,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 +495862,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 8054705ca..da38592b9 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: @@ -33291,7 +33300,7 @@ paths: '401': *23 '403': *27 '404': *6 - '410': &276 + '410': &277 description: Gone content: application/json: @@ -34217,7 +34226,7 @@ paths: description: Response content: application/json: - schema: &278 + schema: &279 title: Full Repository description: Full Repository type: object @@ -34682,7 +34691,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 +34805,7 @@ paths: - network_count - subscribers_count examples: - default: &280 + default: &281 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -35317,7 +35326,7 @@ paths: - *91 - *17 - *19 - - &540 + - &541 name: targets description: | A comma-separated list of rule targets to filter by. @@ -35603,7 +35612,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 +35624,7 @@ paths: type: string enum: - creation - - &519 + - &520 title: update description: Only allow users with bypass permission to update matching refs. @@ -35636,7 +35645,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 +35657,7 @@ paths: type: string enum: - deletion - - &522 + - &523 title: required_linear_history description: Prevent merge commits from being pushed to matching refs. @@ -35660,7 +35669,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 +35747,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 +35771,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 +35783,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 +35845,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 +35893,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 +35905,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 +35941,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 +35977,7 @@ paths: required: - operator - pattern - - &531 + - &532 title: committer_email_pattern description: Parameters to be used for the committer_email_pattern rule @@ -36004,7 +36013,7 @@ paths: required: - operator - pattern - - &532 + - &533 title: branch_name_pattern description: Parameters to be used for the branch_name_pattern rule @@ -36040,7 +36049,7 @@ paths: required: - operator - pattern - - &533 + - &534 title: tag_name_pattern description: Parameters to be used for the tag_name_pattern rule @@ -36076,7 +36085,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 +36110,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 +36134,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 +36157,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 +36182,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 +36232,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 +36470,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 +36485,7 @@ paths: in: query schema: type: string - - &542 + - &543 name: time_period description: |- The time period to filter by. @@ -36492,14 +36501,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 +36528,7 @@ paths: description: Response content: application/json: - schema: &545 + schema: &546 title: Rule Suites description: Response type: array @@ -36575,7 +36584,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 +36628,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 +36644,7 @@ paths: description: Response content: application/json: - schema: &548 + schema: &549 title: Rule Suite description: Response type: object @@ -36742,7 +36751,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 +36997,7 @@ paths: type: string format: date-time examples: - default: &551 + default: &552 value: - version_id: 3 actor: @@ -37041,7 +37050,7 @@ paths: description: Response content: application/json: - schema: &552 + schema: &553 allOf: - *235 - type: object @@ -37120,7 +37129,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 +37139,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 +37152,7 @@ paths: - *240 - *241 - *242 + - *243 responses: '200': description: Response @@ -37150,9 +37160,9 @@ paths: application/json: schema: type: array - items: *243 + items: *244 examples: - default: *244 + default: *245 headers: Link: *57 '404': *6 @@ -37222,7 +37232,7 @@ paths: application/json: schema: type: array - items: &561 + items: &562 description: A repository security advisory. type: object properties: @@ -37466,7 +37476,7 @@ paths: login: type: string description: The username of the user credited. - type: *245 + type: *246 credits_detailed: type: - array @@ -37477,7 +37487,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 +37551,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 +38025,7 @@ paths: description: Response content: application/json: - schema: &620 + schema: &621 type: object properties: total_minutes_used: @@ -38085,7 +38095,7 @@ paths: - included_minutes - minutes_used_breakdown examples: - default: &621 + default: &622 value: total_minutes_used: 305 total_paid_minutes_used: 0 @@ -38121,7 +38131,7 @@ paths: description: Response content: application/json: - schema: &622 + schema: &623 type: object properties: total_gigabytes_bandwidth_used: @@ -38139,7 +38149,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 +38181,7 @@ paths: description: Response content: application/json: - schema: &624 + schema: &625 type: object properties: days_left_in_billing_cycle: @@ -38189,7 +38199,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 +38241,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 +38366,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 +38397,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 +38409,9 @@ paths: description: Response content: application/json: - schema: *246 + schema: *247 examples: - default: *247 + default: *248 headers: Link: *57 x-github: @@ -38423,7 +38433,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 +38472,9 @@ paths: description: Response content: application/json: - schema: *246 + schema: *247 examples: - default: *247 + default: *248 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38484,7 +38494,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 +38639,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 +38769,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 +39149,7 @@ paths: - repos_count - organization examples: - default: &253 + default: &254 value: id: 1 node_id: MDQ6VGVhbTE= @@ -39216,9 +39226,9 @@ paths: description: Response content: application/json: - schema: *252 + schema: *253 examples: - default: *253 + default: *254 '404': *6 x-github: githubCloudOnly: false @@ -39303,16 +39313,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 +39392,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 +39503,7 @@ paths: - updated_at - url examples: - default: &576 + default: &577 value: - author: login: octocat @@ -39602,9 +39612,9 @@ paths: description: Response content: application/json: - schema: *254 + schema: *255 examples: - default: &255 + default: &256 value: author: login: octocat @@ -39678,7 +39688,7 @@ paths: parameters: - *91 - *199 - - &256 + - &257 name: discussion_number description: The number that identifies the discussion. in: path @@ -39690,9 +39700,9 @@ paths: description: Response content: application/json: - schema: *254 + schema: *255 examples: - default: *255 + default: *256 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39716,7 +39726,7 @@ paths: parameters: - *91 - *199 - - *256 + - *257 requestBody: required: false content: @@ -39739,9 +39749,9 @@ paths: description: Response content: application/json: - schema: *254 + schema: *255 examples: - default: &577 + default: &578 value: author: login: octocat @@ -39813,7 +39823,7 @@ paths: parameters: - *91 - *199 - - *256 + - *257 responses: '204': description: Response @@ -39841,7 +39851,7 @@ paths: parameters: - *91 - *199 - - *256 + - *257 - *46 - *17 - *19 @@ -39852,7 +39862,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 +39942,7 @@ paths: - updated_at - url examples: - default: &578 + default: &579 value: - author: login: octocat @@ -40002,7 +40012,7 @@ paths: parameters: - *91 - *199 - - *256 + - *257 requestBody: required: true content: @@ -40024,9 +40034,9 @@ paths: description: Response content: application/json: - schema: *257 + schema: *258 examples: - default: &258 + default: &259 value: author: login: octocat @@ -40094,8 +40104,8 @@ paths: parameters: - *91 - *199 - - *256 - - &259 + - *257 + - &260 name: comment_number description: The number that identifies the comment. in: path @@ -40107,9 +40117,9 @@ paths: description: Response content: application/json: - schema: *257 + schema: *258 examples: - default: *258 + default: *259 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -40133,8 +40143,8 @@ paths: parameters: - *91 - *199 - - *256 - - *259 + - *257 + - *260 requestBody: required: true content: @@ -40156,9 +40166,9 @@ paths: description: Response content: application/json: - schema: *257 + schema: *258 examples: - default: &579 + default: &580 value: author: login: octocat @@ -40224,8 +40234,8 @@ paths: parameters: - *91 - *199 - - *256 - - *259 + - *257 + - *260 responses: '204': description: Response @@ -40253,8 +40263,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 +40290,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 +40334,7 @@ paths: - content - created_at examples: - default: &262 + default: &263 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -40376,8 +40386,8 @@ paths: parameters: - *91 - *199 - - *256 - - *259 + - *257 + - *260 requestBody: required: true content: @@ -40410,9 +40420,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 +40451,9 @@ paths: description: Response content: application/json: - schema: *260 + schema: *261 examples: - default: *261 + default: *262 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -40468,9 +40478,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 +40514,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 +40540,9 @@ paths: application/json: schema: type: array - items: *260 + items: *261 examples: - default: *262 + default: *263 headers: Link: *57 x-github: @@ -40560,7 +40570,7 @@ paths: parameters: - *91 - *199 - - *256 + - *257 requestBody: required: true content: @@ -40592,16 +40602,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 +40636,8 @@ paths: parameters: - *91 - *199 - - *256 - - *263 + - *257 + - *264 responses: '204': description: Response @@ -40748,7 +40758,7 @@ paths: description: Response content: application/json: - schema: &264 + schema: &265 title: Team Membership description: Team Membership type: object @@ -40776,7 +40786,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 +40849,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 +40924,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 +40993,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 +41058,7 @@ paths: parameters: - *91 - *199 - - &266 + - &267 name: project_id description: The unique identifier of the project. in: path @@ -41060,9 +41070,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 +41136,7 @@ paths: parameters: - *91 - *199 - - *266 + - *267 requestBody: required: false content: @@ -41195,7 +41205,7 @@ paths: parameters: - *91 - *199 - - *266 + - *267 responses: '204': description: Response @@ -41266,14 +41276,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 +41926,8 @@ paths: parameters: - *91 - *199 - - *267 - *268 + - *269 requestBody: required: false content: @@ -41964,8 +41974,8 @@ paths: parameters: - *91 - *199 - - *267 - *268 + - *269 responses: '204': description: Response @@ -42002,7 +42012,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 +42139,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 +42151,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 +42226,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 +42282,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 +42312,9 @@ paths: description: Response content: application/json: - schema: *270 + schema: *271 examples: - default: *271 + default: *272 '304': *35 '403': *27 '401': *23 @@ -42331,7 +42341,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 +42385,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 +42498,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 +42510,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 +42564,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 +42599,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 +42624,9 @@ paths: description: Response content: application/json: - schema: *273 + schema: *274 examples: - default: *274 + default: *275 '304': *35 '403': *27 '401': *23 @@ -42641,7 +42651,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 +42680,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 +42701,7 @@ paths: application/json: schema: type: array - items: *270 + items: *271 examples: default: value: @@ -42750,7 +42760,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 +42804,9 @@ paths: description: Response content: application/json: - schema: *270 + schema: *271 examples: - default: *271 + default: *272 '304': *35 '403': *27 '401': *23 @@ -42852,7 +42862,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 +42923,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 +42931,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 +42988,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 +43039,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 +43060,7 @@ paths: items: type: string '401': *23 - '410': *276 + '410': *277 '422': *7 x-github: githubCloudOnly: false @@ -43073,7 +43083,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 +43104,7 @@ paths: items: type: string '401': *23 - '410': *276 + '410': *277 '404': *6 x-github: githubCloudOnly: false @@ -43118,7 +43128,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 +43185,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 +43240,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 +43272,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 +43343,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 +43353,7 @@ paths: application/json: schema: type: array - items: *273 + items: *274 examples: default: value: @@ -43381,7 +43391,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 +43415,7 @@ paths: description: Response content: application/json: - schema: *273 + schema: *274 examples: default: value: @@ -43469,7 +43479,7 @@ paths: resources: type: object properties: - core: &277 + core: &278 title: Rate Limit type: object properties: @@ -43486,20 +43496,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 +43613,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 +44121,7 @@ paths: status: disabled '403': *27 '404': *6 - '301': *279 + '301': *280 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44129,8 +44139,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 +44385,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 +44417,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 +44440,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 +44464,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 +44491,7 @@ paths: type: integer artifacts: type: array - items: &282 + items: &283 title: Artifact description: An artifact type: object @@ -44576,7 +44586,7 @@ paths: - expires_at - updated_at examples: - default: &308 + default: &309 value: total_count: 2 artifacts: @@ -44637,9 +44647,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 +44661,7 @@ paths: description: Response content: application/json: - schema: *282 + schema: *283 examples: default: value: @@ -44689,9 +44699,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 +44725,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 +44741,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 +44764,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 +44797,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 +44835,7 @@ paths: description: Response content: application/json: - schema: &286 + schema: &287 title: Repository actions caches description: Repository actions caches type: object @@ -44875,7 +44885,7 @@ paths: - total_count - actions_caches examples: - default: &287 + default: &288 value: total_count: 1 actions_caches: @@ -44907,23 +44917,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 +44953,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 +44985,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 +44999,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 +45346,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 +45376,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 +45424,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 +45475,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 +45539,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 +45558,7 @@ paths: type: integer secrets: type: array - items: &313 + items: &314 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -45569,7 +45579,7 @@ paths: - created_at - updated_at examples: - default: &314 + default: &315 value: total_count: 2 secrets: @@ -45602,9 +45612,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 +45631,7 @@ paths: type: integer variables: type: array - items: &317 + items: &318 title: Actions Variable type: object properties: @@ -45655,7 +45665,7 @@ paths: - created_at - updated_at examples: - default: &318 + default: &319 value: total_count: 2 variables: @@ -45688,8 +45698,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 +45708,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 +45739,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 +45751,7 @@ paths: schema: type: object properties: - enabled: *291 + enabled: *292 allowed_actions: *105 required: - enabled @@ -45771,14 +45781,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 +45805,7 @@ paths: required: - access_level examples: - default: &293 + default: &294 value: access_level: organization x-github: @@ -45819,15 +45829,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 +45861,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 +45889,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 +45922,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 +45952,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 +45964,7 @@ paths: required: true content: application/json: - schema: *295 + schema: *296 examples: default: *111 x-github: @@ -45983,8 +45993,8 @@ paths: in: query schema: type: string - - *267 - *268 + - *269 - *17 - *19 responses: @@ -46028,8 +46038,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 +46047,9 @@ paths: application/json: schema: type: array - items: *296 + items: *297 examples: - default: *297 + default: *298 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46061,8 +46071,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 +46115,7 @@ paths: - no-gpu work_folder: _work responses: - '201': *298 + '201': *299 '404': *6 '422': *7 '409': *45 @@ -46136,8 +46146,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 +46155,7 @@ paths: application/json: schema: *120 examples: - default: *299 + default: *300 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46173,8 +46183,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 +46192,7 @@ paths: application/json: schema: *120 examples: - default: *300 + default: *301 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46204,8 +46214,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 +46224,7 @@ paths: application/json: schema: *118 examples: - default: *301 + default: *302 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46235,8 +46245,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 +46273,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 +46299,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 +46349,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 +46400,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 +46431,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 +46462,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 +46472,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 +46480,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 +46489,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 +46516,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 +46525,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 +46534,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 +46563,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 +46680,7 @@ paths: type: - array - 'null' - items: &346 + items: &347 title: Pull Request Minimal type: object properties: @@ -46797,7 +46807,7 @@ paths: head_commit: anyOf: - type: 'null' - - &350 + - &351 title: Simple Commit description: A commit. type: object @@ -46912,7 +46922,7 @@ paths: - workflow_url - pull_requests examples: - default: &328 + default: &329 value: total_count: 1 workflow_runs: @@ -47148,24 +47158,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 +47416,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 +47441,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 +47571,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 +47606,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 +47627,9 @@ paths: type: integer artifacts: type: array - items: *282 + items: *283 examples: - default: *308 + default: *309 headers: Link: *57 x-github: @@ -47643,25 +47653,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 +47694,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 +47715,9 @@ paths: type: integer jobs: type: array - items: *311 + items: *312 examples: - default: &312 + default: &313 value: total_count: 1 jobs: @@ -47820,10 +47830,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 +47861,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 +47896,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 +47965,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 +48000,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 +48032,9 @@ paths: type: integer jobs: type: array - items: *311 + items: *312 examples: - default: *312 + default: *313 headers: Link: *57 x-github: @@ -48049,9 +48059,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 +48088,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 +48117,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 +48188,7 @@ paths: items: type: object properties: - type: &424 + type: &425 type: string description: The type of reviewer. enum: @@ -48264,9 +48274,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 +48326,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 +48438,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 +48494,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 +48541,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 +48597,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 +48736,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 +48755,9 @@ paths: type: integer secrets: type: array - items: *313 + items: *314 examples: - default: *314 + default: *315 headers: Link: *57 x-github: @@ -48772,16 +48782,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 +48813,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 +48849,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 +48908,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 +48935,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 +48954,9 @@ paths: type: integer variables: type: array - items: *317 + items: *318 examples: - default: *318 + default: *319 headers: Link: *57 x-github: @@ -48969,8 +48979,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 +49032,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 +49068,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 +49112,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 +49139,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 +49158,7 @@ paths: type: integer workflows: type: array - items: &319 + items: &320 title: Workflow description: A GitHub Actions workflow type: object @@ -49266,9 +49276,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 +49293,7 @@ paths: description: Response content: application/json: - schema: *319 + schema: *320 examples: default: value: @@ -49316,9 +49326,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 +49353,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 +49406,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 +49435,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 +49463,9 @@ paths: type: integer workflow_runs: type: array - items: *305 + items: *306 examples: - default: *328 + default: *329 headers: Link: *57 x-github: @@ -49487,9 +49497,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 +49560,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 +49729,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 +49767,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 +49804,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 +49917,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 +49972,7 @@ paths: bundle_url: type: string examples: - default: *329 + default: *330 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49982,8 +49992,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 +50001,7 @@ paths: application/json: schema: type: array - items: &330 + items: &331 title: Autolink reference description: An autolink reference. type: object @@ -50045,8 +50055,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 +50095,9 @@ paths: description: response content: application/json: - schema: *330 + schema: *331 examples: - default: &331 + default: &332 value: id: 1 key_prefix: TICKET- @@ -50118,9 +50128,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 +50142,9 @@ paths: description: Response content: application/json: - schema: *330 + schema: *331 examples: - default: *331 + default: *332 '404': *6 x-github: githubCloudOnly: false @@ -50154,9 +50164,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 +50190,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 +50241,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 +50263,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 +50284,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 +50323,7 @@ paths: - url protected: type: boolean - protection: &334 + protection: &335 title: Branch Protection description: Branch Protection type: object @@ -50356,7 +50366,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 +50383,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 +50467,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 +50792,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 +50808,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 +50854,7 @@ paths: author: anyOf: - type: 'null' - - &333 + - &334 title: Git User description: Metaproperties for Git author/committer information. @@ -50865,7 +50875,7 @@ paths: committer: anyOf: - type: 'null' - - *333 + - *334 message: type: string examples: @@ -50889,7 +50899,7 @@ paths: required: - sha - url - verification: &444 + verification: &445 title: Verification type: object properties: @@ -50969,7 +50979,7 @@ paths: type: integer files: type: array - items: &407 + items: &408 title: Diff Entry description: Diff Entry type: object @@ -51063,7 +51073,7 @@ paths: - self protected: type: boolean - protection: *334 + protection: *335 protection_url: type: string format: uri @@ -51172,7 +51182,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 +51204,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 +51406,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 +51668,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 +51827,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *336 + restrictions: *337 required_conversation_resolution: type: object properties: @@ -51929,9 +51939,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 +51966,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 +51998,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 +52027,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 +52054,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 +52160,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 +52260,9 @@ paths: description: Response content: application/json: - schema: *339 + schema: *340 examples: - default: *340 + default: *341 '422': *15 x-github: githubCloudOnly: false @@ -52273,9 +52283,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 +52312,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 +52345,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 +52375,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 +52402,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 +52438,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 +52492,9 @@ paths: description: Response content: application/json: - schema: *342 + schema: *343 examples: - default: *343 + default: *344 '404': *6 '422': *15 x-github: @@ -52506,9 +52516,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 +52542,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 +52578,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 +52647,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 +52713,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 +52781,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 +52880,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 +52905,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 +52917,7 @@ paths: type: array items: *5 examples: - default: &344 + default: &345 value: - id: 1 slug: octoapp @@ -52964,9 +52974,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 +53010,7 @@ paths: type: array items: *5 examples: - default: *344 + default: *345 '422': *15 x-github: githubCloudOnly: false @@ -53021,9 +53031,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 +53067,7 @@ paths: type: array items: *5 examples: - default: *344 + default: *345 '422': *15 x-github: githubCloudOnly: false @@ -53078,9 +53088,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 +53124,7 @@ paths: type: array items: *5 examples: - default: *344 + default: *345 '422': *15 x-github: githubCloudOnly: false @@ -53136,9 +53146,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 +53178,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 +53239,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 +53300,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 +53361,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 +53397,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 +53457,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 +53517,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 +53579,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 +53603,7 @@ paths: description: Response content: application/json: - schema: *345 + schema: *346 examples: default: value: @@ -53709,8 +53719,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 +53999,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 +54134,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 +54422,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 +54436,9 @@ paths: description: Response content: application/json: - schema: *347 + schema: *348 examples: - default: &349 + default: &350 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -54528,9 +54538,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 +54780,9 @@ paths: description: Response content: application/json: - schema: *347 + schema: *348 examples: - default: *349 + default: *350 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54792,9 +54802,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 +54914,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 +54960,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 +54983,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 +55065,7 @@ paths: type: - array - 'null' - items: *346 + items: *347 app: anyOf: - type: 'null' @@ -55071,7 +55081,7 @@ paths: - string - 'null' format: date-time - head_commit: *350 + head_commit: *351 latest_check_runs_count: type: integer check_runs_url: @@ -55099,7 +55109,7 @@ paths: - check_runs_url - pull_requests examples: - default: &352 + default: &353 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -55390,9 +55400,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 +55421,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 +55731,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 +55745,9 @@ paths: description: Response content: application/json: - schema: *351 + schema: *352 examples: - default: *352 + default: *353 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55760,17 +55770,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 +55819,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 +55923,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 +55958,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 +55997,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 +56019,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 +56027,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 +56151,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 +56178,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 +56194,7 @@ paths: description: Response content: application/json: - schema: &367 + schema: &368 type: object properties: number: *52 @@ -56192,7 +56202,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 +56210,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 +56273,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 +56367,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 +56387,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 +56404,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 +56424,7 @@ paths: description: Response content: application/json: - schema: *367 + schema: *368 examples: default: value: @@ -56490,7 +56500,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 +56527,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 +56562,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 +56579,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 +56604,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 +56658,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 +56706,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 +56731,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 +56745,7 @@ paths: application/json: schema: type: array - items: *364 + items: *365 examples: default: value: @@ -56774,7 +56784,7 @@ paths: end_column: 50 classifications: - source - '403': *365 + '403': *366 '404': *6 '503': *62 x-github: @@ -56808,25 +56818,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 +56858,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 +56899,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 +56962,7 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *365 + '403': *366 '404': *6 '503': *62 x-github: @@ -56988,8 +56998,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 +57012,7 @@ paths: description: Response content: application/json: - schema: *377 + schema: *378 examples: response: summary: application/json response @@ -57056,7 +57066,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 +57153,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 +57210,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 +57232,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 +57241,7 @@ paths: application/json: schema: type: array - items: &378 + items: &379 title: CodeQL Database description: A CodeQL database. type: object @@ -57343,7 +57353,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 +57382,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 +57395,7 @@ paths: description: Response content: application/json: - schema: *378 + schema: *379 examples: default: value: @@ -57417,9 +57427,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 +57451,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 +57462,7 @@ paths: responses: '204': description: Response - '403': *371 + '403': *372 '404': *6 '503': *62 x-github: @@ -57480,8 +57490,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 +57500,7 @@ paths: type: object additionalProperties: false properties: - language: &379 + language: &380 type: string description: The language targeted by the CodeQL query enum: @@ -57569,7 +57579,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 +57589,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 +57637,7 @@ paths: items: type: object properties: - repository: &380 + repository: &381 title: Repository Identifier description: Repository Identifier type: object @@ -57669,7 +57679,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 +57711,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 +57726,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 +57749,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 +57766,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 +57918,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 +57949,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 +57962,9 @@ paths: description: Response content: application/json: - schema: *383 + schema: *384 examples: - default: *382 + default: *383 '404': *6 '503': *62 x-github: @@ -57977,7 +57987,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 +58022,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 +58147,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 +58230,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 +58251,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 +58336,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 +58401,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 +58410,7 @@ paths: schema: type: object properties: - commit_sha: *385 + commit_sha: *386 ref: type: string description: |- @@ -58460,7 +58470,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 +58484,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 +58507,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 +58556,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 +58581,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 +58663,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 +58792,8 @@ paths: parameters: - *17 - *19 - - *267 - *268 + - *269 responses: '200': description: Response @@ -59097,8 +59107,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 +59174,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 +59182,7 @@ paths: application/json: schema: *191 examples: - default: *386 + default: *387 '400': *14 '401': *23 '403': *27 @@ -59201,8 +59211,8 @@ paths: parameters: - *17 - *19 - - *267 - *268 + - *269 responses: '200': description: Response @@ -59266,8 +59276,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 +59314,9 @@ paths: type: integer machines: type: array - items: *387 + items: *388 examples: - default: &592 + default: &593 value: total_count: 2 machines: @@ -59346,8 +59356,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 +59444,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 +59514,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 +59533,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 +59554,7 @@ paths: - created_at - updated_at examples: - default: *388 + default: *389 headers: Link: *57 x-github: @@ -59567,16 +59577,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 +59606,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 +59636,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 +59690,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 +59720,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 +59759,7 @@ paths: application/json: schema: type: array - items: &393 + items: &394 title: Collaborator description: Collaborator type: object @@ -59942,8 +59952,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 +60000,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 +60028,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 +60256,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 +60289,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 +60311,7 @@ paths: user: anyOf: - type: 'null' - - *393 + - *394 required: - permission - role_name @@ -60355,8 +60365,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 +60376,7 @@ paths: application/json: schema: type: array - items: &394 + items: &395 title: Commit Comment description: Commit Comment type: object @@ -60424,7 +60434,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 +60493,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 +60560,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 +60584,7 @@ paths: description: Response content: application/json: - schema: *394 + schema: *395 examples: default: value: @@ -60625,8 +60635,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 +60658,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 +60686,9 @@ paths: application/json: schema: type: array - items: *260 + items: *261 examples: - default: *262 + default: *263 headers: Link: *57 '404': *6 @@ -60699,8 +60709,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 +60743,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 +60774,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 +60826,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 +60883,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 +60979,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 +61053,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 +61065,9 @@ paths: application/json: schema: type: array - items: *394 + items: *395 examples: - default: *397 + default: *398 headers: Link: *57 x-github: @@ -61085,9 +61095,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 +61132,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 +61162,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 +61174,7 @@ paths: application/json: schema: type: array - items: &496 + items: &497 title: Pull Request Simple description: Pull Request Simple type: object @@ -61284,7 +61294,7 @@ paths: milestone: anyOf: - type: 'null' - - *399 + - *400 active_lock_reason: type: - string @@ -61383,7 +61393,7 @@ paths: _links: type: object properties: - comments: &400 + comments: &401 title: Link description: Hypermedia Link type: object @@ -61392,13 +61402,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 +61419,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 +61484,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 +62021,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 +62040,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 +62155,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 +62193,9 @@ paths: type: integer check_runs: type: array - items: *347 + items: *348 examples: - default: *404 + default: *405 headers: Link: *57 x-github: @@ -62210,9 +62220,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 +62230,7 @@ paths: schema: type: integer example: 1 - - *402 + - *403 - *17 - *19 responses: @@ -62238,7 +62248,7 @@ paths: type: integer check_suites: type: array - items: *351 + items: *352 examples: default: value: @@ -62438,9 +62448,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 +62652,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 +62664,7 @@ paths: application/json: schema: type: array - items: &566 + items: &567 title: Status description: The status of a commit. type: object @@ -62735,7 +62745,7 @@ paths: site_admin: false headers: Link: *57 - '301': *279 + '301': *280 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62763,8 +62773,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 +62807,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 +62831,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 +62972,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 +63021,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 +63046,10 @@ paths: - 6 commits: type: array - items: *395 + items: *396 files: type: array - items: *407 + items: *408 required: - url - html_url @@ -63325,8 +63335,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 +63489,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 +63626,7 @@ paths: - size - type - url - - &510 + - &511 title: Content File description: Content File type: object @@ -63834,7 +63844,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 +63913,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 +63936,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 +64032,7 @@ paths: description: Response content: application/json: - schema: &410 + schema: &411 title: File Commit description: File Commit type: object @@ -64178,7 +64188,7 @@ paths: description: Response content: application/json: - schema: *410 + schema: *411 examples: example-for-creating-a-file: value: @@ -64232,7 +64242,7 @@ paths: schema: oneOf: - *3 - - &439 + - &440 description: Repository rule violation was detected type: object properties: @@ -64253,7 +64263,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 +64295,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 +64357,7 @@ paths: description: Response content: application/json: - schema: *410 + schema: *411 examples: default: value: @@ -64402,8 +64412,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 +64537,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 +64581,7 @@ paths: application/json: schema: type: array - items: &413 + items: &414 type: object description: A Dependabot alert. properties: @@ -64621,7 +64631,7 @@ paths: - direct - transitive - - security_advisory: *411 + security_advisory: *412 security_vulnerability: *50 url: *55 html_url: *56 @@ -64652,7 +64662,7 @@ paths: dismissal. maxLength: 280 fixed_at: *133 - auto_dismissed_at: *412 + auto_dismissed_at: *413 required: - number - state @@ -64882,9 +64892,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 +64909,7 @@ paths: description: Response content: application/json: - schema: *413 + schema: *414 examples: default: value: @@ -65012,9 +65022,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 +65069,7 @@ paths: description: Response content: application/json: - schema: *413 + schema: *414 examples: default: value: @@ -65188,8 +65198,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 +65217,7 @@ paths: type: integer secrets: type: array - items: &417 + items: &418 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -65261,16 +65271,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 +65300,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 +65334,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 +65388,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 +65412,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 +65587,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 +65848,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 +65932,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 +65971,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 +65985,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 +66118,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 +66160,9 @@ paths: application/json: schema: type: array - items: *419 + items: *420 examples: - default: *420 + default: *421 headers: Link: *57 x-github: @@ -66218,8 +66228,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 +66311,7 @@ paths: description: Response content: application/json: - schema: *419 + schema: *420 examples: simple-example: summary: Simple example @@ -66374,9 +66384,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 +66398,7 @@ paths: description: Response content: application/json: - schema: *419 + schema: *420 examples: default: value: @@ -66453,9 +66463,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 +66487,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 +66499,7 @@ paths: application/json: schema: type: array - items: &422 + items: &423 title: Deployment Status description: The status of a deployment. type: object @@ -66653,9 +66663,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 +66740,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 +66798,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 +66811,9 @@ paths: description: Response content: application/json: - schema: *422 + schema: *423 examples: - default: *423 + default: *424 '404': *6 x-github: githubCloudOnly: false @@ -66828,8 +66838,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 +66896,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 +66915,7 @@ paths: - 5 environments: type: array - items: &425 + items: &426 title: Environment description: Details of a deployment environment type: object @@ -66967,7 +66977,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 +67019,7 @@ paths: items: type: object properties: - type: *424 + type: *425 reviewer: anyOf: - *4 @@ -67036,7 +67046,7 @@ paths: - id - node_id - type - deployment_branch_policy: &428 + deployment_branch_policy: &429 type: - object - 'null' @@ -67153,9 +67163,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 +67178,9 @@ paths: description: Response content: application/json: - schema: *425 + schema: *426 examples: - default: &429 + default: &430 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -67254,9 +67264,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 +67276,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 +67295,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 +67322,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 +67348,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 +67375,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 +67396,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 +67457,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 +67507,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 +67551,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 +67566,9 @@ paths: description: Response content: application/json: - schema: *430 + schema: *431 examples: - default: *431 + default: *432 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67577,10 +67587,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 +67619,9 @@ paths: description: Response content: application/json: - schema: *430 + schema: *431 examples: - default: *431 + default: *432 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67630,10 +67640,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 +67668,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 +67687,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 +67709,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 +67812,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 +67835,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 +67872,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 +67894,7 @@ paths: - 35 available_custom_deployment_protection_rule_integrations: type: array - items: *434 + items: *435 examples: default: value: @@ -67919,10 +67929,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 +67944,9 @@ paths: description: Response content: application/json: - schema: *433 + schema: *434 examples: - default: *435 + default: *436 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67957,10 +67967,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 +67996,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 +68016,9 @@ paths: type: integer secrets: type: array - items: *313 + items: *314 examples: - default: *314 + default: *315 headers: Link: *57 x-github: @@ -68033,17 +68043,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 +68075,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 +68108,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 +68168,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 +68196,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 +68216,9 @@ paths: type: integer variables: type: array - items: *317 + items: *318 examples: - default: *318 + default: *319 headers: Link: *57 x-github: @@ -68231,9 +68241,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 +68295,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 +68327,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 +68372,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 +68397,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 +68475,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 +68635,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 +68669,9 @@ paths: description: Response content: application/json: - schema: *278 + schema: *279 examples: - default: *280 + default: *281 '400': *14 '422': *15 '403': *27 @@ -68682,8 +68692,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 +68753,7 @@ paths: schema: oneOf: - *94 - - *439 + - *440 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68768,8 +68778,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 +68879,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 +68989,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 +69216,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 +69280,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 +69299,7 @@ paths: application/json: schema: type: array - items: &442 + items: &443 title: Git Reference description: Git references within a repository type: object @@ -69365,17 +69375,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 +69414,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 +69444,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 +69472,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 +69503,9 @@ paths: description: Response content: application/json: - schema: *442 + schema: *443 examples: - default: *443 + default: *444 '422': *15 '409': *45 x-github: @@ -69513,9 +69523,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 +69580,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 +69648,7 @@ paths: description: Response content: application/json: - schema: &445 + schema: &446 title: Git Tag description: Metadata for a Git tag type: object @@ -69694,7 +69704,7 @@ paths: - sha - type - url - verification: *444 + verification: *445 required: - sha - url @@ -69704,7 +69714,7 @@ paths: - tag - message examples: - default: &446 + default: &447 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -69777,8 +69787,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 +69799,9 @@ paths: description: Response content: application/json: - schema: *445 + schema: *446 examples: - default: *446 + default: *447 '404': *6 '409': *45 x-github: @@ -69815,8 +69825,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 +69900,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 +70002,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 +70026,7 @@ paths: description: Response content: application/json: - schema: *447 + schema: *448 examples: default-response: summary: Default response @@ -70075,8 +70085,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 +70096,7 @@ paths: application/json: schema: type: array - items: &448 + items: &449 title: Webhook description: Webhooks for repositories. type: object @@ -70149,7 +70159,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 +70236,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 +70290,9 @@ paths: description: Response content: application/json: - schema: *448 + schema: *449 examples: - default: &449 + default: &450 value: type: Repository id: 12345678 @@ -70330,17 +70340,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 +70370,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 +70417,9 @@ paths: description: Response content: application/json: - schema: *448 + schema: *449 examples: - default: *449 + default: *450 '422': *15 '404': *6 x-github: @@ -70430,8 +70440,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 +70466,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 +70495,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 +70541,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 +70574,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 +70604,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 +70629,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 +70656,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 +70716,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 +70830,7 @@ paths: - html_url - authors_url examples: - default: &453 + default: &454 value: vcs: subversion use_lfs: true @@ -70836,7 +70846,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 +70875,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 +70924,7 @@ paths: description: Response content: application/json: - schema: *450 + schema: *451 examples: default: value: @@ -70939,7 +70949,7 @@ paths: type: string '422': *15 '404': *6 - '503': *451 + '503': *452 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70967,8 +70977,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 +71030,7 @@ paths: description: Response content: application/json: - schema: *450 + schema: *451 examples: example-1: summary: Example 1 @@ -71068,7 +71078,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 +71101,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 +71132,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 +71148,7 @@ paths: application/json: schema: type: array - items: &452 + items: &453 title: Porter Author description: Porter Author type: object @@ -71192,7 +71202,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 +71227,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 +71258,7 @@ paths: description: Response content: application/json: - schema: *452 + schema: *453 examples: default: value: @@ -71261,7 +71271,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 +71295,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 +71337,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *451 + '503': *452 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71355,8 +71365,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 +71393,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 +71420,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 +71429,8 @@ paths: application/json: schema: *20 examples: - default: *454 - '301': *279 + default: *455 + '301': *280 '404': *6 x-github: githubCloudOnly: false @@ -71440,8 +71450,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 +71464,7 @@ paths: properties: {} additionalProperties: false examples: - default: &456 + default: &457 value: limit: collaborators_only origin: repository @@ -71479,13 +71489,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 +71509,7 @@ paths: application/json: schema: *180 examples: - default: *456 + default: *457 '409': description: Response x-github: @@ -71521,8 +71531,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 +71555,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 +71566,9 @@ paths: application/json: schema: type: array - items: *457 + items: *458 examples: - default: &608 + default: &609 value: - id: 1 repository: @@ -71689,8 +71699,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 +71730,7 @@ paths: description: Response content: application/json: - schema: *457 + schema: *458 examples: default: value: @@ -71851,8 +71861,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 +71894,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 +71968,7 @@ paths: type: array items: *74 examples: - default: &466 + default: &467 value: - id: 1 node_id: MDU6SXNzdWUx @@ -72106,7 +72116,7 @@ paths: state_reason: completed headers: Link: *57 - '301': *279 + '301': *280 '422': *15 '404': *6 x-github: @@ -72135,8 +72145,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 +72238,7 @@ paths: application/json: schema: *74 examples: - default: &461 + default: &462 value: id: 1 node_id: MDU6SXNzdWUx @@ -72384,7 +72394,7 @@ paths: '422': *15 '503': *62 '404': *6 - '410': *276 + '410': *277 x-github: triggersNotification: true githubCloudOnly: false @@ -72412,8 +72422,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 +72444,9 @@ paths: application/json: schema: type: array - items: *458 + items: *459 examples: - default: &463 + default: &464 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -72494,17 +72504,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 +72568,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 +72592,9 @@ paths: description: Response content: application/json: - schema: *458 + schema: *459 examples: - default: *459 + default: *460 '422': *15 x-github: githubCloudOnly: false @@ -72602,8 +72612,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 +72634,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 +72662,9 @@ paths: application/json: schema: type: array - items: *260 + items: *261 examples: - default: *262 + default: *263 headers: Link: *57 '404': *6 @@ -72675,8 +72685,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 +72719,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 +72750,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 +72773,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 +72784,7 @@ paths: application/json: schema: type: array - items: &460 + items: &461 title: Issue Event description: Issue Event type: object @@ -73113,8 +73123,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 +73135,7 @@ paths: description: Response content: application/json: - schema: *460 + schema: *461 examples: default: value: @@ -73318,7 +73328,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *276 + '410': *277 '403': *27 x-github: githubCloudOnly: false @@ -73352,9 +73362,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 +73378,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 +73406,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 +73528,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 +73552,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 +73582,7 @@ paths: application/json: schema: *74 examples: - default: *461 + default: *462 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73588,9 +73598,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 +73627,7 @@ paths: application/json: schema: *74 examples: - default: *461 + default: *462 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73639,9 +73649,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 +73691,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 +73704,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 +73739,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 +73763,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 +73792,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 +73808,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 +73857,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &468 + - &469 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -73975,7 +73985,7 @@ paths: - performed_via_github_app - assignee - assigner - - &469 + - &470 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -74021,7 +74031,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &470 + - &471 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -74067,7 +74077,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &471 + - &472 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -74116,7 +74126,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 +74168,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 +74210,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 +74266,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &475 + - &476 title: Locked Issue Event description: Locked Issue Event type: object @@ -74301,7 +74311,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 +74372,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 +74433,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 +74494,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 +74587,7 @@ paths: color: red headers: Link: *57 - '410': *276 + '410': *277 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74594,9 +74604,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 +74616,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 +74671,7 @@ paths: - color - default examples: - default: &465 + default: &466 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -74679,9 +74689,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 +74708,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 +74769,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 +74791,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 +74853,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 +74875,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 +74902,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 +74917,7 @@ paths: application/json: schema: type: array - items: *464 + items: *465 examples: default: value: @@ -74918,9 +74928,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 +74950,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 +74981,7 @@ paths: '204': description: Response '403': *27 - '410': *276 + '410': *277 '404': *6 '422': *15 x-github: @@ -74989,9 +74999,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 +75023,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 +75051,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 +75075,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 +75109,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 +75140,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 +75172,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 +75198,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 +75231,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 +75245,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 +75277,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 +75308,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 +75335,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 +75370,7 @@ paths: application/json: schema: *74 examples: - default: *461 + default: *462 '403': *27 '404': *6 '422': *7 @@ -75382,9 +75392,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 +75409,6 @@ paths: description: Timeline Event type: object anyOf: - - *467 - *468 - *469 - *470 @@ -75412,6 +75421,7 @@ paths: - *477 - *478 - *479 + - *480 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -75735,7 +75745,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 +75983,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 +76258,7 @@ paths: headers: Link: *57 '404': *6 - '410': *276 + '410': *277 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76265,8 +76275,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 +76286,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 +76353,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 +76390,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 +76426,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 +76440,9 @@ paths: description: Response content: application/json: - schema: *480 + schema: *481 examples: - default: *481 + default: *482 '404': *6 x-github: githubCloudOnly: false @@ -76450,9 +76460,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 +76482,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 +76493,9 @@ paths: application/json: schema: type: array - items: *464 + items: *465 examples: - default: *465 + default: *466 headers: Link: *57 '404': *6 @@ -76506,8 +76516,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 +76553,9 @@ paths: description: Response content: application/json: - schema: *464 + schema: *465 examples: - default: &483 + default: &484 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -76577,8 +76587,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 +76599,9 @@ paths: description: Response content: application/json: - schema: *464 + schema: *465 examples: - default: *483 + default: *484 '404': *6 x-github: githubCloudOnly: false @@ -76608,8 +76618,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 +76658,7 @@ paths: description: Response content: application/json: - schema: *464 + schema: *465 examples: default: value: @@ -76674,8 +76684,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 +76711,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 +76751,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 +76900,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 +76966,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 +77001,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 +77028,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 +77070,7 @@ paths: application/json: schema: type: array - items: *399 + items: *400 examples: default: value: @@ -77116,8 +77126,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 +77167,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 +77228,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 +77242,9 @@ paths: description: Response content: application/json: - schema: *399 + schema: *400 examples: - default: *485 + default: *486 '404': *6 x-github: githubCloudOnly: false @@ -77251,9 +77261,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 +77301,9 @@ paths: description: Response content: application/json: - schema: *399 + schema: *400 examples: - default: *485 + default: *486 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77309,9 +77319,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 +77342,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 +77354,9 @@ paths: application/json: schema: type: array - items: *464 + items: *465 examples: - default: *465 + default: *466 headers: Link: *57 x-github: @@ -77365,12 +77375,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 +77392,7 @@ paths: type: array items: *86 examples: - default: *490 + default: *491 headers: Link: *57 x-github: @@ -77406,8 +77416,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 +77475,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 +77626,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 +77667,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 +77723,9 @@ paths: description: Response content: application/json: - schema: *491 + schema: *492 examples: - default: *492 + default: *493 '422': *15 '409': *45 x-github: @@ -77738,8 +77748,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 +77849,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 +77876,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 +77887,7 @@ paths: application/json: schema: type: array - items: &493 + items: &494 title: Page Build description: Page Build type: object @@ -77969,8 +77979,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 +78027,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 +78084,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 +78096,9 @@ paths: description: Response content: application/json: - schema: *493 + schema: *494 examples: - default: *494 + default: *495 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78108,8 +78118,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 +78227,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 +78287,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 +78316,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 +78612,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 +78650,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 +78672,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 +78696,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 +78758,7 @@ paths: '401': *23 '403': *27 '404': *6 - '410': *276 + '410': *277 '422': *7 x-github: githubCloudOnly: false @@ -78771,8 +78781,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 +78810,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 +78837,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 +78877,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 +78940,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 +79001,9 @@ paths: application/json: schema: type: array - items: *496 + items: *497 examples: - default: *497 + default: *498 headers: Link: *57 '304': *35 @@ -79025,8 +79035,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 +79103,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 +79232,7 @@ paths: milestone: anyOf: - type: 'null' - - *399 + - *400 active_lock_reason: type: - string @@ -79315,14 +79325,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 +79343,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 +79445,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 +79972,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 +80002,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 +80081,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 +80166,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 +80190,9 @@ paths: description: Response content: application/json: - schema: *499 + schema: *500 examples: - default: *500 + default: *501 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80198,8 +80208,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 +80231,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 +80259,9 @@ paths: application/json: schema: type: array - items: *260 + items: *261 examples: - default: *262 + default: *263 headers: Link: *57 '404': *6 @@ -80272,8 +80282,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 +80316,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 +80347,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 +80393,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 +80408,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 +80445,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 +80489,9 @@ paths: description: Response content: application/json: - schema: *501 + schema: *502 examples: - default: *502 + default: *503 '422': *15 '403': *27 x-github: @@ -80503,9 +80513,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 +80578,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 +80586,7 @@ paths: application/json: schema: *191 examples: - default: *386 + default: *387 '401': *23 '403': *27 '404': *6 @@ -80606,9 +80616,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 +80639,9 @@ paths: application/json: schema: type: array - items: *499 + items: *500 examples: - default: *504 + default: *505 headers: Link: *57 x-github: @@ -80664,9 +80674,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 +80782,7 @@ paths: description: Response content: application/json: - schema: *499 + schema: *500 examples: example-for-a-multi-line-comment: value: @@ -80860,9 +80870,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 +80895,7 @@ paths: description: Response content: application/json: - schema: *499 + schema: *500 examples: default: value: @@ -80971,9 +80981,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 +80993,9 @@ paths: application/json: schema: type: array - items: *395 + items: *396 examples: - default: *505 + default: *506 headers: Link: *57 x-github: @@ -81015,9 +81025,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 +81037,7 @@ paths: application/json: schema: type: array - items: *407 + items: *408 examples: default: value: @@ -81065,9 +81075,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 +81100,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 +81214,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 +81291,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 +81330,7 @@ paths: description: Response content: application/json: - schema: *496 + schema: *497 examples: default: value: @@ -81856,9 +81866,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 +81902,7 @@ paths: description: Response content: application/json: - schema: *496 + schema: *497 examples: default: value: @@ -82397,9 +82407,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 +82419,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 +82575,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 +82667,9 @@ paths: description: Response content: application/json: - schema: *506 + schema: *507 examples: - default: &508 + default: &509 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -82722,10 +82732,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 +82747,9 @@ paths: description: Response content: application/json: - schema: *506 + schema: *507 examples: - default: &509 + default: &510 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -82798,10 +82808,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 +82834,7 @@ paths: description: Response content: application/json: - schema: *506 + schema: *507 examples: default: value: @@ -82886,18 +82896,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 +82934,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 +83035,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 +83188,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 +83220,7 @@ paths: description: Response content: application/json: - schema: *506 + schema: *507 examples: default: value: @@ -83273,10 +83283,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 +83321,9 @@ paths: description: Response content: application/json: - schema: *506 + schema: *507 examples: - default: *509 + default: *510 '404': *6 '422': *7 '403': *27 @@ -83335,9 +83345,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 +83411,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 +83425,9 @@ paths: description: Response content: application/json: - schema: *510 + schema: *511 examples: - default: &511 + default: &512 value: type: file encoding: base64 @@ -83459,8 +83469,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 +83490,9 @@ paths: description: Response content: application/json: - schema: *510 + schema: *511 examples: - default: *511 + default: *512 '404': *6 '422': *15 x-github: @@ -83504,8 +83514,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 +83525,7 @@ paths: application/json: schema: type: array - items: &512 + items: &513 title: Release description: A release. type: object @@ -83587,7 +83597,7 @@ paths: author: *4 assets: type: array - items: &513 + items: &514 title: Release Asset description: Data related to a release. type: object @@ -83767,8 +83777,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 +83854,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 +83959,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 +83973,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 +84009,7 @@ paths: type: User site_admin: false '404': *6 - '302': *409 + '302': *410 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84015,9 +84025,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 +84056,9 @@ paths: description: Response content: application/json: - schema: *513 + schema: *514 examples: - default: *515 + default: *516 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84064,9 +84074,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 +84100,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 +84187,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 +84213,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 +84227,9 @@ paths: description: Response content: application/json: - schema: *512 + schema: *513 examples: - default: *516 + default: *517 '404': *6 x-github: githubCloudOnly: false @@ -84241,9 +84251,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 +84267,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 +84287,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 +84353,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 +84376,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 +84398,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 +84410,7 @@ paths: application/json: schema: type: array - items: *513 + items: *514 examples: default: value: @@ -84480,9 +84490,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 +84518,7 @@ paths: description: Response for successful upload content: application/json: - schema: *513 + schema: *514 examples: response-for-successful-upload: value: @@ -84562,9 +84572,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 +84598,9 @@ paths: application/json: schema: type: array - items: *260 + items: *261 examples: - default: *262 + default: *263 headers: Link: *57 '404': *6 @@ -84611,9 +84621,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 +84653,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 +84684,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 +84711,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 +84729,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 +84750,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 +84847,8 @@ paths: category: repos subcategory: rules parameters: - - *267 - *268 + - *269 - *17 - *19 - name: includes_parents @@ -84849,7 +84859,7 @@ paths: schema: type: boolean default: true - - *540 + - *541 responses: '200': description: Response @@ -84904,8 +84914,8 @@ paths: category: repos subcategory: rules parameters: - - *267 - *268 + - *269 requestBody: description: Request body required: true @@ -84967,7 +84977,7 @@ paths: application/json: schema: *233 examples: - default: &550 + default: &551 value: id: 42 name: super cool ruleset @@ -85014,12 +85024,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 +85037,9 @@ paths: description: Response content: application/json: - schema: *545 + schema: *546 examples: - default: *546 + default: *547 '404': *6 '500': *90 x-github: @@ -85050,17 +85060,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 +85098,8 @@ paths: category: repos subcategory: rules parameters: - - *267 - *268 + - *269 - name: ruleset_id description: The ID of the ruleset. in: path @@ -85111,7 +85121,7 @@ paths: application/json: schema: *233 examples: - default: *550 + default: *551 '404': *6 '500': *90 put: @@ -85129,8 +85139,8 @@ paths: category: repos subcategory: rules parameters: - - *267 - *268 + - *269 - name: ruleset_id description: The ID of the ruleset. in: path @@ -85194,7 +85204,7 @@ paths: application/json: schema: *233 examples: - default: *550 + default: *551 '404': *6 '500': *90 delete: @@ -85212,8 +85222,8 @@ paths: category: repos subcategory: rules parameters: - - *267 - *268 + - *269 - name: ruleset_id description: The ID of the ruleset. in: path @@ -85236,8 +85246,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 +85265,7 @@ paths: type: array items: *235 examples: - default: *551 + default: *552 '404': *6 '500': *90 x-github: @@ -85274,8 +85284,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 +85303,7 @@ paths: description: Response content: application/json: - schema: *552 + schema: *553 examples: default: value: @@ -85348,8 +85358,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 +85367,12 @@ paths: - *46 - *19 - *17 - - *553 - *554 + - *555 - *240 - *241 - *242 + - *243 responses: '200': description: Response @@ -85369,7 +85380,7 @@ paths: application/json: schema: type: array - items: &557 + items: &558 type: object properties: number: *52 @@ -85385,8 +85396,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 +85616,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 +85677,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 +85687,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 +85707,7 @@ paths: description: Response content: application/json: - schema: *557 + schema: *558 examples: default: value: @@ -85770,9 +85782,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 +85795,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &690 + items: &691 type: object properties: type: @@ -86162,8 +86174,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 +86183,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 +86207,7 @@ paths: schema: type: object properties: - reason: *559 + reason: *560 expire_at: type: - string @@ -86239,8 +86251,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 +86267,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 +86295,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 +86373,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 +86418,9 @@ paths: application/json: schema: type: array - items: *561 + items: *562 examples: - default: *562 + default: *563 '400': *14 '404': *6 x-github: @@ -86431,8 +86443,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 +86524,7 @@ paths: login: type: string description: The username of the user credited. - type: *245 + type: *246 required: - login - type @@ -86602,9 +86614,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 +86849,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 +86963,7 @@ paths: description: Response content: application/json: - schema: *561 + schema: *562 examples: default: value: @@ -87098,17 +87110,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 +87144,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 +87226,7 @@ paths: login: type: string description: The username of the user credited. - type: *245 + type: *246 required: - login - type @@ -87305,10 +87317,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 +87358,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 +87387,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 +87423,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 +87520,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 +87530,7 @@ paths: application/json: schema: type: array - items: &565 + items: &566 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -87551,8 +87563,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 +87642,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 +87737,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 +87892,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 +87903,7 @@ paths: application/json: schema: type: array - items: *565 + items: *566 examples: default: value: @@ -87924,8 +87936,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 +87993,7 @@ paths: description: Response content: application/json: - schema: *566 + schema: *567 examples: default: value: @@ -88035,8 +88047,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 +88080,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 +88160,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 +88187,7 @@ paths: description: Response content: application/json: - schema: *567 + schema: *568 examples: default: value: @@ -88202,8 +88214,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 +88235,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 +88318,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 +88327,7 @@ paths: application/json: schema: type: array - items: &568 + items: &569 title: Tag protection description: Tag protection type: object @@ -88372,8 +88384,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 +88408,7 @@ paths: description: Response content: application/json: - schema: *568 + schema: *569 examples: default: value: @@ -88427,8 +88439,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 +88477,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 +88514,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 +88547,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 +88556,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 +88568,7 @@ paths: required: - names examples: - default: &570 + default: &571 value: names: - octocat @@ -88579,8 +88591,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 +88623,9 @@ paths: description: Response content: application/json: - schema: *569 + schema: *570 examples: - default: *570 + default: *571 '404': *6 '422': *7 x-github: @@ -88634,9 +88646,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 +88679,7 @@ paths: - 128 clones: type: array - items: &572 + items: &573 title: Traffic type: object properties: @@ -88754,8 +88766,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 +88861,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 +88925,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 +88948,7 @@ paths: - 3782 views: type: array - items: *572 + items: *573 required: - uniques - count @@ -89013,8 +89025,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 +89300,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 +89324,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 +89347,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 +89374,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 +89467,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 +89718,7 @@ paths: examples: - 73..77 - 77..78 - text_matches: &573 + text_matches: &574 title: Search Result Text Matches type: array items: @@ -89869,7 +89881,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 +89950,7 @@ paths: committer: anyOf: - type: 'null' - - *333 + - *334 comment_count: type: integer message: @@ -89957,7 +89969,7 @@ paths: url: type: string format: uri - verification: *444 + verification: *445 required: - author - committer @@ -89972,7 +89984,7 @@ paths: committer: anyOf: - type: 'null' - - *333 + - *334 parents: type: array items: @@ -89989,7 +90001,7 @@ paths: type: number node_id: type: string - text_matches: *573 + text_matches: *574 required: - sha - node_id @@ -90171,7 +90183,7 @@ paths: - interactions - created - updated - - *574 + - *575 - *17 - *19 - name: advanced_search @@ -90295,7 +90307,7 @@ paths: milestone: anyOf: - type: 'null' - - *399 + - *400 comments: type: integer created_at: @@ -90309,7 +90321,7 @@ paths: - string - 'null' format: date-time - text_matches: *573 + text_matches: *574 pull_request: type: object properties: @@ -90535,7 +90547,7 @@ paths: enum: - created - updated - - *574 + - *575 - *17 - *19 responses: @@ -90580,7 +90592,7 @@ paths: - 'null' score: type: number - text_matches: *573 + text_matches: *574 required: - id - node_id @@ -90665,7 +90677,7 @@ paths: - forks - help-wanted-issues - updated - - *574 + - *575 - *17 - *19 responses: @@ -90902,7 +90914,7 @@ paths: - admin - pull - push - text_matches: *573 + text_matches: *574 temp_clone_token: type: string allow_merge_commit: @@ -91210,7 +91222,7 @@ paths: - string - 'null' format: uri - text_matches: *573 + text_matches: *574 related: type: - array @@ -91403,7 +91415,7 @@ paths: - followers - repositories - joined - - *574 + - *575 - *17 - *19 responses: @@ -91513,7 +91525,7 @@ paths: type: - boolean - 'null' - text_matches: *573 + text_matches: *574 blog: type: - string @@ -91595,7 +91607,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 +91619,9 @@ paths: description: Response content: application/json: - schema: *252 + schema: *253 examples: - default: *253 + default: *254 '404': *6 x-github: githubCloudOnly: false @@ -91636,7 +91648,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 +91712,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 +91749,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 +91780,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 +91791,9 @@ paths: application/json: schema: type: array - items: *254 + items: *255 examples: - default: *576 + default: *577 headers: Link: *57 x-github: @@ -91810,7 +91822,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 +91856,9 @@ paths: description: Response content: application/json: - schema: *254 + schema: *255 examples: - default: *255 + default: *256 x-github: triggersNotification: true githubCloudOnly: false @@ -91873,16 +91885,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 +91919,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 +91943,9 @@ paths: description: Response content: application/json: - schema: *254 + schema: *255 examples: - default: *577 + default: *578 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91958,8 +91970,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 +92000,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 +92012,9 @@ paths: application/json: schema: type: array - items: *257 + items: *258 examples: - default: *578 + default: *579 headers: Link: *57 x-github: @@ -92031,8 +92043,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 +92066,9 @@ paths: description: Response content: application/json: - schema: *257 + schema: *258 examples: - default: *258 + default: *259 x-github: triggersNotification: true githubCloudOnly: false @@ -92083,17 +92095,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 +92130,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 +92154,9 @@ paths: description: Response content: application/json: - schema: *257 + schema: *258 examples: - default: *579 + default: *580 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92169,9 +92181,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 +92212,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 +92240,9 @@ paths: application/json: schema: type: array - items: *260 + items: *261 examples: - default: *262 + default: *263 headers: Link: *57 x-github: @@ -92259,9 +92271,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 +92305,9 @@ paths: description: Response content: application/json: - schema: *260 + schema: *261 examples: - default: *261 + default: *262 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92321,8 +92333,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 +92360,9 @@ paths: application/json: schema: type: array - items: *260 + items: *261 examples: - default: *262 + default: *263 headers: Link: *57 x-github: @@ -92379,8 +92391,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 +92424,9 @@ paths: description: Response content: application/json: - schema: *260 + schema: *261 examples: - default: *261 + default: *262 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -92438,7 +92450,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 +92488,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 +92539,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 +92576,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 +92616,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 +92653,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 +92695,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 +92721,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 +92757,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 +92786,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 +92796,9 @@ paths: application/json: schema: type: array - items: *265 + items: *266 examples: - default: *582 + default: *583 headers: Link: *57 '404': *6 @@ -92812,16 +92824,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 +92857,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 +92925,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 +92953,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 +92995,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 +93154,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 +93206,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 +93233,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 +93245,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 +93278,7 @@ paths: application/json: schema: oneOf: - - &587 + - &588 title: Private User description: Private User type: object @@ -93516,7 +93528,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 +93688,7 @@ paths: description: Response content: application/json: - schema: *587 + schema: *588 examples: default: value: @@ -94022,7 +94034,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 +94042,7 @@ paths: application/json: schema: *191 examples: - default: *386 + default: *387 '401': *23 '403': *27 '404': *6 @@ -94074,7 +94086,7 @@ paths: type: integer secrets: type: array - items: &588 + items: &589 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -94116,7 +94128,7 @@ paths: - visibility - selected_repositories_url examples: - default: *388 + default: *389 headers: Link: *57 x-github: @@ -94194,7 +94206,7 @@ paths: description: Response content: application/json: - schema: *588 + schema: *589 examples: default: value: @@ -94340,7 +94352,7 @@ paths: type: array items: *116 examples: - default: *589 + default: *590 '401': *23 '403': *27 '404': *6 @@ -94492,7 +94504,7 @@ paths: application/json: schema: *191 examples: - default: *386 + default: *387 '304': *35 '500': *90 '401': *23 @@ -94550,7 +94562,7 @@ paths: application/json: schema: *191 examples: - default: *386 + default: *387 '401': *23 '403': *27 '404': *6 @@ -94607,7 +94619,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 +94672,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 +94717,9 @@ paths: description: Response content: application/json: - schema: *590 + schema: *591 examples: - default: *591 + default: *592 '404': *6 x-github: githubCloudOnly: false @@ -94744,9 +94756,9 @@ paths: type: integer machines: type: array - items: *387 + items: *388 examples: - default: *592 + default: *593 '304': *35 '500': *90 '401': *23 @@ -94831,11 +94843,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 +95652,7 @@ paths: application/json: schema: *191 examples: - default: *386 + default: *387 '304': *35 '500': *90 '400': *14 @@ -95680,7 +95692,7 @@ paths: application/json: schema: *191 examples: - default: *386 + default: *387 '500': *90 '401': *23 '403': *27 @@ -95712,7 +95724,7 @@ paths: type: array items: *204 examples: - default: &605 + default: &606 value: - id: 197 name: hello_docker @@ -95813,7 +95825,7 @@ paths: application/json: schema: type: array - items: &593 + items: &594 title: Email description: Email type: object @@ -95883,9 +95895,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 +95974,7 @@ paths: application/json: schema: type: array - items: *593 + items: *594 examples: default: value: @@ -96220,7 +96232,7 @@ paths: application/json: schema: type: array - items: &594 + items: &595 title: GPG Key description: A unique encryption key type: object @@ -96365,7 +96377,7 @@ paths: - subkeys - revoked examples: - default: &618 + default: &619 value: - id: 3 name: Octocat's GPG Key @@ -96450,9 +96462,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 +96521,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 +96533,9 @@ paths: description: Response content: application/json: - schema: *594 + schema: *595 examples: - default: *595 + default: *596 '404': *6 '304': *35 '403': *27 @@ -96546,7 +96558,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 +96749,7 @@ paths: type: array items: *59 examples: - default: *597 + default: *598 headers: Link: *57 '404': *6 @@ -96851,7 +96863,7 @@ paths: required: true content: application/json: - schema: *455 + schema: *456 examples: default: value: @@ -97001,7 +97013,7 @@ paths: application/json: schema: type: array - items: &598 + items: &599 title: Key description: Key type: object @@ -97099,9 +97111,9 @@ paths: description: Response content: application/json: - schema: *598 + schema: *599 examples: - default: &599 + default: &600 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -97134,15 +97146,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 +97177,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 +97210,7 @@ paths: application/json: schema: type: array - items: &600 + items: &601 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -97277,7 +97289,7 @@ paths: - account - plan examples: - default: &601 + default: &602 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -97339,9 +97351,9 @@ paths: application/json: schema: type: array - items: *600 + items: *601 examples: - default: *601 + default: *602 headers: Link: *57 '304': *35 @@ -98345,7 +98357,7 @@ paths: url: https://docs.github.com/rest/migrations/users#unlock-a-user-repository parameters: - *198 - - *602 + - *603 responses: '204': description: Response @@ -98418,7 +98430,7 @@ paths: type: array items: *145 examples: - default: *603 + default: *604 headers: Link: *57 '304': *35 @@ -98460,7 +98472,7 @@ paths: - docker - nuget - container - - *604 + - *605 - *19 - *17 responses: @@ -98472,8 +98484,8 @@ paths: type: array items: *204 examples: - default: *605 - '400': *606 + default: *606 + '400': *607 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -98502,7 +98514,7 @@ paths: application/json: schema: *204 examples: - default: &619 + default: &620 value: id: 40201 name: octo-name @@ -98957,9 +98969,9 @@ paths: application/json: schema: type: array - items: *593 + items: *594 examples: - default: *607 + default: *608 headers: Link: *57 '304': *35 @@ -99072,7 +99084,7 @@ paths: type: array items: *59 examples: - default: &614 + default: &615 summary: Default response value: - id: 1296269 @@ -99390,9 +99402,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 +99442,9 @@ paths: application/json: schema: type: array - items: *457 + items: *458 examples: - default: *608 + default: *609 headers: Link: *57 '304': *35 @@ -99511,7 +99523,7 @@ paths: application/json: schema: type: array - items: &609 + items: &610 title: Social account description: Social media account type: object @@ -99528,7 +99540,7 @@ paths: - provider - url examples: - default: &610 + default: &611 value: - provider: twitter url: https://twitter.com/github @@ -99591,9 +99603,9 @@ paths: application/json: schema: type: array - items: *609 + items: *610 examples: - default: *610 + default: *611 '422': *15 '304': *35 '404': *6 @@ -99681,7 +99693,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 +99713,7 @@ paths: - title - created_at examples: - default: &630 + default: &631 value: - key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -99768,9 +99780,9 @@ paths: description: Response content: application/json: - schema: *611 + schema: *612 examples: - default: &612 + default: &613 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -99801,7 +99813,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 +99825,9 @@ paths: description: Response content: application/json: - schema: *611 + schema: *612 examples: - default: *612 + default: *613 '404': *6 '304': *35 '403': *27 @@ -99838,7 +99850,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 +99879,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 +99904,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 +100064,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 +100093,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 +100118,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 +100191,7 @@ paths: application/json: schema: type: array - items: *252 + items: *253 examples: default: value: @@ -100265,10 +100277,10 @@ paths: application/json: schema: oneOf: + - *588 - *587 - - *586 examples: - default-response: &616 + default-response: &617 summary: Default response value: login: octocat @@ -100303,7 +100315,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 +100375,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#list-users parameters: - - *615 + - *616 - *17 responses: '200': @@ -100412,11 +100424,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 +100504,7 @@ paths: bundle_url: type: string examples: - default: *329 + default: *330 '201': description: Response content: @@ -100533,7 +100545,7 @@ paths: type: array items: *204 examples: - default: *605 + default: *606 '403': *27 '401': *23 x-github: @@ -100937,9 +100949,9 @@ paths: application/json: schema: type: array - items: *594 + items: *595 examples: - default: *618 + default: *619 headers: Link: *57 x-github: @@ -101043,7 +101055,7 @@ paths: application/json: schema: *20 examples: - default: *454 + default: *455 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -101121,7 +101133,7 @@ paths: type: array items: *145 examples: - default: *603 + default: *604 headers: Link: *57 x-github: @@ -101160,7 +101172,7 @@ paths: - docker - nuget - container - - *604 + - *605 - *129 - *19 - *17 @@ -101173,10 +101185,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 +101218,7 @@ paths: application/json: schema: *204 examples: - default: *619 + default: *620 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -101805,9 +101817,9 @@ paths: description: Response content: application/json: - schema: *620 + schema: *621 examples: - default: *621 + default: *622 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -101835,9 +101847,9 @@ paths: description: Response content: application/json: - schema: *622 + schema: *623 examples: - default: *623 + default: *624 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -101865,9 +101877,9 @@ paths: description: Response content: application/json: - schema: *624 + schema: *625 examples: - default: *625 + default: *626 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -101888,10 +101900,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 +102002,9 @@ paths: application/json: schema: type: array - items: *609 + items: *610 examples: - default: *610 + default: *611 headers: Link: *57 x-github: @@ -102022,9 +102034,9 @@ paths: application/json: schema: type: array - items: *611 + items: *612 examples: - default: *630 + default: *631 headers: Link: *57 x-github: @@ -102049,7 +102061,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 +102073,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 +102237,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 +102306,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 +102327,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 +102400,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 +103313,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 +103392,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 +103619,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 +103811,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 +103899,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 +103967,7 @@ webhooks: - MDEwOkNoZWNrU3VpdGU1 pull_requests: type: array - items: *346 + items: *347 repository: *116 status: type: string @@ -104000,7 +104012,7 @@ webhooks: - examples: - neutral - deployment: *638 + deployment: *639 details_url: type: string examples: @@ -104060,7 +104072,7 @@ webhooks: - annotations_url pull_requests: type: array - items: *346 + items: *347 started_at: type: string format: date-time @@ -104098,9 +104110,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 +104505,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 +104904,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 +105312,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 +106307,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 +106995,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 +107677,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 +107846,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 +107998,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 +108175,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 +108416,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 +108519,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 +108701,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 +108872,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 +109049,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 +109154,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 +109334,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 +109344,7 @@ webhooks: type: - string - 'null' - repository: *636 + repository: *637 sender: *4 required: - action @@ -109428,7 +109440,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 +109587,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 +109854,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 +109938,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 +109959,7 @@ webhooks: enum: - tag - branch - repository: *636 + repository: *637 sender: *4 required: - ref @@ -110030,9 +110042,9 @@ webhooks: enum: - created definition: *221 - enterprise: *633 - installation: *634 - organization: *635 + enterprise: *634 + installation: *635 + organization: *636 sender: *4 required: - action @@ -110117,9 +110129,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 +110209,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 +110289,9 @@ webhooks: enum: - updated definition: *221 - enterprise: *633 - installation: *634 - organization: *635 + enterprise: *634 + installation: *635 + organization: *636 sender: *4 required: - action @@ -110356,10 +110368,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 +110456,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 +110551,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 +110639,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 +110727,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 +110813,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 +110899,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 +110986,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 +111072,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 +111153,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 +111193,8 @@ webhooks: - verified - created_at - read_only - organization: *635 - repository: *636 + organization: *636 + repository: *637 sender: *4 required: - action @@ -111259,11 +111271,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 +111847,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 +112590,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 +112667,7 @@ webhooks: type: string enum: - approved - approver: &645 + approver: &646 type: object properties: avatar_url: @@ -112698,11 +112710,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 +112795,7 @@ webhooks: sender: *4 since: type: string - workflow_job_run: &647 + workflow_job_run: &648 type: object properties: conclusion: @@ -113529,18 +113541,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 +114269,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 +116218,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 +116914,7 @@ webhooks: type: string enum: - answered - answer: &651 + answer: &652 type: object properties: author_association: @@ -117062,7 +117074,7 @@ webhooks: - created_at - updated_at - body - discussion: &649 + discussion: &650 title: Discussion description: A Discussion in a repository. type: object @@ -117358,7 +117370,7 @@ webhooks: - id labels: type: array - items: *464 + items: *465 required: - repository_url - category @@ -117380,10 +117392,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 +117522,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 +117609,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 +117695,7 @@ webhooks: type: string enum: - created - comment: &650 + comment: &651 type: object properties: author_association: @@ -117843,11 +117855,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 +117942,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 +118042,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 +118131,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 +118217,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 +118321,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 +118407,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 +118443,8 @@ webhooks: - color - default - description - organization: *635 - repository: *636 + organization: *636 + repository: *637 sender: *4 required: - action @@ -118515,11 +118527,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 +118613,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 +118699,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 +118788,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 +118880,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 +118965,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 +119053,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 +119139,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 +119216,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 +119894,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 +120042,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 +120082,7 @@ webhooks: - action - sha - html_url - repository: *636 + repository: *637 sender: *4 required: - pages @@ -120146,10 +120158,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 +120187,8 @@ webhooks: - name - full_name - private - repository: *636 - requester: *653 + repository: *637 + requester: *654 sender: *4 required: - action @@ -120251,11 +120263,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 +120344,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 +120425,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 +120474,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 +120561,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 +120591,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 +120672,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 +120858,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 +120940,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 +121192,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 +122384,8 @@ webhooks: - state - locked - assignee - organization: *635 - repository: *636 + organization: *636 + repository: *637 sender: *4 required: - action @@ -122453,7 +122465,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 +122632,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 +123822,8 @@ webhooks: - state - locked - assignee - organization: *635 - repository: *636 + organization: *636 + repository: *637 sender: *4 required: - action @@ -123891,7 +123903,7 @@ webhooks: type: string enum: - edited - changes: &682 + changes: &683 description: The changes to the comment. type: object properties: @@ -123903,9 +123915,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 +125107,8 @@ webhooks: - state - locked - assignee - organization: *635 - repository: *636 + organization: *636 + repository: *637 sender: *4 required: - action @@ -125178,10 +125190,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 +126138,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *635 - repository: *636 + organization: *636 + repository: *637 sender: *4 required: - action @@ -126207,8 +126219,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 +127313,8 @@ webhooks: required: - state - closed_at - organization: *635 - repository: *636 + organization: *636 + repository: *637 sender: *4 required: - action @@ -127381,8 +127393,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 +128334,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *635 - repository: *636 + organization: *636 + repository: *637 sender: *4 required: - action @@ -128402,8 +128414,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 +129357,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 +129500,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *635 - repository: *636 + organization: *636 + repository: *637 sender: *4 required: - action @@ -129588,8 +129600,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 +130546,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 +130628,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 +131573,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 +131655,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 +132602,8 @@ webhooks: format: uri user_view_type: type: string - organization: *635 - repository: *636 + organization: *636 + repository: *637 sender: *4 required: - action @@ -132670,8 +132682,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 +133623,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 +135107,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 +136052,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *635 - repository: *636 + organization: *636 + repository: *637 sender: *4 required: - action @@ -136121,9 +136133,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 +137073,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *635 - repository: *636 + organization: *636 + repository: *637 sender: *4 required: - action @@ -137141,8 +137153,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 +138099,8 @@ webhooks: user_view_type: type: string type: *185 - organization: *635 - repository: *636 + organization: *636 + repository: *637 sender: *4 required: - action @@ -139589,11 +139601,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 +139685,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 +139771,7 @@ webhooks: type: string enum: - unassigned - assignee: &685 + assignee: &686 title: User type: - object @@ -139831,11 +139843,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 +139926,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 +140011,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 +140956,8 @@ webhooks: format: uri user_view_type: type: string - organization: *635 - repository: *636 + organization: *636 + repository: *637 sender: *4 required: - action @@ -141025,11 +141037,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 +141120,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 +141205,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 +141287,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 +141401,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 +141487,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 +141577,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 +141662,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *636 + repository: *637 sender: *4 required: - action @@ -141730,10 +141742,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 +141833,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *636 + repository: *637 sender: *4 required: - action @@ -141903,10 +141915,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 +142004,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *636 + repository: *637 sender: *4 required: - action @@ -142073,8 +142085,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 +142172,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 +142254,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 +142361,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 +142467,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 +142550,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 +142632,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 +142714,7 @@ webhooks: required: - login - id - team: &663 + team: &664 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -142895,11 +142907,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 +142990,7 @@ webhooks: required: - login - id - team: *663 + team: *664 required: - action - scope @@ -143060,8 +143072,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 +143092,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 +143186,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 +143262,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 +143370,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 +143455,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 +143538,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 +143682,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *635 - repository: *636 + organization: *636 + repository: *637 sender: *4 required: - action @@ -143750,11 +143762,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 +143876,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 +143960,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 +144043,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 +144126,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 +144209,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 +144305,8 @@ webhooks: - role - organization_url - user - organization: *635 - repository: *636 + organization: *636 + repository: *637 sender: *4 required: - action @@ -144372,11 +144384,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 +144467,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 +144590,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 +144671,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 +144762,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 +144842,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 +145367,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: &667 + items: &668 title: Ruby Gems metadata type: object properties: @@ -145452,7 +145464,7 @@ webhooks: - owner - package_version - registry - repository: *636 + repository: *637 sender: *4 required: - action @@ -145528,9 +145540,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 +145904,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *667 + items: *668 source_url: type: string format: uri @@ -145963,7 +145975,7 @@ webhooks: - owner - package_version - registry - repository: *636 + repository: *637 sender: *4 required: - action @@ -146144,12 +146156,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 +146238,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 +146388,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 +146468,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 +146548,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 +146627,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 +146736,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 +146768,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 +147014,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 +147140,7 @@ webhooks: - creator - created_at - updated_at - repository: *636 + repository: *637 sender: *4 required: - action @@ -147209,11 +147221,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 +147305,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 +147437,7 @@ webhooks: repository: anyOf: - type: 'null' - - *636 + - *637 sender: *4 required: - action @@ -147519,11 +147531,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 +147629,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 +147828,7 @@ webhooks: type: string required: - after_id - repository: *636 + repository: *637 sender: *4 required: - action @@ -147896,10 +147908,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 +148038,7 @@ webhooks: - creator - created_at - updated_at - repository: *636 + repository: *637 sender: *4 required: - action @@ -148106,10 +148118,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 +148161,7 @@ webhooks: - name - created_at - updated_at - repository: *636 + repository: *637 sender: *4 required: - action @@ -148228,14 +148240,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 +148336,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 +148420,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 +148504,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 +148588,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 +148696,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 +148779,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 +148864,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 +149014,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 +149097,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 +149220,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 +149305,7 @@ webhooks: type: string enum: - archived - changes: &677 + changes: &678 type: object properties: archived_at: @@ -149309,9 +149321,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 +149462,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 +149546,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 +149629,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 +149736,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 +149756,7 @@ webhooks: required: - id - name - - &676 + - &677 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -149773,8 +149785,8 @@ webhooks: oneOf: - type: string - type: integer - - *675 - *676 + - *677 type: - 'null' - string @@ -149797,9 +149809,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 +149908,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 +149993,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 +150078,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 +150161,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 +150298,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 +150446,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 +150519,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 +150599,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 +152954,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *636 + repository: *637 sender: *4 required: - action @@ -153024,11 +153036,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 +155382,7 @@ webhooks: - draft reason: type: string - repository: *636 + repository: *637 sender: *4 required: - action @@ -155452,11 +155464,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 +157810,7 @@ webhooks: - draft reason: type: string - repository: *636 + repository: *637 sender: *4 required: - action @@ -157880,13 +157892,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 +157960,7 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *636 + repository: *637 sender: *4 required: - action @@ -158029,12 +158041,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 +158126,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 +160457,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *636 + repository: *637 sender: *4 required: - action @@ -160524,11 +160536,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 +162886,7 @@ webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *636 + repository: *637 sender: *4 required: - action @@ -162998,12 +163010,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 +163095,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 +165430,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *636 + repository: *637 sender: *4 required: - action @@ -165498,11 +165510,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 +167862,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *636 + repository: *637 sender: *4 required: - action @@ -167931,10 +167943,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 +170292,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *636 + repository: *637 sender: *4 required: - action @@ -170360,12 +170372,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 +170456,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 +170542,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 +170627,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 +171007,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 +173239,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *636 + repository: *637 sender: *4 required: - action @@ -173307,7 +173319,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 +173612,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 +175832,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *636 + repository: *637 sender: *4 required: - action @@ -175900,11 +175912,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 +178137,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *636 + repository: *637 sender: *4 required: - action @@ -178206,9 +178218,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 +180453,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *636 + repository: *637 review: description: The review that was affected. type: object @@ -180687,9 +180699,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 +182815,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 +183049,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 +185401,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *636 + repository: *637 requested_reviewer: title: User type: @@ -185475,12 +185487,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 +187846,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 +188041,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 +190395,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *636 + repository: *637 requested_reviewer: title: User type: @@ -190470,12 +190482,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 +192827,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 +193011,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 +195249,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *636 - review: *684 + repository: *637 + review: *685 sender: *4 required: - action @@ -195318,9 +195330,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 +197463,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *636 + repository: *637 sender: *4 thread: type: object @@ -197843,9 +197855,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 +199971,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *636 + repository: *637 sender: *4 thread: type: object @@ -200353,10 +200365,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 +202703,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *636 + repository: *637 sender: *4 required: - action @@ -202773,11 +202785,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 +205139,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *636 + repository: *637 sender: *4 required: - action @@ -205206,11 +205218,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 +207561,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *636 + repository: *637 sender: *4 required: - action @@ -207630,10 +207642,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 +209974,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *636 + repository: *637 sender: *4 required: - action @@ -210165,7 +210177,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 +210272,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 +210861,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 +211340,7 @@ webhooks: type: string rubygems_metadata: type: array - items: *667 + items: *668 summary: type: string tag_name: @@ -211384,7 +211396,7 @@ webhooks: - owner - package_version - registry - repository: *636 + repository: *637 sender: *4 required: - action @@ -211462,9 +211474,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 +211788,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *667 + items: *668 summary: type: string tag_name: @@ -211826,7 +211838,7 @@ webhooks: - owner - package_version - registry - repository: *636 + repository: *637 sender: *4 required: - action @@ -211903,10 +211915,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 +212234,7 @@ webhooks: - tarball_url - zipball_url - body - repository: *636 + repository: *637 sender: *4 required: - action @@ -212299,11 +212311,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 +212432,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 +212514,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 +212837,7 @@ webhooks: - string - 'null' format: uri - repository: *636 + repository: *637 sender: *4 required: - action @@ -212901,10 +212913,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 +213234,7 @@ webhooks: - string - 'null' format: uri - repository: *636 + repository: *637 sender: *4 required: - action @@ -213298,11 +213310,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 +213390,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 +213470,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 +213550,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 +213630,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 +213710,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 +213791,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 +213879,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 +213997,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 +214072,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 +214156,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 +214236,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 +214333,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 +214416,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 +214498,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 +214580,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 +214891,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 +214972,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 +215053,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 +215177,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 +215390,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 +215471,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 +215677,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 +215758,7 @@ webhooks: type: string enum: - created - alert: &689 + alert: &690 type: object properties: number: *52 @@ -215856,10 +215868,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 +215952,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 +216194,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 +216276,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 +216358,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 +216440,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 +216574,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 +216655,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 +216845,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 +216922,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 +217112,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 +217193,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 +217503,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 +217596,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 +217678,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 +217762,7 @@ webhooks: type: string enum: - pending_tier_change - changes: &694 + changes: &695 type: object properties: tier: @@ -217794,13 +217806,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 +217889,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 +217969,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 +218056,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 +218493,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 +218617,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 +218709,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 +218801,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 +218893,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 +218972,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 +219170,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 +219642,7 @@ webhooks: - topics - visibility sender: *4 - team: *695 + team: *696 required: - action - team @@ -219706,9 +219718,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 +220190,7 @@ webhooks: - topics - visibility sender: *4 - team: *695 + team: *696 required: - action - team @@ -220255,9 +220267,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 +220739,7 @@ webhooks: - topics - visibility sender: *4 - team: *695 + team: *696 required: - action - team @@ -220871,9 +220883,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 +221355,7 @@ webhooks: - topics - visibility sender: *4 - team: *695 + team: *696 required: - action - changes @@ -221421,9 +221433,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 +221905,7 @@ webhooks: - topics - visibility sender: *4 - team: *695 + team: *696 required: - action - team @@ -221969,10 +221981,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 +222057,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 +222149,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 +222408,7 @@ webhooks: type: string required: - conclusion - deployment: *419 + deployment: *420 required: - action - repository @@ -222475,10 +222487,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 +222772,7 @@ webhooks: required: - status - steps - deployment: *419 + deployment: *420 required: - action - repository @@ -222839,10 +222851,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 +223000,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *419 + deployment: *420 required: - action - repository @@ -223067,10 +223079,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 +223229,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *419 + deployment: *420 required: - action - repository @@ -223297,12 +223309,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 +224333,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 +225342,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 5030d5cc1..0f6a56002 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": { @@ -155327,6 +155337,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 +494965,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 +495862,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 8054705ca..da38592b9 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: @@ -33291,7 +33300,7 @@ paths: '401': *23 '403': *27 '404': *6 - '410': &276 + '410': &277 description: Gone content: application/json: @@ -34217,7 +34226,7 @@ paths: description: Response content: application/json: - schema: &278 + schema: &279 title: Full Repository description: Full Repository type: object @@ -34682,7 +34691,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 +34805,7 @@ paths: - network_count - subscribers_count examples: - default: &280 + default: &281 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -35317,7 +35326,7 @@ paths: - *91 - *17 - *19 - - &540 + - &541 name: targets description: | A comma-separated list of rule targets to filter by. @@ -35603,7 +35612,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 +35624,7 @@ paths: type: string enum: - creation - - &519 + - &520 title: update description: Only allow users with bypass permission to update matching refs. @@ -35636,7 +35645,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 +35657,7 @@ paths: type: string enum: - deletion - - &522 + - &523 title: required_linear_history description: Prevent merge commits from being pushed to matching refs. @@ -35660,7 +35669,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 +35747,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 +35771,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 +35783,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 +35845,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 +35893,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 +35905,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 +35941,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 +35977,7 @@ paths: required: - operator - pattern - - &531 + - &532 title: committer_email_pattern description: Parameters to be used for the committer_email_pattern rule @@ -36004,7 +36013,7 @@ paths: required: - operator - pattern - - &532 + - &533 title: branch_name_pattern description: Parameters to be used for the branch_name_pattern rule @@ -36040,7 +36049,7 @@ paths: required: - operator - pattern - - &533 + - &534 title: tag_name_pattern description: Parameters to be used for the tag_name_pattern rule @@ -36076,7 +36085,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 +36110,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 +36134,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 +36157,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 +36182,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 +36232,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 +36470,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 +36485,7 @@ paths: in: query schema: type: string - - &542 + - &543 name: time_period description: |- The time period to filter by. @@ -36492,14 +36501,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 +36528,7 @@ paths: description: Response content: application/json: - schema: &545 + schema: &546 title: Rule Suites description: Response type: array @@ -36575,7 +36584,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 +36628,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 +36644,7 @@ paths: description: Response content: application/json: - schema: &548 + schema: &549 title: Rule Suite description: Response type: object @@ -36742,7 +36751,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 +36997,7 @@ paths: type: string format: date-time examples: - default: &551 + default: &552 value: - version_id: 3 actor: @@ -37041,7 +37050,7 @@ paths: description: Response content: application/json: - schema: &552 + schema: &553 allOf: - *235 - type: object @@ -37120,7 +37129,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 +37139,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 +37152,7 @@ paths: - *240 - *241 - *242 + - *243 responses: '200': description: Response @@ -37150,9 +37160,9 @@ paths: application/json: schema: type: array - items: *243 + items: *244 examples: - default: *244 + default: *245 headers: Link: *57 '404': *6 @@ -37222,7 +37232,7 @@ paths: application/json: schema: type: array - items: &561 + items: &562 description: A repository security advisory. type: object properties: @@ -37466,7 +37476,7 @@ paths: login: type: string description: The username of the user credited. - type: *245 + type: *246 credits_detailed: type: - array @@ -37477,7 +37487,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 +37551,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 +38025,7 @@ paths: description: Response content: application/json: - schema: &620 + schema: &621 type: object properties: total_minutes_used: @@ -38085,7 +38095,7 @@ paths: - included_minutes - minutes_used_breakdown examples: - default: &621 + default: &622 value: total_minutes_used: 305 total_paid_minutes_used: 0 @@ -38121,7 +38131,7 @@ paths: description: Response content: application/json: - schema: &622 + schema: &623 type: object properties: total_gigabytes_bandwidth_used: @@ -38139,7 +38149,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 +38181,7 @@ paths: description: Response content: application/json: - schema: &624 + schema: &625 type: object properties: days_left_in_billing_cycle: @@ -38189,7 +38199,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 +38241,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 +38366,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 +38397,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 +38409,9 @@ paths: description: Response content: application/json: - schema: *246 + schema: *247 examples: - default: *247 + default: *248 headers: Link: *57 x-github: @@ -38423,7 +38433,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 +38472,9 @@ paths: description: Response content: application/json: - schema: *246 + schema: *247 examples: - default: *247 + default: *248 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38484,7 +38494,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 +38639,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 +38769,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 +39149,7 @@ paths: - repos_count - organization examples: - default: &253 + default: &254 value: id: 1 node_id: MDQ6VGVhbTE= @@ -39216,9 +39226,9 @@ paths: description: Response content: application/json: - schema: *252 + schema: *253 examples: - default: *253 + default: *254 '404': *6 x-github: githubCloudOnly: false @@ -39303,16 +39313,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 +39392,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 +39503,7 @@ paths: - updated_at - url examples: - default: &576 + default: &577 value: - author: login: octocat @@ -39602,9 +39612,9 @@ paths: description: Response content: application/json: - schema: *254 + schema: *255 examples: - default: &255 + default: &256 value: author: login: octocat @@ -39678,7 +39688,7 @@ paths: parameters: - *91 - *199 - - &256 + - &257 name: discussion_number description: The number that identifies the discussion. in: path @@ -39690,9 +39700,9 @@ paths: description: Response content: application/json: - schema: *254 + schema: *255 examples: - default: *255 + default: *256 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39716,7 +39726,7 @@ paths: parameters: - *91 - *199 - - *256 + - *257 requestBody: required: false content: @@ -39739,9 +39749,9 @@ paths: description: Response content: application/json: - schema: *254 + schema: *255 examples: - default: &577 + default: &578 value: author: login: octocat @@ -39813,7 +39823,7 @@ paths: parameters: - *91 - *199 - - *256 + - *257 responses: '204': description: Response @@ -39841,7 +39851,7 @@ paths: parameters: - *91 - *199 - - *256 + - *257 - *46 - *17 - *19 @@ -39852,7 +39862,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 +39942,7 @@ paths: - updated_at - url examples: - default: &578 + default: &579 value: - author: login: octocat @@ -40002,7 +40012,7 @@ paths: parameters: - *91 - *199 - - *256 + - *257 requestBody: required: true content: @@ -40024,9 +40034,9 @@ paths: description: Response content: application/json: - schema: *257 + schema: *258 examples: - default: &258 + default: &259 value: author: login: octocat @@ -40094,8 +40104,8 @@ paths: parameters: - *91 - *199 - - *256 - - &259 + - *257 + - &260 name: comment_number description: The number that identifies the comment. in: path @@ -40107,9 +40117,9 @@ paths: description: Response content: application/json: - schema: *257 + schema: *258 examples: - default: *258 + default: *259 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -40133,8 +40143,8 @@ paths: parameters: - *91 - *199 - - *256 - - *259 + - *257 + - *260 requestBody: required: true content: @@ -40156,9 +40166,9 @@ paths: description: Response content: application/json: - schema: *257 + schema: *258 examples: - default: &579 + default: &580 value: author: login: octocat @@ -40224,8 +40234,8 @@ paths: parameters: - *91 - *199 - - *256 - - *259 + - *257 + - *260 responses: '204': description: Response @@ -40253,8 +40263,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 +40290,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 +40334,7 @@ paths: - content - created_at examples: - default: &262 + default: &263 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -40376,8 +40386,8 @@ paths: parameters: - *91 - *199 - - *256 - - *259 + - *257 + - *260 requestBody: required: true content: @@ -40410,9 +40420,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 +40451,9 @@ paths: description: Response content: application/json: - schema: *260 + schema: *261 examples: - default: *261 + default: *262 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -40468,9 +40478,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 +40514,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 +40540,9 @@ paths: application/json: schema: type: array - items: *260 + items: *261 examples: - default: *262 + default: *263 headers: Link: *57 x-github: @@ -40560,7 +40570,7 @@ paths: parameters: - *91 - *199 - - *256 + - *257 requestBody: required: true content: @@ -40592,16 +40602,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 +40636,8 @@ paths: parameters: - *91 - *199 - - *256 - - *263 + - *257 + - *264 responses: '204': description: Response @@ -40748,7 +40758,7 @@ paths: description: Response content: application/json: - schema: &264 + schema: &265 title: Team Membership description: Team Membership type: object @@ -40776,7 +40786,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 +40849,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 +40924,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 +40993,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 +41058,7 @@ paths: parameters: - *91 - *199 - - &266 + - &267 name: project_id description: The unique identifier of the project. in: path @@ -41060,9 +41070,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 +41136,7 @@ paths: parameters: - *91 - *199 - - *266 + - *267 requestBody: required: false content: @@ -41195,7 +41205,7 @@ paths: parameters: - *91 - *199 - - *266 + - *267 responses: '204': description: Response @@ -41266,14 +41276,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 +41926,8 @@ paths: parameters: - *91 - *199 - - *267 - *268 + - *269 requestBody: required: false content: @@ -41964,8 +41974,8 @@ paths: parameters: - *91 - *199 - - *267 - *268 + - *269 responses: '204': description: Response @@ -42002,7 +42012,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 +42139,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 +42151,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 +42226,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 +42282,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 +42312,9 @@ paths: description: Response content: application/json: - schema: *270 + schema: *271 examples: - default: *271 + default: *272 '304': *35 '403': *27 '401': *23 @@ -42331,7 +42341,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 +42385,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 +42498,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 +42510,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 +42564,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 +42599,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 +42624,9 @@ paths: description: Response content: application/json: - schema: *273 + schema: *274 examples: - default: *274 + default: *275 '304': *35 '403': *27 '401': *23 @@ -42641,7 +42651,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 +42680,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 +42701,7 @@ paths: application/json: schema: type: array - items: *270 + items: *271 examples: default: value: @@ -42750,7 +42760,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 +42804,9 @@ paths: description: Response content: application/json: - schema: *270 + schema: *271 examples: - default: *271 + default: *272 '304': *35 '403': *27 '401': *23 @@ -42852,7 +42862,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 +42923,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 +42931,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 +42988,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 +43039,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 +43060,7 @@ paths: items: type: string '401': *23 - '410': *276 + '410': *277 '422': *7 x-github: githubCloudOnly: false @@ -43073,7 +43083,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 +43104,7 @@ paths: items: type: string '401': *23 - '410': *276 + '410': *277 '404': *6 x-github: githubCloudOnly: false @@ -43118,7 +43128,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 +43185,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 +43240,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 +43272,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 +43343,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 +43353,7 @@ paths: application/json: schema: type: array - items: *273 + items: *274 examples: default: value: @@ -43381,7 +43391,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 +43415,7 @@ paths: description: Response content: application/json: - schema: *273 + schema: *274 examples: default: value: @@ -43469,7 +43479,7 @@ paths: resources: type: object properties: - core: &277 + core: &278 title: Rate Limit type: object properties: @@ -43486,20 +43496,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 +43613,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 +44121,7 @@ paths: status: disabled '403': *27 '404': *6 - '301': *279 + '301': *280 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44129,8 +44139,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 +44385,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 +44417,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 +44440,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 +44464,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 +44491,7 @@ paths: type: integer artifacts: type: array - items: &282 + items: &283 title: Artifact description: An artifact type: object @@ -44576,7 +44586,7 @@ paths: - expires_at - updated_at examples: - default: &308 + default: &309 value: total_count: 2 artifacts: @@ -44637,9 +44647,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 +44661,7 @@ paths: description: Response content: application/json: - schema: *282 + schema: *283 examples: default: value: @@ -44689,9 +44699,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 +44725,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 +44741,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 +44764,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 +44797,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 +44835,7 @@ paths: description: Response content: application/json: - schema: &286 + schema: &287 title: Repository actions caches description: Repository actions caches type: object @@ -44875,7 +44885,7 @@ paths: - total_count - actions_caches examples: - default: &287 + default: &288 value: total_count: 1 actions_caches: @@ -44907,23 +44917,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 +44953,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 +44985,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 +44999,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 +45346,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 +45376,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 +45424,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 +45475,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 +45539,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 +45558,7 @@ paths: type: integer secrets: type: array - items: &313 + items: &314 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -45569,7 +45579,7 @@ paths: - created_at - updated_at examples: - default: &314 + default: &315 value: total_count: 2 secrets: @@ -45602,9 +45612,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 +45631,7 @@ paths: type: integer variables: type: array - items: &317 + items: &318 title: Actions Variable type: object properties: @@ -45655,7 +45665,7 @@ paths: - created_at - updated_at examples: - default: &318 + default: &319 value: total_count: 2 variables: @@ -45688,8 +45698,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 +45708,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 +45739,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 +45751,7 @@ paths: schema: type: object properties: - enabled: *291 + enabled: *292 allowed_actions: *105 required: - enabled @@ -45771,14 +45781,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 +45805,7 @@ paths: required: - access_level examples: - default: &293 + default: &294 value: access_level: organization x-github: @@ -45819,15 +45829,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 +45861,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 +45889,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 +45922,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 +45952,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 +45964,7 @@ paths: required: true content: application/json: - schema: *295 + schema: *296 examples: default: *111 x-github: @@ -45983,8 +45993,8 @@ paths: in: query schema: type: string - - *267 - *268 + - *269 - *17 - *19 responses: @@ -46028,8 +46038,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 +46047,9 @@ paths: application/json: schema: type: array - items: *296 + items: *297 examples: - default: *297 + default: *298 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46061,8 +46071,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 +46115,7 @@ paths: - no-gpu work_folder: _work responses: - '201': *298 + '201': *299 '404': *6 '422': *7 '409': *45 @@ -46136,8 +46146,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 +46155,7 @@ paths: application/json: schema: *120 examples: - default: *299 + default: *300 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46173,8 +46183,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 +46192,7 @@ paths: application/json: schema: *120 examples: - default: *300 + default: *301 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46204,8 +46214,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 +46224,7 @@ paths: application/json: schema: *118 examples: - default: *301 + default: *302 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46235,8 +46245,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 +46273,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 +46299,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 +46349,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 +46400,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 +46431,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 +46462,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 +46472,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 +46480,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 +46489,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 +46516,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 +46525,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 +46534,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 +46563,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 +46680,7 @@ paths: type: - array - 'null' - items: &346 + items: &347 title: Pull Request Minimal type: object properties: @@ -46797,7 +46807,7 @@ paths: head_commit: anyOf: - type: 'null' - - &350 + - &351 title: Simple Commit description: A commit. type: object @@ -46912,7 +46922,7 @@ paths: - workflow_url - pull_requests examples: - default: &328 + default: &329 value: total_count: 1 workflow_runs: @@ -47148,24 +47158,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 +47416,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 +47441,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 +47571,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 +47606,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 +47627,9 @@ paths: type: integer artifacts: type: array - items: *282 + items: *283 examples: - default: *308 + default: *309 headers: Link: *57 x-github: @@ -47643,25 +47653,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 +47694,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 +47715,9 @@ paths: type: integer jobs: type: array - items: *311 + items: *312 examples: - default: &312 + default: &313 value: total_count: 1 jobs: @@ -47820,10 +47830,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 +47861,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 +47896,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 +47965,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 +48000,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 +48032,9 @@ paths: type: integer jobs: type: array - items: *311 + items: *312 examples: - default: *312 + default: *313 headers: Link: *57 x-github: @@ -48049,9 +48059,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 +48088,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 +48117,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 +48188,7 @@ paths: items: type: object properties: - type: &424 + type: &425 type: string description: The type of reviewer. enum: @@ -48264,9 +48274,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 +48326,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 +48438,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 +48494,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 +48541,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 +48597,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 +48736,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 +48755,9 @@ paths: type: integer secrets: type: array - items: *313 + items: *314 examples: - default: *314 + default: *315 headers: Link: *57 x-github: @@ -48772,16 +48782,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 +48813,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 +48849,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 +48908,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 +48935,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 +48954,9 @@ paths: type: integer variables: type: array - items: *317 + items: *318 examples: - default: *318 + default: *319 headers: Link: *57 x-github: @@ -48969,8 +48979,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 +49032,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 +49068,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 +49112,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 +49139,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 +49158,7 @@ paths: type: integer workflows: type: array - items: &319 + items: &320 title: Workflow description: A GitHub Actions workflow type: object @@ -49266,9 +49276,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 +49293,7 @@ paths: description: Response content: application/json: - schema: *319 + schema: *320 examples: default: value: @@ -49316,9 +49326,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 +49353,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 +49406,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 +49435,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 +49463,9 @@ paths: type: integer workflow_runs: type: array - items: *305 + items: *306 examples: - default: *328 + default: *329 headers: Link: *57 x-github: @@ -49487,9 +49497,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 +49560,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 +49729,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 +49767,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 +49804,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 +49917,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 +49972,7 @@ paths: bundle_url: type: string examples: - default: *329 + default: *330 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49982,8 +49992,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 +50001,7 @@ paths: application/json: schema: type: array - items: &330 + items: &331 title: Autolink reference description: An autolink reference. type: object @@ -50045,8 +50055,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 +50095,9 @@ paths: description: response content: application/json: - schema: *330 + schema: *331 examples: - default: &331 + default: &332 value: id: 1 key_prefix: TICKET- @@ -50118,9 +50128,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 +50142,9 @@ paths: description: Response content: application/json: - schema: *330 + schema: *331 examples: - default: *331 + default: *332 '404': *6 x-github: githubCloudOnly: false @@ -50154,9 +50164,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 +50190,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 +50241,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 +50263,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 +50284,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 +50323,7 @@ paths: - url protected: type: boolean - protection: &334 + protection: &335 title: Branch Protection description: Branch Protection type: object @@ -50356,7 +50366,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 +50383,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 +50467,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 +50792,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 +50808,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 +50854,7 @@ paths: author: anyOf: - type: 'null' - - &333 + - &334 title: Git User description: Metaproperties for Git author/committer information. @@ -50865,7 +50875,7 @@ paths: committer: anyOf: - type: 'null' - - *333 + - *334 message: type: string examples: @@ -50889,7 +50899,7 @@ paths: required: - sha - url - verification: &444 + verification: &445 title: Verification type: object properties: @@ -50969,7 +50979,7 @@ paths: type: integer files: type: array - items: &407 + items: &408 title: Diff Entry description: Diff Entry type: object @@ -51063,7 +51073,7 @@ paths: - self protected: type: boolean - protection: *334 + protection: *335 protection_url: type: string format: uri @@ -51172,7 +51182,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 +51204,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 +51406,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 +51668,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 +51827,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *336 + restrictions: *337 required_conversation_resolution: type: object properties: @@ -51929,9 +51939,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 +51966,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 +51998,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 +52027,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 +52054,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 +52160,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 +52260,9 @@ paths: description: Response content: application/json: - schema: *339 + schema: *340 examples: - default: *340 + default: *341 '422': *15 x-github: githubCloudOnly: false @@ -52273,9 +52283,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 +52312,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 +52345,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 +52375,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 +52402,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 +52438,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 +52492,9 @@ paths: description: Response content: application/json: - schema: *342 + schema: *343 examples: - default: *343 + default: *344 '404': *6 '422': *15 x-github: @@ -52506,9 +52516,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 +52542,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 +52578,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 +52647,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 +52713,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 +52781,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 +52880,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 +52905,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 +52917,7 @@ paths: type: array items: *5 examples: - default: &344 + default: &345 value: - id: 1 slug: octoapp @@ -52964,9 +52974,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 +53010,7 @@ paths: type: array items: *5 examples: - default: *344 + default: *345 '422': *15 x-github: githubCloudOnly: false @@ -53021,9 +53031,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 +53067,7 @@ paths: type: array items: *5 examples: - default: *344 + default: *345 '422': *15 x-github: githubCloudOnly: false @@ -53078,9 +53088,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 +53124,7 @@ paths: type: array items: *5 examples: - default: *344 + default: *345 '422': *15 x-github: githubCloudOnly: false @@ -53136,9 +53146,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 +53178,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 +53239,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 +53300,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 +53361,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 +53397,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 +53457,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 +53517,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 +53579,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 +53603,7 @@ paths: description: Response content: application/json: - schema: *345 + schema: *346 examples: default: value: @@ -53709,8 +53719,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 +53999,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 +54134,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 +54422,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 +54436,9 @@ paths: description: Response content: application/json: - schema: *347 + schema: *348 examples: - default: &349 + default: &350 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -54528,9 +54538,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 +54780,9 @@ paths: description: Response content: application/json: - schema: *347 + schema: *348 examples: - default: *349 + default: *350 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54792,9 +54802,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 +54914,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 +54960,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 +54983,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 +55065,7 @@ paths: type: - array - 'null' - items: *346 + items: *347 app: anyOf: - type: 'null' @@ -55071,7 +55081,7 @@ paths: - string - 'null' format: date-time - head_commit: *350 + head_commit: *351 latest_check_runs_count: type: integer check_runs_url: @@ -55099,7 +55109,7 @@ paths: - check_runs_url - pull_requests examples: - default: &352 + default: &353 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -55390,9 +55400,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 +55421,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 +55731,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 +55745,9 @@ paths: description: Response content: application/json: - schema: *351 + schema: *352 examples: - default: *352 + default: *353 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55760,17 +55770,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 +55819,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 +55923,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 +55958,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 +55997,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 +56019,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 +56027,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 +56151,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 +56178,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 +56194,7 @@ paths: description: Response content: application/json: - schema: &367 + schema: &368 type: object properties: number: *52 @@ -56192,7 +56202,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 +56210,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 +56273,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 +56367,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 +56387,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 +56404,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 +56424,7 @@ paths: description: Response content: application/json: - schema: *367 + schema: *368 examples: default: value: @@ -56490,7 +56500,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 +56527,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 +56562,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 +56579,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 +56604,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 +56658,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 +56706,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 +56731,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 +56745,7 @@ paths: application/json: schema: type: array - items: *364 + items: *365 examples: default: value: @@ -56774,7 +56784,7 @@ paths: end_column: 50 classifications: - source - '403': *365 + '403': *366 '404': *6 '503': *62 x-github: @@ -56808,25 +56818,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 +56858,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 +56899,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 +56962,7 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *365 + '403': *366 '404': *6 '503': *62 x-github: @@ -56988,8 +56998,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 +57012,7 @@ paths: description: Response content: application/json: - schema: *377 + schema: *378 examples: response: summary: application/json response @@ -57056,7 +57066,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 +57153,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 +57210,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 +57232,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 +57241,7 @@ paths: application/json: schema: type: array - items: &378 + items: &379 title: CodeQL Database description: A CodeQL database. type: object @@ -57343,7 +57353,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 +57382,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 +57395,7 @@ paths: description: Response content: application/json: - schema: *378 + schema: *379 examples: default: value: @@ -57417,9 +57427,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 +57451,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 +57462,7 @@ paths: responses: '204': description: Response - '403': *371 + '403': *372 '404': *6 '503': *62 x-github: @@ -57480,8 +57490,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 +57500,7 @@ paths: type: object additionalProperties: false properties: - language: &379 + language: &380 type: string description: The language targeted by the CodeQL query enum: @@ -57569,7 +57579,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 +57589,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 +57637,7 @@ paths: items: type: object properties: - repository: &380 + repository: &381 title: Repository Identifier description: Repository Identifier type: object @@ -57669,7 +57679,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 +57711,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 +57726,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 +57749,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 +57766,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 +57918,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 +57949,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 +57962,9 @@ paths: description: Response content: application/json: - schema: *383 + schema: *384 examples: - default: *382 + default: *383 '404': *6 '503': *62 x-github: @@ -57977,7 +57987,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 +58022,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 +58147,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 +58230,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 +58251,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 +58336,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 +58401,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 +58410,7 @@ paths: schema: type: object properties: - commit_sha: *385 + commit_sha: *386 ref: type: string description: |- @@ -58460,7 +58470,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 +58484,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 +58507,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 +58556,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 +58581,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 +58663,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 +58792,8 @@ paths: parameters: - *17 - *19 - - *267 - *268 + - *269 responses: '200': description: Response @@ -59097,8 +59107,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 +59174,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 +59182,7 @@ paths: application/json: schema: *191 examples: - default: *386 + default: *387 '400': *14 '401': *23 '403': *27 @@ -59201,8 +59211,8 @@ paths: parameters: - *17 - *19 - - *267 - *268 + - *269 responses: '200': description: Response @@ -59266,8 +59276,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 +59314,9 @@ paths: type: integer machines: type: array - items: *387 + items: *388 examples: - default: &592 + default: &593 value: total_count: 2 machines: @@ -59346,8 +59356,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 +59444,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 +59514,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 +59533,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 +59554,7 @@ paths: - created_at - updated_at examples: - default: *388 + default: *389 headers: Link: *57 x-github: @@ -59567,16 +59577,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 +59606,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 +59636,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 +59690,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 +59720,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 +59759,7 @@ paths: application/json: schema: type: array - items: &393 + items: &394 title: Collaborator description: Collaborator type: object @@ -59942,8 +59952,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 +60000,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 +60028,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 +60256,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 +60289,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 +60311,7 @@ paths: user: anyOf: - type: 'null' - - *393 + - *394 required: - permission - role_name @@ -60355,8 +60365,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 +60376,7 @@ paths: application/json: schema: type: array - items: &394 + items: &395 title: Commit Comment description: Commit Comment type: object @@ -60424,7 +60434,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 +60493,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 +60560,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 +60584,7 @@ paths: description: Response content: application/json: - schema: *394 + schema: *395 examples: default: value: @@ -60625,8 +60635,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 +60658,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 +60686,9 @@ paths: application/json: schema: type: array - items: *260 + items: *261 examples: - default: *262 + default: *263 headers: Link: *57 '404': *6 @@ -60699,8 +60709,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 +60743,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 +60774,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 +60826,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 +60883,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 +60979,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 +61053,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 +61065,9 @@ paths: application/json: schema: type: array - items: *394 + items: *395 examples: - default: *397 + default: *398 headers: Link: *57 x-github: @@ -61085,9 +61095,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 +61132,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 +61162,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 +61174,7 @@ paths: application/json: schema: type: array - items: &496 + items: &497 title: Pull Request Simple description: Pull Request Simple type: object @@ -61284,7 +61294,7 @@ paths: milestone: anyOf: - type: 'null' - - *399 + - *400 active_lock_reason: type: - string @@ -61383,7 +61393,7 @@ paths: _links: type: object properties: - comments: &400 + comments: &401 title: Link description: Hypermedia Link type: object @@ -61392,13 +61402,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 +61419,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 +61484,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 +62021,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 +62040,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 +62155,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 +62193,9 @@ paths: type: integer check_runs: type: array - items: *347 + items: *348 examples: - default: *404 + default: *405 headers: Link: *57 x-github: @@ -62210,9 +62220,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 +62230,7 @@ paths: schema: type: integer example: 1 - - *402 + - *403 - *17 - *19 responses: @@ -62238,7 +62248,7 @@ paths: type: integer check_suites: type: array - items: *351 + items: *352 examples: default: value: @@ -62438,9 +62448,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 +62652,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 +62664,7 @@ paths: application/json: schema: type: array - items: &566 + items: &567 title: Status description: The status of a commit. type: object @@ -62735,7 +62745,7 @@ paths: site_admin: false headers: Link: *57 - '301': *279 + '301': *280 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62763,8 +62773,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 +62807,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 +62831,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 +62972,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 +63021,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 +63046,10 @@ paths: - 6 commits: type: array - items: *395 + items: *396 files: type: array - items: *407 + items: *408 required: - url - html_url @@ -63325,8 +63335,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 +63489,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 +63626,7 @@ paths: - size - type - url - - &510 + - &511 title: Content File description: Content File type: object @@ -63834,7 +63844,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 +63913,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 +63936,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 +64032,7 @@ paths: description: Response content: application/json: - schema: &410 + schema: &411 title: File Commit description: File Commit type: object @@ -64178,7 +64188,7 @@ paths: description: Response content: application/json: - schema: *410 + schema: *411 examples: example-for-creating-a-file: value: @@ -64232,7 +64242,7 @@ paths: schema: oneOf: - *3 - - &439 + - &440 description: Repository rule violation was detected type: object properties: @@ -64253,7 +64263,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 +64295,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 +64357,7 @@ paths: description: Response content: application/json: - schema: *410 + schema: *411 examples: default: value: @@ -64402,8 +64412,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 +64537,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 +64581,7 @@ paths: application/json: schema: type: array - items: &413 + items: &414 type: object description: A Dependabot alert. properties: @@ -64621,7 +64631,7 @@ paths: - direct - transitive - - security_advisory: *411 + security_advisory: *412 security_vulnerability: *50 url: *55 html_url: *56 @@ -64652,7 +64662,7 @@ paths: dismissal. maxLength: 280 fixed_at: *133 - auto_dismissed_at: *412 + auto_dismissed_at: *413 required: - number - state @@ -64882,9 +64892,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 +64909,7 @@ paths: description: Response content: application/json: - schema: *413 + schema: *414 examples: default: value: @@ -65012,9 +65022,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 +65069,7 @@ paths: description: Response content: application/json: - schema: *413 + schema: *414 examples: default: value: @@ -65188,8 +65198,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 +65217,7 @@ paths: type: integer secrets: type: array - items: &417 + items: &418 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -65261,16 +65271,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 +65300,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 +65334,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 +65388,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 +65412,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 +65587,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 +65848,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 +65932,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 +65971,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 +65985,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 +66118,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 +66160,9 @@ paths: application/json: schema: type: array - items: *419 + items: *420 examples: - default: *420 + default: *421 headers: Link: *57 x-github: @@ -66218,8 +66228,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 +66311,7 @@ paths: description: Response content: application/json: - schema: *419 + schema: *420 examples: simple-example: summary: Simple example @@ -66374,9 +66384,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 +66398,7 @@ paths: description: Response content: application/json: - schema: *419 + schema: *420 examples: default: value: @@ -66453,9 +66463,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 +66487,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 +66499,7 @@ paths: application/json: schema: type: array - items: &422 + items: &423 title: Deployment Status description: The status of a deployment. type: object @@ -66653,9 +66663,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 +66740,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 +66798,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 +66811,9 @@ paths: description: Response content: application/json: - schema: *422 + schema: *423 examples: - default: *423 + default: *424 '404': *6 x-github: githubCloudOnly: false @@ -66828,8 +66838,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 +66896,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 +66915,7 @@ paths: - 5 environments: type: array - items: &425 + items: &426 title: Environment description: Details of a deployment environment type: object @@ -66967,7 +66977,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 +67019,7 @@ paths: items: type: object properties: - type: *424 + type: *425 reviewer: anyOf: - *4 @@ -67036,7 +67046,7 @@ paths: - id - node_id - type - deployment_branch_policy: &428 + deployment_branch_policy: &429 type: - object - 'null' @@ -67153,9 +67163,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 +67178,9 @@ paths: description: Response content: application/json: - schema: *425 + schema: *426 examples: - default: &429 + default: &430 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -67254,9 +67264,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 +67276,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 +67295,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 +67322,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 +67348,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 +67375,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 +67396,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 +67457,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 +67507,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 +67551,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 +67566,9 @@ paths: description: Response content: application/json: - schema: *430 + schema: *431 examples: - default: *431 + default: *432 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67577,10 +67587,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 +67619,9 @@ paths: description: Response content: application/json: - schema: *430 + schema: *431 examples: - default: *431 + default: *432 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67630,10 +67640,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 +67668,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 +67687,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 +67709,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 +67812,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 +67835,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 +67872,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 +67894,7 @@ paths: - 35 available_custom_deployment_protection_rule_integrations: type: array - items: *434 + items: *435 examples: default: value: @@ -67919,10 +67929,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 +67944,9 @@ paths: description: Response content: application/json: - schema: *433 + schema: *434 examples: - default: *435 + default: *436 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67957,10 +67967,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 +67996,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 +68016,9 @@ paths: type: integer secrets: type: array - items: *313 + items: *314 examples: - default: *314 + default: *315 headers: Link: *57 x-github: @@ -68033,17 +68043,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 +68075,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 +68108,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 +68168,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 +68196,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 +68216,9 @@ paths: type: integer variables: type: array - items: *317 + items: *318 examples: - default: *318 + default: *319 headers: Link: *57 x-github: @@ -68231,9 +68241,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 +68295,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 +68327,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 +68372,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 +68397,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 +68475,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 +68635,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 +68669,9 @@ paths: description: Response content: application/json: - schema: *278 + schema: *279 examples: - default: *280 + default: *281 '400': *14 '422': *15 '403': *27 @@ -68682,8 +68692,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 +68753,7 @@ paths: schema: oneOf: - *94 - - *439 + - *440 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68768,8 +68778,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 +68879,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 +68989,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 +69216,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 +69280,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 +69299,7 @@ paths: application/json: schema: type: array - items: &442 + items: &443 title: Git Reference description: Git references within a repository type: object @@ -69365,17 +69375,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 +69414,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 +69444,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 +69472,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 +69503,9 @@ paths: description: Response content: application/json: - schema: *442 + schema: *443 examples: - default: *443 + default: *444 '422': *15 '409': *45 x-github: @@ -69513,9 +69523,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 +69580,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 +69648,7 @@ paths: description: Response content: application/json: - schema: &445 + schema: &446 title: Git Tag description: Metadata for a Git tag type: object @@ -69694,7 +69704,7 @@ paths: - sha - type - url - verification: *444 + verification: *445 required: - sha - url @@ -69704,7 +69714,7 @@ paths: - tag - message examples: - default: &446 + default: &447 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -69777,8 +69787,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 +69799,9 @@ paths: description: Response content: application/json: - schema: *445 + schema: *446 examples: - default: *446 + default: *447 '404': *6 '409': *45 x-github: @@ -69815,8 +69825,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 +69900,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 +70002,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 +70026,7 @@ paths: description: Response content: application/json: - schema: *447 + schema: *448 examples: default-response: summary: Default response @@ -70075,8 +70085,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 +70096,7 @@ paths: application/json: schema: type: array - items: &448 + items: &449 title: Webhook description: Webhooks for repositories. type: object @@ -70149,7 +70159,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 +70236,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 +70290,9 @@ paths: description: Response content: application/json: - schema: *448 + schema: *449 examples: - default: &449 + default: &450 value: type: Repository id: 12345678 @@ -70330,17 +70340,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 +70370,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 +70417,9 @@ paths: description: Response content: application/json: - schema: *448 + schema: *449 examples: - default: *449 + default: *450 '422': *15 '404': *6 x-github: @@ -70430,8 +70440,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 +70466,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 +70495,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 +70541,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 +70574,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 +70604,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 +70629,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 +70656,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 +70716,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 +70830,7 @@ paths: - html_url - authors_url examples: - default: &453 + default: &454 value: vcs: subversion use_lfs: true @@ -70836,7 +70846,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 +70875,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 +70924,7 @@ paths: description: Response content: application/json: - schema: *450 + schema: *451 examples: default: value: @@ -70939,7 +70949,7 @@ paths: type: string '422': *15 '404': *6 - '503': *451 + '503': *452 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70967,8 +70977,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 +71030,7 @@ paths: description: Response content: application/json: - schema: *450 + schema: *451 examples: example-1: summary: Example 1 @@ -71068,7 +71078,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 +71101,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 +71132,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 +71148,7 @@ paths: application/json: schema: type: array - items: &452 + items: &453 title: Porter Author description: Porter Author type: object @@ -71192,7 +71202,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 +71227,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 +71258,7 @@ paths: description: Response content: application/json: - schema: *452 + schema: *453 examples: default: value: @@ -71261,7 +71271,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 +71295,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 +71337,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *451 + '503': *452 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71355,8 +71365,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 +71393,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 +71420,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 +71429,8 @@ paths: application/json: schema: *20 examples: - default: *454 - '301': *279 + default: *455 + '301': *280 '404': *6 x-github: githubCloudOnly: false @@ -71440,8 +71450,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 +71464,7 @@ paths: properties: {} additionalProperties: false examples: - default: &456 + default: &457 value: limit: collaborators_only origin: repository @@ -71479,13 +71489,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 +71509,7 @@ paths: application/json: schema: *180 examples: - default: *456 + default: *457 '409': description: Response x-github: @@ -71521,8 +71531,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 +71555,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 +71566,9 @@ paths: application/json: schema: type: array - items: *457 + items: *458 examples: - default: &608 + default: &609 value: - id: 1 repository: @@ -71689,8 +71699,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 +71730,7 @@ paths: description: Response content: application/json: - schema: *457 + schema: *458 examples: default: value: @@ -71851,8 +71861,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 +71894,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 +71968,7 @@ paths: type: array items: *74 examples: - default: &466 + default: &467 value: - id: 1 node_id: MDU6SXNzdWUx @@ -72106,7 +72116,7 @@ paths: state_reason: completed headers: Link: *57 - '301': *279 + '301': *280 '422': *15 '404': *6 x-github: @@ -72135,8 +72145,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 +72238,7 @@ paths: application/json: schema: *74 examples: - default: &461 + default: &462 value: id: 1 node_id: MDU6SXNzdWUx @@ -72384,7 +72394,7 @@ paths: '422': *15 '503': *62 '404': *6 - '410': *276 + '410': *277 x-github: triggersNotification: true githubCloudOnly: false @@ -72412,8 +72422,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 +72444,9 @@ paths: application/json: schema: type: array - items: *458 + items: *459 examples: - default: &463 + default: &464 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -72494,17 +72504,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 +72568,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 +72592,9 @@ paths: description: Response content: application/json: - schema: *458 + schema: *459 examples: - default: *459 + default: *460 '422': *15 x-github: githubCloudOnly: false @@ -72602,8 +72612,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 +72634,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 +72662,9 @@ paths: application/json: schema: type: array - items: *260 + items: *261 examples: - default: *262 + default: *263 headers: Link: *57 '404': *6 @@ -72675,8 +72685,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 +72719,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 +72750,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 +72773,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 +72784,7 @@ paths: application/json: schema: type: array - items: &460 + items: &461 title: Issue Event description: Issue Event type: object @@ -73113,8 +73123,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 +73135,7 @@ paths: description: Response content: application/json: - schema: *460 + schema: *461 examples: default: value: @@ -73318,7 +73328,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *276 + '410': *277 '403': *27 x-github: githubCloudOnly: false @@ -73352,9 +73362,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 +73378,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 +73406,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 +73528,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 +73552,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 +73582,7 @@ paths: application/json: schema: *74 examples: - default: *461 + default: *462 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73588,9 +73598,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 +73627,7 @@ paths: application/json: schema: *74 examples: - default: *461 + default: *462 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73639,9 +73649,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 +73691,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 +73704,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 +73739,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 +73763,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 +73792,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 +73808,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 +73857,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &468 + - &469 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -73975,7 +73985,7 @@ paths: - performed_via_github_app - assignee - assigner - - &469 + - &470 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -74021,7 +74031,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &470 + - &471 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -74067,7 +74077,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &471 + - &472 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -74116,7 +74126,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 +74168,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 +74210,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 +74266,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &475 + - &476 title: Locked Issue Event description: Locked Issue Event type: object @@ -74301,7 +74311,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 +74372,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 +74433,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 +74494,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 +74587,7 @@ paths: color: red headers: Link: *57 - '410': *276 + '410': *277 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74594,9 +74604,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 +74616,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 +74671,7 @@ paths: - color - default examples: - default: &465 + default: &466 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -74679,9 +74689,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 +74708,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 +74769,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 +74791,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 +74853,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 +74875,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 +74902,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 +74917,7 @@ paths: application/json: schema: type: array - items: *464 + items: *465 examples: default: value: @@ -74918,9 +74928,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 +74950,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 +74981,7 @@ paths: '204': description: Response '403': *27 - '410': *276 + '410': *277 '404': *6 '422': *15 x-github: @@ -74989,9 +74999,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 +75023,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 +75051,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 +75075,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 +75109,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 +75140,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 +75172,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 +75198,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 +75231,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 +75245,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 +75277,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 +75308,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 +75335,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 +75370,7 @@ paths: application/json: schema: *74 examples: - default: *461 + default: *462 '403': *27 '404': *6 '422': *7 @@ -75382,9 +75392,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 +75409,6 @@ paths: description: Timeline Event type: object anyOf: - - *467 - *468 - *469 - *470 @@ -75412,6 +75421,7 @@ paths: - *477 - *478 - *479 + - *480 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -75735,7 +75745,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 +75983,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 +76258,7 @@ paths: headers: Link: *57 '404': *6 - '410': *276 + '410': *277 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76265,8 +76275,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 +76286,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 +76353,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 +76390,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 +76426,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 +76440,9 @@ paths: description: Response content: application/json: - schema: *480 + schema: *481 examples: - default: *481 + default: *482 '404': *6 x-github: githubCloudOnly: false @@ -76450,9 +76460,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 +76482,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 +76493,9 @@ paths: application/json: schema: type: array - items: *464 + items: *465 examples: - default: *465 + default: *466 headers: Link: *57 '404': *6 @@ -76506,8 +76516,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 +76553,9 @@ paths: description: Response content: application/json: - schema: *464 + schema: *465 examples: - default: &483 + default: &484 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -76577,8 +76587,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 +76599,9 @@ paths: description: Response content: application/json: - schema: *464 + schema: *465 examples: - default: *483 + default: *484 '404': *6 x-github: githubCloudOnly: false @@ -76608,8 +76618,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 +76658,7 @@ paths: description: Response content: application/json: - schema: *464 + schema: *465 examples: default: value: @@ -76674,8 +76684,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 +76711,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 +76751,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 +76900,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 +76966,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 +77001,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 +77028,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 +77070,7 @@ paths: application/json: schema: type: array - items: *399 + items: *400 examples: default: value: @@ -77116,8 +77126,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 +77167,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 +77228,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 +77242,9 @@ paths: description: Response content: application/json: - schema: *399 + schema: *400 examples: - default: *485 + default: *486 '404': *6 x-github: githubCloudOnly: false @@ -77251,9 +77261,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 +77301,9 @@ paths: description: Response content: application/json: - schema: *399 + schema: *400 examples: - default: *485 + default: *486 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77309,9 +77319,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 +77342,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 +77354,9 @@ paths: application/json: schema: type: array - items: *464 + items: *465 examples: - default: *465 + default: *466 headers: Link: *57 x-github: @@ -77365,12 +77375,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 +77392,7 @@ paths: type: array items: *86 examples: - default: *490 + default: *491 headers: Link: *57 x-github: @@ -77406,8 +77416,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 +77475,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 +77626,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 +77667,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 +77723,9 @@ paths: description: Response content: application/json: - schema: *491 + schema: *492 examples: - default: *492 + default: *493 '422': *15 '409': *45 x-github: @@ -77738,8 +77748,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 +77849,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 +77876,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 +77887,7 @@ paths: application/json: schema: type: array - items: &493 + items: &494 title: Page Build description: Page Build type: object @@ -77969,8 +77979,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 +78027,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 +78084,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 +78096,9 @@ paths: description: Response content: application/json: - schema: *493 + schema: *494 examples: - default: *494 + default: *495 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78108,8 +78118,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 +78227,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 +78287,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 +78316,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 +78612,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 +78650,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 +78672,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 +78696,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 +78758,7 @@ paths: '401': *23 '403': *27 '404': *6 - '410': *276 + '410': *277 '422': *7 x-github: githubCloudOnly: false @@ -78771,8 +78781,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 +78810,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 +78837,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 +78877,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 +78940,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 +79001,9 @@ paths: application/json: schema: type: array - items: *496 + items: *497 examples: - default: *497 + default: *498 headers: Link: *57 '304': *35 @@ -79025,8 +79035,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 +79103,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 +79232,7 @@ paths: milestone: anyOf: - type: 'null' - - *399 + - *400 active_lock_reason: type: - string @@ -79315,14 +79325,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 +79343,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 +79445,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 +79972,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 +80002,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 +80081,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 +80166,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 +80190,9 @@ paths: description: Response content: application/json: - schema: *499 + schema: *500 examples: - default: *500 + default: *501 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80198,8 +80208,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 +80231,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 +80259,9 @@ paths: application/json: schema: type: array - items: *260 + items: *261 examples: - default: *262 + default: *263 headers: Link: *57 '404': *6 @@ -80272,8 +80282,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 +80316,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 +80347,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 +80393,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 +80408,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 +80445,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 +80489,9 @@ paths: description: Response content: application/json: - schema: *501 + schema: *502 examples: - default: *502 + default: *503 '422': *15 '403': *27 x-github: @@ -80503,9 +80513,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 +80578,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 +80586,7 @@ paths: application/json: schema: *191 examples: - default: *386 + default: *387 '401': *23 '403': *27 '404': *6 @@ -80606,9 +80616,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 +80639,9 @@ paths: application/json: schema: type: array - items: *499 + items: *500 examples: - default: *504 + default: *505 headers: Link: *57 x-github: @@ -80664,9 +80674,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 +80782,7 @@ paths: description: Response content: application/json: - schema: *499 + schema: *500 examples: example-for-a-multi-line-comment: value: @@ -80860,9 +80870,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 +80895,7 @@ paths: description: Response content: application/json: - schema: *499 + schema: *500 examples: default: value: @@ -80971,9 +80981,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 +80993,9 @@ paths: application/json: schema: type: array - items: *395 + items: *396 examples: - default: *505 + default: *506 headers: Link: *57 x-github: @@ -81015,9 +81025,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 +81037,7 @@ paths: application/json: schema: type: array - items: *407 + items: *408 examples: default: value: @@ -81065,9 +81075,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 +81100,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 +81214,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 +81291,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 +81330,7 @@ paths: description: Response content: application/json: - schema: *496 + schema: *497 examples: default: value: @@ -81856,9 +81866,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 +81902,7 @@ paths: description: Response content: application/json: - schema: *496 + schema: *497 examples: default: value: @@ -82397,9 +82407,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 +82419,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 +82575,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 +82667,9 @@ paths: description: Response content: application/json: - schema: *506 + schema: *507 examples: - default: &508 + default: &509 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -82722,10 +82732,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 +82747,9 @@ paths: description: Response content: application/json: - schema: *506 + schema: *507 examples: - default: &509 + default: &510 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -82798,10 +82808,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 +82834,7 @@ paths: description: Response content: application/json: - schema: *506 + schema: *507 examples: default: value: @@ -82886,18 +82896,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 +82934,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 +83035,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 +83188,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 +83220,7 @@ paths: description: Response content: application/json: - schema: *506 + schema: *507 examples: default: value: @@ -83273,10 +83283,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 +83321,9 @@ paths: description: Response content: application/json: - schema: *506 + schema: *507 examples: - default: *509 + default: *510 '404': *6 '422': *7 '403': *27 @@ -83335,9 +83345,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 +83411,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 +83425,9 @@ paths: description: Response content: application/json: - schema: *510 + schema: *511 examples: - default: &511 + default: &512 value: type: file encoding: base64 @@ -83459,8 +83469,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 +83490,9 @@ paths: description: Response content: application/json: - schema: *510 + schema: *511 examples: - default: *511 + default: *512 '404': *6 '422': *15 x-github: @@ -83504,8 +83514,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 +83525,7 @@ paths: application/json: schema: type: array - items: &512 + items: &513 title: Release description: A release. type: object @@ -83587,7 +83597,7 @@ paths: author: *4 assets: type: array - items: &513 + items: &514 title: Release Asset description: Data related to a release. type: object @@ -83767,8 +83777,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 +83854,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 +83959,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 +83973,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 +84009,7 @@ paths: type: User site_admin: false '404': *6 - '302': *409 + '302': *410 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84015,9 +84025,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 +84056,9 @@ paths: description: Response content: application/json: - schema: *513 + schema: *514 examples: - default: *515 + default: *516 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84064,9 +84074,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 +84100,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 +84187,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 +84213,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 +84227,9 @@ paths: description: Response content: application/json: - schema: *512 + schema: *513 examples: - default: *516 + default: *517 '404': *6 x-github: githubCloudOnly: false @@ -84241,9 +84251,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 +84267,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 +84287,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 +84353,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 +84376,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 +84398,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 +84410,7 @@ paths: application/json: schema: type: array - items: *513 + items: *514 examples: default: value: @@ -84480,9 +84490,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 +84518,7 @@ paths: description: Response for successful upload content: application/json: - schema: *513 + schema: *514 examples: response-for-successful-upload: value: @@ -84562,9 +84572,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 +84598,9 @@ paths: application/json: schema: type: array - items: *260 + items: *261 examples: - default: *262 + default: *263 headers: Link: *57 '404': *6 @@ -84611,9 +84621,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 +84653,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 +84684,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 +84711,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 +84729,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 +84750,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 +84847,8 @@ paths: category: repos subcategory: rules parameters: - - *267 - *268 + - *269 - *17 - *19 - name: includes_parents @@ -84849,7 +84859,7 @@ paths: schema: type: boolean default: true - - *540 + - *541 responses: '200': description: Response @@ -84904,8 +84914,8 @@ paths: category: repos subcategory: rules parameters: - - *267 - *268 + - *269 requestBody: description: Request body required: true @@ -84967,7 +84977,7 @@ paths: application/json: schema: *233 examples: - default: &550 + default: &551 value: id: 42 name: super cool ruleset @@ -85014,12 +85024,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 +85037,9 @@ paths: description: Response content: application/json: - schema: *545 + schema: *546 examples: - default: *546 + default: *547 '404': *6 '500': *90 x-github: @@ -85050,17 +85060,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 +85098,8 @@ paths: category: repos subcategory: rules parameters: - - *267 - *268 + - *269 - name: ruleset_id description: The ID of the ruleset. in: path @@ -85111,7 +85121,7 @@ paths: application/json: schema: *233 examples: - default: *550 + default: *551 '404': *6 '500': *90 put: @@ -85129,8 +85139,8 @@ paths: category: repos subcategory: rules parameters: - - *267 - *268 + - *269 - name: ruleset_id description: The ID of the ruleset. in: path @@ -85194,7 +85204,7 @@ paths: application/json: schema: *233 examples: - default: *550 + default: *551 '404': *6 '500': *90 delete: @@ -85212,8 +85222,8 @@ paths: category: repos subcategory: rules parameters: - - *267 - *268 + - *269 - name: ruleset_id description: The ID of the ruleset. in: path @@ -85236,8 +85246,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 +85265,7 @@ paths: type: array items: *235 examples: - default: *551 + default: *552 '404': *6 '500': *90 x-github: @@ -85274,8 +85284,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 +85303,7 @@ paths: description: Response content: application/json: - schema: *552 + schema: *553 examples: default: value: @@ -85348,8 +85358,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 +85367,12 @@ paths: - *46 - *19 - *17 - - *553 - *554 + - *555 - *240 - *241 - *242 + - *243 responses: '200': description: Response @@ -85369,7 +85380,7 @@ paths: application/json: schema: type: array - items: &557 + items: &558 type: object properties: number: *52 @@ -85385,8 +85396,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 +85616,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 +85677,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 +85687,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 +85707,7 @@ paths: description: Response content: application/json: - schema: *557 + schema: *558 examples: default: value: @@ -85770,9 +85782,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 +85795,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &690 + items: &691 type: object properties: type: @@ -86162,8 +86174,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 +86183,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 +86207,7 @@ paths: schema: type: object properties: - reason: *559 + reason: *560 expire_at: type: - string @@ -86239,8 +86251,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 +86267,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 +86295,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 +86373,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 +86418,9 @@ paths: application/json: schema: type: array - items: *561 + items: *562 examples: - default: *562 + default: *563 '400': *14 '404': *6 x-github: @@ -86431,8 +86443,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 +86524,7 @@ paths: login: type: string description: The username of the user credited. - type: *245 + type: *246 required: - login - type @@ -86602,9 +86614,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 +86849,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 +86963,7 @@ paths: description: Response content: application/json: - schema: *561 + schema: *562 examples: default: value: @@ -87098,17 +87110,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 +87144,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 +87226,7 @@ paths: login: type: string description: The username of the user credited. - type: *245 + type: *246 required: - login - type @@ -87305,10 +87317,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 +87358,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 +87387,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 +87423,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 +87520,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 +87530,7 @@ paths: application/json: schema: type: array - items: &565 + items: &566 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -87551,8 +87563,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 +87642,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 +87737,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 +87892,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 +87903,7 @@ paths: application/json: schema: type: array - items: *565 + items: *566 examples: default: value: @@ -87924,8 +87936,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 +87993,7 @@ paths: description: Response content: application/json: - schema: *566 + schema: *567 examples: default: value: @@ -88035,8 +88047,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 +88080,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 +88160,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 +88187,7 @@ paths: description: Response content: application/json: - schema: *567 + schema: *568 examples: default: value: @@ -88202,8 +88214,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 +88235,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 +88318,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 +88327,7 @@ paths: application/json: schema: type: array - items: &568 + items: &569 title: Tag protection description: Tag protection type: object @@ -88372,8 +88384,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 +88408,7 @@ paths: description: Response content: application/json: - schema: *568 + schema: *569 examples: default: value: @@ -88427,8 +88439,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 +88477,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 +88514,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 +88547,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 +88556,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 +88568,7 @@ paths: required: - names examples: - default: &570 + default: &571 value: names: - octocat @@ -88579,8 +88591,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 +88623,9 @@ paths: description: Response content: application/json: - schema: *569 + schema: *570 examples: - default: *570 + default: *571 '404': *6 '422': *7 x-github: @@ -88634,9 +88646,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 +88679,7 @@ paths: - 128 clones: type: array - items: &572 + items: &573 title: Traffic type: object properties: @@ -88754,8 +88766,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 +88861,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 +88925,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 +88948,7 @@ paths: - 3782 views: type: array - items: *572 + items: *573 required: - uniques - count @@ -89013,8 +89025,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 +89300,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 +89324,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 +89347,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 +89374,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 +89467,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 +89718,7 @@ paths: examples: - 73..77 - 77..78 - text_matches: &573 + text_matches: &574 title: Search Result Text Matches type: array items: @@ -89869,7 +89881,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 +89950,7 @@ paths: committer: anyOf: - type: 'null' - - *333 + - *334 comment_count: type: integer message: @@ -89957,7 +89969,7 @@ paths: url: type: string format: uri - verification: *444 + verification: *445 required: - author - committer @@ -89972,7 +89984,7 @@ paths: committer: anyOf: - type: 'null' - - *333 + - *334 parents: type: array items: @@ -89989,7 +90001,7 @@ paths: type: number node_id: type: string - text_matches: *573 + text_matches: *574 required: - sha - node_id @@ -90171,7 +90183,7 @@ paths: - interactions - created - updated - - *574 + - *575 - *17 - *19 - name: advanced_search @@ -90295,7 +90307,7 @@ paths: milestone: anyOf: - type: 'null' - - *399 + - *400 comments: type: integer created_at: @@ -90309,7 +90321,7 @@ paths: - string - 'null' format: date-time - text_matches: *573 + text_matches: *574 pull_request: type: object properties: @@ -90535,7 +90547,7 @@ paths: enum: - created - updated - - *574 + - *575 - *17 - *19 responses: @@ -90580,7 +90592,7 @@ paths: - 'null' score: type: number - text_matches: *573 + text_matches: *574 required: - id - node_id @@ -90665,7 +90677,7 @@ paths: - forks - help-wanted-issues - updated - - *574 + - *575 - *17 - *19 responses: @@ -90902,7 +90914,7 @@ paths: - admin - pull - push - text_matches: *573 + text_matches: *574 temp_clone_token: type: string allow_merge_commit: @@ -91210,7 +91222,7 @@ paths: - string - 'null' format: uri - text_matches: *573 + text_matches: *574 related: type: - array @@ -91403,7 +91415,7 @@ paths: - followers - repositories - joined - - *574 + - *575 - *17 - *19 responses: @@ -91513,7 +91525,7 @@ paths: type: - boolean - 'null' - text_matches: *573 + text_matches: *574 blog: type: - string @@ -91595,7 +91607,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 +91619,9 @@ paths: description: Response content: application/json: - schema: *252 + schema: *253 examples: - default: *253 + default: *254 '404': *6 x-github: githubCloudOnly: false @@ -91636,7 +91648,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 +91712,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 +91749,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 +91780,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 +91791,9 @@ paths: application/json: schema: type: array - items: *254 + items: *255 examples: - default: *576 + default: *577 headers: Link: *57 x-github: @@ -91810,7 +91822,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 +91856,9 @@ paths: description: Response content: application/json: - schema: *254 + schema: *255 examples: - default: *255 + default: *256 x-github: triggersNotification: true githubCloudOnly: false @@ -91873,16 +91885,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 +91919,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 +91943,9 @@ paths: description: Response content: application/json: - schema: *254 + schema: *255 examples: - default: *577 + default: *578 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91958,8 +91970,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 +92000,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 +92012,9 @@ paths: application/json: schema: type: array - items: *257 + items: *258 examples: - default: *578 + default: *579 headers: Link: *57 x-github: @@ -92031,8 +92043,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 +92066,9 @@ paths: description: Response content: application/json: - schema: *257 + schema: *258 examples: - default: *258 + default: *259 x-github: triggersNotification: true githubCloudOnly: false @@ -92083,17 +92095,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 +92130,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 +92154,9 @@ paths: description: Response content: application/json: - schema: *257 + schema: *258 examples: - default: *579 + default: *580 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92169,9 +92181,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 +92212,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 +92240,9 @@ paths: application/json: schema: type: array - items: *260 + items: *261 examples: - default: *262 + default: *263 headers: Link: *57 x-github: @@ -92259,9 +92271,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 +92305,9 @@ paths: description: Response content: application/json: - schema: *260 + schema: *261 examples: - default: *261 + default: *262 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92321,8 +92333,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 +92360,9 @@ paths: application/json: schema: type: array - items: *260 + items: *261 examples: - default: *262 + default: *263 headers: Link: *57 x-github: @@ -92379,8 +92391,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 +92424,9 @@ paths: description: Response content: application/json: - schema: *260 + schema: *261 examples: - default: *261 + default: *262 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -92438,7 +92450,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 +92488,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 +92539,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 +92576,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 +92616,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 +92653,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 +92695,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 +92721,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 +92757,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 +92786,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 +92796,9 @@ paths: application/json: schema: type: array - items: *265 + items: *266 examples: - default: *582 + default: *583 headers: Link: *57 '404': *6 @@ -92812,16 +92824,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 +92857,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 +92925,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 +92953,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 +92995,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 +93154,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 +93206,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 +93233,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 +93245,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 +93278,7 @@ paths: application/json: schema: oneOf: - - &587 + - &588 title: Private User description: Private User type: object @@ -93516,7 +93528,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 +93688,7 @@ paths: description: Response content: application/json: - schema: *587 + schema: *588 examples: default: value: @@ -94022,7 +94034,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 +94042,7 @@ paths: application/json: schema: *191 examples: - default: *386 + default: *387 '401': *23 '403': *27 '404': *6 @@ -94074,7 +94086,7 @@ paths: type: integer secrets: type: array - items: &588 + items: &589 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -94116,7 +94128,7 @@ paths: - visibility - selected_repositories_url examples: - default: *388 + default: *389 headers: Link: *57 x-github: @@ -94194,7 +94206,7 @@ paths: description: Response content: application/json: - schema: *588 + schema: *589 examples: default: value: @@ -94340,7 +94352,7 @@ paths: type: array items: *116 examples: - default: *589 + default: *590 '401': *23 '403': *27 '404': *6 @@ -94492,7 +94504,7 @@ paths: application/json: schema: *191 examples: - default: *386 + default: *387 '304': *35 '500': *90 '401': *23 @@ -94550,7 +94562,7 @@ paths: application/json: schema: *191 examples: - default: *386 + default: *387 '401': *23 '403': *27 '404': *6 @@ -94607,7 +94619,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 +94672,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 +94717,9 @@ paths: description: Response content: application/json: - schema: *590 + schema: *591 examples: - default: *591 + default: *592 '404': *6 x-github: githubCloudOnly: false @@ -94744,9 +94756,9 @@ paths: type: integer machines: type: array - items: *387 + items: *388 examples: - default: *592 + default: *593 '304': *35 '500': *90 '401': *23 @@ -94831,11 +94843,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 +95652,7 @@ paths: application/json: schema: *191 examples: - default: *386 + default: *387 '304': *35 '500': *90 '400': *14 @@ -95680,7 +95692,7 @@ paths: application/json: schema: *191 examples: - default: *386 + default: *387 '500': *90 '401': *23 '403': *27 @@ -95712,7 +95724,7 @@ paths: type: array items: *204 examples: - default: &605 + default: &606 value: - id: 197 name: hello_docker @@ -95813,7 +95825,7 @@ paths: application/json: schema: type: array - items: &593 + items: &594 title: Email description: Email type: object @@ -95883,9 +95895,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 +95974,7 @@ paths: application/json: schema: type: array - items: *593 + items: *594 examples: default: value: @@ -96220,7 +96232,7 @@ paths: application/json: schema: type: array - items: &594 + items: &595 title: GPG Key description: A unique encryption key type: object @@ -96365,7 +96377,7 @@ paths: - subkeys - revoked examples: - default: &618 + default: &619 value: - id: 3 name: Octocat's GPG Key @@ -96450,9 +96462,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 +96521,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 +96533,9 @@ paths: description: Response content: application/json: - schema: *594 + schema: *595 examples: - default: *595 + default: *596 '404': *6 '304': *35 '403': *27 @@ -96546,7 +96558,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 +96749,7 @@ paths: type: array items: *59 examples: - default: *597 + default: *598 headers: Link: *57 '404': *6 @@ -96851,7 +96863,7 @@ paths: required: true content: application/json: - schema: *455 + schema: *456 examples: default: value: @@ -97001,7 +97013,7 @@ paths: application/json: schema: type: array - items: &598 + items: &599 title: Key description: Key type: object @@ -97099,9 +97111,9 @@ paths: description: Response content: application/json: - schema: *598 + schema: *599 examples: - default: &599 + default: &600 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -97134,15 +97146,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 +97177,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 +97210,7 @@ paths: application/json: schema: type: array - items: &600 + items: &601 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -97277,7 +97289,7 @@ paths: - account - plan examples: - default: &601 + default: &602 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -97339,9 +97351,9 @@ paths: application/json: schema: type: array - items: *600 + items: *601 examples: - default: *601 + default: *602 headers: Link: *57 '304': *35 @@ -98345,7 +98357,7 @@ paths: url: https://docs.github.com/rest/migrations/users#unlock-a-user-repository parameters: - *198 - - *602 + - *603 responses: '204': description: Response @@ -98418,7 +98430,7 @@ paths: type: array items: *145 examples: - default: *603 + default: *604 headers: Link: *57 '304': *35 @@ -98460,7 +98472,7 @@ paths: - docker - nuget - container - - *604 + - *605 - *19 - *17 responses: @@ -98472,8 +98484,8 @@ paths: type: array items: *204 examples: - default: *605 - '400': *606 + default: *606 + '400': *607 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -98502,7 +98514,7 @@ paths: application/json: schema: *204 examples: - default: &619 + default: &620 value: id: 40201 name: octo-name @@ -98957,9 +98969,9 @@ paths: application/json: schema: type: array - items: *593 + items: *594 examples: - default: *607 + default: *608 headers: Link: *57 '304': *35 @@ -99072,7 +99084,7 @@ paths: type: array items: *59 examples: - default: &614 + default: &615 summary: Default response value: - id: 1296269 @@ -99390,9 +99402,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 +99442,9 @@ paths: application/json: schema: type: array - items: *457 + items: *458 examples: - default: *608 + default: *609 headers: Link: *57 '304': *35 @@ -99511,7 +99523,7 @@ paths: application/json: schema: type: array - items: &609 + items: &610 title: Social account description: Social media account type: object @@ -99528,7 +99540,7 @@ paths: - provider - url examples: - default: &610 + default: &611 value: - provider: twitter url: https://twitter.com/github @@ -99591,9 +99603,9 @@ paths: application/json: schema: type: array - items: *609 + items: *610 examples: - default: *610 + default: *611 '422': *15 '304': *35 '404': *6 @@ -99681,7 +99693,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 +99713,7 @@ paths: - title - created_at examples: - default: &630 + default: &631 value: - key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -99768,9 +99780,9 @@ paths: description: Response content: application/json: - schema: *611 + schema: *612 examples: - default: &612 + default: &613 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -99801,7 +99813,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 +99825,9 @@ paths: description: Response content: application/json: - schema: *611 + schema: *612 examples: - default: *612 + default: *613 '404': *6 '304': *35 '403': *27 @@ -99838,7 +99850,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 +99879,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 +99904,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 +100064,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 +100093,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 +100118,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 +100191,7 @@ paths: application/json: schema: type: array - items: *252 + items: *253 examples: default: value: @@ -100265,10 +100277,10 @@ paths: application/json: schema: oneOf: + - *588 - *587 - - *586 examples: - default-response: &616 + default-response: &617 summary: Default response value: login: octocat @@ -100303,7 +100315,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 +100375,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#list-users parameters: - - *615 + - *616 - *17 responses: '200': @@ -100412,11 +100424,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 +100504,7 @@ paths: bundle_url: type: string examples: - default: *329 + default: *330 '201': description: Response content: @@ -100533,7 +100545,7 @@ paths: type: array items: *204 examples: - default: *605 + default: *606 '403': *27 '401': *23 x-github: @@ -100937,9 +100949,9 @@ paths: application/json: schema: type: array - items: *594 + items: *595 examples: - default: *618 + default: *619 headers: Link: *57 x-github: @@ -101043,7 +101055,7 @@ paths: application/json: schema: *20 examples: - default: *454 + default: *455 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -101121,7 +101133,7 @@ paths: type: array items: *145 examples: - default: *603 + default: *604 headers: Link: *57 x-github: @@ -101160,7 +101172,7 @@ paths: - docker - nuget - container - - *604 + - *605 - *129 - *19 - *17 @@ -101173,10 +101185,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 +101218,7 @@ paths: application/json: schema: *204 examples: - default: *619 + default: *620 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -101805,9 +101817,9 @@ paths: description: Response content: application/json: - schema: *620 + schema: *621 examples: - default: *621 + default: *622 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -101835,9 +101847,9 @@ paths: description: Response content: application/json: - schema: *622 + schema: *623 examples: - default: *623 + default: *624 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -101865,9 +101877,9 @@ paths: description: Response content: application/json: - schema: *624 + schema: *625 examples: - default: *625 + default: *626 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -101888,10 +101900,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 +102002,9 @@ paths: application/json: schema: type: array - items: *609 + items: *610 examples: - default: *610 + default: *611 headers: Link: *57 x-github: @@ -102022,9 +102034,9 @@ paths: application/json: schema: type: array - items: *611 + items: *612 examples: - default: *630 + default: *631 headers: Link: *57 x-github: @@ -102049,7 +102061,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 +102073,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 +102237,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 +102306,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 +102327,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 +102400,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 +103313,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 +103392,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 +103619,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 +103811,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 +103899,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 +103967,7 @@ webhooks: - MDEwOkNoZWNrU3VpdGU1 pull_requests: type: array - items: *346 + items: *347 repository: *116 status: type: string @@ -104000,7 +104012,7 @@ webhooks: - examples: - neutral - deployment: *638 + deployment: *639 details_url: type: string examples: @@ -104060,7 +104072,7 @@ webhooks: - annotations_url pull_requests: type: array - items: *346 + items: *347 started_at: type: string format: date-time @@ -104098,9 +104110,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 +104505,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 +104904,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 +105312,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 +106307,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 +106995,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 +107677,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 +107846,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 +107998,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 +108175,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 +108416,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 +108519,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 +108701,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 +108872,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 +109049,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 +109154,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 +109334,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 +109344,7 @@ webhooks: type: - string - 'null' - repository: *636 + repository: *637 sender: *4 required: - action @@ -109428,7 +109440,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 +109587,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 +109854,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 +109938,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 +109959,7 @@ webhooks: enum: - tag - branch - repository: *636 + repository: *637 sender: *4 required: - ref @@ -110030,9 +110042,9 @@ webhooks: enum: - created definition: *221 - enterprise: *633 - installation: *634 - organization: *635 + enterprise: *634 + installation: *635 + organization: *636 sender: *4 required: - action @@ -110117,9 +110129,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 +110209,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 +110289,9 @@ webhooks: enum: - updated definition: *221 - enterprise: *633 - installation: *634 - organization: *635 + enterprise: *634 + installation: *635 + organization: *636 sender: *4 required: - action @@ -110356,10 +110368,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 +110456,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 +110551,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 +110639,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 +110727,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 +110813,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 +110899,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 +110986,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 +111072,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 +111153,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 +111193,8 @@ webhooks: - verified - created_at - read_only - organization: *635 - repository: *636 + organization: *636 + repository: *637 sender: *4 required: - action @@ -111259,11 +111271,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 +111847,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 +112590,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 +112667,7 @@ webhooks: type: string enum: - approved - approver: &645 + approver: &646 type: object properties: avatar_url: @@ -112698,11 +112710,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 +112795,7 @@ webhooks: sender: *4 since: type: string - workflow_job_run: &647 + workflow_job_run: &648 type: object properties: conclusion: @@ -113529,18 +113541,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 +114269,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 +116218,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 +116914,7 @@ webhooks: type: string enum: - answered - answer: &651 + answer: &652 type: object properties: author_association: @@ -117062,7 +117074,7 @@ webhooks: - created_at - updated_at - body - discussion: &649 + discussion: &650 title: Discussion description: A Discussion in a repository. type: object @@ -117358,7 +117370,7 @@ webhooks: - id labels: type: array - items: *464 + items: *465 required: - repository_url - category @@ -117380,10 +117392,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 +117522,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 +117609,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 +117695,7 @@ webhooks: type: string enum: - created - comment: &650 + comment: &651 type: object properties: author_association: @@ -117843,11 +117855,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 +117942,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 +118042,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 +118131,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 +118217,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 +118321,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 +118407,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 +118443,8 @@ webhooks: - color - default - description - organization: *635 - repository: *636 + organization: *636 + repository: *637 sender: *4 required: - action @@ -118515,11 +118527,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 +118613,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 +118699,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 +118788,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 +118880,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 +118965,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 +119053,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 +119139,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 +119216,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 +119894,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 +120042,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 +120082,7 @@ webhooks: - action - sha - html_url - repository: *636 + repository: *637 sender: *4 required: - pages @@ -120146,10 +120158,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 +120187,8 @@ webhooks: - name - full_name - private - repository: *636 - requester: *653 + repository: *637 + requester: *654 sender: *4 required: - action @@ -120251,11 +120263,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 +120344,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 +120425,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 +120474,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 +120561,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 +120591,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 +120672,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 +120858,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 +120940,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 +121192,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 +122384,8 @@ webhooks: - state - locked - assignee - organization: *635 - repository: *636 + organization: *636 + repository: *637 sender: *4 required: - action @@ -122453,7 +122465,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 +122632,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 +123822,8 @@ webhooks: - state - locked - assignee - organization: *635 - repository: *636 + organization: *636 + repository: *637 sender: *4 required: - action @@ -123891,7 +123903,7 @@ webhooks: type: string enum: - edited - changes: &682 + changes: &683 description: The changes to the comment. type: object properties: @@ -123903,9 +123915,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 +125107,8 @@ webhooks: - state - locked - assignee - organization: *635 - repository: *636 + organization: *636 + repository: *637 sender: *4 required: - action @@ -125178,10 +125190,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 +126138,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *635 - repository: *636 + organization: *636 + repository: *637 sender: *4 required: - action @@ -126207,8 +126219,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 +127313,8 @@ webhooks: required: - state - closed_at - organization: *635 - repository: *636 + organization: *636 + repository: *637 sender: *4 required: - action @@ -127381,8 +127393,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 +128334,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *635 - repository: *636 + organization: *636 + repository: *637 sender: *4 required: - action @@ -128402,8 +128414,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 +129357,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 +129500,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *635 - repository: *636 + organization: *636 + repository: *637 sender: *4 required: - action @@ -129588,8 +129600,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 +130546,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 +130628,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 +131573,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 +131655,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 +132602,8 @@ webhooks: format: uri user_view_type: type: string - organization: *635 - repository: *636 + organization: *636 + repository: *637 sender: *4 required: - action @@ -132670,8 +132682,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 +133623,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 +135107,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 +136052,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *635 - repository: *636 + organization: *636 + repository: *637 sender: *4 required: - action @@ -136121,9 +136133,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 +137073,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *635 - repository: *636 + organization: *636 + repository: *637 sender: *4 required: - action @@ -137141,8 +137153,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 +138099,8 @@ webhooks: user_view_type: type: string type: *185 - organization: *635 - repository: *636 + organization: *636 + repository: *637 sender: *4 required: - action @@ -139589,11 +139601,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 +139685,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 +139771,7 @@ webhooks: type: string enum: - unassigned - assignee: &685 + assignee: &686 title: User type: - object @@ -139831,11 +139843,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 +139926,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 +140011,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 +140956,8 @@ webhooks: format: uri user_view_type: type: string - organization: *635 - repository: *636 + organization: *636 + repository: *637 sender: *4 required: - action @@ -141025,11 +141037,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 +141120,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 +141205,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 +141287,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 +141401,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 +141487,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 +141577,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 +141662,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *636 + repository: *637 sender: *4 required: - action @@ -141730,10 +141742,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 +141833,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *636 + repository: *637 sender: *4 required: - action @@ -141903,10 +141915,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 +142004,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *636 + repository: *637 sender: *4 required: - action @@ -142073,8 +142085,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 +142172,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 +142254,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 +142361,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 +142467,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 +142550,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 +142632,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 +142714,7 @@ webhooks: required: - login - id - team: &663 + team: &664 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -142895,11 +142907,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 +142990,7 @@ webhooks: required: - login - id - team: *663 + team: *664 required: - action - scope @@ -143060,8 +143072,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 +143092,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 +143186,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 +143262,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 +143370,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 +143455,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 +143538,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 +143682,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *635 - repository: *636 + organization: *636 + repository: *637 sender: *4 required: - action @@ -143750,11 +143762,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 +143876,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 +143960,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 +144043,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 +144126,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 +144209,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 +144305,8 @@ webhooks: - role - organization_url - user - organization: *635 - repository: *636 + organization: *636 + repository: *637 sender: *4 required: - action @@ -144372,11 +144384,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 +144467,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 +144590,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 +144671,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 +144762,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 +144842,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 +145367,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: &667 + items: &668 title: Ruby Gems metadata type: object properties: @@ -145452,7 +145464,7 @@ webhooks: - owner - package_version - registry - repository: *636 + repository: *637 sender: *4 required: - action @@ -145528,9 +145540,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 +145904,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *667 + items: *668 source_url: type: string format: uri @@ -145963,7 +145975,7 @@ webhooks: - owner - package_version - registry - repository: *636 + repository: *637 sender: *4 required: - action @@ -146144,12 +146156,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 +146238,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 +146388,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 +146468,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 +146548,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 +146627,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 +146736,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 +146768,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 +147014,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 +147140,7 @@ webhooks: - creator - created_at - updated_at - repository: *636 + repository: *637 sender: *4 required: - action @@ -147209,11 +147221,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 +147305,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 +147437,7 @@ webhooks: repository: anyOf: - type: 'null' - - *636 + - *637 sender: *4 required: - action @@ -147519,11 +147531,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 +147629,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 +147828,7 @@ webhooks: type: string required: - after_id - repository: *636 + repository: *637 sender: *4 required: - action @@ -147896,10 +147908,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 +148038,7 @@ webhooks: - creator - created_at - updated_at - repository: *636 + repository: *637 sender: *4 required: - action @@ -148106,10 +148118,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 +148161,7 @@ webhooks: - name - created_at - updated_at - repository: *636 + repository: *637 sender: *4 required: - action @@ -148228,14 +148240,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 +148336,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 +148420,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 +148504,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 +148588,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 +148696,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 +148779,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 +148864,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 +149014,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 +149097,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 +149220,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 +149305,7 @@ webhooks: type: string enum: - archived - changes: &677 + changes: &678 type: object properties: archived_at: @@ -149309,9 +149321,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 +149462,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 +149546,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 +149629,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 +149736,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 +149756,7 @@ webhooks: required: - id - name - - &676 + - &677 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -149773,8 +149785,8 @@ webhooks: oneOf: - type: string - type: integer - - *675 - *676 + - *677 type: - 'null' - string @@ -149797,9 +149809,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 +149908,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 +149993,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 +150078,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 +150161,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 +150298,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 +150446,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 +150519,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 +150599,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 +152954,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *636 + repository: *637 sender: *4 required: - action @@ -153024,11 +153036,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 +155382,7 @@ webhooks: - draft reason: type: string - repository: *636 + repository: *637 sender: *4 required: - action @@ -155452,11 +155464,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 +157810,7 @@ webhooks: - draft reason: type: string - repository: *636 + repository: *637 sender: *4 required: - action @@ -157880,13 +157892,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 +157960,7 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *636 + repository: *637 sender: *4 required: - action @@ -158029,12 +158041,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 +158126,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 +160457,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *636 + repository: *637 sender: *4 required: - action @@ -160524,11 +160536,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 +162886,7 @@ webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *636 + repository: *637 sender: *4 required: - action @@ -162998,12 +163010,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 +163095,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 +165430,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *636 + repository: *637 sender: *4 required: - action @@ -165498,11 +165510,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 +167862,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *636 + repository: *637 sender: *4 required: - action @@ -167931,10 +167943,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 +170292,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *636 + repository: *637 sender: *4 required: - action @@ -170360,12 +170372,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 +170456,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 +170542,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 +170627,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 +171007,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 +173239,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *636 + repository: *637 sender: *4 required: - action @@ -173307,7 +173319,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 +173612,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 +175832,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *636 + repository: *637 sender: *4 required: - action @@ -175900,11 +175912,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 +178137,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *636 + repository: *637 sender: *4 required: - action @@ -178206,9 +178218,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 +180453,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *636 + repository: *637 review: description: The review that was affected. type: object @@ -180687,9 +180699,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 +182815,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 +183049,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 +185401,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *636 + repository: *637 requested_reviewer: title: User type: @@ -185475,12 +185487,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 +187846,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 +188041,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 +190395,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *636 + repository: *637 requested_reviewer: title: User type: @@ -190470,12 +190482,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 +192827,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 +193011,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 +195249,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *636 - review: *684 + repository: *637 + review: *685 sender: *4 required: - action @@ -195318,9 +195330,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 +197463,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *636 + repository: *637 sender: *4 thread: type: object @@ -197843,9 +197855,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 +199971,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *636 + repository: *637 sender: *4 thread: type: object @@ -200353,10 +200365,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 +202703,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *636 + repository: *637 sender: *4 required: - action @@ -202773,11 +202785,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 +205139,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *636 + repository: *637 sender: *4 required: - action @@ -205206,11 +205218,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 +207561,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *636 + repository: *637 sender: *4 required: - action @@ -207630,10 +207642,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 +209974,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *636 + repository: *637 sender: *4 required: - action @@ -210165,7 +210177,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 +210272,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 +210861,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 +211340,7 @@ webhooks: type: string rubygems_metadata: type: array - items: *667 + items: *668 summary: type: string tag_name: @@ -211384,7 +211396,7 @@ webhooks: - owner - package_version - registry - repository: *636 + repository: *637 sender: *4 required: - action @@ -211462,9 +211474,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 +211788,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *667 + items: *668 summary: type: string tag_name: @@ -211826,7 +211838,7 @@ webhooks: - owner - package_version - registry - repository: *636 + repository: *637 sender: *4 required: - action @@ -211903,10 +211915,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 +212234,7 @@ webhooks: - tarball_url - zipball_url - body - repository: *636 + repository: *637 sender: *4 required: - action @@ -212299,11 +212311,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 +212432,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 +212514,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 +212837,7 @@ webhooks: - string - 'null' format: uri - repository: *636 + repository: *637 sender: *4 required: - action @@ -212901,10 +212913,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 +213234,7 @@ webhooks: - string - 'null' format: uri - repository: *636 + repository: *637 sender: *4 required: - action @@ -213298,11 +213310,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 +213390,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 +213470,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 +213550,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 +213630,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 +213710,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 +213791,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 +213879,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 +213997,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 +214072,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 +214156,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 +214236,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 +214333,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 +214416,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 +214498,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 +214580,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 +214891,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 +214972,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 +215053,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 +215177,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 +215390,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 +215471,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 +215677,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 +215758,7 @@ webhooks: type: string enum: - created - alert: &689 + alert: &690 type: object properties: number: *52 @@ -215856,10 +215868,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 +215952,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 +216194,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 +216276,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 +216358,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 +216440,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 +216574,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 +216655,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 +216845,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 +216922,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 +217112,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 +217193,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 +217503,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 +217596,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 +217678,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 +217762,7 @@ webhooks: type: string enum: - pending_tier_change - changes: &694 + changes: &695 type: object properties: tier: @@ -217794,13 +217806,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 +217889,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 +217969,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 +218056,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 +218493,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 +218617,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 +218709,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 +218801,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 +218893,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 +218972,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 +219170,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 +219642,7 @@ webhooks: - topics - visibility sender: *4 - team: *695 + team: *696 required: - action - team @@ -219706,9 +219718,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 +220190,7 @@ webhooks: - topics - visibility sender: *4 - team: *695 + team: *696 required: - action - team @@ -220255,9 +220267,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 +220739,7 @@ webhooks: - topics - visibility sender: *4 - team: *695 + team: *696 required: - action - team @@ -220871,9 +220883,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 +221355,7 @@ webhooks: - topics - visibility sender: *4 - team: *695 + team: *696 required: - action - changes @@ -221421,9 +221433,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 +221905,7 @@ webhooks: - topics - visibility sender: *4 - team: *695 + team: *696 required: - action - team @@ -221969,10 +221981,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 +222057,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 +222149,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 +222408,7 @@ webhooks: type: string required: - conclusion - deployment: *419 + deployment: *420 required: - action - repository @@ -222475,10 +222487,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 +222772,7 @@ webhooks: required: - status - steps - deployment: *419 + deployment: *420 required: - action - repository @@ -222839,10 +222851,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 +223000,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *419 + deployment: *420 required: - action - repository @@ -223067,10 +223079,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 +223229,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *419 + deployment: *420 required: - action - repository @@ -223297,12 +223309,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 +224333,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 +225342,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 0ffd98378..c8b9ec577 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": { @@ -190706,6 +190716,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 +535198,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 +536095,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 206675072..0a13bcd2c 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: @@ -42422,7 +42431,7 @@ paths: '401': *23 '403': *27 '404': *6 - '410': &376 + '410': &377 description: Gone content: application/json: @@ -43181,7 +43190,7 @@ paths: description: Response content: application/json: - schema: &378 + schema: &379 title: Full Repository description: Full Repository type: object @@ -43646,7 +43655,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 +43769,7 @@ paths: - network_count - subscribers_count examples: - default: &380 + default: &381 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -44313,7 +44322,7 @@ paths: - *165 - *17 - *19 - - &631 + - &632 name: targets description: | A comma-separated list of rule targets to filter by. @@ -44504,7 +44513,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 +44525,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 +44552,7 @@ paths: description: Response content: application/json: - schema: &635 + schema: &636 title: Rule Suites description: Response type: array @@ -44599,7 +44608,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 +44652,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 +44668,7 @@ paths: description: Response content: application/json: - schema: &638 + schema: &639 title: Rule Suite description: Response type: object @@ -44766,7 +44775,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 +45106,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 +45116,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 +45129,7 @@ paths: - *327 - *328 - *329 + - *330 responses: '200': description: Response @@ -45127,9 +45137,9 @@ paths: application/json: schema: type: array - items: *330 + items: *331 examples: - default: *331 + default: *332 headers: Link: *38 '404': *6 @@ -45199,7 +45209,7 @@ paths: application/json: schema: type: array - items: &649 + items: &650 description: A repository security advisory. type: object properties: @@ -45443,7 +45453,7 @@ paths: login: type: string description: The username of the user credited. - type: *332 + type: *333 credits_detailed: type: - array @@ -45454,7 +45464,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 +45528,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 +46002,9 @@ paths: description: Response content: application/json: - schema: *333 + schema: *334 examples: - default: *334 + default: *335 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -46019,7 +46029,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 +46037,9 @@ paths: description: Success content: application/json: - schema: *336 + schema: *337 examples: - default: *337 + default: *338 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -46057,9 +46067,9 @@ paths: description: Response content: application/json: - schema: *338 + schema: *339 examples: - default: *339 + default: *340 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -46087,9 +46097,9 @@ paths: description: Response content: application/json: - schema: *340 + schema: *341 examples: - default: *341 + default: *342 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -46129,7 +46139,7 @@ paths: type: array items: *109 examples: - default: *342 + default: *343 headers: Link: *38 x-github: @@ -46330,15 +46340,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 +46386,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 +46438,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 +46646,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 +47026,7 @@ paths: - repos_count - organization examples: - default: &347 + default: &348 value: id: 1 node_id: MDQ6VGVhbTE= @@ -47093,9 +47103,9 @@ paths: description: Response content: application/json: - schema: *346 + schema: *347 examples: - default: *347 + default: *348 '404': *6 x-github: githubCloudOnly: false @@ -47180,16 +47190,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 +47269,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 +47380,7 @@ paths: - updated_at - url examples: - default: &690 + default: &691 value: - author: login: octocat @@ -47479,9 +47489,9 @@ paths: description: Response content: application/json: - schema: *348 + schema: *349 examples: - default: &349 + default: &350 value: author: login: octocat @@ -47555,7 +47565,7 @@ paths: parameters: - *165 - *294 - - &350 + - &351 name: discussion_number description: The number that identifies the discussion. in: path @@ -47567,9 +47577,9 @@ paths: description: Response content: application/json: - schema: *348 + schema: *349 examples: - default: *349 + default: *350 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47593,7 +47603,7 @@ paths: parameters: - *165 - *294 - - *350 + - *351 requestBody: required: false content: @@ -47616,9 +47626,9 @@ paths: description: Response content: application/json: - schema: *348 + schema: *349 examples: - default: &691 + default: &692 value: author: login: octocat @@ -47690,7 +47700,7 @@ paths: parameters: - *165 - *294 - - *350 + - *351 responses: '204': description: Response @@ -47718,7 +47728,7 @@ paths: parameters: - *165 - *294 - - *350 + - *351 - *86 - *17 - *19 @@ -47729,7 +47739,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 +47819,7 @@ paths: - updated_at - url examples: - default: &692 + default: &693 value: - author: login: octocat @@ -47879,7 +47889,7 @@ paths: parameters: - *165 - *294 - - *350 + - *351 requestBody: required: true content: @@ -47901,9 +47911,9 @@ paths: description: Response content: application/json: - schema: *351 + schema: *352 examples: - default: &352 + default: &353 value: author: login: octocat @@ -47971,8 +47981,8 @@ paths: parameters: - *165 - *294 - - *350 - - &353 + - *351 + - &354 name: comment_number description: The number that identifies the comment. in: path @@ -47984,9 +47994,9 @@ paths: description: Response content: application/json: - schema: *351 + schema: *352 examples: - default: *352 + default: *353 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48010,8 +48020,8 @@ paths: parameters: - *165 - *294 - - *350 - - *353 + - *351 + - *354 requestBody: required: true content: @@ -48033,9 +48043,9 @@ paths: description: Response content: application/json: - schema: *351 + schema: *352 examples: - default: &693 + default: &694 value: author: login: octocat @@ -48101,8 +48111,8 @@ paths: parameters: - *165 - *294 - - *350 - - *353 + - *351 + - *354 responses: '204': description: Response @@ -48130,8 +48140,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 +48167,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 +48211,7 @@ paths: - content - created_at examples: - default: &356 + default: &357 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -48253,8 +48263,8 @@ paths: parameters: - *165 - *294 - - *350 - - *353 + - *351 + - *354 requestBody: required: true content: @@ -48287,9 +48297,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 +48328,9 @@ paths: description: Response content: application/json: - schema: *354 + schema: *355 examples: - default: *355 + default: *356 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48345,9 +48355,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 +48391,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 +48417,9 @@ paths: application/json: schema: type: array - items: *354 + items: *355 examples: - default: *356 + default: *357 headers: Link: *38 x-github: @@ -48437,7 +48447,7 @@ paths: parameters: - *165 - *294 - - *350 + - *351 requestBody: required: true content: @@ -48469,16 +48479,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 +48513,8 @@ paths: parameters: - *165 - *294 - - *350 - - *357 + - *351 + - *358 responses: '204': description: Response @@ -48534,9 +48544,9 @@ paths: description: Response content: application/json: - schema: *358 + schema: *359 examples: - default: *359 + default: *360 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -48580,9 +48590,9 @@ paths: description: Response content: application/json: - schema: *360 + schema: *361 examples: - default: *361 + default: *362 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -48723,7 +48733,7 @@ paths: description: Response content: application/json: - schema: &362 + schema: &363 title: Team Membership description: Team Membership type: object @@ -48751,7 +48761,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 +48824,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 +48899,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 +48968,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 +49033,7 @@ paths: parameters: - *165 - *294 - - &364 + - &365 name: project_id description: The unique identifier of the project. in: path @@ -49035,9 +49045,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 +49111,7 @@ paths: parameters: - *165 - *294 - - *364 + - *365 requestBody: required: false content: @@ -49170,7 +49180,7 @@ paths: parameters: - *165 - *294 - - *364 + - *365 responses: '204': description: Response @@ -49241,14 +49251,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 +49901,8 @@ paths: parameters: - *165 - *294 - - *365 - *366 + - *367 requestBody: required: false content: @@ -49939,8 +49949,8 @@ paths: parameters: - *165 - *294 - - *365 - *366 + - *367 responses: '204': description: Response @@ -49973,9 +49983,9 @@ paths: description: Response content: application/json: - schema: *367 + schema: *368 examples: - default: *368 + default: *369 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -50041,7 +50051,7 @@ paths: description: Response content: application/json: - schema: *367 + schema: *368 examples: default: value: @@ -50086,7 +50096,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 +50223,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 +50235,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 +50310,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 +50366,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 +50396,9 @@ paths: description: Response content: application/json: - schema: *370 + schema: *371 examples: - default: *371 + default: *372 '304': *35 '403': *27 '401': *23 @@ -50415,7 +50425,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 +50469,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 +50582,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 +50594,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 +50648,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 +50683,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 +50708,9 @@ paths: description: Response content: application/json: - schema: *373 + schema: *374 examples: - default: *374 + default: *375 '304': *35 '403': *27 '401': *23 @@ -50725,7 +50735,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 +50764,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 +50785,7 @@ paths: application/json: schema: type: array - items: *370 + items: *371 examples: default: value: @@ -50834,7 +50844,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 +50888,9 @@ paths: description: Response content: application/json: - schema: *370 + schema: *371 examples: - default: *371 + default: *372 '304': *35 '403': *27 '401': *23 @@ -50936,7 +50946,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 +51007,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 +51015,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 +51072,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 +51123,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 +51144,7 @@ paths: items: type: string '401': *23 - '410': *376 + '410': *377 '422': *7 x-github: githubCloudOnly: false @@ -51157,7 +51167,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 +51188,7 @@ paths: items: type: string '401': *23 - '410': *376 + '410': *377 '404': *6 x-github: githubCloudOnly: false @@ -51202,7 +51212,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 +51269,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 +51324,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 +51356,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 +51427,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 +51437,7 @@ paths: application/json: schema: type: array - items: *373 + items: *374 examples: default: value: @@ -51465,7 +51475,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 +51499,7 @@ paths: description: Response content: application/json: - schema: *373 + schema: *374 examples: default: value: @@ -51553,7 +51563,7 @@ paths: resources: type: object properties: - core: &377 + core: &378 title: Rate Limit type: object properties: @@ -51570,20 +51580,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 +51697,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 +52209,7 @@ paths: status: disabled '403': *27 '404': *6 - '301': *379 + '301': *380 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52217,8 +52227,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 +52483,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 +52515,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 +52538,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 +52562,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 +52589,7 @@ paths: type: integer artifacts: type: array - items: &382 + items: &383 title: Artifact description: An artifact type: object @@ -52674,7 +52684,7 @@ paths: - expires_at - updated_at examples: - default: &397 + default: &398 value: total_count: 2 artifacts: @@ -52735,9 +52745,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 +52759,7 @@ paths: description: Response content: application/json: - schema: *382 + schema: *383 examples: default: value: @@ -52787,9 +52797,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 +52823,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 +52839,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 +52862,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 +52895,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 +52933,7 @@ paths: description: Response content: application/json: - schema: &386 + schema: &387 title: Repository actions caches description: Repository actions caches type: object @@ -52973,7 +52983,7 @@ paths: - total_count - actions_caches examples: - default: &387 + default: &388 value: total_count: 1 actions_caches: @@ -53005,23 +53015,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 +53051,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 +53083,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 +53097,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 +53444,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 +53474,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 +53522,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 +53573,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 +53637,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 +53656,7 @@ paths: type: integer secrets: type: array - items: &402 + items: &403 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -53667,7 +53677,7 @@ paths: - created_at - updated_at examples: - default: &403 + default: &404 value: total_count: 2 secrets: @@ -53700,9 +53710,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 +53729,7 @@ paths: type: integer variables: type: array - items: &406 + items: &407 title: Actions Variable type: object properties: @@ -53753,7 +53763,7 @@ paths: - created_at - updated_at examples: - default: &407 + default: &408 value: total_count: 2 variables: @@ -53786,8 +53796,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 +53806,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 +53839,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 +53851,7 @@ paths: schema: type: object properties: - enabled: *390 + enabled: *391 allowed_actions: *47 required: - enabled @@ -53872,14 +53882,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 +53907,7 @@ paths: required: - access_level examples: - default: &392 + default: &393 value: access_level: organization x-github: @@ -53922,15 +53932,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 +53964,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 +53996,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 +54029,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 +54059,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 +54100,8 @@ paths: in: query schema: type: string - - *365 - *366 + - *367 - *17 - *19 responses: @@ -54135,8 +54145,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 +54178,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 +54253,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 +54290,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 +54321,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 +54352,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 +54380,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 +54406,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 +54456,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 +54507,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 +54538,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 +54569,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 +54579,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 +54587,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 +54596,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 +54623,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 +54632,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 +54641,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 +54670,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 +54787,7 @@ paths: type: - array - 'null' - items: &437 + items: &438 title: Pull Request Minimal type: object properties: @@ -54904,7 +54914,7 @@ paths: head_commit: anyOf: - type: 'null' - - &441 + - &442 title: Simple Commit description: A commit. type: object @@ -55019,7 +55029,7 @@ paths: - workflow_url - pull_requests examples: - default: &417 + default: &418 value: total_count: 1 workflow_runs: @@ -55255,24 +55265,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 +55523,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 +55548,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 +55678,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 +55713,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 +55734,9 @@ paths: type: integer artifacts: type: array - items: *382 + items: *383 examples: - default: *397 + default: *398 headers: Link: *38 x-github: @@ -55750,25 +55760,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 +55801,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 +55822,9 @@ paths: type: integer jobs: type: array - items: *400 + items: *401 examples: - default: &401 + default: &402 value: total_count: 1 jobs: @@ -55927,10 +55937,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 +55968,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 +56003,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 +56072,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 +56107,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 +56139,9 @@ paths: type: integer jobs: type: array - items: *400 + items: *401 examples: - default: *401 + default: *402 headers: Link: *38 x-github: @@ -56156,9 +56166,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 +56195,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 +56224,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 +56295,7 @@ paths: items: type: object properties: - type: &515 + type: &516 type: string description: The type of reviewer. enum: @@ -56371,9 +56381,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 +56433,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 +56545,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 +56601,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 +56648,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 +56705,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 +56844,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 +56863,9 @@ paths: type: integer secrets: type: array - items: *402 + items: *403 examples: - default: *403 + default: *404 headers: Link: *38 x-github: @@ -56880,16 +56890,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 +56921,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 +56957,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 +57016,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 +57043,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 +57062,9 @@ paths: type: integer variables: type: array - items: *406 + items: *407 examples: - default: *407 + default: *408 headers: Link: *38 x-github: @@ -57077,8 +57087,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 +57140,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 +57176,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 +57220,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 +57247,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 +57266,7 @@ paths: type: integer workflows: type: array - items: &408 + items: &409 title: Workflow description: A GitHub Actions workflow type: object @@ -57374,9 +57384,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 +57401,7 @@ paths: description: Response content: application/json: - schema: *408 + schema: *409 examples: default: value: @@ -57424,9 +57434,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 +57461,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 +57514,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 +57543,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 +57571,9 @@ paths: type: integer workflow_runs: type: array - items: *394 + items: *395 examples: - default: *417 + default: *418 headers: Link: *38 x-github: @@ -57596,9 +57606,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 +57669,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 +57838,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 +57876,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 +57913,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 +58026,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 +58081,7 @@ paths: bundle_url: type: string examples: - default: *418 + default: *419 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58091,8 +58101,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 +58110,7 @@ paths: application/json: schema: type: array - items: &419 + items: &420 title: Autolink reference description: An autolink reference. type: object @@ -58154,8 +58164,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 +58204,9 @@ paths: description: response content: application/json: - schema: *419 + schema: *420 examples: - default: &420 + default: &421 value: id: 1 key_prefix: TICKET- @@ -58227,9 +58237,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 +58251,9 @@ paths: description: Response content: application/json: - schema: *419 + schema: *420 examples: - default: *420 + default: *421 '404': *6 x-github: githubCloudOnly: false @@ -58263,9 +58273,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 +58299,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 +58350,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 +58372,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 +58393,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 +58432,7 @@ paths: - url protected: type: boolean - protection: &423 + protection: &424 title: Branch Protection description: Branch Protection type: object @@ -58465,7 +58475,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 +58492,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 +58576,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 +58901,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 +58917,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 +58963,7 @@ paths: author: anyOf: - type: 'null' - - &422 + - &423 title: Git User description: Metaproperties for Git author/committer information. @@ -58974,7 +58984,7 @@ paths: committer: anyOf: - type: 'null' - - *422 + - *423 message: type: string examples: @@ -58998,7 +59008,7 @@ paths: required: - sha - url - verification: &535 + verification: &536 title: Verification type: object properties: @@ -59078,7 +59088,7 @@ paths: type: integer files: type: array - items: &495 + items: &496 title: Diff Entry description: Diff Entry type: object @@ -59172,7 +59182,7 @@ paths: - self protected: type: boolean - protection: *423 + protection: *424 protection_url: type: string format: uri @@ -59281,7 +59291,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 +59313,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 +59515,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 +59777,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 +59936,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *425 + restrictions: *426 required_conversation_resolution: type: object properties: @@ -60038,9 +60048,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 +60075,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 +60107,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 +60136,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 +60163,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 +60269,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 +60369,9 @@ paths: description: Response content: application/json: - schema: *428 + schema: *429 examples: - default: *429 + default: *430 '422': *15 x-github: githubCloudOnly: false @@ -60382,9 +60392,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 +60421,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 +60454,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 +60484,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 +60511,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 +60547,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 +60601,9 @@ paths: description: Response content: application/json: - schema: *431 + schema: *432 examples: - default: *432 + default: *433 '404': *6 '422': *15 x-github: @@ -60615,9 +60625,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 +60651,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 +60687,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 +60756,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 +60822,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 +60890,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 +60989,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 +61014,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 +61026,7 @@ paths: type: array items: *5 examples: - default: &433 + default: &434 value: - id: 1 slug: octoapp @@ -61073,9 +61083,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 +61119,7 @@ paths: type: array items: *5 examples: - default: *433 + default: *434 '422': *15 x-github: githubCloudOnly: false @@ -61130,9 +61140,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 +61176,7 @@ paths: type: array items: *5 examples: - default: *433 + default: *434 '422': *15 x-github: githubCloudOnly: false @@ -61187,9 +61197,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 +61233,7 @@ paths: type: array items: *5 examples: - default: *433 + default: *434 '422': *15 x-github: githubCloudOnly: false @@ -61245,9 +61255,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 +61287,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 +61348,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 +61409,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 +61470,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 +61506,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 +61566,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 +61626,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 +61688,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 +61712,7 @@ paths: description: Response content: application/json: - schema: *434 + schema: *435 examples: default: value: @@ -61816,8 +61826,8 @@ paths: category: repos subcategory: bypass-requests parameters: - - *365 - *366 + - *367 - *214 - *215 - *216 @@ -61853,8 +61863,8 @@ paths: category: repos subcategory: bypass-requests parameters: - - *365 - *366 + - *367 - name: bypass_request_number in: path required: true @@ -61927,8 +61937,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *365 - *366 + - *367 - *214 - *215 - *216 @@ -61942,9 +61952,9 @@ paths: application/json: schema: type: array - items: *435 + items: *436 examples: - default: *436 + default: *437 '404': *6 '403': *27 '500': *83 @@ -61968,8 +61978,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *365 - *366 + - *367 - name: bypass_request_number in: path required: true @@ -61981,7 +61991,7 @@ paths: description: A single bypass request. content: application/json: - schema: *435 + schema: *436 examples: default: value: @@ -62039,8 +62049,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *365 - *366 + - *367 - name: bypass_request_number in: path required: true @@ -62111,8 +62121,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *365 - *366 + - *367 - name: bypass_response_id in: path required: true @@ -62145,8 +62155,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 +62435,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 +62570,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 +62858,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 +62872,9 @@ paths: description: Response content: application/json: - schema: *438 + schema: *439 examples: - default: &440 + default: &441 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -62964,9 +62974,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 +63216,9 @@ paths: description: Response content: application/json: - schema: *438 + schema: *439 examples: - default: *440 + default: *441 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63228,9 +63238,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 +63350,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 +63396,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 +63419,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 +63501,7 @@ paths: type: - array - 'null' - items: *437 + items: *438 app: anyOf: - type: 'null' @@ -63507,7 +63517,7 @@ paths: - string - 'null' format: date-time - head_commit: *441 + head_commit: *442 latest_check_runs_count: type: integer check_runs_url: @@ -63535,7 +63545,7 @@ paths: - check_runs_url - pull_requests examples: - default: &443 + default: &444 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -63826,9 +63836,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 +63857,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 +64167,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 +64181,9 @@ paths: description: Response content: application/json: - schema: *442 + schema: *443 examples: - default: *443 + default: *444 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64196,17 +64206,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 +64255,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 +64359,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 +64394,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 +64439,7 @@ paths: be returned. in: query required: false - schema: *446 + schema: *447 responses: '200': description: Response @@ -64445,7 +64455,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 +64463,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 +64587,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 +64614,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 +64630,7 @@ paths: description: Response content: application/json: - schema: &455 + schema: &456 type: object properties: number: *96 @@ -64628,7 +64638,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 +64646,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 +64709,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 +64803,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 +64823,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 +64840,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 +64860,7 @@ paths: description: Response content: application/json: - schema: *455 + schema: *456 examples: default: value: @@ -64926,7 +64936,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 +64963,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 +64998,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 +65015,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 +65040,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 +65094,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 +65142,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 +65167,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 +65181,7 @@ paths: application/json: schema: type: array - items: *452 + items: *453 examples: default: value: @@ -65210,7 +65220,7 @@ paths: end_column: 50 classifications: - source - '403': *453 + '403': *454 '404': *6 '503': *130 x-github: @@ -65244,25 +65254,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 +65294,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 +65335,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 +65398,7 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *453 + '403': *454 '404': *6 '503': *130 x-github: @@ -65424,8 +65434,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 +65448,7 @@ paths: description: Response content: application/json: - schema: *465 + schema: *466 examples: response: summary: application/json response @@ -65492,7 +65502,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 +65589,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 +65646,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 +65668,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 +65677,7 @@ paths: application/json: schema: type: array - items: &466 + items: &467 title: CodeQL Database description: A CodeQL database. type: object @@ -65779,7 +65789,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 +65818,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 +65831,7 @@ paths: description: Response content: application/json: - schema: *466 + schema: *467 examples: default: value: @@ -65853,9 +65863,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 +65887,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 +65898,7 @@ paths: responses: '204': description: Response - '403': *459 + '403': *460 '404': *6 '503': *130 x-github: @@ -65916,8 +65926,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 +65936,7 @@ paths: type: object additionalProperties: false properties: - language: &467 + language: &468 type: string description: The language targeted by the CodeQL query enum: @@ -66005,7 +66015,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 +66025,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 +66073,7 @@ paths: items: type: object properties: - repository: &468 + repository: &469 title: Repository Identifier description: Repository Identifier type: object @@ -66105,7 +66115,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 +66147,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 +66162,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 +66185,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 +66202,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 +66354,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 +66385,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 +66398,9 @@ paths: description: Response content: application/json: - schema: *471 + schema: *472 examples: - default: *470 + default: *471 '404': *6 '503': *130 x-github: @@ -66413,7 +66423,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 +66458,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 +66583,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 +66666,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 +66687,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 +66772,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 +66837,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 +66846,7 @@ paths: schema: type: object properties: - commit_sha: *473 + commit_sha: *474 ref: type: string description: |- @@ -66896,7 +66906,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 +66920,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 +66943,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 +66992,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 +67017,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 +67099,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 +67228,8 @@ paths: parameters: - *17 - *19 - - *365 - *366 + - *367 responses: '200': description: Response @@ -67533,8 +67543,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 +67610,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 +67618,7 @@ paths: application/json: schema: *286 examples: - default: *474 + default: *475 '400': *14 '401': *23 '403': *27 @@ -67637,8 +67647,8 @@ paths: parameters: - *17 - *19 - - *365 - *366 + - *367 responses: '200': description: Response @@ -67702,8 +67712,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 +67750,9 @@ paths: type: integer machines: type: array - items: *475 + items: *476 examples: - default: &706 + default: &707 value: total_count: 2 machines: @@ -67782,8 +67792,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 +67880,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 +67950,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 +67969,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 +67990,7 @@ paths: - created_at - updated_at examples: - default: *476 + default: *477 headers: Link: *38 x-github: @@ -68003,16 +68013,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 +68042,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 +68072,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 +68126,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 +68156,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 +68195,7 @@ paths: application/json: schema: type: array - items: &481 + items: &482 title: Collaborator description: Collaborator type: object @@ -68378,8 +68388,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 +68436,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 +68464,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 +68692,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 +68725,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 +68747,7 @@ paths: user: anyOf: - type: 'null' - - *481 + - *482 required: - permission - role_name @@ -68791,8 +68801,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 +68812,7 @@ paths: application/json: schema: type: array - items: &482 + items: &483 title: Commit Comment description: Commit Comment type: object @@ -68860,7 +68870,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 +68929,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 +68996,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 +69020,7 @@ paths: description: Response content: application/json: - schema: *482 + schema: *483 examples: default: value: @@ -69061,8 +69071,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 +69094,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 +69122,9 @@ paths: application/json: schema: type: array - items: *354 + items: *355 examples: - default: *356 + default: *357 headers: Link: *38 '404': *6 @@ -69135,8 +69145,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 +69179,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 +69210,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 +69262,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 +69319,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 +69415,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 +69489,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 +69501,9 @@ paths: application/json: schema: type: array - items: *482 + items: *483 examples: - default: *485 + default: *486 headers: Link: *38 x-github: @@ -69521,9 +69531,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 +69568,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 +69598,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 +69610,7 @@ paths: application/json: schema: type: array - items: &587 + items: &588 title: Pull Request Simple description: Pull Request Simple type: object @@ -69720,7 +69730,7 @@ paths: milestone: anyOf: - type: 'null' - - *487 + - *488 active_lock_reason: type: - string @@ -69819,7 +69829,7 @@ paths: _links: type: object properties: - comments: &488 + comments: &489 title: Link description: Hypermedia Link type: object @@ -69828,13 +69838,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 +69855,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 +69920,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 +70457,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 +70476,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 +70591,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 +70629,9 @@ paths: type: integer check_runs: type: array - items: *438 + items: *439 examples: - default: *492 + default: *493 headers: Link: *38 x-github: @@ -70646,9 +70656,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 +70666,7 @@ paths: schema: type: integer example: 1 - - *490 + - *491 - *17 - *19 responses: @@ -70674,7 +70684,7 @@ paths: type: integer check_suites: type: array - items: *442 + items: *443 examples: default: value: @@ -70874,9 +70884,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 +71088,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 +71100,7 @@ paths: application/json: schema: type: array - items: &654 + items: &655 title: Status description: The status of a commit. type: object @@ -71171,7 +71181,7 @@ paths: site_admin: false headers: Link: *38 - '301': *379 + '301': *380 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71199,8 +71209,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 +71243,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 +71267,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 +71408,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 +71457,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 +71482,10 @@ paths: - 6 commits: type: array - items: *483 + items: *484 files: type: array - items: *495 + items: *496 required: - url - html_url @@ -71761,8 +71771,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 +71925,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 +72062,7 @@ paths: - size - type - url - - &601 + - &602 title: Content File description: Content File type: object @@ -72270,7 +72280,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 +72349,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 +72372,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 +72468,7 @@ paths: description: Response content: application/json: - schema: &498 + schema: &499 title: File Commit description: File Commit type: object @@ -72614,7 +72624,7 @@ paths: description: Response content: application/json: - schema: *498 + schema: *499 examples: example-for-creating-a-file: value: @@ -72668,7 +72678,7 @@ paths: schema: oneOf: - *3 - - &530 + - &531 description: Repository rule violation was detected type: object properties: @@ -72689,7 +72699,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 +72731,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 +72793,7 @@ paths: description: Response content: application/json: - schema: *498 + schema: *499 examples: default: value: @@ -72838,8 +72848,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 +72973,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 +73017,7 @@ paths: application/json: schema: type: array - items: &501 + items: &502 type: object description: A Dependabot alert. properties: @@ -73057,7 +73067,7 @@ paths: - direct - transitive - - security_advisory: *499 + security_advisory: *500 security_vulnerability: *100 url: *101 html_url: *102 @@ -73088,7 +73098,7 @@ paths: dismissal. maxLength: 280 fixed_at: *106 - auto_dismissed_at: *500 + auto_dismissed_at: *501 required: - number - state @@ -73318,9 +73328,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 +73345,7 @@ paths: description: Response content: application/json: - schema: *501 + schema: *502 examples: default: value: @@ -73448,9 +73458,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 +73505,7 @@ paths: description: Response content: application/json: - schema: *501 + schema: *502 examples: default: value: @@ -73624,8 +73634,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 +73653,7 @@ paths: type: integer secrets: type: array - items: &505 + items: &506 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -73697,16 +73707,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 +73736,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 +73770,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 +73824,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 +73848,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 +74023,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 +74284,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 +74368,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 +74407,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 +74421,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 +74554,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 +74596,9 @@ paths: application/json: schema: type: array - items: *507 + items: *508 examples: - default: *508 + default: *509 headers: Link: *38 x-github: @@ -74654,8 +74664,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 +74747,7 @@ paths: description: Response content: application/json: - schema: *507 + schema: *508 examples: simple-example: summary: Simple example @@ -74810,9 +74820,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 +74834,7 @@ paths: description: Response content: application/json: - schema: *507 + schema: *508 examples: default: value: @@ -74889,9 +74899,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 +74923,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 +74935,7 @@ paths: application/json: schema: type: array - items: &510 + items: &511 title: Deployment Status description: The status of a deployment. type: object @@ -75089,9 +75099,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 +75176,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 +75234,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 +75247,9 @@ paths: description: Response content: application/json: - schema: *510 + schema: *511 examples: - default: *511 + default: *512 '404': *6 x-github: githubCloudOnly: false @@ -75266,12 +75276,12 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *365 - *366 + - *367 - *214 - *215 - *216 - - *512 + - *513 - *17 - *19 responses: @@ -75281,9 +75291,9 @@ paths: application/json: schema: type: array - items: *513 + items: *514 examples: - default: *514 + default: *515 '404': *6 '403': *27 '500': *83 @@ -75308,8 +75318,8 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *365 - *366 + - *367 - name: alert_number in: path required: true @@ -75321,7 +75331,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *513 + schema: *514 examples: default: value: @@ -75379,8 +75389,8 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *365 - *366 + - *367 - name: alert_number in: path required: true @@ -75449,8 +75459,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 +75517,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 +75536,7 @@ paths: - 5 environments: type: array - items: &516 + items: &517 title: Environment description: Details of a deployment environment type: object @@ -75588,7 +75598,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 +75640,7 @@ paths: items: type: object properties: - type: *515 + type: *516 reviewer: anyOf: - *4 @@ -75657,7 +75667,7 @@ paths: - id - node_id - type - deployment_branch_policy: &519 + deployment_branch_policy: &520 type: - object - 'null' @@ -75774,9 +75784,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 +75799,9 @@ paths: description: Response content: application/json: - schema: *516 + schema: *517 examples: - default: &520 + default: &521 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -75875,9 +75885,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 +75897,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 +75916,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 +75943,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 +75969,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 +75996,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 +76017,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 +76078,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 +76128,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 +76172,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 +76187,9 @@ paths: description: Response content: application/json: - schema: *521 + schema: *522 examples: - default: *522 + default: *523 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76198,10 +76208,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 +76240,9 @@ paths: description: Response content: application/json: - schema: *521 + schema: *522 examples: - default: *522 + default: *523 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76251,10 +76261,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 +76289,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 +76308,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 +76330,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 +76433,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 +76456,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 +76493,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 +76515,7 @@ paths: - 35 available_custom_deployment_protection_rule_integrations: type: array - items: *525 + items: *526 examples: default: value: @@ -76540,10 +76550,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 +76565,9 @@ paths: description: Response content: application/json: - schema: *524 + schema: *525 examples: - default: *526 + default: *527 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76578,10 +76588,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 +76617,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 +76637,9 @@ paths: type: integer secrets: type: array - items: *402 + items: *403 examples: - default: *403 + default: *404 headers: Link: *38 x-github: @@ -76654,17 +76664,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 +76696,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 +76729,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 +76789,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 +76817,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 +76837,9 @@ paths: type: integer variables: type: array - items: *406 + items: *407 examples: - default: *407 + default: *408 headers: Link: *38 x-github: @@ -76852,9 +76862,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 +76916,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 +76948,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 +76993,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 +77018,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 +77096,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 +77256,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 +77290,9 @@ paths: description: Response content: application/json: - schema: *378 + schema: *379 examples: - default: *380 + default: *381 '400': *14 '422': *15 '403': *27 @@ -77303,8 +77313,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 +77374,7 @@ paths: schema: oneOf: - *174 - - *530 + - *531 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77389,8 +77399,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 +77500,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 +77610,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 +77837,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 +77901,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 +77920,7 @@ paths: application/json: schema: type: array - items: &533 + items: &534 title: Git Reference description: Git references within a repository type: object @@ -77986,17 +77996,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 +78035,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 +78065,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 +78093,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 +78124,9 @@ paths: description: Response content: application/json: - schema: *533 + schema: *534 examples: - default: *534 + default: *535 '422': *15 '409': *94 x-github: @@ -78134,9 +78144,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 +78201,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 +78269,7 @@ paths: description: Response content: application/json: - schema: &536 + schema: &537 title: Git Tag description: Metadata for a Git tag type: object @@ -78315,7 +78325,7 @@ paths: - sha - type - url - verification: *535 + verification: *536 required: - sha - url @@ -78325,7 +78335,7 @@ paths: - tag - message examples: - default: &537 + default: &538 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -78398,8 +78408,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 +78420,9 @@ paths: description: Response content: application/json: - schema: *536 + schema: *537 examples: - default: *537 + default: *538 '404': *6 '409': *94 x-github: @@ -78436,8 +78446,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 +78521,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 +78623,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 +78647,7 @@ paths: description: Response content: application/json: - schema: *538 + schema: *539 examples: default-response: summary: Default response @@ -78696,8 +78706,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 +78717,7 @@ paths: application/json: schema: type: array - items: &539 + items: &540 title: Webhook description: Webhooks for repositories. type: object @@ -78770,7 +78780,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 +78857,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 +78911,9 @@ paths: description: Response content: application/json: - schema: *539 + schema: *540 examples: - default: &540 + default: &541 value: type: Repository id: 12345678 @@ -78951,17 +78961,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 +78991,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 +79038,9 @@ paths: description: Response content: application/json: - schema: *539 + schema: *540 examples: - default: *540 + default: *541 '422': *15 '404': *6 x-github: @@ -79051,8 +79061,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 +79087,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 +79116,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 +79162,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 +79195,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 +79225,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 +79250,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 +79277,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 +79337,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 +79451,7 @@ paths: - html_url - authors_url examples: - default: &544 + default: &545 value: vcs: subversion use_lfs: true @@ -79457,7 +79467,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 +79496,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 +79545,7 @@ paths: description: Response content: application/json: - schema: *541 + schema: *542 examples: default: value: @@ -79560,7 +79570,7 @@ paths: type: string '422': *15 '404': *6 - '503': *542 + '503': *543 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79588,8 +79598,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 +79651,7 @@ paths: description: Response content: application/json: - schema: *541 + schema: *542 examples: example-1: summary: Example 1 @@ -79689,7 +79699,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 +79722,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 +79753,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 +79769,7 @@ paths: application/json: schema: type: array - items: &543 + items: &544 title: Porter Author description: Porter Author type: object @@ -79813,7 +79823,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 +79848,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 +79879,7 @@ paths: description: Response content: application/json: - schema: *543 + schema: *544 examples: default: value: @@ -79882,7 +79892,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 +79916,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 +79958,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *542 + '503': *543 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79976,8 +79986,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 +80014,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 +80041,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 +80050,8 @@ paths: application/json: schema: *20 examples: - default: *545 - '301': *379 + default: *546 + '301': *380 '404': *6 x-github: githubCloudOnly: false @@ -80061,8 +80071,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 +80085,7 @@ paths: properties: {} additionalProperties: false examples: - default: &547 + default: &548 value: limit: collaborators_only origin: repository @@ -80100,13 +80110,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 +80130,7 @@ paths: application/json: schema: *275 examples: - default: *547 + default: *548 '409': description: Response x-github: @@ -80142,8 +80152,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 +80176,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 +80187,9 @@ paths: application/json: schema: type: array - items: *548 + items: *549 examples: - default: &722 + default: &723 value: - id: 1 repository: @@ -80310,8 +80320,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 +80351,7 @@ paths: description: Response content: application/json: - schema: *548 + schema: *549 examples: default: value: @@ -80472,8 +80482,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 +80515,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 +80589,7 @@ paths: type: array items: *149 examples: - default: &557 + default: &558 value: - id: 1 node_id: MDU6SXNzdWUx @@ -80727,7 +80737,7 @@ paths: state_reason: completed headers: Link: *38 - '301': *379 + '301': *380 '422': *15 '404': *6 x-github: @@ -80756,8 +80766,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 +80859,7 @@ paths: application/json: schema: *149 examples: - default: &552 + default: &553 value: id: 1 node_id: MDU6SXNzdWUx @@ -81005,7 +81015,7 @@ paths: '422': *15 '503': *130 '404': *6 - '410': *376 + '410': *377 x-github: triggersNotification: true githubCloudOnly: false @@ -81033,8 +81043,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 +81065,9 @@ paths: application/json: schema: type: array - items: *549 + items: *550 examples: - default: &554 + default: &555 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -81115,17 +81125,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 +81189,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 +81213,9 @@ paths: description: Response content: application/json: - schema: *549 + schema: *550 examples: - default: *550 + default: *551 '422': *15 x-github: githubCloudOnly: false @@ -81223,8 +81233,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 +81255,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 +81283,9 @@ paths: application/json: schema: type: array - items: *354 + items: *355 examples: - default: *356 + default: *357 headers: Link: *38 '404': *6 @@ -81296,8 +81306,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 +81340,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 +81371,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 +81394,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 +81405,7 @@ paths: application/json: schema: type: array - items: &551 + items: &552 title: Issue Event description: Issue Event type: object @@ -81734,8 +81744,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 +81756,7 @@ paths: description: Response content: application/json: - schema: *551 + schema: *552 examples: default: value: @@ -81939,7 +81949,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *376 + '410': *377 '403': *27 x-github: githubCloudOnly: false @@ -81973,9 +81983,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 +81999,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 +82027,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 +82149,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 +82173,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 +82203,7 @@ paths: application/json: schema: *149 examples: - default: *552 + default: *553 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82209,9 +82219,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 +82248,7 @@ paths: application/json: schema: *149 examples: - default: *552 + default: *553 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82260,9 +82270,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 +82312,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 +82325,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 +82360,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 +82384,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 +82413,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 +82429,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 +82478,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &559 + - &560 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -82596,7 +82606,7 @@ paths: - performed_via_github_app - assignee - assigner - - &560 + - &561 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -82642,7 +82652,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &561 + - &562 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -82688,7 +82698,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &562 + - &563 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -82737,7 +82747,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 +82789,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 +82831,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 +82887,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &566 + - &567 title: Locked Issue Event description: Locked Issue Event type: object @@ -82922,7 +82932,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 +82993,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 +83054,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 +83115,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 +83208,7 @@ paths: color: red headers: Link: *38 - '410': *376 + '410': *377 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83215,9 +83225,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 +83237,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 +83292,7 @@ paths: - color - default examples: - default: &556 + default: &557 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -83300,9 +83310,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 +83329,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 +83390,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 +83412,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 +83474,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 +83496,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 +83523,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 +83538,7 @@ paths: application/json: schema: type: array - items: *555 + items: *556 examples: default: value: @@ -83539,9 +83549,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 +83571,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 +83602,7 @@ paths: '204': description: Response '403': *27 - '410': *376 + '410': *377 '404': *6 '422': *15 x-github: @@ -83610,9 +83620,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 +83644,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 +83672,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 +83696,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 +83730,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 +83761,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 +83793,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 +83819,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 +83852,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 +83866,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 +83898,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 +83929,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 +83956,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 +83991,7 @@ paths: application/json: schema: *149 examples: - default: *552 + default: *553 '403': *27 '404': *6 '422': *7 @@ -84003,9 +84013,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 +84030,6 @@ paths: description: Timeline Event type: object anyOf: - - *558 - *559 - *560 - *561 @@ -84033,6 +84042,7 @@ paths: - *568 - *569 - *570 + - *571 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -84356,7 +84366,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 +84604,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 +84879,7 @@ paths: headers: Link: *38 '404': *6 - '410': *376 + '410': *377 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84886,8 +84896,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 +84907,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 +84974,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 +85011,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 +85047,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 +85061,9 @@ paths: description: Response content: application/json: - schema: *571 + schema: *572 examples: - default: *572 + default: *573 '404': *6 x-github: githubCloudOnly: false @@ -85071,9 +85081,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 +85103,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 +85114,9 @@ paths: application/json: schema: type: array - items: *555 + items: *556 examples: - default: *556 + default: *557 headers: Link: *38 '404': *6 @@ -85127,8 +85137,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 +85174,9 @@ paths: description: Response content: application/json: - schema: *555 + schema: *556 examples: - default: &574 + default: &575 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -85198,8 +85208,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 +85220,9 @@ paths: description: Response content: application/json: - schema: *555 + schema: *556 examples: - default: *574 + default: *575 '404': *6 x-github: githubCloudOnly: false @@ -85229,8 +85239,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 +85279,7 @@ paths: description: Response content: application/json: - schema: *555 + schema: *556 examples: default: value: @@ -85295,8 +85305,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 +85332,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 +85369,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 +85398,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 +85425,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 +85574,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 +85640,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 +85675,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 +85702,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 +85744,7 @@ paths: application/json: schema: type: array - items: *487 + items: *488 examples: default: value: @@ -85790,8 +85800,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 +85841,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 +85902,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 +85916,9 @@ paths: description: Response content: application/json: - schema: *487 + schema: *488 examples: - default: *576 + default: *577 '404': *6 x-github: githubCloudOnly: false @@ -85925,9 +85935,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 +85975,9 @@ paths: description: Response content: application/json: - schema: *487 + schema: *488 examples: - default: *576 + default: *577 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85983,9 +85993,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 +86016,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 +86028,9 @@ paths: application/json: schema: type: array - items: *555 + items: *556 examples: - default: *556 + default: *557 headers: Link: *38 x-github: @@ -86039,12 +86049,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 +86066,7 @@ paths: type: array items: *161 examples: - default: *581 + default: *582 headers: Link: *38 x-github: @@ -86080,8 +86090,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 +86149,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 +86300,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 +86341,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 +86397,9 @@ paths: description: Response content: application/json: - schema: *582 + schema: *583 examples: - default: *583 + default: *584 '422': *15 '409': *94 x-github: @@ -86412,8 +86422,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 +86531,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 +86558,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 +86569,7 @@ paths: application/json: schema: type: array - items: &584 + items: &585 title: Page Build description: Page Build type: object @@ -86651,8 +86661,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 +86709,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 +86766,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 +86778,9 @@ paths: description: Response content: application/json: - schema: *584 + schema: *585 examples: - default: *585 + default: *586 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86790,8 +86800,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 +86909,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 +86969,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 +86998,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 +87294,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 +87332,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 +87354,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 +87378,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 +87440,7 @@ paths: '401': *23 '403': *27 '404': *6 - '410': *376 + '410': *377 '422': *7 x-github: githubCloudOnly: false @@ -87453,8 +87463,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 +87492,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 +87519,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 +87559,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 +87622,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 +87683,9 @@ paths: application/json: schema: type: array - items: *587 + items: *588 examples: - default: *588 + default: *589 headers: Link: *38 '304': *35 @@ -87707,8 +87717,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 +87785,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 +87914,7 @@ paths: milestone: anyOf: - type: 'null' - - *487 + - *488 active_lock_reason: type: - string @@ -87997,14 +88007,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 +88025,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 +88127,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 +88654,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 +88684,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 +88763,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 +88848,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 +88872,9 @@ paths: description: Response content: application/json: - schema: *590 + schema: *591 examples: - default: *591 + default: *592 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88880,8 +88890,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 +88913,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 +88941,9 @@ paths: application/json: schema: type: array - items: *354 + items: *355 examples: - default: *356 + default: *357 headers: Link: *38 '404': *6 @@ -88954,8 +88964,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 +88998,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 +89029,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 +89075,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 +89090,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 +89127,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 +89171,9 @@ paths: description: Response content: application/json: - schema: *592 + schema: *593 examples: - default: *593 + default: *594 '422': *15 '403': *27 x-github: @@ -89185,9 +89195,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 +89260,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 +89268,7 @@ paths: application/json: schema: *286 examples: - default: *474 + default: *475 '401': *23 '403': *27 '404': *6 @@ -89288,9 +89298,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 +89321,9 @@ paths: application/json: schema: type: array - items: *590 + items: *591 examples: - default: *595 + default: *596 headers: Link: *38 x-github: @@ -89346,9 +89356,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 +89464,7 @@ paths: description: Response content: application/json: - schema: *590 + schema: *591 examples: example-for-a-multi-line-comment: value: @@ -89542,9 +89552,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 +89577,7 @@ paths: description: Response content: application/json: - schema: *590 + schema: *591 examples: default: value: @@ -89653,9 +89663,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 +89675,9 @@ paths: application/json: schema: type: array - items: *483 + items: *484 examples: - default: *596 + default: *597 headers: Link: *38 x-github: @@ -89697,9 +89707,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 +89719,7 @@ paths: application/json: schema: type: array - items: *495 + items: *496 examples: default: value: @@ -89747,9 +89757,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 +89782,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 +89896,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 +89973,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 +90012,7 @@ paths: description: Response content: application/json: - schema: *587 + schema: *588 examples: default: value: @@ -90538,9 +90548,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 +90584,7 @@ paths: description: Response content: application/json: - schema: *587 + schema: *588 examples: default: value: @@ -91079,9 +91089,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 +91101,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 +91257,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 +91349,9 @@ paths: description: Response content: application/json: - schema: *597 + schema: *598 examples: - default: &599 + default: &600 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -91404,10 +91414,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 +91429,9 @@ paths: description: Response content: application/json: - schema: *597 + schema: *598 examples: - default: &600 + default: &601 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -91480,10 +91490,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 +91516,7 @@ paths: description: Response content: application/json: - schema: *597 + schema: *598 examples: default: value: @@ -91568,18 +91578,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 +91616,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 +91717,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 +91870,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 +91902,7 @@ paths: description: Response content: application/json: - schema: *597 + schema: *598 examples: default: value: @@ -91955,10 +91965,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 +92003,9 @@ paths: description: Response content: application/json: - schema: *597 + schema: *598 examples: - default: *600 + default: *601 '404': *6 '422': *7 '403': *27 @@ -92017,9 +92027,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 +92093,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 +92107,9 @@ paths: description: Response content: application/json: - schema: *601 + schema: *602 examples: - default: &602 + default: &603 value: type: file encoding: base64 @@ -92141,8 +92151,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 +92172,9 @@ paths: description: Response content: application/json: - schema: *601 + schema: *602 examples: - default: *602 + default: *603 '404': *6 '422': *15 x-github: @@ -92186,8 +92196,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 +92207,7 @@ paths: application/json: schema: type: array - items: &603 + items: &604 title: Release description: A release. type: object @@ -92269,7 +92279,7 @@ paths: author: *4 assets: type: array - items: &604 + items: &605 title: Release Asset description: Data related to a release. type: object @@ -92449,8 +92459,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 +92536,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 +92641,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 +92655,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 +92691,7 @@ paths: type: User site_admin: false '404': *6 - '302': *497 + '302': *498 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92697,9 +92707,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 +92738,9 @@ paths: description: Response content: application/json: - schema: *604 + schema: *605 examples: - default: *606 + default: *607 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92746,9 +92756,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 +92782,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 +92869,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 +92895,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 +92909,9 @@ paths: description: Response content: application/json: - schema: *603 + schema: *604 examples: - default: *607 + default: *608 '404': *6 x-github: githubCloudOnly: false @@ -92923,9 +92933,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 +92949,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 +92969,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 +93035,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 +93058,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 +93080,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 +93092,7 @@ paths: application/json: schema: type: array - items: *604 + items: *605 examples: default: value: @@ -93163,9 +93173,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 +93201,7 @@ paths: description: Response for successful upload content: application/json: - schema: *604 + schema: *605 examples: response-for-successful-upload: value: @@ -93245,9 +93255,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 +93281,9 @@ paths: application/json: schema: type: array - items: *354 + items: *355 examples: - default: *356 + default: *357 headers: Link: *38 '404': *6 @@ -93294,9 +93304,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 +93336,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 +93367,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 +93394,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 +93412,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 +93433,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 +93530,8 @@ paths: category: repos subcategory: rules parameters: - - *365 - *366 + - *367 - *17 - *19 - name: includes_parents @@ -93532,7 +93542,7 @@ paths: schema: type: boolean default: true - - *631 + - *632 responses: '200': description: Response @@ -93587,8 +93597,8 @@ paths: category: repos subcategory: rules parameters: - - *365 - *366 + - *367 requestBody: description: Request body required: true @@ -93650,7 +93660,7 @@ paths: application/json: schema: *126 examples: - default: &640 + default: &641 value: id: 42 name: super cool ruleset @@ -93697,12 +93707,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 +93720,9 @@ paths: description: Response content: application/json: - schema: *635 + schema: *636 examples: - default: *636 + default: *637 '404': *6 '500': *83 x-github: @@ -93733,17 +93743,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 +93781,8 @@ paths: category: repos subcategory: rules parameters: - - *365 - *366 + - *367 - name: ruleset_id description: The ID of the ruleset. in: path @@ -93794,7 +93804,7 @@ paths: application/json: schema: *126 examples: - default: *640 + default: *641 '404': *6 '500': *83 put: @@ -93812,8 +93822,8 @@ paths: category: repos subcategory: rules parameters: - - *365 - *366 + - *367 - name: ruleset_id description: The ID of the ruleset. in: path @@ -93877,7 +93887,7 @@ paths: application/json: schema: *126 examples: - default: *640 + default: *641 '404': *6 '500': *83 delete: @@ -93895,8 +93905,8 @@ paths: category: repos subcategory: rules parameters: - - *365 - *366 + - *367 - name: ruleset_id description: The ID of the ruleset. in: path @@ -93919,8 +93929,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 +93967,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 +94041,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 +94050,12 @@ paths: - *86 - *19 - *17 - - *641 - *642 + - *643 - *327 - *328 - *329 + - *330 responses: '200': description: Response @@ -94052,7 +94063,7 @@ paths: application/json: schema: type: array - items: &645 + items: &646 type: object properties: number: *96 @@ -94068,8 +94079,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 +94299,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 +94360,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 +94370,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 +94390,7 @@ paths: description: Response content: application/json: - schema: *645 + schema: *646 examples: default: value: @@ -94453,9 +94465,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 +94478,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &801 + items: &802 type: object properties: type: @@ -94845,8 +94857,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 +94866,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 +94890,7 @@ paths: schema: type: object properties: - reason: *647 + reason: *648 expire_at: type: - string @@ -94922,8 +94934,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 +94950,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 +94978,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 +95056,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 +95101,9 @@ paths: application/json: schema: type: array - items: *649 + items: *650 examples: - default: *650 + default: *651 '400': *14 '404': *6 x-github: @@ -95114,8 +95126,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 +95207,7 @@ paths: login: type: string description: The username of the user credited. - type: *332 + type: *333 required: - login - type @@ -95285,9 +95297,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 +95532,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 +95646,7 @@ paths: description: Response content: application/json: - schema: *649 + schema: *650 examples: default: value: @@ -95781,17 +95793,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 +95827,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 +95909,7 @@ paths: login: type: string description: The username of the user credited. - type: *332 + type: *333 required: - login - type @@ -95988,10 +96000,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 +96041,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 +96070,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 +96106,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 +96203,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 +96213,7 @@ paths: application/json: schema: type: array - items: &653 + items: &654 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -96234,8 +96246,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 +96325,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 +96420,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 +96575,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 +96586,7 @@ paths: application/json: schema: type: array - items: *653 + items: *654 examples: default: value: @@ -96607,8 +96619,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 +96676,7 @@ paths: description: Response content: application/json: - schema: *654 + schema: *655 examples: default: value: @@ -96718,8 +96730,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 +96763,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 +96843,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 +96870,7 @@ paths: description: Response content: application/json: - schema: *655 + schema: *656 examples: default: value: @@ -96885,8 +96897,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 +96918,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 +97001,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 +97010,7 @@ paths: application/json: schema: type: array - items: &656 + items: &657 title: Tag protection description: Tag protection type: object @@ -97055,8 +97067,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 +97091,7 @@ paths: description: Response content: application/json: - schema: *656 + schema: *657 examples: default: value: @@ -97110,8 +97122,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 +97160,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 +97197,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 +97230,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 +97239,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 +97251,7 @@ paths: required: - names examples: - default: &658 + default: &659 value: names: - octocat @@ -97262,8 +97274,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 +97306,9 @@ paths: description: Response content: application/json: - schema: *657 + schema: *658 examples: - default: *658 + default: *659 '404': *6 '422': *7 x-github: @@ -97317,9 +97329,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 +97362,7 @@ paths: - 128 clones: type: array - items: &660 + items: &661 title: Traffic type: object properties: @@ -97437,8 +97449,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 +97544,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 +97608,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 +97631,7 @@ paths: - 3782 views: type: array - items: *660 + items: *661 required: - uniques - count @@ -97696,8 +97708,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 +97983,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 +98007,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 +98030,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 +98057,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 +98150,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 +98303,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 +98313,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 +98325,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 +98369,7 @@ paths: Resources: type: array description: Information about each provisioned group. - items: &662 + items: &663 allOf: - type: object required: @@ -98439,7 +98451,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 +98516,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 +98564,7 @@ paths: required: true content: application/json: - schema: &671 + schema: &672 type: object required: - schemas @@ -98612,9 +98624,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 +98645,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 +98668,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 +98677,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 +98711,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 +98743,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 +98777,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 +98843,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 +98869,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 +98913,8 @@ paths: value: userName eq 'E012345' externalId: value: externalId eq 'E012345' - - *673 - *674 + - *675 - *39 responses: '200': @@ -98936,7 +98948,7 @@ paths: Resources: type: array description: Information about each provisioned account. - items: &677 + items: &678 allOf: - type: object required: @@ -99028,7 +99040,7 @@ paths: address. examples: - true - roles: &676 + roles: &677 type: array description: The roles assigned to the user. items: @@ -99087,7 +99099,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 +99138,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 +99166,7 @@ paths: required: true content: application/json: - schema: &680 + schema: &681 type: object required: - schemas @@ -99247,9 +99259,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 +99308,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 +99336,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 +99359,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 +99372,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 +99402,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 +99460,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 +99506,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 +99537,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 +99638,7 @@ paths: - 1 Resources: type: array - items: &683 + items: &684 title: SCIM /Users description: SCIM /Users provisioning endpoints type: object @@ -99873,22 +99885,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 +99926,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 +99951,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 +100061,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 +100095,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 +100221,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 +100329,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 +100468,7 @@ paths: examples: - 73..77 - 77..78 - text_matches: &687 + text_matches: &688 title: Search Result Text Matches type: array items: @@ -100620,7 +100632,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 +100701,7 @@ paths: committer: anyOf: - type: 'null' - - *422 + - *423 comment_count: type: integer message: @@ -100708,7 +100720,7 @@ paths: url: type: string format: uri - verification: *535 + verification: *536 required: - author - committer @@ -100723,7 +100735,7 @@ paths: committer: anyOf: - type: 'null' - - *422 + - *423 parents: type: array items: @@ -100740,7 +100752,7 @@ paths: type: number node_id: type: string - text_matches: *687 + text_matches: *688 required: - sha - node_id @@ -100923,7 +100935,7 @@ paths: - interactions - created - updated - - *688 + - *689 - *17 - *19 - name: advanced_search @@ -101047,7 +101059,7 @@ paths: milestone: anyOf: - type: 'null' - - *487 + - *488 comments: type: integer created_at: @@ -101061,7 +101073,7 @@ paths: - string - 'null' format: date-time - text_matches: *687 + text_matches: *688 pull_request: type: object properties: @@ -101287,7 +101299,7 @@ paths: enum: - created - updated - - *688 + - *689 - *17 - *19 responses: @@ -101332,7 +101344,7 @@ paths: - 'null' score: type: number - text_matches: *687 + text_matches: *688 required: - id - node_id @@ -101418,7 +101430,7 @@ paths: - forks - help-wanted-issues - updated - - *688 + - *689 - *17 - *19 responses: @@ -101655,7 +101667,7 @@ paths: - admin - pull - push - text_matches: *687 + text_matches: *688 temp_clone_token: type: string allow_merge_commit: @@ -101964,7 +101976,7 @@ paths: - string - 'null' format: uri - text_matches: *687 + text_matches: *688 related: type: - array @@ -102159,7 +102171,7 @@ paths: - followers - repositories - joined - - *688 + - *689 - *17 - *19 responses: @@ -102269,7 +102281,7 @@ paths: type: - boolean - 'null' - text_matches: *687 + text_matches: *688 blog: type: - string @@ -102351,7 +102363,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 +102375,9 @@ paths: description: Response content: application/json: - schema: *346 + schema: *347 examples: - default: *347 + default: *348 '404': *6 x-github: githubCloudOnly: false @@ -102392,7 +102404,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 +102468,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 +102505,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 +102536,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 +102547,9 @@ paths: application/json: schema: type: array - items: *348 + items: *349 examples: - default: *690 + default: *691 headers: Link: *38 x-github: @@ -102566,7 +102578,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 +102612,9 @@ paths: description: Response content: application/json: - schema: *348 + schema: *349 examples: - default: *349 + default: *350 x-github: triggersNotification: true githubCloudOnly: false @@ -102629,16 +102641,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 +102675,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 +102699,9 @@ paths: description: Response content: application/json: - schema: *348 + schema: *349 examples: - default: *691 + default: *692 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -102714,8 +102726,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 +102756,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 +102768,9 @@ paths: application/json: schema: type: array - items: *351 + items: *352 examples: - default: *692 + default: *693 headers: Link: *38 x-github: @@ -102787,8 +102799,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 +102822,9 @@ paths: description: Response content: application/json: - schema: *351 + schema: *352 examples: - default: *352 + default: *353 x-github: triggersNotification: true githubCloudOnly: false @@ -102839,17 +102851,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 +102886,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 +102910,9 @@ paths: description: Response content: application/json: - schema: *351 + schema: *352 examples: - default: *693 + default: *694 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -102925,9 +102937,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 +102968,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 +102996,9 @@ paths: application/json: schema: type: array - items: *354 + items: *355 examples: - default: *356 + default: *357 headers: Link: *38 x-github: @@ -103015,9 +103027,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 +103061,9 @@ paths: description: Response content: application/json: - schema: *354 + schema: *355 examples: - default: *355 + default: *356 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -103077,8 +103089,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 +103116,9 @@ paths: application/json: schema: type: array - items: *354 + items: *355 examples: - default: *356 + default: *357 headers: Link: *38 x-github: @@ -103135,8 +103147,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 +103180,9 @@ paths: description: Response content: application/json: - schema: *354 + schema: *355 examples: - default: *355 + default: *356 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -103194,7 +103206,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 +103244,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 +103295,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 +103332,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 +103372,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 +103409,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 +103451,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 +103477,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 +103513,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 +103542,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 +103552,9 @@ paths: application/json: schema: type: array - items: *363 + items: *364 examples: - default: *696 + default: *697 headers: Link: *38 '404': *6 @@ -103568,16 +103580,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 +103613,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 +103681,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 +103709,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 +103751,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 +103910,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 +103962,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 +103993,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 +104028,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 +104089,7 @@ paths: description: Response content: application/json: - schema: *367 + schema: *368 examples: default: value: @@ -104108,7 +104120,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 +104132,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 +104165,7 @@ paths: application/json: schema: oneOf: - - &701 + - &702 title: Private User description: Private User type: object @@ -104403,7 +104415,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 +104575,7 @@ paths: description: Response content: application/json: - schema: *701 + schema: *702 examples: default: value: @@ -104909,7 +104921,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 +104929,7 @@ paths: application/json: schema: *286 examples: - default: *474 + default: *475 '401': *23 '403': *27 '404': *6 @@ -104961,7 +104973,7 @@ paths: type: integer secrets: type: array - items: &702 + items: &703 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -105003,7 +105015,7 @@ paths: - visibility - selected_repositories_url examples: - default: *476 + default: *477 headers: Link: *38 x-github: @@ -105081,7 +105093,7 @@ paths: description: Response content: application/json: - schema: *702 + schema: *703 examples: default: value: @@ -105227,7 +105239,7 @@ paths: type: array items: *191 examples: - default: *703 + default: *704 '401': *23 '403': *27 '404': *6 @@ -105379,7 +105391,7 @@ paths: application/json: schema: *286 examples: - default: *474 + default: *475 '304': *35 '500': *83 '401': *23 @@ -105437,7 +105449,7 @@ paths: application/json: schema: *286 examples: - default: *474 + default: *475 '401': *23 '403': *27 '404': *6 @@ -105494,7 +105506,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 +105559,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 +105604,9 @@ paths: description: Response content: application/json: - schema: *704 + schema: *705 examples: - default: *705 + default: *706 '404': *6 x-github: githubCloudOnly: false @@ -105631,9 +105643,9 @@ paths: type: integer machines: type: array - items: *475 + items: *476 examples: - default: *706 + default: *707 '304': *35 '500': *83 '401': *23 @@ -105718,11 +105730,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 +106539,7 @@ paths: application/json: schema: *286 examples: - default: *474 + default: *475 '304': *35 '500': *83 '400': *14 @@ -106567,7 +106579,7 @@ paths: application/json: schema: *286 examples: - default: *474 + default: *475 '500': *83 '401': *23 '403': *27 @@ -106599,7 +106611,7 @@ paths: type: array items: *297 examples: - default: &719 + default: &720 value: - id: 197 name: hello_docker @@ -106700,7 +106712,7 @@ paths: application/json: schema: type: array - items: &707 + items: &708 title: Email description: Email type: object @@ -106770,9 +106782,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 +106861,7 @@ paths: application/json: schema: type: array - items: *707 + items: *708 examples: default: value: @@ -107107,7 +107119,7 @@ paths: application/json: schema: type: array - items: &708 + items: &709 title: GPG Key description: A unique encryption key type: object @@ -107252,7 +107264,7 @@ paths: - subkeys - revoked examples: - default: &732 + default: &733 value: - id: 3 name: Octocat's GPG Key @@ -107337,9 +107349,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 +107408,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 +107420,9 @@ paths: description: Response content: application/json: - schema: *708 + schema: *709 examples: - default: *709 + default: *710 '404': *6 '304': *35 '403': *27 @@ -107433,7 +107445,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 +107636,7 @@ paths: type: array items: *62 examples: - default: *711 + default: *712 headers: Link: *38 '404': *6 @@ -107738,7 +107750,7 @@ paths: required: true content: application/json: - schema: *546 + schema: *547 examples: default: value: @@ -107888,7 +107900,7 @@ paths: application/json: schema: type: array - items: &712 + items: &713 title: Key description: Key type: object @@ -107986,9 +107998,9 @@ paths: description: Response content: application/json: - schema: *712 + schema: *713 examples: - default: &713 + default: &714 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -108021,15 +108033,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 +108064,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 +108097,7 @@ paths: application/json: schema: type: array - items: &714 + items: &715 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -108164,7 +108176,7 @@ paths: - account - plan examples: - default: &715 + default: &716 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -108226,9 +108238,9 @@ paths: application/json: schema: type: array - items: *714 + items: *715 examples: - default: *715 + default: *716 headers: Link: *38 '304': *35 @@ -109232,7 +109244,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 +109317,7 @@ paths: type: array items: *57 examples: - default: *717 + default: *718 headers: Link: *38 '304': *35 @@ -109347,7 +109359,7 @@ paths: - docker - nuget - container - - *718 + - *719 - *19 - *17 responses: @@ -109359,8 +109371,8 @@ paths: type: array items: *297 examples: - default: *719 - '400': *720 + default: *720 + '400': *721 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -109389,7 +109401,7 @@ paths: application/json: schema: *297 examples: - default: &733 + default: &734 value: id: 40201 name: octo-name @@ -109844,9 +109856,9 @@ paths: application/json: schema: type: array - items: *707 + items: *708 examples: - default: *721 + default: *722 headers: Link: *38 '304': *35 @@ -109959,7 +109971,7 @@ paths: type: array items: *62 examples: - default: &728 + default: &729 summary: Default response value: - id: 1296269 @@ -110277,9 +110289,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 +110329,9 @@ paths: application/json: schema: type: array - items: *548 + items: *549 examples: - default: *722 + default: *723 headers: Link: *38 '304': *35 @@ -110398,7 +110410,7 @@ paths: application/json: schema: type: array - items: &723 + items: &724 title: Social account description: Social media account type: object @@ -110415,7 +110427,7 @@ paths: - provider - url examples: - default: &724 + default: &725 value: - provider: twitter url: https://twitter.com/github @@ -110478,9 +110490,9 @@ paths: application/json: schema: type: array - items: *723 + items: *724 examples: - default: *724 + default: *725 '422': *15 '304': *35 '404': *6 @@ -110568,7 +110580,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 +110600,7 @@ paths: - title - created_at examples: - default: &734 + default: &735 value: - key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -110655,9 +110667,9 @@ paths: description: Response content: application/json: - schema: *725 + schema: *726 examples: - default: &726 + default: &727 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -110688,7 +110700,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 +110712,9 @@ paths: description: Response content: application/json: - schema: *725 + schema: *726 examples: - default: *726 + default: *727 '404': *6 '304': *35 '403': *27 @@ -110725,7 +110737,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 +110766,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 +110791,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 +110951,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 +110980,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 +111005,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 +111078,7 @@ paths: application/json: schema: type: array - items: *346 + items: *347 examples: default: value: @@ -111152,10 +111164,10 @@ paths: application/json: schema: oneOf: + - *702 - *701 - - *700 examples: - default-response: &730 + default-response: &731 summary: Default response value: login: octocat @@ -111190,7 +111202,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 +111262,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 +111311,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 +111391,7 @@ paths: bundle_url: type: string examples: - default: *418 + default: *419 '201': description: Response content: @@ -111420,7 +111432,7 @@ paths: type: array items: *297 examples: - default: *719 + default: *720 '403': *27 '401': *23 x-github: @@ -111824,9 +111836,9 @@ paths: application/json: schema: type: array - items: *708 + items: *709 examples: - default: *732 + default: *733 headers: Link: *38 x-github: @@ -111930,7 +111942,7 @@ paths: application/json: schema: *20 examples: - default: *545 + default: *546 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -112008,7 +112020,7 @@ paths: type: array items: *57 examples: - default: *717 + default: *718 headers: Link: *38 x-github: @@ -112047,7 +112059,7 @@ paths: - docker - nuget - container - - *718 + - *719 - *213 - *19 - *17 @@ -112060,10 +112072,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 +112105,7 @@ paths: application/json: schema: *297 examples: - default: *733 + default: *734 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -112692,9 +112704,9 @@ paths: description: Response content: application/json: - schema: *333 + schema: *334 examples: - default: *334 + default: *335 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -112722,9 +112734,9 @@ paths: description: Response content: application/json: - schema: *338 + schema: *339 examples: - default: *339 + default: *340 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -112752,9 +112764,9 @@ paths: description: Response content: application/json: - schema: *340 + schema: *341 examples: - default: *341 + default: *342 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -112877,9 +112889,9 @@ paths: application/json: schema: type: array - items: *723 + items: *724 examples: - default: *724 + default: *725 headers: Link: *38 x-github: @@ -112909,9 +112921,9 @@ paths: application/json: schema: type: array - items: *725 + items: *726 examples: - default: *734 + default: *735 headers: Link: *38 x-github: @@ -112936,7 +112948,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 +112960,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 +113124,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 +113193,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 +113214,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 +113287,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 +114200,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 +114279,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 +114506,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 +114698,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 +114773,7 @@ webhooks: required: true content: application/json: - schema: &744 + schema: &745 title: Exemption request cancellation event type: object properties: @@ -114769,11 +114781,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 +115023,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 +115133,7 @@ webhooks: required: true content: application/json: - schema: &745 + schema: &746 title: Exemption request completed event type: object properties: @@ -115129,11 +115141,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 +115215,7 @@ webhooks: required: true content: application/json: - schema: &746 + schema: &747 title: Exemption request created event type: object properties: @@ -115211,11 +115223,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 +115297,7 @@ webhooks: required: true content: application/json: - schema: &747 + schema: &748 title: Exemption response dismissed event type: object properties: @@ -115293,12 +115305,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 +115382,7 @@ webhooks: required: true content: application/json: - schema: &748 + schema: &749 title: Exemption response submitted event type: object properties: @@ -115378,12 +115390,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 +115468,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 +115535,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 +115602,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 +115669,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 +115737,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 +115815,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 +115883,7 @@ webhooks: - MDEwOkNoZWNrU3VpdGU1 pull_requests: type: array - items: *437 + items: *438 repository: *191 status: type: string @@ -115916,7 +115928,7 @@ webhooks: - examples: - neutral - deployment: *749 + deployment: *750 details_url: type: string examples: @@ -115976,7 +115988,7 @@ webhooks: - annotations_url pull_requests: type: array - items: *437 + items: *438 started_at: type: string format: date-time @@ -116014,9 +116026,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 +116421,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 +116820,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 +117228,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 +118223,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 +118911,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 +119593,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 +119762,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 +119914,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 +120091,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 +120332,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 +120435,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 +120617,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 +120788,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 +120965,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 +121070,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 +121250,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 +121260,7 @@ webhooks: type: - string - 'null' - repository: *740 + repository: *741 sender: *4 required: - action @@ -121344,7 +121356,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 +121503,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 +121770,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 +121854,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 +121875,7 @@ webhooks: enum: - tag - branch - repository: *740 + repository: *741 sender: *4 required: - ref @@ -121946,9 +121958,9 @@ webhooks: enum: - created definition: *112 - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *738 + installation: *739 + organization: *740 sender: *4 required: - action @@ -122033,9 +122045,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 +122125,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 +122205,9 @@ webhooks: enum: - updated definition: *112 - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *738 + installation: *739 + organization: *740 sender: *4 required: - action @@ -122272,10 +122284,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 +122372,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 +122467,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 +122555,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 +122643,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 +122729,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 +122815,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 +122902,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 +122988,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 +123069,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 +123109,8 @@ webhooks: - verified - created_at - read_only - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 required: - action @@ -123175,11 +123187,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 +123763,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 +124506,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 +124583,7 @@ webhooks: type: string enum: - approved - approver: &756 + approver: &757 type: object properties: avatar_url: @@ -124614,11 +124626,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 +124711,7 @@ webhooks: sender: *4 since: type: string - workflow_job_run: &758 + workflow_job_run: &759 type: object properties: conclusion: @@ -125445,18 +125457,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 +126185,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 +128134,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 +128830,7 @@ webhooks: type: string enum: - answered - answer: &762 + answer: &763 type: object properties: author_association: @@ -128978,7 +128990,7 @@ webhooks: - created_at - updated_at - body - discussion: &760 + discussion: &761 title: Discussion description: A Discussion in a repository. type: object @@ -129274,7 +129286,7 @@ webhooks: - id labels: type: array - items: *555 + items: *556 required: - repository_url - category @@ -129296,10 +129308,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 +129438,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 +129525,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 +129611,7 @@ webhooks: type: string enum: - created - comment: &761 + comment: &762 type: object properties: author_association: @@ -129759,11 +129771,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 +129858,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 +129958,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 +130047,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 +130133,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 +130237,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 +130323,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 +130359,8 @@ webhooks: - color - default - description - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 required: - action @@ -130431,11 +130443,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 +130529,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 +130615,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 +130704,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 +130796,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 +130881,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 +130969,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 +131055,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 +131131,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 +131197,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 +131263,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 +131329,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 +131395,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 +131461,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 +131527,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 +131594,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 +132272,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 +132420,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 +132460,7 @@ webhooks: - action - sha - html_url - repository: *740 + repository: *741 sender: *4 required: - pages @@ -132524,10 +132536,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 +132565,8 @@ webhooks: - name - full_name - private - repository: *740 - requester: *764 + repository: *741 + requester: *765 sender: *4 required: - action @@ -132629,11 +132641,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 +132722,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 +132803,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 +132852,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 +132939,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 +132969,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 +133050,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 +133237,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 +133319,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 +133571,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 +134763,8 @@ webhooks: - state - locked - assignee - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 required: - action @@ -134832,7 +134844,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 +135011,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 +136201,8 @@ webhooks: - state - locked - assignee - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 required: - action @@ -136270,7 +136282,7 @@ webhooks: type: string enum: - edited - changes: &793 + changes: &794 description: The changes to the comment. type: object properties: @@ -136282,9 +136294,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 +137486,8 @@ webhooks: - state - locked - assignee - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 required: - action @@ -137557,10 +137569,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 +138517,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 required: - action @@ -138586,8 +138598,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 +139692,8 @@ webhooks: required: - state - closed_at - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 required: - action @@ -139760,8 +139772,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 +140713,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 required: - action @@ -140781,8 +140793,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 +141736,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 +141879,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 required: - action @@ -141967,8 +141979,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 +142925,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 +143007,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 +143952,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 +144034,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 +144981,8 @@ webhooks: format: uri user_view_type: type: string - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 required: - action @@ -145049,8 +145061,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 +146002,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 +147486,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 +148431,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 required: - action @@ -148500,9 +148512,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 +149452,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 required: - action @@ -149520,8 +149532,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 +150478,8 @@ webhooks: user_view_type: type: string type: *280 - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 required: - action @@ -151968,11 +151980,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 +152064,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 +152150,7 @@ webhooks: type: string enum: - unassigned - assignee: &796 + assignee: &797 title: User type: - object @@ -152210,11 +152222,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 +152305,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 +152390,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 +153335,8 @@ webhooks: format: uri user_view_type: type: string - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 required: - action @@ -153404,11 +153416,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 +153499,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 +153584,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 +153666,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 +153780,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 +153866,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 +153956,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 +154041,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *740 + repository: *741 sender: *4 required: - action @@ -154109,10 +154121,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 +154212,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *740 + repository: *741 sender: *4 required: - action @@ -154282,10 +154294,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 +154383,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *740 + repository: *741 sender: *4 required: - action @@ -154452,8 +154464,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 +154551,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 +154633,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 +154740,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 +154846,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 +154929,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 +155011,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 +155093,7 @@ webhooks: required: - login - id - team: &774 + team: &775 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -155274,11 +155286,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 +155369,7 @@ webhooks: required: - login - id - team: *774 + team: *775 required: - action - scope @@ -155439,8 +155451,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 +155471,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 +155565,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 +155641,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 +155749,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 +155834,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 +155917,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 +156061,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 required: - action @@ -156129,11 +156141,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 +156255,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 +156339,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 +156422,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 +156505,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 +156588,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 +156684,8 @@ webhooks: - role - organization_url - user - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 required: - action @@ -156751,11 +156763,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 +156846,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 +156969,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 +157050,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 +157141,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 +157221,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 +157746,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: &778 + items: &779 title: Ruby Gems metadata type: object properties: @@ -157831,7 +157843,7 @@ webhooks: - owner - package_version - registry - repository: *740 + repository: *741 sender: *4 required: - action @@ -157907,9 +157919,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 +158283,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *778 + items: *779 source_url: type: string format: uri @@ -158342,7 +158354,7 @@ webhooks: - owner - package_version - registry - repository: *740 + repository: *741 sender: *4 required: - action @@ -158523,12 +158535,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 +158617,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 +158767,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 +158847,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 +158927,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 +159006,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 +159115,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 +159147,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 +159393,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 +159519,7 @@ webhooks: - creator - created_at - updated_at - repository: *740 + repository: *741 sender: *4 required: - action @@ -159588,11 +159600,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 +159684,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 +159816,7 @@ webhooks: repository: anyOf: - type: 'null' - - *740 + - *741 sender: *4 required: - action @@ -159898,11 +159910,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 +160008,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 +160207,7 @@ webhooks: type: string required: - after_id - repository: *740 + repository: *741 sender: *4 required: - action @@ -160275,10 +160287,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 +160417,7 @@ webhooks: - creator - created_at - updated_at - repository: *740 + repository: *741 sender: *4 required: - action @@ -160485,10 +160497,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 +160540,7 @@ webhooks: - name - created_at - updated_at - repository: *740 + repository: *741 sender: *4 required: - action @@ -160607,14 +160619,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 +160715,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 +160799,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 +160883,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 +160967,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 +161075,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 +161158,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 +161243,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 +161393,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 +161476,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 +161599,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 +161684,7 @@ webhooks: type: string enum: - archived - changes: &788 + changes: &789 type: object properties: archived_at: @@ -161688,9 +161700,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 +161841,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 +161925,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 +162008,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 +162115,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 +162135,7 @@ webhooks: required: - id - name - - &787 + - &788 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -162152,8 +162164,8 @@ webhooks: oneOf: - type: string - type: integer - - *786 - *787 + - *788 type: - 'null' - string @@ -162176,9 +162188,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 +162287,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 +162372,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 +162457,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 +162540,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 +162677,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 +162825,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 +162898,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 +162978,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 +165333,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *740 + repository: *741 sender: *4 required: - action @@ -165403,11 +165415,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 +167761,7 @@ webhooks: - draft reason: type: string - repository: *740 + repository: *741 sender: *4 required: - action @@ -167831,11 +167843,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 +170189,7 @@ webhooks: - draft reason: type: string - repository: *740 + repository: *741 sender: *4 required: - action @@ -170259,13 +170271,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 +170339,7 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *740 + repository: *741 sender: *4 required: - action @@ -170408,12 +170420,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 +170505,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 +172836,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *740 + repository: *741 sender: *4 required: - action @@ -172903,11 +172915,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 +175265,7 @@ webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *740 + repository: *741 sender: *4 required: - action @@ -175377,12 +175389,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 +175474,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 +177809,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *740 + repository: *741 sender: *4 required: - action @@ -177877,11 +177889,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 +180241,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *740 + repository: *741 sender: *4 required: - action @@ -180310,10 +180322,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 +182671,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *740 + repository: *741 sender: *4 required: - action @@ -182739,12 +182751,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 +182835,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 +182921,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 +183006,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 +183386,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 +185618,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *740 + repository: *741 sender: *4 required: - action @@ -185686,7 +185698,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 +185991,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 +188211,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *740 + repository: *741 sender: *4 required: - action @@ -188279,11 +188291,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 +190516,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *740 + repository: *741 sender: *4 required: - action @@ -190585,9 +190597,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 +192832,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *740 + repository: *741 review: description: The review that was affected. type: object @@ -193066,9 +193078,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 +195194,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 +195428,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 +197780,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *740 + repository: *741 requested_reviewer: title: User type: @@ -197854,12 +197866,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 +200225,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 +200420,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 +202774,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *740 + repository: *741 requested_reviewer: title: User type: @@ -202849,12 +202861,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 +205206,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 +205390,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 +207628,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *740 - review: *795 + repository: *741 + review: *796 sender: *4 required: - action @@ -207697,9 +207709,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 +209842,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *740 + repository: *741 sender: *4 thread: type: object @@ -210222,9 +210234,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 +212350,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *740 + repository: *741 sender: *4 thread: type: object @@ -212732,10 +212744,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 +215082,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *740 + repository: *741 sender: *4 required: - action @@ -215152,11 +215164,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 +217518,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *740 + repository: *741 sender: *4 required: - action @@ -217585,11 +217597,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 +219940,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *740 + repository: *741 sender: *4 required: - action @@ -220009,10 +220021,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 +222353,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *740 + repository: *741 sender: *4 required: - action @@ -222544,7 +222556,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 +222651,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 +223240,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 +223719,7 @@ webhooks: type: string rubygems_metadata: type: array - items: *778 + items: *779 summary: type: string tag_name: @@ -223763,7 +223775,7 @@ webhooks: - owner - package_version - registry - repository: *740 + repository: *741 sender: *4 required: - action @@ -223841,9 +223853,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 +224167,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *778 + items: *779 summary: type: string tag_name: @@ -224205,7 +224217,7 @@ webhooks: - owner - package_version - registry - repository: *740 + repository: *741 sender: *4 required: - action @@ -224282,10 +224294,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 +224613,7 @@ webhooks: - tarball_url - zipball_url - body - repository: *740 + repository: *741 sender: *4 required: - action @@ -224678,11 +224690,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 +224811,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 +224893,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 +225216,7 @@ webhooks: - string - 'null' format: uri - repository: *740 + repository: *741 sender: *4 required: - action @@ -225280,10 +225292,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 +225613,7 @@ webhooks: - string - 'null' format: uri - repository: *740 + repository: *741 sender: *4 required: - action @@ -225677,11 +225689,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 +225769,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 +225849,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 +225929,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 +226009,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 +226089,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 +226170,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 +226258,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 +226376,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 +226451,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 +226535,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 +226615,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 +226712,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 +226795,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 +226877,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 +226959,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 +227270,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 +227351,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 +227432,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 +227556,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 +227769,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 +227850,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 +228056,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 +228137,7 @@ webhooks: type: string enum: - created - alert: &800 + alert: &801 type: object properties: number: *96 @@ -228235,10 +228247,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 +228331,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 +228573,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 +228655,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 +228737,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 +228819,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 +228953,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 +229034,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 +229224,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 +229301,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 +229491,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 +229572,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 +229882,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 +229975,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 +230057,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 +230141,7 @@ webhooks: type: string enum: - pending_tier_change - changes: &805 + changes: &806 type: object properties: tier: @@ -230173,13 +230185,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 +230268,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 +230348,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 +230435,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 +230872,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 +230996,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 +231088,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 +231180,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 +231272,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 +231351,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 +231549,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 +232021,7 @@ webhooks: - topics - visibility sender: *4 - team: *806 + team: *807 required: - action - team @@ -232085,9 +232097,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 +232569,7 @@ webhooks: - topics - visibility sender: *4 - team: *806 + team: *807 required: - action - team @@ -232634,9 +232646,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 +233118,7 @@ webhooks: - topics - visibility sender: *4 - team: *806 + team: *807 required: - action - team @@ -233250,9 +233262,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 +233734,7 @@ webhooks: - topics - visibility sender: *4 - team: *806 + team: *807 required: - action - changes @@ -233800,9 +233812,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 +234284,7 @@ webhooks: - topics - visibility sender: *4 - team: *806 + team: *807 required: - action - team @@ -234348,10 +234360,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 +234436,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 +234528,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 +234787,7 @@ webhooks: type: string required: - conclusion - deployment: *507 + deployment: *508 required: - action - repository @@ -234854,10 +234866,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 +235151,7 @@ webhooks: required: - status - steps - deployment: *507 + deployment: *508 required: - action - repository @@ -235218,10 +235230,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 +235379,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *507 + deployment: *508 required: - action - repository @@ -235446,10 +235458,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 +235608,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *507 + deployment: *508 required: - action - repository @@ -235676,12 +235688,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 +236712,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 +237721,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 0ffd98378..c8b9ec577 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": { @@ -190706,6 +190716,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 +535198,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 +536095,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 206675072..0a13bcd2c 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: @@ -42422,7 +42431,7 @@ paths: '401': *23 '403': *27 '404': *6 - '410': &376 + '410': &377 description: Gone content: application/json: @@ -43181,7 +43190,7 @@ paths: description: Response content: application/json: - schema: &378 + schema: &379 title: Full Repository description: Full Repository type: object @@ -43646,7 +43655,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 +43769,7 @@ paths: - network_count - subscribers_count examples: - default: &380 + default: &381 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -44313,7 +44322,7 @@ paths: - *165 - *17 - *19 - - &631 + - &632 name: targets description: | A comma-separated list of rule targets to filter by. @@ -44504,7 +44513,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 +44525,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 +44552,7 @@ paths: description: Response content: application/json: - schema: &635 + schema: &636 title: Rule Suites description: Response type: array @@ -44599,7 +44608,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 +44652,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 +44668,7 @@ paths: description: Response content: application/json: - schema: &638 + schema: &639 title: Rule Suite description: Response type: object @@ -44766,7 +44775,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 +45106,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 +45116,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 +45129,7 @@ paths: - *327 - *328 - *329 + - *330 responses: '200': description: Response @@ -45127,9 +45137,9 @@ paths: application/json: schema: type: array - items: *330 + items: *331 examples: - default: *331 + default: *332 headers: Link: *38 '404': *6 @@ -45199,7 +45209,7 @@ paths: application/json: schema: type: array - items: &649 + items: &650 description: A repository security advisory. type: object properties: @@ -45443,7 +45453,7 @@ paths: login: type: string description: The username of the user credited. - type: *332 + type: *333 credits_detailed: type: - array @@ -45454,7 +45464,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 +45528,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 +46002,9 @@ paths: description: Response content: application/json: - schema: *333 + schema: *334 examples: - default: *334 + default: *335 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -46019,7 +46029,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 +46037,9 @@ paths: description: Success content: application/json: - schema: *336 + schema: *337 examples: - default: *337 + default: *338 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -46057,9 +46067,9 @@ paths: description: Response content: application/json: - schema: *338 + schema: *339 examples: - default: *339 + default: *340 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -46087,9 +46097,9 @@ paths: description: Response content: application/json: - schema: *340 + schema: *341 examples: - default: *341 + default: *342 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -46129,7 +46139,7 @@ paths: type: array items: *109 examples: - default: *342 + default: *343 headers: Link: *38 x-github: @@ -46330,15 +46340,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 +46386,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 +46438,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 +46646,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 +47026,7 @@ paths: - repos_count - organization examples: - default: &347 + default: &348 value: id: 1 node_id: MDQ6VGVhbTE= @@ -47093,9 +47103,9 @@ paths: description: Response content: application/json: - schema: *346 + schema: *347 examples: - default: *347 + default: *348 '404': *6 x-github: githubCloudOnly: false @@ -47180,16 +47190,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 +47269,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 +47380,7 @@ paths: - updated_at - url examples: - default: &690 + default: &691 value: - author: login: octocat @@ -47479,9 +47489,9 @@ paths: description: Response content: application/json: - schema: *348 + schema: *349 examples: - default: &349 + default: &350 value: author: login: octocat @@ -47555,7 +47565,7 @@ paths: parameters: - *165 - *294 - - &350 + - &351 name: discussion_number description: The number that identifies the discussion. in: path @@ -47567,9 +47577,9 @@ paths: description: Response content: application/json: - schema: *348 + schema: *349 examples: - default: *349 + default: *350 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47593,7 +47603,7 @@ paths: parameters: - *165 - *294 - - *350 + - *351 requestBody: required: false content: @@ -47616,9 +47626,9 @@ paths: description: Response content: application/json: - schema: *348 + schema: *349 examples: - default: &691 + default: &692 value: author: login: octocat @@ -47690,7 +47700,7 @@ paths: parameters: - *165 - *294 - - *350 + - *351 responses: '204': description: Response @@ -47718,7 +47728,7 @@ paths: parameters: - *165 - *294 - - *350 + - *351 - *86 - *17 - *19 @@ -47729,7 +47739,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 +47819,7 @@ paths: - updated_at - url examples: - default: &692 + default: &693 value: - author: login: octocat @@ -47879,7 +47889,7 @@ paths: parameters: - *165 - *294 - - *350 + - *351 requestBody: required: true content: @@ -47901,9 +47911,9 @@ paths: description: Response content: application/json: - schema: *351 + schema: *352 examples: - default: &352 + default: &353 value: author: login: octocat @@ -47971,8 +47981,8 @@ paths: parameters: - *165 - *294 - - *350 - - &353 + - *351 + - &354 name: comment_number description: The number that identifies the comment. in: path @@ -47984,9 +47994,9 @@ paths: description: Response content: application/json: - schema: *351 + schema: *352 examples: - default: *352 + default: *353 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48010,8 +48020,8 @@ paths: parameters: - *165 - *294 - - *350 - - *353 + - *351 + - *354 requestBody: required: true content: @@ -48033,9 +48043,9 @@ paths: description: Response content: application/json: - schema: *351 + schema: *352 examples: - default: &693 + default: &694 value: author: login: octocat @@ -48101,8 +48111,8 @@ paths: parameters: - *165 - *294 - - *350 - - *353 + - *351 + - *354 responses: '204': description: Response @@ -48130,8 +48140,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 +48167,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 +48211,7 @@ paths: - content - created_at examples: - default: &356 + default: &357 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -48253,8 +48263,8 @@ paths: parameters: - *165 - *294 - - *350 - - *353 + - *351 + - *354 requestBody: required: true content: @@ -48287,9 +48297,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 +48328,9 @@ paths: description: Response content: application/json: - schema: *354 + schema: *355 examples: - default: *355 + default: *356 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48345,9 +48355,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 +48391,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 +48417,9 @@ paths: application/json: schema: type: array - items: *354 + items: *355 examples: - default: *356 + default: *357 headers: Link: *38 x-github: @@ -48437,7 +48447,7 @@ paths: parameters: - *165 - *294 - - *350 + - *351 requestBody: required: true content: @@ -48469,16 +48479,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 +48513,8 @@ paths: parameters: - *165 - *294 - - *350 - - *357 + - *351 + - *358 responses: '204': description: Response @@ -48534,9 +48544,9 @@ paths: description: Response content: application/json: - schema: *358 + schema: *359 examples: - default: *359 + default: *360 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -48580,9 +48590,9 @@ paths: description: Response content: application/json: - schema: *360 + schema: *361 examples: - default: *361 + default: *362 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -48723,7 +48733,7 @@ paths: description: Response content: application/json: - schema: &362 + schema: &363 title: Team Membership description: Team Membership type: object @@ -48751,7 +48761,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 +48824,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 +48899,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 +48968,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 +49033,7 @@ paths: parameters: - *165 - *294 - - &364 + - &365 name: project_id description: The unique identifier of the project. in: path @@ -49035,9 +49045,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 +49111,7 @@ paths: parameters: - *165 - *294 - - *364 + - *365 requestBody: required: false content: @@ -49170,7 +49180,7 @@ paths: parameters: - *165 - *294 - - *364 + - *365 responses: '204': description: Response @@ -49241,14 +49251,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 +49901,8 @@ paths: parameters: - *165 - *294 - - *365 - *366 + - *367 requestBody: required: false content: @@ -49939,8 +49949,8 @@ paths: parameters: - *165 - *294 - - *365 - *366 + - *367 responses: '204': description: Response @@ -49973,9 +49983,9 @@ paths: description: Response content: application/json: - schema: *367 + schema: *368 examples: - default: *368 + default: *369 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -50041,7 +50051,7 @@ paths: description: Response content: application/json: - schema: *367 + schema: *368 examples: default: value: @@ -50086,7 +50096,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 +50223,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 +50235,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 +50310,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 +50366,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 +50396,9 @@ paths: description: Response content: application/json: - schema: *370 + schema: *371 examples: - default: *371 + default: *372 '304': *35 '403': *27 '401': *23 @@ -50415,7 +50425,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 +50469,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 +50582,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 +50594,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 +50648,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 +50683,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 +50708,9 @@ paths: description: Response content: application/json: - schema: *373 + schema: *374 examples: - default: *374 + default: *375 '304': *35 '403': *27 '401': *23 @@ -50725,7 +50735,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 +50764,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 +50785,7 @@ paths: application/json: schema: type: array - items: *370 + items: *371 examples: default: value: @@ -50834,7 +50844,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 +50888,9 @@ paths: description: Response content: application/json: - schema: *370 + schema: *371 examples: - default: *371 + default: *372 '304': *35 '403': *27 '401': *23 @@ -50936,7 +50946,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 +51007,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 +51015,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 +51072,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 +51123,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 +51144,7 @@ paths: items: type: string '401': *23 - '410': *376 + '410': *377 '422': *7 x-github: githubCloudOnly: false @@ -51157,7 +51167,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 +51188,7 @@ paths: items: type: string '401': *23 - '410': *376 + '410': *377 '404': *6 x-github: githubCloudOnly: false @@ -51202,7 +51212,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 +51269,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 +51324,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 +51356,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 +51427,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 +51437,7 @@ paths: application/json: schema: type: array - items: *373 + items: *374 examples: default: value: @@ -51465,7 +51475,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 +51499,7 @@ paths: description: Response content: application/json: - schema: *373 + schema: *374 examples: default: value: @@ -51553,7 +51563,7 @@ paths: resources: type: object properties: - core: &377 + core: &378 title: Rate Limit type: object properties: @@ -51570,20 +51580,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 +51697,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 +52209,7 @@ paths: status: disabled '403': *27 '404': *6 - '301': *379 + '301': *380 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52217,8 +52227,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 +52483,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 +52515,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 +52538,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 +52562,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 +52589,7 @@ paths: type: integer artifacts: type: array - items: &382 + items: &383 title: Artifact description: An artifact type: object @@ -52674,7 +52684,7 @@ paths: - expires_at - updated_at examples: - default: &397 + default: &398 value: total_count: 2 artifacts: @@ -52735,9 +52745,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 +52759,7 @@ paths: description: Response content: application/json: - schema: *382 + schema: *383 examples: default: value: @@ -52787,9 +52797,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 +52823,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 +52839,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 +52862,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 +52895,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 +52933,7 @@ paths: description: Response content: application/json: - schema: &386 + schema: &387 title: Repository actions caches description: Repository actions caches type: object @@ -52973,7 +52983,7 @@ paths: - total_count - actions_caches examples: - default: &387 + default: &388 value: total_count: 1 actions_caches: @@ -53005,23 +53015,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 +53051,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 +53083,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 +53097,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 +53444,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 +53474,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 +53522,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 +53573,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 +53637,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 +53656,7 @@ paths: type: integer secrets: type: array - items: &402 + items: &403 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -53667,7 +53677,7 @@ paths: - created_at - updated_at examples: - default: &403 + default: &404 value: total_count: 2 secrets: @@ -53700,9 +53710,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 +53729,7 @@ paths: type: integer variables: type: array - items: &406 + items: &407 title: Actions Variable type: object properties: @@ -53753,7 +53763,7 @@ paths: - created_at - updated_at examples: - default: &407 + default: &408 value: total_count: 2 variables: @@ -53786,8 +53796,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 +53806,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 +53839,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 +53851,7 @@ paths: schema: type: object properties: - enabled: *390 + enabled: *391 allowed_actions: *47 required: - enabled @@ -53872,14 +53882,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 +53907,7 @@ paths: required: - access_level examples: - default: &392 + default: &393 value: access_level: organization x-github: @@ -53922,15 +53932,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 +53964,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 +53996,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 +54029,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 +54059,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 +54100,8 @@ paths: in: query schema: type: string - - *365 - *366 + - *367 - *17 - *19 responses: @@ -54135,8 +54145,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 +54178,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 +54253,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 +54290,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 +54321,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 +54352,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 +54380,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 +54406,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 +54456,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 +54507,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 +54538,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 +54569,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 +54579,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 +54587,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 +54596,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 +54623,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 +54632,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 +54641,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 +54670,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 +54787,7 @@ paths: type: - array - 'null' - items: &437 + items: &438 title: Pull Request Minimal type: object properties: @@ -54904,7 +54914,7 @@ paths: head_commit: anyOf: - type: 'null' - - &441 + - &442 title: Simple Commit description: A commit. type: object @@ -55019,7 +55029,7 @@ paths: - workflow_url - pull_requests examples: - default: &417 + default: &418 value: total_count: 1 workflow_runs: @@ -55255,24 +55265,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 +55523,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 +55548,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 +55678,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 +55713,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 +55734,9 @@ paths: type: integer artifacts: type: array - items: *382 + items: *383 examples: - default: *397 + default: *398 headers: Link: *38 x-github: @@ -55750,25 +55760,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 +55801,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 +55822,9 @@ paths: type: integer jobs: type: array - items: *400 + items: *401 examples: - default: &401 + default: &402 value: total_count: 1 jobs: @@ -55927,10 +55937,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 +55968,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 +56003,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 +56072,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 +56107,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 +56139,9 @@ paths: type: integer jobs: type: array - items: *400 + items: *401 examples: - default: *401 + default: *402 headers: Link: *38 x-github: @@ -56156,9 +56166,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 +56195,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 +56224,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 +56295,7 @@ paths: items: type: object properties: - type: &515 + type: &516 type: string description: The type of reviewer. enum: @@ -56371,9 +56381,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 +56433,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 +56545,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 +56601,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 +56648,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 +56705,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 +56844,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 +56863,9 @@ paths: type: integer secrets: type: array - items: *402 + items: *403 examples: - default: *403 + default: *404 headers: Link: *38 x-github: @@ -56880,16 +56890,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 +56921,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 +56957,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 +57016,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 +57043,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 +57062,9 @@ paths: type: integer variables: type: array - items: *406 + items: *407 examples: - default: *407 + default: *408 headers: Link: *38 x-github: @@ -57077,8 +57087,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 +57140,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 +57176,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 +57220,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 +57247,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 +57266,7 @@ paths: type: integer workflows: type: array - items: &408 + items: &409 title: Workflow description: A GitHub Actions workflow type: object @@ -57374,9 +57384,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 +57401,7 @@ paths: description: Response content: application/json: - schema: *408 + schema: *409 examples: default: value: @@ -57424,9 +57434,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 +57461,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 +57514,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 +57543,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 +57571,9 @@ paths: type: integer workflow_runs: type: array - items: *394 + items: *395 examples: - default: *417 + default: *418 headers: Link: *38 x-github: @@ -57596,9 +57606,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 +57669,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 +57838,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 +57876,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 +57913,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 +58026,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 +58081,7 @@ paths: bundle_url: type: string examples: - default: *418 + default: *419 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58091,8 +58101,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 +58110,7 @@ paths: application/json: schema: type: array - items: &419 + items: &420 title: Autolink reference description: An autolink reference. type: object @@ -58154,8 +58164,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 +58204,9 @@ paths: description: response content: application/json: - schema: *419 + schema: *420 examples: - default: &420 + default: &421 value: id: 1 key_prefix: TICKET- @@ -58227,9 +58237,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 +58251,9 @@ paths: description: Response content: application/json: - schema: *419 + schema: *420 examples: - default: *420 + default: *421 '404': *6 x-github: githubCloudOnly: false @@ -58263,9 +58273,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 +58299,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 +58350,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 +58372,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 +58393,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 +58432,7 @@ paths: - url protected: type: boolean - protection: &423 + protection: &424 title: Branch Protection description: Branch Protection type: object @@ -58465,7 +58475,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 +58492,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 +58576,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 +58901,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 +58917,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 +58963,7 @@ paths: author: anyOf: - type: 'null' - - &422 + - &423 title: Git User description: Metaproperties for Git author/committer information. @@ -58974,7 +58984,7 @@ paths: committer: anyOf: - type: 'null' - - *422 + - *423 message: type: string examples: @@ -58998,7 +59008,7 @@ paths: required: - sha - url - verification: &535 + verification: &536 title: Verification type: object properties: @@ -59078,7 +59088,7 @@ paths: type: integer files: type: array - items: &495 + items: &496 title: Diff Entry description: Diff Entry type: object @@ -59172,7 +59182,7 @@ paths: - self protected: type: boolean - protection: *423 + protection: *424 protection_url: type: string format: uri @@ -59281,7 +59291,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 +59313,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 +59515,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 +59777,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 +59936,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *425 + restrictions: *426 required_conversation_resolution: type: object properties: @@ -60038,9 +60048,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 +60075,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 +60107,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 +60136,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 +60163,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 +60269,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 +60369,9 @@ paths: description: Response content: application/json: - schema: *428 + schema: *429 examples: - default: *429 + default: *430 '422': *15 x-github: githubCloudOnly: false @@ -60382,9 +60392,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 +60421,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 +60454,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 +60484,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 +60511,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 +60547,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 +60601,9 @@ paths: description: Response content: application/json: - schema: *431 + schema: *432 examples: - default: *432 + default: *433 '404': *6 '422': *15 x-github: @@ -60615,9 +60625,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 +60651,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 +60687,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 +60756,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 +60822,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 +60890,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 +60989,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 +61014,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 +61026,7 @@ paths: type: array items: *5 examples: - default: &433 + default: &434 value: - id: 1 slug: octoapp @@ -61073,9 +61083,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 +61119,7 @@ paths: type: array items: *5 examples: - default: *433 + default: *434 '422': *15 x-github: githubCloudOnly: false @@ -61130,9 +61140,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 +61176,7 @@ paths: type: array items: *5 examples: - default: *433 + default: *434 '422': *15 x-github: githubCloudOnly: false @@ -61187,9 +61197,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 +61233,7 @@ paths: type: array items: *5 examples: - default: *433 + default: *434 '422': *15 x-github: githubCloudOnly: false @@ -61245,9 +61255,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 +61287,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 +61348,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 +61409,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 +61470,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 +61506,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 +61566,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 +61626,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 +61688,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 +61712,7 @@ paths: description: Response content: application/json: - schema: *434 + schema: *435 examples: default: value: @@ -61816,8 +61826,8 @@ paths: category: repos subcategory: bypass-requests parameters: - - *365 - *366 + - *367 - *214 - *215 - *216 @@ -61853,8 +61863,8 @@ paths: category: repos subcategory: bypass-requests parameters: - - *365 - *366 + - *367 - name: bypass_request_number in: path required: true @@ -61927,8 +61937,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *365 - *366 + - *367 - *214 - *215 - *216 @@ -61942,9 +61952,9 @@ paths: application/json: schema: type: array - items: *435 + items: *436 examples: - default: *436 + default: *437 '404': *6 '403': *27 '500': *83 @@ -61968,8 +61978,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *365 - *366 + - *367 - name: bypass_request_number in: path required: true @@ -61981,7 +61991,7 @@ paths: description: A single bypass request. content: application/json: - schema: *435 + schema: *436 examples: default: value: @@ -62039,8 +62049,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *365 - *366 + - *367 - name: bypass_request_number in: path required: true @@ -62111,8 +62121,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *365 - *366 + - *367 - name: bypass_response_id in: path required: true @@ -62145,8 +62155,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 +62435,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 +62570,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 +62858,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 +62872,9 @@ paths: description: Response content: application/json: - schema: *438 + schema: *439 examples: - default: &440 + default: &441 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -62964,9 +62974,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 +63216,9 @@ paths: description: Response content: application/json: - schema: *438 + schema: *439 examples: - default: *440 + default: *441 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63228,9 +63238,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 +63350,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 +63396,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 +63419,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 +63501,7 @@ paths: type: - array - 'null' - items: *437 + items: *438 app: anyOf: - type: 'null' @@ -63507,7 +63517,7 @@ paths: - string - 'null' format: date-time - head_commit: *441 + head_commit: *442 latest_check_runs_count: type: integer check_runs_url: @@ -63535,7 +63545,7 @@ paths: - check_runs_url - pull_requests examples: - default: &443 + default: &444 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -63826,9 +63836,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 +63857,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 +64167,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 +64181,9 @@ paths: description: Response content: application/json: - schema: *442 + schema: *443 examples: - default: *443 + default: *444 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64196,17 +64206,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 +64255,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 +64359,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 +64394,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 +64439,7 @@ paths: be returned. in: query required: false - schema: *446 + schema: *447 responses: '200': description: Response @@ -64445,7 +64455,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 +64463,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 +64587,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 +64614,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 +64630,7 @@ paths: description: Response content: application/json: - schema: &455 + schema: &456 type: object properties: number: *96 @@ -64628,7 +64638,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 +64646,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 +64709,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 +64803,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 +64823,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 +64840,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 +64860,7 @@ paths: description: Response content: application/json: - schema: *455 + schema: *456 examples: default: value: @@ -64926,7 +64936,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 +64963,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 +64998,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 +65015,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 +65040,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 +65094,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 +65142,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 +65167,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 +65181,7 @@ paths: application/json: schema: type: array - items: *452 + items: *453 examples: default: value: @@ -65210,7 +65220,7 @@ paths: end_column: 50 classifications: - source - '403': *453 + '403': *454 '404': *6 '503': *130 x-github: @@ -65244,25 +65254,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 +65294,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 +65335,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 +65398,7 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *453 + '403': *454 '404': *6 '503': *130 x-github: @@ -65424,8 +65434,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 +65448,7 @@ paths: description: Response content: application/json: - schema: *465 + schema: *466 examples: response: summary: application/json response @@ -65492,7 +65502,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 +65589,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 +65646,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 +65668,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 +65677,7 @@ paths: application/json: schema: type: array - items: &466 + items: &467 title: CodeQL Database description: A CodeQL database. type: object @@ -65779,7 +65789,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 +65818,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 +65831,7 @@ paths: description: Response content: application/json: - schema: *466 + schema: *467 examples: default: value: @@ -65853,9 +65863,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 +65887,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 +65898,7 @@ paths: responses: '204': description: Response - '403': *459 + '403': *460 '404': *6 '503': *130 x-github: @@ -65916,8 +65926,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 +65936,7 @@ paths: type: object additionalProperties: false properties: - language: &467 + language: &468 type: string description: The language targeted by the CodeQL query enum: @@ -66005,7 +66015,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 +66025,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 +66073,7 @@ paths: items: type: object properties: - repository: &468 + repository: &469 title: Repository Identifier description: Repository Identifier type: object @@ -66105,7 +66115,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 +66147,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 +66162,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 +66185,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 +66202,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 +66354,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 +66385,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 +66398,9 @@ paths: description: Response content: application/json: - schema: *471 + schema: *472 examples: - default: *470 + default: *471 '404': *6 '503': *130 x-github: @@ -66413,7 +66423,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 +66458,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 +66583,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 +66666,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 +66687,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 +66772,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 +66837,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 +66846,7 @@ paths: schema: type: object properties: - commit_sha: *473 + commit_sha: *474 ref: type: string description: |- @@ -66896,7 +66906,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 +66920,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 +66943,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 +66992,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 +67017,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 +67099,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 +67228,8 @@ paths: parameters: - *17 - *19 - - *365 - *366 + - *367 responses: '200': description: Response @@ -67533,8 +67543,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 +67610,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 +67618,7 @@ paths: application/json: schema: *286 examples: - default: *474 + default: *475 '400': *14 '401': *23 '403': *27 @@ -67637,8 +67647,8 @@ paths: parameters: - *17 - *19 - - *365 - *366 + - *367 responses: '200': description: Response @@ -67702,8 +67712,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 +67750,9 @@ paths: type: integer machines: type: array - items: *475 + items: *476 examples: - default: &706 + default: &707 value: total_count: 2 machines: @@ -67782,8 +67792,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 +67880,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 +67950,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 +67969,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 +67990,7 @@ paths: - created_at - updated_at examples: - default: *476 + default: *477 headers: Link: *38 x-github: @@ -68003,16 +68013,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 +68042,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 +68072,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 +68126,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 +68156,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 +68195,7 @@ paths: application/json: schema: type: array - items: &481 + items: &482 title: Collaborator description: Collaborator type: object @@ -68378,8 +68388,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 +68436,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 +68464,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 +68692,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 +68725,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 +68747,7 @@ paths: user: anyOf: - type: 'null' - - *481 + - *482 required: - permission - role_name @@ -68791,8 +68801,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 +68812,7 @@ paths: application/json: schema: type: array - items: &482 + items: &483 title: Commit Comment description: Commit Comment type: object @@ -68860,7 +68870,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 +68929,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 +68996,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 +69020,7 @@ paths: description: Response content: application/json: - schema: *482 + schema: *483 examples: default: value: @@ -69061,8 +69071,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 +69094,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 +69122,9 @@ paths: application/json: schema: type: array - items: *354 + items: *355 examples: - default: *356 + default: *357 headers: Link: *38 '404': *6 @@ -69135,8 +69145,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 +69179,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 +69210,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 +69262,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 +69319,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 +69415,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 +69489,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 +69501,9 @@ paths: application/json: schema: type: array - items: *482 + items: *483 examples: - default: *485 + default: *486 headers: Link: *38 x-github: @@ -69521,9 +69531,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 +69568,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 +69598,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 +69610,7 @@ paths: application/json: schema: type: array - items: &587 + items: &588 title: Pull Request Simple description: Pull Request Simple type: object @@ -69720,7 +69730,7 @@ paths: milestone: anyOf: - type: 'null' - - *487 + - *488 active_lock_reason: type: - string @@ -69819,7 +69829,7 @@ paths: _links: type: object properties: - comments: &488 + comments: &489 title: Link description: Hypermedia Link type: object @@ -69828,13 +69838,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 +69855,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 +69920,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 +70457,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 +70476,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 +70591,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 +70629,9 @@ paths: type: integer check_runs: type: array - items: *438 + items: *439 examples: - default: *492 + default: *493 headers: Link: *38 x-github: @@ -70646,9 +70656,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 +70666,7 @@ paths: schema: type: integer example: 1 - - *490 + - *491 - *17 - *19 responses: @@ -70674,7 +70684,7 @@ paths: type: integer check_suites: type: array - items: *442 + items: *443 examples: default: value: @@ -70874,9 +70884,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 +71088,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 +71100,7 @@ paths: application/json: schema: type: array - items: &654 + items: &655 title: Status description: The status of a commit. type: object @@ -71171,7 +71181,7 @@ paths: site_admin: false headers: Link: *38 - '301': *379 + '301': *380 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71199,8 +71209,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 +71243,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 +71267,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 +71408,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 +71457,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 +71482,10 @@ paths: - 6 commits: type: array - items: *483 + items: *484 files: type: array - items: *495 + items: *496 required: - url - html_url @@ -71761,8 +71771,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 +71925,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 +72062,7 @@ paths: - size - type - url - - &601 + - &602 title: Content File description: Content File type: object @@ -72270,7 +72280,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 +72349,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 +72372,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 +72468,7 @@ paths: description: Response content: application/json: - schema: &498 + schema: &499 title: File Commit description: File Commit type: object @@ -72614,7 +72624,7 @@ paths: description: Response content: application/json: - schema: *498 + schema: *499 examples: example-for-creating-a-file: value: @@ -72668,7 +72678,7 @@ paths: schema: oneOf: - *3 - - &530 + - &531 description: Repository rule violation was detected type: object properties: @@ -72689,7 +72699,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 +72731,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 +72793,7 @@ paths: description: Response content: application/json: - schema: *498 + schema: *499 examples: default: value: @@ -72838,8 +72848,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 +72973,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 +73017,7 @@ paths: application/json: schema: type: array - items: &501 + items: &502 type: object description: A Dependabot alert. properties: @@ -73057,7 +73067,7 @@ paths: - direct - transitive - - security_advisory: *499 + security_advisory: *500 security_vulnerability: *100 url: *101 html_url: *102 @@ -73088,7 +73098,7 @@ paths: dismissal. maxLength: 280 fixed_at: *106 - auto_dismissed_at: *500 + auto_dismissed_at: *501 required: - number - state @@ -73318,9 +73328,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 +73345,7 @@ paths: description: Response content: application/json: - schema: *501 + schema: *502 examples: default: value: @@ -73448,9 +73458,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 +73505,7 @@ paths: description: Response content: application/json: - schema: *501 + schema: *502 examples: default: value: @@ -73624,8 +73634,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 +73653,7 @@ paths: type: integer secrets: type: array - items: &505 + items: &506 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -73697,16 +73707,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 +73736,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 +73770,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 +73824,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 +73848,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 +74023,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 +74284,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 +74368,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 +74407,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 +74421,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 +74554,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 +74596,9 @@ paths: application/json: schema: type: array - items: *507 + items: *508 examples: - default: *508 + default: *509 headers: Link: *38 x-github: @@ -74654,8 +74664,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 +74747,7 @@ paths: description: Response content: application/json: - schema: *507 + schema: *508 examples: simple-example: summary: Simple example @@ -74810,9 +74820,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 +74834,7 @@ paths: description: Response content: application/json: - schema: *507 + schema: *508 examples: default: value: @@ -74889,9 +74899,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 +74923,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 +74935,7 @@ paths: application/json: schema: type: array - items: &510 + items: &511 title: Deployment Status description: The status of a deployment. type: object @@ -75089,9 +75099,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 +75176,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 +75234,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 +75247,9 @@ paths: description: Response content: application/json: - schema: *510 + schema: *511 examples: - default: *511 + default: *512 '404': *6 x-github: githubCloudOnly: false @@ -75266,12 +75276,12 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *365 - *366 + - *367 - *214 - *215 - *216 - - *512 + - *513 - *17 - *19 responses: @@ -75281,9 +75291,9 @@ paths: application/json: schema: type: array - items: *513 + items: *514 examples: - default: *514 + default: *515 '404': *6 '403': *27 '500': *83 @@ -75308,8 +75318,8 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *365 - *366 + - *367 - name: alert_number in: path required: true @@ -75321,7 +75331,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *513 + schema: *514 examples: default: value: @@ -75379,8 +75389,8 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *365 - *366 + - *367 - name: alert_number in: path required: true @@ -75449,8 +75459,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 +75517,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 +75536,7 @@ paths: - 5 environments: type: array - items: &516 + items: &517 title: Environment description: Details of a deployment environment type: object @@ -75588,7 +75598,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 +75640,7 @@ paths: items: type: object properties: - type: *515 + type: *516 reviewer: anyOf: - *4 @@ -75657,7 +75667,7 @@ paths: - id - node_id - type - deployment_branch_policy: &519 + deployment_branch_policy: &520 type: - object - 'null' @@ -75774,9 +75784,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 +75799,9 @@ paths: description: Response content: application/json: - schema: *516 + schema: *517 examples: - default: &520 + default: &521 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -75875,9 +75885,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 +75897,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 +75916,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 +75943,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 +75969,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 +75996,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 +76017,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 +76078,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 +76128,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 +76172,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 +76187,9 @@ paths: description: Response content: application/json: - schema: *521 + schema: *522 examples: - default: *522 + default: *523 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76198,10 +76208,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 +76240,9 @@ paths: description: Response content: application/json: - schema: *521 + schema: *522 examples: - default: *522 + default: *523 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76251,10 +76261,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 +76289,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 +76308,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 +76330,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 +76433,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 +76456,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 +76493,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 +76515,7 @@ paths: - 35 available_custom_deployment_protection_rule_integrations: type: array - items: *525 + items: *526 examples: default: value: @@ -76540,10 +76550,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 +76565,9 @@ paths: description: Response content: application/json: - schema: *524 + schema: *525 examples: - default: *526 + default: *527 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76578,10 +76588,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 +76617,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 +76637,9 @@ paths: type: integer secrets: type: array - items: *402 + items: *403 examples: - default: *403 + default: *404 headers: Link: *38 x-github: @@ -76654,17 +76664,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 +76696,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 +76729,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 +76789,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 +76817,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 +76837,9 @@ paths: type: integer variables: type: array - items: *406 + items: *407 examples: - default: *407 + default: *408 headers: Link: *38 x-github: @@ -76852,9 +76862,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 +76916,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 +76948,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 +76993,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 +77018,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 +77096,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 +77256,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 +77290,9 @@ paths: description: Response content: application/json: - schema: *378 + schema: *379 examples: - default: *380 + default: *381 '400': *14 '422': *15 '403': *27 @@ -77303,8 +77313,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 +77374,7 @@ paths: schema: oneOf: - *174 - - *530 + - *531 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77389,8 +77399,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 +77500,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 +77610,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 +77837,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 +77901,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 +77920,7 @@ paths: application/json: schema: type: array - items: &533 + items: &534 title: Git Reference description: Git references within a repository type: object @@ -77986,17 +77996,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 +78035,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 +78065,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 +78093,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 +78124,9 @@ paths: description: Response content: application/json: - schema: *533 + schema: *534 examples: - default: *534 + default: *535 '422': *15 '409': *94 x-github: @@ -78134,9 +78144,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 +78201,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 +78269,7 @@ paths: description: Response content: application/json: - schema: &536 + schema: &537 title: Git Tag description: Metadata for a Git tag type: object @@ -78315,7 +78325,7 @@ paths: - sha - type - url - verification: *535 + verification: *536 required: - sha - url @@ -78325,7 +78335,7 @@ paths: - tag - message examples: - default: &537 + default: &538 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -78398,8 +78408,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 +78420,9 @@ paths: description: Response content: application/json: - schema: *536 + schema: *537 examples: - default: *537 + default: *538 '404': *6 '409': *94 x-github: @@ -78436,8 +78446,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 +78521,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 +78623,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 +78647,7 @@ paths: description: Response content: application/json: - schema: *538 + schema: *539 examples: default-response: summary: Default response @@ -78696,8 +78706,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 +78717,7 @@ paths: application/json: schema: type: array - items: &539 + items: &540 title: Webhook description: Webhooks for repositories. type: object @@ -78770,7 +78780,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 +78857,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 +78911,9 @@ paths: description: Response content: application/json: - schema: *539 + schema: *540 examples: - default: &540 + default: &541 value: type: Repository id: 12345678 @@ -78951,17 +78961,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 +78991,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 +79038,9 @@ paths: description: Response content: application/json: - schema: *539 + schema: *540 examples: - default: *540 + default: *541 '422': *15 '404': *6 x-github: @@ -79051,8 +79061,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 +79087,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 +79116,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 +79162,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 +79195,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 +79225,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 +79250,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 +79277,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 +79337,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 +79451,7 @@ paths: - html_url - authors_url examples: - default: &544 + default: &545 value: vcs: subversion use_lfs: true @@ -79457,7 +79467,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 +79496,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 +79545,7 @@ paths: description: Response content: application/json: - schema: *541 + schema: *542 examples: default: value: @@ -79560,7 +79570,7 @@ paths: type: string '422': *15 '404': *6 - '503': *542 + '503': *543 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79588,8 +79598,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 +79651,7 @@ paths: description: Response content: application/json: - schema: *541 + schema: *542 examples: example-1: summary: Example 1 @@ -79689,7 +79699,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 +79722,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 +79753,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 +79769,7 @@ paths: application/json: schema: type: array - items: &543 + items: &544 title: Porter Author description: Porter Author type: object @@ -79813,7 +79823,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 +79848,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 +79879,7 @@ paths: description: Response content: application/json: - schema: *543 + schema: *544 examples: default: value: @@ -79882,7 +79892,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 +79916,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 +79958,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *542 + '503': *543 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79976,8 +79986,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 +80014,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 +80041,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 +80050,8 @@ paths: application/json: schema: *20 examples: - default: *545 - '301': *379 + default: *546 + '301': *380 '404': *6 x-github: githubCloudOnly: false @@ -80061,8 +80071,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 +80085,7 @@ paths: properties: {} additionalProperties: false examples: - default: &547 + default: &548 value: limit: collaborators_only origin: repository @@ -80100,13 +80110,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 +80130,7 @@ paths: application/json: schema: *275 examples: - default: *547 + default: *548 '409': description: Response x-github: @@ -80142,8 +80152,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 +80176,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 +80187,9 @@ paths: application/json: schema: type: array - items: *548 + items: *549 examples: - default: &722 + default: &723 value: - id: 1 repository: @@ -80310,8 +80320,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 +80351,7 @@ paths: description: Response content: application/json: - schema: *548 + schema: *549 examples: default: value: @@ -80472,8 +80482,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 +80515,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 +80589,7 @@ paths: type: array items: *149 examples: - default: &557 + default: &558 value: - id: 1 node_id: MDU6SXNzdWUx @@ -80727,7 +80737,7 @@ paths: state_reason: completed headers: Link: *38 - '301': *379 + '301': *380 '422': *15 '404': *6 x-github: @@ -80756,8 +80766,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 +80859,7 @@ paths: application/json: schema: *149 examples: - default: &552 + default: &553 value: id: 1 node_id: MDU6SXNzdWUx @@ -81005,7 +81015,7 @@ paths: '422': *15 '503': *130 '404': *6 - '410': *376 + '410': *377 x-github: triggersNotification: true githubCloudOnly: false @@ -81033,8 +81043,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 +81065,9 @@ paths: application/json: schema: type: array - items: *549 + items: *550 examples: - default: &554 + default: &555 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -81115,17 +81125,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 +81189,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 +81213,9 @@ paths: description: Response content: application/json: - schema: *549 + schema: *550 examples: - default: *550 + default: *551 '422': *15 x-github: githubCloudOnly: false @@ -81223,8 +81233,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 +81255,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 +81283,9 @@ paths: application/json: schema: type: array - items: *354 + items: *355 examples: - default: *356 + default: *357 headers: Link: *38 '404': *6 @@ -81296,8 +81306,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 +81340,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 +81371,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 +81394,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 +81405,7 @@ paths: application/json: schema: type: array - items: &551 + items: &552 title: Issue Event description: Issue Event type: object @@ -81734,8 +81744,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 +81756,7 @@ paths: description: Response content: application/json: - schema: *551 + schema: *552 examples: default: value: @@ -81939,7 +81949,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *376 + '410': *377 '403': *27 x-github: githubCloudOnly: false @@ -81973,9 +81983,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 +81999,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 +82027,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 +82149,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 +82173,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 +82203,7 @@ paths: application/json: schema: *149 examples: - default: *552 + default: *553 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82209,9 +82219,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 +82248,7 @@ paths: application/json: schema: *149 examples: - default: *552 + default: *553 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82260,9 +82270,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 +82312,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 +82325,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 +82360,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 +82384,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 +82413,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 +82429,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 +82478,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &559 + - &560 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -82596,7 +82606,7 @@ paths: - performed_via_github_app - assignee - assigner - - &560 + - &561 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -82642,7 +82652,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &561 + - &562 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -82688,7 +82698,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &562 + - &563 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -82737,7 +82747,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 +82789,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 +82831,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 +82887,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &566 + - &567 title: Locked Issue Event description: Locked Issue Event type: object @@ -82922,7 +82932,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 +82993,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 +83054,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 +83115,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 +83208,7 @@ paths: color: red headers: Link: *38 - '410': *376 + '410': *377 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83215,9 +83225,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 +83237,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 +83292,7 @@ paths: - color - default examples: - default: &556 + default: &557 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -83300,9 +83310,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 +83329,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 +83390,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 +83412,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 +83474,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 +83496,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 +83523,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 +83538,7 @@ paths: application/json: schema: type: array - items: *555 + items: *556 examples: default: value: @@ -83539,9 +83549,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 +83571,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 +83602,7 @@ paths: '204': description: Response '403': *27 - '410': *376 + '410': *377 '404': *6 '422': *15 x-github: @@ -83610,9 +83620,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 +83644,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 +83672,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 +83696,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 +83730,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 +83761,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 +83793,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 +83819,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 +83852,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 +83866,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 +83898,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 +83929,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 +83956,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 +83991,7 @@ paths: application/json: schema: *149 examples: - default: *552 + default: *553 '403': *27 '404': *6 '422': *7 @@ -84003,9 +84013,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 +84030,6 @@ paths: description: Timeline Event type: object anyOf: - - *558 - *559 - *560 - *561 @@ -84033,6 +84042,7 @@ paths: - *568 - *569 - *570 + - *571 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -84356,7 +84366,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 +84604,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 +84879,7 @@ paths: headers: Link: *38 '404': *6 - '410': *376 + '410': *377 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84886,8 +84896,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 +84907,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 +84974,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 +85011,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 +85047,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 +85061,9 @@ paths: description: Response content: application/json: - schema: *571 + schema: *572 examples: - default: *572 + default: *573 '404': *6 x-github: githubCloudOnly: false @@ -85071,9 +85081,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 +85103,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 +85114,9 @@ paths: application/json: schema: type: array - items: *555 + items: *556 examples: - default: *556 + default: *557 headers: Link: *38 '404': *6 @@ -85127,8 +85137,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 +85174,9 @@ paths: description: Response content: application/json: - schema: *555 + schema: *556 examples: - default: &574 + default: &575 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -85198,8 +85208,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 +85220,9 @@ paths: description: Response content: application/json: - schema: *555 + schema: *556 examples: - default: *574 + default: *575 '404': *6 x-github: githubCloudOnly: false @@ -85229,8 +85239,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 +85279,7 @@ paths: description: Response content: application/json: - schema: *555 + schema: *556 examples: default: value: @@ -85295,8 +85305,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 +85332,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 +85369,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 +85398,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 +85425,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 +85574,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 +85640,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 +85675,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 +85702,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 +85744,7 @@ paths: application/json: schema: type: array - items: *487 + items: *488 examples: default: value: @@ -85790,8 +85800,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 +85841,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 +85902,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 +85916,9 @@ paths: description: Response content: application/json: - schema: *487 + schema: *488 examples: - default: *576 + default: *577 '404': *6 x-github: githubCloudOnly: false @@ -85925,9 +85935,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 +85975,9 @@ paths: description: Response content: application/json: - schema: *487 + schema: *488 examples: - default: *576 + default: *577 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85983,9 +85993,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 +86016,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 +86028,9 @@ paths: application/json: schema: type: array - items: *555 + items: *556 examples: - default: *556 + default: *557 headers: Link: *38 x-github: @@ -86039,12 +86049,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 +86066,7 @@ paths: type: array items: *161 examples: - default: *581 + default: *582 headers: Link: *38 x-github: @@ -86080,8 +86090,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 +86149,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 +86300,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 +86341,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 +86397,9 @@ paths: description: Response content: application/json: - schema: *582 + schema: *583 examples: - default: *583 + default: *584 '422': *15 '409': *94 x-github: @@ -86412,8 +86422,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 +86531,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 +86558,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 +86569,7 @@ paths: application/json: schema: type: array - items: &584 + items: &585 title: Page Build description: Page Build type: object @@ -86651,8 +86661,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 +86709,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 +86766,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 +86778,9 @@ paths: description: Response content: application/json: - schema: *584 + schema: *585 examples: - default: *585 + default: *586 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86790,8 +86800,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 +86909,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 +86969,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 +86998,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 +87294,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 +87332,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 +87354,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 +87378,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 +87440,7 @@ paths: '401': *23 '403': *27 '404': *6 - '410': *376 + '410': *377 '422': *7 x-github: githubCloudOnly: false @@ -87453,8 +87463,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 +87492,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 +87519,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 +87559,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 +87622,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 +87683,9 @@ paths: application/json: schema: type: array - items: *587 + items: *588 examples: - default: *588 + default: *589 headers: Link: *38 '304': *35 @@ -87707,8 +87717,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 +87785,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 +87914,7 @@ paths: milestone: anyOf: - type: 'null' - - *487 + - *488 active_lock_reason: type: - string @@ -87997,14 +88007,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 +88025,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 +88127,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 +88654,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 +88684,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 +88763,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 +88848,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 +88872,9 @@ paths: description: Response content: application/json: - schema: *590 + schema: *591 examples: - default: *591 + default: *592 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88880,8 +88890,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 +88913,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 +88941,9 @@ paths: application/json: schema: type: array - items: *354 + items: *355 examples: - default: *356 + default: *357 headers: Link: *38 '404': *6 @@ -88954,8 +88964,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 +88998,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 +89029,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 +89075,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 +89090,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 +89127,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 +89171,9 @@ paths: description: Response content: application/json: - schema: *592 + schema: *593 examples: - default: *593 + default: *594 '422': *15 '403': *27 x-github: @@ -89185,9 +89195,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 +89260,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 +89268,7 @@ paths: application/json: schema: *286 examples: - default: *474 + default: *475 '401': *23 '403': *27 '404': *6 @@ -89288,9 +89298,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 +89321,9 @@ paths: application/json: schema: type: array - items: *590 + items: *591 examples: - default: *595 + default: *596 headers: Link: *38 x-github: @@ -89346,9 +89356,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 +89464,7 @@ paths: description: Response content: application/json: - schema: *590 + schema: *591 examples: example-for-a-multi-line-comment: value: @@ -89542,9 +89552,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 +89577,7 @@ paths: description: Response content: application/json: - schema: *590 + schema: *591 examples: default: value: @@ -89653,9 +89663,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 +89675,9 @@ paths: application/json: schema: type: array - items: *483 + items: *484 examples: - default: *596 + default: *597 headers: Link: *38 x-github: @@ -89697,9 +89707,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 +89719,7 @@ paths: application/json: schema: type: array - items: *495 + items: *496 examples: default: value: @@ -89747,9 +89757,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 +89782,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 +89896,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 +89973,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 +90012,7 @@ paths: description: Response content: application/json: - schema: *587 + schema: *588 examples: default: value: @@ -90538,9 +90548,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 +90584,7 @@ paths: description: Response content: application/json: - schema: *587 + schema: *588 examples: default: value: @@ -91079,9 +91089,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 +91101,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 +91257,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 +91349,9 @@ paths: description: Response content: application/json: - schema: *597 + schema: *598 examples: - default: &599 + default: &600 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -91404,10 +91414,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 +91429,9 @@ paths: description: Response content: application/json: - schema: *597 + schema: *598 examples: - default: &600 + default: &601 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -91480,10 +91490,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 +91516,7 @@ paths: description: Response content: application/json: - schema: *597 + schema: *598 examples: default: value: @@ -91568,18 +91578,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 +91616,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 +91717,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 +91870,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 +91902,7 @@ paths: description: Response content: application/json: - schema: *597 + schema: *598 examples: default: value: @@ -91955,10 +91965,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 +92003,9 @@ paths: description: Response content: application/json: - schema: *597 + schema: *598 examples: - default: *600 + default: *601 '404': *6 '422': *7 '403': *27 @@ -92017,9 +92027,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 +92093,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 +92107,9 @@ paths: description: Response content: application/json: - schema: *601 + schema: *602 examples: - default: &602 + default: &603 value: type: file encoding: base64 @@ -92141,8 +92151,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 +92172,9 @@ paths: description: Response content: application/json: - schema: *601 + schema: *602 examples: - default: *602 + default: *603 '404': *6 '422': *15 x-github: @@ -92186,8 +92196,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 +92207,7 @@ paths: application/json: schema: type: array - items: &603 + items: &604 title: Release description: A release. type: object @@ -92269,7 +92279,7 @@ paths: author: *4 assets: type: array - items: &604 + items: &605 title: Release Asset description: Data related to a release. type: object @@ -92449,8 +92459,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 +92536,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 +92641,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 +92655,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 +92691,7 @@ paths: type: User site_admin: false '404': *6 - '302': *497 + '302': *498 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92697,9 +92707,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 +92738,9 @@ paths: description: Response content: application/json: - schema: *604 + schema: *605 examples: - default: *606 + default: *607 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92746,9 +92756,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 +92782,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 +92869,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 +92895,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 +92909,9 @@ paths: description: Response content: application/json: - schema: *603 + schema: *604 examples: - default: *607 + default: *608 '404': *6 x-github: githubCloudOnly: false @@ -92923,9 +92933,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 +92949,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 +92969,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 +93035,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 +93058,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 +93080,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 +93092,7 @@ paths: application/json: schema: type: array - items: *604 + items: *605 examples: default: value: @@ -93163,9 +93173,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 +93201,7 @@ paths: description: Response for successful upload content: application/json: - schema: *604 + schema: *605 examples: response-for-successful-upload: value: @@ -93245,9 +93255,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 +93281,9 @@ paths: application/json: schema: type: array - items: *354 + items: *355 examples: - default: *356 + default: *357 headers: Link: *38 '404': *6 @@ -93294,9 +93304,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 +93336,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 +93367,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 +93394,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 +93412,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 +93433,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 +93530,8 @@ paths: category: repos subcategory: rules parameters: - - *365 - *366 + - *367 - *17 - *19 - name: includes_parents @@ -93532,7 +93542,7 @@ paths: schema: type: boolean default: true - - *631 + - *632 responses: '200': description: Response @@ -93587,8 +93597,8 @@ paths: category: repos subcategory: rules parameters: - - *365 - *366 + - *367 requestBody: description: Request body required: true @@ -93650,7 +93660,7 @@ paths: application/json: schema: *126 examples: - default: &640 + default: &641 value: id: 42 name: super cool ruleset @@ -93697,12 +93707,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 +93720,9 @@ paths: description: Response content: application/json: - schema: *635 + schema: *636 examples: - default: *636 + default: *637 '404': *6 '500': *83 x-github: @@ -93733,17 +93743,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 +93781,8 @@ paths: category: repos subcategory: rules parameters: - - *365 - *366 + - *367 - name: ruleset_id description: The ID of the ruleset. in: path @@ -93794,7 +93804,7 @@ paths: application/json: schema: *126 examples: - default: *640 + default: *641 '404': *6 '500': *83 put: @@ -93812,8 +93822,8 @@ paths: category: repos subcategory: rules parameters: - - *365 - *366 + - *367 - name: ruleset_id description: The ID of the ruleset. in: path @@ -93877,7 +93887,7 @@ paths: application/json: schema: *126 examples: - default: *640 + default: *641 '404': *6 '500': *83 delete: @@ -93895,8 +93905,8 @@ paths: category: repos subcategory: rules parameters: - - *365 - *366 + - *367 - name: ruleset_id description: The ID of the ruleset. in: path @@ -93919,8 +93929,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 +93967,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 +94041,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 +94050,12 @@ paths: - *86 - *19 - *17 - - *641 - *642 + - *643 - *327 - *328 - *329 + - *330 responses: '200': description: Response @@ -94052,7 +94063,7 @@ paths: application/json: schema: type: array - items: &645 + items: &646 type: object properties: number: *96 @@ -94068,8 +94079,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 +94299,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 +94360,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 +94370,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 +94390,7 @@ paths: description: Response content: application/json: - schema: *645 + schema: *646 examples: default: value: @@ -94453,9 +94465,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 +94478,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &801 + items: &802 type: object properties: type: @@ -94845,8 +94857,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 +94866,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 +94890,7 @@ paths: schema: type: object properties: - reason: *647 + reason: *648 expire_at: type: - string @@ -94922,8 +94934,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 +94950,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 +94978,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 +95056,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 +95101,9 @@ paths: application/json: schema: type: array - items: *649 + items: *650 examples: - default: *650 + default: *651 '400': *14 '404': *6 x-github: @@ -95114,8 +95126,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 +95207,7 @@ paths: login: type: string description: The username of the user credited. - type: *332 + type: *333 required: - login - type @@ -95285,9 +95297,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 +95532,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 +95646,7 @@ paths: description: Response content: application/json: - schema: *649 + schema: *650 examples: default: value: @@ -95781,17 +95793,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 +95827,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 +95909,7 @@ paths: login: type: string description: The username of the user credited. - type: *332 + type: *333 required: - login - type @@ -95988,10 +96000,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 +96041,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 +96070,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 +96106,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 +96203,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 +96213,7 @@ paths: application/json: schema: type: array - items: &653 + items: &654 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -96234,8 +96246,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 +96325,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 +96420,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 +96575,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 +96586,7 @@ paths: application/json: schema: type: array - items: *653 + items: *654 examples: default: value: @@ -96607,8 +96619,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 +96676,7 @@ paths: description: Response content: application/json: - schema: *654 + schema: *655 examples: default: value: @@ -96718,8 +96730,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 +96763,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 +96843,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 +96870,7 @@ paths: description: Response content: application/json: - schema: *655 + schema: *656 examples: default: value: @@ -96885,8 +96897,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 +96918,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 +97001,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 +97010,7 @@ paths: application/json: schema: type: array - items: &656 + items: &657 title: Tag protection description: Tag protection type: object @@ -97055,8 +97067,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 +97091,7 @@ paths: description: Response content: application/json: - schema: *656 + schema: *657 examples: default: value: @@ -97110,8 +97122,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 +97160,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 +97197,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 +97230,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 +97239,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 +97251,7 @@ paths: required: - names examples: - default: &658 + default: &659 value: names: - octocat @@ -97262,8 +97274,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 +97306,9 @@ paths: description: Response content: application/json: - schema: *657 + schema: *658 examples: - default: *658 + default: *659 '404': *6 '422': *7 x-github: @@ -97317,9 +97329,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 +97362,7 @@ paths: - 128 clones: type: array - items: &660 + items: &661 title: Traffic type: object properties: @@ -97437,8 +97449,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 +97544,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 +97608,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 +97631,7 @@ paths: - 3782 views: type: array - items: *660 + items: *661 required: - uniques - count @@ -97696,8 +97708,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 +97983,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 +98007,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 +98030,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 +98057,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 +98150,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 +98303,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 +98313,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 +98325,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 +98369,7 @@ paths: Resources: type: array description: Information about each provisioned group. - items: &662 + items: &663 allOf: - type: object required: @@ -98439,7 +98451,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 +98516,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 +98564,7 @@ paths: required: true content: application/json: - schema: &671 + schema: &672 type: object required: - schemas @@ -98612,9 +98624,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 +98645,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 +98668,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 +98677,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 +98711,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 +98743,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 +98777,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 +98843,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 +98869,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 +98913,8 @@ paths: value: userName eq 'E012345' externalId: value: externalId eq 'E012345' - - *673 - *674 + - *675 - *39 responses: '200': @@ -98936,7 +98948,7 @@ paths: Resources: type: array description: Information about each provisioned account. - items: &677 + items: &678 allOf: - type: object required: @@ -99028,7 +99040,7 @@ paths: address. examples: - true - roles: &676 + roles: &677 type: array description: The roles assigned to the user. items: @@ -99087,7 +99099,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 +99138,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 +99166,7 @@ paths: required: true content: application/json: - schema: &680 + schema: &681 type: object required: - schemas @@ -99247,9 +99259,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 +99308,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 +99336,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 +99359,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 +99372,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 +99402,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 +99460,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 +99506,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 +99537,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 +99638,7 @@ paths: - 1 Resources: type: array - items: &683 + items: &684 title: SCIM /Users description: SCIM /Users provisioning endpoints type: object @@ -99873,22 +99885,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 +99926,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 +99951,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 +100061,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 +100095,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 +100221,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 +100329,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 +100468,7 @@ paths: examples: - 73..77 - 77..78 - text_matches: &687 + text_matches: &688 title: Search Result Text Matches type: array items: @@ -100620,7 +100632,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 +100701,7 @@ paths: committer: anyOf: - type: 'null' - - *422 + - *423 comment_count: type: integer message: @@ -100708,7 +100720,7 @@ paths: url: type: string format: uri - verification: *535 + verification: *536 required: - author - committer @@ -100723,7 +100735,7 @@ paths: committer: anyOf: - type: 'null' - - *422 + - *423 parents: type: array items: @@ -100740,7 +100752,7 @@ paths: type: number node_id: type: string - text_matches: *687 + text_matches: *688 required: - sha - node_id @@ -100923,7 +100935,7 @@ paths: - interactions - created - updated - - *688 + - *689 - *17 - *19 - name: advanced_search @@ -101047,7 +101059,7 @@ paths: milestone: anyOf: - type: 'null' - - *487 + - *488 comments: type: integer created_at: @@ -101061,7 +101073,7 @@ paths: - string - 'null' format: date-time - text_matches: *687 + text_matches: *688 pull_request: type: object properties: @@ -101287,7 +101299,7 @@ paths: enum: - created - updated - - *688 + - *689 - *17 - *19 responses: @@ -101332,7 +101344,7 @@ paths: - 'null' score: type: number - text_matches: *687 + text_matches: *688 required: - id - node_id @@ -101418,7 +101430,7 @@ paths: - forks - help-wanted-issues - updated - - *688 + - *689 - *17 - *19 responses: @@ -101655,7 +101667,7 @@ paths: - admin - pull - push - text_matches: *687 + text_matches: *688 temp_clone_token: type: string allow_merge_commit: @@ -101964,7 +101976,7 @@ paths: - string - 'null' format: uri - text_matches: *687 + text_matches: *688 related: type: - array @@ -102159,7 +102171,7 @@ paths: - followers - repositories - joined - - *688 + - *689 - *17 - *19 responses: @@ -102269,7 +102281,7 @@ paths: type: - boolean - 'null' - text_matches: *687 + text_matches: *688 blog: type: - string @@ -102351,7 +102363,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 +102375,9 @@ paths: description: Response content: application/json: - schema: *346 + schema: *347 examples: - default: *347 + default: *348 '404': *6 x-github: githubCloudOnly: false @@ -102392,7 +102404,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 +102468,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 +102505,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 +102536,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 +102547,9 @@ paths: application/json: schema: type: array - items: *348 + items: *349 examples: - default: *690 + default: *691 headers: Link: *38 x-github: @@ -102566,7 +102578,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 +102612,9 @@ paths: description: Response content: application/json: - schema: *348 + schema: *349 examples: - default: *349 + default: *350 x-github: triggersNotification: true githubCloudOnly: false @@ -102629,16 +102641,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 +102675,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 +102699,9 @@ paths: description: Response content: application/json: - schema: *348 + schema: *349 examples: - default: *691 + default: *692 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -102714,8 +102726,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 +102756,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 +102768,9 @@ paths: application/json: schema: type: array - items: *351 + items: *352 examples: - default: *692 + default: *693 headers: Link: *38 x-github: @@ -102787,8 +102799,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 +102822,9 @@ paths: description: Response content: application/json: - schema: *351 + schema: *352 examples: - default: *352 + default: *353 x-github: triggersNotification: true githubCloudOnly: false @@ -102839,17 +102851,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 +102886,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 +102910,9 @@ paths: description: Response content: application/json: - schema: *351 + schema: *352 examples: - default: *693 + default: *694 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -102925,9 +102937,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 +102968,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 +102996,9 @@ paths: application/json: schema: type: array - items: *354 + items: *355 examples: - default: *356 + default: *357 headers: Link: *38 x-github: @@ -103015,9 +103027,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 +103061,9 @@ paths: description: Response content: application/json: - schema: *354 + schema: *355 examples: - default: *355 + default: *356 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -103077,8 +103089,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 +103116,9 @@ paths: application/json: schema: type: array - items: *354 + items: *355 examples: - default: *356 + default: *357 headers: Link: *38 x-github: @@ -103135,8 +103147,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 +103180,9 @@ paths: description: Response content: application/json: - schema: *354 + schema: *355 examples: - default: *355 + default: *356 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -103194,7 +103206,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 +103244,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 +103295,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 +103332,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 +103372,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 +103409,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 +103451,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 +103477,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 +103513,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 +103542,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 +103552,9 @@ paths: application/json: schema: type: array - items: *363 + items: *364 examples: - default: *696 + default: *697 headers: Link: *38 '404': *6 @@ -103568,16 +103580,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 +103613,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 +103681,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 +103709,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 +103751,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 +103910,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 +103962,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 +103993,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 +104028,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 +104089,7 @@ paths: description: Response content: application/json: - schema: *367 + schema: *368 examples: default: value: @@ -104108,7 +104120,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 +104132,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 +104165,7 @@ paths: application/json: schema: oneOf: - - &701 + - &702 title: Private User description: Private User type: object @@ -104403,7 +104415,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 +104575,7 @@ paths: description: Response content: application/json: - schema: *701 + schema: *702 examples: default: value: @@ -104909,7 +104921,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 +104929,7 @@ paths: application/json: schema: *286 examples: - default: *474 + default: *475 '401': *23 '403': *27 '404': *6 @@ -104961,7 +104973,7 @@ paths: type: integer secrets: type: array - items: &702 + items: &703 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -105003,7 +105015,7 @@ paths: - visibility - selected_repositories_url examples: - default: *476 + default: *477 headers: Link: *38 x-github: @@ -105081,7 +105093,7 @@ paths: description: Response content: application/json: - schema: *702 + schema: *703 examples: default: value: @@ -105227,7 +105239,7 @@ paths: type: array items: *191 examples: - default: *703 + default: *704 '401': *23 '403': *27 '404': *6 @@ -105379,7 +105391,7 @@ paths: application/json: schema: *286 examples: - default: *474 + default: *475 '304': *35 '500': *83 '401': *23 @@ -105437,7 +105449,7 @@ paths: application/json: schema: *286 examples: - default: *474 + default: *475 '401': *23 '403': *27 '404': *6 @@ -105494,7 +105506,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 +105559,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 +105604,9 @@ paths: description: Response content: application/json: - schema: *704 + schema: *705 examples: - default: *705 + default: *706 '404': *6 x-github: githubCloudOnly: false @@ -105631,9 +105643,9 @@ paths: type: integer machines: type: array - items: *475 + items: *476 examples: - default: *706 + default: *707 '304': *35 '500': *83 '401': *23 @@ -105718,11 +105730,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 +106539,7 @@ paths: application/json: schema: *286 examples: - default: *474 + default: *475 '304': *35 '500': *83 '400': *14 @@ -106567,7 +106579,7 @@ paths: application/json: schema: *286 examples: - default: *474 + default: *475 '500': *83 '401': *23 '403': *27 @@ -106599,7 +106611,7 @@ paths: type: array items: *297 examples: - default: &719 + default: &720 value: - id: 197 name: hello_docker @@ -106700,7 +106712,7 @@ paths: application/json: schema: type: array - items: &707 + items: &708 title: Email description: Email type: object @@ -106770,9 +106782,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 +106861,7 @@ paths: application/json: schema: type: array - items: *707 + items: *708 examples: default: value: @@ -107107,7 +107119,7 @@ paths: application/json: schema: type: array - items: &708 + items: &709 title: GPG Key description: A unique encryption key type: object @@ -107252,7 +107264,7 @@ paths: - subkeys - revoked examples: - default: &732 + default: &733 value: - id: 3 name: Octocat's GPG Key @@ -107337,9 +107349,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 +107408,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 +107420,9 @@ paths: description: Response content: application/json: - schema: *708 + schema: *709 examples: - default: *709 + default: *710 '404': *6 '304': *35 '403': *27 @@ -107433,7 +107445,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 +107636,7 @@ paths: type: array items: *62 examples: - default: *711 + default: *712 headers: Link: *38 '404': *6 @@ -107738,7 +107750,7 @@ paths: required: true content: application/json: - schema: *546 + schema: *547 examples: default: value: @@ -107888,7 +107900,7 @@ paths: application/json: schema: type: array - items: &712 + items: &713 title: Key description: Key type: object @@ -107986,9 +107998,9 @@ paths: description: Response content: application/json: - schema: *712 + schema: *713 examples: - default: &713 + default: &714 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -108021,15 +108033,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 +108064,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 +108097,7 @@ paths: application/json: schema: type: array - items: &714 + items: &715 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -108164,7 +108176,7 @@ paths: - account - plan examples: - default: &715 + default: &716 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -108226,9 +108238,9 @@ paths: application/json: schema: type: array - items: *714 + items: *715 examples: - default: *715 + default: *716 headers: Link: *38 '304': *35 @@ -109232,7 +109244,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 +109317,7 @@ paths: type: array items: *57 examples: - default: *717 + default: *718 headers: Link: *38 '304': *35 @@ -109347,7 +109359,7 @@ paths: - docker - nuget - container - - *718 + - *719 - *19 - *17 responses: @@ -109359,8 +109371,8 @@ paths: type: array items: *297 examples: - default: *719 - '400': *720 + default: *720 + '400': *721 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -109389,7 +109401,7 @@ paths: application/json: schema: *297 examples: - default: &733 + default: &734 value: id: 40201 name: octo-name @@ -109844,9 +109856,9 @@ paths: application/json: schema: type: array - items: *707 + items: *708 examples: - default: *721 + default: *722 headers: Link: *38 '304': *35 @@ -109959,7 +109971,7 @@ paths: type: array items: *62 examples: - default: &728 + default: &729 summary: Default response value: - id: 1296269 @@ -110277,9 +110289,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 +110329,9 @@ paths: application/json: schema: type: array - items: *548 + items: *549 examples: - default: *722 + default: *723 headers: Link: *38 '304': *35 @@ -110398,7 +110410,7 @@ paths: application/json: schema: type: array - items: &723 + items: &724 title: Social account description: Social media account type: object @@ -110415,7 +110427,7 @@ paths: - provider - url examples: - default: &724 + default: &725 value: - provider: twitter url: https://twitter.com/github @@ -110478,9 +110490,9 @@ paths: application/json: schema: type: array - items: *723 + items: *724 examples: - default: *724 + default: *725 '422': *15 '304': *35 '404': *6 @@ -110568,7 +110580,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 +110600,7 @@ paths: - title - created_at examples: - default: &734 + default: &735 value: - key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -110655,9 +110667,9 @@ paths: description: Response content: application/json: - schema: *725 + schema: *726 examples: - default: &726 + default: &727 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -110688,7 +110700,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 +110712,9 @@ paths: description: Response content: application/json: - schema: *725 + schema: *726 examples: - default: *726 + default: *727 '404': *6 '304': *35 '403': *27 @@ -110725,7 +110737,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 +110766,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 +110791,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 +110951,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 +110980,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 +111005,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 +111078,7 @@ paths: application/json: schema: type: array - items: *346 + items: *347 examples: default: value: @@ -111152,10 +111164,10 @@ paths: application/json: schema: oneOf: + - *702 - *701 - - *700 examples: - default-response: &730 + default-response: &731 summary: Default response value: login: octocat @@ -111190,7 +111202,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 +111262,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 +111311,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 +111391,7 @@ paths: bundle_url: type: string examples: - default: *418 + default: *419 '201': description: Response content: @@ -111420,7 +111432,7 @@ paths: type: array items: *297 examples: - default: *719 + default: *720 '403': *27 '401': *23 x-github: @@ -111824,9 +111836,9 @@ paths: application/json: schema: type: array - items: *708 + items: *709 examples: - default: *732 + default: *733 headers: Link: *38 x-github: @@ -111930,7 +111942,7 @@ paths: application/json: schema: *20 examples: - default: *545 + default: *546 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -112008,7 +112020,7 @@ paths: type: array items: *57 examples: - default: *717 + default: *718 headers: Link: *38 x-github: @@ -112047,7 +112059,7 @@ paths: - docker - nuget - container - - *718 + - *719 - *213 - *19 - *17 @@ -112060,10 +112072,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 +112105,7 @@ paths: application/json: schema: *297 examples: - default: *733 + default: *734 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -112692,9 +112704,9 @@ paths: description: Response content: application/json: - schema: *333 + schema: *334 examples: - default: *334 + default: *335 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -112722,9 +112734,9 @@ paths: description: Response content: application/json: - schema: *338 + schema: *339 examples: - default: *339 + default: *340 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -112752,9 +112764,9 @@ paths: description: Response content: application/json: - schema: *340 + schema: *341 examples: - default: *341 + default: *342 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -112877,9 +112889,9 @@ paths: application/json: schema: type: array - items: *723 + items: *724 examples: - default: *724 + default: *725 headers: Link: *38 x-github: @@ -112909,9 +112921,9 @@ paths: application/json: schema: type: array - items: *725 + items: *726 examples: - default: *734 + default: *735 headers: Link: *38 x-github: @@ -112936,7 +112948,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 +112960,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 +113124,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 +113193,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 +113214,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 +113287,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 +114200,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 +114279,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 +114506,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 +114698,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 +114773,7 @@ webhooks: required: true content: application/json: - schema: &744 + schema: &745 title: Exemption request cancellation event type: object properties: @@ -114769,11 +114781,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 +115023,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 +115133,7 @@ webhooks: required: true content: application/json: - schema: &745 + schema: &746 title: Exemption request completed event type: object properties: @@ -115129,11 +115141,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 +115215,7 @@ webhooks: required: true content: application/json: - schema: &746 + schema: &747 title: Exemption request created event type: object properties: @@ -115211,11 +115223,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 +115297,7 @@ webhooks: required: true content: application/json: - schema: &747 + schema: &748 title: Exemption response dismissed event type: object properties: @@ -115293,12 +115305,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 +115382,7 @@ webhooks: required: true content: application/json: - schema: &748 + schema: &749 title: Exemption response submitted event type: object properties: @@ -115378,12 +115390,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 +115468,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 +115535,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 +115602,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 +115669,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 +115737,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 +115815,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 +115883,7 @@ webhooks: - MDEwOkNoZWNrU3VpdGU1 pull_requests: type: array - items: *437 + items: *438 repository: *191 status: type: string @@ -115916,7 +115928,7 @@ webhooks: - examples: - neutral - deployment: *749 + deployment: *750 details_url: type: string examples: @@ -115976,7 +115988,7 @@ webhooks: - annotations_url pull_requests: type: array - items: *437 + items: *438 started_at: type: string format: date-time @@ -116014,9 +116026,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 +116421,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 +116820,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 +117228,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 +118223,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 +118911,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 +119593,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 +119762,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 +119914,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 +120091,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 +120332,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 +120435,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 +120617,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 +120788,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 +120965,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 +121070,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 +121250,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 +121260,7 @@ webhooks: type: - string - 'null' - repository: *740 + repository: *741 sender: *4 required: - action @@ -121344,7 +121356,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 +121503,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 +121770,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 +121854,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 +121875,7 @@ webhooks: enum: - tag - branch - repository: *740 + repository: *741 sender: *4 required: - ref @@ -121946,9 +121958,9 @@ webhooks: enum: - created definition: *112 - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *738 + installation: *739 + organization: *740 sender: *4 required: - action @@ -122033,9 +122045,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 +122125,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 +122205,9 @@ webhooks: enum: - updated definition: *112 - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *738 + installation: *739 + organization: *740 sender: *4 required: - action @@ -122272,10 +122284,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 +122372,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 +122467,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 +122555,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 +122643,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 +122729,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 +122815,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 +122902,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 +122988,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 +123069,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 +123109,8 @@ webhooks: - verified - created_at - read_only - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 required: - action @@ -123175,11 +123187,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 +123763,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 +124506,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 +124583,7 @@ webhooks: type: string enum: - approved - approver: &756 + approver: &757 type: object properties: avatar_url: @@ -124614,11 +124626,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 +124711,7 @@ webhooks: sender: *4 since: type: string - workflow_job_run: &758 + workflow_job_run: &759 type: object properties: conclusion: @@ -125445,18 +125457,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 +126185,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 +128134,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 +128830,7 @@ webhooks: type: string enum: - answered - answer: &762 + answer: &763 type: object properties: author_association: @@ -128978,7 +128990,7 @@ webhooks: - created_at - updated_at - body - discussion: &760 + discussion: &761 title: Discussion description: A Discussion in a repository. type: object @@ -129274,7 +129286,7 @@ webhooks: - id labels: type: array - items: *555 + items: *556 required: - repository_url - category @@ -129296,10 +129308,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 +129438,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 +129525,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 +129611,7 @@ webhooks: type: string enum: - created - comment: &761 + comment: &762 type: object properties: author_association: @@ -129759,11 +129771,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 +129858,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 +129958,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 +130047,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 +130133,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 +130237,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 +130323,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 +130359,8 @@ webhooks: - color - default - description - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 required: - action @@ -130431,11 +130443,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 +130529,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 +130615,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 +130704,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 +130796,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 +130881,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 +130969,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 +131055,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 +131131,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 +131197,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 +131263,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 +131329,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 +131395,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 +131461,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 +131527,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 +131594,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 +132272,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 +132420,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 +132460,7 @@ webhooks: - action - sha - html_url - repository: *740 + repository: *741 sender: *4 required: - pages @@ -132524,10 +132536,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 +132565,8 @@ webhooks: - name - full_name - private - repository: *740 - requester: *764 + repository: *741 + requester: *765 sender: *4 required: - action @@ -132629,11 +132641,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 +132722,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 +132803,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 +132852,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 +132939,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 +132969,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 +133050,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 +133237,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 +133319,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 +133571,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 +134763,8 @@ webhooks: - state - locked - assignee - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 required: - action @@ -134832,7 +134844,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 +135011,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 +136201,8 @@ webhooks: - state - locked - assignee - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 required: - action @@ -136270,7 +136282,7 @@ webhooks: type: string enum: - edited - changes: &793 + changes: &794 description: The changes to the comment. type: object properties: @@ -136282,9 +136294,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 +137486,8 @@ webhooks: - state - locked - assignee - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 required: - action @@ -137557,10 +137569,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 +138517,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 required: - action @@ -138586,8 +138598,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 +139692,8 @@ webhooks: required: - state - closed_at - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 required: - action @@ -139760,8 +139772,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 +140713,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 required: - action @@ -140781,8 +140793,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 +141736,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 +141879,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 required: - action @@ -141967,8 +141979,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 +142925,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 +143007,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 +143952,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 +144034,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 +144981,8 @@ webhooks: format: uri user_view_type: type: string - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 required: - action @@ -145049,8 +145061,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 +146002,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 +147486,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 +148431,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 required: - action @@ -148500,9 +148512,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 +149452,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 required: - action @@ -149520,8 +149532,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 +150478,8 @@ webhooks: user_view_type: type: string type: *280 - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 required: - action @@ -151968,11 +151980,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 +152064,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 +152150,7 @@ webhooks: type: string enum: - unassigned - assignee: &796 + assignee: &797 title: User type: - object @@ -152210,11 +152222,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 +152305,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 +152390,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 +153335,8 @@ webhooks: format: uri user_view_type: type: string - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 required: - action @@ -153404,11 +153416,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 +153499,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 +153584,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 +153666,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 +153780,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 +153866,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 +153956,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 +154041,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *740 + repository: *741 sender: *4 required: - action @@ -154109,10 +154121,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 +154212,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *740 + repository: *741 sender: *4 required: - action @@ -154282,10 +154294,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 +154383,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *740 + repository: *741 sender: *4 required: - action @@ -154452,8 +154464,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 +154551,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 +154633,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 +154740,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 +154846,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 +154929,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 +155011,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 +155093,7 @@ webhooks: required: - login - id - team: &774 + team: &775 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -155274,11 +155286,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 +155369,7 @@ webhooks: required: - login - id - team: *774 + team: *775 required: - action - scope @@ -155439,8 +155451,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 +155471,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 +155565,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 +155641,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 +155749,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 +155834,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 +155917,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 +156061,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 required: - action @@ -156129,11 +156141,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 +156255,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 +156339,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 +156422,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 +156505,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 +156588,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 +156684,8 @@ webhooks: - role - organization_url - user - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 required: - action @@ -156751,11 +156763,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 +156846,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 +156969,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 +157050,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 +157141,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 +157221,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 +157746,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: &778 + items: &779 title: Ruby Gems metadata type: object properties: @@ -157831,7 +157843,7 @@ webhooks: - owner - package_version - registry - repository: *740 + repository: *741 sender: *4 required: - action @@ -157907,9 +157919,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 +158283,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *778 + items: *779 source_url: type: string format: uri @@ -158342,7 +158354,7 @@ webhooks: - owner - package_version - registry - repository: *740 + repository: *741 sender: *4 required: - action @@ -158523,12 +158535,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 +158617,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 +158767,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 +158847,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 +158927,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 +159006,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 +159115,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 +159147,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 +159393,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 +159519,7 @@ webhooks: - creator - created_at - updated_at - repository: *740 + repository: *741 sender: *4 required: - action @@ -159588,11 +159600,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 +159684,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 +159816,7 @@ webhooks: repository: anyOf: - type: 'null' - - *740 + - *741 sender: *4 required: - action @@ -159898,11 +159910,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 +160008,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 +160207,7 @@ webhooks: type: string required: - after_id - repository: *740 + repository: *741 sender: *4 required: - action @@ -160275,10 +160287,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 +160417,7 @@ webhooks: - creator - created_at - updated_at - repository: *740 + repository: *741 sender: *4 required: - action @@ -160485,10 +160497,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 +160540,7 @@ webhooks: - name - created_at - updated_at - repository: *740 + repository: *741 sender: *4 required: - action @@ -160607,14 +160619,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 +160715,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 +160799,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 +160883,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 +160967,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 +161075,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 +161158,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 +161243,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 +161393,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 +161476,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 +161599,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 +161684,7 @@ webhooks: type: string enum: - archived - changes: &788 + changes: &789 type: object properties: archived_at: @@ -161688,9 +161700,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 +161841,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 +161925,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 +162008,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 +162115,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 +162135,7 @@ webhooks: required: - id - name - - &787 + - &788 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -162152,8 +162164,8 @@ webhooks: oneOf: - type: string - type: integer - - *786 - *787 + - *788 type: - 'null' - string @@ -162176,9 +162188,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 +162287,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 +162372,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 +162457,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 +162540,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 +162677,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 +162825,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 +162898,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 +162978,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 +165333,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *740 + repository: *741 sender: *4 required: - action @@ -165403,11 +165415,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 +167761,7 @@ webhooks: - draft reason: type: string - repository: *740 + repository: *741 sender: *4 required: - action @@ -167831,11 +167843,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 +170189,7 @@ webhooks: - draft reason: type: string - repository: *740 + repository: *741 sender: *4 required: - action @@ -170259,13 +170271,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 +170339,7 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *740 + repository: *741 sender: *4 required: - action @@ -170408,12 +170420,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 +170505,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 +172836,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *740 + repository: *741 sender: *4 required: - action @@ -172903,11 +172915,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 +175265,7 @@ webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *740 + repository: *741 sender: *4 required: - action @@ -175377,12 +175389,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 +175474,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 +177809,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *740 + repository: *741 sender: *4 required: - action @@ -177877,11 +177889,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 +180241,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *740 + repository: *741 sender: *4 required: - action @@ -180310,10 +180322,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 +182671,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *740 + repository: *741 sender: *4 required: - action @@ -182739,12 +182751,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 +182835,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 +182921,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 +183006,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 +183386,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 +185618,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *740 + repository: *741 sender: *4 required: - action @@ -185686,7 +185698,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 +185991,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 +188211,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *740 + repository: *741 sender: *4 required: - action @@ -188279,11 +188291,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 +190516,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *740 + repository: *741 sender: *4 required: - action @@ -190585,9 +190597,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 +192832,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *740 + repository: *741 review: description: The review that was affected. type: object @@ -193066,9 +193078,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 +195194,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 +195428,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 +197780,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *740 + repository: *741 requested_reviewer: title: User type: @@ -197854,12 +197866,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 +200225,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 +200420,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 +202774,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *740 + repository: *741 requested_reviewer: title: User type: @@ -202849,12 +202861,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 +205206,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 +205390,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 +207628,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *740 - review: *795 + repository: *741 + review: *796 sender: *4 required: - action @@ -207697,9 +207709,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 +209842,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *740 + repository: *741 sender: *4 thread: type: object @@ -210222,9 +210234,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 +212350,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *740 + repository: *741 sender: *4 thread: type: object @@ -212732,10 +212744,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 +215082,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *740 + repository: *741 sender: *4 required: - action @@ -215152,11 +215164,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 +217518,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *740 + repository: *741 sender: *4 required: - action @@ -217585,11 +217597,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 +219940,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *740 + repository: *741 sender: *4 required: - action @@ -220009,10 +220021,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 +222353,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *740 + repository: *741 sender: *4 required: - action @@ -222544,7 +222556,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 +222651,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 +223240,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 +223719,7 @@ webhooks: type: string rubygems_metadata: type: array - items: *778 + items: *779 summary: type: string tag_name: @@ -223763,7 +223775,7 @@ webhooks: - owner - package_version - registry - repository: *740 + repository: *741 sender: *4 required: - action @@ -223841,9 +223853,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 +224167,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *778 + items: *779 summary: type: string tag_name: @@ -224205,7 +224217,7 @@ webhooks: - owner - package_version - registry - repository: *740 + repository: *741 sender: *4 required: - action @@ -224282,10 +224294,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 +224613,7 @@ webhooks: - tarball_url - zipball_url - body - repository: *740 + repository: *741 sender: *4 required: - action @@ -224678,11 +224690,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 +224811,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 +224893,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 +225216,7 @@ webhooks: - string - 'null' format: uri - repository: *740 + repository: *741 sender: *4 required: - action @@ -225280,10 +225292,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 +225613,7 @@ webhooks: - string - 'null' format: uri - repository: *740 + repository: *741 sender: *4 required: - action @@ -225677,11 +225689,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 +225769,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 +225849,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 +225929,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 +226009,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 +226089,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 +226170,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 +226258,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 +226376,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 +226451,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 +226535,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 +226615,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 +226712,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 +226795,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 +226877,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 +226959,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 +227270,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 +227351,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 +227432,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 +227556,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 +227769,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 +227850,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 +228056,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 +228137,7 @@ webhooks: type: string enum: - created - alert: &800 + alert: &801 type: object properties: number: *96 @@ -228235,10 +228247,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 +228331,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 +228573,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 +228655,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 +228737,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 +228819,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 +228953,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 +229034,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 +229224,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 +229301,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 +229491,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 +229572,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 +229882,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 +229975,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 +230057,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 +230141,7 @@ webhooks: type: string enum: - pending_tier_change - changes: &805 + changes: &806 type: object properties: tier: @@ -230173,13 +230185,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 +230268,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 +230348,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 +230435,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 +230872,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 +230996,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 +231088,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 +231180,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 +231272,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 +231351,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 +231549,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 +232021,7 @@ webhooks: - topics - visibility sender: *4 - team: *806 + team: *807 required: - action - team @@ -232085,9 +232097,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 +232569,7 @@ webhooks: - topics - visibility sender: *4 - team: *806 + team: *807 required: - action - team @@ -232634,9 +232646,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 +233118,7 @@ webhooks: - topics - visibility sender: *4 - team: *806 + team: *807 required: - action - team @@ -233250,9 +233262,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 +233734,7 @@ webhooks: - topics - visibility sender: *4 - team: *806 + team: *807 required: - action - changes @@ -233800,9 +233812,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 +234284,7 @@ webhooks: - topics - visibility sender: *4 - team: *806 + team: *807 required: - action - team @@ -234348,10 +234360,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 +234436,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 +234528,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 +234787,7 @@ webhooks: type: string required: - conclusion - deployment: *507 + deployment: *508 required: - action - repository @@ -234854,10 +234866,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 +235151,7 @@ webhooks: required: - status - steps - deployment: *507 + deployment: *508 required: - action - repository @@ -235218,10 +235230,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 +235379,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *507 + deployment: *508 required: - action - repository @@ -235446,10 +235458,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 +235608,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *507 + deployment: *508 required: - action - repository @@ -235676,12 +235688,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 +236712,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 +237721,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 68aede46f..9f28f6c17 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": { @@ -29363,6 +29366,9 @@ }, { "$ref": "#/components/parameters/secret-scanning-alert-multi-repo" + }, + { + "$ref": "#/components/parameters/secret-scanning-alert-hide-secret" } ], "responses": { @@ -65894,6 +65900,9 @@ }, { "$ref": "#/components/parameters/secret-scanning-alert-multi-repo" + }, + { + "$ref": "#/components/parameters/secret-scanning-alert-hide-secret" } ], "responses": { @@ -65951,6 +65960,9 @@ }, { "$ref": "#/components/parameters/alert-number" + }, + { + "$ref": "#/components/parameters/secret-scanning-alert-hide-secret" } ], "responses": { @@ -326639,6 +326651,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 d43c938b8..a5ed08859 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 @@ -21246,6 +21247,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 +47761,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 +47803,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 @@ -244082,6 +244086,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 68aede46f..9f28f6c17 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": { @@ -29363,6 +29366,9 @@ }, { "$ref": "#/components/parameters/secret-scanning-alert-multi-repo" + }, + { + "$ref": "#/components/parameters/secret-scanning-alert-hide-secret" } ], "responses": { @@ -65894,6 +65900,9 @@ }, { "$ref": "#/components/parameters/secret-scanning-alert-multi-repo" + }, + { + "$ref": "#/components/parameters/secret-scanning-alert-hide-secret" } ], "responses": { @@ -65951,6 +65960,9 @@ }, { "$ref": "#/components/parameters/alert-number" + }, + { + "$ref": "#/components/parameters/secret-scanning-alert-hide-secret" } ], "responses": { @@ -326639,6 +326651,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 d43c938b8..a5ed08859 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 @@ -21246,6 +21247,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 +47761,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 +47803,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 @@ -244082,6 +244086,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