From 123053a446907286a17f473ed42e155c7817d3c6 Mon Sep 17 00:00:00 2001 From: github-openapi-bot Date: Mon, 15 Sep 2025 11:38:22 -0700 Subject: [PATCH] Update OpenAPI 3.1 Descriptions --- .../dereferenced/ghec.2022-11-28.deref.json | 308 + .../dereferenced/ghec.2022-11-28.deref.yaml | 11960 ++++++++-------- .../ghec/dereferenced/ghec.deref.json | 308 + .../ghec/dereferenced/ghec.deref.yaml | 11960 ++++++++-------- descriptions-next/ghec/ghec.2022-11-28.json | 137 + descriptions-next/ghec/ghec.2022-11-28.yaml | 94 + descriptions-next/ghec/ghec.json | 137 + descriptions-next/ghec/ghec.yaml | 94 + 8 files changed, 13124 insertions(+), 11874 deletions(-) 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 fbeeaff94..58a10bfa5 100644 --- a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json +++ b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json @@ -18771,6 +18771,314 @@ } } }, + "/enterprises/{enterprise}/access-restrictions/disable": { + "post": { + "summary": "Disable access restrictions for an enterprise", + "description": "Disable access restriction by proxy header using the network proxy owned by the enterprise.", + "operationId": "enterprise-admin/disable-access-restrictions", + "tags": [ + "enterprise-admin" + ], + "externalDocs": { + "description": "API method documentation", + "url": "https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/enterprises#disable-access-restrictions-for-an-enterprise" + }, + "parameters": [ + { + "name": "enterprise", + "description": "The slug version of the enterprise name.", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Response", + "content": { + "application/json": { + "schema": { + "type": "object", + "title": "Enterprise Access Restrictions", + "description": "Information about the enterprise access restrictions proxy header.", + "properties": { + "message": { + "type": "string", + "description": "The message returned for the request." + }, + "header_name": { + "type": "string", + "description": "The name of the proxy header.", + "examples": [ + "sec-GitHub-allowed-enterprise" + ] + }, + "header_value": { + "type": "string", + "description": "The value of the proxy header." + } + }, + "required": [ + "message", + "header_name", + "header_value" + ] + }, + "examples": { + "default": { + "value": { + "message": "Enterprise access restrictions successfully disabled.", + "header_name": "sec-GitHub-allowed-enterprise", + "header_value": "12345" + } + } + } + } + } + }, + "400": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + }, + "url": { + "type": "string" + }, + "status": { + "type": "string" + } + } + } + } + } + }, + "404": { + "description": "Resource not found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + }, + "url": { + "type": "string" + }, + "status": { + "type": "string" + } + } + } + } + } + }, + "500": { + "description": "Internal Error", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + }, + "url": { + "type": "string" + }, + "status": { + "type": "string" + } + } + } + } + } + } + }, + "x-github": { + "githubCloudOnly": true, + "enabledForGitHubApps": false, + "category": "enterprise-admin", + "subcategory": "enterprises" + } + } + }, + "/enterprises/{enterprise}/access-restrictions/enable": { + "post": { + "summary": "Enable access restrictions for an enterprise", + "description": "Enable access restriction by proxy header using the network proxy owned by the enterprise.", + "operationId": "enterprise-admin/enable-access-restrictions", + "tags": [ + "enterprise-admin" + ], + "externalDocs": { + "description": "API method documentation", + "url": "https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/enterprises#enable-access-restrictions-for-an-enterprise" + }, + "parameters": [ + { + "name": "enterprise", + "description": "The slug version of the enterprise name.", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Response", + "content": { + "application/json": { + "schema": { + "type": "object", + "title": "Enterprise Access Restrictions", + "description": "Information about the enterprise access restrictions proxy header.", + "properties": { + "message": { + "type": "string", + "description": "The message returned for the request." + }, + "header_name": { + "type": "string", + "description": "The name of the proxy header.", + "examples": [ + "sec-GitHub-allowed-enterprise" + ] + }, + "header_value": { + "type": "string", + "description": "The value of the proxy header." + } + }, + "required": [ + "message", + "header_name", + "header_value" + ] + }, + "examples": { + "default": { + "value": { + "message": "Enterprise access restrictions successfully enabled.", + "header_name": "sec-GitHub-allowed-enterprise", + "header_value": "12345" + } + } + } + } + } + }, + "400": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + }, + "url": { + "type": "string" + }, + "status": { + "type": "string" + } + } + } + } + } + }, + "404": { + "description": "Resource not found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + }, + "url": { + "type": "string" + }, + "status": { + "type": "string" + } + } + } + } + } + }, + "500": { + "description": "Internal Error", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + }, + "url": { + "type": "string" + }, + "status": { + "type": "string" + } + } + } + } + } + } + }, + "x-github": { + "githubCloudOnly": true, + "enabledForGitHubApps": false, + "category": "enterprise-admin", + "subcategory": "enterprises" + } + } + }, "/enterprises/{enterprise}/actions/cache/usage": { "get": { "summary": "Get GitHub Actions cache usage for an enterprise", 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 b06756d63..cbd8fb196 100644 --- a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml +++ b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml @@ -444,7 +444,7 @@ paths: The EPSS percentile represents the relative rank of the CVE's likelihood of being exploited compared to other CVEs. schema: type: string - - &96 + - &97 name: before description: A cursor, as given in the [Link header](https://docs.github.com/enterprise-cloud@latest//rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for results before this cursor. For @@ -453,7 +453,7 @@ paths: required: false schema: type: string - - &97 + - &98 name: after description: A cursor, as given in the [Link header](https://docs.github.com/enterprise-cloud@latest//rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for results after this cursor. For @@ -462,7 +462,7 @@ paths: required: false schema: type: string - - &98 + - &99 name: direction description: The direction to sort the results by. in: query @@ -701,7 +701,7 @@ paths: required: - vector_string - score - cvss_severities: &110 + cvss_severities: &111 type: - object - 'null' @@ -748,7 +748,7 @@ paths: required: - vector_string - score - epss: &111 + epss: &112 type: - object - 'null' @@ -911,7 +911,7 @@ paths: - subscriptions_url - type - url - type: &386 + type: &387 type: string description: The type of credit the user is receiving. enum: @@ -1044,7 +1044,7 @@ paths: description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: &210 + schema: &211 title: Validation Error Simple description: Validation Error Simple type: object @@ -1077,7 +1077,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: - - &702 + - &703 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -1662,7 +1662,7 @@ paths: schema: type: integer default: 30 - - &297 + - &298 name: cursor description: 'Used for pagination: the starting delivery from which the page of deliveries is fetched. Refer to the `link` header for the next and previous @@ -1678,7 +1678,7 @@ paths: application/json: schema: type: array - items: &298 + items: &299 title: Simple webhook delivery description: Delivery made by a webhook, without request and response information. @@ -1774,7 +1774,7 @@ paths: - installation_id - repository_id examples: - default: &299 + default: &300 value: - id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -1806,7 +1806,7 @@ paths: application/json: schema: *3 application/scim+json: - schema: &712 + schema: &713 title: Scim Error description: Scim Error type: object @@ -1837,7 +1837,7 @@ paths: description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: &209 + schema: &210 title: Validation Error description: Validation Error type: object @@ -1909,7 +1909,7 @@ paths: description: Response content: application/json: - schema: &300 + schema: &301 title: Webhook delivery description: Delivery made by a webhook. type: object @@ -2044,7 +2044,7 @@ paths: - request - response examples: - default: &301 + default: &302 value: id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -2248,7 +2248,7 @@ paths: parameters: - *17 - *19 - - &175 + - &176 name: since description: 'Only show results that were last updated after the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) @@ -2814,7 +2814,7 @@ paths: suspended_at: suspended_by: headers: - Link: &38 + Link: &41 example: ; rel="next", ; rel="last" schema: @@ -2855,7 +2855,7 @@ paths: application/json: schema: *20 examples: - default: &75 + default: &77 value: id: 1 account: @@ -3006,7 +3006,7 @@ paths: - selected repositories: type: array - items: &65 + items: &67 title: Repository description: A repository on GitHub. type: object @@ -3033,7 +3033,7 @@ paths: license: anyOf: - type: 'null' - - &186 + - &187 title: License Simple description: License Simple type: object @@ -5411,7 +5411,7 @@ paths: responses: '202': *37 '422': *7 - '500': &89 + '500': &38 description: Internal Error content: application/json: @@ -7669,6 +7669,98 @@ paths: enabledForGitHubApps: false category: enterprise-admin subcategory: admin-stats + "/enterprises/{enterprise}/access-restrictions/disable": + post: + summary: Disable access restrictions for an enterprise + description: Disable access restriction by proxy header using the network proxy + owned by the enterprise. + operationId: enterprise-admin/disable-access-restrictions + tags: + - enterprise-admin + externalDocs: + description: API method documentation + url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/enterprises#disable-access-restrictions-for-an-enterprise + parameters: + - &39 + name: enterprise + description: The slug version of the enterprise name. + in: path + required: true + schema: + type: string + responses: + '200': + description: Response + content: + application/json: + schema: &40 + type: object + title: Enterprise Access Restrictions + description: Information about the enterprise access restrictions + proxy header. + properties: + message: + type: string + description: The message returned for the request. + header_name: + type: string + description: The name of the proxy header. + examples: + - sec-GitHub-allowed-enterprise + header_value: + type: string + description: The value of the proxy header. + required: + - message + - header_name + - header_value + examples: + default: + value: + message: Enterprise access restrictions successfully disabled. + header_name: sec-GitHub-allowed-enterprise + header_value: '12345' + '400': *27 + '404': *6 + '500': *38 + x-github: + githubCloudOnly: true + enabledForGitHubApps: false + category: enterprise-admin + subcategory: enterprises + "/enterprises/{enterprise}/access-restrictions/enable": + post: + summary: Enable access restrictions for an enterprise + description: Enable access restriction by proxy header using the network proxy + owned by the enterprise. + operationId: enterprise-admin/enable-access-restrictions + tags: + - enterprise-admin + externalDocs: + description: API method documentation + url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/enterprises#enable-access-restrictions-for-an-enterprise + parameters: + - *39 + responses: + '200': + description: Response + content: + application/json: + schema: *40 + examples: + default: + value: + message: Enterprise access restrictions successfully enabled. + header_name: sec-GitHub-allowed-enterprise + header_value: '12345' + '400': *27 + '404': *6 + '500': *38 + x-github: + githubCloudOnly: true + enabledForGitHubApps: false + category: enterprise-admin + subcategory: enterprises "/enterprises/{enterprise}/actions/cache/usage": get: summary: Get GitHub Actions cache usage for an enterprise @@ -7684,19 +7776,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#get-github-actions-cache-usage-for-an-enterprise parameters: - - &39 - name: enterprise - description: The slug version of the enterprise name. - in: path - required: true - schema: - type: string + - *39 responses: '200': description: Response content: application/json: - schema: &211 + schema: &212 type: object properties: total_active_caches_count: @@ -7711,12 +7797,12 @@ paths: - total_active_caches_count - total_active_caches_size_in_bytes examples: - default: &212 + default: &213 value: total_active_caches_size_in_bytes: 3344284 total_active_caches_count: 5 headers: - Link: *38 + Link: *41 x-github: enabledForGitHubApps: false githubCloudOnly: true @@ -7754,7 +7840,7 @@ paths: type: integer runners: type: array - items: &40 + items: &42 title: GitHub-hosted hosted runner description: A Github-hosted hosted runner. type: object @@ -7811,7 +7897,7 @@ paths: - size_gb - display_name - source - machine_size_details: &43 + machine_size_details: &45 title: Github-owned VM details. description: Provides details of a particular machine spec. type: object @@ -7916,7 +8002,7 @@ paths: - public_ip_enabled - platform examples: - default: &213 + default: &214 value: total_count: 2 runners: @@ -7958,7 +8044,7 @@ paths: public_ips: [] last_active_on: '2023-04-26T15:23:37Z' headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -8044,9 +8130,9 @@ paths: description: Response content: application/json: - schema: *40 + schema: *42 examples: - default: &44 + default: &46 value: id: 5 name: My hosted ubuntu runner @@ -8101,7 +8187,7 @@ paths: type: integer images: type: array - items: &41 + items: &43 title: GitHub-hosted runner image details. description: Provides details of a hosted runner image type: object @@ -8141,7 +8227,7 @@ paths: - display_name - source examples: - default: &42 + default: &44 value: id: ubuntu-20.04 platform: linux-x64 @@ -8181,9 +8267,9 @@ paths: type: integer images: type: array - items: *41 + items: *43 examples: - default: *42 + default: *44 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -8206,7 +8292,7 @@ paths: description: Response content: application/json: - schema: &214 + schema: &215 type: object properties: public_ips: @@ -8233,7 +8319,7 @@ paths: required: - public_ips examples: - default: &215 + default: &216 value: public_ips: current_usage: 17 @@ -8271,9 +8357,9 @@ paths: type: integer machine_specs: type: array - items: *43 + items: *45 examples: - default: &216 + default: &217 value: id: 4-core cpu_cores: 4 @@ -8341,7 +8427,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/hosted-runners#get-a-github-hosted-runner-for-an-enterprise parameters: - *39 - - &45 + - &47 name: hosted_runner_id description: Unique identifier of the GitHub-hosted runner. in: path @@ -8353,11 +8439,11 @@ paths: description: Response content: application/json: - schema: *40 + schema: *42 examples: - default: *44 + default: *46 headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -8376,7 +8462,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/hosted-runners#update-a-github-hosted-runner-for-an-enterprise parameters: - *39 - - *45 + - *47 requestBody: required: true content: @@ -8414,9 +8500,9 @@ paths: description: Response content: application/json: - schema: *40 + schema: *42 examples: - default: *44 + default: *46 x-github: enabledForGitHubApps: false githubCloudOnly: true @@ -8433,15 +8519,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/hosted-runners#delete-a-github-hosted-runner-for-an-enterprise parameters: - *39 - - *45 + - *47 responses: '202': description: Response content: application/json: - schema: *40 + schema: *42 examples: - default: *44 + default: *46 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -8510,7 +8596,7 @@ paths: schema: type: object properties: - enabled_organizations: &46 + enabled_organizations: &48 type: string description: The policy that controls the organizations in the enterprise that are allowed to run GitHub Actions. @@ -8523,7 +8609,7 @@ paths: description: The API URL to use to get or set the selected organizations that are allowed to run GitHub Actions, when `enabled_organizations` is set to `selected`. - allowed_actions: &47 + allowed_actions: &49 type: string description: The permissions policy that controls the actions and reusable workflows that are allowed to run. @@ -8531,12 +8617,12 @@ paths: - all - local_only - selected - selected_actions_url: &219 + selected_actions_url: &220 type: string description: The API URL to use to get or set the actions and reusable workflows that are allowed to run, when `allowed_actions` is set to `selected`. - sha_pinning_required: &48 + sha_pinning_required: &50 type: boolean description: Whether actions must be pinned to a full-length commit SHA. @@ -8578,9 +8664,9 @@ paths: schema: type: object properties: - enabled_organizations: *46 - allowed_actions: *47 - sha_pinning_required: *48 + enabled_organizations: *48 + allowed_actions: *49 + sha_pinning_required: *50 required: - enabled_organizations examples: @@ -8611,7 +8697,7 @@ paths: description: Successfully retrieved the artifact and log retention settings content: application/json: - schema: &221 + schema: &222 type: object properties: days: @@ -8629,7 +8715,7 @@ paths: value: days: 90 maximum_allowed_days: 365 - '401': &713 + '401': &714 description: Authorization failure '404': *6 x-github: @@ -8657,7 +8743,7 @@ paths: required: true content: application/json: - schema: &222 + schema: &223 type: object properties: days: @@ -8692,7 +8778,7 @@ paths: description: Response content: application/json: - schema: &49 + schema: &51 type: object properties: approval_policy: @@ -8706,7 +8792,7 @@ paths: required: - approval_policy examples: - default: &223 + default: &224 value: approval_policy: first_time_contributors '404': *6 @@ -8735,7 +8821,7 @@ paths: required: true content: application/json: - schema: *49 + schema: *51 examples: default: summary: Set approval policy to first time contributors @@ -8764,7 +8850,7 @@ paths: description: Response content: application/json: - schema: &224 + schema: &225 type: object required: - run_workflows_from_fork_pull_requests @@ -8790,7 +8876,7 @@ paths: description: Whether workflows triggered by pull requests from forks require approval from a repository administrator to run. examples: - default: &50 + default: &52 value: run_workflows_from_fork_pull_requests: true send_write_tokens_to_workflows: false @@ -8818,7 +8904,7 @@ paths: required: true content: application/json: - schema: &225 + schema: &226 type: object required: - run_workflows_from_fork_pull_requests @@ -8841,7 +8927,7 @@ paths: description: Whether workflows triggered by pull requests from forks require approval from a repository administrator to run. examples: - default: *50 + default: *52 responses: '204': description: Empty response for successful settings update @@ -8881,7 +8967,7 @@ paths: type: number organizations: type: array - items: &60 + items: &62 title: Organization Simple description: A GitHub organization. type: object @@ -8956,7 +9042,7 @@ paths: - total_count - organizations examples: - default: &61 + default: &63 value: total_count: 1 organizations: @@ -9035,7 +9121,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#enable-a-selected-organization-for-github-actions-in-an-enterprise parameters: - *39 - - &51 + - &53 name: org_id description: The unique identifier of the organization. in: path @@ -9064,7 +9150,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#disable-a-selected-organization-for-github-actions-in-an-enterprise parameters: - *39 - - *51 + - *53 responses: '204': description: Response @@ -9093,7 +9179,7 @@ paths: description: Response content: application/json: - schema: &52 + schema: &54 type: object properties: github_owned_allowed: @@ -9114,7 +9200,7 @@ paths: items: type: string examples: - default: &53 + default: &55 value: github_owned_allowed: true verified_allowed: false @@ -9147,9 +9233,9 @@ paths: required: true content: application/json: - schema: *52 + schema: *54 examples: - selected_actions: *53 + selected_actions: *55 x-github: enabledForGitHubApps: false githubCloudOnly: true @@ -9254,17 +9340,17 @@ paths: description: Success response content: application/json: - schema: &228 + schema: &229 type: object properties: - default_workflow_permissions: &54 + default_workflow_permissions: &56 type: string description: The default workflow permissions granted to the GITHUB_TOKEN when running workflows. enum: - read - write - can_approve_pull_request_reviews: &55 + can_approve_pull_request_reviews: &57 type: boolean description: Whether GitHub Actions can approve pull requests. Enabling this can be a security risk. @@ -9272,7 +9358,7 @@ paths: - default_workflow_permissions - can_approve_pull_request_reviews examples: - default: &56 + default: &58 summary: Give read-only permission, and allow approving PRs. value: default_workflow_permissions: read @@ -9302,13 +9388,13 @@ paths: required: true content: application/json: - schema: &229 + schema: &230 type: object properties: - default_workflow_permissions: *54 - can_approve_pull_request_reviews: *55 + default_workflow_permissions: *56 + can_approve_pull_request_reviews: *57 examples: - default: *56 + default: *58 responses: '204': description: Success response @@ -9353,7 +9439,7 @@ paths: type: number runner_groups: type: array - items: &57 + items: &59 type: object properties: id: @@ -9534,9 +9620,9 @@ paths: description: Response content: application/json: - schema: *57 + schema: *59 examples: - default: &58 + default: &60 value: id: 2 name: octo-runner-group @@ -9571,7 +9657,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#get-a-self-hosted-runner-group-for-an-enterprise parameters: - *39 - - &59 + - &61 name: runner_group_id description: Unique identifier of the self-hosted runner group. in: path @@ -9583,9 +9669,9 @@ paths: description: Response content: application/json: - schema: *57 + schema: *59 examples: - default: *58 + default: *60 x-github: enabledForGitHubApps: false githubCloudOnly: true @@ -9605,7 +9691,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#update-a-self-hosted-runner-group-for-an-enterprise parameters: - *39 - - *59 + - *61 requestBody: required: false content: @@ -9659,7 +9745,7 @@ paths: description: Response content: application/json: - schema: *57 + schema: *59 examples: default: value: @@ -9695,7 +9781,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#delete-a-self-hosted-runner-group-from-an-enterprise parameters: - *39 - - *59 + - *61 responses: '204': description: Response @@ -9719,7 +9805,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#list-organization-access-to-a-self-hosted-runner-group-in-an-enterprise parameters: - *39 - - *59 + - *61 - *17 - *19 responses: @@ -9734,12 +9820,12 @@ paths: type: number organizations: type: array - items: *60 + items: *62 required: - total_count - organizations examples: - default: *61 + default: *63 x-github: enabledForGitHubApps: false githubCloudOnly: true @@ -9759,7 +9845,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#set-organization-access-for-a-self-hosted-runner-group-in-an-enterprise parameters: - *39 - - *59 + - *61 requestBody: required: true content: @@ -9805,8 +9891,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#add-organization-access-to-a-self-hosted-runner-group-in-an-enterprise parameters: - *39 - - *59 - - *51 + - *61 + - *53 responses: '204': description: Response @@ -9829,8 +9915,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#remove-organization-access-to-a-self-hosted-runner-group-in-an-enterprise parameters: - *39 - - *59 - - *51 + - *61 + - *53 responses: '204': description: Response @@ -9854,7 +9940,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#list-self-hosted-runners-in-a-group-for-an-enterprise parameters: - *39 - - *59 + - *61 - *17 - *19 responses: @@ -9869,7 +9955,7 @@ paths: type: number runners: type: array - items: &63 + items: &65 title: Self hosted runners description: A self hosted runner type: object @@ -9903,7 +9989,7 @@ paths: type: boolean labels: type: array - items: &67 + items: &69 title: Self hosted runner label description: A label for a self hosted runner type: object @@ -9936,7 +10022,7 @@ paths: - total_count - runners examples: - default: &64 + default: &66 value: total_count: 2 runners: @@ -9976,7 +10062,7 @@ paths: name: no-gpu type: custom headers: - Link: *38 + Link: *41 x-github: enabledForGitHubApps: false githubCloudOnly: true @@ -9996,7 +10082,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#set-self-hosted-runners-in-a-group-for-an-enterprise parameters: - *39 - - *59 + - *61 requestBody: required: true content: @@ -10041,8 +10127,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#add-a-self-hosted-runner-to-a-group-for-an-enterprise parameters: - *39 - - *59 - - &62 + - *61 + - &64 name: runner_id description: Unique identifier of the self-hosted runner. in: path @@ -10071,8 +10157,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#remove-a-self-hosted-runner-from-a-group-for-an-enterprise parameters: - *39 - - *59 - - *62 + - *61 + - *64 responses: '204': description: Response @@ -10115,11 +10201,11 @@ paths: type: number runners: type: array - items: *63 + items: *65 examples: - default: *64 + default: *66 headers: - Link: *38 + Link: *41 x-github: enabledForGitHubApps: false githubCloudOnly: true @@ -10147,7 +10233,7 @@ paths: application/json: schema: type: array - items: &233 + items: &234 title: Runner Application description: Runner Application type: object @@ -10172,7 +10258,7 @@ paths: - download_url - filename examples: - default: &234 + default: &235 value: - os: osx architecture: x64 @@ -10256,7 +10342,7 @@ paths: - no-gpu work_folder: _work responses: - '201': &235 + '201': &236 description: Response content: application/json: @@ -10266,7 +10352,7 @@ paths: - runner - encoded_jit_config properties: - runner: *63 + runner: *65 encoded_jit_config: type: string description: The base64 encoded runner configuration. @@ -10295,7 +10381,7 @@ paths: encoded_jit_config: abc123 '404': *6 '422': *7 - '409': &106 + '409': &107 description: Conflict content: application/json: @@ -10333,7 +10419,7 @@ paths: description: Response content: application/json: - schema: &66 + schema: &68 title: Authentication Token description: Authentication Token type: object @@ -10357,7 +10443,7 @@ paths: repositories: description: The repositories this token has access to type: array - items: *65 + items: *67 single_file: type: - string @@ -10375,7 +10461,7 @@ paths: - token - expires_at examples: - default: &236 + default: &237 value: token: LLBF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-22T12:13:35.123-08:00' @@ -10413,9 +10499,9 @@ paths: description: Response content: application/json: - schema: *66 + schema: *68 examples: - default: &237 + default: &238 value: token: AABF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-29T12:13:35.123-08:00' @@ -10439,15 +10525,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#get-a-self-hosted-runner-for-an-enterprise parameters: - *39 - - *62 + - *64 responses: '200': description: Response content: application/json: - schema: *63 + schema: *65 examples: - default: &238 + default: &239 value: id: 23 name: MBP @@ -10487,7 +10573,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#delete-a-self-hosted-runner-from-an-enterprise parameters: - *39 - - *62 + - *64 responses: '204': description: Response @@ -10512,9 +10598,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#list-labels-for-a-self-hosted-runner-for-an-enterprise parameters: - *39 - - *62 + - *64 responses: - '200': &68 + '200': &70 description: Response content: application/json: @@ -10528,7 +10614,7 @@ paths: type: integer labels: type: array - items: *67 + items: *69 examples: default: value: @@ -10566,7 +10652,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#add-custom-labels-to-a-self-hosted-runner-for-an-enterprise parameters: - *39 - - *62 + - *64 requestBody: required: true content: @@ -10590,7 +10676,7 @@ paths: - gpu - accelerated responses: - '200': *68 + '200': *70 '404': *6 '422': *7 x-github: @@ -10613,7 +10699,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#set-custom-labels-for-a-self-hosted-runner-for-an-enterprise parameters: - *39 - - *62 + - *64 requestBody: required: true content: @@ -10638,7 +10724,7 @@ paths: - gpu - accelerated responses: - '200': *68 + '200': *70 '404': *6 '422': *7 x-github: @@ -10661,9 +10747,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#remove-all-custom-labels-from-a-self-hosted-runner-for-an-enterprise parameters: - *39 - - *62 + - *64 responses: - '200': &239 + '200': &240 description: Response content: application/json: @@ -10677,7 +10763,7 @@ paths: type: integer labels: type: array - items: *67 + items: *69 examples: default: value: @@ -10718,8 +10804,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#remove-a-custom-label-from-a-self-hosted-runner-for-an-enterprise parameters: - *39 - - *62 - - &240 + - *64 + - &241 name: name description: The name of a self-hosted runner's custom label. in: path @@ -10727,7 +10813,7 @@ paths: schema: type: string responses: - '200': *68 + '200': *70 '404': *6 '422': *7 x-github: @@ -10752,13 +10838,13 @@ paths: description: Response content: application/json: - schema: &73 + schema: &75 title: Announcement Banner description: Announcement at either the repository, organization, or enterprise level type: object properties: - announcement: &69 + announcement: &71 type: - string - 'null' @@ -10767,7 +10853,7 @@ paths: writing and formatting syntax](https://docs.github.com/enterprise-cloud@latest//github/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax)." examples: - Very **important** announcement about _something_. - expires_at: &70 + expires_at: &72 type: - string - 'null' @@ -10779,7 +10865,7 @@ paths: it to an empty string.' examples: - '"2021-01-01T00:00:00.000-07:00"' - user_dismissible: &71 + user_dismissible: &73 type: - boolean - 'null' @@ -10792,7 +10878,7 @@ paths: - expires_at - user_dismissible examples: - default: &72 + default: &74 summary: Announcement banner value: announcement: Very **important** announcement about _something_. @@ -10816,18 +10902,18 @@ paths: required: true content: application/json: - schema: &247 + schema: &248 title: Enterprise Announcement description: Enterprise global announcement type: object properties: - announcement: *69 - expires_at: *70 - user_dismissible: *71 + announcement: *71 + expires_at: *72 + user_dismissible: *73 required: - announcement examples: - default: *72 + default: *74 parameters: - *39 responses: @@ -10835,9 +10921,9 @@ paths: description: Response content: application/json: - schema: *73 + schema: *75 examples: - default: *72 + default: *74 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -10936,7 +11022,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/organization-installations#get-repositories-belonging-to-an-enterprise-owned-organization parameters: - *39 - - &74 + - &76 name: org description: The organization name. The name is not case sensitive. in: path @@ -10953,7 +11039,7 @@ paths: application/json: schema: type: array - items: &76 + items: &78 title: Accessible Repository description: A repository that may be made accessible to a GitHub App. @@ -11007,7 +11093,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/organization-installations#list-github-apps-installed-on-an-enterprise-owned-organization parameters: - *39 - - *74 + - *76 - *17 - *19 responses: @@ -11106,7 +11192,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/organization-installations#install-a-github-app-on-an-enterprise-owned-organization parameters: - *39 - - *74 + - *76 responses: '200': description: A GitHub App installation that was installed previously. @@ -11114,14 +11200,14 @@ paths: application/json: schema: *20 examples: - default: *75 + default: *77 '201': description: A GitHub App installation. content: application/json: schema: *20 examples: - default: *75 + default: *77 requestBody: required: true content: @@ -11189,7 +11275,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/organization-installations#uninstall-a-github-app-from-an-enterprise-owned-organization parameters: - *39 - - *74 + - *76 - *21 responses: '204': @@ -11217,7 +11303,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/organization-installations#get-the-repositories-accessible-to-a-given-github-app-installation parameters: - *39 - - *74 + - *76 - *21 - *17 - *19 @@ -11229,7 +11315,7 @@ paths: application/json: schema: type: array - items: *76 + items: *78 examples: default: value: @@ -11258,7 +11344,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/organization-installations#toggle-installation-repository-access-between-selected-and-all-repositories parameters: - *39 - - *74 + - *76 - *21 requestBody: required: true @@ -11298,7 +11384,7 @@ paths: application/json: schema: *20 examples: - default: *75 + default: *77 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -11319,7 +11405,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/organization-installations#grant-repository-access-to-an-organization-installation parameters: - *39 - - *74 + - *76 - *21 responses: '200': @@ -11329,7 +11415,7 @@ paths: application/json: schema: type: array - items: *76 + items: *78 examples: default: value: @@ -11380,7 +11466,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/organization-installations#remove-repository-access-from-an-organization-installation parameters: - *39 - - *74 + - *76 - *21 responses: '200': @@ -11390,7 +11476,7 @@ paths: application/json: schema: type: array - items: *76 + items: *78 examples: default: value: @@ -11467,7 +11553,7 @@ paths: required: false schema: type: string - - &248 + - &249 name: include description: |- The event types to include: @@ -11485,7 +11571,7 @@ paths: - web - git - all - - &249 + - &250 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. @@ -11493,7 +11579,7 @@ paths: required: false schema: type: string - - &250 + - &251 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. @@ -11501,7 +11587,7 @@ paths: required: false schema: type: string - - &251 + - &252 name: order description: |- The order of audit log events. To list newest events first, specify `desc`. To list oldest events first, specify `asc`. @@ -11523,7 +11609,7 @@ paths: application/json: schema: type: array - items: &252 + items: &253 type: object properties: "@timestamp": @@ -11645,7 +11731,7 @@ paths: description: The repository visibility, for example `public` or `private`. examples: - default: &253 + default: &254 value: - "@timestamp": 1606929874512 action: team.add_member @@ -11825,7 +11911,7 @@ paths: vendor_specific: type: object oneOf: - - &80 + - &82 title: AzureBlobConfig description: Azure Blob Config for audit log streaming configuration. type: object @@ -11844,7 +11930,7 @@ paths: - key_id - encrypted_sas_url - container - - &81 + - &83 title: AzureHubConfig description: Azure Event Hubs Config for audit log streaming configuration. type: object @@ -11863,7 +11949,7 @@ paths: - name - encrypted_connstring - key_id - - &82 + - &84 title: AmazonS3OIDCConfig description: Amazon S3 OIDC Config for audit log streaming configuration. type: object @@ -11891,7 +11977,7 @@ paths: - bucket - key_id - region - - &83 + - &85 title: AmazonS3AccessKeysConfig description: Amazon S3 Access Keys Config for audit log streaming configuration. @@ -11925,7 +12011,7 @@ paths: - encrypted_secret_key - key_id - region - - &84 + - &86 title: SplunkConfig description: Splunk Config for Audit Log Stream Configuration type: object @@ -11953,7 +12039,7 @@ paths: - key_id - port - ssl_verify - - &85 + - &87 title: HecConfig description: Hec Config for Audit Log Stream Configuration type: object @@ -11985,7 +12071,7 @@ paths: - key_id - port - ssl_verify - - &86 + - &88 title: GoogleCloudConfig description: Google Cloud Config for audit log streaming configuration. type: object @@ -12003,7 +12089,7 @@ paths: - bucket - key_id - encrypted_json_credentials - - &87 + - &89 title: DatadogConfig description: Datadog Config for audit log streaming configuration. type: object @@ -12034,7 +12120,7 @@ paths: - stream_type - vendor_specific examples: - default: &88 + default: &90 value: enabled: false stream_type: Azure Event Hubs @@ -12048,7 +12134,7 @@ paths: description: The audit log stream configuration was created successfully. content: application/json: - schema: &77 + schema: &79 title: Get an audit log streaming configuration description: Get an audit log streaming configuration for an enterprise. type: object @@ -12080,7 +12166,7 @@ paths: - created_at - updated_at examples: - default: &78 + default: &80 value: id: 1 stream_type: Splunk @@ -12109,7 +12195,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/audit-log#list-one-audit-log-streaming-configuration-via-a-stream-id parameters: - *39 - - &79 + - &81 name: stream_id description: The ID of the audit log stream configuration. in: path @@ -12121,9 +12207,9 @@ paths: description: Lists one audit log stream configuration via stream ID. content: application/json: - schema: *77 + schema: *79 examples: - default: *78 + default: *80 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -12143,7 +12229,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/audit-log#update-an-existing-audit-log-stream-configuration parameters: - *39 - - *79 + - *81 requestBody: required: true content: @@ -12169,28 +12255,28 @@ paths: vendor_specific: type: object oneOf: - - *80 - - *81 - *82 - *83 - *84 - *85 - *86 - *87 + - *88 + - *89 required: - enabled - stream_type - vendor_specific examples: - default: *88 + default: *90 responses: '200': description: Successful update content: application/json: - schema: *77 + schema: *79 examples: - default: *78 + default: *80 '422': description: Validation error content: @@ -12221,7 +12307,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/audit-log#delete-an-audit-log-streaming-configuration-for-an-enterprise parameters: - *39 - - *79 + - *81 responses: '204': description: The audit log stream configuration was deleted successfully. @@ -12248,13 +12334,13 @@ paths: subcategory: bypass-requests parameters: - *39 - - &90 + - &91 name: organization_name description: The name of the organization to filter on. in: query schema: type: string - - &91 + - &92 name: reviewer description: Filter bypass requests by the handle of the GitHub user who reviewed the bypass request. @@ -12262,7 +12348,7 @@ paths: required: false schema: type: string - - &92 + - &93 name: requester description: Filter bypass requests by the handle of the GitHub user who requested the bypass. @@ -12270,7 +12356,7 @@ paths: required: false schema: type: string - - &93 + - &94 name: time_period description: |- The time period to filter by. @@ -12286,7 +12372,7 @@ paths: - week - month default: day - - &94 + - &95 name: request_status description: The status of the bypass request to filter on. When specified, only requests with this status will be returned. @@ -12313,7 +12399,7 @@ paths: application/json: schema: type: array - items: &255 + items: &256 title: Push rule bypass request description: A bypass request made by a user asking to be exempted from a push rule in this repository. @@ -12439,7 +12525,7 @@ paths: - array - 'null' description: The responses to the bypass request. - items: &95 + items: &96 title: Bypass response description: A response made by a delegated bypasser to a bypass request. @@ -12485,7 +12571,7 @@ paths: examples: - https://github.com/octo-org/smile/exemptions/1 examples: - default: &256 + default: &257 value: - id: 21 number: 42 @@ -12554,7 +12640,7 @@ paths: url: https://api.github.com/repos/octo-org/smile/bypass-requests/push-rules/2 html_url: https://github.com/octo-org/smile/exemptions/2 '404': *6 - '500': *89 + '500': *38 "/enterprises/{enterprise}/bypass-requests/secret-scanning": get: summary: List bypass requests for secret scanning for an enterprise @@ -12576,11 +12662,11 @@ paths: subcategory: delegated-bypass parameters: - *39 - - *90 - *91 - *92 - *93 - *94 + - *95 - *17 - *19 responses: @@ -12590,7 +12676,7 @@ paths: application/json: schema: type: array - items: &258 + items: &259 title: Secret scanning bypass request description: A bypass request made by a user asking to be exempted from push protection in this repository. @@ -12708,7 +12794,7 @@ paths: - array - 'null' description: The responses to the bypass request. - items: *95 + items: *96 url: type: string format: uri @@ -12721,7 +12807,7 @@ paths: examples: - https://github.com/octo-org/smile/exemptions/1 examples: - default: &259 + default: &260 value: - id: 21 number: 42 @@ -12788,7 +12874,7 @@ paths: url: https://api.github.com/repos/octo-org/smile/bypass-requests/secret-scanning/2 html_url: https://github.com/octo-org/smile/exemptions/2 '404': *6 - '500': *89 + '500': *38 "/enterprises/{enterprise}/code-scanning/alerts": get: summary: List code scanning alerts for an enterprise @@ -12806,17 +12892,17 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-code-scanning-alerts-for-an-enterprise parameters: - *39 - - &264 + - &265 name: tool_name description: The name of a code scanning tool. Only results by this tool will be listed. You can specify the tool by using either `tool_name` or `tool_guid`, but not both. in: query required: false - schema: &99 + schema: &100 type: string description: The name of the tool used to generate the code scanning analysis. - - &265 + - &266 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 @@ -12824,23 +12910,23 @@ paths: or `tool_name`, but not both. in: query required: false - schema: &100 + schema: &101 type: - string - 'null' description: The GUID of the tool used to generate the code scanning analysis, if provided in the uploaded SARIF data. - - *96 - *97 + - *98 - *19 - *17 - - *98 + - *99 - name: state description: If specified, only code scanning alerts with this state will be returned. in: query required: false - schema: &266 + schema: &267 type: string description: State of a code scanning alert. enum: @@ -12865,42 +12951,42 @@ paths: application/json: schema: type: array - items: &267 + items: &268 type: object properties: - number: &108 + number: &109 type: integer description: The security alert number. readOnly: true - created_at: &115 + created_at: &116 type: string description: 'The time that the alert was created in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - updated_at: &116 + updated_at: &117 type: string description: 'The time that the alert was last updated in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - url: &113 + url: &114 type: string description: The REST API URL of the alert resource. format: uri readOnly: true - html_url: &114 + html_url: &115 type: string description: The GitHub URL of the alert resource. format: uri readOnly: true - instances_url: &499 + instances_url: &500 type: string description: The REST API URL for fetching the list of instances for an alert. format: uri readOnly: true - state: &101 + state: &102 type: - string - 'null' @@ -12910,7 +12996,7 @@ paths: - dismissed - fixed - - fixed_at: &118 + fixed_at: &119 type: - string - 'null' @@ -12922,7 +13008,7 @@ paths: anyOf: - type: 'null' - *4 - dismissed_at: &117 + dismissed_at: &118 type: - string - 'null' @@ -12930,7 +13016,7 @@ paths: format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - dismissed_reason: &500 + dismissed_reason: &501 type: - string - 'null' @@ -12941,14 +13027,14 @@ paths: - won't fix - used in tests - - dismissed_comment: &501 + dismissed_comment: &502 type: - string - 'null' description: The dismissal comment associated with the dismissal of the alert. maxLength: 280 - rule: &502 + rule: &503 type: object properties: id: @@ -13009,26 +13095,26 @@ paths: - 'null' description: A link to the documentation for the rule used to detect the alert. - tool: &503 + tool: &504 type: object properties: - name: *99 + name: *100 version: type: - string - 'null' description: The version of the tool used to generate the code scanning analysis. - guid: *100 - most_recent_instance: &504 + guid: *101 + most_recent_instance: &505 type: object properties: - ref: &497 + ref: &498 type: string description: |- The Git reference, formatted as `refs/pull//merge`, `refs/pull//head`, `refs/heads/` or simply ``. - analysis_key: &514 + analysis_key: &515 type: string description: Identifies the configuration under which the analysis was executed. For example, in GitHub Actions @@ -13039,13 +13125,13 @@ paths: the environment in which the analysis that generated this alert instance was performed, such as the language that was analyzed. - category: &515 + category: &516 type: string description: Identifies the configuration under which the analysis was executed. Used to distinguish between multiple analyses for the same tool and commit, but performed on different languages or different parts of the code. - state: *101 + state: *102 commit_sha: type: string message: @@ -13086,7 +13172,7 @@ paths: - test - library - - repository: &107 + repository: &108 title: Simple Repository description: A GitHub repository. type: object @@ -13427,7 +13513,7 @@ paths: - most_recent_instance - repository examples: - default: &268 + default: &269 value: - number: 4 created_at: '2020-02-13T12:29:18Z' @@ -13656,9 +13742,9 @@ paths: trees_url: https://api.github.com/repos/octocat/Hello-World/git/trees{/sha} hooks_url: https://api.github.com/repos/octocat/Hello-World/hooks headers: - Link: *38 + Link: *41 '404': *6 - '503': &162 + '503': &163 description: Service unavailable content: application/json: @@ -13702,8 +13788,8 @@ paths: schema: type: integer default: 30 - - *96 - *97 + - *98 responses: '200': description: Response @@ -13711,7 +13797,7 @@ paths: application/json: schema: type: array - items: &102 + items: &103 type: object description: A code security configuration properties: @@ -14086,7 +14172,7 @@ paths: - disabled - not_set default: disabled - code_scanning_options: &269 + code_scanning_options: &270 type: - object - 'null' @@ -14105,7 +14191,7 @@ paths: - disabled - not_set default: disabled - code_scanning_default_setup_options: &105 + code_scanning_default_setup_options: &106 type: - object - 'null' @@ -14224,9 +14310,9 @@ paths: description: Successfully created code security configuration content: application/json: - schema: *102 + schema: *103 examples: - default: &103 + default: &104 value: id: 1325 target_type: enterprise @@ -14284,7 +14370,7 @@ paths: description: Response content: application/json: - schema: &271 + schema: &272 type: array description: A list of default code security configurations items: @@ -14298,9 +14384,9 @@ paths: description: The visibility of newly created repositories for which the code security configuration will be applied to by default - configuration: *102 + configuration: *103 examples: - default: &272 + default: &273 value: - default_for_new_repos: public configuration: @@ -14389,7 +14475,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#retrieve-a-code-security-configuration-of-an-enterprise parameters: - *39 - - &104 + - &105 name: configuration_id description: The unique identifier of the code security configuration. in: path @@ -14401,9 +14487,9 @@ paths: description: Response content: application/json: - schema: *102 + schema: *103 examples: - default: *103 + default: *104 '304': *35 '403': *27 '404': *6 @@ -14428,7 +14514,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#update-a-custom-code-security-configuration-for-an-enterprise parameters: - *39 - - *104 + - *105 requestBody: required: true content: @@ -14507,7 +14593,7 @@ paths: - enabled - disabled - not_set - code_scanning_default_setup_options: *105 + code_scanning_default_setup_options: *106 code_scanning_delegated_alert_dismissal: type: string description: The enablement status of code scanning delegated alert @@ -14595,13 +14681,13 @@ paths: description: Response content: application/json: - schema: *102 + schema: *103 examples: - default: *103 + default: *104 '304': *35 '403': *27 '404': *6 - '409': *106 + '409': *107 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -14625,14 +14711,14 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#delete-a-code-security-configuration-for-an-enterprise parameters: - *39 - - *104 + - *105 responses: - '204': &128 + '204': &129 description: A header with no content is returned. '400': *14 '403': *27 '404': *6 - '409': *106 + '409': *107 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -14657,7 +14743,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#attach-an-enterprise-configuration-to-repositories parameters: - *39 - - *104 + - *105 requestBody: required: true content: @@ -14684,7 +14770,7 @@ paths: '202': *37 '403': *27 '404': *6 - '409': *106 + '409': *107 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -14709,7 +14795,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#set-a-code-security-configuration-as-a-default-for-an-enterprise parameters: - *39 - - *104 + - *105 requestBody: required: true content: @@ -14749,12 +14835,12 @@ paths: - none - private_and_internal - public - configuration: *102 + configuration: *103 examples: default: value: default_for_new_repos: all - configuration: &270 + configuration: &271 value: id: 1325 target_type: organization @@ -14811,7 +14897,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#get-repositories-associated-with-an-enterprise-code-security-configuration parameters: - *39 - - *104 + - *105 - name: per_page description: The number of results per page (max 100). For more information, see "[Using pagination in the REST API](https://docs.github.com/enterprise-cloud@latest//rest/using-the-rest-api/using-pagination-in-the-rest-api)." @@ -14820,8 +14906,8 @@ paths: schema: type: integer default: 30 - - *96 - *97 + - *98 - name: status description: |- A comma-separated list of statuses. If specified, only repositories with these attachment statuses will be returned. @@ -14839,7 +14925,7 @@ paths: application/json: schema: type: array - items: &273 + items: &274 type: object description: Repositories associated with a code security configuration and attachment status @@ -14857,13 +14943,13 @@ paths: - failed - updating - removed_by_enterprise - repository: *107 + repository: *108 examples: default: summary: Example of code security configuration repositories value: - status: attached - repository: &274 + repository: &275 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -15289,7 +15375,7 @@ paths: visual_studio_subscription_email: '' total_user_accounts: 1 headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -15346,7 +15432,7 @@ paths: or enterprise teams are only counted once. seats: type: array - items: &119 + items: &120 title: Copilot Business Seat Detail description: Information about a Copilot Business seat assignment for a user, team, or organization. @@ -15359,12 +15445,12 @@ paths: organization: anyOf: - type: 'null' - - *60 + - *62 assigning_team: description: The team through which the assignee is granted access to GitHub Copilot, if applicable. oneOf: - - &260 + - &261 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -15423,7 +15509,7 @@ paths: parent: anyOf: - type: 'null' - - &334 + - &335 title: Team Simple description: Groups of organization members that gives permissions on specified repositories. @@ -15638,7 +15724,7 @@ paths: - created_at additionalProperties: false examples: - default: &120 + default: &121 value: total_seats: 2 seats: @@ -15708,8 +15794,8 @@ paths: type: User site_admin: false headers: - Link: *38 - '500': *89 + Link: *41 + '500': *38 '401': *23 '403': *27 '404': *6 @@ -15781,7 +15867,7 @@ paths: default: value: seats_created: 5 - '500': *89 + '500': *38 '401': *23 '403': *27 '404': *6 @@ -15870,7 +15956,7 @@ paths: response: value: message: Status for delete command - '500': *89 + '500': *38 '401': *23 '403': *27 '404': *6 @@ -15946,7 +16032,7 @@ paths: default: value: seats_created: 5 - '500': *89 + '500': *38 '401': *23 '403': *27 '404': *6 @@ -16023,7 +16109,7 @@ paths: default: value: seats_cancelled: 5 - '500': *89 + '500': *38 '401': *23 '403': *27 '404': *6 @@ -16090,7 +16176,7 @@ paths: application/json: schema: type: array - items: &168 + items: &169 title: Copilot Usage Metrics description: Copilot usage metrics for a given day. type: object @@ -16405,7 +16491,7 @@ paths: - date additionalProperties: true examples: - default: &169 + default: &170 value: - date: '2024-06-24' total_active_users: 24 @@ -16504,10 +16590,10 @@ paths: custom_model_training_date: '2024-02-01' total_pr_summaries_created: 10 total_engaged_users: 4 - '500': *89 + '500': *38 '403': *27 '404': *6 - '422': &170 + '422': &171 description: Copilot Usage Merics API setting is disabled at the organization or enterprise level. content: @@ -16537,7 +16623,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#list-dependabot-alerts-for-an-enterprise parameters: - *39 - - &281 + - &282 name: state in: query description: |- @@ -16546,7 +16632,7 @@ paths: Can be: `auto_dismissed`, `dismissed`, `fixed`, `open` schema: type: string - - &282 + - &283 name: severity in: query description: |- @@ -16555,7 +16641,7 @@ paths: Can be: `low`, `medium`, `high`, `critical` schema: type: string - - &283 + - &284 name: ecosystem in: query description: |- @@ -16564,14 +16650,14 @@ paths: Can be: `composer`, `go`, `maven`, `npm`, `nuget`, `pip`, `pub`, `rubygems`, `rust` schema: type: string - - &284 + - &285 name: package in: query description: A comma-separated list of package names. If specified, only alerts for these packages will be returned. schema: type: string - - &285 + - &286 name: epss_percentage in: query description: |- @@ -16583,7 +16669,7 @@ paths: Filters the list of alerts based on EPSS percentages. If specified, only alerts with the provided EPSS percentages will be returned. schema: type: string - - &286 + - &287 name: has in: query description: |- @@ -16597,7 +16683,7 @@ paths: type: string enum: - patch - - &287 + - &288 name: scope in: query description: The scope of the vulnerable dependency. If specified, only alerts @@ -16607,7 +16693,7 @@ paths: enum: - development - runtime - - &288 + - &289 name: sort in: query description: |- @@ -16622,10 +16708,10 @@ paths: - updated - epss_percentage default: created - - *98 - - *96 + - *99 - *97 - - &289 + - *98 + - &290 name: first description: |- **Deprecated**. The number of results per page (max 100), starting from the first matching result. @@ -16638,7 +16724,7 @@ paths: minimum: 1 maximum: 100 default: 30 - - &290 + - &291 name: last description: |- **Deprecated**. The number of results per page (max 100), starting from the last matching result. @@ -16658,11 +16744,11 @@ paths: application/json: schema: type: array - items: &291 + items: &292 type: object description: A Dependabot alert. properties: - number: *108 + number: *109 state: type: string description: The state of the Dependabot alert. @@ -16677,7 +16763,7 @@ paths: description: Details for the vulnerable dependency. readOnly: true properties: - package: &109 + package: &110 type: object description: Details for the vulnerable package. readOnly: true @@ -16725,7 +16811,7 @@ paths: - direct - transitive - - security_advisory: &550 + security_advisory: &551 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -16756,13 +16842,13 @@ paths: description: Vulnerable version range information for the advisory. readOnly: true - items: &112 + items: &113 type: object description: Details pertaining to one vulnerable version range for the advisory. readOnly: true properties: - package: *109 + package: *110 severity: type: string description: The severity of the vulnerability. @@ -16830,8 +16916,8 @@ paths: - score - vector_string additionalProperties: false - cvss_severities: *110 - epss: *111 + cvss_severities: *111 + epss: *112 cwes: type: array description: Details for the advisory pertaining to Common @@ -16931,12 +17017,12 @@ paths: - updated_at - withdrawn_at additionalProperties: false - security_vulnerability: *112 - url: *113 - html_url: *114 - created_at: *115 - updated_at: *116 - dismissed_at: *117 + security_vulnerability: *113 + url: *114 + html_url: *115 + created_at: *116 + updated_at: *117 + dismissed_at: *118 dismissed_by: anyOf: - type: 'null' @@ -16960,8 +17046,8 @@ paths: description: An optional comment associated with the alert's dismissal. maxLength: 280 - fixed_at: *118 - auto_dismissed_at: &551 + fixed_at: *119 + auto_dismissed_at: &552 type: - string - 'null' @@ -16969,7 +17055,7 @@ paths: ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - repository: *107 + repository: *108 required: - number - state @@ -16988,7 +17074,7 @@ paths: - repository additionalProperties: false examples: - default: &292 + default: &293 value: - number: 2 state: dismissed @@ -17405,7 +17491,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/copilot/copilot-user-management#get-copilot-seat-assignment-details-for-an-enterprise-user parameters: - *39 - - &254 + - &255 name: username description: The handle for the GitHub user account. in: path @@ -17427,10 +17513,10 @@ paths: teams or multiple organizations are only counted once. seats: type: array - items: *119 + items: *120 examples: - default: *120 - '500': *89 + default: *121 + '500': *38 '401': *23 '403': *27 '404': *6 @@ -17472,7 +17558,7 @@ paths: type: integer network_configurations: type: array - items: &121 + items: &122 title: Hosted compute network configuration description: A hosted compute network configuration. type: object @@ -17517,7 +17603,7 @@ paths: - name - created_on examples: - default: &396 + default: &397 value: total_count: 2 network_configurations: @@ -17536,7 +17622,7 @@ paths: - 6789ABDCEF12345 created_on: '2023-04-26T15:23:37Z' headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -17595,9 +17681,9 @@ paths: description: Response content: application/json: - schema: *121 + schema: *122 examples: - default: &122 + default: &123 value: id: 123456789ABCDEF name: My network configuration @@ -17624,7 +17710,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/network-configurations#get-a-hosted-compute-network-configuration-for-an-enterprise parameters: - *39 - - &123 + - &124 name: network_configuration_id description: Unique identifier of the hosted compute network configuration. in: path @@ -17636,11 +17722,11 @@ paths: description: Response content: application/json: - schema: *121 + schema: *122 examples: - default: *122 + default: *123 headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -17658,7 +17744,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/network-configurations#update-a-hosted-compute-network-configuration-for-an-enterprise parameters: - *39 - - *123 + - *124 requestBody: required: true content: @@ -17697,9 +17783,9 @@ paths: description: Response content: application/json: - schema: *121 + schema: *122 examples: - default: *122 + default: *123 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -17717,7 +17803,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/network-configurations#delete-a-hosted-compute-network-configuration-from-an-enterprise parameters: - *39 - - *123 + - *124 responses: '204': description: Response @@ -17740,7 +17826,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 - - &397 + - &398 name: network_settings_id description: Unique identifier of the hosted compute network settings. in: path @@ -17752,7 +17838,7 @@ paths: description: Response content: application/json: - schema: &398 + schema: &399 title: Hosted compute network settings resource description: A hosted compute network settings resource. type: object @@ -17791,7 +17877,7 @@ paths: - subnet_id - region examples: - default: &399 + default: &400 value: id: 220F78DACB92BBFBC5E6F22DE1CCF52309D network_configuration_id: 934E208B3EE0BD60CF5F752C426BFB53562 @@ -17799,7 +17885,7 @@ paths: subnet_id: "/subscriptions/14839728-3ad9-43ab-bd2b-fa6ad0f75e2a/resourceGroups/my-rg/providers/Microsoft.Network/virtualNetworks/my-vnet/subnets/my-subnet" region: eastus headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -17826,7 +17912,7 @@ paths: application/json: schema: type: array - items: &124 + items: &125 title: Organization Custom Property description: Custom property defined on an organization type: object @@ -17902,7 +17988,7 @@ paths: - property_name - value_type examples: - default: &125 + default: &126 value: - property_name: environment url: https://api.github.com/orgs/github/properties/schema/environment @@ -17959,7 +18045,7 @@ paths: properties: type: array description: The array of custom properties to create or update. - items: *124 + items: *125 minItems: 1 maxItems: 100 required: @@ -17989,9 +18075,9 @@ paths: application/json: schema: type: array - items: *124 + items: *125 examples: - default: *125 + default: *126 '403': *27 '404': *6 x-github: @@ -18014,8 +18100,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/custom-properties#promote-a-custom-property-to-an-enterprise parameters: - *39 - - *74 - - &126 + - *76 + - &127 name: custom_property_name description: The custom property name in: path @@ -18027,9 +18113,9 @@ paths: description: Response content: application/json: - schema: *124 + schema: *125 examples: - default: &127 + default: &128 value: property_name: environment url: https://api.github.com/orgs/github/properties/schema/environment @@ -18062,15 +18148,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/custom-properties#get-a-custom-property-for-an-enterprise parameters: - *39 - - *126 + - *127 responses: '200': description: Response content: application/json: - schema: *124 + schema: *125 examples: - default: *127 + default: *128 '403': *27 '404': *6 x-github: @@ -18092,12 +18178,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/custom-properties#create-or-update-a-custom-property-for-an-enterprise parameters: - *39 - - *126 + - *127 requestBody: required: true content: application/json: - schema: &364 + schema: &365 title: Custom Property Set Payload description: Custom property set payload type: object @@ -18170,9 +18256,9 @@ paths: description: Response content: application/json: - schema: *124 + schema: *125 examples: - default: *127 + default: *128 '403': *27 '404': *6 x-github: @@ -18194,9 +18280,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/custom-properties#remove-a-custom-property-for-an-enterprise parameters: - *39 - - *126 + - *127 responses: - '204': *128 + '204': *129 '403': *27 '404': *6 x-github: @@ -18236,7 +18322,7 @@ paths: - push - repository default: branch - enforcement: &135 + enforcement: &136 type: string description: The enforcement level of the ruleset. `evaluate` allows admins to test rules before enforcing them. Admins can view insights @@ -18249,7 +18335,7 @@ paths: bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: &136 + items: &137 title: Repository Ruleset Bypass Actor type: object description: An actor that can bypass rules in a ruleset @@ -18291,7 +18377,7 @@ paths: - pull_request - exempt default: always - conditions: &159 + conditions: &160 title: Enterprise ruleset conditions type: object description: Conditions for an enterprise ruleset. The conditions @@ -18305,7 +18391,7 @@ paths: description: Conditions to target organizations by name and all repositories allOf: - - &129 + - &130 title: Repository ruleset conditions for organization names type: object description: Parameters for an organization name condition @@ -18331,7 +18417,7 @@ paths: type: string required: - organization_name - - &132 + - &133 title: Repository ruleset conditions for repository names type: object description: Parameters for a repository name condition @@ -18360,7 +18446,7 @@ paths: is prevented. required: - repository_name - - &131 + - &132 title: Repository ruleset conditions for ref names type: object description: Parameters for a repository ruleset ref name condition @@ -18388,8 +18474,8 @@ paths: description: Conditions to target organizations by name and repositories by property allOf: - - *129 - - &134 + - *130 + - &135 title: Repository ruleset conditions for repository properties type: object description: Parameters for a repository property condition @@ -18402,7 +18488,7 @@ paths: description: The repository properties and values to include. All of these properties must match for the condition to pass. - items: &130 + items: &131 title: Repository ruleset property targeting definition type: object description: Parameters for a targeting a repository @@ -18433,16 +18519,16 @@ paths: description: The repository properties and values to exclude. The condition will not pass if any of these properties match. - items: *130 + items: *131 required: - repository_property - - *131 + - *132 - type: object title: organization_id_and_repository_name description: Conditions to target organizations by id and all repositories allOf: - - &133 + - &134 title: Repository ruleset conditions for organization IDs type: object description: Parameters for an organization ID condition @@ -18459,25 +18545,25 @@ paths: type: integer required: - organization_id + - *133 - *132 - - *131 - type: object title: organization_id_and_repository_property description: Conditions to target organization by id and repositories by property allOf: - - *133 - *134 - - *131 + - *135 + - *132 rules: type: array description: An array of rules within the ruleset. - items: &160 + items: &161 title: Repository Rule type: object description: A repository rule. oneOf: - - &137 + - &138 title: creation description: Only allow users with bypass permission to create matching refs. @@ -18489,7 +18575,7 @@ paths: type: string enum: - creation - - &138 + - &139 title: update description: Only allow users with bypass permission to update matching refs. @@ -18510,7 +18596,7 @@ paths: repository required: - update_allows_fetch_and_merge - - &139 + - &140 title: deletion description: Only allow users with bypass permissions to delete matching refs. @@ -18522,7 +18608,7 @@ paths: type: string enum: - deletion - - &140 + - &141 title: required_linear_history description: Prevent merge commits from being pushed to matching refs. @@ -18534,7 +18620,7 @@ paths: type: string enum: - required_linear_history - - &141 + - &142 title: required_deployments description: Choose which environments must be successfully deployed to before refs can be pushed into a ref that matches @@ -18558,7 +18644,7 @@ paths: type: string required: - required_deployment_environments - - &142 + - &143 title: required_signatures description: Commits pushed to matching refs must have verified signatures. @@ -18570,7 +18656,7 @@ paths: type: string enum: - required_signatures - - &143 + - &144 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. @@ -18630,7 +18716,7 @@ paths: - require_last_push_approval - required_approving_review_count - required_review_thread_resolution - - &144 + - &145 title: required_status_checks description: Choose which status checks must pass before the ref is updated. When enabled, commits must first be pushed @@ -18677,7 +18763,7 @@ paths: required: - required_status_checks - strict_required_status_checks_policy - - &145 + - &146 title: non_fast_forward description: Prevent users with push access from force pushing to refs. @@ -18689,7 +18775,7 @@ paths: type: string enum: - non_fast_forward - - &146 + - &147 title: commit_message_pattern description: Parameters to be used for the commit_message_pattern rule @@ -18725,7 +18811,7 @@ paths: required: - operator - pattern - - &147 + - &148 title: commit_author_email_pattern description: Parameters to be used for the commit_author_email_pattern rule @@ -18761,7 +18847,7 @@ paths: required: - operator - pattern - - &148 + - &149 title: committer_email_pattern description: Parameters to be used for the committer_email_pattern rule @@ -18797,7 +18883,7 @@ paths: required: - operator - pattern - - &149 + - &150 title: branch_name_pattern description: Parameters to be used for the branch_name_pattern rule @@ -18833,7 +18919,7 @@ paths: required: - operator - pattern - - &150 + - &151 title: tag_name_pattern description: Parameters to be used for the tag_name_pattern rule @@ -18869,7 +18955,7 @@ paths: required: - operator - pattern - - &151 + - &152 title: file_path_restriction description: Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. @@ -18893,7 +18979,7 @@ paths: type: string required: - restricted_file_paths - - &152 + - &153 title: max_file_path_length description: Prevent commits that include file paths that exceed the specified character limit from being pushed to the commit @@ -18917,7 +19003,7 @@ paths: maximum: 32767 required: - max_file_path_length - - &153 + - &154 title: file_extension_restriction description: Prevent commits that include files with specified file extensions from being pushed to the commit graph. @@ -18940,7 +19026,7 @@ paths: type: string required: - restricted_file_extensions - - &154 + - &155 title: max_file_size description: Prevent commits with individual files that exceed the specified limit from being pushed to the commit graph. @@ -18964,7 +19050,7 @@ paths: maximum: 100 required: - max_file_size - - &155 + - &156 title: workflows description: Require all changes made to a targeted branch to pass the specified workflows before they can be merged. @@ -19013,7 +19099,7 @@ paths: - repository_id required: - workflows - - &156 + - &157 title: code_scanning description: Choose which tools must provide code scanning results before the reference is updated. When configured, code scanning @@ -19099,7 +19185,7 @@ paths: description: Response content: application/json: - schema: &157 + schema: &158 title: Repository ruleset type: object description: A set of rules to apply when specified conditions are @@ -19134,11 +19220,11 @@ paths: source: type: string description: The name of the source - enforcement: *135 + enforcement: *136 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *136 + items: *137 current_user_can_bypass: type: string description: |- @@ -19170,8 +19256,8 @@ paths: description: The html URL of the ruleset conditions: anyOf: - - *131 - - &369 + - *132 + - &370 title: Organization ruleset conditions type: object description: |- @@ -19185,14 +19271,14 @@ paths: description: Conditions to target repositories by name and refs by name allOf: - - *131 - *132 + - *133 - type: object title: repository_id_and_ref_name description: Conditions to target repositories by id and refs by name allOf: - - *131 + - *132 - title: Repository ruleset conditions for repository IDs type: object description: Parameters for a repository ID condition @@ -19214,23 +19300,23 @@ paths: description: Conditions to target repositories by property and refs by name allOf: - - *131 - - *134 + - *132 + - *135 type: - 'null' - object rules: type: array - items: &668 + items: &669 title: Repository Rule type: object description: A repository rule. oneOf: - - *137 - *138 - *139 - *140 - - &666 + - *141 + - &667 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -19308,7 +19394,6 @@ paths: - merge_method - min_entries_to_merge - min_entries_to_merge_wait_minutes - - *141 - *142 - *143 - *144 @@ -19324,6 +19409,7 @@ paths: - *154 - *155 - *156 + - *157 created_at: type: string format: date-time @@ -19331,7 +19417,7 @@ paths: type: string format: date-time examples: - default: &158 + default: &159 value: id: 21 name: super cool ruleset @@ -19357,7 +19443,7 @@ paths: created_at: '2024-08-15T08:43:03Z' updated_at: '2024-09-23T16:29:47Z' '404': *6 - '500': *89 + '500': *38 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -19390,11 +19476,11 @@ paths: description: Response content: application/json: - schema: *157 + schema: *158 examples: - default: *158 + default: *159 '404': *6 - '500': *89 + '500': *38 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -19436,16 +19522,16 @@ paths: - tag - push - repository - enforcement: *135 + enforcement: *136 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *136 - conditions: *159 + items: *137 + conditions: *160 rules: description: An array of rules within the ruleset. type: array - items: *160 + items: *161 examples: default: value: @@ -19469,11 +19555,11 @@ paths: description: Response content: application/json: - schema: *157 + schema: *158 examples: - default: *158 + default: *159 '404': *6 - '500': *89 + '500': *38 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -19500,7 +19586,7 @@ paths: '204': description: Response '404': *6 - '500': *89 + '500': *38 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -19533,7 +19619,7 @@ paths: application/json: schema: type: array - items: &161 + items: &162 title: Ruleset version type: object description: The historical version of a ruleset @@ -19557,7 +19643,7 @@ paths: type: string format: date-time examples: - default: &372 + default: &373 value: - version_id: 3 actor: @@ -19575,7 +19661,7 @@ paths: type: User updated_at: '2024-08-23T16:29:47Z' '404': *6 - '500': *89 + '500': *38 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -19610,9 +19696,9 @@ paths: description: Response content: application/json: - schema: &373 + schema: &374 allOf: - - *161 + - *162 - type: object required: - state @@ -19645,7 +19731,7 @@ paths: rules: - type: repository_delete '404': *6 - '500': *89 + '500': *38 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -19665,7 +19751,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-enterprise parameters: - *39 - - &374 + - &375 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -19676,7 +19762,7 @@ paths: enum: - open - resolved - - &375 + - &376 name: secret_type in: query description: A comma-separated list of secret types to return. All default @@ -19686,7 +19772,7 @@ paths: required: false schema: type: string - - &376 + - &377 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -19695,7 +19781,7 @@ paths: required: false schema: type: string - - &377 + - &378 name: sort description: The property to sort the results by. `created` means when the alert was created. `updated` means when the alert was updated or resolved. @@ -19707,11 +19793,11 @@ paths: - created - updated default: created - - *98 + - *99 - *17 - - *96 - *97 - - &378 + - *98 + - &379 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -19720,7 +19806,7 @@ paths: required: false schema: type: string - - &379 + - &380 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -19729,7 +19815,7 @@ paths: schema: type: boolean default: false - - &380 + - &381 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -19738,7 +19824,7 @@ paths: schema: type: boolean default: false - - &381 + - &382 name: hide_secret in: query description: A boolean value representing whether or not to hide literal secrets @@ -19754,30 +19840,30 @@ paths: application/json: schema: type: array - items: &382 + items: &383 type: object properties: - number: *108 - created_at: *115 + number: *109 + created_at: *116 updated_at: anyOf: - type: 'null' - - *116 - url: *113 - html_url: *114 + - *117 + url: *114 + html_url: *115 locations_url: type: string format: uri description: The REST API URL of the code locations for this alert. - state: &680 + state: &681 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: &681 + resolution: &682 type: - string - 'null' @@ -19811,7 +19897,7 @@ paths: secret: type: string description: The secret that was detected. - repository: *107 + repository: *108 push_protection_bypassed: type: - boolean @@ -19884,14 +19970,14 @@ paths: first_location_detected: anyOf: - type: 'null' - - &682 + - &683 description: 'Details on the location where the token was initially detected. This can be a commit, wiki commit, issue, discussion, pull request. ' oneOf: - - &684 + - &685 description: Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository. @@ -19948,7 +20034,7 @@ paths: - blob_url - commit_sha - commit_url - - &685 + - &686 description: Represents a 'wiki_commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository wiki. @@ -20009,7 +20095,7 @@ paths: - page_url - commit_sha - commit_url - - &686 + - &687 description: Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue. @@ -20024,7 +20110,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/issues/1347 required: - issue_title_url - - &687 + - &688 description: Represents an 'issue_body' secret scanning location type. This location type shows that a secret was detected in the body of an issue. @@ -20039,7 +20125,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/issues/1347 required: - issue_body_url - - &688 + - &689 description: Represents an 'issue_comment' secret scanning location type. This location type shows that a secret was detected in a comment on an issue. @@ -20054,7 +20140,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/issues/comments/1081119451 required: - issue_comment_url - - &689 + - &690 description: Represents a 'discussion_title' secret scanning location type. This location type shows that a secret was detected in the title of a discussion. @@ -20069,7 +20155,7 @@ paths: - https://github.com/community/community/discussions/39082 required: - discussion_title_url - - &690 + - &691 description: Represents a 'discussion_body' secret scanning location type. This location type shows that a secret was detected in the body of a discussion. @@ -20084,7 +20170,7 @@ paths: - https://github.com/community/community/discussions/39082#discussion-4566270 required: - discussion_body_url - - &691 + - &692 description: Represents a 'discussion_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a discussion. @@ -20099,7 +20185,7 @@ paths: - https://github.com/community/community/discussions/39082#discussioncomment-4158232 required: - discussion_comment_url - - &692 + - &693 description: Represents a 'pull_request_title' secret scanning location type. This location type shows that a secret was detected in the title of a pull request. @@ -20114,7 +20200,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/pulls/2846 required: - pull_request_title_url - - &693 + - &694 description: Represents a 'pull_request_body' secret scanning location type. This location type shows that a secret was detected in the body of a pull request. @@ -20129,7 +20215,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/pulls/2846 required: - pull_request_body_url - - &694 + - &695 description: Represents a 'pull_request_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a pull request. @@ -20144,7 +20230,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/issues/comments/1081119451 required: - pull_request_comment_url - - &695 + - &696 description: Represents a 'pull_request_review' secret scanning location type. This location type shows that a secret was detected in a review on a pull request. @@ -20159,7 +20245,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/pulls/2846/reviews/80 required: - pull_request_review_url - - &696 + - &697 description: Represents a 'pull_request_review_comment' secret scanning location type. This location type shows that a secret was detected in a review comment on a pull @@ -20180,7 +20266,7 @@ paths: description: A boolean value representing whether or not the token in the alert was detected in more than one location. examples: - default: &383 + default: &384 value: number: 2 created_at: '2020-11-06T18:48:51Z' @@ -20337,9 +20423,9 @@ paths: commit_url: https://api.github.com/repos/octocat/hello-world/git/commits/f14d7debf9775f957cf4f1e8176da0786431f72b has_more_locations: true headers: - Link: *38 + Link: *41 '404': *6 - '503': *162 + '503': *163 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -20370,13 +20456,13 @@ paths: description: Response content: application/json: - schema: &384 + schema: &385 title: Secret scanning pattern configuration description: A collection of secret scanning patterns and their settings related to push protection. type: object properties: - pattern_config_version: &164 + pattern_config_version: &165 type: - string - 'null' @@ -20386,7 +20472,7 @@ paths: provider_pattern_overrides: type: array description: Overrides for partner patterns. - items: &163 + items: &164 type: object properties: token_type: @@ -20455,9 +20541,9 @@ paths: custom_pattern_overrides: type: array description: Overrides for custom patterns defined by the organization. - items: *163 + items: *164 examples: - default: &385 + default: &386 value: pattern_config_version: 0ujsswThIGTUYm2K8FjOOfXtY1K provider_pattern_overrides: @@ -20512,7 +20598,7 @@ paths: schema: type: object properties: - pattern_config_version: *164 + pattern_config_version: *165 provider_pattern_settings: type: array description: Pattern settings for provider patterns. @@ -20538,7 +20624,7 @@ paths: token_type: type: string description: The ID of the pattern to configure. - custom_pattern_version: *164 + custom_pattern_version: *165 push_protection_setting: type: string description: Push protection setting to set for the pattern. @@ -20574,7 +20660,7 @@ paths: '400': *14 '403': *27 '404': *6 - '409': *106 + '409': *107 '422': *15 "/enterprises/{enterprise}/settings/billing/actions": get: @@ -20601,7 +20687,7 @@ paths: description: Response content: application/json: - schema: &387 + schema: &388 type: object properties: total_minutes_used: @@ -20671,7 +20757,7 @@ paths: - included_minutes - minutes_used_breakdown examples: - default: &388 + default: &389 value: total_minutes_used: 305 total_paid_minutes_used: 0 @@ -20702,7 +20788,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 - - &389 + - &390 name: advanced_security_product in: query description: | @@ -20722,7 +20808,7 @@ paths: description: Success content: application/json: - schema: &390 + schema: &391 type: object properties: total_advanced_security_committers: @@ -20785,7 +20871,7 @@ paths: required: - repositories examples: - default: &391 + default: &392 value: total_advanced_security_committers: 2 total_count: 2 @@ -20895,8 +20981,8 @@ paths: name: Octocat '400': *14 '403': *27 - '500': *89 - '503': *162 + '500': *38 + '503': *163 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -21026,7 +21112,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/billing#get-a-cost-center-by-id parameters: - *39 - - &167 + - &168 name: cost_center_id description: The ID corresponding to the cost center. in: path @@ -21038,7 +21124,7 @@ paths: description: Response when getting a cost center content: application/json: - schema: &165 + schema: &166 type: object properties: id: @@ -21078,7 +21164,7 @@ paths: - name - resources examples: - default: &166 + default: &167 value: id: 2eeb8ffe-6903-11ee-8c99-0242ac120002 name: Cost Center Name @@ -21091,8 +21177,8 @@ paths: name: octocat/hello-world '400': *14 '403': *27 - '500': *89 - '503': *162 + '500': *38 + '503': *163 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -21142,15 +21228,15 @@ paths: description: Response when updating a cost center content: application/json: - schema: *165 + schema: *166 examples: - default: *166 + default: *167 '400': *14 '403': *27 '404': *6 - '409': *106 - '500': *89 - '503': *162 + '409': *107 + '500': *38 + '503': *163 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -21168,7 +21254,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/billing#delete-a-cost-center parameters: - *39 - - *167 + - *168 responses: '200': description: Response when deleting a cost center @@ -21206,8 +21292,8 @@ paths: '400': *14 '404': *6 '403': *27 - '500': *89 - '503': *162 + '500': *38 + '503': *163 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -21228,7 +21314,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/billing#add-resources-to-a-cost-center parameters: - *39 - - *167 + - *168 requestBody: required: true content: @@ -21299,9 +21385,9 @@ paths: previous_cost_center: yet-another-cost-center '400': *14 '403': *27 - '409': *106 - '500': *89 - '503': *162 + '409': *107 + '500': *38 + '503': *163 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -21321,7 +21407,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/billing#remove-resources-from-a-cost-center parameters: - *39 - - *167 + - *168 requestBody: required: true content: @@ -21367,8 +21453,8 @@ paths: message: Resources successfully removed from the cost center. '400': *14 '403': *27 - '500': *89 - '503': *162 + '500': *38 + '503': *163 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -21399,7 +21485,7 @@ paths: description: Response content: application/json: - schema: &392 + schema: &393 type: object properties: total_gigabytes_bandwidth_used: @@ -21417,7 +21503,7 @@ paths: - total_paid_gigabytes_bandwidth_used - included_gigabytes_bandwidth examples: - default: &393 + default: &394 value: total_gigabytes_bandwidth_used: 50 total_paid_gigabytes_bandwidth_used: 40 @@ -21452,7 +21538,7 @@ paths: description: Response content: application/json: - schema: &394 + schema: &395 type: object properties: days_left_in_billing_cycle: @@ -21470,7 +21556,7 @@ paths: - estimated_paid_storage_for_month - estimated_storage_for_month examples: - default: &395 + default: &396 value: days_left_in_billing_cycle: 20 estimated_paid_storage_for_month: 15 @@ -21495,7 +21581,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/billing#get-billing-usage-report-for-an-enterprise parameters: - *39 - - &201 + - &202 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, @@ -21504,7 +21590,7 @@ paths: required: false schema: type: integer - - &202 + - &203 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 @@ -21513,7 +21599,7 @@ paths: required: false schema: type: integer - - &203 + - &204 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 @@ -21522,7 +21608,7 @@ paths: required: false schema: type: integer - - &204 + - &205 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 @@ -21543,7 +21629,7 @@ paths: description: Response when getting a billing usage report content: application/json: - schema: &205 + schema: &206 type: object properties: usageItems: @@ -21596,7 +21682,7 @@ paths: - netAmount - organizationName examples: - default: &206 + default: &207 value: usageItems: - date: '2023-08-01' @@ -21612,8 +21698,8 @@ paths: repositoryName: github/example '400': *14 '403': *27 - '500': *89 - '503': *162 + '500': *38 + '503': *163 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -21684,13 +21770,13 @@ paths: application/json: schema: type: array - items: *168 + items: *169 examples: - default: *169 - '500': *89 + default: *170 + '500': *38 '403': *27 '404': *6 - '422': *170 + '422': *171 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -21779,7 +21865,7 @@ paths: application/json: schema: type: array - items: &196 + items: &197 title: Event description: Event type: object @@ -21790,7 +21876,7 @@ paths: type: - string - 'null' - actor: &171 + actor: &172 title: Actor description: Actor type: object @@ -21831,13 +21917,13 @@ paths: - id - name - url - org: *171 + org: *172 payload: type: object properties: action: type: string - issue: &185 + issue: &186 title: Issue description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. @@ -21958,7 +22044,7 @@ paths: milestone: anyOf: - type: 'null' - - &358 + - &359 title: Milestone description: A collection of related issues and pull requests. @@ -22130,7 +22216,7 @@ paths: timeline_url: type: string format: uri - type: &319 + type: &320 title: Issue Type description: The type of issue. type: @@ -22183,12 +22269,12 @@ paths: - node_id - name - description - repository: *65 + repository: *67 performed_via_github_app: anyOf: - type: 'null' - *5 - author_association: &172 + author_association: &173 title: author_association type: string description: How the author is associated with the repository. @@ -22203,7 +22289,7 @@ paths: - OWNER examples: - OWNER - reactions: &173 + reactions: &174 title: Reaction Rollup type: object properties: @@ -22239,7 +22325,7 @@ paths: - hooray - eyes - rocket - sub_issues_summary: &740 + sub_issues_summary: &741 title: Sub-issues Summary type: object properties: @@ -22260,7 +22346,7 @@ paths: - string - 'null' format: uri - issue_dependencies_summary: &741 + issue_dependencies_summary: &742 title: Issue Dependencies Summary type: object properties: @@ -22279,7 +22365,7 @@ paths: - total_blocking issue_field_values: type: array - items: &742 + items: &743 title: Issue Field Value description: A value assigned to an issue field type: object @@ -22374,7 +22460,7 @@ paths: - user - created_at - updated_at - comment: &606 + comment: &607 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -22424,12 +22510,12 @@ paths: issue_url: type: string format: uri - author_association: *172 + author_association: *173 performed_via_github_app: anyOf: - type: 'null' - *5 - reactions: *173 + reactions: *174 required: - id - node_id @@ -22526,7 +22612,7 @@ paths: created_at: '2022-06-07T07:50:26Z' '304': *35 '403': *27 - '503': *162 + '503': *163 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -22616,7 +22702,7 @@ paths: _links: type: object properties: - timeline: &174 + timeline: &175 title: Link With Type description: Hypermedia Link with Type type: object @@ -22628,17 +22714,17 @@ paths: required: - href - type - user: *174 - security_advisories: *174 - current_user: *174 - current_user_public: *174 - current_user_actor: *174 - current_user_organization: *174 + user: *175 + security_advisories: *175 + current_user: *175 + current_user_public: *175 + current_user_actor: *175 + current_user_organization: *175 current_user_organizations: type: array - items: *174 - repository_discussions: *174 - repository_discussions_category: *174 + items: *175 + repository_discussions: *175 + repository_discussions_category: *175 required: - timeline - user @@ -22700,7 +22786,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#list-gists-for-the-authenticated-user parameters: - - *175 + - *176 - *17 - *19 responses: @@ -22710,7 +22796,7 @@ paths: application/json: schema: type: array - items: &176 + items: &177 title: Base Gist description: Base Gist type: object @@ -22807,7 +22893,7 @@ paths: - created_at - updated_at examples: - default: &177 + default: &178 value: - url: https://api.github.com/gists/aa5a315d61ae9438b18d forks_url: https://api.github.com/gists/aa5a315d61ae9438b18d/forks @@ -22852,7 +22938,7 @@ paths: site_admin: false truncated: false headers: - Link: *38 + Link: *41 '304': *35 '403': *27 x-github: @@ -22931,7 +23017,7 @@ paths: description: Response content: application/json: - schema: &178 + schema: &179 title: Gist Simple description: Gist Simple type: object @@ -22949,7 +23035,7 @@ paths: url: type: string format: uri - user: &754 + user: &755 title: Public User description: Public User type: object @@ -23323,7 +23409,7 @@ paths: truncated: type: boolean examples: - default: &179 + default: &180 value: url: https://api.github.com/gists/2decf6c462d9b4418f2 forks_url: https://api.github.com/gists/2decf6c462d9b4418f2/forks @@ -23427,7 +23513,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#list-public-gists parameters: - - *175 + - *176 - *17 - *19 responses: @@ -23437,11 +23523,11 @@ paths: application/json: schema: type: array - items: *176 + items: *177 examples: - default: *177 + default: *178 headers: - Link: *38 + Link: *41 '422': *15 '304': *35 '403': *27 @@ -23461,7 +23547,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#list-starred-gists parameters: - - *175 + - *176 - *17 - *19 responses: @@ -23471,11 +23557,11 @@ paths: application/json: schema: type: array - items: *176 + items: *177 examples: - default: *177 + default: *178 headers: - Link: *38 + Link: *41 '401': *23 '304': *35 '403': *27 @@ -23501,7 +23587,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#get-a-gist parameters: - - &180 + - &181 name: gist_id description: The unique identifier of the gist. in: path @@ -23513,10 +23599,10 @@ paths: description: Response content: application/json: - schema: *178 + schema: *179 examples: - default: *179 - '403': &183 + default: *180 + '403': &184 description: Forbidden Gist content: application/json: @@ -23565,7 +23651,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#update-a-gist parameters: - - *180 + - *181 requestBody: required: true content: @@ -23629,9 +23715,9 @@ paths: description: Response content: application/json: - schema: *178 + schema: *179 examples: - updateGist: *179 + updateGist: *180 deleteFile: value: url: https://api.github.com/gists/2decf6c462d9b4418f2 @@ -23789,7 +23875,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#delete-a-gist parameters: - - *180 + - *181 responses: '204': description: Response @@ -23818,7 +23904,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/comments#list-gist-comments parameters: - - *180 + - *181 - *17 - *19 responses: @@ -23828,7 +23914,7 @@ paths: application/json: schema: type: array - items: &181 + items: &182 title: Gist Comment description: A comment made to a gist. type: object @@ -23866,7 +23952,7 @@ paths: format: date-time examples: - '2011-04-18T23:23:56Z' - author_association: *172 + author_association: *173 required: - url - id @@ -23906,7 +23992,7 @@ paths: updated_at: '2011-04-18T23:23:56Z' author_association: COLLABORATOR headers: - Link: *38 + Link: *41 '304': *35 '404': *6 '403': *27 @@ -23931,7 +24017,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/comments#create-a-gist-comment parameters: - - *180 + - *181 requestBody: required: true content: @@ -23957,9 +24043,9 @@ paths: description: Response content: application/json: - schema: *181 + schema: *182 examples: - default: &182 + default: &183 value: id: 1 node_id: MDExOkdpc3RDb21tZW50MQ== @@ -24017,8 +24103,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/comments#get-a-gist-comment parameters: - - *180 - - &184 + - *181 + - &185 name: comment_id description: The unique identifier of the comment. in: path @@ -24031,12 +24117,12 @@ paths: description: Response content: application/json: - schema: *181 + schema: *182 examples: - default: *182 + default: *183 '304': *35 '404': *6 - '403': *183 + '403': *184 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -24058,8 +24144,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/comments#update-a-gist-comment parameters: - - *180 - - *184 + - *181 + - *185 requestBody: required: true content: @@ -24085,9 +24171,9 @@ paths: description: Response content: application/json: - schema: *181 + schema: *182 examples: - default: *182 + default: *183 '404': *6 x-github: githubCloudOnly: false @@ -24104,8 +24190,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/comments#delete-a-gist-comment parameters: - - *180 - - *184 + - *181 + - *185 responses: '204': description: Response @@ -24128,7 +24214,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#list-gist-commits parameters: - - *180 + - *181 - *17 - *19 responses: @@ -24229,7 +24315,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#list-gist-forks parameters: - - *180 + - *181 - *17 - *19 responses: @@ -24239,7 +24325,7 @@ paths: application/json: schema: type: array - items: *178 + items: *179 examples: default: value: @@ -24285,7 +24371,7 @@ paths: type: User site_admin: false headers: - Link: *38 + Link: *41 '404': *6 '304': *35 '403': *27 @@ -24304,13 +24390,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#fork-a-gist parameters: - - *180 + - *181 responses: '201': description: Response content: application/json: - schema: *176 + schema: *177 examples: default: value: @@ -24381,7 +24467,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#check-if-a-gist-is-starred parameters: - - *180 + - *181 responses: '204': description: Response if gist is starred @@ -24411,7 +24497,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#star-a-gist parameters: - - *180 + - *181 responses: '204': description: Response @@ -24433,7 +24519,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#unstar-a-gist parameters: - - *180 + - *181 responses: '204': description: Response @@ -24462,7 +24548,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#get-a-gist-revision parameters: - - *180 + - *181 - name: sha in: path required: true @@ -24473,9 +24559,9 @@ paths: description: Response content: application/json: - schema: *178 + schema: *179 examples: - default: *179 + default: *180 '422': *15 '404': *6 '403': *27 @@ -24636,7 +24722,7 @@ paths: type: integer repositories: type: array - items: *65 + items: *67 repository_selection: type: string examples: @@ -24760,7 +24846,7 @@ paths: open_issues: 1 watchers: 1 headers: - Link: *38 + Link: *41 '403': *27 '304': *35 '401': *23 @@ -24844,7 +24930,7 @@ paths: - closed - all default: open - - &322 + - &323 name: labels description: 'A list of comma separated label names. Example: `bug,ui,@high`' in: query @@ -24862,8 +24948,8 @@ paths: - updated - comments default: created - - *98 - - *175 + - *99 + - *176 - name: collab in: query required: false @@ -24893,9 +24979,9 @@ paths: application/json: schema: type: array - items: *185 + items: *186 examples: - default: &323 + default: &324 value: - id: 1 node_id: MDU6SXNzdWUx @@ -25140,7 +25226,7 @@ paths: watchers: 1 author_association: COLLABORATOR headers: - Link: *38 + Link: *41 '422': *15 '304': *35 '404': *6 @@ -25175,7 +25261,7 @@ paths: application/json: schema: type: array - items: *186 + items: *187 examples: default: value: @@ -25473,7 +25559,7 @@ paths: example: '279' schema: type: string - X-CommonMarker-Version: &187 + X-CommonMarker-Version: &188 example: 0.17.4 schema: type: string @@ -25528,7 +25614,7 @@ paths: '200': description: Response headers: - X-CommonMarker-Version: *187 + X-CommonMarker-Version: *188 content: text/html: schema: @@ -25557,7 +25643,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/marketplace#get-a-subscription-plan-for-an-account parameters: - - &190 + - &191 name: account_id description: account_id parameter in: path @@ -25569,7 +25655,7 @@ paths: description: Response content: application/json: - schema: &189 + schema: &190 title: Marketplace Purchase description: Marketplace Purchase type: object @@ -25603,7 +25689,7 @@ paths: - 'null' id: type: integer - plan: &188 + plan: &189 title: Marketplace Listing Plan description: Marketplace Listing Plan type: object @@ -25706,7 +25792,7 @@ paths: - 'null' updated_at: type: string - plan: *188 + plan: *189 required: - url - id @@ -25714,7 +25800,7 @@ paths: - login - marketplace_purchase examples: - default: &191 + default: &192 value: url: https://api.github.com/orgs/github type: Organization @@ -25799,9 +25885,9 @@ paths: application/json: schema: type: array - items: *188 + items: *189 examples: - default: &192 + default: &193 value: - url: https://api.github.com/marketplace_listing/plans/1313 accounts_url: https://api.github.com/marketplace_listing/plans/1313/accounts @@ -25819,7 +25905,7 @@ paths: - Up to 25 private repositories - 11 concurrent builds headers: - Link: *38 + Link: *41 '404': *6 '401': *23 x-github: @@ -25841,14 +25927,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/marketplace#list-accounts-for-a-plan parameters: - - &193 + - &194 name: plan_id description: The unique identifier of the plan. in: path required: true schema: type: integer - - &194 + - &195 name: sort description: The property to sort the results by. in: query @@ -25878,9 +25964,9 @@ paths: application/json: schema: type: array - items: *189 + items: *190 examples: - default: &195 + default: &196 value: - url: https://api.github.com/orgs/github type: Organization @@ -25931,7 +26017,7 @@ paths: - Up to 25 private repositories - 11 concurrent builds headers: - Link: *38 + Link: *41 '404': *6 '422': *15 '401': *23 @@ -25954,15 +26040,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/marketplace#get-a-subscription-plan-for-an-account-stubbed parameters: - - *190 + - *191 responses: '200': description: Response content: application/json: - schema: *189 + schema: *190 examples: - default: *191 + default: *192 '404': description: Not Found when the account has not purchased the listing '401': *23 @@ -25994,11 +26080,11 @@ paths: application/json: schema: type: array - items: *188 + items: *189 examples: - default: *192 + default: *193 headers: - Link: *38 + Link: *41 '401': *23 x-github: githubCloudOnly: false @@ -26019,8 +26105,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/marketplace#list-accounts-for-a-plan-stubbed parameters: - - *193 - *194 + - *195 - name: direction description: To return the oldest accounts first, set to `asc`. Ignored without the `sort` parameter. @@ -26040,11 +26126,11 @@ paths: application/json: schema: type: array - items: *189 + items: *190 examples: - default: *195 + default: *196 headers: - Link: *38 + Link: *41 '401': *23 x-github: githubCloudOnly: false @@ -26307,14 +26393,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: - - &419 + - &420 name: owner description: The account owner of the repository. The name is not case sensitive. in: path required: true schema: type: string - - &420 + - &421 name: repo description: The name of the repository without the `.git` extension. The name is not case sensitive. @@ -26331,7 +26417,7 @@ paths: application/json: schema: type: array - items: *196 + items: *197 examples: default: value: @@ -26385,7 +26471,7 @@ paths: '404': *6 '403': *27 '304': *35 - '301': &433 + '301': &434 description: Moved permanently content: application/json: @@ -26407,7 +26493,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &635 + - &636 name: all description: If `true`, show notifications marked as read. in: query @@ -26415,7 +26501,7 @@ paths: schema: type: boolean default: false - - &636 + - &637 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -26424,8 +26510,8 @@ paths: schema: type: boolean default: false - - *175 - - &637 + - *176 + - &638 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: @@ -26450,14 +26536,14 @@ paths: application/json: schema: type: array - items: &197 + items: &198 title: Thread description: Thread type: object properties: id: type: string - repository: &232 + repository: &233 title: Minimal Repository description: Minimal Repository type: object @@ -26796,7 +26882,7 @@ paths: type: boolean examples: - false - security_and_analysis: &366 + security_and_analysis: &367 type: - object - 'null' @@ -26969,7 +27055,7 @@ paths: - url - subscription_url examples: - default: &638 + default: &639 value: - id: '1' repository: @@ -27051,7 +27137,7 @@ paths: url: https://api.github.com/notifications/threads/1 subscription_url: https://api.github.com/notifications/threads/1/subscription headers: - Link: *38 + Link: *41 '304': *35 '403': *27 '401': *23 @@ -27135,7 +27221,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#get-a-thread parameters: - - &198 + - &199 name: thread_id description: The unique identifier of the notification thread. This corresponds to the value returned in the `id` field when you retrieve notifications @@ -27149,7 +27235,7 @@ paths: description: Response content: application/json: - schema: *197 + schema: *198 examples: default: value: @@ -27252,7 +27338,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#mark-a-thread-as-read parameters: - - *198 + - *199 responses: '205': description: Reset Content @@ -27275,7 +27361,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#mark-a-thread-as-done parameters: - - *198 + - *199 responses: '204': description: No content @@ -27298,13 +27384,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#get-a-thread-subscription-for-the-authenticated-user parameters: - - *198 + - *199 responses: '200': description: Response content: application/json: - schema: &199 + schema: &200 title: Thread Subscription description: Thread Subscription type: object @@ -27348,7 +27434,7 @@ paths: - url - subscribed examples: - default: &200 + default: &201 value: subscribed: true ignored: false @@ -27379,7 +27465,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#set-a-thread-subscription parameters: - - *198 + - *199 requestBody: required: false content: @@ -27400,9 +27486,9 @@ paths: description: Response content: application/json: - schema: *199 + schema: *200 examples: - default: *200 + default: *201 '304': *35 '403': *27 '401': *23 @@ -27425,7 +27511,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#delete-a-thread-subscription parameters: - - *198 + - *199 responses: '204': description: Response @@ -27520,9 +27606,9 @@ paths: application/json: schema: type: array - items: *60 + items: *62 examples: - default: &770 + default: &771 value: - login: github id: 1 @@ -27587,7 +27673,7 @@ paths: - 3 custom_roles: type: array - items: &276 + items: &277 title: Organization Custom Repository Role description: Custom repository roles created by organization owners @@ -27636,7 +27722,7 @@ paths: - created_at - updated_at examples: - default: &277 + default: &278 value: id: 8030 name: Security Engineer @@ -27683,7 +27769,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/repository-access#lists-the-repositories-dependabot-can-access-in-an-organization parameters: - - *74 + - *76 - name: page in: query description: The page number of results to fetch. @@ -27729,7 +27815,7 @@ paths: items: anyOf: - type: 'null' - - *107 + - *108 additionalProperties: false examples: default: @@ -27834,7 +27920,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/repository-access#updates-dependabots-repository-access-list-for-an-organization parameters: - - *74 + - *76 requestBody: required: true content: @@ -27900,7 +27986,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/repository-access#set-the-default-repository-access-level-for-dependabot parameters: - - *74 + - *76 requestBody: required: true content: @@ -27948,23 +28034,23 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/billing/enhanced-billing#get-billing-usage-report-for-an-organization parameters: - - *74 - - *201 + - *76 - *202 - *203 - *204 + - *205 responses: '200': description: Billing usage report response for an organization content: application/json: - schema: *205 + schema: *206 examples: - default: *206 + default: *207 '400': *14 '403': *27 - '500': *89 - '503': *162 + '500': *38 + '503': *163 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -27990,13 +28076,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#get-an-organization parameters: - - *74 + - *76 responses: '200': description: Response content: application/json: - schema: &207 + schema: &208 title: Organization Full description: |- Prevents users in the organization from using insecure methods of two-factor authentication to fulfill a two-factor requirement. @@ -28406,7 +28492,7 @@ paths: - updated_at - archived_at examples: - default-response: &208 + default-response: &209 value: login: github id: 1 @@ -28508,7 +28594,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#update-an-organization parameters: - - *74 + - *76 requestBody: required: false content: @@ -28732,18 +28818,18 @@ paths: description: Response content: application/json: - schema: *207 + schema: *208 examples: - default: *208 + default: *209 '422': description: Validation failed content: application/json: schema: oneOf: - - *209 - *210 - '409': *106 + - *211 + '409': *107 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -28766,7 +28852,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#delete-an-organization parameters: - - *74 + - *76 responses: '202': *37 '404': *6 @@ -28791,17 +28877,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#get-github-actions-cache-usage-for-an-organization parameters: - - *74 + - *76 responses: '200': description: Response content: application/json: - schema: *211 + schema: *212 examples: - default: *212 + default: *213 headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -28822,7 +28908,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#list-repositories-with-github-actions-cache-usage-for-an-organization parameters: - - *74 + - *76 - *17 - *19 responses: @@ -28840,7 +28926,7 @@ paths: type: integer repository_cache_usages: type: array - items: &438 + items: &439 title: Actions Cache Usage by repository description: GitHub Actions Cache Usage by repository. type: object @@ -28878,7 +28964,7 @@ paths: active_caches_size_in_bytes: 1022142 active_caches_count: 2 headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -28898,7 +28984,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/hosted-runners#list-github-hosted-runners-for-an-organization parameters: - - *74 + - *76 - *17 - *19 responses: @@ -28916,11 +29002,11 @@ paths: type: integer runners: type: array - items: *40 + items: *42 examples: - default: *213 + default: *214 headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -28938,7 +29024,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/hosted-runners#create-a-github-hosted-runner-for-an-organization parameters: - - *74 + - *76 requestBody: required: true content: @@ -29005,9 +29091,9 @@ paths: description: Response content: application/json: - schema: *40 + schema: *42 examples: - default: *44 + default: *46 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -29025,7 +29111,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/hosted-runners#get-github-owned-images-for-github-hosted-runners-in-an-organization parameters: - - *74 + - *76 responses: '200': description: Response @@ -29041,9 +29127,9 @@ paths: type: integer images: type: array - items: *41 + items: *43 examples: - default: *42 + default: *44 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -29061,7 +29147,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/hosted-runners#get-partner-images-for-github-hosted-runners-in-an-organization parameters: - - *74 + - *76 responses: '200': description: Response @@ -29077,9 +29163,9 @@ paths: type: integer images: type: array - items: *41 + items: *43 examples: - default: *42 + default: *44 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -29096,15 +29182,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/hosted-runners#get-limits-on-github-hosted-runners-for-an-organization parameters: - - *74 + - *76 responses: '200': description: Response content: application/json: - schema: *214 + schema: *215 examples: - default: *215 + default: *216 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -29122,7 +29208,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/hosted-runners#get-github-hosted-runners-machine-specs-for-an-organization parameters: - - *74 + - *76 responses: '200': description: Response @@ -29138,9 +29224,9 @@ paths: type: integer machine_specs: type: array - items: *43 + items: *45 examples: - default: *216 + default: *217 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -29158,7 +29244,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/hosted-runners#get-platforms-for-github-hosted-runners-in-an-organization parameters: - - *74 + - *76 responses: '200': description: Response @@ -29202,18 +29288,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/hosted-runners#get-a-github-hosted-runner-for-an-organization parameters: - - *74 - - *45 + - *76 + - *47 responses: '200': description: Response content: application/json: - schema: *40 + schema: *42 examples: - default: *44 + default: *46 headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -29231,8 +29317,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/hosted-runners#update-a-github-hosted-runner-for-an-organization parameters: - - *74 - - *45 + - *76 + - *47 requestBody: required: true content: @@ -29270,9 +29356,9 @@ paths: description: Response content: application/json: - schema: *40 + schema: *42 examples: - default: *44 + default: *46 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -29288,16 +29374,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/hosted-runners#delete-a-github-hosted-runner-for-an-organization parameters: - - *74 - - *45 + - *76 + - *47 responses: '202': description: Response content: application/json: - schema: *40 + schema: *42 examples: - default: *44 + default: *46 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -29317,13 +29403,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/oidc#get-the-customization-template-for-an-oidc-subject-claim-for-an-organization parameters: - - *74 + - *76 responses: '200': description: A JSON serialized template for OIDC subject claim customization content: application/json: - schema: &217 + schema: &218 title: Actions OIDC Subject customization description: Actions OIDC Subject customization type: object @@ -29337,7 +29423,7 @@ paths: required: - include_claim_keys examples: - default: &218 + default: &219 value: include_claim_keys: - repo @@ -29359,20 +29445,20 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/oidc#set-the-customization-template-for-an-oidc-subject-claim-for-an-organization parameters: - - *74 + - *76 requestBody: required: true content: application/json: - schema: *217 + schema: *218 examples: - default: *218 + default: *219 responses: '201': description: Empty response content: application/json: - schema: &243 + schema: &244 title: Empty Object description: An object without any properties. type: object @@ -29402,7 +29488,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-github-actions-permissions-for-an-organization parameters: - - *74 + - *76 responses: '200': description: Response @@ -29411,7 +29497,7 @@ paths: schema: type: object properties: - enabled_repositories: &220 + enabled_repositories: &221 type: string description: The policy that controls the repositories in the organization that are allowed to run GitHub Actions. @@ -29424,9 +29510,9 @@ paths: description: The API URL to use to get or set the selected repositories that are allowed to run GitHub Actions, when `enabled_repositories` is set to `selected`. - allowed_actions: *47 - selected_actions_url: *219 - sha_pinning_required: *48 + allowed_actions: *49 + selected_actions_url: *220 + sha_pinning_required: *50 required: - enabled_repositories examples: @@ -29456,7 +29542,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-github-actions-permissions-for-an-organization parameters: - - *74 + - *76 responses: '204': description: Response @@ -29467,9 +29553,9 @@ paths: schema: type: object properties: - enabled_repositories: *220 - allowed_actions: *47 - sha_pinning_required: *48 + enabled_repositories: *221 + allowed_actions: *49 + sha_pinning_required: *50 required: - enabled_repositories examples: @@ -29497,13 +29583,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-artifact-and-log-retention-settings-for-an-organization parameters: - - *74 + - *76 responses: '200': description: Response content: application/json: - schema: *221 + schema: *222 examples: response: summary: Example response @@ -29529,12 +29615,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-artifact-and-log-retention-settings-for-an-organization parameters: - - *74 + - *76 requestBody: required: true content: application/json: - schema: *222 + schema: *223 examples: application/json: value: @@ -29544,7 +29630,7 @@ paths: description: No content '403': *27 '404': *6 - '409': *106 + '409': *107 '422': *15 x-github: enabledForGitHubApps: true @@ -29564,15 +29650,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-fork-pr-contributor-approval-permissions-for-an-organization parameters: - - *74 + - *76 responses: '200': description: Response content: application/json: - schema: *49 + schema: *51 examples: - default: *223 + default: *224 '404': *6 x-github: enabledForGitHubApps: true @@ -29591,7 +29677,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-fork-pr-contributor-approval-permissions-for-an-organization parameters: - - *74 + - *76 responses: '204': description: Response @@ -29601,7 +29687,7 @@ paths: required: true content: application/json: - schema: *49 + schema: *51 examples: default: summary: Set approval policy to first time contributors @@ -29623,15 +29709,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-private-repo-fork-pr-workflow-settings-for-an-organization parameters: - - *74 + - *76 responses: '200': description: Response content: application/json: - schema: *224 + schema: *225 examples: - default: *50 + default: *52 '403': *27 '404': *6 x-github: @@ -29649,14 +29735,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-private-repo-fork-pr-workflow-settings-for-an-organization parameters: - - *74 + - *76 requestBody: required: true content: application/json: - schema: *225 + schema: *226 examples: - default: *50 + default: *52 responses: '204': description: Empty response for successful settings update @@ -29686,7 +29772,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#list-selected-repositories-enabled-for-github-actions-in-an-organization parameters: - - *74 + - *76 - *17 - *19 responses: @@ -29704,9 +29790,9 @@ paths: type: number repositories: type: array - items: *65 + items: *67 examples: - default: &227 + default: &228 value: total_count: 1 repositories: @@ -29846,7 +29932,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-selected-repositories-enabled-for-github-actions-in-an-organization parameters: - - *74 + - *76 responses: '204': description: Response @@ -29890,8 +29976,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#enable-a-selected-repository-for-github-actions-in-an-organization parameters: - - *74 - - &226 + - *76 + - &227 name: repository_id description: The unique identifier of the repository. in: path @@ -29919,8 +30005,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#disable-a-selected-repository-for-github-actions-in-an-organization parameters: - - *74 - - *226 + - *76 + - *227 responses: '204': description: Response @@ -29943,15 +30029,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-an-organization parameters: - - *74 + - *76 responses: '200': description: Response content: application/json: - schema: *52 + schema: *54 examples: - default: *53 + default: *55 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -29974,7 +30060,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-allowed-actions-and-reusable-workflows-for-an-organization parameters: - - *74 + - *76 responses: '204': description: Response @@ -29982,9 +30068,9 @@ paths: required: false content: application/json: - schema: *52 + schema: *54 examples: - selected_actions: *53 + selected_actions: *55 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -30004,7 +30090,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-self-hosted-runners-settings-for-an-organization parameters: - - *74 + - *76 responses: '200': description: Response @@ -30052,7 +30138,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-self-hosted-runners-settings-for-an-organization parameters: - - *74 + - *76 requestBody: required: true content: @@ -30079,7 +30165,7 @@ paths: description: No content '403': *27 '404': *6 - '409': *106 + '409': *107 '422': *15 x-github: enabledForGitHubApps: true @@ -30099,7 +30185,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#list-repositories-allowed-to-use-self-hosted-runners-in-an-organization parameters: - - *74 + - *76 - *17 - *19 responses: @@ -30114,9 +30200,9 @@ paths: type: integer repositories: type: array - items: *65 + items: *67 examples: - default: *227 + default: *228 '403': *27 '404': *6 x-github: @@ -30136,7 +30222,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-repositories-allowed-to-use-self-hosted-runners-in-an-organization parameters: - - *74 + - *76 requestBody: required: true content: @@ -30184,14 +30270,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#add-a-repository-to-the-list-of-repositories-allowed-to-use-self-hosted-runners-in-an-organization parameters: - - *74 - - *226 + - *76 + - *227 responses: '204': description: No content '403': *27 '404': *6 - '409': *106 + '409': *107 '422': *15 x-github: enabledForGitHubApps: true @@ -30211,14 +30297,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#remove-a-repository-from-the-list-of-repositories-allowed-to-use-self-hosted-runners-in-an-organization parameters: - - *74 - - *226 + - *76 + - *227 responses: '204': description: No content '403': *27 '404': *6 - '409': *106 + '409': *107 '422': *15 x-github: enabledForGitHubApps: true @@ -30240,15 +30326,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-default-workflow-permissions-for-an-organization parameters: - - *74 + - *76 responses: '200': description: Response content: application/json: - schema: *228 + schema: *229 examples: - default: *56 + default: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -30269,7 +30355,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-default-workflow-permissions-for-an-organization parameters: - - *74 + - *76 responses: '204': description: Success response @@ -30280,9 +30366,9 @@ paths: required: false content: application/json: - schema: *229 + schema: *230 examples: - default: *56 + default: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -30302,7 +30388,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#list-self-hosted-runner-groups-for-an-organization parameters: - - *74 + - *76 - *17 - *19 - name: visible_to_repository @@ -30327,7 +30413,7 @@ paths: type: number runner_groups: type: array - items: &230 + items: &231 type: object properties: id: @@ -30444,7 +30530,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#create-a-self-hosted-runner-group-for-an-organization parameters: - - *74 + - *76 requestBody: required: true content: @@ -30517,9 +30603,9 @@ paths: description: Response content: application/json: - schema: *230 + schema: *231 examples: - default: &231 + default: &232 value: id: 2 name: octo-runner-group @@ -30554,14 +30640,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#get-a-self-hosted-runner-group-for-an-organization parameters: - - *74 - - *59 + - *76 + - *61 responses: '200': description: Response content: application/json: - schema: *230 + schema: *231 examples: default: value: @@ -30597,8 +30683,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#update-a-self-hosted-runner-group-for-an-organization parameters: - - *74 - - *59 + - *76 + - *61 requestBody: required: true content: @@ -30654,9 +30740,9 @@ paths: description: Response content: application/json: - schema: *230 + schema: *231 examples: - default: *231 + default: *232 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -30675,8 +30761,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#delete-a-self-hosted-runner-group-from-an-organization parameters: - - *74 - - *59 + - *76 + - *61 responses: '204': description: Response @@ -30699,8 +30785,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#list-github-hosted-runners-in-a-group-for-an-organization parameters: - - *74 - - *59 + - *76 + - *61 - *17 - *19 responses: @@ -30718,11 +30804,11 @@ paths: type: number runners: type: array - items: *40 + items: *42 examples: - default: *213 + default: *214 headers: - Link: *38 + Link: *41 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -30742,8 +30828,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#list-repository-access-to-a-self-hosted-runner-group-in-an-organization parameters: - - *74 - - *59 + - *76 + - *61 - *19 - *17 responses: @@ -30761,9 +30847,9 @@ paths: type: number repositories: type: array - items: *232 + items: *233 examples: - default: &757 + default: &758 value: total_count: 1 repositories: @@ -31015,8 +31101,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#set-repository-access-for-a-self-hosted-runner-group-in-an-organization parameters: - - *74 - - *59 + - *76 + - *61 requestBody: required: true content: @@ -31060,9 +31146,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#add-repository-access-to-a-self-hosted-runner-group-in-an-organization parameters: - - *74 - - *59 - - *226 + - *76 + - *61 + - *227 responses: '204': description: Response @@ -31084,9 +31170,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#remove-repository-access-to-a-self-hosted-runner-group-in-an-organization parameters: - - *74 - - *59 - - *226 + - *76 + - *61 + - *227 responses: '204': description: Response @@ -31109,8 +31195,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#list-self-hosted-runners-in-a-group-for-an-organization parameters: - - *74 - - *59 + - *76 + - *61 - *17 - *19 responses: @@ -31128,11 +31214,11 @@ paths: type: number runners: type: array - items: *63 + items: *65 examples: - default: *64 + default: *66 headers: - Link: *38 + Link: *41 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -31151,8 +31237,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#set-self-hosted-runners-in-a-group-for-an-organization parameters: - - *74 - - *59 + - *76 + - *61 requestBody: required: true content: @@ -31196,9 +31282,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#add-a-self-hosted-runner-to-a-group-for-an-organization parameters: - - *74 - - *59 - - *62 + - *76 + - *61 + - *64 responses: '204': description: Response @@ -31220,9 +31306,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#remove-a-self-hosted-runner-from-a-group-for-an-organization parameters: - - *74 - - *59 - - *62 + - *76 + - *61 + - *64 responses: '204': description: Response @@ -31252,7 +31338,7 @@ paths: in: query schema: type: string - - *74 + - *76 - *17 - *19 responses: @@ -31270,11 +31356,11 @@ paths: type: integer runners: type: array - items: *63 + items: *65 examples: - default: *64 + default: *66 headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -31296,7 +31382,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#list-runner-applications-for-an-organization parameters: - - *74 + - *76 responses: '200': description: Response @@ -31304,9 +31390,9 @@ paths: application/json: schema: type: array - items: *233 + items: *234 examples: - default: *234 + default: *235 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -31328,7 +31414,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#create-configuration-for-a-just-in-time-runner-for-an-organization parameters: - - *74 + - *76 requestBody: required: true content: @@ -31371,10 +31457,10 @@ paths: - no-gpu work_folder: _work responses: - '201': *235 + '201': *236 '404': *6 '422': *7 - '409': *106 + '409': *107 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -31402,15 +31488,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#create-a-registration-token-for-an-organization parameters: - - *74 + - *76 responses: '201': description: Response content: application/json: - schema: *66 + schema: *68 examples: - default: *236 + default: *237 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -31438,15 +31524,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#create-a-remove-token-for-an-organization parameters: - - *74 + - *76 responses: '201': description: Response content: application/json: - schema: *66 + schema: *68 examples: - default: *237 + default: *238 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -31468,16 +31554,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#get-a-self-hosted-runner-for-an-organization parameters: - - *74 - - *62 + - *76 + - *64 responses: '200': description: Response content: application/json: - schema: *63 + schema: *65 examples: - default: *238 + default: *239 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -31498,8 +31584,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#delete-a-self-hosted-runner-from-an-organization parameters: - - *74 - - *62 + - *76 + - *64 responses: '204': description: Response @@ -31525,10 +31611,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#list-labels-for-a-self-hosted-runner-for-an-organization parameters: - - *74 - - *62 + - *76 + - *64 responses: - '200': *68 + '200': *70 '404': *6 x-github: githubCloudOnly: false @@ -31550,8 +31636,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#add-custom-labels-to-a-self-hosted-runner-for-an-organization parameters: - - *74 - - *62 + - *76 + - *64 requestBody: required: true content: @@ -31575,7 +31661,7 @@ paths: - gpu - accelerated responses: - '200': *68 + '200': *70 '404': *6 '422': *7 x-github: @@ -31599,8 +31685,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#set-custom-labels-for-a-self-hosted-runner-for-an-organization parameters: - - *74 - - *62 + - *76 + - *64 requestBody: required: true content: @@ -31625,7 +31711,7 @@ paths: - gpu - accelerated responses: - '200': *68 + '200': *70 '404': *6 '422': *7 x-github: @@ -31649,10 +31735,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#remove-all-custom-labels-from-a-self-hosted-runner-for-an-organization parameters: - - *74 - - *62 + - *76 + - *64 responses: - '200': *239 + '200': *240 '404': *6 x-github: githubCloudOnly: false @@ -31679,11 +31765,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#remove-a-custom-label-from-a-self-hosted-runner-for-an-organization parameters: - - *74 - - *62 - - *240 + - *76 + - *64 + - *241 responses: - '200': *68 + '200': *70 '404': *6 '422': *7 x-github: @@ -31708,7 +31794,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-organization-secrets parameters: - - *74 + - *76 - *17 - *19 responses: @@ -31726,7 +31812,7 @@ paths: type: integer secrets: type: array - items: &241 + items: &242 title: Actions Secret for an Organization description: Secrets for GitHub Actions for an organization. type: object @@ -31778,7 +31864,7 @@ paths: visibility: selected selected_repositories_url: https://api.github.com/orgs/octo-org/actions/secrets/SUPER_SECRET/repositories headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -31801,13 +31887,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-organization-public-key parameters: - - *74 + - *76 responses: '200': description: Response content: application/json: - schema: &458 + schema: &459 title: ActionsPublicKey description: The public key used for setting Actions Secrets. type: object @@ -31842,7 +31928,7 @@ paths: - key_id - key examples: - default: &459 + default: &460 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -31867,8 +31953,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-organization-secret parameters: - - *74 - - &242 + - *76 + - &243 name: secret_name description: The name of the secret. in: path @@ -31880,7 +31966,7 @@ paths: description: Response content: application/json: - schema: *241 + schema: *242 examples: default: value: @@ -31910,8 +31996,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-an-organization-secret parameters: - - *74 - - *242 + - *76 + - *243 requestBody: required: true content: @@ -31968,7 +32054,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *243 + schema: *244 examples: default: value: @@ -31994,8 +32080,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-an-organization-secret parameters: - - *74 - - *242 + - *76 + - *243 responses: '204': description: Response @@ -32021,8 +32107,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-selected-repositories-for-an-organization-secret parameters: - - *74 - - *242 + - *76 + - *243 - *19 - *17 responses: @@ -32040,9 +32126,9 @@ paths: type: integer repositories: type: array - items: *232 + items: *233 examples: - default: &246 + default: &247 value: total_count: 1 repositories: @@ -32134,8 +32220,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#set-selected-repositories-for-an-organization-secret parameters: - - *74 - - *242 + - *76 + - *243 requestBody: required: true content: @@ -32187,8 +32273,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#add-selected-repository-to-an-organization-secret parameters: - - *74 - - *242 + - *76 + - *243 - name: repository_id in: path required: true @@ -32221,8 +32307,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#remove-selected-repository-from-an-organization-secret parameters: - - *74 - - *242 + - *76 + - *243 - name: repository_id in: path required: true @@ -32254,8 +32340,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-organization-variables parameters: - - *74 - - &443 + - *76 + - &444 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)." @@ -32279,7 +32365,7 @@ paths: type: integer variables: type: array - items: &244 + items: &245 title: Actions Variable for an Organization description: Organization variable for GitHub Actions. type: object @@ -32348,7 +32434,7 @@ paths: visibility: selected selected_repositories_url: https://api.github.com/orgs/octo-org/actions/variables/ADMIN_EMAIL/repositories headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -32369,7 +32455,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#create-an-organization-variable parameters: - - *74 + - *76 requestBody: required: true content: @@ -32417,7 +32503,7 @@ paths: description: Response when creating a variable content: application/json: - schema: *243 + schema: *244 examples: default: value: @@ -32442,8 +32528,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-an-organization-variable parameters: - - *74 - - &245 + - *76 + - &246 name: name description: The name of the variable. in: path @@ -32455,7 +32541,7 @@ paths: description: Response content: application/json: - schema: *244 + schema: *245 examples: default: value: @@ -32485,8 +32571,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-an-organization-variable parameters: - - *74 - - *245 + - *76 + - *246 requestBody: required: true content: @@ -32548,8 +32634,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-an-organization-variable parameters: - - *74 - - *245 + - *76 + - *246 responses: '204': description: Response @@ -32575,8 +32661,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-selected-repositories-for-an-organization-variable parameters: - - *74 - - *245 + - *76 + - *246 - *19 - *17 responses: @@ -32594,9 +32680,9 @@ paths: type: integer repositories: type: array - items: *232 + items: *233 examples: - default: *246 + default: *247 '409': description: Response when the visibility of the variable is not set to `selected` @@ -32622,8 +32708,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#set-selected-repositories-for-an-organization-variable parameters: - - *74 - - *245 + - *76 + - *246 requestBody: required: true content: @@ -32672,8 +32758,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#add-selected-repository-to-an-organization-variable parameters: - - *74 - - *245 + - *76 + - *246 - name: repository_id in: path required: true @@ -32707,8 +32793,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#remove-selected-repository-from-an-organization-variable parameters: - - *74 - - *245 + - *76 + - *246 - name: repository_id in: path required: true @@ -32739,15 +32825,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/announcement-banners/organizations#get-announcement-banner-for-organization parameters: - - *74 + - *76 responses: '200': description: Response content: application/json: - schema: *73 + schema: *75 examples: - default: *72 + default: *74 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -32766,19 +32852,19 @@ paths: required: true content: application/json: - schema: *247 + schema: *248 examples: - default: *72 + default: *74 parameters: - - *74 + - *76 responses: '200': description: Response content: application/json: - schema: *73 + schema: *75 examples: - default: *72 + default: *74 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -32794,7 +32880,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/announcement-banners/organizations#remove-announcement-banner-from-organization parameters: - - *74 + - *76 responses: '204': description: Response @@ -32817,7 +32903,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/artifact-metadata#create-artifact-metadata-storage-record parameters: - - *74 + - *76 requestBody: required: true content: @@ -32955,7 +33041,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/artifact-metadata#list-artifact-storage-records parameters: - - *74 + - *76 - name: subject_digest description: The parameter should be set to the attestation's subject's SHA256 digest, in the form `sha256:HEX_DIGEST`. @@ -33039,9 +33125,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#list-attestations-by-bulk-subject-digests parameters: - *17 - - *96 - *97 - - *74 + - *98 + - *76 requestBody: required: true content: @@ -33064,12 +33150,12 @@ paths: required: - subject_digests examples: - default: &789 + default: &790 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &790 + withPredicateType: &791 value: subject_digests: - sha256:abc123 @@ -33128,7 +33214,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &791 + default: &792 value: attestations_subject_digests: - sha256:abc: @@ -33237,7 +33323,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/attestations#delete-attestations-in-bulk parameters: - - *74 + - *76 requestBody: required: true content: @@ -33302,7 +33388,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/attestations#delete-attestations-by-subject-digest parameters: - - *74 + - *76 - name: subject_digest description: Subject Digest in: path @@ -33333,7 +33419,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/attestations#delete-attestations-by-id parameters: - - *74 + - *76 - name: attestation_id description: Attestation ID in: path @@ -33369,9 +33455,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#list-attestations parameters: - *17 - - *96 - *97 - - *74 + - *98 + - *76 - name: subject_digest description: The parameter should be set to the attestation's subject's SHA256 digest, in the form `sha256:HEX_DIGEST`. @@ -33422,7 +33508,7 @@ paths: bundle_url: type: string examples: - default: &472 + default: &473 value: attestations: - bundle: @@ -33540,7 +33626,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#get-the-audit-log-for-an-organization parameters: - - *74 + - *76 - name: phrase description: A search phrase. For more information, see [Searching the audit log](https://docs.github.com/enterprise-cloud@latest//github/setting-up-and-managing-organizations-and-teams/reviewing-the-audit-log-for-your-organization#searching-the-audit-log). @@ -33548,10 +33634,10 @@ paths: required: false schema: type: string - - *248 - *249 - *250 - *251 + - *252 - *17 responses: '200': @@ -33560,9 +33646,9 @@ paths: application/json: schema: type: array - items: *252 + items: *253 examples: - default: *253 + default: *254 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -33579,7 +33665,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/blocking#list-users-blocked-by-an-organization parameters: - - *74 + - *76 - *17 - *19 responses: @@ -33591,7 +33677,7 @@ paths: type: array items: *4 examples: - default: &324 + default: &325 value: - login: octocat id: 1 @@ -33629,8 +33715,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/blocking#check-if-a-user-is-blocked-by-an-organization parameters: - - *74 - - *254 + - *76 + - *255 responses: '204': description: If the user is blocked @@ -33655,8 +33741,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/blocking#block-a-user-from-an-organization parameters: - - *74 - - *254 + - *76 + - *255 responses: '204': description: Response @@ -33676,8 +33762,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/blocking#unblock-a-user-from-an-organization parameters: - - *74 - - *254 + - *76 + - *255 responses: '204': description: Response @@ -33703,17 +33789,17 @@ paths: category: orgs subcategory: bypass-requests parameters: - - *74 - - &257 + - *76 + - &258 name: repository_name description: The name of the repository to filter on. in: query schema: type: string - - *91 - *92 - *93 - *94 + - *95 - *17 - *19 responses: @@ -33723,11 +33809,11 @@ paths: application/json: schema: type: array - items: *255 + items: *256 examples: - default: *256 + default: *257 '404': *6 - '500': *89 + '500': *38 "/orgs/{org}/bypass-requests/secret-scanning": get: summary: List bypass requests for secret scanning for an org @@ -33748,12 +33834,12 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *74 - - *257 - - *91 + - *76 + - *258 - *92 - *93 - *94 + - *95 - *17 - *19 responses: @@ -33763,11 +33849,11 @@ paths: application/json: schema: type: array - items: *258 + items: *259 examples: - default: *259 + default: *260 '404': *6 - '500': *89 + '500': *38 "/orgs/{org}/campaigns": get: summary: List campaigns for an organization @@ -33784,15 +33870,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/campaigns/campaigns#list-campaigns-for-an-organization parameters: - - *74 + - *76 - *19 - *17 - - *98 + - *99 - name: state description: If specified, only campaigns with this state will be returned. in: query required: false - schema: &261 + schema: &262 title: Campaign state description: Indicates whether a campaign is open or closed type: string @@ -33818,7 +33904,7 @@ paths: application/json: schema: type: array - items: &262 + items: &263 title: Campaign summary description: The campaign metadata and alert stats. type: object @@ -33849,7 +33935,7 @@ paths: team_managers: description: The campaign team managers type: array - items: *260 + items: *261 published_at: description: The date and time the campaign was published, in ISO 8601 format':' YYYY-MM-DDTHH:MM:SSZ. @@ -33868,7 +33954,7 @@ paths: - string - 'null' format: date-time - state: *261 + state: *262 contact_link: description: The contact link of the campaign. type: @@ -33964,9 +34050,9 @@ paths: closed_at: state: open headers: - Link: *38 + Link: *41 '404': *6 - '503': *162 + '503': *163 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -33990,7 +34076,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/campaigns/campaigns#create-a-campaign-for-an-organization parameters: - - *74 + - *76 requestBody: required: true content: @@ -34085,9 +34171,9 @@ paths: description: Response content: application/json: - schema: *262 + schema: *263 examples: - default: &263 + default: &264 value: number: 3 created_at: '2024-02-14T12:29:18Z' @@ -34136,7 +34222,7 @@ paths: schema: *3 '429': description: Too Many Requests - '503': *162 + '503': *163 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -34158,7 +34244,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/campaigns/campaigns#get-a-campaign-for-an-organization parameters: - - *74 + - *76 - name: campaign_number description: The campaign number. in: path @@ -34170,16 +34256,16 @@ paths: description: Response content: application/json: - schema: *262 + schema: *263 examples: - default: *263 + default: *264 '404': *6 '422': description: Unprocessable Entity content: application/json: schema: *3 - '503': *162 + '503': *163 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -34200,7 +34286,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/campaigns/campaigns#update-a-campaign parameters: - - *74 + - *76 - name: campaign_number description: The campaign number. in: path @@ -34250,7 +34336,7 @@ paths: - string - 'null' format: uri - state: *261 + state: *262 examples: default: value: @@ -34260,9 +34346,9 @@ paths: description: Response content: application/json: - schema: *262 + schema: *263 examples: - default: *263 + default: *264 '400': description: Bad Request content: @@ -34274,7 +34360,7 @@ paths: content: application/json: schema: *3 - '503': *162 + '503': *163 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -34295,7 +34381,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/campaigns/campaigns#delete-a-campaign-for-an-organization parameters: - - *74 + - *76 - name: campaign_number description: The campaign number. in: path @@ -34306,7 +34392,7 @@ paths: '204': description: Deletion successful '404': *6 - '503': *162 + '503': *163 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -34328,20 +34414,20 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-code-scanning-alerts-for-an-organization parameters: - - *74 - - *264 + - *76 - *265 - - *96 + - *266 - *97 + - *98 - *19 - *17 - - *98 + - *99 - name: state description: If specified, only code scanning alerts with this state will be returned. in: query required: false - schema: *266 + schema: *267 - name: sort description: The property by which to sort the results. in: query @@ -34357,7 +34443,7 @@ paths: be returned. in: query required: false - schema: &498 + schema: &499 type: string description: Severity of a code scanning alert. enum: @@ -34375,13 +34461,13 @@ paths: application/json: schema: type: array - items: *267 + items: *268 examples: - default: *268 + default: *269 headers: - Link: *38 + Link: *41 '404': *6 - '503': *162 + '503': *163 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -34403,7 +34489,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#get-code-security-configurations-for-an-organization parameters: - - *74 + - *76 - name: target_type in: query description: The target type of the code security configuration @@ -34422,8 +34508,8 @@ paths: schema: type: integer default: 30 - - *96 - *97 + - *98 responses: '200': description: Response @@ -34431,7 +34517,7 @@ paths: application/json: schema: type: array - items: *102 + items: *103 examples: default: value: @@ -34514,7 +34600,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#create-a-code-security-configuration parameters: - - *74 + - *76 requestBody: required: true content: @@ -34592,7 +34678,7 @@ paths: - disabled - not_set default: disabled - code_scanning_options: *269 + code_scanning_options: *270 code_scanning_default_setup: type: string description: The enablement status of code scanning default setup @@ -34601,7 +34687,7 @@ paths: - disabled - not_set default: disabled - code_scanning_default_setup_options: *105 + code_scanning_default_setup_options: *106 code_scanning_delegated_alert_dismissal: type: string description: The enablement status of code scanning delegated alert @@ -34733,9 +34819,9 @@ paths: description: Successfully created code security configuration content: application/json: - schema: *102 + schema: *103 examples: - default: *270 + default: *271 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -34757,15 +34843,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#get-default-code-security-configurations parameters: - - *74 + - *76 responses: '200': description: Response content: application/json: - schema: *271 + schema: *272 examples: - default: *272 + default: *273 '304': *35 '403': *27 '404': *6 @@ -34791,7 +34877,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#detach-configurations-from-repositories parameters: - - *74 + - *76 requestBody: required: true content: @@ -34817,11 +34903,11 @@ paths: - 32 - 91 responses: - '204': *128 + '204': *129 '400': *14 '403': *27 '404': *6 - '409': *106 + '409': *107 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -34843,16 +34929,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#get-a-code-security-configuration parameters: - - *74 - - *104 + - *76 + - *105 responses: '200': description: Response content: application/json: - schema: *102 + schema: *103 examples: - default: *270 + default: *271 '304': *35 '403': *27 '404': *6 @@ -34876,8 +34962,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#update-a-code-security-configuration parameters: - - *74 - - *104 + - *76 + - *105 requestBody: required: true content: @@ -34956,7 +35042,7 @@ paths: - enabled - disabled - not_set - code_scanning_default_setup_options: *105 + code_scanning_default_setup_options: *106 code_scanning_delegated_alert_dismissal: type: string description: The enablement status of code scanning delegated alert @@ -35074,7 +35160,7 @@ paths: description: Response when a configuration is updated content: application/json: - schema: *102 + schema: *103 examples: default: value: @@ -35133,14 +35219,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#delete-a-code-security-configuration parameters: - - *74 - - *104 + - *76 + - *105 responses: - '204': *128 + '204': *129 '400': *14 '403': *27 '404': *6 - '409': *106 + '409': *107 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -35164,8 +35250,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#attach-a-configuration-to-repositories parameters: - - *74 - - *104 + - *76 + - *105 requestBody: required: true content: @@ -35228,8 +35314,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#set-a-code-security-configuration-as-a-default-for-an-organization parameters: - - *74 - - *104 + - *76 + - *105 requestBody: required: true content: @@ -35269,12 +35355,12 @@ paths: - none - private_and_internal - public - configuration: *102 + configuration: *103 examples: default: value: default_for_new_repos: all - configuration: *270 + configuration: *271 '403': *27 '404': *6 x-github: @@ -35298,8 +35384,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#get-repositories-associated-with-a-code-security-configuration parameters: - - *74 - - *104 + - *76 + - *105 - name: per_page description: The number of results per page (max 100). For more information, see "[Using pagination in the REST API](https://docs.github.com/enterprise-cloud@latest//rest/using-the-rest-api/using-pagination-in-the-rest-api)." @@ -35308,8 +35394,8 @@ paths: schema: type: integer default: 30 - - *96 - *97 + - *98 - name: status description: |- A comma-separated list of statuses. If specified, only repositories with these attachment statuses will be returned. @@ -35327,13 +35413,13 @@ paths: application/json: schema: type: array - items: *273 + items: *274 examples: default: summary: Example of code security configuration repositories value: - status: attached - repository: *274 + repository: *275 '403': *27 '404': *6 x-github: @@ -35357,7 +35443,7 @@ paths: parameters: - *17 - *19 - - *74 + - *76 responses: '200': description: Response @@ -35373,7 +35459,7 @@ paths: type: integer codespaces: type: array - items: &325 + items: &326 type: object title: Codespace description: A codespace. @@ -35404,11 +35490,11 @@ paths: - 26a7c758-7299-4a73-b978-5a92a7ae98a0 owner: *4 billable_owner: *4 - repository: *232 + repository: *233 machine: anyOf: - type: 'null' - - &527 + - &528 type: object title: Codespace machine description: A description of the machine powering a codespace. @@ -35695,7 +35781,7 @@ paths: - pulls_url - recent_folders examples: - default: &326 + default: &327 value: total_count: 3 codespaces: @@ -36105,7 +36191,7 @@ paths: stop_url: https://api.github.com/user/codespaces/monalisa-octocat-hello-world-f8adfad99a/stop recent_folders: [] '304': *35 - '500': *89 + '500': *38 '401': *23 '403': *27 '404': *6 @@ -36127,7 +36213,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organizations#manage-access-control-for-organization-codespaces parameters: - - *74 + - *76 deprecated: true requestBody: required: true @@ -36171,7 +36257,7 @@ paths: description: Users are neither members nor collaborators of this organization. '404': *6 '422': *15 - '500': *89 + '500': *38 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -36194,7 +36280,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organizations#add-users-to-codespaces-access-for-an-organization parameters: - - *74 + - *76 deprecated: true requestBody: required: true @@ -36226,7 +36312,7 @@ paths: description: Users are neither members nor collaborators of this organization. '404': *6 '422': *15 - '500': *89 + '500': *38 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -36249,7 +36335,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organizations#remove-users-from-codespaces-access-for-an-organization deprecated: true parameters: - - *74 + - *76 requestBody: required: true content: @@ -36280,7 +36366,7 @@ paths: description: Users are neither members nor collaborators of this organization. '404': *6 '422': *15 - '500': *89 + '500': *38 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -36301,7 +36387,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#list-organization-secrets parameters: - - *74 + - *76 - *17 - *19 responses: @@ -36319,7 +36405,7 @@ paths: type: integer secrets: type: array - items: &275 + items: &276 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -36360,7 +36446,7 @@ paths: - updated_at - visibility examples: - default: &528 + default: &529 value: total_count: 2 secrets: @@ -36373,7 +36459,7 @@ paths: updated_at: '2020-01-11T11:59:22Z' visibility: all headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -36392,13 +36478,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#get-an-organization-public-key parameters: - - *74 + - *76 responses: '200': description: Response content: application/json: - schema: &529 + schema: &530 title: CodespacesPublicKey description: The public key used for setting Codespaces secrets. type: object @@ -36433,7 +36519,7 @@ paths: - key_id - key examples: - default: &530 + default: &531 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -36456,23 +36542,23 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#get-an-organization-secret parameters: - - *74 - - *242 + - *76 + - *243 responses: '200': description: Response content: application/json: - schema: *275 + schema: *276 examples: - default: &532 + default: &533 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' updated_at: '2020-01-10T14:59:22Z' visibility: all headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -36492,8 +36578,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#create-or-update-an-organization-secret parameters: - - *74 - - *242 + - *76 + - *243 requestBody: required: true content: @@ -36548,7 +36634,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *243 + schema: *244 examples: default: value: @@ -36574,8 +36660,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#delete-an-organization-secret parameters: - - *74 - - *242 + - *76 + - *243 responses: '204': description: Response @@ -36600,8 +36686,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#list-selected-repositories-for-an-organization-secret parameters: - - *74 - - *242 + - *76 + - *243 - *19 - *17 responses: @@ -36619,9 +36705,9 @@ paths: type: integer repositories: type: array - items: *232 + items: *233 examples: - default: *246 + default: *247 '404': *6 x-github: githubCloudOnly: false @@ -36643,8 +36729,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#set-selected-repositories-for-an-organization-secret parameters: - - *74 - - *242 + - *76 + - *243 requestBody: required: true content: @@ -36694,8 +36780,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#add-selected-repository-to-an-organization-secret parameters: - - *74 - - *242 + - *76 + - *243 - name: repository_id in: path required: true @@ -36728,8 +36814,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#remove-selected-repository-from-an-organization-secret parameters: - - *74 - - *242 + - *76 + - *243 - name: repository_id in: path required: true @@ -36768,7 +36854,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/copilot/copilot-user-management#get-copilot-seat-information-and-settings-for-an-organization parameters: - - *74 + - *76 responses: '200': description: OK @@ -36877,7 +36963,7 @@ paths: cli: enabled public_code_suggestions: block plan_type: business - '500': *89 + '500': *38 '401': *23 '403': *27 '404': *6 @@ -36909,7 +36995,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/copilot/copilot-user-management#list-all-copilot-seat-assignments-for-an-organization parameters: - - *74 + - *76 - *19 - name: per_page description: The number of results per page (max 100). For more information, @@ -36932,12 +37018,12 @@ paths: currently being billed. seats: type: array - items: *119 + items: *120 examples: - default: *120 + default: *121 headers: - Link: *38 - '500': *89 + Link: *41 + '500': *38 '401': *23 '403': *27 '404': *6 @@ -36970,7 +37056,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/copilot/copilot-user-management#add-teams-to-the-copilot-subscription-for-an-organization parameters: - - *74 + - *76 requestBody: content: application/json: @@ -37012,7 +37098,7 @@ paths: default: value: seats_created: 5 - '500': *89 + '500': *38 '401': *23 '403': *27 '404': *6 @@ -37048,7 +37134,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/copilot/copilot-user-management#remove-teams-from-the-copilot-subscription-for-an-organization parameters: - - *74 + - *76 requestBody: content: application/json: @@ -37090,7 +37176,7 @@ paths: default: value: seats_cancelled: 5 - '500': *89 + '500': *38 '401': *23 '403': *27 '404': *6 @@ -37128,7 +37214,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/copilot/copilot-user-management#add-users-to-the-copilot-subscription-for-an-organization parameters: - - *74 + - *76 requestBody: content: application/json: @@ -37169,7 +37255,7 @@ paths: default: value: seats_created: 5 - '500': *89 + '500': *38 '401': *23 '403': *27 '404': *6 @@ -37205,7 +37291,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/copilot/copilot-user-management#remove-users-from-the-copilot-subscription-for-an-organization parameters: - - *74 + - *76 requestBody: content: application/json: @@ -37247,7 +37333,7 @@ paths: default: value: seats_cancelled: 5 - '500': *89 + '500': *38 '401': *23 '403': *27 '404': *6 @@ -37286,7 +37372,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/copilot/copilot-metrics#get-copilot-metrics-for-an-organization parameters: - - *74 + - *76 - name: since description: Show usage metrics since this date. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format (`YYYY-MM-DDTHH:MM:SSZ`). @@ -37318,13 +37404,13 @@ paths: application/json: schema: type: array - items: *168 + items: *169 examples: - default: *169 - '500': *89 + default: *170 + '500': *38 '403': *27 '404': *6 - '422': *170 + '422': *171 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -37346,7 +37432,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#list-saml-sso-authorizations-for-an-organization parameters: - - *74 + - *76 - *17 - name: page description: Page token @@ -37505,7 +37591,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#remove-a-saml-sso-authorization-for-an-organization parameters: - - *74 + - *76 - name: credential_id in: path required: true @@ -37536,7 +37622,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#list-custom-repository-roles-in-an-organization parameters: - - *74 + - *76 responses: '200': description: Response - list of custom role names @@ -37552,7 +37638,7 @@ paths: - 3 custom_roles: type: array - items: *276 + items: *277 examples: default: value: @@ -37639,12 +37725,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#create-a-custom-repository-role parameters: - - *74 + - *76 requestBody: required: true content: application/json: - schema: &279 + schema: &280 type: object properties: name: @@ -37686,9 +37772,9 @@ paths: description: Response content: application/json: - schema: *276 + schema: *277 examples: - default: *277 + default: *278 '422': *15 '404': *6 x-github: @@ -37712,8 +37798,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#get-a-custom-repository-role parameters: - - *74 - - &278 + - *76 + - &279 name: role_id description: The unique identifier of the role. in: path @@ -37725,9 +37811,9 @@ paths: description: Response content: application/json: - schema: *276 + schema: *277 examples: - default: *277 + default: *278 '404': *6 x-github: githubCloudOnly: true @@ -37749,13 +37835,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#update-a-custom-repository-role parameters: - - *74 - - *278 + - *76 + - *279 requestBody: required: true content: application/json: - schema: &280 + schema: &281 type: object properties: name: @@ -37794,9 +37880,9 @@ paths: description: Response content: application/json: - schema: *276 + schema: *277 examples: - default: *277 + default: *278 '422': *15 '404': *6 x-github: @@ -37820,8 +37906,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#delete-a-custom-repository-role parameters: - - *74 - - *278 + - *76 + - *279 responses: '204': description: Response @@ -37849,12 +37935,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#closing-down---create-a-custom-role parameters: - - *74 + - *76 requestBody: required: true content: application/json: - schema: *279 + schema: *280 examples: default: value: @@ -37868,9 +37954,9 @@ paths: description: Response content: application/json: - schema: *276 + schema: *277 examples: - default: *277 + default: *278 '422': *15 '404': *6 x-github: @@ -37900,16 +37986,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#closing-down---get-a-custom-role parameters: - - *74 - - *278 + - *76 + - *279 responses: '200': description: Response content: application/json: - schema: *276 + schema: *277 examples: - default: *277 + default: *278 '404': *6 x-github: githubCloudOnly: true @@ -37937,13 +38023,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#closing-down---update-a-custom-role parameters: - - *74 - - *278 + - *76 + - *279 requestBody: required: true content: application/json: - schema: *280 + schema: *281 examples: default: value: @@ -37958,9 +38044,9 @@ paths: description: Response content: application/json: - schema: *276 + schema: *277 examples: - default: *277 + default: *278 '422': *15 '404': *6 x-github: @@ -37990,8 +38076,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#closing-down---delete-a-custom-role parameters: - - *74 - - *278 + - *76 + - *279 responses: '204': description: Response @@ -38019,12 +38105,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#list-dependabot-alerts-for-an-organization parameters: - - *74 - - *281 + - *76 - *282 - *283 - *284 - *285 + - *286 - name: artifact_registry_url in: query description: A comma-separated list of artifact registry URLs. If specified, @@ -38040,14 +38126,14 @@ paths: Can be: `jfrog-artifactory` schema: type: string - - *286 - *287 - *288 - - *98 - - *96 - - *97 - *289 + - *99 + - *97 + - *98 - *290 + - *291 - *17 responses: '200': @@ -38056,9 +38142,9 @@ paths: application/json: schema: type: array - items: *291 + items: *292 examples: - default: *292 + default: *293 '304': *35 '400': *14 '403': *27 @@ -38084,7 +38170,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#list-organization-secrets parameters: - - *74 + - *76 - *17 - *19 responses: @@ -38102,7 +38188,7 @@ paths: type: integer secrets: type: array - items: &293 + items: &294 title: Dependabot Secret for an Organization description: Secrets for GitHub Dependabot for an organization. type: object @@ -38154,7 +38240,7 @@ paths: visibility: selected selected_repositories_url: https://api.github.com/orgs/octo-org/dependabot/secrets/SUPER_SECRET/repositories headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38175,13 +38261,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-an-organization-public-key parameters: - - *74 + - *76 responses: '200': description: Response content: application/json: - schema: &554 + schema: &555 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -38200,7 +38286,7 @@ paths: - key_id - key examples: - default: &555 + default: &556 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -38223,14 +38309,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-an-organization-secret parameters: - - *74 - - *242 + - *76 + - *243 responses: '200': description: Response content: application/json: - schema: *293 + schema: *294 examples: default: value: @@ -38258,8 +38344,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#create-or-update-an-organization-secret parameters: - - *74 - - *242 + - *76 + - *243 requestBody: required: true content: @@ -38314,7 +38400,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *243 + schema: *244 examples: default: value: @@ -38338,8 +38424,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#delete-an-organization-secret parameters: - - *74 - - *242 + - *76 + - *243 responses: '204': description: Response @@ -38363,8 +38449,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#list-selected-repositories-for-an-organization-secret parameters: - - *74 - - *242 + - *76 + - *243 - *19 - *17 responses: @@ -38382,9 +38468,9 @@ paths: type: integer repositories: type: array - items: *232 + items: *233 examples: - default: *246 + default: *247 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38405,8 +38491,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#set-selected-repositories-for-an-organization-secret parameters: - - *74 - - *242 + - *76 + - *243 requestBody: required: true content: @@ -38456,8 +38542,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#add-selected-repository-to-an-organization-secret parameters: - - *74 - - *242 + - *76 + - *243 - name: repository_id in: path required: true @@ -38488,8 +38574,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#remove-selected-repository-from-an-organization-secret parameters: - - *74 - - *242 + - *76 + - *243 - name: repository_id in: path required: true @@ -38525,8 +38611,8 @@ paths: category: code-scanning subcategory: alert-dismissal-requests parameters: - - *74 - - &563 + - *76 + - &564 name: reviewer description: Filter alert dismissal requests by the handle of the GitHub user who reviewed the dismissal request. @@ -38534,7 +38620,7 @@ paths: required: false schema: type: string - - &564 + - &565 name: requester description: Filter alert dismissal requests by the handle of the GitHub user who requested the dismissal. @@ -38542,7 +38628,7 @@ paths: required: false schema: type: string - - &565 + - &566 name: time_period description: |- The time period to filter by. @@ -38558,7 +38644,7 @@ paths: - week - month default: month - - &566 + - &567 name: request_status description: Filter alert dismissal requests by status. When specified, only requests with this status will be returned. @@ -38573,7 +38659,7 @@ paths: - denied - all default: all - - *257 + - *258 - *17 - *19 responses: @@ -38583,7 +38669,7 @@ paths: application/json: schema: type: array - items: &567 + items: &568 title: Code scanning alert dismissal request description: Alert dismisal request made by a user asking to dismiss a code scanning alert. @@ -38746,7 +38832,7 @@ paths: examples: - https://github.com/octo-org/smile/code-scanning/alerts/1 examples: - default: &568 + default: &569 value: - id: 21 number: 42 @@ -38811,7 +38897,7 @@ paths: '404': *6 '403': *27 '422': *15 - '500': *89 + '500': *38 "/orgs/{org}/dismissal-requests/secret-scanning": get: summary: List alert dismissal requests for secret scanning for an org @@ -38832,12 +38918,12 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *74 - - *257 - - *91 + - *76 + - *258 - *92 - *93 - - &569 + - *94 + - &570 name: request_status description: The status of the dismissal request to filter on. When specified, only requests with this status will be returned. @@ -38863,7 +38949,7 @@ paths: application/json: schema: type: array - items: &570 + items: &571 title: Secret scanning alert dismissal request description: A dismissal request made by a user asking to close a secret scanning alert in this repository. @@ -38977,7 +39063,7 @@ paths: - array - 'null' description: The responses to the dismissal request. - items: *95 + items: *96 url: type: string format: uri @@ -38990,7 +39076,7 @@ paths: examples: - https://github.com/octo-org/smile/security/secret-scanning/17 examples: - default: &571 + default: &572 value: - id: 21 number: 42 @@ -39055,7 +39141,7 @@ paths: html_url: https://github.com/octo-org/smile/security/secret-scanning/19 '404': *6 '403': *27 - '500': *89 + '500': *38 "/orgs/{org}/docker/conflicts": get: summary: Get list of conflicting packages during Docker migration for organization @@ -39070,7 +39156,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-list-of-conflicting-packages-during-docker-migration-for-organization parameters: - - *74 + - *76 responses: '200': description: Response @@ -39078,7 +39164,7 @@ paths: application/json: schema: type: array - items: &336 + items: &337 title: Package description: A software package type: object @@ -39131,7 +39217,7 @@ paths: repository: anyOf: - type: 'null' - - *232 + - *233 created_at: type: string format: date-time @@ -39149,7 +39235,7 @@ paths: - created_at - updated_at examples: - default: &337 + default: &338 value: - id: 197 name: hello_docker @@ -39227,7 +39313,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-public-organization-events parameters: - - *74 + - *76 - *17 - *19 responses: @@ -39237,7 +39323,7 @@ paths: application/json: schema: type: array - items: *196 + items: *197 examples: 200-response: value: @@ -39307,7 +39393,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/external-groups#get-an-external-group parameters: - - *74 + - *76 - name: group_id description: The unique identifier of the group. in: path @@ -39333,7 +39419,7 @@ paths: description: Response content: application/json: - schema: &414 + schema: &415 title: ExternalGroup description: Information about an external group's usage and its members type: object @@ -39423,7 +39509,7 @@ paths: member_name: Octo Lisa member_email: octo_lisa@github.com examples: - default: &415 + default: &416 value: group_id: '123' group_name: Octocat admins @@ -39461,7 +39547,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/external-groups#list-external-groups-in-an-organization parameters: - - *74 + - *76 - *17 - name: page description: Page token @@ -39478,7 +39564,7 @@ paths: description: Response content: application/json: - schema: &412 + schema: &413 title: ExternalGroups description: A list of external groups available to be connected to a team @@ -39518,7 +39604,7 @@ paths: group_name: group-azuread-test2 updated_at: 2021-06-03 22:27:15:000 -700 examples: - default: &413 + default: &414 value: groups: - group_id: '123' @@ -39552,7 +39638,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#list-failed-organization-invitations parameters: - - *74 + - *76 - *17 - *19 responses: @@ -39562,7 +39648,7 @@ paths: application/json: schema: type: array - items: &316 + items: &317 title: Organization Invitation description: Organization Invitation type: object @@ -39616,7 +39702,7 @@ paths: - invitation_teams_url - node_id examples: - default: &317 + default: &318 value: - id: 1 login: monalisa @@ -39649,7 +39735,7 @@ paths: invitation_teams_url: https://api.github.com/organizations/2/invitations/1/teams invitation_source: member headers: - Link: *38 + Link: *41 '404': *6 x-github: githubCloudOnly: false @@ -39675,7 +39761,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#closing-down---list-fine-grained-permissions-for-an-organization parameters: - - *74 + - *76 responses: '200': description: Response @@ -39683,7 +39769,7 @@ paths: application/json: schema: type: array - items: &367 + items: &368 title: Repository Fine-Grained Permission description: A fine-grained permission that protects repository resources. @@ -39697,7 +39783,7 @@ paths: - name - description examples: - default: &368 + default: &369 value: - name: add_assignee description: Assign or remove a user @@ -39728,7 +39814,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#list-organization-webhooks parameters: - - *74 + - *76 - *17 - *19 responses: @@ -39738,7 +39824,7 @@ paths: application/json: schema: type: array - items: &294 + items: &295 title: Org Hook description: Org Hook type: object @@ -39838,7 +39924,7 @@ paths: created_at: '2011-09-06T17:26:27Z' type: Organization headers: - Link: *38 + Link: *41 '404': *6 x-github: githubCloudOnly: false @@ -39859,7 +39945,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#create-an-organization-webhook parameters: - - *74 + - *76 requestBody: required: true content: @@ -39921,9 +40007,9 @@ paths: description: Response content: application/json: - schema: *294 + schema: *295 examples: - default: &295 + default: &296 value: id: 1 url: https://api.github.com/orgs/octocat/hooks/1 @@ -39967,8 +40053,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-an-organization-webhook parameters: - - *74 - - &296 + - *76 + - &297 name: hook_id description: The unique identifier of the hook. You can find this value in the `X-GitHub-Hook-ID` header of a webhook delivery. @@ -39981,9 +40067,9 @@ paths: description: Response content: application/json: - schema: *294 + schema: *295 examples: - default: *295 + default: *296 '404': *6 x-github: githubCloudOnly: false @@ -40004,8 +40090,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#update-an-organization-webhook parameters: - - *74 - - *296 + - *76 + - *297 requestBody: required: false content: @@ -40051,7 +40137,7 @@ paths: description: Response content: application/json: - schema: *294 + schema: *295 examples: default: value: @@ -40090,8 +40176,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#delete-an-organization-webhook parameters: - - *74 - - *296 + - *76 + - *297 responses: '204': description: Response @@ -40116,8 +40202,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-a-webhook-configuration-for-an-organization parameters: - - *74 - - *296 + - *76 + - *297 responses: '200': description: Response @@ -40145,8 +40231,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#update-a-webhook-configuration-for-an-organization parameters: - - *74 - - *296 + - *76 + - *297 requestBody: required: false content: @@ -40194,10 +40280,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#list-deliveries-for-an-organization-webhook parameters: - - *74 - - *296 - - *17 + - *76 - *297 + - *17 + - *298 responses: '200': description: Response @@ -40205,9 +40291,9 @@ paths: application/json: schema: type: array - items: *298 + items: *299 examples: - default: *299 + default: *300 '400': *14 '422': *15 x-github: @@ -40230,17 +40316,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-a-webhook-delivery-for-an-organization-webhook parameters: - - *74 - - *296 + - *76 + - *297 - *16 responses: '200': description: Response content: application/json: - schema: *300 + schema: *301 examples: - default: *301 + default: *302 '400': *14 '422': *15 x-github: @@ -40263,8 +40349,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#redeliver-a-delivery-for-an-organization-webhook parameters: - - *74 - - *296 + - *76 + - *297 - *16 responses: '202': *37 @@ -40290,8 +40376,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#ping-an-organization-webhook parameters: - - *74 - - *296 + - *76 + - *297 responses: '204': description: Response @@ -40313,8 +40399,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-route-stats-by-actor parameters: - - *74 - - &306 + - *76 + - &307 name: actor_type in: path description: The type of the actor @@ -40327,14 +40413,14 @@ paths: - fine_grained_pat - oauth_app - github_app_user_to_server - - &307 + - &308 name: actor_id in: path description: The ID of the actor required: true schema: type: integer - - &302 + - &303 name: min_timestamp description: 'The minimum timestamp to query for stats. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.' @@ -40342,7 +40428,7 @@ paths: required: true schema: type: string - - &303 + - &304 name: max_timestamp description: 'The maximum timestamp to query for stats. Defaults to the time 30 days ago. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) @@ -40353,7 +40439,7 @@ paths: type: string - *19 - *17 - - *98 + - *99 - name: sort description: The property to sort the results by. in: query @@ -40436,13 +40522,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-subject-stats parameters: - - *74 - - *302 + - *76 - *303 + - *304 - *19 - *17 - - *98 - - &312 + - *99 + - &313 name: sort description: The property to sort the results by. in: query @@ -40521,15 +40607,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats parameters: - - *74 - - *302 + - *76 - *303 + - *304 responses: '200': description: Response content: application/json: - schema: &304 + schema: &305 title: Summary Stats description: API Insights usage summary stats for an organization type: object @@ -40545,7 +40631,7 @@ paths: type: integer format: int64 examples: - default: &305 + default: &306 value: total_request_count: 34225 rate_limited_request_count: 23 @@ -40565,24 +40651,24 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats-by-user parameters: - - *74 - - &308 + - *76 + - &309 name: user_id in: path description: The ID of the user to query for stats required: true schema: type: string - - *302 - *303 + - *304 responses: '200': description: Response content: application/json: - schema: *304 + schema: *305 examples: - default: *305 + default: *306 x-github: enabledForGitHubApps: true category: orgs @@ -40600,19 +40686,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats-by-actor parameters: - - *74 - - *302 + - *76 - *303 - - *306 + - *304 - *307 + - *308 responses: '200': description: Response content: application/json: - schema: *304 + schema: *305 examples: - default: *305 + default: *306 x-github: enabledForGitHubApps: true category: orgs @@ -40629,10 +40715,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats parameters: - - *74 - - *302 + - *76 - *303 - - &309 + - *304 + - &310 name: timestamp_increment description: The increment of time used to breakdown the query results (5m, 10m, 1h, etc.) @@ -40645,7 +40731,7 @@ paths: description: Response content: application/json: - schema: &310 + schema: &311 title: Time Stats description: API Insights usage time stats for an organization type: array @@ -40661,7 +40747,7 @@ paths: type: integer format: int64 examples: - default: &311 + default: &312 value: - timestamp: '2024-09-11T15:00:00Z' total_request_count: 34225 @@ -40697,19 +40783,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats-by-user parameters: - - *74 - - *308 - - *302 - - *303 + - *76 - *309 + - *303 + - *304 + - *310 responses: '200': description: Response content: application/json: - schema: *310 + schema: *311 examples: - default: *311 + default: *312 x-github: enabledForGitHubApps: true category: orgs @@ -40726,20 +40812,20 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats-by-actor parameters: - - *74 - - *306 + - *76 - *307 - - *302 + - *308 - *303 - - *309 + - *304 + - *310 responses: '200': description: Response content: application/json: - schema: *310 + schema: *311 examples: - default: *311 + default: *312 x-github: enabledForGitHubApps: true category: orgs @@ -40756,14 +40842,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-user-stats parameters: - - *74 - - *308 - - *302 + - *76 + - *309 - *303 + - *304 - *19 - *17 - - *98 - - *312 + - *99 + - *313 - name: actor_name_substring in: query description: Providing a substring will filter results where the actor name @@ -40839,7 +40925,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/apps#get-an-organization-installation-for-the-authenticated-app parameters: - - *74 + - *76 responses: '200': description: Response @@ -40847,7 +40933,7 @@ paths: application/json: schema: *20 examples: - default: &602 + default: &603 value: id: 1 account: @@ -40916,7 +41002,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#list-app-installations-for-an-organization parameters: - - *74 + - *76 - *17 - *19 responses: @@ -40986,7 +41072,7 @@ paths: suspended_at: suspended_by: headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -41005,7 +41091,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/orgs#get-interaction-restrictions-for-an-organization parameters: - - *74 + - *76 responses: '200': description: Response @@ -41013,12 +41099,12 @@ paths: application/json: schema: anyOf: - - &314 + - &315 title: Interaction Limits description: Interaction limit settings. type: object properties: - limit: &313 + limit: &314 type: string description: The type of GitHub user that can comment, open issues, or create pull requests while the interaction limit @@ -41046,7 +41132,7 @@ paths: properties: {} additionalProperties: false examples: - default: &315 + default: &316 value: limit: collaborators_only origin: organization @@ -41070,18 +41156,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/orgs#set-interaction-restrictions-for-an-organization parameters: - - *74 + - *76 requestBody: required: true content: application/json: - schema: &603 + schema: &604 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration type: object properties: - limit: *313 + limit: *314 expiry: type: string description: 'The duration of the interaction restriction. Default: @@ -41106,9 +41192,9 @@ paths: description: Response content: application/json: - schema: *314 + schema: *315 examples: - default: *315 + default: *316 '422': *15 x-github: githubCloudOnly: false @@ -41126,7 +41212,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/orgs#remove-interaction-restrictions-for-an-organization parameters: - - *74 + - *76 responses: '204': description: Response @@ -41152,7 +41238,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#list-pending-organization-invitations parameters: - - *74 + - *76 - *17 - *19 - name: role @@ -41186,11 +41272,11 @@ paths: application/json: schema: type: array - items: *316 + items: *317 examples: - default: *317 + default: *318 headers: - Link: *38 + Link: *41 '404': *6 x-github: githubCloudOnly: false @@ -41212,7 +41298,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#create-an-organization-invitation parameters: - - *74 + - *76 requestBody: required: false content: @@ -41266,7 +41352,7 @@ paths: description: Response content: application/json: - schema: *316 + schema: *317 examples: default: value: @@ -41322,8 +41408,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#cancel-an-organization-invitation parameters: - - *74 - - &318 + - *76 + - &319 name: invitation_id description: The unique identifier of the invitation. in: path @@ -41356,8 +41442,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#list-organization-invitation-teams parameters: - - *74 - - *318 + - *76 + - *319 - *17 - *19 responses: @@ -41367,9 +41453,9 @@ paths: application/json: schema: type: array - items: *260 + items: *261 examples: - default: &335 + default: &336 value: - id: 1 node_id: MDQ6VGVhbTE= @@ -41385,7 +41471,7 @@ paths: repositories_url: https://api.github.com/teams/1/repos parent: headers: - Link: *38 + Link: *41 '404': *6 x-github: githubCloudOnly: false @@ -41404,7 +41490,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/issue-types#list-issue-types-for-an-organization parameters: - - *74 + - *76 responses: '200': description: Response @@ -41412,7 +41498,7 @@ paths: application/json: schema: type: array - items: *319 + items: *320 examples: default: value: @@ -41450,7 +41536,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/issue-types#create-issue-type-for-an-organization parameters: - - *74 + - *76 requestBody: required: true content: @@ -41500,9 +41586,9 @@ paths: description: Response content: application/json: - schema: *319 + schema: *320 examples: - default: &320 + default: &321 value: id: 410 node_id: IT_kwDNAd3NAZo @@ -41534,8 +41620,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/issue-types#update-issue-type-for-an-organization parameters: - - *74 - - &321 + - *76 + - &322 name: issue_type_id description: The unique identifier of the issue type. in: path @@ -41591,9 +41677,9 @@ paths: description: Response content: application/json: - schema: *319 + schema: *320 examples: - default: *320 + default: *321 '404': *6 '422': *7 x-github: @@ -41617,8 +41703,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/issue-types#delete-issue-type-for-an-organization parameters: - - *74 - - *321 + - *76 + - *322 responses: '204': description: Response @@ -41651,7 +41737,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#list-organization-issues-assigned-to-the-authenticated-user parameters: - - *74 + - *76 - name: filter description: Indicates which sorts of issues to return. `assigned` means issues assigned to you. `created` means issues created by you. `mentioned` means @@ -41681,7 +41767,7 @@ paths: - closed - all default: open - - *322 + - *323 - name: type description: Can be the name of an issue type. in: query @@ -41699,8 +41785,8 @@ paths: - updated - comments default: created - - *98 - - *175 + - *99 + - *176 - *17 - *19 responses: @@ -41710,11 +41796,11 @@ paths: application/json: schema: type: array - items: *185 + items: *186 examples: - default: *323 + default: *324 headers: - Link: *38 + Link: *41 '404': *6 x-github: githubCloudOnly: false @@ -41734,7 +41820,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#list-organization-members parameters: - - *74 + - *76 - name: filter description: Filter members returned in the list. `2fa_disabled` means that only members without [two-factor authentication](https://github.com/blog/1614-two-factor-authentication) @@ -41772,9 +41858,9 @@ paths: type: array items: *4 examples: - default: *324 + default: *325 headers: - Link: *38 + Link: *41 '422': *15 x-github: githubCloudOnly: false @@ -41792,8 +41878,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#check-organization-membership-for-a-user parameters: - - *74 - - *254 + - *76 + - *255 responses: '204': description: Response if requester is an organization member and user is @@ -41827,8 +41913,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#remove-an-organization-member parameters: - - *74 - - *254 + - *76 + - *255 responses: '204': description: Response @@ -41854,8 +41940,8 @@ paths: parameters: - *17 - *19 - - *74 - - *254 + - *76 + - *255 responses: '200': description: Response @@ -41871,11 +41957,11 @@ paths: type: integer codespaces: type: array - items: *325 + items: *326 examples: - default: *326 + default: *327 '304': *35 - '500': *89 + '500': *38 '401': *23 '403': *27 '404': *6 @@ -41898,9 +41984,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organizations#delete-a-codespace-from-the-organization parameters: - - *74 - - *254 - - &327 + - *76 + - *255 + - &328 name: codespace_name in: path required: true @@ -41910,7 +41996,7 @@ paths: responses: '202': *37 '304': *35 - '500': *89 + '500': *38 '401': *23 '403': *27 '404': *6 @@ -41933,17 +42019,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organizations#stop-a-codespace-for-an-organization-user parameters: - - *74 - - *254 - - *327 + - *76 + - *255 + - *328 responses: '200': description: Response content: application/json: - schema: *325 + schema: *326 examples: - default: &526 + default: &527 value: id: 1 name: monalisa-octocat-hello-world-g4wpq6h95q @@ -42085,7 +42171,7 @@ paths: recent_folders: [] template: '304': *35 - '500': *89 + '500': *38 '401': *23 '403': *27 '404': *6 @@ -42116,14 +42202,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/copilot/copilot-user-management#get-copilot-seat-assignment-details-for-a-user parameters: - - *74 - - *254 + - *76 + - *255 responses: '200': description: The user's GitHub Copilot seat details, including usage. content: application/json: - schema: *119 + schema: *120 examples: default: value: @@ -42167,7 +42253,7 @@ paths: members_url: https://api.github.com/teams/1/members{/member} repositories_url: https://api.github.com/teams/1/repos parent: - '500': *89 + '500': *38 '401': *23 '403': *27 '404': *6 @@ -42192,14 +42278,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#get-organization-membership-for-a-user parameters: - - *74 - - *254 + - *76 + - *255 responses: '200': description: Response content: application/json: - schema: &328 + schema: &329 title: Org Membership description: Org Membership type: object @@ -42248,7 +42334,7 @@ paths: format: uri examples: - https://api.github.com/orgs/octocat - organization: *60 + organization: *62 user: anyOf: - type: 'null' @@ -42268,7 +42354,7 @@ paths: - organization - user examples: - response-if-user-has-an-active-admin-membership-with-organization: &329 + response-if-user-has-an-active-admin-membership-with-organization: &330 summary: Response if user has an active admin membership with organization value: url: https://api.github.com/orgs/octocat/memberships/defunkt @@ -42336,8 +42422,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#set-organization-membership-for-a-user parameters: - - *74 - - *254 + - *76 + - *255 requestBody: required: false content: @@ -42365,9 +42451,9 @@ paths: description: Response content: application/json: - schema: *328 + schema: *329 examples: - response-if-user-already-had-membership-with-organization: *329 + response-if-user-already-had-membership-with-organization: *330 '422': *15 '403': *27 x-github: @@ -42391,8 +42477,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#remove-organization-membership-for-a-user parameters: - - *74 - - *254 + - *76 + - *255 responses: '204': description: Response @@ -42417,7 +42503,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#list-organization-migrations parameters: - - *74 + - *76 - *17 - *19 - name: exclude @@ -42439,7 +42525,7 @@ paths: application/json: schema: type: array - items: &330 + items: &331 title: Migration description: A migration. type: object @@ -42481,7 +42567,7 @@ paths: type: array description: The repositories included in the migration. Only returned for export migrations. - items: *65 + items: *67 url: type: string format: uri @@ -42680,7 +42766,7 @@ paths: updated_at: '2015-07-06T15:33:38-07:00' node_id: MDQ6VXNlcjE= headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -42696,7 +42782,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#start-an-organization-migration parameters: - - *74 + - *76 requestBody: required: true content: @@ -42777,7 +42863,7 @@ paths: description: Response content: application/json: - schema: *330 + schema: *331 examples: default: value: @@ -42955,8 +43041,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#get-an-organization-migration-status parameters: - - *74 - - &331 + - *76 + - &332 name: migration_id description: The unique identifier of the migration. in: path @@ -42984,7 +43070,7 @@ paths: * `failed`, which means the migration failed. content: application/json: - schema: *330 + schema: *331 examples: default: value: @@ -43153,8 +43239,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#download-an-organization-migration-archive parameters: - - *74 - - *331 + - *76 + - *332 responses: '302': description: Response @@ -43175,8 +43261,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#delete-an-organization-migration-archive parameters: - - *74 - - *331 + - *76 + - *332 responses: '204': description: Response @@ -43199,9 +43285,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#unlock-an-organization-repository parameters: - - *74 - - *331 - - &769 + - *76 + - *332 + - &770 name: repo_name description: repo_name parameter in: path @@ -43228,8 +43314,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#list-repositories-in-an-organization-migration parameters: - - *74 - - *331 + - *76 + - *332 - *17 - *19 responses: @@ -43239,9 +43325,9 @@ paths: application/json: schema: type: array - items: *232 + items: *233 examples: - default: &342 + default: &343 value: - id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -43352,7 +43438,7 @@ paths: secret_scanning_validity_checks: status: disabled headers: - Link: *38 + Link: *41 '404': *6 x-github: githubCloudOnly: false @@ -43380,7 +43466,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#list-organization-fine-grained-permissions-for-an-organization parameters: - - *74 + - *76 responses: '200': description: Response @@ -43434,7 +43520,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#get-all-organization-roles-for-an-organization parameters: - - *74 + - *76 responses: '200': description: Response - list of organization roles @@ -43450,7 +43536,7 @@ paths: roles: type: array description: The list of organization roles available to the organization. - items: &332 + items: &333 title: Organization Role description: Organization roles type: object @@ -43612,7 +43698,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#create-a-custom-organization-role parameters: - - *74 + - *76 requestBody: required: true content: @@ -43659,7 +43745,7 @@ paths: description: Response content: application/json: - schema: *332 + schema: *333 examples: default: value: @@ -43688,7 +43774,7 @@ paths: updated_at: '2022-07-04T22:19:11Z' '422': *15 '404': *6 - '409': *106 + '409': *107 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -43710,8 +43796,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#remove-all-organization-roles-for-a-team parameters: - - *74 - - &333 + - *76 + - &334 name: team_slug description: The slug of the team name. in: path @@ -43742,9 +43828,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#assign-an-organization-role-to-a-team parameters: - - *74 - - *333 - - *278 + - *76 + - *334 + - *279 responses: '204': description: Response @@ -43773,9 +43859,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#remove-an-organization-role-from-a-team parameters: - - *74 - - *333 - - *278 + - *76 + - *334 + - *279 responses: '204': description: Response @@ -43800,8 +43886,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#remove-all-organization-roles-for-a-user parameters: - - *74 - - *254 + - *76 + - *255 responses: '204': description: Response @@ -43826,9 +43912,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#assign-an-organization-role-to-a-user parameters: - - *74 - - *254 - - *278 + - *76 + - *255 + - *279 responses: '204': description: Response @@ -43858,9 +43944,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#remove-an-organization-role-from-a-user parameters: - - *74 - - *254 - - *278 + - *76 + - *255 + - *279 responses: '204': description: Response @@ -43888,14 +43974,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#get-an-organization-role parameters: - - *74 - - *278 + - *76 + - *279 responses: '200': description: Response content: application/json: - schema: *332 + schema: *333 examples: default: value: @@ -43952,8 +44038,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#update-a-custom-organization-role parameters: - - *74 - - *278 + - *76 + - *279 requestBody: required: true content: @@ -43992,7 +44078,7 @@ paths: description: Response content: application/json: - schema: *332 + schema: *333 examples: default: value: @@ -44020,7 +44106,7 @@ paths: created_at: '2022-07-04T22:19:11Z' updated_at: '2022-07-04T22:19:11Z' '422': *15 - '409': *106 + '409': *107 '404': *6 x-github: githubCloudOnly: true @@ -44045,8 +44131,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#delete-a-custom-organization-role parameters: - - *74 - - *278 + - *76 + - *279 responses: '204': description: Response @@ -44071,8 +44157,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#list-teams-that-are-assigned-to-an-organization-role parameters: - - *74 - - *278 + - *76 + - *279 - *17 - *19 responses: @@ -44151,7 +44237,7 @@ paths: parent: anyOf: - type: 'null' - - *334 + - *335 required: - id - node_id @@ -44165,9 +44251,9 @@ paths: - slug - parent examples: - default: *335 + default: *336 headers: - Link: *38 + Link: *41 '404': description: Response if the organization or role does not exist. '422': @@ -44194,8 +44280,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#list-users-that-are-assigned-to-an-organization-role parameters: - - *74 - - *278 + - *76 + - *279 - *17 - *19 responses: @@ -44224,7 +44310,7 @@ paths: inherited_from: description: Team the user has gotten the role through type: array - items: *334 + items: *335 name: type: - string @@ -44341,9 +44427,9 @@ paths: - type - url examples: - default: *324 + default: *325 headers: - Link: *38 + Link: *41 '404': description: Response if the organization or role does not exist. '422': @@ -44365,7 +44451,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/outside-collaborators#list-outside-collaborators-for-an-organization parameters: - - *74 + - *76 - name: filter description: Filter the list of outside collaborators. `2fa_disabled` means that only outside collaborators without [two-factor authentication](https://github.com/blog/1614-two-factor-authentication) @@ -44392,9 +44478,9 @@ paths: type: array items: *4 examples: - default: *324 + default: *325 headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44417,8 +44503,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/outside-collaborators#convert-an-organization-member-to-outside-collaborator parameters: - - *74 - - *254 + - *76 + - *255 requestBody: required: false content: @@ -44475,8 +44561,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/outside-collaborators#remove-outside-collaborator-from-an-organization parameters: - - *74 - - *254 + - *76 + - *255 responses: '204': description: Response @@ -44533,8 +44619,8 @@ paths: - docker - nuget - container - - *74 - - &771 + - *76 + - &772 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -44570,12 +44656,12 @@ paths: application/json: schema: type: array - items: *336 + items: *337 examples: - default: *337 + default: *338 '403': *27 '401': *23 - '400': &773 + '400': &774 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -44597,7 +44683,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-for-an-organization parameters: - - &338 + - &339 name: package_type description: The type of supported package. Packages in GitHub's Gradle registry have the type `maven`. Docker images pushed to GitHub's Container registry @@ -44615,20 +44701,20 @@ paths: - docker - nuget - container - - &339 + - &340 name: package_name description: The name of the package. in: path required: true schema: type: string - - *74 + - *76 responses: '200': description: Response content: application/json: - schema: *336 + schema: *337 examples: default: value: @@ -44680,9 +44766,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-for-an-organization parameters: - - *338 - *339 - - *74 + - *340 + - *76 responses: '204': description: Response @@ -44714,9 +44800,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-for-an-organization parameters: - - *338 - *339 - - *74 + - *340 + - *76 - name: token description: package token schema: @@ -44748,9 +44834,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#list-package-versions-for-a-package-owned-by-an-organization parameters: - - *338 - *339 - - *74 + - *340 + - *76 - *19 - *17 - name: state @@ -44770,7 +44856,7 @@ paths: application/json: schema: type: array - items: &340 + items: &341 title: Package Version description: A version of a software package type: object @@ -44905,10 +44991,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-version-for-an-organization parameters: - - *338 - *339 - - *74 - - &341 + - *340 + - *76 + - &342 name: package_version_id description: Unique identifier of the package version. in: path @@ -44920,7 +45006,7 @@ paths: description: Response content: application/json: - schema: *340 + schema: *341 examples: default: value: @@ -44956,10 +45042,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-package-version-for-an-organization parameters: - - *338 - *339 - - *74 - - *341 + - *340 + - *76 + - *342 responses: '204': description: Response @@ -44991,10 +45077,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-package-version-for-an-organization parameters: - - *338 - *339 - - *74 - - *341 + - *340 + - *76 + - *342 responses: '204': description: Response @@ -45021,10 +45107,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/personal-access-tokens#list-requests-to-access-organization-resources-with-fine-grained-personal-access-tokens parameters: - - *74 + - *76 - *17 - *19 - - &343 + - &344 name: sort description: The property by which to sort the results. in: query @@ -45034,8 +45120,8 @@ paths: enum: - created_at default: created_at - - *98 - - &344 + - *99 + - &345 name: owner description: A list of owner usernames to use to filter the results. in: query @@ -45047,7 +45133,7 @@ paths: type: string examples: - owner[]=octocat1,owner[]=octocat2 - - &345 + - &346 name: repository description: The name of the repository to use to filter the results. in: query @@ -45056,7 +45142,7 @@ paths: type: string examples: - Hello-World - - &346 + - &347 name: permission description: The permission to use to filter the results. in: query @@ -45065,7 +45151,7 @@ paths: type: string examples: - issues_read - - &347 + - &348 name: last_used_before description: 'Only show fine-grained personal access tokens used before the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) @@ -45075,7 +45161,7 @@ paths: schema: type: string format: date-time - - &348 + - &349 name: last_used_after description: 'Only show fine-grained personal access tokens used after the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) @@ -45085,7 +45171,7 @@ paths: schema: type: string format: date-time - - &349 + - &350 name: token_id description: The ID of the token in: query @@ -45098,7 +45184,7 @@ paths: examples: - token_id[]=1,token_id[]=2 responses: - '500': *89 + '500': *38 '422': *15 '404': *6 '403': *27 @@ -45233,7 +45319,7 @@ paths: token_expires_at: '2023-11-16T08:47:09.000-07:00' token_last_used_at: headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45253,7 +45339,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/personal-access-tokens#review-requests-to-access-organization-resources-with-fine-grained-personal-access-tokens parameters: - - *74 + - *76 requestBody: required: true content: @@ -45295,7 +45381,7 @@ paths: action: deny reason: Access is too broad. responses: - '500': *89 + '500': *38 '422': *15 '404': *6 '403': *27 @@ -45320,7 +45406,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/personal-access-tokens#review-a-request-to-access-organization-resources-with-a-fine-grained-personal-access-token parameters: - - *74 + - *76 - name: pat_request_id in: path description: Unique identifier of the request for access via fine-grained @@ -45357,11 +45443,11 @@ paths: action: deny reason: This request is denied because the access is too broad. responses: - '500': *89 + '500': *38 '422': *15 '404': *6 '403': *27 - '204': *128 + '204': *129 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45382,7 +45468,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/personal-access-tokens#list-repositories-requested-to-be-accessed-by-a-fine-grained-personal-access-token parameters: - - *74 + - *76 - name: pat_request_id in: path description: Unique identifier of the request for access via fine-grained @@ -45393,7 +45479,7 @@ paths: - *17 - *19 responses: - '500': *89 + '500': *38 '404': *6 '403': *27 '200': @@ -45402,11 +45488,11 @@ paths: application/json: schema: type: array - items: *232 + items: *233 examples: - default: *342 + default: *343 headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45427,19 +45513,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/personal-access-tokens#list-fine-grained-personal-access-tokens-with-access-to-organization-resources parameters: - - *74 + - *76 - *17 - *19 - - *343 - - *98 - *344 + - *99 - *345 - *346 - *347 - *348 - *349 + - *350 responses: - '500': *89 + '500': *38 '422': *15 '404': *6 '403': *27 @@ -45568,7 +45654,7 @@ paths: token_expires_at: '2023-11-16T08:47:09.000-07:00' token_last_used_at: headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45588,7 +45674,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/personal-access-tokens#update-the-access-to-organization-resources-via-fine-grained-personal-access-tokens parameters: - - *74 + - *76 requestBody: required: true content: @@ -45623,7 +45709,7 @@ paths: - 1296269 - 1296280 responses: - '500': *89 + '500': *38 '404': *6 '202': *37 '403': *27 @@ -45648,7 +45734,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/personal-access-tokens#update-the-access-a-fine-grained-personal-access-token-has-to-organization-resources parameters: - - *74 + - *76 - name: pat_id description: The unique identifier of the fine-grained personal access token. in: path @@ -45676,9 +45762,9 @@ paths: value: action: revoke responses: - '500': *89 + '500': *38 '404': *6 - '204': *128 + '204': *129 '403': *27 '422': *15 x-github: @@ -45700,7 +45786,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/personal-access-tokens#list-repositories-a-fine-grained-personal-access-token-has-access-to parameters: - - *74 + - *76 - name: pat_id in: path description: Unique identifier of the fine-grained personal access token. @@ -45710,7 +45796,7 @@ paths: - *17 - *19 responses: - '500': *89 + '500': *38 '404': *6 '403': *27 '200': @@ -45719,11 +45805,11 @@ paths: application/json: schema: type: array - items: *232 + items: *233 examples: - default: *342 + default: *343 headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45745,7 +45831,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/private-registries/organization-configurations#list-private-registries-for-an-organization parameters: - - *74 + - *76 - *17 - *19 responses: @@ -45763,7 +45849,7 @@ paths: type: integer configurations: type: array - items: &350 + items: &351 title: Organization private registry description: Private registry configuration for an organization type: object @@ -45832,7 +45918,7 @@ paths: updated_at: '2020-01-10T14:59:22Z' visibility: selected headers: - Link: *38 + Link: *41 '400': *14 '404': *6 x-github: @@ -45854,7 +45940,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/private-registries/organization-configurations#create-a-private-registry-for-an-organization parameters: - - *74 + - *76 requestBody: required: true content: @@ -46022,7 +46108,7 @@ paths: - created_at - updated_at examples: - org-private-registry-with-selected-visibility: &351 + org-private-registry-with-selected-visibility: &352 value: name: MAVEN_REPOSITORY_SECRET registry_type: maven_repository @@ -46063,7 +46149,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/private-registries/organization-configurations#get-private-registries-public-key-for-an-organization parameters: - - *74 + - *76 responses: '200': description: Response @@ -46091,7 +46177,7 @@ paths: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 headers: - Link: *38 + Link: *41 '404': *6 x-github: githubCloudOnly: false @@ -46113,16 +46199,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/private-registries/organization-configurations#get-a-private-registry-for-an-organization parameters: - - *74 - - *242 + - *76 + - *243 responses: '200': description: The specified private registry configuration for the organization content: application/json: - schema: *350 + schema: *351 examples: - default: *351 + default: *352 '404': *6 x-github: githubCloudOnly: false @@ -46143,8 +46229,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/private-registries/organization-configurations#update-a-private-registry-for-an-organization parameters: - - *74 - - *242 + - *76 + - *243 requestBody: required: true content: @@ -46240,8 +46326,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/private-registries/organization-configurations#delete-a-private-registry-for-an-organization parameters: - - *74 - - *242 + - *76 + - *243 responses: '204': description: Response @@ -46266,7 +46352,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#list-organization-projects parameters: - - *74 + - *76 - name: state description: Indicates the state of the projects to return. in: query @@ -46287,7 +46373,7 @@ paths: application/json: schema: type: array - items: &352 + items: &353 title: Project description: Projects are a way to organize columns and cards of work. @@ -46420,7 +46506,7 @@ paths: organization_permission: write private: true headers: - Link: *38 + Link: *41 '422': *7 x-github: githubCloudOnly: false @@ -46443,7 +46529,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#create-an-organization-project parameters: - - *74 + - *76 requestBody: required: true content: @@ -46469,7 +46555,7 @@ paths: description: Response content: application/json: - schema: *352 + schema: *353 examples: default: value: @@ -46507,7 +46593,7 @@ paths: '401': *23 '403': *27 '404': *6 - '410': &430 + '410': &431 description: Gone content: application/json: @@ -46533,15 +46619,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#list-projects-for-organization parameters: - - *74 + - *76 - name: q description: Limit results to projects of the specified type. in: query required: false schema: type: string - - *96 - *97 + - *98 - *17 responses: '200': @@ -46550,7 +46636,7 @@ paths: application/json: schema: type: array - items: &353 + items: &354 title: Projects v2 Project description: A projects v2 project type: object @@ -46624,7 +46710,7 @@ paths: latest_status_update: anyOf: - type: 'null' - - &848 + - &849 title: Projects v2 Status Update description: An status update belonging to a project type: object @@ -46709,7 +46795,7 @@ paths: - deleted_at - deleted_by examples: - default: &354 + default: &355 value: id: 2 node_id: MDc6UHJvamVjdDEwMDI2MDM= @@ -46792,7 +46878,7 @@ paths: updated_at: '2025-07-11T16:19:28Z' is_template: true headers: - Link: *38 + Link: *41 '304': *35 '403': *27 '401': *23 @@ -46812,24 +46898,24 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#get-project-for-organization parameters: - - &355 + - &356 name: project_number description: The project's number. in: path required: true schema: type: integer - - *74 + - *76 responses: '200': description: Response content: application/json: - schema: *353 + schema: *354 examples: - default: *354 + default: *355 headers: - Link: *38 + Link: *41 '304': *35 '403': *27 '401': *23 @@ -46849,11 +46935,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/fields#list-project-fields-for-organization parameters: - - *355 - - *74 + - *356 + - *76 - *17 - - *96 - *97 + - *98 responses: '200': description: Response @@ -46861,7 +46947,7 @@ paths: application/json: schema: type: array - items: &356 + items: &357 title: Projects v2 Field description: A field inside a projects v2 project type: object @@ -47011,7 +47097,7 @@ paths: - updated_at - project_url examples: - default: &357 + default: &358 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -47034,7 +47120,7 @@ paths: created_at: '2022-04-28T12:00:00Z' updated_at: '2022-04-28T12:00:00Z' headers: - Link: *38 + Link: *41 '304': *35 '403': *27 '401': *23 @@ -47054,25 +47140,25 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/fields#get-project-field-for-organization parameters: - - *355 - - &784 + - *356 + - &785 name: field_id description: The unique identifier of the field. in: path required: true schema: type: integer - - *74 + - *76 responses: '200': description: Response content: application/json: - schema: *356 + schema: *357 examples: - default: *357 + default: *358 headers: - Link: *38 + Link: *41 '304': *35 '403': *27 '401': *23 @@ -47093,8 +47179,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#list-items-for-an-organization-owned-project parameters: - - *355 - - *74 + - *356 + - *76 - name: q description: Search query to filter items, see [Filtering projects](https://docs.github.com/enterprise-cloud@latest//issues/planning-and-tracking-with-projects/customizing-views-in-your-project/filtering-projects) for more information. @@ -47114,8 +47200,8 @@ paths: type: string examples: - fields[]=123,fields[]=456,fields[]=789 - - *96 - *97 + - *98 - *17 responses: '200': @@ -47124,7 +47210,7 @@ paths: application/json: schema: type: array - items: &361 + items: &362 title: Projects v2 Item description: An item belonging to a project type: object @@ -47141,7 +47227,7 @@ paths: description: The API URL of the project that contains this item. examples: - https://api.github.com/users/monalisa/2/projectsV2/3 - content_type: &360 + content_type: &361 title: Projects v2 Item Content Type description: The type of content tracked in a project item type: string @@ -47198,7 +47284,7 @@ paths: - updated_at - archived_at examples: - default: &362 + default: &363 value: id: 13 node_id: PVTI_lAAFAQ0 @@ -47872,7 +47958,7 @@ paths: type: sub_issues_progress value: headers: - Link: *38 + Link: *41 '304': *35 '403': *27 '401': *23 @@ -47892,8 +47978,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#add-item-to-organization-owned-project parameters: - - *74 - - *355 + - *76 + - *356 requestBody: required: true description: Details of the item to add to the project. @@ -47930,7 +48016,7 @@ paths: description: Response content: application/json: - schema: &785 + schema: &786 title: Projects v2 Item description: An item belonging to a project type: object @@ -47943,8 +48029,8 @@ paths: description: The node ID of the project item. content: oneOf: - - *185 - - &539 + - *186 + - &540 title: Pull Request Simple description: Pull Request Simple type: object @@ -48064,7 +48150,7 @@ paths: milestone: anyOf: - type: 'null' - - *358 + - *359 active_lock_reason: type: - string @@ -48119,7 +48205,7 @@ paths: type: - array - 'null' - items: *260 + items: *261 head: type: object properties: @@ -48127,7 +48213,7 @@ paths: type: string ref: type: string - repo: *65 + repo: *67 sha: type: string user: @@ -48147,7 +48233,7 @@ paths: type: string ref: type: string - repo: *65 + repo: *67 sha: type: string user: @@ -48163,7 +48249,7 @@ paths: _links: type: object properties: - comments: &359 + comments: &360 title: Link description: Hypermedia Link type: object @@ -48172,13 +48258,13 @@ paths: type: string required: - href - commits: *359 - statuses: *359 - html: *359 - issue: *359 - review_comments: *359 - review_comment: *359 - self: *359 + commits: *360 + statuses: *360 + html: *360 + issue: *360 + review_comments: *360 + review_comment: *360 + self: *360 required: - comments - commits @@ -48188,8 +48274,8 @@ paths: - review_comments - review_comment - self - author_association: *172 - auto_merge: &645 + author_association: *173 + auto_merge: &646 title: Auto merge description: The status of auto merging a pull request. type: @@ -48291,7 +48377,7 @@ paths: - created_at - updated_at description: The content represented by the item. - content_type: *360 + content_type: *361 creator: *4 created_at: type: string @@ -48328,7 +48414,7 @@ paths: - updated_at - archived_at examples: - default: &786 + default: &787 value: id: 17 node_id: PVTI_lADOANN5s84ACbL0zgBueEI @@ -48402,9 +48488,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#get-an-item-for-an-organization-owned-project parameters: - - *355 - - *74 - - &363 + - *356 + - *76 + - &364 name: item_id description: The unique identifier of the project item. in: path @@ -48428,11 +48514,11 @@ paths: description: Response content: application/json: - schema: *361 + schema: *362 examples: - default: *362 + default: *363 headers: - Link: *38 + Link: *41 '304': *35 '403': *27 '401': *23 @@ -48451,9 +48537,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#update-project-item-for-organization parameters: - - *355 - - *74 - - *363 + - *356 + - *76 + - *364 requestBody: required: true description: Field updates to apply to the project item. Only text, number, @@ -48526,9 +48612,9 @@ paths: description: Response content: application/json: - schema: *361 + schema: *362 examples: - default: *362 + default: *363 '401': *23 '403': *27 '404': *6 @@ -48548,9 +48634,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#delete-project-item-for-organization parameters: - - *355 - - *74 - - *363 + - *356 + - *76 + - *364 responses: '204': description: Response @@ -48574,7 +48660,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-properties#get-all-custom-properties-for-an-organization parameters: - - *74 + - *76 responses: '200': description: Response @@ -48582,9 +48668,9 @@ paths: application/json: schema: type: array - items: *124 + items: *125 examples: - default: *125 + default: *126 '403': *27 '404': *6 x-github: @@ -48611,7 +48697,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-properties#create-or-update-custom-properties-for-an-organization parameters: - - *74 + - *76 requestBody: required: true content: @@ -48622,7 +48708,7 @@ paths: properties: type: array description: The array of custom properties to create or update. - items: *124 + items: *125 minItems: 1 maxItems: 100 required: @@ -48652,9 +48738,9 @@ paths: application/json: schema: type: array - items: *124 + items: *125 examples: - default: *125 + default: *126 '403': *27 '404': *6 x-github: @@ -48675,16 +48761,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-properties#get-a-custom-property-for-an-organization parameters: - - *74 - - *126 + - *76 + - *127 responses: '200': description: Response content: application/json: - schema: *124 + schema: *125 examples: - default: *127 + default: *128 '403': *27 '404': *6 x-github: @@ -48707,13 +48793,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-properties#create-or-update-a-custom-property-for-an-organization parameters: - - *74 - - *126 + - *76 + - *127 requestBody: required: true content: application/json: - schema: *364 + schema: *365 examples: default: value: @@ -48729,9 +48815,9 @@ paths: description: Response content: application/json: - schema: *124 + schema: *125 examples: - default: *127 + default: *128 '403': *27 '404': *6 x-github: @@ -48754,10 +48840,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-properties#remove-a-custom-property-for-an-organization parameters: - - *74 - - *126 + - *76 + - *127 responses: - '204': *128 + '204': *129 '403': *27 '404': *6 x-github: @@ -48778,7 +48864,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-properties#list-custom-property-values-for-organization-repositories parameters: - - *74 + - *76 - *17 - *19 - name: repository_query @@ -48819,7 +48905,7 @@ paths: - octocat/Hello-World properties: type: array - items: &365 + items: &366 title: Custom Property Value description: Custom property name and associated value type: object @@ -48861,7 +48947,7 @@ paths: - property_name: team value: octocat headers: - Link: *38 + Link: *41 '403': *27 '404': *6 x-github: @@ -48889,7 +48975,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-properties#create-or-update-custom-property-values-for-organization-repositories parameters: - - *74 + - *76 requestBody: required: true content: @@ -48909,7 +48995,7 @@ paths: type: array description: List of custom property names and associated values to apply to the repositories. - items: *365 + items: *366 required: - repository_names - properties @@ -48950,7 +49036,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#list-public-organization-members parameters: - - *74 + - *76 - *17 - *19 responses: @@ -48962,9 +49048,9 @@ paths: type: array items: *4 examples: - default: *324 + default: *325 headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48981,8 +49067,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#check-public-organization-membership-for-a-user parameters: - - *74 - - *254 + - *76 + - *255 responses: '204': description: Response if user is a public member @@ -49006,8 +49092,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#set-public-organization-membership-for-the-authenticated-user parameters: - - *74 - - *254 + - *76 + - *255 responses: '204': description: Response @@ -49028,8 +49114,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#remove-public-organization-membership-for-the-authenticated-user parameters: - - *74 - - *254 + - *76 + - *255 responses: '204': description: Response @@ -49053,7 +49139,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-organization-repositories parameters: - - *74 + - *76 - name: type description: Specifies the types of repositories you want returned. `internal` is not yet supported when a GitHub App calls this endpoint with an installation @@ -49100,11 +49186,11 @@ paths: application/json: schema: type: array - items: *232 + items: *233 examples: - default: *342 + default: *343 headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49123,7 +49209,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#create-an-organization-repository parameters: - - *74 + - *76 requestBody: required: true content: @@ -49306,7 +49392,7 @@ paths: description: Response content: application/json: - schema: &432 + schema: &433 title: Full Repository description: Full Repository type: object @@ -49652,7 +49738,7 @@ paths: template_repository: anyOf: - type: 'null' - - *65 + - *67 temp_clone_token: type: - string @@ -49752,13 +49838,13 @@ paths: license: anyOf: - type: 'null' - - *186 + - *187 organization: anyOf: - type: 'null' - *4 - parent: *65 - source: *65 + parent: *67 + source: *67 forks: type: integer master_branch: @@ -49771,7 +49857,7 @@ paths: description: Whether anonymous git access is allowed. default: true type: boolean - code_of_conduct: &544 + code_of_conduct: &545 title: Code Of Conduct Simple description: Code of Conduct Simple type: object @@ -49801,7 +49887,7 @@ paths: - key - name - html_url - security_and_analysis: *366 + security_and_analysis: *367 custom_properties: type: object description: The custom properties that were defined for the repository. @@ -49885,7 +49971,7 @@ paths: - network_count - subscribers_count examples: - default: &434 + default: &435 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -50403,7 +50489,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#list-repository-fine-grained-permissions-for-an-organization parameters: - - *74 + - *76 responses: '200': description: Response @@ -50411,9 +50497,9 @@ paths: application/json: schema: type: array - items: *367 + items: *368 examples: - default: *368 + default: *369 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -50435,10 +50521,10 @@ paths: category: orgs subcategory: rules parameters: - - *74 + - *76 - *17 - *19 - - &667 + - &668 name: targets description: | A comma-separated list of rule targets to filter by. @@ -50457,7 +50543,7 @@ paths: application/json: schema: type: array - items: *157 + items: *158 examples: default: value: @@ -50488,7 +50574,7 @@ paths: created_at: '2023-08-15T08:43:03Z' updated_at: '2023-09-23T16:29:47Z' '404': *6 - '500': *89 + '500': *38 post: summary: Create an organization repository ruleset description: Create a repository ruleset for an organization. @@ -50504,7 +50590,7 @@ paths: category: orgs subcategory: rules parameters: - - *74 + - *76 requestBody: description: Request body required: true @@ -50525,21 +50611,20 @@ paths: - push - repository default: branch - enforcement: *135 + enforcement: *136 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *136 - conditions: *369 + items: *137 + conditions: *370 rules: type: array description: An array of rules within the ruleset. - items: &371 + items: &372 title: Repository Rule type: object description: A repository rule. oneOf: - - *137 - *138 - *139 - *140 @@ -50559,6 +50644,7 @@ paths: - *154 - *155 - *156 + - *157 required: - name - enforcement @@ -50596,9 +50682,9 @@ paths: description: Response content: application/json: - schema: *157 + schema: *158 examples: - default: &370 + default: &371 value: id: 21 name: super cool ruleset @@ -50638,7 +50724,7 @@ paths: created_at: '2023-08-15T08:43:03Z' updated_at: '2023-09-23T16:29:47Z' '404': *6 - '500': *89 + '500': *38 "/orgs/{org}/rulesets/rule-suites": get: summary: List organization rule suites @@ -50652,8 +50738,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#list-organization-rule-suites parameters: - - *74 - - &669 + - *76 + - &670 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 @@ -50663,16 +50749,16 @@ paths: schema: type: string x-multi-segment: true - - *257 - - *93 - - &670 + - *258 + - *94 + - &671 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 - - &671 + - &672 name: rule_suite_result description: The rule suite results to filter on. When specified, only suites with this result will be returned. @@ -50692,7 +50778,7 @@ paths: description: Response content: application/json: - schema: &672 + schema: &673 title: Rule Suites description: Response type: array @@ -50748,7 +50834,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &673 + default: &674 value: - id: 21 actor_id: 12 @@ -50772,7 +50858,7 @@ paths: result: pass evaluation_result: fail '404': *6 - '500': *89 + '500': *38 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -50791,8 +50877,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - - *74 - - &674 + - *76 + - &675 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -50808,7 +50894,7 @@ paths: description: Response content: application/json: - schema: &675 + schema: &676 title: Rule Suite description: Response type: object @@ -50915,7 +51001,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &676 + default: &677 value: id: 21 actor_id: 12 @@ -50950,7 +51036,7 @@ paths: result: fail rule_type: commit_message_pattern '404': *6 - '500': *89 + '500': *38 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -50976,7 +51062,7 @@ paths: category: orgs subcategory: rules parameters: - - *74 + - *76 - name: ruleset_id description: The ID of the ruleset. in: path @@ -50988,11 +51074,11 @@ paths: description: Response content: application/json: - schema: *157 + schema: *158 examples: - default: *370 + default: *371 '404': *6 - '500': *89 + '500': *38 put: summary: Update an organization repository ruleset description: Update a ruleset for an organization. @@ -51008,7 +51094,7 @@ paths: category: orgs subcategory: rules parameters: - - *74 + - *76 - name: ruleset_id description: The ID of the ruleset. in: path @@ -51034,16 +51120,16 @@ paths: - tag - push - repository - enforcement: *135 + enforcement: *136 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *136 - conditions: *369 + items: *137 + conditions: *370 rules: description: An array of rules within the ruleset. type: array - items: *371 + items: *372 examples: default: value: @@ -51078,11 +51164,11 @@ paths: description: Response content: application/json: - schema: *157 + schema: *158 examples: - default: *370 + default: *371 '404': *6 - '500': *89 + '500': *38 delete: summary: Delete an organization repository ruleset description: Delete a ruleset for an organization. @@ -51098,7 +51184,7 @@ paths: category: orgs subcategory: rules parameters: - - *74 + - *76 - name: ruleset_id description: The ID of the ruleset. in: path @@ -51109,7 +51195,7 @@ paths: '204': description: Response '404': *6 - '500': *89 + '500': *38 "/orgs/{org}/rulesets/{ruleset_id}/history": get: summary: Get organization ruleset history @@ -51121,7 +51207,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rules#get-organization-ruleset-history parameters: - - *74 + - *76 - *17 - *19 - name: ruleset_id @@ -51137,11 +51223,11 @@ paths: application/json: schema: type: array - items: *161 + items: *162 examples: - default: *372 + default: *373 '404': *6 - '500': *89 + '500': *38 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -51158,7 +51244,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rules#get-organization-ruleset-version parameters: - - *74 + - *76 - name: ruleset_id description: The ID of the ruleset. in: path @@ -51176,7 +51262,7 @@ paths: description: Response content: application/json: - schema: *373 + schema: *374 examples: default: value: @@ -51216,7 +51302,7 @@ paths: operator: contains pattern: github '404': *6 - '500': *89 + '500': *38 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -51238,15 +51324,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - - *74 - - *374 + - *76 - *375 - *376 - *377 - - *98 + - *378 + - *99 - *19 - *17 - - &678 + - &679 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 @@ -51256,7 +51342,7 @@ paths: required: false schema: type: string - - &679 + - &680 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 @@ -51266,10 +51352,10 @@ paths: required: false schema: type: string - - *378 - *379 - *380 - *381 + - *382 responses: '200': description: Response @@ -51277,13 +51363,13 @@ paths: application/json: schema: type: array - items: *382 + items: *383 examples: - default: *383 + default: *384 headers: - Link: *38 + Link: *41 '404': *6 - '503': *162 + '503': *163 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -51308,15 +51394,15 @@ paths: category: secret-scanning subcategory: push-protection parameters: - - *74 + - *76 responses: '200': description: Response content: application/json: - schema: *384 + schema: *385 examples: - default: *385 + default: *386 '403': *27 '404': *6 patch: @@ -51337,7 +51423,7 @@ paths: category: secret-scanning subcategory: push-protection parameters: - - *74 + - *76 requestBody: required: true content: @@ -51345,7 +51431,7 @@ paths: schema: type: object properties: - pattern_config_version: *164 + pattern_config_version: *165 provider_pattern_settings: type: array description: Pattern settings for provider patterns. @@ -51371,7 +51457,7 @@ paths: token_type: type: string description: The ID of the pattern to configure. - custom_pattern_version: *164 + custom_pattern_version: *165 push_protection_setting: type: string description: Push protection setting to set for the pattern. @@ -51407,7 +51493,7 @@ paths: '400': *14 '403': *27 '404': *6 - '409': *106 + '409': *107 '422': *15 "/orgs/{org}/security-advisories": get: @@ -51425,8 +51511,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#list-repository-security-advisories-for-an-organization parameters: - - *74 - - *98 + - *76 + - *99 - name: sort description: The property to sort the results by. in: query @@ -51438,8 +51524,8 @@ paths: - updated - published default: created - - *96 - *97 + - *98 - name: per_page description: The number of advisories to return per page. For more information, see "[Using pagination in the REST API](https://docs.github.com/enterprise-cloud@latest//rest/using-the-rest-api/using-pagination-in-the-rest-api)." @@ -51469,7 +51555,7 @@ paths: application/json: schema: type: array - items: &700 + items: &701 description: A repository security advisory. type: object properties: @@ -51677,7 +51763,7 @@ paths: required: - vector_string - score - cvss_severities: *110 + cvss_severities: *111 cwes: type: - array @@ -51713,7 +51799,7 @@ paths: login: type: string description: The username of the user credited. - type: *386 + type: *387 credits_detailed: type: - array @@ -51724,7 +51810,7 @@ paths: type: object properties: user: *4 - type: *386 + type: *387 state: type: string description: The state of the user's acceptance of the @@ -51750,13 +51836,13 @@ paths: - array - 'null' description: A list of teams that collaborate on the advisory. - items: *260 + items: *261 private_fork: readOnly: true description: A temporary private fork of the advisory's repository for collaborating on a fix. allOf: - - *107 + - *108 type: - 'null' required: @@ -51788,7 +51874,7 @@ paths: - private_fork additionalProperties: false examples: - default: &701 + default: &702 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -52167,7 +52253,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/security-managers#list-security-manager-teams parameters: - - *74 + - *76 responses: '200': description: Response @@ -52175,9 +52261,9 @@ paths: application/json: schema: type: array - items: *334 + items: *335 examples: - default: *335 + default: *336 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52200,8 +52286,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/security-managers#add-a-security-manager-team parameters: - - *74 - - *333 + - *76 + - *334 responses: '204': description: Response @@ -52226,8 +52312,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/security-managers#remove-a-security-manager-team parameters: - - *74 - - *333 + - *76 + - *334 responses: '204': description: Response @@ -52256,15 +52342,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/billing/billing#get-github-actions-billing-for-an-organization parameters: - - *74 + - *76 responses: '200': description: Response content: application/json: - schema: *387 + schema: *388 examples: - default: *388 + default: *389 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -52288,8 +52374,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/billing/billing#get-github-advanced-security-active-committers-for-an-organization parameters: - - *74 - - *389 + - *76 + - *390 - *17 - *19 responses: @@ -52297,9 +52383,9 @@ paths: description: Success content: application/json: - schema: *390 + schema: *391 examples: - default: *391 + default: *392 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -52321,15 +52407,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/billing/billing#get-github-packages-billing-for-an-organization parameters: - - *74 + - *76 responses: '200': description: Response content: application/json: - schema: *392 + schema: *393 examples: - default: *393 + default: *394 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -52351,15 +52437,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/billing/billing#get-shared-storage-billing-for-an-organization parameters: - - *74 + - *76 responses: '200': description: Response content: application/json: - schema: *394 + schema: *395 examples: - default: *395 + default: *396 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -52379,7 +52465,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/network-configurations#list-hosted-compute-network-configurations-for-an-organization parameters: - - *74 + - *76 - *17 - *19 responses: @@ -52397,11 +52483,11 @@ paths: type: integer network_configurations: type: array - items: *121 + items: *122 examples: - default: *396 + default: *397 headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52420,7 +52506,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/network-configurations#create-a-hosted-compute-network-configuration-for-an-organization parameters: - - *74 + - *76 requestBody: required: true content: @@ -52462,9 +52548,9 @@ paths: description: Response content: application/json: - schema: *121 + schema: *122 examples: - default: *122 + default: *123 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52484,18 +52570,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/network-configurations#get-a-hosted-compute-network-configuration-for-an-organization parameters: - - *74 - - *123 + - *76 + - *124 responses: '200': description: Response content: application/json: - schema: *121 + schema: *122 examples: - default: *122 + default: *123 headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52514,8 +52600,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/network-configurations#update-a-hosted-compute-network-configuration-for-an-organization parameters: - - *74 - - *123 + - *76 + - *124 requestBody: required: true content: @@ -52554,9 +52640,9 @@ paths: description: Response content: application/json: - schema: *121 + schema: *122 examples: - default: *122 + default: *123 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52575,8 +52661,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/network-configurations#delete-a-hosted-compute-network-configuration-from-an-organization parameters: - - *74 - - *123 + - *76 + - *124 responses: '204': description: Response @@ -52599,18 +52685,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/network-configurations#get-a-hosted-compute-network-settings-resource-for-an-organization parameters: - - *74 - - *397 + - *76 + - *398 responses: '200': description: Response content: application/json: - schema: *398 + schema: *399 examples: - default: *399 + default: *400 headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52627,7 +52713,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/team-sync#list-idp-groups-for-an-organization parameters: - - *74 + - *76 - *17 - name: page description: Page token @@ -52646,7 +52732,7 @@ paths: description: Response content: application/json: - schema: &421 + schema: &422 title: GroupMapping description: External Groups to be mapped to a team for membership type: object @@ -52698,7 +52784,7 @@ paths: group_description: Another group of Developers working on AzureAD SAML SSO examples: - default: &422 + default: &423 value: groups: - group_id: '123' @@ -52743,8 +52829,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/copilot/copilot-metrics#get-copilot-metrics-for-a-team parameters: - - *74 - - *333 + - *76 + - *334 - name: since description: Show usage metrics since this date. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format (`YYYY-MM-DDTHH:MM:SSZ`). @@ -52776,13 +52862,13 @@ paths: application/json: schema: type: array - items: *168 + items: *169 examples: - default: *169 - '500': *89 + default: *170 + '500': *38 '403': *27 '404': *6 - '422': *170 + '422': *171 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52800,7 +52886,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-teams parameters: - - *74 + - *76 - *17 - *19 responses: @@ -52810,11 +52896,11 @@ paths: application/json: schema: type: array - items: *260 + items: *261 examples: - default: *335 + default: *336 headers: - Link: *38 + Link: *41 '403': *27 x-github: githubCloudOnly: false @@ -52834,7 +52920,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#create-a-team parameters: - - *74 + - *76 requestBody: required: true content: @@ -52906,7 +52992,7 @@ paths: description: Response content: application/json: - schema: &400 + schema: &401 title: Full Team description: Groups of organization members that gives permissions on specified repositories. @@ -52980,7 +53066,7 @@ paths: parent: anyOf: - type: 'null' - - *334 + - *335 members_count: type: integer examples: @@ -53286,7 +53372,7 @@ paths: - repos_count - organization examples: - default: &401 + default: &402 value: id: 1 node_id: MDQ6VGVhbTE= @@ -53356,16 +53442,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#get-a-team-by-name parameters: - - *74 - - *333 + - *76 + - *334 responses: '200': description: Response content: application/json: - schema: *400 + schema: *401 examples: - default: *401 + default: *402 '404': *6 x-github: githubCloudOnly: false @@ -53386,8 +53472,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#update-a-team parameters: - - *74 - - *333 + - *76 + - *334 requestBody: required: false content: @@ -53450,16 +53536,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *400 + schema: *401 examples: - default: *401 + default: *402 '201': description: Response content: application/json: - schema: *400 + schema: *401 examples: - default: *401 + default: *402 '404': *6 '422': *15 '403': *27 @@ -53484,8 +53570,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#delete-a-team parameters: - - *74 - - *333 + - *76 + - *334 responses: '204': description: Response @@ -53511,9 +53597,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#list-discussions parameters: - - *74 - - *333 - - *98 + - *76 + - *334 + - *99 - *17 - *19 - name: pinned @@ -53529,7 +53615,7 @@ paths: application/json: schema: type: array - items: &402 + items: &403 title: Team Discussion description: A team discussion is a persistent record of a free-form conversation within a team. @@ -53620,7 +53706,7 @@ paths: format: uri examples: - https://api.github.com/organizations/1/team/2343027/discussions/1 - reactions: *173 + reactions: *174 required: - author - body @@ -53640,7 +53726,7 @@ paths: - updated_at - url examples: - default: &744 + default: &745 value: - author: login: octocat @@ -53690,7 +53776,7 @@ paths: eyes: 1 rocket: 1 headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -53714,8 +53800,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#create-a-discussion parameters: - - *74 - - *333 + - *76 + - *334 requestBody: required: true content: @@ -53749,9 +53835,9 @@ paths: description: Response content: application/json: - schema: *402 + schema: *403 examples: - default: &403 + default: &404 value: author: login: octocat @@ -53823,9 +53909,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#get-a-discussion parameters: - - *74 - - *333 - - &404 + - *76 + - *334 + - &405 name: discussion_number description: The number that identifies the discussion. in: path @@ -53837,9 +53923,9 @@ paths: description: Response content: application/json: - schema: *402 + schema: *403 examples: - default: *403 + default: *404 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -53861,9 +53947,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#update-a-discussion parameters: - - *74 - - *333 - - *404 + - *76 + - *334 + - *405 requestBody: required: false content: @@ -53886,9 +53972,9 @@ paths: description: Response content: application/json: - schema: *402 + schema: *403 examples: - default: &745 + default: &746 value: author: login: octocat @@ -53958,9 +54044,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#delete-a-discussion parameters: - - *74 - - *333 - - *404 + - *76 + - *334 + - *405 responses: '204': description: Response @@ -53986,10 +54072,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#list-discussion-comments parameters: - - *74 - - *333 - - *404 - - *98 + - *76 + - *334 + - *405 + - *99 - *17 - *19 responses: @@ -53999,7 +54085,7 @@ paths: application/json: schema: type: array - items: &405 + items: &406 title: Team Discussion Comment description: A reply to a discussion within a team. type: object @@ -54064,7 +54150,7 @@ paths: format: uri examples: - https://api.github.com/organizations/1/team/2403582/discussions/1/comments/1 - reactions: *173 + reactions: *174 required: - author - body @@ -54079,7 +54165,7 @@ paths: - updated_at - url examples: - default: &746 + default: &747 value: - author: login: octocat @@ -54123,7 +54209,7 @@ paths: eyes: 1 rocket: 1 headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54147,9 +54233,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#create-a-discussion-comment parameters: - - *74 - - *333 - - *404 + - *76 + - *334 + - *405 requestBody: required: true content: @@ -54171,9 +54257,9 @@ paths: description: Response content: application/json: - schema: *405 + schema: *406 examples: - default: &406 + default: &407 value: author: login: octocat @@ -54239,10 +54325,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#get-a-discussion-comment parameters: - - *74 - - *333 - - *404 - - &407 + - *76 + - *334 + - *405 + - &408 name: comment_number description: The number that identifies the comment. in: path @@ -54254,9 +54340,9 @@ paths: description: Response content: application/json: - schema: *405 + schema: *406 examples: - default: *406 + default: *407 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54278,10 +54364,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#update-a-discussion-comment parameters: - - *74 - - *333 - - *404 - - *407 + - *76 + - *334 + - *405 + - *408 requestBody: required: true content: @@ -54303,9 +54389,9 @@ paths: description: Response content: application/json: - schema: *405 + schema: *406 examples: - default: &747 + default: &748 value: author: login: octocat @@ -54369,10 +54455,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#delete-a-discussion-comment parameters: - - *74 - - *333 - - *404 - - *407 + - *76 + - *334 + - *405 + - *408 responses: '204': description: Response @@ -54398,10 +54484,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-team-discussion-comment parameters: - - *74 - - *333 - - *404 - - *407 + - *76 + - *334 + - *405 + - *408 - 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. @@ -54427,7 +54513,7 @@ paths: application/json: schema: type: array - items: &408 + items: &409 title: Reaction description: Reactions to conversations provide a way to help people express their feelings more simply and effectively. @@ -54471,7 +54557,7 @@ paths: - content - created_at examples: - default: &410 + default: &411 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -54497,7 +54583,7 @@ paths: content: heart created_at: '2016-05-20T20:09:31Z' headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54521,10 +54607,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-team-discussion-comment parameters: - - *74 - - *333 - - *404 - - *407 + - *76 + - *334 + - *405 + - *408 requestBody: required: true content: @@ -54557,9 +54643,9 @@ paths: team discussion comment content: application/json: - schema: *408 + schema: *409 examples: - default: &409 + default: &410 value: id: 1 node_id: MDg6UmVhY3Rpb24x @@ -54588,9 +54674,9 @@ paths: description: Response content: application/json: - schema: *408 + schema: *409 examples: - default: *409 + default: *410 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54613,11 +54699,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-team-discussion-comment-reaction parameters: - - *74 - - *333 - - *404 - - *407 - - &411 + - *76 + - *334 + - *405 + - *408 + - &412 name: reaction_id description: The unique identifier of the reaction. in: path @@ -54649,9 +54735,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-team-discussion parameters: - - *74 - - *333 - - *404 + - *76 + - *334 + - *405 - 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. @@ -54677,11 +54763,11 @@ paths: application/json: schema: type: array - items: *408 + items: *409 examples: - default: *410 + default: *411 headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54705,9 +54791,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-team-discussion parameters: - - *74 - - *333 - - *404 + - *76 + - *334 + - *405 requestBody: required: true content: @@ -54739,16 +54825,16 @@ paths: description: Response content: application/json: - schema: *408 + schema: *409 examples: - default: *409 + default: *410 '201': description: Response content: application/json: - schema: *408 + schema: *409 examples: - default: *409 + default: *410 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -54771,10 +54857,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-team-discussion-reaction parameters: - - *74 - - *333 - - *404 - - *411 + - *76 + - *334 + - *405 + - *412 responses: '204': description: Response @@ -54797,16 +54883,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/external-groups#list-a-connection-between-an-external-group-and-a-team parameters: - - *74 - - *333 + - *76 + - *334 responses: '200': description: Response content: application/json: - schema: *412 + schema: *413 examples: - default: *413 + default: *414 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -54825,8 +54911,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/external-groups#update-the-connection-between-an-external-group-and-a-team parameters: - - *74 - - *333 + - *76 + - *334 requestBody: required: true content: @@ -54850,9 +54936,9 @@ paths: description: Response content: application/json: - schema: *414 + schema: *415 examples: - default: *415 + default: *416 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -54871,8 +54957,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/external-groups#remove-the-connection-between-an-external-group-and-a-team parameters: - - *74 - - *333 + - *76 + - *334 responses: '204': description: Response @@ -54896,8 +54982,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-pending-team-invitations parameters: - - *74 - - *333 + - *76 + - *334 - *17 - *19 responses: @@ -54907,11 +54993,11 @@ paths: application/json: schema: type: array - items: *316 + items: *317 examples: - default: *317 + default: *318 headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54931,8 +55017,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-team-members parameters: - - *74 - - *333 + - *76 + - *334 - name: role description: Filters members returned by their role in the team. in: query @@ -54955,9 +55041,9 @@ paths: type: array items: *4 examples: - default: *324 + default: *325 headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54985,15 +55071,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-membership-for-a-user parameters: - - *74 - - *333 - - *254 + - *76 + - *334 + - *255 responses: '200': description: Response content: application/json: - schema: &416 + schema: &417 title: Team Membership description: Team Membership type: object @@ -55021,7 +55107,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &748 + response-if-user-is-a-team-maintainer: &749 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -55057,9 +55143,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-or-update-team-membership-for-a-user parameters: - - *74 - - *333 - - *254 + - *76 + - *334 + - *255 requestBody: required: false content: @@ -55084,9 +55170,9 @@ paths: description: Response content: application/json: - schema: *416 + schema: *417 examples: - response-if-users-membership-with-team-is-now-pending: &749 + response-if-users-membership-with-team-is-now-pending: &750 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -55121,9 +55207,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-membership-for-a-user parameters: - - *74 - - *333 - - *254 + - *76 + - *334 + - *255 responses: '204': description: Response @@ -55148,8 +55234,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-projects parameters: - - *74 - - *333 + - *76 + - *334 - *17 - *19 responses: @@ -55159,7 +55245,7 @@ paths: application/json: schema: type: array - items: &417 + items: &418 title: Team Project description: A team's access to a project. type: object @@ -55228,7 +55314,7 @@ paths: - updated_at - permissions examples: - default: &750 + default: &751 value: - owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -55268,7 +55354,7 @@ paths: write: true admin: false headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55291,9 +55377,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#check-team-permissions-for-a-project parameters: - - *74 - - *333 - - &418 + - *76 + - *334 + - &419 name: project_id description: The unique identifier of the project. in: path @@ -55305,9 +55391,9 @@ paths: description: Response content: application/json: - schema: *417 + schema: *418 examples: - default: &751 + default: &752 value: owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -55369,9 +55455,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#add-or-update-team-project-permissions parameters: - - *74 - - *333 - - *418 + - *76 + - *334 + - *419 requestBody: required: false content: @@ -55438,9 +55524,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#remove-a-project-from-a-team parameters: - - *74 - - *333 - - *418 + - *76 + - *334 + - *419 responses: '204': description: Response @@ -55467,8 +55553,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-repositories parameters: - - *74 - - *333 + - *76 + - *334 - *17 - *19 responses: @@ -55478,11 +55564,11 @@ paths: application/json: schema: type: array - items: *232 + items: *233 examples: - default: *342 + default: *343 headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55509,16 +55595,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#check-team-permissions-for-a-repository parameters: - - *74 - - *333 - - *419 + - *76 + - *334 - *420 + - *421 responses: '200': description: Alternative response with repository permissions content: application/json: - schema: &752 + schema: &753 title: Team Repository description: A team's access to a repository. type: object @@ -55544,7 +55630,7 @@ paths: license: anyOf: - type: 'null' - - *186 + - *187 forks: type: integer permissions: @@ -56159,10 +56245,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#add-or-update-team-repository-permissions parameters: - - *74 - - *333 - - *419 + - *76 + - *334 - *420 + - *421 requestBody: required: false content: @@ -56207,10 +56293,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#remove-a-repository-from-a-team parameters: - - *74 - - *333 - - *419 + - *76 + - *334 - *420 + - *421 responses: '204': description: Response @@ -56236,16 +56322,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/team-sync#list-idp-groups-for-a-team parameters: - - *74 - - *333 + - *76 + - *334 responses: '200': description: Response content: application/json: - schema: *421 + schema: *422 examples: - default: *422 + default: *423 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -56267,8 +56353,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/team-sync#create-or-update-idp-group-connections parameters: - - *74 - - *333 + - *76 + - *334 requestBody: required: true content: @@ -56311,7 +56397,7 @@ paths: description: Response content: application/json: - schema: *421 + schema: *422 examples: default: value: @@ -56343,8 +56429,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-child-teams parameters: - - *74 - - *333 + - *76 + - *334 - *17 - *19 responses: @@ -56354,9 +56440,9 @@ paths: application/json: schema: type: array - items: *260 + items: *261 examples: - response-if-child-teams-exist: &753 + response-if-child-teams-exist: &754 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -56384,7 +56470,7 @@ paths: repositories_url: https://api.github.com/teams/1/repos html_url: https://github.com/orgs/rails/teams/core headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56409,7 +56495,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#enable-or-disable-a-security-feature-for-an-organization parameters: - - *74 + - *76 - name: security_product in: path description: The security feature to enable or disable. @@ -56483,7 +56569,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/cards#get-a-project-card parameters: - - &423 + - &424 name: card_id description: The unique identifier of the card. in: path @@ -56495,7 +56581,7 @@ paths: description: Response content: application/json: - schema: &424 + schema: &425 title: Project Card description: Project cards represent a scope of work. type: object @@ -56570,7 +56656,7 @@ paths: - created_at - updated_at examples: - default: &425 + default: &426 value: url: https://api.github.com/projects/columns/cards/1478 id: 1478 @@ -56626,7 +56712,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/cards#update-an-existing-project-card parameters: - - *423 + - *424 requestBody: required: false content: @@ -56656,9 +56742,9 @@ paths: description: Response content: application/json: - schema: *424 + schema: *425 examples: - default: *425 + default: *426 '304': *35 '403': *27 '401': *23 @@ -56685,7 +56771,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/cards#delete-a-project-card parameters: - - *423 + - *424 responses: '204': description: Response @@ -56729,7 +56815,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/cards#move-a-project-card parameters: - - *423 + - *424 requestBody: required: true content: @@ -56842,7 +56928,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/columns#get-a-project-column parameters: - - &426 + - &427 name: column_id description: The unique identifier of the column. in: path @@ -56854,7 +56940,7 @@ paths: description: Response content: application/json: - schema: &427 + schema: &428 title: Project Column description: Project columns contain cards of work. type: object @@ -56908,7 +56994,7 @@ paths: - created_at - updated_at examples: - default: &428 + default: &429 value: url: https://api.github.com/projects/columns/367 project_url: https://api.github.com/projects/120 @@ -56943,7 +57029,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/columns#update-an-existing-project-column parameters: - - *426 + - *427 requestBody: required: true content: @@ -56968,9 +57054,9 @@ paths: description: Response content: application/json: - schema: *427 + schema: *428 examples: - default: *428 + default: *429 '304': *35 '403': *27 '401': *23 @@ -56995,7 +57081,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/columns#delete-a-project-column parameters: - - *426 + - *427 responses: '204': description: Response @@ -57024,7 +57110,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/cards#list-project-cards parameters: - - *426 + - *427 - name: archived_state description: Filters the project cards that are returned by the card's state. in: query @@ -57045,7 +57131,7 @@ paths: application/json: schema: type: array - items: *424 + items: *425 examples: default: value: @@ -57079,7 +57165,7 @@ paths: content_url: https://api.github.com/repos/api-playground/projects-test/issues/3 project_url: https://api.github.com/projects/120 headers: - Link: *38 + Link: *41 '304': *35 '403': *27 '401': *23 @@ -57104,7 +57190,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/cards#create-a-project-card parameters: - - *426 + - *427 requestBody: required: true content: @@ -57148,9 +57234,9 @@ paths: description: Response content: application/json: - schema: *424 + schema: *425 examples: - default: *425 + default: *426 '304': *35 '403': *27 '401': *23 @@ -57160,8 +57246,8 @@ paths: application/json: schema: oneOf: - - *209 - *210 + - *211 '503': description: Response content: @@ -57206,7 +57292,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/columns#move-a-project-column parameters: - - *426 + - *427 requestBody: required: true content: @@ -57267,15 +57353,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#get-a-project parameters: - - *418 + - *419 responses: '200': description: Response content: application/json: - schema: *352 + schema: *353 examples: - default: &429 + default: &430 value: owner_url: https://api.github.com/repos/api-playground/projects-test url: https://api.github.com/projects/1002604 @@ -57332,7 +57418,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#update-a-project parameters: - - *418 + - *419 requestBody: required: false content: @@ -57381,9 +57467,9 @@ paths: description: Response content: application/json: - schema: *352 + schema: *353 examples: - default: *429 + default: *430 '404': description: Not Found if the authenticated user does not have access to the project @@ -57404,7 +57490,7 @@ paths: items: type: string '401': *23 - '410': *430 + '410': *431 '422': *7 x-github: githubCloudOnly: false @@ -57427,7 +57513,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#delete-a-project parameters: - - *418 + - *419 responses: '204': description: Delete Success @@ -57448,7 +57534,7 @@ paths: items: type: string '401': *23 - '410': *430 + '410': *431 '404': *6 x-github: githubCloudOnly: false @@ -57472,7 +57558,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/collaborators#list-project-collaborators parameters: - - *418 + - *419 - 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 @@ -57499,9 +57585,9 @@ paths: type: array items: *4 examples: - default: *324 + default: *325 headers: - Link: *38 + Link: *41 '404': *6 '422': *15 '304': *35 @@ -57529,8 +57615,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/collaborators#add-project-collaborator parameters: - - *418 - - *254 + - *419 + - *255 requestBody: required: false content: @@ -57584,8 +57670,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/collaborators#remove-user-as-a-collaborator parameters: - - *418 - - *254 + - *419 + - *255 responses: '204': description: Response @@ -57616,8 +57702,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/collaborators#get-project-permission-for-a-user parameters: - - *418 - - *254 + - *419 + - *255 responses: '200': description: Response @@ -57687,7 +57773,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/columns#list-project-columns parameters: - - *418 + - *419 - *17 - *19 responses: @@ -57697,7 +57783,7 @@ paths: application/json: schema: type: array - items: *427 + items: *428 examples: default: value: @@ -57710,7 +57796,7 @@ paths: created_at: '2016-09-05T14:18:44Z' updated_at: '2016-09-05T14:22:28Z' headers: - Link: *38 + Link: *41 '304': *35 '403': *27 '401': *23 @@ -57735,7 +57821,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/columns#create-a-project-column parameters: - - *418 + - *419 requestBody: required: true content: @@ -57759,7 +57845,7 @@ paths: description: Response content: application/json: - schema: *427 + schema: *428 examples: default: value: @@ -57824,7 +57910,7 @@ paths: resources: type: object properties: - core: &431 + core: &432 title: Rate Limit type: object properties: @@ -57841,21 +57927,21 @@ paths: - remaining - reset - used - graphql: *431 - search: *431 - code_search: *431 - source_import: *431 - integration_manifest: *431 - code_scanning_upload: *431 - actions_runner_registration: *431 - scim: *431 - dependency_snapshots: *431 - dependency_sbom: *431 - code_scanning_autofix: *431 + graphql: *432 + search: *432 + code_search: *432 + source_import: *432 + integration_manifest: *432 + code_scanning_upload: *432 + actions_runner_registration: *432 + scim: *432 + dependency_snapshots: *432 + dependency_sbom: *432 + code_scanning_autofix: *432 required: - core - search - rate: *431 + rate: *432 required: - rate - resources @@ -57960,14 +58046,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository parameters: - - *419 - *420 + - *421 responses: '200': description: Response content: application/json: - schema: *432 + schema: *433 examples: default-response: summary: Default response @@ -58472,7 +58558,7 @@ paths: status: disabled '403': *27 '404': *6 - '301': *433 + '301': *434 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58490,8 +58576,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#update-a-repository parameters: - - *419 - *420 + - *421 requestBody: required: false content: @@ -58749,10 +58835,10 @@ paths: description: Response content: application/json: - schema: *432 + schema: *433 examples: - default: *434 - '307': &435 + default: *435 + '307': &436 description: Temporary Redirect content: application/json: @@ -58781,8 +58867,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#delete-a-repository parameters: - - *419 - *420 + - *421 responses: '204': description: Response @@ -58804,9 +58890,9 @@ paths: value: message: Organization members cannot delete repositories. documentation_url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#delete-a-repository - '307': *435 + '307': *436 '404': *6 - '409': *106 + '409': *107 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58828,11 +58914,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#list-artifacts-for-a-repository parameters: - - *419 - *420 + - *421 - *17 - *19 - - &450 + - &451 name: name description: The name field of an artifact. When specified, only artifacts with this name will be returned. @@ -58855,7 +58941,7 @@ paths: type: integer artifacts: type: array - items: &436 + items: &437 title: Artifact description: An artifact type: object @@ -58950,7 +59036,7 @@ paths: - expires_at - updated_at examples: - default: &451 + default: &452 value: total_count: 2 artifacts: @@ -58989,7 +59075,7 @@ paths: head_branch: main head_sha: 178f4f6090b3fccad4a65b3e83d076a622d59652 headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59011,9 +59097,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#get-an-artifact parameters: - - *419 - *420 - - &437 + - *421 + - &438 name: artifact_id description: The unique identifier of the artifact. in: path @@ -59025,7 +59111,7 @@ paths: description: Response content: application/json: - schema: *436 + schema: *437 examples: default: value: @@ -59063,9 +59149,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#delete-an-artifact parameters: - - *419 - *420 - - *437 + - *421 + - *438 responses: '204': description: Response @@ -59089,9 +59175,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#download-an-artifact parameters: - - *419 - *420 - - *437 + - *421 + - *438 - name: archive_format in: path required: true @@ -59105,7 +59191,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': *430 + '410': *431 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59128,14 +59214,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: - - *419 - *420 + - *421 responses: '200': description: Response content: application/json: - schema: *438 + schema: *439 examples: default: value: @@ -59161,11 +59247,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: - - *419 - *420 + - *421 - *17 - *19 - - &439 + - &440 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 @@ -59193,13 +59279,13 @@ paths: - last_accessed_at - size_in_bytes default: last_accessed_at - - *98 + - *99 responses: '200': description: Response content: application/json: - schema: &440 + schema: &441 title: Repository actions caches description: Repository actions caches type: object @@ -59249,7 +59335,7 @@ paths: - total_count - actions_caches examples: - default: &441 + default: &442 value: total_count: 1 actions_caches: @@ -59261,7 +59347,7 @@ paths: created_at: '2019-01-24T22:45:36.000Z' size_in_bytes: 1024 headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59281,23 +59367,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: - - *419 - *420 + - *421 - name: key description: A key for identifying the cache. in: query required: true schema: type: string - - *439 + - *440 responses: '200': description: Response content: application/json: - schema: *440 + schema: *441 examples: - default: *441 + default: *442 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59317,8 +59403,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: - - *419 - *420 + - *421 - name: cache_id description: The unique identifier of the GitHub Actions cache. in: path @@ -59349,9 +59435,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: - - *419 - *420 - - &442 + - *421 + - &443 name: job_id description: The unique identifier of the job. in: path @@ -59363,7 +59449,7 @@ paths: description: Response content: application/json: - schema: &454 + schema: &455 title: Job description: Information of a job execution in a workflow run type: object @@ -59710,9 +59796,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: - - *419 - *420 - - *442 + - *421 + - *443 responses: '302': description: Response @@ -59740,9 +59826,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: - - *419 - *420 - - *442 + - *421 + - *443 requestBody: required: false content: @@ -59764,7 +59850,7 @@ paths: description: Response content: application/json: - schema: *243 + schema: *244 examples: default: value: @@ -59788,8 +59874,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: - - *419 - *420 + - *421 responses: '200': description: Status response @@ -59839,8 +59925,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: - - *419 - *420 + - *421 requestBody: required: true content: @@ -59874,7 +59960,7 @@ paths: description: Empty response content: application/json: - schema: *243 + schema: *244 examples: default: value: @@ -59903,8 +59989,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-repository-organization-secrets parameters: - - *419 - *420 + - *421 - *17 - *19 responses: @@ -59922,7 +60008,7 @@ paths: type: integer secrets: type: array - items: &456 + items: &457 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -59943,7 +60029,7 @@ paths: - created_at - updated_at examples: - default: &457 + default: &458 value: total_count: 2 secrets: @@ -59954,7 +60040,7 @@ paths: created_at: '2020-01-10T10:59:22Z' updated_at: '2020-01-11T11:59:22Z' headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59976,9 +60062,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-repository-organization-variables parameters: - - *419 - *420 - - *443 + - *421 + - *444 - *19 responses: '200': @@ -59995,7 +60081,7 @@ paths: type: integer variables: type: array - items: &460 + items: &461 title: Actions Variable type: object properties: @@ -60029,7 +60115,7 @@ paths: - created_at - updated_at examples: - default: &461 + default: &462 value: total_count: 2 variables: @@ -60042,7 +60128,7 @@ paths: created_at: '2020-01-10T10:59:22Z' updated_at: '2020-01-11T11:59:22Z' headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60062,8 +60148,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: - - *419 - *420 + - *421 responses: '200': description: Response @@ -60072,12 +60158,12 @@ paths: schema: type: object properties: - enabled: &444 + enabled: &445 type: boolean description: Whether GitHub Actions is enabled on the repository. - allowed_actions: *47 - selected_actions_url: *219 - sha_pinning_required: *48 + allowed_actions: *49 + selected_actions_url: *220 + sha_pinning_required: *50 required: - enabled examples: @@ -60107,8 +60193,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: - - *419 - *420 + - *421 responses: '204': description: Response @@ -60119,9 +60205,9 @@ paths: schema: type: object properties: - enabled: *444 - allowed_actions: *47 - sha_pinning_required: *48 + enabled: *445 + allowed_actions: *49 + sha_pinning_required: *50 required: - enabled examples: @@ -60152,14 +60238,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: - - *419 - *420 + - *421 responses: '200': description: Response content: application/json: - schema: &445 + schema: &446 type: object properties: access_level: @@ -60177,7 +60263,7 @@ paths: required: - access_level examples: - default: &446 + default: &447 value: access_level: organization x-github: @@ -60202,15 +60288,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: - - *419 - *420 + - *421 requestBody: required: true content: application/json: - schema: *445 + schema: *446 examples: - default: *446 + default: *447 responses: '204': description: Response @@ -60234,14 +60320,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-artifact-and-log-retention-settings-for-a-repository parameters: - - *419 - *420 + - *421 responses: '200': description: Response content: application/json: - schema: *221 + schema: *222 examples: default: value: @@ -60265,8 +60351,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-artifact-and-log-retention-settings-for-a-repository parameters: - - *419 - *420 + - *421 responses: '204': description: Empty response for successful settings update @@ -60276,7 +60362,7 @@ paths: required: true content: application/json: - schema: *222 + schema: *223 examples: default: summary: Set retention days @@ -60300,16 +60386,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-fork-pr-contributor-approval-permissions-for-a-repository parameters: - - *419 - *420 + - *421 responses: '200': description: Response content: application/json: - schema: *49 + schema: *51 examples: - default: *223 + default: *224 '404': *6 x-github: enabledForGitHubApps: true @@ -60328,8 +60414,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-fork-pr-contributor-approval-permissions-for-a-repository parameters: - - *419 - *420 + - *421 responses: '204': description: Response @@ -60339,7 +60425,7 @@ paths: required: true content: application/json: - schema: *49 + schema: *51 examples: default: summary: Set approval policy to first time contributors @@ -60363,16 +60449,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-private-repo-fork-pr-workflow-settings-for-a-repository parameters: - - *419 - *420 + - *421 responses: '200': description: Response content: application/json: - schema: *224 + schema: *225 examples: - default: *50 + default: *52 '403': *27 '404': *6 x-github: @@ -60392,15 +60478,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-private-repo-fork-pr-workflow-settings-for-a-repository parameters: - - *419 - *420 + - *421 requestBody: required: true content: application/json: - schema: *225 + schema: *226 examples: - default: *50 + default: *52 responses: '204': description: Empty response for successful settings update @@ -60424,16 +60510,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *419 - *420 + - *421 responses: '200': description: Response content: application/json: - schema: *52 + schema: *54 examples: - default: *53 + default: *55 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -60456,8 +60542,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: - - *419 - *420 + - *421 responses: '204': description: Response @@ -60465,9 +60551,9 @@ paths: required: false content: application/json: - schema: *52 + schema: *54 examples: - selected_actions: *53 + selected_actions: *55 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -60489,16 +60575,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-default-workflow-permissions-for-a-repository parameters: - - *419 - *420 + - *421 responses: '200': description: Response content: application/json: - schema: *228 + schema: *229 examples: - default: *56 + default: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60519,8 +60605,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: - - *419 - *420 + - *421 responses: '204': description: Success response @@ -60531,9 +60617,9 @@ paths: required: true content: application/json: - schema: *229 + schema: *230 examples: - default: *56 + default: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60560,8 +60646,8 @@ paths: in: query schema: type: string - - *419 - *420 + - *421 - *17 - *19 responses: @@ -60579,11 +60665,11 @@ paths: type: integer runners: type: array - items: *63 + items: *65 examples: - default: *64 + default: *66 headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60605,8 +60691,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: - - *419 - *420 + - *421 responses: '200': description: Response @@ -60614,9 +60700,9 @@ paths: application/json: schema: type: array - items: *233 + items: *234 examples: - default: *234 + default: *235 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60638,8 +60724,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: - - *419 - *420 + - *421 requestBody: required: true content: @@ -60682,10 +60768,10 @@ paths: - no-gpu work_folder: _work responses: - '201': *235 + '201': *236 '404': *6 '422': *7 - '409': *106 + '409': *107 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60713,16 +60799,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#create-a-registration-token-for-a-repository parameters: - - *419 - *420 + - *421 responses: '201': description: Response content: application/json: - schema: *66 + schema: *68 examples: - default: *236 + default: *237 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60750,16 +60836,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#create-a-remove-token-for-a-repository parameters: - - *419 - *420 + - *421 responses: '201': description: Response content: application/json: - schema: *66 + schema: *68 examples: - default: *237 + default: *238 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60781,17 +60867,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#get-a-self-hosted-runner-for-a-repository parameters: - - *419 - *420 - - *62 + - *421 + - *64 responses: '200': description: Response content: application/json: - schema: *63 + schema: *65 examples: - default: *238 + default: *239 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60812,9 +60898,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#delete-a-self-hosted-runner-from-a-repository parameters: - - *419 - *420 - - *62 + - *421 + - *64 responses: '204': description: Response @@ -60840,11 +60926,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#list-labels-for-a-self-hosted-runner-for-a-repository parameters: - - *419 - *420 - - *62 + - *421 + - *64 responses: - '200': *68 + '200': *70 '404': *6 x-github: githubCloudOnly: false @@ -60866,9 +60952,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#add-custom-labels-to-a-self-hosted-runner-for-a-repository parameters: - - *419 - *420 - - *62 + - *421 + - *64 requestBody: required: true content: @@ -60892,7 +60978,7 @@ paths: - gpu - accelerated responses: - '200': *68 + '200': *70 '404': *6 '422': *7 x-github: @@ -60916,9 +61002,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#set-custom-labels-for-a-self-hosted-runner-for-a-repository parameters: - - *419 - *420 - - *62 + - *421 + - *64 requestBody: required: true content: @@ -60943,7 +61029,7 @@ paths: - gpu - accelerated responses: - '200': *68 + '200': *70 '404': *6 '422': *7 x-github: @@ -60967,11 +61053,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#remove-all-custom-labels-from-a-self-hosted-runner-for-a-repository parameters: - - *419 - *420 - - *62 + - *421 + - *64 responses: - '200': *239 + '200': *240 '404': *6 x-github: githubCloudOnly: false @@ -60998,12 +61084,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#remove-a-custom-label-from-a-self-hosted-runner-for-a-repository parameters: - - *419 - *420 - - *62 - - *240 + - *421 + - *64 + - *241 responses: - '200': *68 + '200': *70 '404': *6 '422': *7 x-github: @@ -61029,9 +61115,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: - - *419 - *420 - - &464 + - *421 + - &465 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. @@ -61039,7 +61125,7 @@ paths: required: false schema: type: string - - &465 + - &466 name: branch description: Returns workflow runs associated with a branch. Use the name of the branch of the `push`. @@ -61047,7 +61133,7 @@ paths: required: false schema: type: string - - &466 + - &467 name: event description: Returns workflow run triggered by the event you specify. For example, `push`, `pull_request` or `issue`. For more information, see "[Events @@ -61056,7 +61142,7 @@ paths: required: false schema: type: string - - &467 + - &468 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 @@ -61083,7 +61169,7 @@ paths: - pending - *17 - *19 - - &468 + - &469 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)." @@ -61092,7 +61178,7 @@ paths: schema: type: string format: date-time - - &447 + - &448 name: exclude_pull_requests description: If `true` pull requests are omitted from the response (empty array). @@ -61101,13 +61187,13 @@ paths: schema: type: boolean default: false - - &469 + - &470 name: check_suite_id description: Returns workflow runs with the `check_suite_id` that you specify. in: query schema: type: integer - - &470 + - &471 name: head_sha description: Only returns workflow runs that are associated with the specified `head_sha`. @@ -61130,7 +61216,7 @@ paths: type: integer workflow_runs: type: array - items: &448 + items: &449 title: Workflow Run description: An invocation of a workflow type: object @@ -61247,7 +61333,7 @@ paths: type: - array - 'null' - items: &489 + items: &490 title: Pull Request Minimal type: object properties: @@ -61374,7 +61460,7 @@ paths: head_commit: anyOf: - type: 'null' - - &493 + - &494 title: Simple Commit description: A commit. type: object @@ -61448,8 +61534,8 @@ paths: - timestamp - author - committer - repository: *232 - head_repository: *232 + repository: *233 + head_repository: *233 head_repository_id: type: integer examples: @@ -61489,7 +61575,7 @@ paths: - workflow_url - pull_requests examples: - default: &471 + default: &472 value: total_count: 1 workflow_runs: @@ -61703,7 +61789,7 @@ paths: releases_url: https://api.github.com/repos/octo-org/octo-repo/releases{/id} deployments_url: https://api.github.com/repos/octo-org/octo-repo/deployments headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61725,24 +61811,24 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-a-workflow-run parameters: - - *419 - *420 - - &449 + - *421 + - &450 name: run_id description: The unique identifier of the workflow run. in: path required: true schema: type: integer - - *447 + - *448 responses: '200': description: Response content: application/json: - schema: *448 + schema: *449 examples: - default: &452 + default: &453 value: id: 30433642 name: Build @@ -61983,9 +62069,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#delete-a-workflow-run parameters: - - *419 - *420 - - *449 + - *421 + - *450 responses: '204': description: Response @@ -62008,9 +62094,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: - - *419 - *420 - - *449 + - *421 + - *450 responses: '200': description: Response @@ -62138,15 +62224,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#approve-a-workflow-run-for-a-fork-pull-request parameters: - - *419 - *420 - - *449 + - *421 + - *450 responses: '201': description: Response content: application/json: - schema: *243 + schema: *244 examples: default: value: @@ -62173,12 +62259,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#list-workflow-run-artifacts parameters: - - *419 - *420 - - *449 + - *421 + - *450 - *17 - *19 - - *450 + - *451 responses: '200': description: Response @@ -62194,11 +62280,11 @@ paths: type: integer artifacts: type: array - items: *436 + items: *437 examples: - default: *451 + default: *452 headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62220,25 +62306,25 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-a-workflow-run-attempt parameters: - - *419 - *420 - - *449 - - &453 + - *421 + - *450 + - &454 name: attempt_number description: The attempt number of the workflow run. in: path required: true schema: type: integer - - *447 + - *448 responses: '200': description: Response content: application/json: - schema: *448 + schema: *449 examples: - default: *452 + default: *453 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62261,10 +62347,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: - - *419 - *420 - - *449 - - *453 + - *421 + - *450 + - *454 - *17 - *19 responses: @@ -62282,9 +62368,9 @@ paths: type: integer jobs: type: array - items: *454 + items: *455 examples: - default: &455 + default: &456 value: total_count: 1 jobs: @@ -62373,7 +62459,7 @@ paths: workflow_name: CI head_branch: main headers: - Link: *38 + Link: *41 '404': *6 x-github: githubCloudOnly: false @@ -62397,10 +62483,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#download-workflow-run-attempt-logs parameters: - - *419 - *420 - - *449 - - *453 + - *421 + - *450 + - *454 responses: '302': description: Response @@ -62428,19 +62514,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#cancel-a-workflow-run parameters: - - *419 - *420 - - *449 + - *421 + - *450 responses: '202': description: Response content: application/json: - schema: *243 + schema: *244 examples: default: value: - '409': *106 + '409': *107 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62463,9 +62549,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: - - *419 - *420 - - *449 + - *421 + - *450 requestBody: required: true content: @@ -62532,19 +62618,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#force-cancel-a-workflow-run parameters: - - *419 - *420 - - *449 + - *421 + - *450 responses: '202': description: Response content: application/json: - schema: *243 + schema: *244 examples: default: value: - '409': *106 + '409': *107 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62567,9 +62653,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: - - *419 - *420 - - *449 + - *421 + - *450 - 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 @@ -62599,11 +62685,11 @@ paths: type: integer jobs: type: array - items: *454 + items: *455 examples: - default: *455 + default: *456 headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62626,9 +62712,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#download-workflow-run-logs parameters: - - *419 - *420 - - *449 + - *421 + - *450 responses: '302': description: Response @@ -62655,14 +62741,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#delete-workflow-run-logs parameters: - - *419 - *420 - - *449 + - *421 + - *450 responses: '204': description: Response '403': *27 - '500': *89 + '500': *38 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62684,9 +62770,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: - - *419 - *420 - - *449 + - *421 + - *450 responses: '200': description: Response @@ -62755,7 +62841,7 @@ paths: items: type: object properties: - type: &572 + type: &573 type: string description: The type of reviewer. enum: @@ -62766,7 +62852,7 @@ paths: reviewer: anyOf: - *4 - - *260 + - *261 required: - environment - wait_timer @@ -62841,9 +62927,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: - - *419 - *420 - - *449 + - *421 + - *450 requestBody: required: true content: @@ -62893,7 +62979,7 @@ paths: application/json: schema: type: array - items: &558 + items: &559 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed @@ -63005,7 +63091,7 @@ paths: - created_at - updated_at examples: - default: &559 + default: &560 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -63061,9 +63147,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#re-run-a-workflow parameters: - - *419 - *420 - - *449 + - *421 + - *450 requestBody: required: false content: @@ -63085,7 +63171,7 @@ paths: description: Response content: application/json: - schema: *243 + schema: *244 examples: default: value: @@ -63108,9 +63194,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: - - *419 - *420 - - *449 + - *421 + - *450 requestBody: required: false content: @@ -63132,7 +63218,7 @@ paths: description: Response content: application/json: - schema: *243 + schema: *244 examples: default: value: @@ -63165,9 +63251,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-workflow-run-usage parameters: - - *419 - *420 - - *449 + - *421 + - *450 responses: '200': description: Response @@ -63304,8 +63390,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-repository-secrets parameters: - - *419 - *420 + - *421 - *17 - *19 responses: @@ -63323,11 +63409,11 @@ paths: type: integer secrets: type: array - items: *456 + items: *457 examples: - default: *457 + default: *458 headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63350,16 +63436,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-a-repository-public-key parameters: - - *419 - *420 + - *421 responses: '200': description: Response content: application/json: - schema: *458 + schema: *459 examples: - default: *459 + default: *460 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63381,17 +63467,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-a-repository-secret parameters: - - *419 - *420 - - *242 + - *421 + - *243 responses: '200': description: Response content: application/json: - schema: *456 + schema: *457 examples: - default: &585 + default: &586 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -63417,9 +63503,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-a-repository-secret parameters: - - *419 - *420 - - *242 + - *421 + - *243 requestBody: required: true content: @@ -63450,7 +63536,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *243 + schema: *244 examples: default: value: @@ -63476,9 +63562,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-a-repository-secret parameters: - - *419 - *420 - - *242 + - *421 + - *243 responses: '204': description: Response @@ -63503,9 +63589,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-repository-variables parameters: - - *419 - *420 - - *443 + - *421 + - *444 - *19 responses: '200': @@ -63522,11 +63608,11 @@ paths: type: integer variables: type: array - items: *460 + items: *461 examples: - default: *461 + default: *462 headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63547,8 +63633,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#create-a-repository-variable parameters: - - *419 - *420 + - *421 requestBody: required: true content: @@ -63575,7 +63661,7 @@ paths: description: Response content: application/json: - schema: *243 + schema: *244 examples: default: value: @@ -63600,17 +63686,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-a-repository-variable parameters: - - *419 - *420 - - *245 + - *421 + - *246 responses: '200': description: Response content: application/json: - schema: *460 + schema: *461 examples: - default: &586 + default: &587 value: name: USERNAME value: octocat @@ -63636,9 +63722,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-a-repository-variable parameters: - - *419 - *420 - - *245 + - *421 + - *246 requestBody: required: true content: @@ -63680,9 +63766,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-a-repository-variable parameters: - - *419 - *420 - - *245 + - *421 + - *246 responses: '204': description: Response @@ -63707,8 +63793,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#list-repository-workflows parameters: - - *419 - *420 + - *421 - *17 - *19 responses: @@ -63726,7 +63812,7 @@ paths: type: integer workflows: type: array - items: &462 + items: &463 title: Workflow description: A GitHub Actions workflow type: object @@ -63821,7 +63907,7 @@ paths: html_url: https://github.com/octo-org/octo-repo/blob/master/.github/workflows/269289 badge_url: https://github.com/octo-org/octo-repo/workflows/Linter/badge.svg headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63844,9 +63930,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#get-a-workflow parameters: - - *419 - *420 - - &463 + - *421 + - &464 name: workflow_id in: path description: The ID of the workflow. You can also pass the workflow file name @@ -63861,7 +63947,7 @@ paths: description: Response content: application/json: - schema: *462 + schema: *463 examples: default: value: @@ -63894,9 +63980,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#disable-a-workflow parameters: - - *419 - *420 - - *463 + - *421 + - *464 responses: '204': description: Response @@ -63921,9 +64007,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#create-a-workflow-dispatch-event parameters: - - *419 - *420 - - *463 + - *421 + - *464 responses: '204': description: Response @@ -63974,9 +64060,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#enable-a-workflow parameters: - - *419 - *420 - - *463 + - *421 + - *464 responses: '204': description: Response @@ -64003,19 +64089,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: - - *419 - *420 - - *463 + - *421 - *464 - *465 - *466 - *467 + - *468 - *17 - *19 - - *468 - - *447 - *469 + - *448 - *470 + - *471 responses: '200': description: Response @@ -64031,11 +64117,11 @@ paths: type: integer workflow_runs: type: array - items: *448 + items: *449 examples: - default: *471 + default: *472 headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64066,9 +64152,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#get-workflow-usage parameters: - - *419 - *420 - - *463 + - *421 + - *464 responses: '200': description: Response @@ -64129,12 +64215,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-activities parameters: - - *419 - *420 - - *98 + - *421 + - *99 - *17 - - *96 - *97 + - *98 - name: ref description: |- The Git reference for the activities you want to list. @@ -64279,7 +64365,7 @@ paths: type: User site_admin: false headers: - Link: *38 + Link: *41 '422': *7 x-github: githubCloudOnly: false @@ -64298,8 +64384,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#list-assignees parameters: - - *419 - *420 + - *421 - *17 - *19 responses: @@ -64311,9 +64397,9 @@ paths: type: array items: *4 examples: - default: *324 + default: *325 headers: - Link: *38 + Link: *41 '404': *6 x-github: githubCloudOnly: false @@ -64336,8 +64422,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: - - *419 - *420 + - *421 - name: assignee in: path required: true @@ -64373,8 +64459,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#create-an-attestation parameters: - - *419 - *420 + - *421 requestBody: required: true content: @@ -64486,11 +64572,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-attestations parameters: - - *419 - *420 + - *421 - *17 - - *96 - *97 + - *98 - name: subject_digest description: The parameter should be set to the attestation's subject's SHA256 digest, in the form `sha256:HEX_DIGEST`. @@ -64541,7 +64627,7 @@ paths: bundle_url: type: string examples: - default: *472 + default: *473 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64561,8 +64647,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/autolinks#get-all-autolinks-of-a-repository parameters: - - *419 - *420 + - *421 responses: '200': description: Response @@ -64570,7 +64656,7 @@ paths: application/json: schema: type: array - items: &473 + items: &474 title: Autolink reference description: An autolink reference. type: object @@ -64629,8 +64715,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: - - *419 - *420 + - *421 requestBody: required: true content: @@ -64669,9 +64755,9 @@ paths: description: response content: application/json: - schema: *473 + schema: *474 examples: - default: &474 + default: &475 value: id: 1 key_prefix: TICKET- @@ -64702,9 +64788,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: - - *419 - *420 - - &475 + - *421 + - &476 name: autolink_id description: The unique identifier of the autolink. in: path @@ -64716,9 +64802,9 @@ paths: description: Response content: application/json: - schema: *473 + schema: *474 examples: - default: *474 + default: *475 '404': *6 x-github: githubCloudOnly: false @@ -64738,9 +64824,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: - - *419 - *420 - - *475 + - *421 + - *476 responses: '204': description: Response @@ -64764,8 +64850,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: - - *419 - *420 + - *421 responses: '200': description: Response if Dependabot is enabled @@ -64815,8 +64901,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-dependabot-security-updates parameters: - - *419 - *420 + - *421 responses: '204': description: Response @@ -64837,8 +64923,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-dependabot-security-updates parameters: - - *419 - *420 + - *421 responses: '204': description: Response @@ -64858,8 +64944,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#list-branches parameters: - - *419 - *420 + - *421 - name: protected description: Setting to `true` returns only branches protected by branch protections or rulesets. When set to `false`, only unprotected branches are returned. @@ -64897,7 +64983,7 @@ paths: - url protected: type: boolean - protection: &477 + protection: &478 title: Branch Protection description: Branch Protection type: object @@ -64940,7 +65026,7 @@ paths: required: - contexts - checks - enforce_admins: &480 + enforce_admins: &481 title: Protected Branch Admin Enforced description: Protected Branch Admin Enforced type: object @@ -64957,7 +65043,7 @@ paths: required: - url - enabled - required_pull_request_reviews: &482 + required_pull_request_reviews: &483 title: Protected Branch Pull Request Review description: Protected Branch Pull Request Review type: object @@ -64979,7 +65065,7 @@ paths: description: The list of teams with review dismissal access. type: array - items: *260 + items: *261 apps: description: The list of apps with review dismissal access. @@ -65011,7 +65097,7 @@ paths: description: The list of teams allowed to bypass pull request requirements. type: array - items: *260 + items: *261 apps: description: The list of apps allowed to bypass pull request requirements. @@ -65041,7 +65127,7 @@ paths: required: - dismiss_stale_reviews - require_code_owner_reviews - restrictions: &479 + restrictions: &480 title: Branch Restriction Policy description: Branch Restriction Policy type: object @@ -65104,7 +65190,7 @@ paths: type: string teams: type: array - items: *260 + items: *261 apps: type: array items: @@ -65316,7 +65402,7 @@ paths: - linter protection_url: https://api.github.com/repos/octocat/hello-world/branches/master/protection headers: - Link: *38 + Link: *41 '404': *6 x-github: githubCloudOnly: false @@ -65334,9 +65420,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#get-a-branch parameters: - - *419 - *420 - - &478 + - *421 + - &479 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). @@ -65350,14 +65436,14 @@ paths: description: Response content: application/json: - schema: &488 + schema: &489 title: Branch With Protection description: Branch With Protection type: object properties: name: type: string - commit: &535 + commit: &536 title: Commit description: Commit type: object @@ -65396,7 +65482,7 @@ paths: author: anyOf: - type: 'null' - - &476 + - &477 title: Git User description: Metaproperties for Git author/committer information. @@ -65417,7 +65503,7 @@ paths: committer: anyOf: - type: 'null' - - *476 + - *477 message: type: string examples: @@ -65441,7 +65527,7 @@ paths: required: - sha - url - verification: &592 + verification: &593 title: Verification type: object properties: @@ -65477,14 +65563,14 @@ paths: author: oneOf: - *4 - - *243 + - *244 type: - 'null' - object committer: oneOf: - *4 - - *243 + - *244 type: - 'null' - object @@ -65521,7 +65607,7 @@ paths: type: integer files: type: array - items: &546 + items: &547 title: Diff Entry description: Diff Entry type: object @@ -65617,7 +65703,7 @@ paths: - self protected: type: boolean - protection: *477 + protection: *478 protection_url: type: string format: uri @@ -65726,7 +65812,7 @@ paths: contexts: [] checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection - '301': *433 + '301': *434 '404': *6 x-github: githubCloudOnly: false @@ -65748,15 +65834,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-branch-protection parameters: - - *419 - *420 - - *478 + - *421 + - *479 responses: '200': description: Response content: application/json: - schema: *477 + schema: *478 examples: default: value: @@ -65950,9 +66036,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-branch-protection parameters: - - *419 - *420 - - *478 + - *421 + - *479 requestBody: required: true content: @@ -66212,7 +66298,7 @@ paths: url: type: string format: uri - required_status_checks: &485 + required_status_checks: &486 title: Status Check Policy description: Status Check Policy type: object @@ -66293,7 +66379,7 @@ paths: items: *4 teams: type: array - items: *260 + items: *261 apps: type: array items: *5 @@ -66311,7 +66397,7 @@ paths: items: *4 teams: type: array - items: *260 + items: *261 apps: type: array items: *5 @@ -66371,7 +66457,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *479 + restrictions: *480 required_conversation_resolution: type: object properties: @@ -66483,9 +66569,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-branch-protection parameters: - - *419 - *420 - - *478 + - *421 + - *479 responses: '204': description: Response @@ -66510,17 +66596,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-admin-branch-protection parameters: - - *419 - *420 - - *478 + - *421 + - *479 responses: '200': description: Response content: application/json: - schema: *480 + schema: *481 examples: - default: &481 + default: &482 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins enabled: true @@ -66542,17 +66628,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-admin-branch-protection parameters: - - *419 - *420 - - *478 + - *421 + - *479 responses: '200': description: Response content: application/json: - schema: *480 + schema: *481 examples: - default: *481 + default: *482 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66571,9 +66657,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-admin-branch-protection parameters: - - *419 - *420 - - *478 + - *421 + - *479 responses: '204': description: Response @@ -66598,17 +66684,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-pull-request-review-protection parameters: - - *419 - *420 - - *478 + - *421 + - *479 responses: '200': description: Response content: application/json: - schema: *482 + schema: *483 examples: - default: &483 + default: &484 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_pull_request_reviews dismissal_restrictions: @@ -66704,9 +66790,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-pull-request-review-protection parameters: - - *419 - *420 - - *478 + - *421 + - *479 requestBody: required: false content: @@ -66804,9 +66890,9 @@ paths: description: Response content: application/json: - schema: *482 + schema: *483 examples: - default: *483 + default: *484 '422': *15 x-github: githubCloudOnly: false @@ -66827,9 +66913,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-pull-request-review-protection parameters: - - *419 - *420 - - *478 + - *421 + - *479 responses: '204': description: Response @@ -66856,17 +66942,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-commit-signature-protection parameters: - - *419 - *420 - - *478 + - *421 + - *479 responses: '200': description: Response content: application/json: - schema: *480 + schema: *481 examples: - default: &484 + default: &485 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true @@ -66889,17 +66975,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#create-commit-signature-protection parameters: - - *419 - *420 - - *478 + - *421 + - *479 responses: '200': description: Response content: application/json: - schema: *480 + schema: *481 examples: - default: *484 + default: *485 '404': *6 x-github: githubCloudOnly: false @@ -66919,9 +67005,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-commit-signature-protection parameters: - - *419 - *420 - - *478 + - *421 + - *479 responses: '204': description: Response @@ -66946,17 +67032,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-status-checks-protection parameters: - - *419 - *420 - - *478 + - *421 + - *479 responses: '200': description: Response content: application/json: - schema: *485 + schema: *486 examples: - default: &486 + default: &487 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_status_checks strict: true @@ -66982,9 +67068,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-status-check-protection parameters: - - *419 - *420 - - *478 + - *421 + - *479 requestBody: required: false content: @@ -67036,9 +67122,9 @@ paths: description: Response content: application/json: - schema: *485 + schema: *486 examples: - default: *486 + default: *487 '404': *6 '422': *15 x-github: @@ -67060,9 +67146,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-status-check-protection parameters: - - *419 - *420 - - *478 + - *421 + - *479 responses: '204': description: Response @@ -67086,9 +67172,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-all-status-check-contexts parameters: - - *419 - *420 - - *478 + - *421 + - *479 responses: '200': description: Response @@ -67122,9 +67208,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-status-check-contexts parameters: - - *419 - *420 - - *478 + - *421 + - *479 requestBody: required: false content: @@ -67191,9 +67277,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-status-check-contexts parameters: - - *419 - *420 - - *478 + - *421 + - *479 requestBody: required: false content: @@ -67257,9 +67343,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-status-check-contexts parameters: - - *419 - *420 - - *478 + - *421 + - *479 requestBody: content: application/json: @@ -67325,15 +67411,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-access-restrictions parameters: - - *419 - *420 - - *478 + - *421 + - *479 responses: '200': description: Response content: application/json: - schema: *479 + schema: *480 examples: default: value: @@ -67424,9 +67510,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-access-restrictions parameters: - - *419 - *420 - - *478 + - *421 + - *479 responses: '204': description: Response @@ -67449,9 +67535,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: - - *419 - *420 - - *478 + - *421 + - *479 responses: '200': description: Response @@ -67461,7 +67547,7 @@ paths: type: array items: *5 examples: - default: &487 + default: &488 value: - id: 1 slug: octoapp @@ -67518,9 +67604,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-app-access-restrictions parameters: - - *419 - *420 - - *478 + - *421 + - *479 requestBody: required: true content: @@ -67554,7 +67640,7 @@ paths: type: array items: *5 examples: - default: *487 + default: *488 '422': *15 x-github: githubCloudOnly: false @@ -67575,9 +67661,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-app-access-restrictions parameters: - - *419 - *420 - - *478 + - *421 + - *479 requestBody: required: true content: @@ -67611,7 +67697,7 @@ paths: type: array items: *5 examples: - default: *487 + default: *488 '422': *15 x-github: githubCloudOnly: false @@ -67632,9 +67718,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-app-access-restrictions parameters: - - *419 - *420 - - *478 + - *421 + - *479 requestBody: required: true content: @@ -67668,7 +67754,7 @@ paths: type: array items: *5 examples: - default: *487 + default: *488 '422': *15 x-github: githubCloudOnly: false @@ -67690,9 +67776,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: - - *419 - *420 - - *478 + - *421 + - *479 responses: '200': description: Response @@ -67700,9 +67786,9 @@ paths: application/json: schema: type: array - items: *260 + items: *261 examples: - default: *335 + default: *336 '404': *6 x-github: githubCloudOnly: false @@ -67722,9 +67808,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-team-access-restrictions parameters: - - *419 - *420 - - *478 + - *421 + - *479 requestBody: required: false content: @@ -67760,9 +67846,9 @@ paths: application/json: schema: type: array - items: *260 + items: *261 examples: - default: *335 + default: *336 '422': *15 x-github: githubCloudOnly: false @@ -67783,9 +67869,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-team-access-restrictions parameters: - - *419 - *420 - - *478 + - *421 + - *479 requestBody: required: false content: @@ -67821,9 +67907,9 @@ paths: application/json: schema: type: array - items: *260 + items: *261 examples: - default: *335 + default: *336 '422': *15 x-github: githubCloudOnly: false @@ -67844,9 +67930,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-team-access-restrictions parameters: - - *419 - *420 - - *478 + - *421 + - *479 requestBody: content: application/json: @@ -67881,9 +67967,9 @@ paths: application/json: schema: type: array - items: *260 + items: *261 examples: - default: *335 + default: *336 '422': *15 x-github: githubCloudOnly: false @@ -67905,9 +67991,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: - - *419 - *420 - - *478 + - *421 + - *479 responses: '200': description: Response @@ -67917,7 +68003,7 @@ paths: type: array items: *4 examples: - default: *324 + default: *325 '404': *6 x-github: githubCloudOnly: false @@ -67941,9 +68027,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-user-access-restrictions parameters: - - *419 - *420 - - *478 + - *421 + - *479 requestBody: required: true content: @@ -67976,7 +68062,7 @@ paths: type: array items: *4 examples: - default: *324 + default: *325 '422': *15 x-github: githubCloudOnly: false @@ -68001,9 +68087,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-user-access-restrictions parameters: - - *419 - *420 - - *478 + - *421 + - *479 requestBody: required: true content: @@ -68036,7 +68122,7 @@ paths: type: array items: *4 examples: - default: *324 + default: *325 '422': *15 x-github: githubCloudOnly: false @@ -68061,9 +68147,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-user-access-restrictions parameters: - - *419 - *420 - - *478 + - *421 + - *479 requestBody: required: true content: @@ -68096,7 +68182,7 @@ paths: type: array items: *4 examples: - default: *324 + default: *325 '422': *15 x-github: githubCloudOnly: false @@ -68123,9 +68209,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#rename-a-branch parameters: - - *419 - *420 - - *478 + - *421 + - *479 requestBody: required: true content: @@ -68147,7 +68233,7 @@ paths: description: Response content: application/json: - schema: *488 + schema: *489 examples: default: value: @@ -68261,12 +68347,12 @@ paths: category: repos subcategory: bypass-requests parameters: - - *419 - *420 - - *91 + - *421 - *92 - *93 - *94 + - *95 - *17 - *19 responses: @@ -68276,11 +68362,11 @@ paths: application/json: schema: type: array - items: *255 + items: *256 examples: - default: *256 + default: *257 '404': *6 - '500': *89 + '500': *38 "/repos/{owner}/{repo}/bypass-requests/push-rules/{bypass_request_number}": get: summary: Get a repository push bypass request @@ -68298,8 +68384,8 @@ paths: category: repos subcategory: bypass-requests parameters: - - *419 - *420 + - *421 - name: bypass_request_number in: path required: true @@ -68313,7 +68399,7 @@ paths: description: Response content: application/json: - schema: *255 + schema: *256 examples: default: value: @@ -68351,7 +68437,7 @@ paths: url: https://api.github.com/repos/octo-org/smile/bypass-requests/push-rules/2 html_url: https://github.com/octo-org/smile/exemptions/2 '404': *6 - '500': *89 + '500': *38 "/repos/{owner}/{repo}/bypass-requests/secret-scanning": get: summary: List bypass requests for secret scanning for a repository @@ -68372,12 +68458,12 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *419 - *420 - - *91 + - *421 - *92 - *93 - *94 + - *95 - *17 - *19 responses: @@ -68387,12 +68473,12 @@ paths: application/json: schema: type: array - items: *258 + items: *259 examples: - default: *259 + default: *260 '404': *6 '403': *27 - '500': *89 + '500': *38 "/repos/{owner}/{repo}/bypass-requests/secret-scanning/{bypass_request_number}": get: summary: Get a bypass request for secret scanning @@ -68413,8 +68499,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *419 - *420 + - *421 - name: bypass_request_number in: path required: true @@ -68426,7 +68512,7 @@ paths: description: A single bypass request. content: application/json: - schema: *258 + schema: *259 examples: default: value: @@ -68464,7 +68550,7 @@ paths: html_url: https://github.com/octo-org/smile/exemptions/1 '404': *6 '403': *27 - '500': *89 + '500': *38 patch: summary: Review a bypass request for secret scanning description: |- @@ -68484,8 +68570,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *419 - *420 + - *421 - name: bypass_request_number in: path required: true @@ -68535,7 +68621,7 @@ paths: '404': *6 '403': *27 '422': *15 - '500': *89 + '500': *38 "/repos/{owner}/{repo}/bypass-responses/secret-scanning/{bypass_response_id}": delete: summary: Dismiss a response on a bypass request for secret scanning @@ -68556,8 +68642,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *419 - *420 + - *421 - name: bypass_response_id in: path required: true @@ -68570,7 +68656,7 @@ paths: '404': *6 '403': *27 '422': *15 - '500': *89 + '500': *38 "/repos/{owner}/{repo}/check-runs": post: summary: Create a check run @@ -68590,8 +68676,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#create-a-check-run parameters: - - *419 - *420 + - *421 requestBody: required: true content: @@ -68870,7 +68956,7 @@ paths: description: Response content: application/json: - schema: &490 + schema: &491 title: CheckRun description: A check performed on the code of a given code change type: object @@ -69005,8 +69091,8 @@ paths: do not necessarily indicate pull requests that triggered the check. type: array - items: *489 - deployment: &809 + items: *490 + deployment: &810 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -69293,9 +69379,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#get-a-check-run parameters: - - *419 - *420 - - &491 + - *421 + - &492 name: check_run_id description: The unique identifier of the check run. in: path @@ -69307,9 +69393,9 @@ paths: description: Response content: application/json: - schema: *490 + schema: *491 examples: - default: &492 + default: &493 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -69409,9 +69495,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#update-a-check-run parameters: - - *419 - *420 - - *491 + - *421 + - *492 requestBody: required: true content: @@ -69651,9 +69737,9 @@ paths: description: Response content: application/json: - schema: *490 + schema: *491 examples: - default: *492 + default: *493 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69673,9 +69759,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#list-check-run-annotations parameters: - - *419 - *420 - - *491 + - *421 + - *492 - *17 - *19 responses: @@ -69765,7 +69851,7 @@ paths: raw_details: Do you mean 'bananas' or 'banana'? blob_href: https://api.github.com/repos/github/rest-api-description/git/blobs/abc headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69785,15 +69871,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#rerequest-a-check-run parameters: - - *419 - *420 - - *491 + - *421 + - *492 responses: '201': description: Response content: application/json: - schema: *243 + schema: *244 examples: default: value: @@ -69831,8 +69917,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#create-a-check-suite parameters: - - *419 - *420 + - *421 requestBody: required: true content: @@ -69854,7 +69940,7 @@ paths: description: Response when the suite already exists content: application/json: - schema: &494 + schema: &495 title: CheckSuite description: A suite of checks performed on the code of a given code change @@ -69936,12 +70022,12 @@ paths: type: - array - 'null' - items: *489 + items: *490 app: anyOf: - type: 'null' - *5 - repository: *232 + repository: *233 created_at: type: - string @@ -69952,7 +70038,7 @@ paths: - string - 'null' format: date-time - head_commit: *493 + head_commit: *494 latest_check_runs_count: type: integer check_runs_url: @@ -69980,7 +70066,7 @@ paths: - check_runs_url - pull_requests examples: - default: &495 + default: &496 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -70271,9 +70357,9 @@ paths: description: Response when the suite was created content: application/json: - schema: *494 + schema: *495 examples: - default: *495 + default: *496 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70292,8 +70378,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#update-repository-preferences-for-check-suites parameters: - - *419 - *420 + - *421 requestBody: required: true content: @@ -70354,7 +70440,7 @@ paths: required: - app_id - setting - repository: *232 + repository: *233 examples: default: value: @@ -70602,9 +70688,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#get-a-check-suite parameters: - - *419 - *420 - - &496 + - *421 + - &497 name: check_suite_id description: The unique identifier of the check suite. in: path @@ -70616,9 +70702,9 @@ paths: description: Response content: application/json: - schema: *494 + schema: *495 examples: - default: *495 + default: *496 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70641,17 +70727,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: - - *419 - *420 - - *496 - - &541 + - *421 + - *497 + - &542 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &542 + - &543 name: status description: Returns check runs with the specified `status`. in: query @@ -70690,9 +70776,9 @@ paths: type: integer check_runs: type: array - items: *490 + items: *491 examples: - default: &543 + default: &544 value: total_count: 1 check_runs: @@ -70774,7 +70860,7 @@ paths: url: https://api.github.com/repos/github/hello-world name: hello-world headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70794,15 +70880,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#rerequest-a-check-suite parameters: - - *419 - *420 - - *496 + - *421 + - *497 responses: '201': description: Response content: application/json: - schema: *243 + schema: *244 examples: default: value: @@ -70829,30 +70915,30 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-code-scanning-alerts-for-a-repository parameters: - - *419 - *420 - - *264 + - *421 - *265 + - *266 - *19 - *17 - - &512 + - &513 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: *497 - - &513 + schema: *498 + - &514 name: pr description: The number of the pull request for the results you want to list. in: query required: false schema: type: integer - - *98 - - *96 + - *99 - *97 + - *98 - name: sort description: The property by which to sort the results. in: query @@ -70868,13 +70954,13 @@ paths: be returned. in: query required: false - schema: *266 + schema: *267 - name: severity description: If specified, only code scanning alerts with this severity will be returned. in: query required: false - schema: *498 + schema: *499 responses: '200': description: Response @@ -70885,24 +70971,24 @@ paths: items: type: object properties: - number: *108 - created_at: *115 - updated_at: *116 - url: *113 - html_url: *114 - instances_url: *499 - state: *101 - fixed_at: *118 + number: *109 + created_at: *116 + updated_at: *117 + url: *114 + html_url: *115 + instances_url: *500 + state: *102 + fixed_at: *119 dismissed_by: anyOf: - type: 'null' - *4 - dismissed_at: *117 - dismissed_reason: *500 - dismissed_comment: *501 - rule: *502 - tool: *503 - most_recent_instance: *504 + dismissed_at: *118 + dismissed_reason: *501 + dismissed_comment: *502 + rule: *503 + tool: *504 + most_recent_instance: *505 dismissal_approved_by: anyOf: - type: 'null' @@ -71022,14 +71108,14 @@ paths: classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances '304': *35 - '403': &505 + '403': &506 description: Response if GitHub Advanced Security is not enabled for this repository content: application/json: schema: *3 '404': *6 - '503': *162 + '503': *163 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71049,9 +71135,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: - - *419 - *420 - - &506 + - *421 + - &507 name: alert_number in: path description: The number that identifies an alert. You can find this at the @@ -71059,30 +71145,30 @@ paths: field in the response from the `GET /repos/{owner}/{repo}/code-scanning/alerts` operation. required: true - schema: *108 + schema: *109 responses: '200': description: Response content: application/json: - schema: &507 + schema: &508 type: object properties: - number: *108 - created_at: *115 - updated_at: *116 - url: *113 - html_url: *114 - instances_url: *499 - state: *101 - fixed_at: *118 + number: *109 + created_at: *116 + updated_at: *117 + url: *114 + html_url: *115 + instances_url: *500 + state: *102 + fixed_at: *119 dismissed_by: anyOf: - type: 'null' - *4 - dismissed_at: *117 - dismissed_reason: *500 - dismissed_comment: *501 + dismissed_at: *118 + dismissed_reason: *501 + dismissed_comment: *502 rule: type: object properties: @@ -71144,8 +71230,8 @@ paths: - 'null' description: A link to the documentation for the rule used to detect the alert. - tool: *503 - most_recent_instance: *504 + tool: *504 + most_recent_instance: *505 dismissal_approved_by: anyOf: - type: 'null' @@ -71238,9 +71324,9 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '304': *35 - '403': *505 + '403': *506 '404': *6 - '503': *162 + '503': *163 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71258,9 +71344,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: - - *419 - *420 - - *506 + - *421 + - *507 requestBody: required: true content: @@ -71275,8 +71361,8 @@ paths: enum: - open - dismissed - dismissed_reason: *500 - dismissed_comment: *501 + dismissed_reason: *501 + dismissed_comment: *502 create_request: type: boolean description: If `true`, attempt to create an alert dismissal request. @@ -71295,7 +71381,7 @@ paths: description: Response content: application/json: - schema: *507 + schema: *508 examples: default: value: @@ -71371,14 +71457,14 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '400': *14 - '403': &511 + '403': &512 description: Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository content: application/json: schema: *3 '404': *6 - '503': *162 + '503': *163 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -71398,15 +71484,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: - - *419 - *420 - - *506 + - *421 + - *507 responses: '200': description: Response content: application/json: - schema: &508 + schema: &509 type: object properties: status: @@ -71433,13 +71519,13 @@ paths: - description - started_at examples: - default: &509 + default: &510 value: status: success description: This fixes an XSS vulnerability by escaping the user input. started_at: '2024-02-14T12:29:18Z' - '400': &510 + '400': &511 description: Bad Request content: application/json: @@ -71450,9 +71536,9 @@ paths: message: The alert_number is not valid documentation_url: https://docs.github.com/rest/code-scanning/code-scanning#get-the-status-of-an-autofix-for-a-code-scanning-alert status: '400' - '403': *505 + '403': *506 '404': *6 - '503': *162 + '503': *163 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71475,29 +71561,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: - - *419 - *420 - - *506 + - *421 + - *507 responses: '200': description: OK content: application/json: - schema: *508 + schema: *509 examples: - default: *509 + default: *510 '202': description: Accepted content: application/json: - schema: *508 + schema: *509 examples: default: value: status: pending description: started_at: '2024-02-14T12:29:18Z' - '400': *510 + '400': *511 '403': description: Response if the repository is archived, if GitHub Advanced Security is not enabled for this repository or if rate limit is exceeded @@ -71507,7 +71593,7 @@ paths: '404': *6 '422': description: Unprocessable Entity - '503': *162 + '503': *163 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71529,9 +71615,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: - - *419 - *420 - - *506 + - *421 + - *507 requestBody: required: false content: @@ -71577,12 +71663,12 @@ paths: value: target_ref: refs/heads/main sha: 178f4f6090b3fccad4a65b3e83d076a622d59652 - '400': *510 - '403': *511 + '400': *511 + '403': *512 '404': *6 '422': description: Unprocessable Entity - '503': *162 + '503': *163 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71602,13 +71688,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: - - *419 - *420 - - *506 + - *421 + - *507 - *19 - *17 - - *512 - *513 + - *514 responses: '200': description: Response @@ -71616,7 +71702,7 @@ paths: application/json: schema: type: array - items: *504 + items: *505 examples: default: value: @@ -71655,9 +71741,9 @@ paths: end_column: 50 classifications: - source - '403': *505 + '403': *506 '404': *6 - '503': *162 + '503': *163 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71689,30 +71775,30 @@ 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: - - *419 - *420 - - *264 + - *421 - *265 + - *266 - *19 - *17 - - *513 + - *514 - 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: *497 + schema: *498 - name: sarif_id in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &516 + schema: &517 type: string description: An identifier for the upload. examples: - 6c81cd8e-b078-4ac3-a3be-1dad7dbd0b53 - - *98 + - *99 - name: sort description: The property by which to sort the results. in: query @@ -71729,23 +71815,23 @@ paths: application/json: schema: type: array - items: &517 + items: &518 type: object properties: - ref: *497 - commit_sha: &525 + ref: *498 + commit_sha: &526 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: *514 + analysis_key: *515 environment: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *515 + category: *516 error: type: string examples: @@ -71770,8 +71856,8 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *516 - tool: *503 + sarif_id: *517 + tool: *504 deletable: type: boolean warning: @@ -71833,9 +71919,9 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *505 + '403': *506 '404': *6 - '503': *162 + '503': *163 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -71869,8 +71955,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: - - *419 - *420 + - *421 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -71883,7 +71969,7 @@ paths: description: Response content: application/json: - schema: *517 + schema: *518 examples: response: summary: application/json response @@ -71937,14 +72023,14 @@ paths: properties: - github/alertNumber: 2 - github/alertUrl: https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2 - '403': *505 + '403': *506 '404': *6 '422': description: Response if analysis could not be processed content: application/json: schema: *3 - '503': *162 + '503': *163 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -72024,8 +72110,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: - - *419 - *420 + - *421 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -72081,9 +72167,9 @@ paths: next_analysis_url: https://api.github.com/repos/octocat/hello-world/code-scanning/analyses/41 confirm_delete_url: https://api.github.com/repos/octocat/hello-world/code-scanning/analyses/41?confirm_delete '400': *14 - '403': *511 + '403': *512 '404': *6 - '503': *162 + '503': *163 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -72103,8 +72189,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: - - *419 - *420 + - *421 responses: '200': description: Response @@ -72112,7 +72198,7 @@ paths: application/json: schema: type: array - items: &518 + items: &519 title: CodeQL Database description: A CodeQL database. type: object @@ -72224,9 +72310,9 @@ paths: updated_at: '2022-09-12T12:14:32Z' url: https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/ruby commit_oid: 1927de39fefa25a9d0e64e3f540ff824a72f538c - '403': *505 + '403': *506 '404': *6 - '503': *162 + '503': *163 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72253,8 +72339,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: - - *419 - *420 + - *421 - name: language in: path description: The language of the CodeQL database. @@ -72266,7 +72352,7 @@ paths: description: Response content: application/json: - schema: *518 + schema: *519 examples: default: value: @@ -72298,11 +72384,11 @@ paths: updated_at: '2022-09-12T12:14:32Z' url: https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/java commit_oid: 1927de39fefa25a9d0e64e3f540ff824a72f538c - '302': &548 + '302': &549 description: Found - '403': *505 + '403': *506 '404': *6 - '503': *162 + '503': *163 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72322,8 +72408,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#delete-a-codeql-database parameters: - - *419 - *420 + - *421 - name: language in: path description: The language of the CodeQL database. @@ -72333,9 +72419,9 @@ paths: responses: '204': description: Response - '403': *511 + '403': *512 '404': *6 - '503': *162 + '503': *163 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72361,8 +72447,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: - - *419 - *420 + - *421 requestBody: required: true content: @@ -72371,7 +72457,7 @@ paths: type: object additionalProperties: false properties: - language: &519 + language: &520 type: string description: The language targeted by the CodeQL query enum: @@ -72450,7 +72536,7 @@ paths: description: Variant analysis submitted for processing content: application/json: - schema: &523 + schema: &524 title: Variant Analysis description: A run of a CodeQL query against one or more repositories. type: object @@ -72458,9 +72544,9 @@ paths: id: type: integer description: The ID of the variant analysis. - controller_repo: *107 + controller_repo: *108 actor: *4 - query_language: *519 + query_language: *520 query_pack_url: type: string description: The download url for the query pack. @@ -72508,7 +72594,7 @@ paths: items: type: object properties: - repository: &520 + repository: &521 title: Repository Identifier description: Repository Identifier type: object @@ -72550,7 +72636,7 @@ paths: - private - stargazers_count - updated_at - analysis_status: &524 + analysis_status: &525 type: string description: The new status of the CodeQL variant analysis repository task. @@ -72582,7 +72668,7 @@ paths: from processing. This information is only available to the user that initiated the variant analysis. properties: - access_mismatch_repos: &521 + access_mismatch_repos: &522 type: object properties: repository_count: @@ -72597,7 +72683,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: *520 + items: *521 required: - repository_count - repositories @@ -72620,8 +72706,8 @@ paths: required: - repository_count - repository_full_names - no_codeql_db_repos: *521 - over_limit_repos: *521 + no_codeql_db_repos: *522 + over_limit_repos: *522 required: - access_mismatch_repos - not_found_repos @@ -72637,7 +72723,7 @@ paths: examples: repositories_parameter: summary: Response for a successful variant analysis submission - value: &522 + value: &523 summary: Default response value: id: 1 @@ -72789,17 +72875,17 @@ paths: private: false repository_owners: summary: Response for a successful variant analysis submission - value: *522 + value: *523 repository_lists: summary: Response for a successful variant analysis submission - value: *522 + value: *523 '404': *6 '422': description: Unable to process variant analysis submission content: application/json: schema: *3 - '503': *162 + '503': *163 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72820,8 +72906,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: - - *419 - *420 + - *421 - name: codeql_variant_analysis_id in: path description: The unique identifier of the variant analysis. @@ -72833,11 +72919,11 @@ paths: description: Response content: application/json: - schema: *523 + schema: *524 examples: - default: *522 + default: *523 '404': *6 - '503': *162 + '503': *163 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72858,7 +72944,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: - - *419 + - *420 - name: repo in: path description: The name of the controller repository. @@ -72892,8 +72978,8 @@ paths: schema: type: object properties: - repository: *107 - analysis_status: *524 + repository: *108 + analysis_status: *525 artifact_size_in_bytes: type: integer description: The size of the artifact. This is only available @@ -72997,7 +73083,7 @@ paths: source_location_prefix: "/" artifact_url: https://example.com '404': *6 - '503': *162 + '503': *163 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73018,8 +73104,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: - - *419 - *420 + - *421 responses: '200': description: Response @@ -73112,9 +73198,9 @@ paths: threat_model: remote updated_at: '2023-01-19T11:21:34Z' schedule: weekly - '403': *505 + '403': *506 '404': *6 - '503': *162 + '503': *163 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73133,8 +73219,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: - - *419 - *420 + - *421 requestBody: required: true content: @@ -73203,7 +73289,7 @@ paths: description: Response content: application/json: - schema: *243 + schema: *244 examples: default: value: @@ -73228,7 +73314,7 @@ paths: value: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 - '403': *511 + '403': *512 '404': *6 '409': description: Response if there is already a validation run in progress with @@ -73242,7 +73328,7 @@ paths: content: application/json: schema: *3 - '503': *162 + '503': *163 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73299,8 +73385,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: - - *419 - *420 + - *421 requestBody: required: true content: @@ -73308,7 +73394,7 @@ paths: schema: type: object properties: - commit_sha: *525 + commit_sha: *526 ref: type: string description: |- @@ -73368,7 +73454,7 @@ paths: schema: type: object properties: - id: *516 + id: *517 url: type: string description: The REST API URL for checking the status of the upload. @@ -73382,11 +73468,11 @@ paths: url: https://api.github.com/repos/octocat/hello-world/code-scanning/sarifs/47177e22-5596-11eb-80a1-c1e54ef945c6 '400': description: Bad Request if the sarif field is invalid - '403': *511 + '403': *512 '404': *6 '413': description: Payload Too Large if the sarif field is too large - '503': *162 + '503': *163 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -73405,8 +73491,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: - - *419 - *420 + - *421 - name: sarif_id description: The SARIF ID obtained after uploading. in: path @@ -73454,10 +73540,10 @@ paths: value: processing_status: complete analyses_url: https://api.github.com/repos/octocat/hello-world/code-scanning/analyses?sarif_id=47177e22-5596-11eb-80a1-c1e54ef945c6 - '403': *505 + '403': *506 '404': description: Not Found if the sarif id does not match any upload - '503': *162 + '503': *163 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -73479,8 +73565,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: - - *419 - *420 + - *421 responses: '200': description: Response @@ -73504,7 +73590,7 @@ paths: - failed - updating - removed_by_enterprise - configuration: *102 + configuration: *103 examples: default: value: @@ -73536,7 +73622,7 @@ paths: html_url: https://github.com/organizations/octo-org/settings/security_products/configurations/edit/1325 created_at: '2024-05-01T00:00:00Z' updated_at: '2024-05-01T00:00:00Z' - '204': *128 + '204': *129 '304': *35 '403': *27 '404': *6 @@ -73561,8 +73647,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-codeowners-errors parameters: - - *419 - *420 + - *421 - 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 @@ -73690,8 +73776,8 @@ paths: parameters: - *17 - *19 - - *419 - *420 + - *421 responses: '200': description: Response @@ -73707,7 +73793,7 @@ paths: type: integer codespaces: type: array - items: *325 + items: *326 examples: default: value: @@ -73983,7 +74069,7 @@ paths: start_url: https://api.github.com/user/codespaces/monalisa-octocat-hello-world-3f89ada1j3/start stop_url: https://api.github.com/user/codespaces/monalisa-octocat-hello-world-3f89ada1j3/stop recent_folders: [] - '500': *89 + '500': *38 '401': *23 '403': *27 '404': *6 @@ -74005,8 +74091,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#create-a-codespace-in-a-repository parameters: - - *419 - *420 + - *421 requestBody: required: true content: @@ -74070,22 +74156,22 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *325 + schema: *326 examples: - default: *526 + default: *527 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *325 + schema: *326 examples: - default: *526 + default: *527 '400': *14 '401': *23 '403': *27 '404': *6 - '503': *162 + '503': *163 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -74109,8 +74195,8 @@ paths: parameters: - *17 - *19 - - *419 - *420 + - *421 responses: '200': description: Response @@ -74150,7 +74236,7 @@ paths: - path: ".devcontainer.json" display_name: Default project configuration total_count: 3 - '500': *89 + '500': *38 '400': *14 '401': *23 '403': *27 @@ -74174,8 +74260,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: - - *419 - *420 + - *421 - name: location description: The location to check for available machines. Assigned by IP if not provided. @@ -74212,9 +74298,9 @@ paths: type: integer machines: type: array - items: *527 + items: *528 examples: - default: &760 + default: &761 value: total_count: 2 machines: @@ -74231,7 +74317,7 @@ paths: memory_in_bytes: 34359738368 cpus: 8 '304': *35 - '500': *89 + '500': *38 '401': *23 '403': *27 '404': *6 @@ -74254,8 +74340,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-default-attributes-for-a-codespace parameters: - - *419 - *420 + - *421 - name: ref description: The branch or commit to check for a default devcontainer path. If not specified, the default branch will be checked. @@ -74342,8 +74428,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: - - *419 - *420 + - *421 - 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 @@ -74391,7 +74477,7 @@ paths: '403': *27 '404': *6 '422': *15 - '503': *162 + '503': *163 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74412,8 +74498,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#list-repository-secrets parameters: - - *419 - *420 + - *421 - *17 - *19 responses: @@ -74431,7 +74517,7 @@ paths: type: integer secrets: type: array - items: &531 + items: &532 title: Codespaces Secret description: Set repository secrets for GitHub Codespaces. type: object @@ -74452,9 +74538,9 @@ paths: - created_at - updated_at examples: - default: *528 + default: *529 headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74475,16 +74561,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#get-a-repository-public-key parameters: - - *419 - *420 + - *421 responses: '200': description: Response content: application/json: - schema: *529 + schema: *530 examples: - default: *530 + default: *531 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -74504,17 +74590,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#get-a-repository-secret parameters: - - *419 - *420 - - *242 + - *421 + - *243 responses: '200': description: Response content: application/json: - schema: *531 + schema: *532 examples: - default: *532 + default: *533 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74534,9 +74620,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#create-or-update-a-repository-secret parameters: - - *419 - *420 - - *242 + - *421 + - *243 requestBody: required: true content: @@ -74564,7 +74650,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *243 + schema: *244 examples: default: value: @@ -74588,9 +74674,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#delete-a-repository-secret parameters: - - *419 - *420 - - *242 + - *421 + - *243 responses: '204': description: Response @@ -74618,8 +74704,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#list-repository-collaborators parameters: - - *419 - *420 + - *421 - name: affiliation description: Filter collaborators returned by their affiliation. `outside` means all outside collaborators of an organization-owned repository. `direct` @@ -74657,7 +74743,7 @@ paths: application/json: schema: type: array - items: &533 + items: &534 title: Collaborator description: Collaborator type: object @@ -74825,7 +74911,7 @@ paths: admin: false role_name: write headers: - Link: *38 + Link: *41 '404': *6 x-github: githubCloudOnly: false @@ -74850,9 +74936,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#check-if-a-user-is-a-repository-collaborator parameters: - - *419 - *420 - - *254 + - *421 + - *255 responses: '204': description: Response if user is a collaborator @@ -74898,9 +74984,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#add-a-repository-collaborator parameters: - - *419 - *420 - - *254 + - *421 + - *255 requestBody: required: false content: @@ -74926,7 +75012,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &605 + schema: &606 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -74938,7 +75024,7 @@ paths: format: int64 examples: - 42 - repository: *232 + repository: *233 invitee: anyOf: - type: 'null' @@ -75114,7 +75200,7 @@ paths: - an Enterprise Managed User (EMU) account was invited to a repository in an enterprise with personal user accounts content: application/json: - schema: *209 + schema: *210 '403': *27 x-github: triggersNotification: true @@ -75154,9 +75240,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#remove-a-repository-collaborator parameters: - - *419 - *420 - - *254 + - *421 + - *255 responses: '204': description: No Content when collaborator was removed from the repository. @@ -75187,9 +75273,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#get-repository-permissions-for-a-user parameters: - - *419 - *420 - - *254 + - *421 + - *255 responses: '200': description: if user has admin permissions @@ -75209,7 +75295,7 @@ paths: user: anyOf: - type: 'null' - - *533 + - *534 required: - permission - role_name @@ -75263,8 +75349,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#list-commit-comments-for-a-repository parameters: - - *419 - *420 + - *421 - *17 - *19 responses: @@ -75274,7 +75360,7 @@ paths: application/json: schema: type: array - items: &534 + items: &535 title: Commit Comment description: Commit Comment type: object @@ -75315,8 +75401,8 @@ paths: updated_at: type: string format: date-time - author_association: *172 - reactions: *173 + author_association: *173 + reactions: *174 required: - url - html_url @@ -75332,7 +75418,7 @@ paths: - created_at - updated_at examples: - default: &537 + default: &538 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -75366,7 +75452,7 @@ paths: updated_at: '2011-04-14T16:00:49Z' author_association: COLLABORATOR headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75391,17 +75477,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#get-a-commit-comment parameters: - - *419 - *420 - - *184 + - *421 + - *185 responses: '200': description: Response content: application/json: - schema: *534 + schema: *535 examples: - default: &538 + default: &539 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -75458,9 +75544,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#update-a-commit-comment parameters: - - *419 - *420 - - *184 + - *421 + - *185 requestBody: required: true content: @@ -75482,7 +75568,7 @@ paths: description: Response content: application/json: - schema: *534 + schema: *535 examples: default: value: @@ -75533,9 +75619,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#delete-a-commit-comment parameters: - - *419 - *420 - - *184 + - *421 + - *185 responses: '204': description: Response @@ -75556,9 +75642,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-commit-comment parameters: - - *419 - *420 - - *184 + - *421 + - *185 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a commit comment. @@ -75584,11 +75670,11 @@ paths: application/json: schema: type: array - items: *408 + items: *409 examples: - default: *410 + default: *411 headers: - Link: *38 + Link: *41 '404': *6 x-github: githubCloudOnly: false @@ -75607,9 +75693,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-commit-comment parameters: - - *419 - *420 - - *184 + - *421 + - *185 requestBody: required: true content: @@ -75641,16 +75727,16 @@ paths: description: Reaction exists content: application/json: - schema: *408 + schema: *409 examples: - default: *409 + default: *410 '201': description: Reaction created content: application/json: - schema: *408 + schema: *409 examples: - default: *409 + default: *410 '422': *15 x-github: githubCloudOnly: false @@ -75672,10 +75758,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-commit-comment-reaction parameters: - - *419 - *420 - - *184 - - *411 + - *421 + - *185 + - *412 responses: '204': description: Response @@ -75724,8 +75810,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-commits parameters: - - *419 - *420 + - *421 - name: sha description: 'SHA or branch to start listing commits from. Default: the repository’s default branch (usually `main`).' @@ -75781,9 +75867,9 @@ paths: application/json: schema: type: array - items: *535 + items: *536 examples: - default: &652 + default: &653 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -75853,11 +75939,11 @@ paths: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e headers: - Link: *38 - '500': *89 + Link: *41 + '500': *38 '400': *14 '404': *6 - '409': *106 + '409': *107 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75877,9 +75963,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-branches-for-head-commit parameters: - - *419 - *420 - - &536 + - *421 + - &537 name: commit_sha description: The SHA of the commit. in: path @@ -75926,7 +76012,7 @@ paths: url: https://api.github.com/repos/octocat/Hello-World/commits/c5b97d5ae6c19d5c5df71a34c7fbeeda2479ccbc protected: false '422': *15 - '409': *106 + '409': *107 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75951,9 +76037,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#list-commit-comments parameters: - - *419 - *420 - - *536 + - *421 + - *537 - *17 - *19 responses: @@ -75963,11 +76049,11 @@ paths: application/json: schema: type: array - items: *534 + items: *535 examples: - default: *537 + default: *538 headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75993,9 +76079,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#create-a-commit-comment parameters: - - *419 - *420 - - *536 + - *421 + - *537 requestBody: required: true content: @@ -76030,9 +76116,9 @@ paths: description: Response content: application/json: - schema: *534 + schema: *535 examples: - default: *538 + default: *539 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -76060,9 +76146,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: - - *419 - *420 - - *536 + - *421 + - *537 - *17 - *19 responses: @@ -76072,9 +76158,9 @@ paths: application/json: schema: type: array - items: *539 + items: *540 examples: - default: &644 + default: &645 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -76553,8 +76639,8 @@ paths: auto_merge: draft: false headers: - Link: *38 - '409': *106 + Link: *41 + '409': *107 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76611,11 +76697,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#get-a-commit parameters: - - *419 - *420 + - *421 - *19 - *17 - - &540 + - &541 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)" @@ -76630,9 +76716,9 @@ paths: description: Response content: application/json: - schema: *535 + schema: *536 examples: - default: &632 + default: &633 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -76718,9 +76804,9 @@ paths: ..... '422': *15 '404': *6 - '500': *89 - '503': *162 - '409': *106 + '500': *38 + '503': *163 + '409': *107 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76745,11 +76831,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: - - *419 - *420 - - *540 + - *421 - *541 - *542 + - *543 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -76783,11 +76869,11 @@ paths: type: integer check_runs: type: array - items: *490 + items: *491 examples: - default: *543 + default: *544 headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76810,9 +76896,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: - - *419 - *420 - - *540 + - *421 + - *541 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -76820,7 +76906,7 @@ paths: schema: type: integer example: 1 - - *541 + - *542 - *17 - *19 responses: @@ -76838,7 +76924,7 @@ paths: type: integer check_suites: type: array - items: *494 + items: *495 examples: default: value: @@ -77013,7 +77099,7 @@ paths: latest_check_runs_count: 1 check_runs_url: https://api.github.com/repos/octocat/Hello-World/check-suites/5/check-runs headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77038,9 +77124,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: - - *419 - *420 - - *540 + - *421 + - *541 - *17 - *19 responses: @@ -77111,7 +77197,7 @@ paths: type: string total_count: type: integer - repository: *232 + repository: *233 commit_url: type: string format: uri @@ -77242,9 +77328,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#list-commit-statuses-for-a-reference parameters: - - *419 - *420 - - *540 + - *421 + - *541 - *17 - *19 responses: @@ -77254,7 +77340,7 @@ paths: application/json: schema: type: array - items: &705 + items: &706 title: Status description: The status of a commit. type: object @@ -77334,8 +77420,8 @@ paths: type: User site_admin: false headers: - Link: *38 - '301': *433 + Link: *41 + '301': *434 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77363,8 +77449,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/community#get-community-profile-metrics parameters: - - *419 - *420 + - *421 responses: '200': description: Response @@ -77397,11 +77483,11 @@ paths: code_of_conduct: anyOf: - type: 'null' - - *544 + - *545 code_of_conduct_file: anyOf: - type: 'null' - - &545 + - &546 title: Community Health File type: object properties: @@ -77417,23 +77503,23 @@ paths: license: anyOf: - type: 'null' - - *186 + - *187 contributing: anyOf: - type: 'null' - - *545 + - *546 readme: anyOf: - type: 'null' - - *545 + - *546 issue_template: anyOf: - type: 'null' - - *545 + - *546 pull_request_template: anyOf: - type: 'null' - - *545 + - *546 required: - code_of_conduct - code_of_conduct_file @@ -77562,8 +77648,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#compare-two-commits parameters: - - *419 - *420 + - *421 - *19 - *17 - name: basehead @@ -77611,8 +77697,8 @@ paths: format: uri examples: - https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *535 - merge_base_commit: *535 + base_commit: *536 + merge_base_commit: *536 status: type: string enum: @@ -77636,10 +77722,10 @@ paths: - 6 commits: type: array - items: *535 + items: *536 files: type: array - items: *546 + items: *547 required: - url - html_url @@ -77882,8 +77968,8 @@ paths: patch: "@@ -132,7 +132,7 @@ module Test @@ -1000,7 +1000,7 @@ module Test" '404': *6 - '500': *89 - '503': *162 + '500': *38 + '503': *163 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77925,8 +78011,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-repository-content parameters: - - *419 - *420 + - *421 - name: path description: path parameter in: path @@ -78079,7 +78165,7 @@ paths: - type - url examples: - response-if-content-is-a-file: &547 + response-if-content-is-a-file: &548 summary: Response if content is a file value: type: file @@ -78216,7 +78302,7 @@ paths: - size - type - url - - &657 + - &658 title: Content File description: Content File type: object @@ -78434,7 +78520,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *547 + response-if-content-is-a-file: *548 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -78503,7 +78589,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *27 - '302': *548 + '302': *549 '304': *35 x-github: githubCloudOnly: false @@ -78526,8 +78612,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#create-or-update-file-contents parameters: - - *419 - *420 + - *421 - name: path description: path parameter in: path @@ -78622,7 +78708,7 @@ paths: description: Response content: application/json: - schema: &549 + schema: &550 title: File Commit description: File Commit type: object @@ -78778,7 +78864,7 @@ paths: description: Response content: application/json: - schema: *549 + schema: *550 examples: example-for-creating-a-file: value: @@ -78832,7 +78918,7 @@ paths: schema: oneOf: - *3 - - &587 + - &588 description: Repository rule violation was detected type: object properties: @@ -78853,7 +78939,7 @@ paths: items: type: object properties: - placeholder_id: &697 + placeholder_id: &698 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -78885,8 +78971,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#delete-a-file parameters: - - *419 - *420 + - *421 - name: path description: path parameter in: path @@ -78947,7 +79033,7 @@ paths: description: Response content: application/json: - schema: *549 + schema: *550 examples: default: value: @@ -78981,8 +79067,8 @@ paths: verified_at: '422': *15 '404': *6 - '409': *106 - '503': *162 + '409': *107 + '503': *163 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79002,8 +79088,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-contributors parameters: - - *419 - *420 + - *421 - name: anon description: Set to `1` or `true` to include anonymous contributors in results. in: query @@ -79104,7 +79190,7 @@ paths: site_admin: false contributions: 32 headers: - Link: *38 + Link: *41 '204': description: Response if repository is empty '403': *27 @@ -79127,23 +79213,23 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#list-dependabot-alerts-for-a-repository parameters: - - *419 - *420 - - *281 + - *421 - *282 - *283 - *284 + - *285 - name: manifest in: query description: A comma-separated list of full manifest paths. If specified, only alerts for these manifests will be returned. schema: type: string - - *285 - *286 - *287 - *288 - - *98 + - *289 + - *99 - name: page description: "**Closing down notice**. Page number of the results to fetch. Use cursor-based pagination with `before` or `after` instead." @@ -79160,10 +79246,10 @@ paths: schema: type: integer default: 30 - - *96 - *97 - - *289 + - *98 - *290 + - *291 responses: '200': description: Response @@ -79171,11 +79257,11 @@ paths: application/json: schema: type: array - items: &552 + items: &553 type: object description: A Dependabot alert. properties: - number: *108 + number: *109 state: type: string description: The state of the Dependabot alert. @@ -79190,7 +79276,7 @@ paths: description: Details for the vulnerable dependency. readOnly: true properties: - package: *109 + package: *110 manifest_path: type: string description: The full path to the dependency manifest file, @@ -79221,13 +79307,13 @@ paths: - direct - transitive - - security_advisory: *550 - security_vulnerability: *112 - url: *113 - html_url: *114 - created_at: *115 - updated_at: *116 - dismissed_at: *117 + security_advisory: *551 + security_vulnerability: *113 + url: *114 + html_url: *115 + created_at: *116 + updated_at: *117 + dismissed_at: *118 dismissed_by: anyOf: - type: 'null' @@ -79251,8 +79337,8 @@ paths: description: An optional comment associated with the alert's dismissal. maxLength: 280 - fixed_at: *118 - auto_dismissed_at: *551 + fixed_at: *119 + auto_dismissed_at: *552 required: - number - state @@ -79482,9 +79568,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#get-a-dependabot-alert parameters: - - *419 - *420 - - &553 + - *421 + - &554 name: alert_number in: path description: |- @@ -79493,13 +79579,13 @@ paths: or in `number` fields in the response from the `GET /repos/{owner}/{repo}/dependabot/alerts` operation. required: true - schema: *108 + schema: *109 responses: '200': description: Response content: application/json: - schema: *552 + schema: *553 examples: default: value: @@ -79612,9 +79698,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#update-a-dependabot-alert parameters: - - *419 - *420 - - *553 + - *421 + - *554 requestBody: required: true content: @@ -79659,7 +79745,7 @@ paths: description: Response content: application/json: - schema: *552 + schema: *553 examples: default: value: @@ -79765,7 +79851,7 @@ paths: '400': *14 '403': *27 '404': *6 - '409': *106 + '409': *107 '422': *7 x-github: githubCloudOnly: false @@ -79788,8 +79874,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#list-repository-secrets parameters: - - *419 - *420 + - *421 - *17 - *19 responses: @@ -79807,7 +79893,7 @@ paths: type: integer secrets: type: array - items: &556 + items: &557 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -79839,7 +79925,7 @@ paths: created_at: '2020-01-10T10:59:22Z' updated_at: '2020-01-11T11:59:22Z' headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79861,16 +79947,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-a-repository-public-key parameters: - - *419 - *420 + - *421 responses: '200': description: Response content: application/json: - schema: *554 + schema: *555 examples: - default: *555 + default: *556 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79890,15 +79976,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-a-repository-secret parameters: - - *419 - *420 - - *242 + - *421 + - *243 responses: '200': description: Response content: application/json: - schema: *556 + schema: *557 examples: default: value: @@ -79924,9 +80010,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#create-or-update-a-repository-secret parameters: - - *419 - *420 - - *242 + - *421 + - *243 requestBody: required: true content: @@ -79954,7 +80040,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *243 + schema: *244 examples: default: value: @@ -79978,9 +80064,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#delete-a-repository-secret parameters: - - *419 - *420 - - *242 + - *421 + - *243 responses: '204': description: Response @@ -80002,8 +80088,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: - - *419 - *420 + - *421 - 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 @@ -80153,7 +80239,7 @@ paths: advisory_summary: Ruby OpenID advisory_url: https://github.com/advisories/GHSA-fqfj-cmh6-hj49 headers: - Link: *38 + Link: *41 '404': *6 '403': description: Response for a private repository when GitHub Advanced Security @@ -80177,8 +80263,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: - - *419 - *420 + - *421 responses: '200': description: Response @@ -80415,7 +80501,7 @@ paths: spdxElementId: SPDXRef-DOCUMENT relatedSpdxElement: SPDXRef-Repository headers: - Link: *38 + Link: *41 '404': *6 '403': *27 x-github: @@ -80438,8 +80524,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: - - *419 - *420 + - *421 requestBody: required: true content: @@ -80522,7 +80608,7 @@ paths: - version - url additionalProperties: false - metadata: &557 + metadata: &558 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -80561,7 +80647,7 @@ paths: examples: - "/src/build/package-lock.json" additionalProperties: false - metadata: *557 + metadata: *558 resolved: type: object description: A collection of resolved package dependencies. @@ -80575,7 +80661,7 @@ paths: pattern: "^pkg" examples: - pkg:/npm/%40actions/http-client@1.0.11 - metadata: *557 + metadata: *558 relationship: type: string description: A notation of whether a dependency is requested @@ -80708,8 +80794,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#list-deployments parameters: - - *419 - *420 + - *421 - name: sha description: The SHA recorded at creation time. in: query @@ -80750,11 +80836,11 @@ paths: application/json: schema: type: array - items: *558 + items: *559 examples: - default: *559 + default: *560 headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80818,8 +80904,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#create-a-deployment parameters: - - *419 - *420 + - *421 requestBody: required: true content: @@ -80901,7 +80987,7 @@ paths: description: Response content: application/json: - schema: *558 + schema: *559 examples: simple-example: summary: Simple example @@ -80974,9 +81060,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#get-a-deployment parameters: - - *419 - *420 - - &560 + - *421 + - &561 name: deployment_id description: deployment_id parameter in: path @@ -80988,7 +81074,7 @@ paths: description: Response content: application/json: - schema: *558 + schema: *559 examples: default: value: @@ -81053,9 +81139,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#delete-a-deployment parameters: - - *419 - *420 - - *560 + - *421 + - *561 responses: '204': description: Response @@ -81077,9 +81163,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#list-deployment-statuses parameters: - - *419 - *420 - - *560 + - *421 + - *561 - *17 - *19 responses: @@ -81089,7 +81175,7 @@ paths: application/json: schema: type: array - items: &561 + items: &562 title: Deployment Status description: The status of a deployment. type: object @@ -81233,7 +81319,7 @@ paths: environment_url: https://test-branch.lab.acme.com log_url: https://example.com/deployment/42/output headers: - Link: *38 + Link: *41 '404': *6 x-github: githubCloudOnly: false @@ -81253,9 +81339,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#create-a-deployment-status parameters: - - *419 - *420 - - *560 + - *421 + - *561 requestBody: required: true content: @@ -81330,9 +81416,9 @@ paths: description: Response content: application/json: - schema: *561 + schema: *562 examples: - default: &562 + default: &563 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -81388,9 +81474,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#get-a-deployment-status parameters: - - *419 - *420 - - *560 + - *421 + - *561 - name: status_id in: path required: true @@ -81401,9 +81487,9 @@ paths: description: Response content: application/json: - schema: *561 + schema: *562 examples: - default: *562 + default: *563 '404': *6 x-github: githubCloudOnly: false @@ -81430,12 +81516,12 @@ paths: category: code-scanning subcategory: alert-dismissal-requests parameters: - - *419 - *420 - - *563 + - *421 - *564 - *565 - *566 + - *567 - *17 - *19 responses: @@ -81445,12 +81531,12 @@ paths: application/json: schema: type: array - items: *567 + items: *568 examples: - default: *568 + default: *569 '404': *6 '403': *27 - '500': *89 + '500': *38 "/repos/{owner}/{repo}/dismissal-requests/code-scanning/{alert_number}": get: summary: Get a dismissal request for a code scanning alert for a repository @@ -81471,8 +81557,8 @@ paths: category: code-scanning subcategory: alert-dismissal-requests parameters: - - *419 - *420 + - *421 - name: alert_number in: path required: true @@ -81484,7 +81570,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *567 + schema: *568 examples: default: value: @@ -81520,7 +81606,7 @@ paths: html_url: https://github.com/octo-org/smile/code-scanning/alerts/1 '404': *6 '403': *27 - '500': *89 + '500': *38 patch: summary: Review a dismissal request for a code scanning alert for a repository description: |- @@ -81540,8 +81626,8 @@ paths: category: code-scanning subcategory: alert-dismissal-requests parameters: - - *419 - *420 + - *421 - name: alert_number in: path required: true @@ -81579,7 +81665,7 @@ paths: '404': *6 '403': *27 '422': *15 - '500': *89 + '500': *38 "/repos/{owner}/{repo}/dismissal-requests/secret-scanning": get: summary: List alert dismissal requests for secret scanning for a repository @@ -81600,12 +81686,12 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *419 - *420 - - *91 + - *421 - *92 - *93 - - *569 + - *94 + - *570 - *17 - *19 responses: @@ -81615,12 +81701,12 @@ paths: application/json: schema: type: array - items: *570 + items: *571 examples: - default: *571 + default: *572 '404': *6 '403': *27 - '500': *89 + '500': *38 "/repos/{owner}/{repo}/dismissal-requests/secret-scanning/{alert_number}": get: summary: Get an alert dismissal request for secret scanning @@ -81642,8 +81728,8 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *419 - *420 + - *421 - name: alert_number in: path required: true @@ -81655,7 +81741,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *570 + schema: *571 examples: default: value: @@ -81692,7 +81778,7 @@ paths: html_url: https://github.com/octo-org/smile/security/secret-scanning/17 '404': *6 '403': *27 - '500': *89 + '500': *38 patch: summary: Review an alert dismissal request for secret scanning description: |- @@ -81713,8 +81799,8 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *419 - *420 + - *421 - name: alert_number in: path required: true @@ -81764,7 +81850,7 @@ paths: '404': *6 '403': *27 '422': *15 - '500': *89 + '500': *38 "/repos/{owner}/{repo}/dispatches": post: summary: Create a repository dispatch event @@ -81783,8 +81869,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#create-a-repository-dispatch-event parameters: - - *419 - *420 + - *421 requestBody: required: true content: @@ -81841,8 +81927,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#list-environments parameters: - - *419 - *420 + - *421 - *17 - *19 responses: @@ -81860,7 +81946,7 @@ paths: - 5 environments: type: array - items: &573 + items: &574 title: Environment description: Details of a deployment environment type: object @@ -81922,7 +82008,7 @@ paths: type: string examples: - wait_timer - wait_timer: &575 + wait_timer: &576 type: integer description: The amount of time to delay a job after the job is initially triggered. The time (in minutes) @@ -81964,11 +82050,11 @@ paths: items: type: object properties: - type: *572 + type: *573 reviewer: anyOf: - *4 - - *260 + - *261 required: - id - node_id @@ -81991,7 +82077,7 @@ paths: - id - node_id - type - deployment_branch_policy: &576 + deployment_branch_policy: &577 type: - object - 'null' @@ -82108,9 +82194,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#get-an-environment parameters: - - *419 - *420 - - &574 + - *421 + - &575 name: environment_name in: path required: true @@ -82123,9 +82209,9 @@ paths: description: Response content: application/json: - schema: *573 + schema: *574 examples: - default: &577 + default: &578 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -82209,9 +82295,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#create-or-update-an-environment parameters: - - *419 - *420 - - *574 + - *421 + - *575 requestBody: required: false content: @@ -82221,7 +82307,7 @@ paths: - object - 'null' properties: - wait_timer: *575 + wait_timer: *576 prevent_self_review: type: boolean description: Whether or not a user who created the job is prevented @@ -82240,14 +82326,14 @@ paths: items: type: object properties: - type: *572 + type: *573 id: type: integer description: The id of the user or team who can review the deployment examples: - 4532992 - deployment_branch_policy: *576 + deployment_branch_policy: *577 additionalProperties: false examples: default: @@ -82267,9 +82353,9 @@ paths: description: Response content: application/json: - schema: *573 + schema: *574 examples: - default: *577 + default: *578 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -82293,9 +82379,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#delete-an-environment parameters: - - *419 - *420 - - *574 + - *421 + - *575 responses: '204': description: Default response @@ -82320,9 +82406,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#list-deployment-branch-policies parameters: - - *419 - *420 - - *574 + - *421 + - *575 - *17 - *19 responses: @@ -82341,7 +82427,7 @@ paths: - 2 branch_policies: type: array - items: &578 + items: &579 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -82402,9 +82488,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#create-a-deployment-branch-policy parameters: - - *419 - *420 - - *574 + - *421 + - *575 requestBody: required: true content: @@ -82452,9 +82538,9 @@ paths: description: Response content: application/json: - schema: *578 + schema: *579 examples: - example-wildcard: &579 + example-wildcard: &580 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -82496,10 +82582,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#get-a-deployment-branch-policy parameters: - - *419 - *420 - - *574 - - &580 + - *421 + - *575 + - &581 name: branch_policy_id in: path required: true @@ -82511,9 +82597,9 @@ paths: description: Response content: application/json: - schema: *578 + schema: *579 examples: - default: *579 + default: *580 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82532,10 +82618,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#update-a-deployment-branch-policy parameters: - - *419 - *420 - - *574 - - *580 + - *421 + - *575 + - *581 requestBody: required: true content: @@ -82564,9 +82650,9 @@ paths: description: Response content: application/json: - schema: *578 + schema: *579 examples: - default: *579 + default: *580 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82585,10 +82671,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#delete-a-deployment-branch-policy parameters: - - *419 - *420 - - *574 - - *580 + - *421 + - *575 + - *581 responses: '204': description: Response @@ -82613,9 +82699,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: - - *574 + - *575 + - *421 - *420 - - *419 responses: '200': description: List of deployment protection rules @@ -82632,7 +82718,7 @@ paths: - 10 custom_deployment_protection_rules: type: array - items: &581 + items: &582 title: Deployment protection rule description: Deployment protection rule type: object @@ -82654,7 +82740,7 @@ paths: for the environment. examples: - true - app: &582 + app: &583 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -82757,9 +82843,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: - - *574 + - *575 + - *421 - *420 - - *419 requestBody: content: application/json: @@ -82780,9 +82866,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *581 + schema: *582 examples: - default: &583 + default: &584 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -82817,9 +82903,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: - - *574 + - *575 + - *421 - *420 - - *419 - *19 - *17 responses: @@ -82839,7 +82925,7 @@ paths: - 35 available_custom_deployment_protection_rule_integrations: type: array - items: *582 + items: *583 examples: default: value: @@ -82874,10 +82960,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: - - *419 - *420 - - *574 - - &584 + - *421 + - *575 + - &585 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -82889,9 +82975,9 @@ paths: description: Response content: application/json: - schema: *581 + schema: *582 examples: - default: *583 + default: *584 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82912,10 +82998,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: - - *574 + - *575 + - *421 - *420 - - *419 - - *584 + - *585 responses: '204': description: Response @@ -82941,9 +83027,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-environment-secrets parameters: - - *419 - *420 - - *574 + - *421 + - *575 - *17 - *19 responses: @@ -82961,11 +83047,11 @@ paths: type: integer secrets: type: array - items: *456 + items: *457 examples: - default: *457 + default: *458 headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82988,17 +83074,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-environment-public-key parameters: - - *419 - *420 - - *574 + - *421 + - *575 responses: '200': description: Response content: application/json: - schema: *458 + schema: *459 examples: - default: *459 + default: *460 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83020,18 +83106,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-environment-secret parameters: - - *419 - *420 - - *574 - - *242 + - *421 + - *575 + - *243 responses: '200': description: Response content: application/json: - schema: *456 + schema: *457 examples: - default: *585 + default: *586 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83053,10 +83139,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-an-environment-secret parameters: - - *419 - *420 - - *574 - - *242 + - *421 + - *575 + - *243 requestBody: required: true content: @@ -83087,7 +83173,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *243 + schema: *244 examples: default: value: @@ -83113,10 +83199,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-an-environment-secret parameters: - - *419 - *420 - - *574 - - *242 + - *421 + - *575 + - *243 responses: '204': description: Default response @@ -83141,10 +83227,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-environment-variables parameters: - - *419 - *420 - - *574 - - *443 + - *421 + - *575 + - *444 - *19 responses: '200': @@ -83161,11 +83247,11 @@ paths: type: integer variables: type: array - items: *460 + items: *461 examples: - default: *461 + default: *462 headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83186,9 +83272,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#create-an-environment-variable parameters: - - *419 - *420 - - *574 + - *421 + - *575 requestBody: required: true content: @@ -83215,7 +83301,7 @@ paths: description: Response content: application/json: - schema: *243 + schema: *244 examples: default: value: @@ -83240,18 +83326,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-an-environment-variable parameters: - - *419 - *420 - - *574 - - *245 + - *421 + - *575 + - *246 responses: '200': description: Response content: application/json: - schema: *460 + schema: *461 examples: - default: *586 + default: *587 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83272,10 +83358,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-an-environment-variable parameters: - - *419 - *420 - - *245 - - *574 + - *421 + - *246 + - *575 requestBody: required: true content: @@ -83317,10 +83403,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-an-environment-variable parameters: - - *419 - *420 - - *245 - - *574 + - *421 + - *246 + - *575 responses: '204': description: Response @@ -83342,8 +83428,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-repository-events parameters: - - *419 - *420 + - *421 - *17 - *19 responses: @@ -83353,7 +83439,7 @@ paths: application/json: schema: type: array - items: *196 + items: *197 examples: 200-response: value: @@ -83420,8 +83506,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/forks#list-forks parameters: - - *419 - *420 + - *421 - name: sort description: The sort order. `stargazers` will sort by star count. in: query @@ -83443,7 +83529,7 @@ paths: application/json: schema: type: array - items: *232 + items: *233 examples: default: value: @@ -83556,7 +83642,7 @@ paths: url: https://api.github.com/licenses/mit node_id: MDc6TGljZW5zZW1pdA== headers: - Link: *38 + Link: *41 '400': *14 x-github: githubCloudOnly: false @@ -83580,8 +83666,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/forks#create-a-fork parameters: - - *419 - *420 + - *421 requestBody: required: false content: @@ -83614,9 +83700,9 @@ paths: description: Response content: application/json: - schema: *432 + schema: *433 examples: - default: *434 + default: *435 '400': *14 '422': *15 '403': *27 @@ -83637,8 +83723,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/blobs#create-a-blob parameters: - - *419 - *420 + - *421 requestBody: required: true content: @@ -83689,7 +83775,7 @@ paths: schema: type: string '404': *6 - '409': *106 + '409': *107 '403': *27 '422': description: Validation failed @@ -83697,8 +83783,8 @@ paths: application/json: schema: oneOf: - - *209 - - *587 + - *210 + - *588 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83723,8 +83809,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/blobs#get-a-blob parameters: - - *419 - *420 + - *421 - name: file_sha in: path required: true @@ -83776,7 +83862,7 @@ paths: '404': *6 '422': *15 '403': *27 - '409': *106 + '409': *107 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83824,8 +83910,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/commits#create-a-commit parameters: - - *419 - *420 + - *421 requestBody: required: true content: @@ -83934,7 +84020,7 @@ paths: description: Response content: application/json: - schema: &588 + schema: &589 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -84111,7 +84197,7 @@ paths: type: string '422': *15 '404': *6 - '409': *106 + '409': *107 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84161,15 +84247,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/commits#get-a-commit-object parameters: - - *419 - *420 - - *536 + - *421 + - *537 responses: '200': description: Response content: application/json: - schema: *588 + schema: *589 examples: default: value: @@ -84200,7 +84286,7 @@ paths: payload: verified_at: '404': *6 - '409': *106 + '409': *107 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84225,9 +84311,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#list-matching-references parameters: - - *419 - *420 - - &589 + - *421 + - &590 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. @@ -84244,7 +84330,7 @@ paths: application/json: schema: type: array - items: &590 + items: &591 title: Git Reference description: Git references within a repository type: object @@ -84298,8 +84384,8 @@ paths: sha: 612077ae6dffb4d2fbd8ce0cccaa58893b07b5ac url: https://api.github.com/repos/octocat/Hello-World/git/commits/612077ae6dffb4d2fbd8ce0cccaa58893b07b5ac headers: - Link: *38 - '409': *106 + Link: *41 + '409': *107 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84320,17 +84406,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#get-a-reference parameters: - - *419 - *420 - - *589 + - *421 + - *590 responses: '200': description: Response content: application/json: - schema: *590 + schema: *591 examples: - default: &591 + default: &592 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -84340,7 +84426,7 @@ paths: sha: aa218f56b14c9653891f9e74264a383fa43fefbd url: https://api.github.com/repos/octocat/Hello-World/git/commits/aa218f56b14c9653891f9e74264a383fa43fefbd '404': *6 - '409': *106 + '409': *107 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84359,8 +84445,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#create-a-reference parameters: - - *419 - *420 + - *421 requestBody: required: true content: @@ -84389,16 +84475,16 @@ paths: description: Response content: application/json: - schema: *590 + schema: *591 examples: - default: *591 + default: *592 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA schema: type: string '422': *15 - '409': *106 + '409': *107 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84417,9 +84503,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#update-a-reference parameters: - - *419 - *420 - - *589 + - *421 + - *590 requestBody: required: true content: @@ -84448,11 +84534,11 @@ paths: description: Response content: application/json: - schema: *590 + schema: *591 examples: - default: *591 + default: *592 '422': *15 - '409': *106 + '409': *107 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84468,16 +84554,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#delete-a-reference parameters: - - *419 - *420 - - *589 + - *421 + - *590 responses: '204': description: Response '422': description: Validation failed, an attempt was made to delete the default branch, or the endpoint has been spammed. - '409': *106 + '409': *107 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84525,8 +84611,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/tags#create-a-tag-object parameters: - - *419 - *420 + - *421 requestBody: required: true content: @@ -84593,7 +84679,7 @@ paths: description: Response content: application/json: - schema: &593 + schema: &594 title: Git Tag description: Metadata for a Git tag type: object @@ -84649,7 +84735,7 @@ paths: - sha - type - url - verification: *592 + verification: *593 required: - sha - url @@ -84659,7 +84745,7 @@ paths: - tag - message examples: - default: &594 + default: &595 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -84686,7 +84772,7 @@ paths: schema: type: string '422': *15 - '409': *106 + '409': *107 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84732,8 +84818,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/tags#get-a-tag parameters: - - *419 - *420 + - *421 - name: tag_sha in: path required: true @@ -84744,11 +84830,11 @@ paths: description: Response content: application/json: - schema: *593 + schema: *594 examples: - default: *594 + default: *595 '404': *6 - '409': *106 + '409': *107 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84770,8 +84856,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/trees#create-a-tree parameters: - - *419 - *420 + - *421 requestBody: required: true content: @@ -84845,7 +84931,7 @@ paths: description: Response content: application/json: - schema: &595 + schema: &596 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -84924,7 +85010,7 @@ paths: '422': *15 '404': *6 '403': *27 - '409': *106 + '409': *107 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84947,8 +85033,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/trees#get-a-tree parameters: - - *419 - *420 + - *421 - name: tree_sha description: The SHA1 value or ref (branch or tag) name of the tree. in: path @@ -84971,7 +85057,7 @@ paths: description: Response content: application/json: - schema: *595 + schema: *596 examples: default-response: summary: Default response @@ -85012,7 +85098,7 @@ paths: truncated: false '422': *15 '404': *6 - '409': *106 + '409': *107 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85030,8 +85116,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#list-repository-webhooks parameters: - - *419 - *420 + - *421 - *17 - *19 responses: @@ -85041,7 +85127,7 @@ paths: application/json: schema: type: array - items: &596 + items: &597 title: Webhook description: Webhooks for repositories. type: object @@ -85104,7 +85190,7 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &840 + last_response: &841 title: Hook Response type: object properties: @@ -85162,7 +85248,7 @@ paths: status: unused message: headers: - Link: *38 + Link: *41 '404': *6 x-github: githubCloudOnly: false @@ -85181,8 +85267,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#create-a-repository-webhook parameters: - - *419 - *420 + - *421 requestBody: required: false content: @@ -85235,9 +85321,9 @@ paths: description: Response content: application/json: - schema: *596 + schema: *597 examples: - default: &597 + default: &598 value: type: Repository id: 12345678 @@ -85285,17 +85371,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#get-a-repository-webhook parameters: - - *419 - *420 - - *296 + - *421 + - *297 responses: '200': description: Response content: application/json: - schema: *596 + schema: *597 examples: - default: *597 + default: *598 '404': *6 x-github: githubCloudOnly: false @@ -85315,9 +85401,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#update-a-repository-webhook parameters: - - *419 - *420 - - *296 + - *421 + - *297 requestBody: required: true content: @@ -85362,9 +85448,9 @@ paths: description: Response content: application/json: - schema: *596 + schema: *597 examples: - default: *597 + default: *598 '422': *15 '404': *6 x-github: @@ -85385,9 +85471,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#delete-a-repository-webhook parameters: - - *419 - *420 - - *296 + - *421 + - *297 responses: '204': description: Response @@ -85411,9 +85497,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#get-a-webhook-configuration-for-a-repository parameters: - - *419 - *420 - - *296 + - *421 + - *297 responses: '200': description: Response @@ -85440,9 +85526,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#update-a-webhook-configuration-for-a-repository parameters: - - *419 - *420 - - *296 + - *421 + - *297 requestBody: required: false content: @@ -85486,11 +85572,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#list-deliveries-for-a-repository-webhook parameters: - - *419 - *420 - - *296 - - *17 + - *421 - *297 + - *17 + - *298 responses: '200': description: Response @@ -85498,9 +85584,9 @@ paths: application/json: schema: type: array - items: *298 + items: *299 examples: - default: *299 + default: *300 '400': *14 '422': *15 x-github: @@ -85519,18 +85605,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#get-a-delivery-for-a-repository-webhook parameters: - - *419 - *420 - - *296 + - *421 + - *297 - *16 responses: '200': description: Response content: application/json: - schema: *300 + schema: *301 examples: - default: *301 + default: *302 '400': *14 '422': *15 x-github: @@ -85549,9 +85635,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#redeliver-a-delivery-for-a-repository-webhook parameters: - - *419 - *420 - - *296 + - *421 + - *297 - *16 responses: '202': *37 @@ -85574,9 +85660,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#ping-a-repository-webhook parameters: - - *419 - *420 - - *296 + - *421 + - *297 responses: '204': description: Response @@ -85601,9 +85687,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#test-the-push-repository-webhook parameters: - - *419 - *420 - - *296 + - *421 + - *297 responses: '204': description: Response @@ -85661,14 +85747,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-an-import-status parameters: - - *419 - *420 + - *421 responses: '200': description: Response content: application/json: - schema: &598 + schema: &599 title: Import description: A repository import from an external source. type: object @@ -85775,7 +85861,7 @@ paths: - html_url - authors_url examples: - default: &601 + default: &602 value: vcs: subversion use_lfs: true @@ -85791,7 +85877,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': &599 + '503': &600 description: Unavailable due to service under maintenance. content: application/json: @@ -85820,8 +85906,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#start-an-import parameters: - - *419 - *420 + - *421 requestBody: required: true content: @@ -85869,7 +85955,7 @@ paths: description: Response content: application/json: - schema: *598 + schema: *599 examples: default: value: @@ -85894,7 +85980,7 @@ paths: type: string '422': *15 '404': *6 - '503': *599 + '503': *600 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85922,8 +86008,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#update-an-import parameters: - - *419 - *420 + - *421 requestBody: required: false content: @@ -85975,7 +86061,7 @@ paths: description: Response content: application/json: - schema: *598 + schema: *599 examples: example-1: summary: Example 1 @@ -86023,7 +86109,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': *599 + '503': *600 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86046,12 +86132,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#cancel-an-import parameters: - - *419 - *420 + - *421 responses: '204': description: Response - '503': *599 + '503': *600 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86077,9 +86163,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-commit-authors parameters: - - *419 - *420 - - &782 + - *421 + - &783 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -86093,7 +86179,7 @@ paths: application/json: schema: type: array - items: &600 + items: &601 title: Porter Author description: Porter Author type: object @@ -86147,7 +86233,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': *599 + '503': *600 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86172,8 +86258,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#map-a-commit-author parameters: - - *419 - *420 + - *421 - name: author_id in: path required: true @@ -86203,7 +86289,7 @@ paths: description: Response content: application/json: - schema: *600 + schema: *601 examples: default: value: @@ -86216,7 +86302,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *599 + '503': *600 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86240,8 +86326,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-large-files parameters: - - *419 - *420 + - *421 responses: '200': description: Response @@ -86282,7 +86368,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *599 + '503': *600 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86310,8 +86396,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#update-git-lfs-preference parameters: - - *419 - *420 + - *421 requestBody: required: true content: @@ -86338,11 +86424,11 @@ paths: description: Response content: application/json: - schema: *598 + schema: *599 examples: - default: *601 + default: *602 '422': *15 - '503': *599 + '503': *600 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86365,8 +86451,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: - - *419 - *420 + - *421 responses: '200': description: Response @@ -86374,8 +86460,8 @@ paths: application/json: schema: *20 examples: - default: *602 - '301': *433 + default: *603 + '301': *434 '404': *6 x-github: githubCloudOnly: false @@ -86395,8 +86481,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#get-interaction-restrictions-for-a-repository parameters: - - *419 - *420 + - *421 responses: '200': description: Response @@ -86404,12 +86490,12 @@ paths: application/json: schema: anyOf: - - *314 + - *315 - type: object properties: {} additionalProperties: false examples: - default: &604 + default: &605 value: limit: collaborators_only origin: repository @@ -86434,13 +86520,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#set-interaction-restrictions-for-a-repository parameters: - - *419 - *420 + - *421 requestBody: required: true content: application/json: - schema: *603 + schema: *604 examples: default: summary: Example request body @@ -86452,9 +86538,9 @@ paths: description: Response content: application/json: - schema: *314 + schema: *315 examples: - default: *604 + default: *605 '409': description: Response x-github: @@ -86476,8 +86562,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#remove-interaction-restrictions-for-a-repository parameters: - - *419 - *420 + - *421 responses: '204': description: Response @@ -86500,8 +86586,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#list-repository-invitations parameters: - - *419 - *420 + - *421 - *17 - *19 responses: @@ -86511,9 +86597,9 @@ paths: application/json: schema: type: array - items: *605 + items: *606 examples: - default: &775 + default: &776 value: - id: 1 repository: @@ -86627,7 +86713,7 @@ paths: html_url: https://github.com/octocat/Hello-World/invitations node_id: MDQ6VXNlcjE= headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86644,9 +86730,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#update-a-repository-invitation parameters: - - *419 - *420 - - *318 + - *421 + - *319 requestBody: required: false content: @@ -86675,7 +86761,7 @@ paths: description: Response content: application/json: - schema: *605 + schema: *606 examples: default: value: @@ -86806,9 +86892,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#delete-a-repository-invitation parameters: - - *419 - *420 - - *318 + - *421 + - *319 responses: '204': description: Response @@ -86839,8 +86925,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#list-repository-issues parameters: - - *419 - *420 + - *421 - 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 @@ -86888,7 +86974,7 @@ paths: required: false schema: type: string - - *322 + - *323 - name: sort description: What to sort results by. in: query @@ -86900,8 +86986,8 @@ paths: - updated - comments default: created - - *98 - - *175 + - *99 + - *176 - *17 - *19 responses: @@ -86911,9 +86997,9 @@ paths: application/json: schema: type: array - items: *185 + items: *186 examples: - default: &612 + default: &613 value: - id: 1 node_id: MDU6SXNzdWUx @@ -87060,8 +87146,8 @@ paths: author_association: COLLABORATOR state_reason: completed headers: - Link: *38 - '301': *433 + Link: *41 + '301': *434 '422': *15 '404': *6 x-github: @@ -87090,8 +87176,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#create-an-issue parameters: - - *419 - *420 + - *421 requestBody: required: true content: @@ -87181,9 +87267,9 @@ paths: description: Response content: application/json: - schema: *185 + schema: *186 examples: - default: &609 + default: &610 value: id: 1 node_id: MDU6SXNzdWUx @@ -87337,9 +87423,9 @@ paths: '400': *14 '403': *27 '422': *15 - '503': *162 + '503': *163 '404': *6 - '410': *430 + '410': *431 x-github: triggersNotification: true githubCloudOnly: false @@ -87367,9 +87453,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#list-issue-comments-for-a-repository parameters: - - *419 - *420 - - *194 + - *421 + - *195 - name: direction description: Either `asc` or `desc`. Ignored without the `sort` parameter. in: query @@ -87379,7 +87465,7 @@ paths: enum: - asc - desc - - *175 + - *176 - *17 - *19 responses: @@ -87389,9 +87475,9 @@ paths: application/json: schema: type: array - items: *606 + items: *607 examples: - default: &611 + default: &612 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -87422,7 +87508,7 @@ paths: issue_url: https://api.github.com/repos/octocat/Hello-World/issues/1347 author_association: COLLABORATOR headers: - Link: *38 + Link: *41 '422': *15 '404': *6 x-github: @@ -87449,17 +87535,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#get-an-issue-comment parameters: - - *419 - *420 - - *184 + - *421 + - *185 responses: '200': description: Response content: application/json: - schema: *606 + schema: *607 examples: - default: &607 + default: &608 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -87513,9 +87599,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#update-an-issue-comment parameters: - - *419 - *420 - - *184 + - *421 + - *185 requestBody: required: true content: @@ -87537,9 +87623,9 @@ paths: description: Response content: application/json: - schema: *606 + schema: *607 examples: - default: *607 + default: *608 '422': *15 x-github: githubCloudOnly: false @@ -87557,9 +87643,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#delete-an-issue-comment parameters: - - *419 - *420 - - *184 + - *421 + - *185 responses: '204': description: Response @@ -87579,9 +87665,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-an-issue-comment parameters: - - *419 - *420 - - *184 + - *421 + - *185 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to an issue comment. @@ -87607,11 +87693,11 @@ paths: application/json: schema: type: array - items: *408 + items: *409 examples: - default: *410 + default: *411 headers: - Link: *38 + Link: *41 '404': *6 x-github: githubCloudOnly: false @@ -87630,9 +87716,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-an-issue-comment parameters: - - *419 - *420 - - *184 + - *421 + - *185 requestBody: required: true content: @@ -87664,16 +87750,16 @@ paths: description: Reaction exists content: application/json: - schema: *408 + schema: *409 examples: - default: *409 + default: *410 '201': description: Reaction created content: application/json: - schema: *408 + schema: *409 examples: - default: *409 + default: *410 '422': *15 x-github: githubCloudOnly: false @@ -87695,10 +87781,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-an-issue-comment-reaction parameters: - - *419 - *420 - - *184 - - *411 + - *421 + - *185 + - *412 responses: '204': description: Response @@ -87718,8 +87804,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#list-issue-events-for-a-repository parameters: - - *419 - *420 + - *421 - *17 - *19 responses: @@ -87729,7 +87815,7 @@ paths: application/json: schema: type: array - items: &608 + items: &609 title: Issue Event description: Issue Event type: object @@ -87776,7 +87862,7 @@ paths: issue: anyOf: - type: 'null' - - *185 + - *186 label: title: Issue Event Label description: Issue Event Label @@ -87809,7 +87895,7 @@ paths: anyOf: - type: 'null' - *4 - requested_team: *260 + requested_team: *261 dismissed_review: title: Issue Event Dismissed Review type: object @@ -87876,7 +87962,7 @@ paths: required: - from - to - author_association: *172 + author_association: *173 lock_reason: type: - string @@ -88050,7 +88136,7 @@ paths: author_association: COLLABORATOR state_reason: completed headers: - Link: *38 + Link: *41 '422': *15 x-github: githubCloudOnly: false @@ -88068,8 +88154,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#get-an-issue-event parameters: - - *419 - *420 + - *421 - name: event_id in: path required: true @@ -88080,7 +88166,7 @@ paths: description: Response content: application/json: - schema: *608 + schema: *609 examples: default: value: @@ -88273,7 +88359,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *430 + '410': *431 '403': *27 x-github: githubCloudOnly: false @@ -88307,9 +88393,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue parameters: - - *419 - *420 - - &610 + - *421 + - &611 name: issue_number description: The number that identifies the issue. in: path @@ -88321,12 +88407,12 @@ paths: description: Response content: application/json: - schema: *185 + schema: *186 examples: - default: *609 - '301': *433 + default: *610 + '301': *434 '404': *6 - '410': *430 + '410': *431 '304': *35 x-github: githubCloudOnly: false @@ -88351,9 +88437,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#update-an-issue parameters: - - *419 - *420 - - *610 + - *421 + - *611 requestBody: required: false content: @@ -88472,15 +88558,15 @@ paths: description: Response content: application/json: - schema: *185 + schema: *186 examples: - default: *609 + default: *610 '422': *15 - '503': *162 + '503': *163 '403': *27 - '301': *433 + '301': *434 '404': *6 - '410': *430 + '410': *431 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88498,9 +88584,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#add-assignees-to-an-issue parameters: - - *419 - *420 - - *610 + - *421 + - *611 requestBody: required: false content: @@ -88526,9 +88612,9 @@ paths: description: Response content: application/json: - schema: *185 + schema: *186 examples: - default: *609 + default: *610 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88544,9 +88630,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#remove-assignees-from-an-issue parameters: - - *419 - *420 - - *610 + - *421 + - *611 requestBody: content: application/json: @@ -88571,9 +88657,9 @@ paths: description: Response content: application/json: - schema: *185 + schema: *186 examples: - default: *609 + default: *610 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88595,9 +88681,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: - - *419 - *420 - - *610 + - *421 + - *611 - name: assignee in: path required: true @@ -88637,10 +88723,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#list-issue-comments parameters: - - *419 - *420 - - *610 - - *175 + - *421 + - *611 + - *176 - *17 - *19 responses: @@ -88650,13 +88736,13 @@ paths: application/json: schema: type: array - items: *606 + items: *607 examples: - default: *611 + default: *612 headers: - Link: *38 + Link: *41 '404': *6 - '410': *430 + '410': *431 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88685,9 +88771,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#create-an-issue-comment parameters: - - *419 - *420 - - *610 + - *421 + - *611 requestBody: required: true content: @@ -88709,16 +88795,16 @@ paths: description: Response content: application/json: - schema: *606 + schema: *607 examples: - default: *607 + default: *608 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *27 - '410': *430 + '410': *431 '422': *15 '404': *6 x-github: @@ -88746,9 +88832,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issue-dependencies#list-dependencies-an-issue-is-blocked-by parameters: - - *419 - *420 - - *610 + - *421 + - *611 - *17 - *19 responses: @@ -88758,14 +88844,14 @@ paths: application/json: schema: type: array - items: *185 + items: *186 examples: - default: *612 + default: *613 headers: - Link: *38 - '301': *433 + Link: *41 + '301': *434 '404': *6 - '410': *430 + '410': *431 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88793,9 +88879,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issue-dependencies#add-a-dependency-an-issue-is-blocked-by parameters: - - *419 - *420 - - *610 + - *421 + - *611 requestBody: required: true content: @@ -88817,17 +88903,17 @@ paths: description: Response content: application/json: - schema: *185 + schema: *186 examples: - default: *609 + default: *610 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/dependencies/blocked_by schema: type: string - '301': *433 + '301': *434 '403': *27 - '410': *430 + '410': *431 '422': *15 '404': *6 x-github: @@ -88858,9 +88944,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issue-dependencies#remove-dependency-an-issue-is-blocked-by parameters: - - *419 - *420 - - *610 + - *421 + - *611 - name: issue_id in: path description: The id of the blocking issue to remove as a dependency @@ -88872,15 +88958,15 @@ paths: description: Response content: application/json: - schema: *185 + schema: *186 examples: - default: *609 - '301': *433 + default: *610 + '301': *434 '400': *14 '401': *23 '403': *27 '404': *6 - '410': *430 + '410': *431 x-github: triggersNotification: true githubCloudOnly: false @@ -88906,9 +88992,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issue-dependencies#list-dependencies-an-issue-is-blocking parameters: - - *419 - *420 - - *610 + - *421 + - *611 - *17 - *19 responses: @@ -88918,14 +89004,14 @@ paths: application/json: schema: type: array - items: *185 + items: *186 examples: - default: *612 + default: *613 headers: - Link: *38 - '301': *433 + Link: *41 + '301': *434 '404': *6 - '410': *430 + '410': *431 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88942,9 +89028,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#list-issue-events parameters: - - *419 - *420 - - *610 + - *421 + - *611 - *17 - *19 responses: @@ -88958,7 +89044,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &615 + - &616 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -89007,7 +89093,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &616 + - &617 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -89135,7 +89221,7 @@ paths: - performed_via_github_app - assignee - assigner - - &617 + - &618 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -89181,7 +89267,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &618 + - &619 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -89227,7 +89313,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &619 + - &620 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -89276,7 +89362,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &620 + - &621 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -89305,7 +89391,7 @@ paths: - type: 'null' - *5 review_requester: *4 - requested_team: *260 + requested_team: *261 requested_reviewer: *4 required: - review_requester @@ -89318,7 +89404,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &621 + - &622 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -89347,7 +89433,7 @@ paths: - type: 'null' - *5 review_requester: *4 - requested_team: *260 + requested_team: *261 requested_reviewer: *4 required: - review_requester @@ -89360,7 +89446,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &622 + - &623 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -89416,7 +89502,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &623 + - &624 title: Locked Issue Event description: Locked Issue Event type: object @@ -89461,7 +89547,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &624 + - &625 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -89522,7 +89608,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &625 + - &626 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -89583,7 +89669,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &626 + - &627 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -89644,7 +89730,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &627 + - &628 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -89736,8 +89822,8 @@ paths: name: label color: red headers: - Link: *38 - '410': *430 + Link: *41 + '410': *431 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89754,9 +89840,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-an-issue parameters: - - *419 - *420 - - *610 + - *421 + - *611 - *17 - *19 responses: @@ -89766,7 +89852,7 @@ paths: application/json: schema: type: array - items: &613 + items: &614 title: Label description: Color-coded labels help you categorize and filter your issues (just like labels in Gmail). @@ -89821,7 +89907,7 @@ paths: - color - default examples: - default: &614 + default: &615 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -89838,10 +89924,10 @@ paths: color: a2eeef default: false headers: - Link: *38 - '301': *433 + Link: *41 + '301': *434 '404': *6 - '410': *430 + '410': *431 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89858,9 +89944,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#add-labels-to-an-issue parameters: - - *419 - *420 - - *610 + - *421 + - *611 requestBody: required: false content: @@ -89919,12 +90005,12 @@ paths: application/json: schema: type: array - items: *613 + items: *614 examples: - default: *614 - '301': *433 + default: *615 + '301': *434 '404': *6 - '410': *430 + '410': *431 '422': *15 x-github: githubCloudOnly: false @@ -89941,9 +90027,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#set-labels-for-an-issue parameters: - - *419 - *420 - - *610 + - *421 + - *611 requestBody: required: false content: @@ -90003,12 +90089,12 @@ paths: application/json: schema: type: array - items: *613 + items: *614 examples: - default: *614 - '301': *433 + default: *615 + '301': *434 '404': *6 - '410': *430 + '410': *431 '422': *15 x-github: githubCloudOnly: false @@ -90025,15 +90111,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#remove-all-labels-from-an-issue parameters: - - *419 - *420 - - *610 + - *421 + - *611 responses: '204': description: Response - '301': *433 + '301': *434 '404': *6 - '410': *430 + '410': *431 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90052,9 +90138,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#remove-a-label-from-an-issue parameters: - - *419 - *420 - - *610 + - *421 + - *611 - name: name in: path required: true @@ -90067,7 +90153,7 @@ paths: application/json: schema: type: array - items: *613 + items: *614 examples: default: value: @@ -90078,9 +90164,9 @@ paths: description: Something isn't working color: f29513 default: true - '301': *433 + '301': *434 '404': *6 - '410': *430 + '410': *431 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90100,9 +90186,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#lock-an-issue parameters: - - *419 - *420 - - *610 + - *421 + - *611 requestBody: required: false content: @@ -90131,7 +90217,7 @@ paths: '204': description: Response '403': *27 - '410': *430 + '410': *431 '404': *6 '422': *15 x-github: @@ -90149,9 +90235,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#unlock-an-issue parameters: - - *419 - *420 - - *610 + - *421 + - *611 responses: '204': description: Response @@ -90181,20 +90267,20 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#get-parent-issue parameters: - - *419 - *420 - - *610 + - *421 + - *611 responses: '200': description: Response content: application/json: - schema: *185 + schema: *186 examples: - default: *609 - '301': *433 + default: *610 + '301': *434 '404': *6 - '410': *430 + '410': *431 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90211,9 +90297,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-an-issue parameters: - - *419 - *420 - - *610 + - *421 + - *611 - 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. @@ -90239,13 +90325,13 @@ paths: application/json: schema: type: array - items: *408 + items: *409 examples: - default: *410 + default: *411 headers: - Link: *38 + Link: *41 '404': *6 - '410': *430 + '410': *431 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90263,9 +90349,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-an-issue parameters: - - *419 - *420 - - *610 + - *421 + - *611 requestBody: required: true content: @@ -90297,16 +90383,16 @@ paths: description: Response content: application/json: - schema: *408 + schema: *409 examples: - default: *409 + default: *410 '201': description: Response content: application/json: - schema: *408 + schema: *409 examples: - default: *409 + default: *410 '422': *15 x-github: githubCloudOnly: false @@ -90328,10 +90414,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-an-issue-reaction parameters: - - *419 - *420 - - *610 - - *411 + - *421 + - *611 + - *412 responses: '204': description: Response @@ -90360,9 +90446,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#remove-sub-issue parameters: - - *419 - *420 - - *610 + - *421 + - *611 requestBody: required: true content: @@ -90384,9 +90470,9 @@ paths: description: Response content: application/json: - schema: *185 + schema: *186 examples: - default: *609 + default: *610 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -90419,9 +90505,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#list-sub-issues parameters: - - *419 - *420 - - *610 + - *421 + - *611 - *17 - *19 responses: @@ -90431,13 +90517,13 @@ paths: application/json: schema: type: array - items: *185 + items: *186 examples: - default: *612 + default: *613 headers: - Link: *38 + Link: *41 '404': *6 - '410': *430 + '410': *431 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90465,9 +90551,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#add-sub-issue parameters: - - *419 - *420 - - *610 + - *421 + - *611 requestBody: required: true content: @@ -90494,16 +90580,16 @@ paths: description: Response content: application/json: - schema: *185 + schema: *186 examples: - default: *609 + default: *610 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 schema: type: string '403': *27 - '410': *430 + '410': *431 '422': *15 '404': *6 x-github: @@ -90523,9 +90609,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#reprioritize-sub-issue parameters: - - *419 - *420 - - *610 + - *421 + - *611 requestBody: required: true content: @@ -90556,13 +90642,13 @@ paths: description: Response content: application/json: - schema: *185 + schema: *186 examples: - default: *609 + default: *610 '403': *27 '404': *6 '422': *7 - '503': *162 + '503': *163 x-github: triggersNotification: true githubCloudOnly: false @@ -90580,9 +90666,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/timeline#list-timeline-events-for-an-issue parameters: - - *419 - *420 - - *610 + - *421 + - *611 - *17 - *19 responses: @@ -90597,7 +90683,6 @@ paths: description: Timeline Event type: object anyOf: - - *615 - *616 - *617 - *618 @@ -90610,6 +90695,7 @@ paths: - *625 - *626 - *627 + - *628 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -90657,12 +90743,12 @@ paths: issue_url: type: string format: uri - author_association: *172 + author_association: *173 performed_via_github_app: anyOf: - type: 'null' - *5 - reactions: *173 + reactions: *174 required: - event - actor @@ -90693,7 +90779,7 @@ paths: properties: type: type: string - issue: *185 + issue: *186 required: - event - created_at @@ -90915,7 +91001,7 @@ paths: type: string body_text: type: string - author_association: *172 + author_association: *173 required: - event - id @@ -90938,7 +91024,7 @@ paths: type: string comments: type: array - items: &646 + items: &647 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -91043,7 +91129,7 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/pulls/1 - author_association: *172 + author_association: *173 _links: type: object properties: @@ -91138,7 +91224,7 @@ paths: enum: - line - file - reactions: *173 + reactions: *174 body_html: type: string examples: @@ -91176,7 +91262,7 @@ paths: type: string comments: type: array - items: *534 + items: *535 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -91449,9 +91535,9 @@ paths: type: User site_admin: true headers: - Link: *38 + Link: *41 '404': *6 - '410': *430 + '410': *431 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91468,8 +91554,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#list-deploy-keys parameters: - - *419 - *420 + - *421 - *17 - *19 responses: @@ -91479,7 +91565,7 @@ paths: application/json: schema: type: array - items: &628 + items: &629 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -91531,7 +91617,7 @@ paths: last_used: '2022-01-10T15:53:42Z' enabled: true headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91547,8 +91633,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#create-a-deploy-key parameters: - - *419 - *420 + - *421 requestBody: required: true content: @@ -91584,9 +91670,9 @@ paths: description: Response content: application/json: - schema: *628 + schema: *629 examples: - default: &629 + default: &630 value: id: 1 key: ssh-rsa AAA... @@ -91620,9 +91706,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key parameters: - - *419 - *420 - - &630 + - *421 + - &631 name: key_id description: The unique identifier of the key. in: path @@ -91634,9 +91720,9 @@ paths: description: Response content: application/json: - schema: *628 + schema: *629 examples: - default: *629 + default: *630 '404': *6 x-github: githubCloudOnly: false @@ -91654,9 +91740,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#delete-a-deploy-key parameters: - - *419 - *420 - - *630 + - *421 + - *631 responses: '204': description: Response @@ -91676,8 +91762,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-a-repository parameters: - - *419 - *420 + - *421 - *17 - *19 responses: @@ -91687,11 +91773,11 @@ paths: application/json: schema: type: array - items: *613 + items: *614 examples: - default: *614 + default: *615 headers: - Link: *38 + Link: *41 '404': *6 x-github: githubCloudOnly: false @@ -91710,8 +91796,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#create-a-label parameters: - - *419 - *420 + - *421 requestBody: required: true content: @@ -91747,9 +91833,9 @@ paths: description: Response content: application/json: - schema: *613 + schema: *614 examples: - default: &631 + default: &632 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -91781,8 +91867,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#get-a-label parameters: - - *419 - *420 + - *421 - name: name in: path required: true @@ -91793,9 +91879,9 @@ paths: description: Response content: application/json: - schema: *613 + schema: *614 examples: - default: *631 + default: *632 '404': *6 x-github: githubCloudOnly: false @@ -91812,8 +91898,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#update-a-label parameters: - - *419 - *420 + - *421 - name: name in: path required: true @@ -91852,7 +91938,7 @@ paths: description: Response content: application/json: - schema: *613 + schema: *614 examples: default: value: @@ -91878,8 +91964,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#delete-a-label parameters: - - *419 - *420 + - *421 - name: name in: path required: true @@ -91905,8 +91991,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-languages parameters: - - *419 - *420 + - *421 responses: '200': description: Response @@ -91942,8 +92028,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/lfs#enable-git-lfs-for-a-repository parameters: - - *419 - *420 + - *421 responses: '202': *37 '403': @@ -91971,8 +92057,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/lfs#disable-git-lfs-for-a-repository parameters: - - *419 - *420 + - *421 responses: '204': description: Response @@ -91998,9 +92084,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/licenses/licenses#get-the-license-for-a-repository parameters: - - *419 - *420 - - *512 + - *421 + - *513 responses: '200': description: Response @@ -92066,7 +92152,7 @@ paths: license: anyOf: - type: 'null' - - *186 + - *187 required: - _links - git_url @@ -92147,8 +92233,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: - - *419 - *420 + - *421 requestBody: required: true content: @@ -92213,8 +92299,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#merge-a-branch parameters: - - *419 - *420 + - *421 requestBody: required: true content: @@ -92248,9 +92334,9 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *535 + schema: *536 examples: - default: *632 + default: *633 '204': description: Response when already merged '404': @@ -92275,8 +92361,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#list-milestones parameters: - - *419 - *420 + - *421 - name: state description: The state of the milestone. Either `open`, `closed`, or `all`. in: query @@ -92317,7 +92403,7 @@ paths: application/json: schema: type: array - items: *358 + items: *359 examples: default: value: @@ -92356,7 +92442,7 @@ paths: closed_at: '2013-02-12T13:22:01Z' due_on: '2012-10-09T23:39:01Z' headers: - Link: *38 + Link: *41 '404': *6 x-github: githubCloudOnly: false @@ -92373,8 +92459,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#create-a-milestone parameters: - - *419 - *420 + - *421 requestBody: required: true content: @@ -92414,9 +92500,9 @@ paths: description: Response content: application/json: - schema: *358 + schema: *359 examples: - default: &633 + default: &634 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -92475,9 +92561,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#get-a-milestone parameters: - - *419 - *420 - - &634 + - *421 + - &635 name: milestone_number description: The number that identifies the milestone. in: path @@ -92489,9 +92575,9 @@ paths: description: Response content: application/json: - schema: *358 + schema: *359 examples: - default: *633 + default: *634 '404': *6 x-github: githubCloudOnly: false @@ -92508,9 +92594,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#update-a-milestone parameters: - - *419 - *420 - - *634 + - *421 + - *635 requestBody: required: false content: @@ -92548,9 +92634,9 @@ paths: description: Response content: application/json: - schema: *358 + schema: *359 examples: - default: *633 + default: *634 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92566,9 +92652,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#delete-a-milestone parameters: - - *419 - *420 - - *634 + - *421 + - *635 responses: '204': description: Response @@ -92589,9 +92675,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: - - *419 - *420 - - *634 + - *421 + - *635 - *17 - *19 responses: @@ -92601,11 +92687,11 @@ paths: application/json: schema: type: array - items: *613 + items: *614 examples: - default: *614 + default: *615 headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92622,12 +92708,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: - - *419 - *420 - - *635 + - *421 - *636 - - *175 - *637 + - *176 + - *638 - *17 - *19 responses: @@ -92637,11 +92723,11 @@ paths: application/json: schema: type: array - items: *197 + items: *198 examples: - default: *638 + default: *639 headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -92663,8 +92749,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#mark-repository-notifications-as-read parameters: - - *419 - *420 + - *421 requestBody: required: false content: @@ -92722,14 +92808,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-a-apiname-pages-site parameters: - - *419 - *420 + - *421 responses: '200': description: Response content: application/json: - schema: &639 + schema: &640 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -92873,7 +92959,7 @@ paths: - custom_404 - public examples: - default: &640 + default: &641 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -92914,8 +93000,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#create-a-apiname-pages-site parameters: - - *419 - *420 + - *421 requestBody: required: true content: @@ -92970,11 +93056,11 @@ paths: description: Response content: application/json: - schema: *639 + schema: *640 examples: - default: *640 + default: *641 '422': *15 - '409': *106 + '409': *107 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92995,8 +93081,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: - - *419 - *420 + - *421 requestBody: required: true content: @@ -93083,7 +93169,7 @@ paths: description: Response '422': *15 '400': *14 - '409': *106 + '409': *107 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93104,14 +93190,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#delete-a-apiname-pages-site parameters: - - *419 - *420 + - *421 responses: '204': description: Response '422': *15 '404': *6 - '409': *106 + '409': *107 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93131,8 +93217,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#list-apiname-pages-builds parameters: - - *419 - *420 + - *421 - *17 - *19 responses: @@ -93142,7 +93228,7 @@ paths: application/json: schema: type: array - items: &641 + items: &642 title: Page Build description: Page Build type: object @@ -93215,7 +93301,7 @@ paths: created_at: '2014-02-10T19:00:49Z' updated_at: '2014-02-10T19:00:51Z' headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93234,8 +93320,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#request-a-apiname-pages-build parameters: - - *419 - *420 + - *421 responses: '201': description: Response @@ -93282,16 +93368,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-latest-pages-build parameters: - - *419 - *420 + - *421 responses: '200': description: Response content: application/json: - schema: *641 + schema: *642 examples: - default: &642 + default: &643 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -93339,8 +93425,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-apiname-pages-build parameters: - - *419 - *420 + - *421 - name: build_id in: path required: true @@ -93351,9 +93437,9 @@ paths: description: Response content: application/json: - schema: *641 + schema: *642 examples: - default: *642 + default: *643 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93373,8 +93459,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#create-a-github-pages-deployment parameters: - - *419 - *420 + - *421 requestBody: required: true content: @@ -93482,9 +93568,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: - - *419 - *420 - - &643 + - *421 + - &644 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -93542,11 +93628,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#cancel-a-github-pages-deployment parameters: - - *419 - *420 - - *643 + - *421 + - *644 responses: - '204': *128 + '204': *129 '404': *6 x-github: githubCloudOnly: false @@ -93571,8 +93657,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: - - *419 - *420 + - *421 responses: '200': description: Response @@ -93840,7 +93926,7 @@ paths: description: Empty response content: application/json: - schema: *243 + schema: *244 examples: default: value: @@ -93867,8 +93953,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: - - *419 - *420 + - *421 responses: '200': description: Private vulnerability reporting status @@ -93905,10 +93991,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-private-vulnerability-reporting-for-a-repository parameters: - - *419 - *420 + - *421 responses: - '204': *128 + '204': *129 '422': *14 x-github: githubCloudOnly: false @@ -93927,10 +94013,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-private-vulnerability-reporting-for-a-repository parameters: - - *419 - *420 + - *421 responses: - '204': *128 + '204': *129 '422': *14 x-github: githubCloudOnly: false @@ -93951,8 +94037,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#list-repository-projects parameters: - - *419 - *420 + - *421 - name: state description: Indicates the state of the projects to return. in: query @@ -93973,7 +94059,7 @@ paths: application/json: schema: type: array - items: *352 + items: *353 examples: default: value: @@ -94009,11 +94095,11 @@ paths: created_at: '2011-04-10T20:09:31Z' updated_at: '2014-03-03T18:58:10Z' headers: - Link: *38 + Link: *41 '401': *23 '403': *27 '404': *6 - '410': *430 + '410': *431 '422': *7 x-github: githubCloudOnly: false @@ -94036,8 +94122,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#create-a-repository-project parameters: - - *419 - *420 + - *421 requestBody: required: true content: @@ -94063,13 +94149,13 @@ paths: description: Response content: application/json: - schema: *352 + schema: *353 examples: - default: *429 + default: *430 '401': *23 '403': *27 '404': *6 - '410': *430 + '410': *431 '422': *7 x-github: githubCloudOnly: false @@ -94092,8 +94178,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: - - *419 - *420 + - *421 responses: '200': description: Response @@ -94101,7 +94187,7 @@ paths: application/json: schema: type: array - items: *365 + items: *366 examples: default: value: @@ -94132,8 +94218,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: - - *419 - *420 + - *421 requestBody: required: true content: @@ -94145,7 +94231,7 @@ paths: type: array description: A list of custom property names and associated values to apply to the repositories. - items: *365 + items: *366 required: - properties examples: @@ -94195,8 +94281,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-pull-requests parameters: - - *419 - *420 + - *421 - name: state description: Either `open`, `closed`, or `all` to filter by state. in: query @@ -94256,11 +94342,11 @@ paths: application/json: schema: type: array - items: *539 + items: *540 examples: - default: *644 + default: *645 headers: - Link: *38 + Link: *41 '304': *35 '422': *15 x-github: @@ -94290,8 +94376,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#create-a-pull-request parameters: - - *419 - *420 + - *421 requestBody: required: true content: @@ -94358,7 +94444,7 @@ paths: description: Response content: application/json: - schema: &648 + schema: &649 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -94487,7 +94573,7 @@ paths: milestone: anyOf: - type: 'null' - - *358 + - *359 active_lock_reason: type: - string @@ -94542,7 +94628,7 @@ paths: type: - array - 'null' - items: *334 + items: *335 head: type: object properties: @@ -94550,7 +94636,7 @@ paths: type: string ref: type: string - repo: *65 + repo: *67 sha: type: string user: *4 @@ -94567,7 +94653,7 @@ paths: type: string ref: type: string - repo: *65 + repo: *67 sha: type: string user: *4 @@ -94580,14 +94666,14 @@ paths: _links: type: object properties: - comments: *359 - commits: *359 - statuses: *359 - html: *359 - issue: *359 - review_comments: *359 - review_comment: *359 - self: *359 + comments: *360 + commits: *360 + statuses: *360 + html: *360 + issue: *360 + review_comments: *360 + review_comment: *360 + self: *360 required: - comments - commits @@ -94597,8 +94683,8 @@ paths: - review_comments - review_comment - self - author_association: *172 - auto_merge: *645 + author_association: *173 + auto_merge: *646 draft: description: Indicates whether or not the pull request is a draft. type: boolean @@ -94700,7 +94786,7 @@ paths: - merged_by - review_comments examples: - default: &649 + default: &650 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -95227,8 +95313,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#list-review-comments-in-a-repository parameters: - - *419 - *420 + - *421 - name: sort in: query required: false @@ -95247,7 +95333,7 @@ paths: enum: - asc - desc - - *175 + - *176 - *17 - *19 responses: @@ -95257,9 +95343,9 @@ paths: application/json: schema: type: array - items: *646 + items: *647 examples: - default: &651 + default: &652 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -95311,7 +95397,7 @@ paths: original_line: 2 side: RIGHT headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -95336,17 +95422,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: - - *419 - *420 - - *184 + - *421 + - *185 responses: '200': description: Response content: application/json: - schema: *646 + schema: *647 examples: - default: &647 + default: &648 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -95421,9 +95507,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#update-a-review-comment-for-a-pull-request parameters: - - *419 - *420 - - *184 + - *421 + - *185 requestBody: required: true content: @@ -95445,9 +95531,9 @@ paths: description: Response content: application/json: - schema: *646 + schema: *647 examples: - default: *647 + default: *648 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -95463,9 +95549,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#delete-a-review-comment-for-a-pull-request parameters: - - *419 - *420 - - *184 + - *421 + - *185 responses: '204': description: Response @@ -95486,9 +95572,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-pull-request-review-comment parameters: - - *419 - *420 - - *184 + - *421 + - *185 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a pull request review comment. @@ -95514,11 +95600,11 @@ paths: application/json: schema: type: array - items: *408 + items: *409 examples: - default: *410 + default: *411 headers: - Link: *38 + Link: *41 '404': *6 x-github: githubCloudOnly: false @@ -95537,9 +95623,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-pull-request-review-comment parameters: - - *419 - *420 - - *184 + - *421 + - *185 requestBody: required: true content: @@ -95571,16 +95657,16 @@ paths: description: Reaction exists content: application/json: - schema: *408 + schema: *409 examples: - default: *409 + default: *410 '201': description: Reaction created content: application/json: - schema: *408 + schema: *409 examples: - default: *409 + default: *410 '422': *15 x-github: githubCloudOnly: false @@ -95602,10 +95688,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-pull-request-comment-reaction parameters: - - *419 - *420 - - *184 - - *411 + - *421 + - *185 + - *412 responses: '204': description: Response @@ -95648,9 +95734,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#get-a-pull-request parameters: - - *419 - *420 - - &650 + - *421 + - &651 name: pull_number description: The number that identifies the pull request. in: path @@ -95663,9 +95749,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *648 + schema: *649 examples: - default: *649 + default: *650 '304': *35 '404': *6 '406': @@ -95673,8 +95759,8 @@ paths: content: application/json: schema: *3 - '500': *89 - '503': *162 + '500': *38 + '503': *163 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -95700,9 +95786,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#update-a-pull-request parameters: - - *419 - *420 - - *650 + - *421 + - *651 requestBody: required: false content: @@ -95744,9 +95830,9 @@ paths: description: Response content: application/json: - schema: *648 + schema: *649 examples: - default: *649 + default: *650 '422': *15 '403': *27 x-github: @@ -95768,9 +95854,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: - - *419 - *420 - - *650 + - *421 + - *651 requestBody: required: true content: @@ -95831,21 +95917,21 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *325 + schema: *326 examples: - default: *526 + default: *527 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *325 + schema: *326 examples: - default: *526 + default: *527 '401': *23 '403': *27 '404': *6 - '503': *162 + '503': *163 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -95871,10 +95957,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#list-review-comments-on-a-pull-request parameters: - - *419 - *420 - - *650 - - *194 + - *421 + - *651 + - *195 - name: direction description: The direction to sort results. Ignored without `sort` parameter. in: query @@ -95884,7 +95970,7 @@ paths: enum: - asc - desc - - *175 + - *176 - *17 - *19 responses: @@ -95894,11 +95980,11 @@ paths: application/json: schema: type: array - items: *646 + items: *647 examples: - default: *651 + default: *652 headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -95929,9 +96015,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: - - *419 - *420 - - *650 + - *421 + - *651 requestBody: required: true content: @@ -96037,7 +96123,7 @@ paths: description: Response content: application/json: - schema: *646 + schema: *647 examples: example-for-a-multi-line-comment: value: @@ -96125,10 +96211,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#create-a-reply-for-a-review-comment parameters: - - *419 - *420 - - *650 - - *184 + - *421 + - *651 + - *185 requestBody: required: true content: @@ -96150,7 +96236,7 @@ paths: description: Response content: application/json: - schema: *646 + schema: *647 examples: default: value: @@ -96236,9 +96322,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-commits-on-a-pull-request parameters: - - *419 - *420 - - *650 + - *421 + - *651 - *17 - *19 responses: @@ -96248,11 +96334,11 @@ paths: application/json: schema: type: array - items: *535 + items: *536 examples: - default: *652 + default: *653 headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96280,9 +96366,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-pull-requests-files parameters: - - *419 - *420 - - *650 + - *421 + - *651 - *17 - *19 responses: @@ -96292,7 +96378,7 @@ paths: application/json: schema: type: array - items: *546 + items: *547 examples: default: value: @@ -96308,10 +96394,10 @@ paths: patch: "@@ -132,7 +132,7 @@ module Test @@ -1000,7 +1000,7 @@ module Test" headers: - Link: *38 + Link: *41 '422': *15 - '500': *89 - '503': *162 + '500': *38 + '503': *163 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96330,9 +96416,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: - - *419 - *420 - - *650 + - *421 + - *651 responses: '204': description: Response if pull request has been merged @@ -96355,9 +96441,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#merge-a-pull-request parameters: - - *419 - *420 - - *650 + - *421 + - *651 requestBody: required: false content: @@ -96469,9 +96555,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: - - *419 - *420 - - *650 + - *421 + - *651 responses: '200': description: Response @@ -96487,7 +96573,7 @@ paths: items: *4 teams: type: array - items: *260 + items: *261 required: - users - teams @@ -96528,7 +96614,7 @@ paths: repositories_url: https://api.github.com/teams/1/repos parent: headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96546,9 +96632,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: - - *419 - *420 - - *650 + - *421 + - *651 requestBody: required: false content: @@ -96585,7 +96671,7 @@ paths: description: Response content: application/json: - schema: *539 + schema: *540 examples: default: value: @@ -97121,9 +97207,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: - - *419 - *420 - - *650 + - *421 + - *651 requestBody: required: true content: @@ -97157,7 +97243,7 @@ paths: description: Response content: application/json: - schema: *539 + schema: *540 examples: default: value: @@ -97662,9 +97748,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#list-reviews-for-a-pull-request parameters: - - *419 - *420 - - *650 + - *421 + - *651 - *17 - *19 responses: @@ -97674,7 +97760,7 @@ paths: application/json: schema: type: array - items: &653 + items: &654 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -97748,7 +97834,7 @@ paths: type: string body_text: type: string - author_association: *172 + author_association: *173 required: - id - node_id @@ -97797,7 +97883,7 @@ paths: commit_id: ecdd80bb57125d7ba9641ffaa4d7d2c19d3f3091 author_association: COLLABORATOR headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97830,9 +97916,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: - - *419 - *420 - - *650 + - *421 + - *651 requestBody: required: false content: @@ -97922,9 +98008,9 @@ paths: description: Response content: application/json: - schema: *653 + schema: *654 examples: - default: &655 + default: &656 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -97987,10 +98073,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: - - *419 - *420 - - *650 - - &654 + - *421 + - *651 + - &655 name: review_id description: The unique identifier of the review. in: path @@ -98002,9 +98088,9 @@ paths: description: Response content: application/json: - schema: *653 + schema: *654 examples: - default: &656 + default: &657 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -98063,10 +98149,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: - - *419 - *420 - - *650 - - *654 + - *421 + - *651 + - *655 requestBody: required: true content: @@ -98089,7 +98175,7 @@ paths: description: Response content: application/json: - schema: *653 + schema: *654 examples: default: value: @@ -98151,18 +98237,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: - - *419 - *420 - - *650 - - *654 + - *421 + - *651 + - *655 responses: '200': description: Response content: application/json: - schema: *653 + schema: *654 examples: - default: *655 + default: *656 '422': *7 '404': *6 x-github: @@ -98189,10 +98275,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: - - *419 - *420 - - *650 - - *654 + - *421 + - *651 + - *655 - *17 - *19 responses: @@ -98286,13 +98372,13 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/pulls/1 - author_association: *172 + author_association: *173 _links: type: object properties: - self: *359 - html: *359 - pull_request: *359 + self: *360 + html: *360 + pull_request: *360 required: - self - html @@ -98301,7 +98387,7 @@ paths: type: string body_html: type: string - reactions: *173 + reactions: *174 side: description: The side of the first line of the range for a multi-line comment. @@ -98421,7 +98507,7 @@ paths: pull_request: href: https://api.github.com/repos/octocat/Hello-World/pulls/1 headers: - Link: *38 + Link: *41 '404': *6 x-github: githubCloudOnly: false @@ -98450,10 +98536,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: - - *419 - *420 - - *650 - - *654 + - *421 + - *651 + - *655 requestBody: required: true content: @@ -98482,7 +98568,7 @@ paths: description: Response content: application/json: - schema: *653 + schema: *654 examples: default: value: @@ -98545,10 +98631,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: - - *419 - *420 - - *650 - - *654 + - *421 + - *651 + - *655 requestBody: required: true content: @@ -98583,9 +98669,9 @@ paths: description: Response content: application/json: - schema: *653 + schema: *654 examples: - default: *656 + default: *657 '404': *6 '422': *7 '403': *27 @@ -98607,9 +98693,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#update-a-pull-request-branch parameters: - - *419 - *420 - - *650 + - *421 + - *651 requestBody: required: false content: @@ -98673,8 +98759,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-a-repository-readme parameters: - - *419 - *420 + - *421 - name: ref description: 'The name of the commit/branch/tag. Default: the repository’s default branch.' @@ -98687,9 +98773,9 @@ paths: description: Response content: application/json: - schema: *657 + schema: *658 examples: - default: &658 + default: &659 value: type: file encoding: base64 @@ -98731,8 +98817,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: - - *419 - *420 + - *421 - name: dir description: The alternate path to look for a README file in: path @@ -98752,9 +98838,9 @@ paths: description: Response content: application/json: - schema: *657 + schema: *658 examples: - default: *658 + default: *659 '404': *6 '422': *15 x-github: @@ -98776,8 +98862,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#list-releases parameters: - - *419 - *420 + - *421 - *17 - *19 responses: @@ -98787,7 +98873,7 @@ paths: application/json: schema: type: array - items: &659 + items: &660 title: Release description: A release. type: object @@ -98869,7 +98955,7 @@ paths: author: *4 assets: type: array - items: &660 + items: &661 title: Release Asset description: Data related to a release. type: object @@ -98944,7 +99030,7 @@ paths: description: The URL of the release discussion. type: string format: uri - reactions: *173 + reactions: *174 required: - assets_url - upload_url @@ -99036,7 +99122,7 @@ paths: type: User site_admin: false headers: - Link: *38 + Link: *41 '404': *6 x-github: githubCloudOnly: false @@ -99056,8 +99142,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#create-a-release parameters: - - *419 - *420 + - *421 requestBody: required: true content: @@ -99133,9 +99219,9 @@ paths: description: Response content: application/json: - schema: *659 + schema: *660 examples: - default: &663 + default: &664 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -99240,9 +99326,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#get-a-release-asset parameters: - - *419 - *420 - - &661 + - *421 + - &662 name: asset_id description: The unique identifier of the asset. in: path @@ -99254,9 +99340,9 @@ paths: description: Response content: application/json: - schema: *660 + schema: *661 examples: - default: &662 + default: &663 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 @@ -99291,7 +99377,7 @@ paths: type: User site_admin: false '404': *6 - '302': *548 + '302': *549 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99307,9 +99393,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#update-a-release-asset parameters: - - *419 - *420 - - *661 + - *421 + - *662 requestBody: required: false content: @@ -99338,9 +99424,9 @@ paths: description: Response content: application/json: - schema: *660 + schema: *661 examples: - default: *662 + default: *663 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99356,9 +99442,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#delete-a-release-asset parameters: - - *419 - *420 - - *661 + - *421 + - *662 responses: '204': description: Response @@ -99382,8 +99468,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: - - *419 - *420 + - *421 requestBody: required: true content: @@ -99469,16 +99555,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-the-latest-release parameters: - - *419 - *420 + - *421 responses: '200': description: Response content: application/json: - schema: *659 + schema: *660 examples: - default: *663 + default: *664 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99495,8 +99581,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-a-release-by-tag-name parameters: - - *419 - *420 + - *421 - name: tag description: tag parameter in: path @@ -99509,9 +99595,9 @@ paths: description: Response content: application/json: - schema: *659 + schema: *660 examples: - default: *663 + default: *664 '404': *6 x-github: githubCloudOnly: false @@ -99533,9 +99619,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-a-release parameters: - - *419 - *420 - - &664 + - *421 + - &665 name: release_id description: The unique identifier of the release. in: path @@ -99549,9 +99635,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: *659 + schema: *660 examples: - default: *663 + default: *664 '401': description: Unauthorized x-github: @@ -99569,9 +99655,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#update-a-release parameters: - - *419 - *420 - - *664 + - *421 + - *665 requestBody: required: false content: @@ -99635,9 +99721,9 @@ paths: description: Response content: application/json: - schema: *659 + schema: *660 examples: - default: *663 + default: *664 '404': description: Not Found if the discussion category name is invalid content: @@ -99658,9 +99744,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#delete-a-release parameters: - - *419 - *420 - - *664 + - *421 + - *665 responses: '204': description: Response @@ -99680,9 +99766,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#list-release-assets parameters: - - *419 - *420 - - *664 + - *421 + - *665 - *17 - *19 responses: @@ -99692,7 +99778,7 @@ paths: application/json: schema: type: array - items: *660 + items: *661 examples: default: value: @@ -99729,7 +99815,7 @@ paths: type: User site_admin: false headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99774,9 +99860,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: - - *419 - *420 - - *664 + - *421 + - *665 - name: name in: query required: true @@ -99802,7 +99888,7 @@ paths: description: Response for successful upload content: application/json: - schema: *660 + schema: *661 examples: response-for-successful-upload: value: @@ -99857,9 +99943,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-release parameters: - - *419 - *420 - - *664 + - *421 + - *665 - 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. @@ -99883,11 +99969,11 @@ paths: application/json: schema: type: array - items: *408 + items: *409 examples: - default: *410 + default: *411 headers: - Link: *38 + Link: *41 '404': *6 x-github: githubCloudOnly: false @@ -99906,9 +99992,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-release parameters: - - *419 - *420 - - *664 + - *421 + - *665 requestBody: required: true content: @@ -99938,16 +100024,16 @@ paths: description: Reaction exists content: application/json: - schema: *408 + schema: *409 examples: - default: *409 + default: *410 '201': description: Reaction created content: application/json: - schema: *408 + schema: *409 examples: - default: *409 + default: *410 '422': *15 x-github: githubCloudOnly: false @@ -99969,10 +100055,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-release-reaction parameters: - - *419 - *420 - - *664 - - *411 + - *421 + - *665 + - *412 responses: '204': description: Response @@ -99996,9 +100082,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-rules-for-a-branch parameters: - - *419 - *420 - - *478 + - *421 + - *479 - *17 - *19 responses: @@ -100014,8 +100100,8 @@ paths: description: A repository rule with ruleset details. oneOf: - allOf: - - *137 - - &665 + - *138 + - &666 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -100034,66 +100120,66 @@ paths: ruleset_id: type: integer description: The ID of the ruleset that includes this rule. - - allOf: - - *138 - - *665 - allOf: - *139 - - *665 + - *666 - allOf: - *140 - - *665 - - allOf: - *666 - - *665 - allOf: - *141 - - *665 + - *666 + - allOf: + - *667 + - *666 - allOf: - *142 - - *665 + - *666 - allOf: - *143 - - *665 + - *666 - allOf: - *144 - - *665 + - *666 - allOf: - *145 - - *665 + - *666 - allOf: - *146 - - *665 + - *666 - allOf: - *147 - - *665 + - *666 - allOf: - *148 - - *665 + - *666 - allOf: - *149 - - *665 + - *666 - allOf: - *150 - - *665 + - *666 - allOf: - *151 - - *665 + - *666 - allOf: - *152 - - *665 + - *666 - allOf: - *153 - - *665 + - *666 - allOf: - *154 - - *665 + - *666 - allOf: - *155 - - *665 + - *666 - allOf: - *156 - - *665 + - *666 + - allOf: + - *157 + - *666 examples: default: value: @@ -100132,8 +100218,8 @@ paths: category: repos subcategory: rules parameters: - - *419 - *420 + - *421 - *17 - *19 - name: includes_parents @@ -100144,7 +100230,7 @@ paths: schema: type: boolean default: true - - *667 + - *668 responses: '200': description: Response @@ -100152,7 +100238,7 @@ paths: application/json: schema: type: array - items: *157 + items: *158 examples: default: value: @@ -100183,7 +100269,7 @@ paths: created_at: '2023-08-15T08:43:03Z' updated_at: '2023-09-23T16:29:47Z' '404': *6 - '500': *89 + '500': *38 post: summary: Create a repository ruleset description: Create a ruleset for a repository. @@ -100199,8 +100285,8 @@ paths: category: repos subcategory: rules parameters: - - *419 - *420 + - *421 requestBody: description: Request body required: true @@ -100220,16 +100306,16 @@ paths: - tag - push default: branch - enforcement: *135 + enforcement: *136 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *136 - conditions: *131 + items: *137 + conditions: *132 rules: type: array description: An array of rules within the ruleset. - items: *668 + items: *669 required: - name - enforcement @@ -100260,9 +100346,9 @@ paths: description: Response content: application/json: - schema: *157 + schema: *158 examples: - default: &677 + default: &678 value: id: 42 name: super cool ruleset @@ -100295,7 +100381,7 @@ paths: created_at: '2023-07-15T08:43:03Z' updated_at: '2023-08-23T16:29:47Z' '404': *6 - '500': *89 + '500': *38 "/repos/{owner}/{repo}/rulesets/rule-suites": get: summary: List repository rule suites @@ -100309,12 +100395,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rule-suites#list-repository-rule-suites parameters: - - *419 - *420 - - *669 - - *93 + - *421 - *670 + - *94 - *671 + - *672 - *17 - *19 responses: @@ -100322,11 +100408,11 @@ paths: description: Response content: application/json: - schema: *672 + schema: *673 examples: - default: *673 + default: *674 '404': *6 - '500': *89 + '500': *38 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100345,19 +100431,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rule-suites#get-a-repository-rule-suite parameters: - - *419 - *420 - - *674 + - *421 + - *675 responses: '200': description: Response content: application/json: - schema: *675 + schema: *676 examples: - default: *676 + default: *677 '404': *6 - '500': *89 + '500': *38 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100383,8 +100469,8 @@ paths: category: repos subcategory: rules parameters: - - *419 - *420 + - *421 - name: ruleset_id description: The ID of the ruleset. in: path @@ -100404,11 +100490,11 @@ paths: description: Response content: application/json: - schema: *157 + schema: *158 examples: - default: *677 + default: *678 '404': *6 - '500': *89 + '500': *38 put: summary: Update a repository ruleset description: Update a ruleset for a repository. @@ -100424,8 +100510,8 @@ paths: category: repos subcategory: rules parameters: - - *419 - *420 + - *421 - name: ruleset_id description: The ID of the ruleset. in: path @@ -100450,16 +100536,16 @@ paths: - branch - tag - push - enforcement: *135 + enforcement: *136 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *136 - conditions: *131 + items: *137 + conditions: *132 rules: description: An array of rules within the ruleset. type: array - items: *668 + items: *669 examples: default: value: @@ -100487,11 +100573,11 @@ paths: description: Response content: application/json: - schema: *157 + schema: *158 examples: - default: *677 + default: *678 '404': *6 - '500': *89 + '500': *38 delete: summary: Delete a repository ruleset description: Delete a ruleset for a repository. @@ -100507,8 +100593,8 @@ paths: category: repos subcategory: rules parameters: - - *419 - *420 + - *421 - name: ruleset_id description: The ID of the ruleset. in: path @@ -100519,7 +100605,7 @@ paths: '204': description: Response '404': *6 - '500': *89 + '500': *38 "/repos/{owner}/{repo}/rulesets/{ruleset_id}/history": get: summary: Get repository ruleset history @@ -100531,8 +100617,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-repository-ruleset-history parameters: - - *419 - *420 + - *421 - *17 - *19 - name: ruleset_id @@ -100548,11 +100634,11 @@ paths: application/json: schema: type: array - items: *161 + items: *162 examples: - default: *372 + default: *373 '404': *6 - '500': *89 + '500': *38 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100569,8 +100655,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-repository-ruleset-version parameters: - - *419 - *420 + - *421 - name: ruleset_id description: The ID of the ruleset. in: path @@ -100588,7 +100674,7 @@ paths: description: Response content: application/json: - schema: *373 + schema: *374 examples: default: value: @@ -100621,7 +100707,7 @@ paths: operator: contains pattern: github '404': *6 - '500': *89 + '500': *38 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100643,21 +100729,21 @@ 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: - - *419 - *420 - - *374 + - *421 - *375 - *376 - *377 - - *98 + - *378 + - *99 - *19 - *17 - - *678 - *679 - - *378 + - *680 - *379 - *380 - *381 + - *382 responses: '200': description: Response @@ -100665,24 +100751,24 @@ paths: application/json: schema: type: array - items: &683 + items: &684 type: object properties: - number: *108 - created_at: *115 + number: *109 + created_at: *116 updated_at: anyOf: - type: 'null' - - *116 - url: *113 - html_url: *114 + - *117 + url: *114 + html_url: *115 locations_url: type: string format: uri description: The REST API URL of the code locations for this alert. - state: *680 - resolution: *681 + state: *681 + resolution: *682 resolved_at: type: - string @@ -100776,7 +100862,7 @@ paths: first_location_detected: anyOf: - type: 'null' - - *682 + - *683 has_more_locations: type: boolean description: A boolean value representing whether or not the @@ -100876,7 +100962,7 @@ paths: '404': description: Repository is public or secret scanning is disabled for the repository - '503': *162 + '503': *163 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100898,16 +100984,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: - - *419 - *420 - - *506 - - *381 + - *421 + - *507 + - *382 responses: '200': description: Response content: application/json: - schema: *683 + schema: *684 examples: default: value: @@ -100938,7 +101024,7 @@ paths: '404': description: Repository is public, or secret scanning is disabled for the repository, or the resource is not found - '503': *162 + '503': *163 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100959,9 +101045,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: - - *419 - *420 - - *506 + - *421 + - *507 requestBody: required: true content: @@ -100969,8 +101055,8 @@ paths: schema: type: object properties: - state: *680 - resolution: *681 + state: *681 + resolution: *682 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -100989,7 +101075,7 @@ paths: description: Response content: application/json: - schema: *683 + schema: *684 examples: default: value: @@ -101042,7 +101128,7 @@ paths: repository, or the resource is not found '422': description: State does not match the resolution or resolution comment - '503': *162 + '503': *163 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -101064,9 +101150,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: - - *419 - *420 - - *506 + - *421 + - *507 - *19 - *17 responses: @@ -101077,7 +101163,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &860 + items: &861 type: object properties: type: @@ -101104,7 +101190,6 @@ paths: - commit details: oneOf: - - *684 - *685 - *686 - *687 @@ -101117,6 +101202,7 @@ paths: - *694 - *695 - *696 + - *697 examples: default: value: @@ -101176,11 +101262,11 @@ paths: details: pull_request_review_comment_url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/12 headers: - Link: *38 + Link: *41 '404': description: Repository is public, or secret scanning is disabled for the repository, or the resource is not found - '503': *162 + '503': *163 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -101202,8 +101288,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: - - *419 - *420 + - *421 requestBody: required: true content: @@ -101211,14 +101297,14 @@ paths: schema: type: object properties: - reason: &698 + reason: &699 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *697 + placeholder_id: *698 required: - reason - placeholder_id @@ -101235,7 +101321,7 @@ paths: schema: type: object properties: - reason: *698 + reason: *699 expire_at: type: - string @@ -101259,7 +101345,7 @@ paths: this repository. '422': description: Bad request, input data missing or incorrect. - '503': *162 + '503': *163 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -101279,13 +101365,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#get-secret-scanning-scan-history-for-a-repository parameters: - - *419 - *420 + - *421 responses: '404': description: Repository does not have GitHub Advanced Security or secret scanning enabled - '503': *162 + '503': *163 '200': description: Response content: @@ -101295,7 +101381,7 @@ paths: properties: incremental_scans: type: array - items: &699 + items: &700 description: Information on a single scan performed by secret scanning on the repository type: object @@ -101323,15 +101409,15 @@ paths: the scan is pending pattern_update_scans: type: array - items: *699 + items: *700 backfill_scans: type: array - items: *699 + items: *700 custom_pattern_backfill_scans: type: array items: allOf: - - *699 + - *700 - type: object properties: pattern_name: @@ -101401,9 +101487,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#list-repository-security-advisories parameters: - - *419 - *420 - - *98 + - *421 + - *99 - name: sort description: The property to sort the results by. in: query @@ -101415,8 +101501,8 @@ paths: - updated - published default: created - - *96 - *97 + - *98 - name: per_page description: The number of advisories to return per page. For more information, see "[Using pagination in the REST API](https://docs.github.com/enterprise-cloud@latest//rest/using-the-rest-api/using-pagination-in-the-rest-api)." @@ -101446,9 +101532,9 @@ paths: application/json: schema: type: array - items: *700 + items: *701 examples: - default: *701 + default: *702 '400': *14 '404': *6 x-github: @@ -101471,8 +101557,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: - - *419 - *420 + - *421 requestBody: required: true content: @@ -101552,7 +101638,7 @@ paths: login: type: string description: The username of the user credited. - type: *386 + type: *387 required: - login - type @@ -101642,9 +101728,9 @@ paths: description: Response content: application/json: - schema: *700 + schema: *701 examples: - default: &703 + default: &704 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -101877,8 +101963,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: - - *419 - *420 + - *421 requestBody: required: true content: @@ -101991,7 +102077,7 @@ paths: description: Response content: application/json: - schema: *700 + schema: *701 examples: default: value: @@ -102138,17 +102224,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: - - *419 - *420 - - *702 + - *421 + - *703 responses: '200': description: Response content: application/json: - schema: *700 + schema: *701 examples: - default: *703 + default: *704 '403': *27 '404': *6 x-github: @@ -102172,9 +102258,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: - - *419 - *420 - - *702 + - *421 + - *703 requestBody: required: true content: @@ -102254,7 +102340,7 @@ paths: login: type: string description: The username of the user credited. - type: *386 + type: *387 required: - login - type @@ -102345,17 +102431,17 @@ paths: description: Response content: application/json: - schema: *700 + schema: *701 examples: - default: *703 - add_credit: *703 + default: *704 + add_credit: *704 '403': *27 '404': *6 '422': description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: *209 + schema: *210 examples: invalid_state_transition: value: @@ -102386,9 +102472,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: - - *419 - *420 - - *702 + - *421 + - *703 responses: '202': *37 '400': *14 @@ -102415,17 +102501,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: - - *419 - *420 - - *702 + - *421 + - *703 responses: '202': description: Response content: application/json: - schema: *432 + schema: *433 examples: - default: *434 + default: *435 '400': *14 '422': *15 '403': *27 @@ -102451,8 +102537,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-stargazers parameters: - - *419 - *420 + - *421 - *17 - *19 responses: @@ -102526,7 +102612,7 @@ paths: type: User site_admin: false headers: - Link: *38 + Link: *41 '422': *15 x-github: githubCloudOnly: false @@ -102548,8 +102634,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-weekly-commit-activity parameters: - - *419 - *420 + - *421 responses: '200': description: Returns a weekly aggregate of the number of additions and deletions @@ -102558,7 +102644,7 @@ paths: application/json: schema: type: array - items: &704 + items: &705 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -102571,7 +102657,7 @@ paths: - 1124 - -435 '202': *37 - '204': *128 + '204': *129 '422': description: Repository contains more than 10,000 commits x-github: @@ -102591,8 +102677,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: - - *419 - *420 + - *421 responses: '200': description: Response @@ -102643,7 +102729,7 @@ paths: total: 89 week: 1336280400 '202': *37 - '204': *128 + '204': *129 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -102670,8 +102756,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-all-contributor-commit-activity parameters: - - *419 - *420 + - *421 responses: '200': description: Response @@ -102743,7 +102829,7 @@ paths: d: 77 c: 10 '202': *37 - '204': *128 + '204': *129 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -102765,8 +102851,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-weekly-commit-count parameters: - - *419 - *420 + - *421 responses: '200': description: The array order is oldest week (index 0) to most recent week. @@ -102920,8 +103006,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: - - *419 - *420 + - *421 responses: '200': description: For example, `[2, 14, 25]` indicates that there were 25 total @@ -102931,7 +103017,7 @@ paths: application/json: schema: type: array - items: *704 + items: *705 examples: default: value: @@ -102944,7 +103030,7 @@ paths: - - 0 - 2 - 21 - '204': *128 + '204': *129 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -102964,8 +103050,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#create-a-commit-status parameters: - - *419 - *420 + - *421 - name: sha in: path required: true @@ -103021,7 +103107,7 @@ paths: description: Response content: application/json: - schema: *705 + schema: *706 examples: default: value: @@ -103075,8 +103161,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#list-watchers parameters: - - *419 - *420 + - *421 - *17 - *19 responses: @@ -103088,9 +103174,9 @@ paths: type: array items: *4 examples: - default: *324 + default: *325 headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -103108,14 +103194,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#get-a-repository-subscription parameters: - - *419 - *420 + - *421 responses: '200': description: if you subscribe to the repository content: application/json: - schema: &706 + schema: &707 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -103188,8 +103274,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#set-a-repository-subscription parameters: - - *419 - *420 + - *421 requestBody: required: false content: @@ -103215,7 +103301,7 @@ paths: description: Response content: application/json: - schema: *706 + schema: *707 examples: default: value: @@ -103242,8 +103328,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#delete-a-repository-subscription parameters: - - *419 - *420 + - *421 responses: '204': description: Response @@ -103263,8 +103349,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-tags parameters: - - *419 - *420 + - *421 - *17 - *19 responses: @@ -103323,7 +103409,7 @@ paths: tarball_url: https://github.com/octocat/Hello-World/tarball/v0.1 node_id: MDQ6VXNlcjE= headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -103346,8 +103432,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: - - *419 - *420 + - *421 responses: '200': description: Response @@ -103355,7 +103441,7 @@ paths: application/json: schema: type: array - items: &707 + items: &708 title: Tag protection description: Tag protection type: object @@ -103412,8 +103498,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: - - *419 - *420 + - *421 requestBody: required: true content: @@ -103436,7 +103522,7 @@ paths: description: Response content: application/json: - schema: *707 + schema: *708 examples: default: value: @@ -103467,8 +103553,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: - - *419 - *420 + - *421 - name: tag_protection_id description: The unique identifier of the tag protection. in: path @@ -103505,8 +103591,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#download-a-repository-archive-tar operationId: repos/download-tarball-archive parameters: - - *419 - *420 + - *421 - name: ref in: path required: true @@ -103542,8 +103628,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-teams parameters: - - *419 - *420 + - *421 - *17 - *19 responses: @@ -103553,11 +103639,11 @@ paths: application/json: schema: type: array - items: *260 + items: *261 examples: - default: *335 + default: *336 headers: - Link: *38 + Link: *41 '404': *6 x-github: githubCloudOnly: false @@ -103575,8 +103661,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-all-repository-topics parameters: - - *419 - *420 + - *421 - *19 - *17 responses: @@ -103584,7 +103670,7 @@ paths: description: Response content: application/json: - schema: &708 + schema: &709 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -103596,7 +103682,7 @@ paths: required: - names examples: - default: &709 + default: &710 value: names: - octocat @@ -103619,8 +103705,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#replace-all-repository-topics parameters: - - *419 - *420 + - *421 requestBody: required: true content: @@ -103651,9 +103737,9 @@ paths: description: Response content: application/json: - schema: *708 + schema: *709 examples: - default: *709 + default: *710 '404': *6 '422': *7 x-github: @@ -103674,9 +103760,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-repository-clones parameters: - - *419 - *420 - - &710 + - *421 + - &711 name: per description: The time frame to display results for. in: query @@ -103707,7 +103793,7 @@ paths: - 128 clones: type: array - items: &711 + items: &712 title: Traffic type: object properties: @@ -103794,8 +103880,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-top-referral-paths parameters: - - *419 - *420 + - *421 responses: '200': description: Response @@ -103889,8 +103975,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-top-referral-sources parameters: - - *419 - *420 + - *421 responses: '200': description: Response @@ -103953,9 +104039,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-page-views parameters: - - *419 - *420 - - *710 + - *421 + - *711 responses: '200': description: Response @@ -103976,7 +104062,7 @@ paths: - 3782 views: type: array - items: *711 + items: *712 required: - uniques - count @@ -104053,8 +104139,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#transfer-a-repository parameters: - - *419 - *420 + - *421 requestBody: required: true content: @@ -104090,7 +104176,7 @@ paths: description: Response content: application/json: - schema: *232 + schema: *233 examples: default: value: @@ -104328,8 +104414,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: - - *419 - *420 + - *421 responses: '204': description: Response if repository is enabled with vulnerability alerts @@ -104352,8 +104438,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-vulnerability-alerts parameters: - - *419 - *420 + - *421 responses: '204': description: Response @@ -104375,8 +104461,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-vulnerability-alerts parameters: - - *419 - *420 + - *421 responses: '204': description: Response @@ -104402,8 +104488,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#download-a-repository-archive-zip operationId: repos/download-zipball-archive parameters: - - *419 - *420 + - *421 - name: ref in: path required: true @@ -104495,9 +104581,9 @@ paths: description: Response content: application/json: - schema: *432 + schema: *433 examples: - default: *434 + default: *435 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -104538,7 +104624,7 @@ paths: application/json: schema: type: array - items: *232 + items: *233 examples: default: value: @@ -104648,7 +104734,7 @@ paths: value: Engineering externalId: value: 8aa1a0c0-c4c3-4bc0-b4a5-2ef676900159 - - &719 + - &720 name: excludedAttributes description: Excludes the specified attribute from being returned in the results. Using this parameter can speed up response time. @@ -104658,7 +104744,7 @@ paths: type: string examples: - members - - &724 + - &725 name: startIndex description: 'Used for pagination: the starting index of the first result to return when paginating through values.' @@ -104670,7 +104756,7 @@ paths: format: int32 examples: - 1 - - &725 + - &726 name: count description: 'Used for pagination: the number of results to return per page.' in: query @@ -104714,7 +104800,7 @@ paths: Resources: type: array description: Information about each provisioned group. - items: &714 + items: &715 allOf: - type: object required: @@ -104796,7 +104882,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: &726 + meta: &727 type: object description: The metadata associated with the creation/updates to the user. @@ -104861,30 +104947,30 @@ paths: location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 startIndex: 1 itemsPerPage: 20 - '400': &715 + '400': &716 description: Bad request content: application/json: - schema: *712 + schema: *713 application/scim+json: - schema: *712 - '401': *713 - '403': &716 + schema: *713 + '401': *714 + '403': &717 description: Permission denied - '429': &717 + '429': &718 description: Too many requests content: application/json: - schema: *712 + schema: *713 application/scim+json: - schema: *712 - '500': &718 + schema: *713 + '500': &719 description: Internal server error content: application/json: - schema: *712 + schema: *713 application/scim+json: - schema: *712 + schema: *713 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -104908,7 +104994,7 @@ paths: required: true content: application/json: - schema: &722 + schema: &723 type: object required: - schemas @@ -104972,9 +105058,9 @@ paths: description: Group has been created content: application/scim+json: - schema: *714 + schema: *715 examples: - group: &720 + group: &721 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:Group @@ -104993,13 +105079,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': *715 - '401': *713 - '403': *716 - '409': &723 + '400': *716 + '401': *714 + '403': *717 + '409': &724 description: Duplicate record detected - '429': *717 - '500': *718 + '429': *718 + '500': *719 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -105016,7 +105102,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: - - &721 + - &722 name: scim_group_id description: A unique identifier of the SCIM group. in: path @@ -105025,22 +105111,22 @@ paths: type: string examples: - 7fce0092-d52e-4f76-b727-3955bd72c939 - - *719 + - *720 - *39 responses: '200': description: Success, a group was found content: application/scim+json: - schema: *714 + schema: *715 examples: - default: *720 - '400': *715 - '401': *713 - '403': *716 + default: *721 + '400': *716 + '401': *714 + '403': *717 '404': *6 - '429': *717 - '500': *718 + '429': *718 + '500': *719 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -105059,13 +105145,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: - - *721 + - *722 - *39 requestBody: required: true content: application/json: - schema: *722 + schema: *723 examples: group: summary: Group @@ -105091,17 +105177,17 @@ paths: description: Group was updated content: application/scim+json: - schema: *714 + schema: *715 examples: - group: *720 - groupWithMembers: *720 - '400': *715 - '401': *713 - '403': *716 + group: *721 + groupWithMembers: *721 + '400': *716 + '401': *714 + '403': *717 '404': *6 - '409': *723 - '429': *717 - '500': *718 + '409': *724 + '429': *718 + '500': *719 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -105125,13 +105211,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: - - *721 + - *722 - *39 requestBody: required: true content: application/json: - schema: &733 + schema: &734 type: object required: - Operations @@ -105191,17 +105277,17 @@ paths: description: Success, group was updated content: application/scim+json: - schema: *714 + schema: *715 examples: - updateGroup: *720 - addMembers: *720 - '400': *715 - '401': *713 - '403': *716 + updateGroup: *721 + addMembers: *721 + '400': *716 + '401': *714 + '403': *717 '404': *6 - '409': *723 - '429': *717 - '500': *718 + '409': *724 + '429': *718 + '500': *719 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -105217,17 +105303,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: - - *721 + - *722 - *39 responses: '204': description: Group was deleted, no content - '400': *715 - '401': *713 - '403': *716 + '400': *716 + '401': *714 + '403': *717 '404': *6 - '429': *717 - '500': *718 + '429': *718 + '500': *719 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -105261,8 +105347,8 @@ paths: value: userName eq 'E012345' externalId: value: externalId eq 'E012345' - - *724 - *725 + - *726 - *39 responses: '200': @@ -105296,7 +105382,7 @@ paths: Resources: type: array description: Information about each provisioned account. - items: &728 + items: &729 allOf: - type: object required: @@ -105388,7 +105474,7 @@ paths: address. examples: - true - roles: &727 + roles: &728 type: array description: The roles assigned to the user. items: @@ -105447,7 +105533,7 @@ paths: type: string description: Provisioned SCIM groups that the user is a member of. - meta: *726 + meta: *727 startIndex: type: integer description: A starting index for the returned page @@ -105486,11 +105572,11 @@ paths: primary: false startIndex: 1 itemsPerPage: 20 - '400': *715 - '401': *713 - '403': *716 - '429': *717 - '500': *718 + '400': *716 + '401': *714 + '403': *717 + '429': *718 + '500': *719 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -105514,7 +105600,7 @@ paths: required: true content: application/json: - schema: &731 + schema: &732 type: object required: - schemas @@ -105607,9 +105693,9 @@ paths: description: Whether this email address is the primary address. examples: - true - roles: *727 + roles: *728 examples: - user: &732 + user: &733 summary: User value: schemas: @@ -105656,9 +105742,9 @@ paths: description: User has been created content: application/scim+json: - schema: *728 + schema: *729 examples: - user: &729 + user: &730 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -105684,13 +105770,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: *729 - '400': *715 - '401': *713 - '403': *716 - '409': *723 - '429': *717 - '500': *718 + enterpriseOwner: *730 + '400': *716 + '401': *714 + '403': *717 + '409': *724 + '429': *718 + '500': *719 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -105707,7 +105793,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: - - &730 + - &731 name: scim_user_id description: The unique identifier of the SCIM user. in: path @@ -105720,15 +105806,15 @@ paths: description: Success, a user was found content: application/scim+json: - schema: *728 + schema: *729 examples: - default: *729 - '400': *715 - '401': *713 - '403': *716 + default: *730 + '400': *716 + '401': *714 + '403': *717 '404': *6 - '429': *717 - '500': *718 + '429': *718 + '500': *719 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -105750,30 +105836,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: - - *730 + - *731 - *39 requestBody: required: true content: application/json: - schema: *731 + schema: *732 examples: - user: *732 + user: *733 responses: '200': description: User was updated content: application/scim+json: - schema: *728 + schema: *729 examples: - user: *729 - '400': *715 - '401': *713 - '403': *716 + user: *730 + '400': *716 + '401': *714 + '403': *717 '404': *6 - '409': *723 - '429': *717 - '500': *718 + '409': *724 + '429': *718 + '500': *719 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -105808,13 +105894,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: - - *730 + - *731 - *39 requestBody: required: true content: application/json: - schema: *733 + schema: *734 examples: userMultiValuedProperties: summary: Multi Valued Property @@ -105854,18 +105940,18 @@ paths: description: Success, user was updated content: application/scim+json: - schema: *728 + schema: *729 examples: - userMultiValuedProperties: *729 - userSingleValuedProperties: *729 - disableUser: *729 - '400': *715 - '401': *713 - '403': *716 + userMultiValuedProperties: *730 + userSingleValuedProperties: *730 + disableUser: *730 + '400': *716 + '401': *714 + '403': *717 '404': *6 - '409': *723 - '429': *717 - '500': *718 + '409': *724 + '429': *718 + '500': *719 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -105885,17 +105971,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: - - *730 + - *731 - *39 responses: '204': description: User was deleted, no content - '400': *715 - '401': *713 - '403': *716 + '400': *716 + '401': *714 + '403': *717 '404': *6 - '429': *717 - '500': *718 + '429': *718 + '500': *719 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -105928,7 +106014,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#list-scim-provisioned-identities parameters: - - *74 + - *76 - name: startIndex description: 'Used for pagination: the index of the first result to return.' in: query @@ -105986,7 +106072,7 @@ paths: - 1 Resources: type: array - items: &734 + items: &735 title: SCIM /Users description: SCIM /Users provisioning endpoints type: object @@ -106233,22 +106319,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': &735 + '404': &736 description: Resource not found content: application/json: - schema: *712 + schema: *713 application/scim+json: - schema: *712 - '403': &736 + schema: *713 + '403': &737 description: Forbidden content: application/json: - schema: *712 + schema: *713 application/scim+json: - schema: *712 - '400': *715 - '429': *717 + schema: *713 + '400': *716 + '429': *718 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -106268,15 +106354,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#provision-and-invite-a-scim-user parameters: - - *74 + - *76 responses: '201': description: Response content: application/scim+json: - schema: *734 + schema: *735 examples: - default: &737 + default: &738 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -106299,17 +106385,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': *735 - '403': *736 - '500': *718 + '404': *736 + '403': *737 + '500': *719 '409': description: Conflict content: application/json: - schema: *712 + schema: *713 application/scim+json: - schema: *712 - '400': *715 + schema: *713 + '400': *716 requestBody: required: true content: @@ -106408,18 +106494,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#get-scim-provisioning-information-for-a-user parameters: - - *74 - - *730 + - *76 + - *731 responses: '200': description: Response content: application/scim+json: - schema: *734 + schema: *735 examples: - default: *737 - '404': *735 - '403': *736 + default: *738 + '404': *736 + '403': *737 '304': *35 x-github: githubCloudOnly: true @@ -106442,19 +106528,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-a-provisioned-organization-membership parameters: - - *74 - - *730 + - *76 + - *731 responses: '200': description: Response content: application/scim+json: - schema: *734 + schema: *735 examples: - default: *737 + default: *738 '304': *35 - '404': *735 - '403': *736 + '404': *736 + '403': *737 requestBody: required: true content: @@ -106568,20 +106654,20 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-an-attribute-for-a-scim-user parameters: - - *74 - - *730 + - *76 + - *731 responses: '200': description: Response content: application/scim+json: - schema: *734 + schema: *735 examples: - default: *737 + default: *738 '304': *35 - '404': *735 - '403': *736 - '400': *715 + '404': *736 + '403': *737 + '400': *716 '429': description: Response content: @@ -106676,13 +106762,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#delete-a-scim-user-from-an-organization parameters: - - *74 - - *730 + - *76 + - *731 responses: '204': description: Response - '404': *735 - '403': *736 + '404': *736 + '403': *737 '304': *35 x-github: githubCloudOnly: true @@ -106797,7 +106883,7 @@ paths: html_url: type: string format: uri - repository: *232 + repository: *233 score: type: number file_size: @@ -106816,7 +106902,7 @@ paths: examples: - 73..77 - 77..78 - text_matches: &738 + text_matches: &739 title: Search Result Text Matches type: array items: @@ -106931,7 +107017,7 @@ paths: releases_url: http://api.github.com/repos/octocat/Hello-World/releases{/id} score: 1 '304': *35 - '503': *162 + '503': *163 '422': *15 '403': *27 x-github: @@ -106980,7 +107066,7 @@ paths: enum: - author-date - committer-date - - &739 + - &740 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 @@ -107049,7 +107135,7 @@ paths: committer: anyOf: - type: 'null' - - *476 + - *477 comment_count: type: integer message: @@ -107068,7 +107154,7 @@ paths: url: type: string format: uri - verification: *592 + verification: *593 required: - author - committer @@ -107083,7 +107169,7 @@ paths: committer: anyOf: - type: 'null' - - *476 + - *477 parents: type: array items: @@ -107095,12 +107181,12 @@ paths: type: string sha: type: string - repository: *232 + repository: *233 score: type: number node_id: type: string - text_matches: *738 + text_matches: *739 required: - sha - node_id @@ -107283,7 +107369,7 @@ paths: - interactions - created - updated - - *739 + - *740 - *17 - *19 - name: advanced_search @@ -107380,11 +107466,11 @@ paths: type: - string - 'null' - sub_issues_summary: *740 - issue_dependencies_summary: *741 + sub_issues_summary: *741 + issue_dependencies_summary: *742 issue_field_values: type: array - items: *742 + items: *743 state: type: string state_reason: @@ -107398,7 +107484,7 @@ paths: milestone: anyOf: - type: 'null' - - *358 + - *359 comments: type: integer created_at: @@ -107412,7 +107498,7 @@ paths: - string - 'null' format: date-time - text_matches: *738 + text_matches: *739 pull_request: type: object properties: @@ -107450,10 +107536,10 @@ paths: type: string score: type: number - author_association: *172 + author_association: *173 draft: type: boolean - repository: *65 + repository: *67 body_html: type: string body_text: @@ -107461,12 +107547,12 @@ paths: timeline_url: type: string format: uri - type: *319 + type: *320 performed_via_github_app: anyOf: - type: 'null' - *5 - reactions: *173 + reactions: *174 required: - assignee - closed_at @@ -107582,7 +107668,7 @@ paths: locked: true author_association: COLLABORATOR state_reason: completed - '503': *162 + '503': *163 '422': *15 '304': *35 '403': *27 @@ -107638,7 +107724,7 @@ paths: enum: - created - updated - - *739 + - *740 - *17 - *19 responses: @@ -107683,7 +107769,7 @@ paths: - 'null' score: type: number - text_matches: *738 + text_matches: *739 required: - id - node_id @@ -107769,7 +107855,7 @@ paths: - forks - help-wanted-issues - updated - - *739 + - *740 - *17 - *19 responses: @@ -107988,7 +108074,7 @@ paths: license: anyOf: - type: 'null' - - *186 + - *187 permissions: type: object properties: @@ -108006,7 +108092,7 @@ paths: - admin - pull - push - text_matches: *738 + text_matches: *739 temp_clone_token: type: string allow_merge_commit: @@ -108209,7 +108295,7 @@ paths: spdx_id: MIT node_id: MDc6TGljZW5zZW1pdA== html_url: https://api.github.com/licenses/mit - '503': *162 + '503': *163 '422': *15 '304': *35 x-github: @@ -108315,7 +108401,7 @@ paths: - string - 'null' format: uri - text_matches: *738 + text_matches: *739 related: type: - array @@ -108510,7 +108596,7 @@ paths: - followers - repositories - joined - - *739 + - *740 - *17 - *19 responses: @@ -108620,7 +108706,7 @@ paths: type: - boolean - 'null' - text_matches: *738 + text_matches: *739 blog: type: - string @@ -108682,7 +108768,7 @@ paths: events_url: https://api.github.com/users/mojombo/events{/privacy} site_admin: true '304': *35 - '503': *162 + '503': *163 '422': *15 x-github: githubCloudOnly: false @@ -108702,7 +108788,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#get-a-team-legacy parameters: - - &743 + - &744 name: team_id description: The unique identifier of the team. in: path @@ -108714,9 +108800,9 @@ paths: description: Response content: application/json: - schema: *400 + schema: *401 examples: - default: *401 + default: *402 '404': *6 x-github: githubCloudOnly: false @@ -108743,7 +108829,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#update-a-team-legacy parameters: - - *743 + - *744 requestBody: required: true content: @@ -108807,16 +108893,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *400 + schema: *401 examples: - default: *401 + default: *402 '201': description: Response content: application/json: - schema: *400 + schema: *401 examples: - default: *401 + default: *402 '404': *6 '422': *15 '403': *27 @@ -108844,7 +108930,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#delete-a-team-legacy parameters: - - *743 + - *744 responses: '204': description: Response @@ -108875,8 +108961,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#list-discussions-legacy parameters: - - *743 - - *98 + - *744 + - *99 - *17 - *19 responses: @@ -108886,11 +108972,11 @@ paths: application/json: schema: type: array - items: *402 + items: *403 examples: - default: *744 + default: *745 headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -108917,7 +109003,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#create-a-discussion-legacy parameters: - - *743 + - *744 requestBody: required: true content: @@ -108951,9 +109037,9 @@ paths: description: Response content: application/json: - schema: *402 + schema: *403 examples: - default: *403 + default: *404 x-github: triggersNotification: true githubCloudOnly: false @@ -108980,16 +109066,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#get-a-discussion-legacy parameters: - - *743 - - *404 + - *744 + - *405 responses: '200': description: Response content: application/json: - schema: *402 + schema: *403 examples: - default: *403 + default: *404 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -109014,8 +109100,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#update-a-discussion-legacy parameters: - - *743 - - *404 + - *744 + - *405 requestBody: required: false content: @@ -109038,9 +109124,9 @@ paths: description: Response content: application/json: - schema: *402 + schema: *403 examples: - default: *745 + default: *746 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -109065,8 +109151,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#delete-a-discussion-legacy parameters: - - *743 - - *404 + - *744 + - *405 responses: '204': description: Response @@ -109095,9 +109181,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#list-discussion-comments-legacy parameters: - - *743 - - *404 - - *98 + - *744 + - *405 + - *99 - *17 - *19 responses: @@ -109107,11 +109193,11 @@ paths: application/json: schema: type: array - items: *405 + items: *406 examples: - default: *746 + default: *747 headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -109138,8 +109224,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#create-a-discussion-comment-legacy parameters: - - *743 - - *404 + - *744 + - *405 requestBody: required: true content: @@ -109161,9 +109247,9 @@ paths: description: Response content: application/json: - schema: *405 + schema: *406 examples: - default: *406 + default: *407 x-github: triggersNotification: true githubCloudOnly: false @@ -109190,17 +109276,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#get-a-discussion-comment-legacy parameters: - - *743 - - *404 - - *407 + - *744 + - *405 + - *408 responses: '200': description: Response content: application/json: - schema: *405 + schema: *406 examples: - default: *406 + default: *407 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -109225,9 +109311,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#update-a-discussion-comment-legacy parameters: - - *743 - - *404 - - *407 + - *744 + - *405 + - *408 requestBody: required: true content: @@ -109249,9 +109335,9 @@ paths: description: Response content: application/json: - schema: *405 + schema: *406 examples: - default: *747 + default: *748 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -109276,9 +109362,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#delete-a-discussion-comment-legacy parameters: - - *743 - - *404 - - *407 + - *744 + - *405 + - *408 responses: '204': description: Response @@ -109307,9 +109393,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: - - *743 - - *404 - - *407 + - *744 + - *405 + - *408 - 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. @@ -109335,11 +109421,11 @@ paths: application/json: schema: type: array - items: *408 + items: *409 examples: - default: *410 + default: *411 headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -109366,9 +109452,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: - - *743 - - *404 - - *407 + - *744 + - *405 + - *408 requestBody: required: true content: @@ -109400,9 +109486,9 @@ paths: description: Response content: application/json: - schema: *408 + schema: *409 examples: - default: *409 + default: *410 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -109428,8 +109514,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: - - *743 - - *404 + - *744 + - *405 - 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. @@ -109455,11 +109541,11 @@ paths: application/json: schema: type: array - items: *408 + items: *409 examples: - default: *410 + default: *411 headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -109486,8 +109572,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: - - *743 - - *404 + - *744 + - *405 requestBody: required: true content: @@ -109519,9 +109605,9 @@ paths: description: Response content: application/json: - schema: *408 + schema: *409 examples: - default: *409 + default: *410 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -109545,7 +109631,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-pending-team-invitations-legacy parameters: - - *743 + - *744 - *17 - *19 responses: @@ -109555,11 +109641,11 @@ paths: application/json: schema: type: array - items: *316 + items: *317 examples: - default: *317 + default: *318 headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -109583,7 +109669,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-team-members-legacy parameters: - - *743 + - *744 - name: role description: Filters members returned by their role in the team. in: query @@ -109606,9 +109692,9 @@ paths: type: array items: *4 examples: - default: *324 + default: *325 headers: - Link: *38 + Link: *41 '404': *6 x-github: githubCloudOnly: false @@ -109634,8 +109720,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-member-legacy parameters: - - *743 - - *254 + - *744 + - *255 responses: '204': description: if user is a member @@ -109671,8 +109757,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-team-member-legacy parameters: - - *743 - - *254 + - *744 + - *255 responses: '204': description: Response @@ -109711,8 +109797,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-member-legacy parameters: - - *743 - - *254 + - *744 + - *255 responses: '204': description: Response @@ -109748,16 +109834,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: - - *743 - - *254 + - *744 + - *255 responses: '200': description: Response content: application/json: - schema: *416 + schema: *417 examples: - response-if-user-is-a-team-maintainer: *748 + response-if-user-is-a-team-maintainer: *749 '404': *6 x-github: githubCloudOnly: false @@ -109790,8 +109876,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *743 - - *254 + - *744 + - *255 requestBody: required: false content: @@ -109816,9 +109902,9 @@ paths: description: Response content: application/json: - schema: *416 + schema: *417 examples: - response-if-users-membership-with-team-is-now-pending: *749 + response-if-users-membership-with-team-is-now-pending: *750 '403': description: Forbidden if team synchronization is set up '422': @@ -109852,8 +109938,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *743 - - *254 + - *744 + - *255 responses: '204': description: Response @@ -109881,7 +109967,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-projects-legacy parameters: - - *743 + - *744 - *17 - *19 responses: @@ -109891,11 +109977,11 @@ paths: application/json: schema: type: array - items: *417 + items: *418 examples: - default: *750 + default: *751 headers: - Link: *38 + Link: *41 '404': *6 x-github: githubCloudOnly: false @@ -109919,16 +110005,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: - - *743 - - *418 + - *744 + - *419 responses: '200': description: Response content: application/json: - schema: *417 + schema: *418 examples: - default: *751 + default: *752 '404': description: Not Found if project is not managed by this team x-github: @@ -109952,8 +110038,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: - - *743 - - *418 + - *744 + - *419 requestBody: required: false content: @@ -110020,8 +110106,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: - - *743 - - *418 + - *744 + - *419 responses: '204': description: Response @@ -110048,7 +110134,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-repositories-legacy parameters: - - *743 + - *744 - *17 - *19 responses: @@ -110058,11 +110144,11 @@ paths: application/json: schema: type: array - items: *232 + items: *233 examples: - default: *342 + default: *343 headers: - Link: *38 + Link: *41 '404': *6 x-github: githubCloudOnly: false @@ -110090,15 +110176,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: - - *743 - - *419 + - *744 - *420 + - *421 responses: '200': description: Alternative response with extra repository information content: application/json: - schema: *752 + schema: *753 examples: alternative-response-with-extra-repository-information: value: @@ -110249,9 +110335,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: - - *743 - - *419 + - *744 - *420 + - *421 requestBody: required: false content: @@ -110301,9 +110387,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: - - *743 - - *419 + - *744 - *420 + - *421 responses: '204': description: Response @@ -110332,15 +110418,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: - - *743 + - *744 responses: '200': description: Response content: application/json: - schema: *421 + schema: *422 examples: - default: *422 + default: *423 '403': *27 '404': *6 x-github: @@ -110367,7 +110453,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: - - *743 + - *744 requestBody: required: true content: @@ -110428,7 +110514,7 @@ paths: description: Response content: application/json: - schema: *421 + schema: *422 examples: default: value: @@ -110459,7 +110545,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-child-teams-legacy parameters: - - *743 + - *744 - *17 - *19 responses: @@ -110469,11 +110555,11 @@ paths: application/json: schema: type: array - items: *260 + items: *261 examples: - response-if-child-teams-exist: *753 + response-if-child-teams-exist: *754 headers: - Link: *38 + Link: *41 '404': *6 '403': *27 '422': *15 @@ -110504,7 +110590,7 @@ paths: application/json: schema: oneOf: - - &755 + - &756 title: Private User description: Private User type: object @@ -110754,7 +110840,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *754 + - *755 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -110914,7 +111000,7 @@ paths: description: Response content: application/json: - schema: *755 + schema: *756 examples: default: value: @@ -110993,7 +111079,7 @@ paths: type: array items: *4 examples: - default: *324 + default: *325 '304': *35 '404': *6 '403': *27 @@ -111016,7 +111102,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/blocking#check-if-a-user-is-blocked-by-the-authenticated-user parameters: - - *254 + - *255 responses: '204': description: If the user is blocked @@ -111044,7 +111130,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/blocking#block-a-user parameters: - - *254 + - *255 responses: '204': description: Response @@ -111068,7 +111154,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/blocking#unblock-a-user parameters: - - *254 + - *255 responses: '204': description: Response @@ -111117,11 +111203,11 @@ paths: type: integer codespaces: type: array - items: *325 + items: *326 examples: - default: *326 + default: *327 '304': *35 - '500': *89 + '500': *38 '401': *23 '403': *27 '404': *6 @@ -111258,21 +111344,21 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *325 + schema: *326 examples: - default: *526 + default: *527 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *325 + schema: *326 examples: - default: *526 + default: *527 '401': *23 '403': *27 '404': *6 - '503': *162 + '503': *163 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -111312,7 +111398,7 @@ paths: type: integer secrets: type: array - items: &756 + items: &757 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -111354,9 +111440,9 @@ paths: - visibility - selected_repositories_url examples: - default: *528 + default: *529 headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -111426,13 +111512,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#get-a-secret-for-the-authenticated-user parameters: - - *242 + - *243 responses: '200': description: Response content: application/json: - schema: *756 + schema: *757 examples: default: value: @@ -111462,7 +111548,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#create-or-update-a-secret-for-the-authenticated-user parameters: - - *242 + - *243 requestBody: required: true content: @@ -111507,7 +111593,7 @@ paths: description: Response after successfully creating a secret content: application/json: - schema: *243 + schema: *244 examples: default: value: @@ -111535,7 +111621,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#delete-a-secret-for-the-authenticated-user parameters: - - *242 + - *243 responses: '204': description: Response @@ -111560,7 +111646,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#list-selected-repositories-for-a-user-secret parameters: - - *242 + - *243 responses: '200': description: Response @@ -111576,13 +111662,13 @@ paths: type: integer repositories: type: array - items: *232 + items: *233 examples: - default: *757 + default: *758 '401': *23 '403': *27 '404': *6 - '500': *89 + '500': *38 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -111603,7 +111689,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#set-selected-repositories-for-a-user-secret parameters: - - *242 + - *243 requestBody: required: true content: @@ -111635,7 +111721,7 @@ paths: '401': *23 '403': *27 '404': *6 - '500': *89 + '500': *38 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -111657,7 +111743,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#add-a-selected-repository-to-a-user-secret parameters: - - *242 + - *243 - name: repository_id in: path required: true @@ -111669,7 +111755,7 @@ paths: '401': *23 '403': *27 '404': *6 - '500': *89 + '500': *38 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -111690,7 +111776,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#remove-a-selected-repository-from-a-user-secret parameters: - - *242 + - *243 - name: repository_id in: path required: true @@ -111702,7 +111788,7 @@ paths: '401': *23 '403': *27 '404': *6 - '500': *89 + '500': *38 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -111722,17 +111808,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-a-codespace-for-the-authenticated-user parameters: - - *327 + - *328 responses: '200': description: Response content: application/json: - schema: *325 + schema: *326 examples: - default: *526 + default: *527 '304': *35 - '500': *89 + '500': *38 '401': *23 '403': *27 '404': *6 @@ -111756,7 +111842,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#update-a-codespace-for-the-authenticated-user parameters: - - *327 + - *328 requestBody: required: false content: @@ -111786,9 +111872,9 @@ paths: description: Response content: application/json: - schema: *325 + schema: *326 examples: - default: *526 + default: *527 '401': *23 '403': *27 '404': *6 @@ -111810,11 +111896,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#delete-a-codespace-for-the-authenticated-user parameters: - - *327 + - *328 responses: '202': *37 '304': *35 - '500': *89 + '500': *38 '401': *23 '403': *27 '404': *6 @@ -111839,13 +111925,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#export-a-codespace-for-the-authenticated-user parameters: - - *327 + - *328 responses: '202': description: Response content: application/json: - schema: &758 + schema: &759 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -111898,7 +111984,7 @@ paths: examples: - https://github.com/octocat/hello-world/tree/:branch examples: - default: &759 + default: &760 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -111906,7 +111992,7 @@ paths: sha: fd95a81ca01e48ede9f39c799ecbcef817b8a3b2 id: latest export_url: https://api.github.com/user/codespaces/:name/exports/latest - '500': *89 + '500': *38 '401': *23 '403': *27 '404': *6 @@ -111930,7 +112016,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-details-about-a-codespace-export parameters: - - *327 + - *328 - name: export_id in: path required: true @@ -111943,9 +112029,9 @@ paths: description: Response content: application/json: - schema: *758 + schema: *759 examples: - default: *759 + default: *760 '404': *6 x-github: githubCloudOnly: false @@ -111966,7 +112052,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/machines#list-machine-types-for-a-codespace parameters: - - *327 + - *328 responses: '200': description: Response @@ -111982,11 +112068,11 @@ paths: type: integer machines: type: array - items: *527 + items: *528 examples: - default: *760 + default: *761 '304': *35 - '500': *89 + '500': *38 '401': *23 '403': *27 '404': *6 @@ -112013,7 +112099,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#create-a-repository-from-an-unpublished-codespace parameters: - - *327 + - *328 requestBody: required: true content: @@ -112069,11 +112155,11 @@ paths: - 26a7c758-7299-4a73-b978-5a92a7ae98a0 owner: *4 billable_owner: *4 - repository: *432 + repository: *433 machine: anyOf: - type: 'null' - - *527 + - *528 devcontainer_path: description: Path to devcontainer.json from repo root used to create Codespace. @@ -112870,17 +112956,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#start-a-codespace-for-the-authenticated-user parameters: - - *327 + - *328 responses: '200': description: Response content: application/json: - schema: *325 + schema: *326 examples: - default: *526 + default: *527 '304': *35 - '500': *89 + '500': *38 '400': *14 '401': *23 '402': @@ -112890,7 +112976,7 @@ paths: schema: *3 '403': *27 '404': *6 - '409': *106 + '409': *107 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -112910,16 +112996,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#stop-a-codespace-for-the-authenticated-user parameters: - - *327 + - *328 responses: '200': description: Response content: application/json: - schema: *325 + schema: *326 examples: - default: *526 - '500': *89 + default: *527 + '500': *38 '401': *23 '403': *27 '404': *6 @@ -112948,9 +113034,9 @@ paths: application/json: schema: type: array - items: *336 + items: *337 examples: - default: &772 + default: &773 value: - id: 197 name: hello_docker @@ -113051,7 +113137,7 @@ paths: application/json: schema: type: array - items: &761 + items: &762 title: Email description: Email type: object @@ -113121,16 +113207,16 @@ paths: application/json: schema: type: array - items: *761 + items: *762 examples: - default: &774 + default: &775 value: - email: octocat@github.com verified: true primary: true visibility: public headers: - Link: *38 + Link: *41 '304': *35 '404': *6 '403': *27 @@ -113200,7 +113286,7 @@ paths: application/json: schema: type: array - items: *761 + items: *762 examples: default: value: @@ -113312,9 +113398,9 @@ paths: type: array items: *4 examples: - default: *324 + default: *325 headers: - Link: *38 + Link: *41 '304': *35 '403': *27 '401': *23 @@ -113345,9 +113431,9 @@ paths: type: array items: *4 examples: - default: *324 + default: *325 headers: - Link: *38 + Link: *41 '304': *35 '403': *27 '401': *23 @@ -113367,7 +113453,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/followers#check-if-a-person-is-followed-by-the-authenticated-user parameters: - - *254 + - *255 responses: '204': description: if the person is followed by the authenticated user @@ -113397,7 +113483,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/followers#follow-a-user parameters: - - *254 + - *255 responses: '204': description: Response @@ -113422,7 +113508,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/followers#unfollow-a-user parameters: - - *254 + - *255 responses: '204': description: Response @@ -113458,7 +113544,7 @@ paths: application/json: schema: type: array - items: &762 + items: &763 title: GPG Key description: A unique encryption key type: object @@ -113603,7 +113689,7 @@ paths: - subkeys - revoked examples: - default: &792 + default: &793 value: - id: 3 name: Octocat's GPG Key @@ -113635,7 +113721,7 @@ paths: revoked: false raw_key: string headers: - Link: *38 + Link: *41 '304': *35 '404': *6 '403': *27 @@ -113688,9 +113774,9 @@ paths: description: Response content: application/json: - schema: *762 + schema: *763 examples: - default: &763 + default: &764 value: id: 3 name: Octocat's GPG Key @@ -113747,7 +113833,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: - - &764 + - &765 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -113759,9 +113845,9 @@ paths: description: Response content: application/json: - schema: *762 + schema: *763 examples: - default: *763 + default: *764 '404': *6 '304': *35 '403': *27 @@ -113784,7 +113870,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: - - *764 + - *765 responses: '204': description: Response @@ -113927,7 +114013,7 @@ paths: suspended_at: suspended_by: headers: - Link: *38 + Link: *41 '304': *35 '403': *27 '401': *23 @@ -113973,11 +114059,11 @@ paths: type: string repositories: type: array - items: *65 + items: *67 examples: - default: *227 + default: *228 headers: - Link: *38 + Link: *41 '404': *6 '403': *27 '304': *35 @@ -114000,7 +114086,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/apps/installations#add-a-repository-to-an-app-installation parameters: - *21 - - *226 + - *227 responses: '204': description: Response @@ -114026,7 +114112,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/apps/installations#remove-a-repository-from-an-app-installation parameters: - *21 - - *226 + - *227 responses: '204': description: Response @@ -114060,12 +114146,12 @@ paths: application/json: schema: anyOf: - - *314 + - *315 - type: object properties: {} additionalProperties: false examples: - default: *315 + default: *316 '204': description: Response when there are no restrictions x-github: @@ -114089,7 +114175,7 @@ paths: required: true content: application/json: - schema: *603 + schema: *604 examples: default: value: @@ -114100,7 +114186,7 @@ paths: description: Response content: application/json: - schema: *314 + schema: *315 examples: default: value: @@ -114181,7 +114267,7 @@ paths: - closed - all default: open - - *322 + - *323 - name: sort description: What to sort results by. in: query @@ -114193,8 +114279,8 @@ paths: - updated - comments default: created - - *98 - - *175 + - *99 + - *176 - *17 - *19 responses: @@ -114204,11 +114290,11 @@ paths: application/json: schema: type: array - items: *185 + items: *186 examples: - default: *323 + default: *324 headers: - Link: *38 + Link: *41 '404': *6 '304': *35 x-github: @@ -114239,7 +114325,7 @@ paths: application/json: schema: type: array - items: &765 + items: &766 title: Key description: Key type: object @@ -114291,7 +114377,7 @@ paths: verified: false read_only: false headers: - Link: *38 + Link: *41 '304': *35 '404': *6 '403': *27 @@ -114342,9 +114428,9 @@ paths: description: Response content: application/json: - schema: *765 + schema: *766 examples: - default: &766 + default: &767 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -114377,15 +114463,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: - - *630 + - *631 responses: '200': description: Response content: application/json: - schema: *765 + schema: *766 examples: - default: *766 + default: *767 '404': *6 '304': *35 '403': *27 @@ -114408,7 +114494,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: - - *630 + - *631 responses: '204': description: Response @@ -114441,7 +114527,7 @@ paths: application/json: schema: type: array - items: &767 + items: &768 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -114509,7 +114595,7 @@ paths: - id - type - login - plan: *188 + plan: *189 required: - billing_cycle - next_billing_date @@ -114520,7 +114606,7 @@ paths: - account - plan examples: - default: &768 + default: &769 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -114553,7 +114639,7 @@ paths: - Up to 25 private repositories - 11 concurrent builds headers: - Link: *38 + Link: *41 '304': *35 '401': *23 '404': *6 @@ -114582,11 +114668,11 @@ paths: application/json: schema: type: array - items: *767 + items: *768 examples: - default: *768 + default: *769 headers: - Link: *38 + Link: *41 '304': *35 '401': *23 x-github: @@ -114624,7 +114710,7 @@ paths: application/json: schema: type: array - items: *328 + items: *329 examples: default: value: @@ -114701,7 +114787,7 @@ paths: type: User site_admin: false headers: - Link: *38 + Link: *41 '304': *35 '403': *27 '401': *23 @@ -114726,13 +114812,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#get-an-organization-membership-for-the-authenticated-user parameters: - - *74 + - *76 responses: '200': description: Response content: application/json: - schema: *328 + schema: *329 examples: default: value: @@ -114790,7 +114876,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#update-an-organization-membership-for-the-authenticated-user parameters: - - *74 + - *76 requestBody: required: true content: @@ -114815,7 +114901,7 @@ paths: description: Response content: application/json: - schema: *328 + schema: *329 examples: default: value: @@ -114883,7 +114969,7 @@ paths: application/json: schema: type: array - items: *330 + items: *331 examples: default: value: @@ -115036,7 +115122,7 @@ paths: updated_at: '2015-07-06T15:33:38-07:00' node_id: MDQ6VXNlcjE= headers: - Link: *38 + Link: *41 '304': *35 '403': *27 '401': *23 @@ -115145,7 +115231,7 @@ paths: description: Response content: application/json: - schema: *330 + schema: *331 examples: default: value: @@ -115325,7 +115411,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#get-a-user-migration-status parameters: - - *331 + - *332 - name: exclude in: query required: false @@ -115338,7 +115424,7 @@ paths: description: Response content: application/json: - schema: *330 + schema: *331 examples: default: value: @@ -115532,7 +115618,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#download-a-user-migration-archive parameters: - - *331 + - *332 responses: '302': description: Response @@ -115558,7 +115644,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#delete-a-user-migration-archive parameters: - - *331 + - *332 responses: '204': description: Response @@ -115587,8 +115673,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#unlock-a-user-repository parameters: - - *331 - - *769 + - *332 + - *770 responses: '204': description: Response @@ -115612,7 +115698,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#list-repositories-for-a-user-migration parameters: - - *331 + - *332 - *17 - *19 responses: @@ -115622,11 +115708,11 @@ paths: application/json: schema: type: array - items: *232 + items: *233 examples: - default: *342 + default: *343 headers: - Link: *38 + Link: *41 '404': *6 x-github: githubCloudOnly: false @@ -115659,11 +115745,11 @@ paths: application/json: schema: type: array - items: *60 + items: *62 examples: - default: *770 + default: *771 headers: - Link: *38 + Link: *41 '304': *35 '403': *27 '401': *23 @@ -115703,7 +115789,7 @@ paths: - docker - nuget - container - - *771 + - *772 - *19 - *17 responses: @@ -115713,10 +115799,10 @@ paths: application/json: schema: type: array - items: *336 + items: *337 examples: - default: *772 - '400': *773 + default: *773 + '400': *774 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -115736,16 +115822,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-for-the-authenticated-user parameters: - - *338 - *339 + - *340 responses: '200': description: Response content: application/json: - schema: *336 + schema: *337 examples: - default: &793 + default: &794 value: id: 40201 name: octo-name @@ -115858,8 +115944,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-for-the-authenticated-user parameters: - - *338 - *339 + - *340 responses: '204': description: Response @@ -115889,8 +115975,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-for-the-authenticated-user parameters: - - *338 - *339 + - *340 - name: token description: package token schema: @@ -115922,8 +116008,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#list-package-versions-for-a-package-owned-by-the-authenticated-user parameters: - - *338 - *339 + - *340 - *19 - *17 - name: state @@ -115943,7 +116029,7 @@ paths: application/json: schema: type: array - items: *340 + items: *341 examples: default: value: @@ -115992,15 +116078,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-version-for-the-authenticated-user parameters: - - *338 - *339 - - *341 + - *340 + - *342 responses: '200': description: Response content: application/json: - schema: *340 + schema: *341 examples: default: value: @@ -116036,9 +116122,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-version-for-the-authenticated-user parameters: - - *338 - *339 - - *341 + - *340 + - *342 responses: '204': description: Response @@ -116068,9 +116154,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-version-for-the-authenticated-user parameters: - - *338 - *339 - - *341 + - *340 + - *342 responses: '204': description: Response @@ -116128,7 +116214,7 @@ paths: description: Response content: application/json: - schema: *352 + schema: *353 examples: default: value: @@ -116200,11 +116286,11 @@ paths: application/json: schema: type: array - items: *761 + items: *762 examples: - default: *774 + default: *775 headers: - Link: *38 + Link: *41 '304': *35 '404': *6 '403': *27 @@ -116313,9 +116399,9 @@ paths: application/json: schema: type: array - items: *65 + items: *67 examples: - default: &781 + default: &782 summary: Default response value: - id: 1296269 @@ -116436,7 +116522,7 @@ paths: open_issues: 1 watchers: 1 headers: - Link: *38 + Link: *41 '422': *15 '304': *35 '403': *27 @@ -116633,9 +116719,9 @@ paths: description: Response content: application/json: - schema: *432 + schema: *433 examples: - default: *434 + default: *435 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -116673,11 +116759,11 @@ paths: application/json: schema: type: array - items: *605 + items: *606 examples: - default: *775 + default: *776 headers: - Link: *38 + Link: *41 '304': *35 '404': *6 '403': *27 @@ -116698,12 +116784,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#accept-a-repository-invitation parameters: - - *318 + - *319 responses: '204': description: Response '403': *27 - '409': *106 + '409': *107 '404': *6 '304': *35 x-github: @@ -116721,11 +116807,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#decline-a-repository-invitation parameters: - - *318 + - *319 responses: '204': description: Response - '409': *106 + '409': *107 '304': *35 '404': *6 '403': *27 @@ -116754,7 +116840,7 @@ paths: application/json: schema: type: array - items: &776 + items: &777 title: Social account description: Social media account type: object @@ -116771,12 +116857,12 @@ paths: - provider - url examples: - default: &777 + default: &778 value: - provider: twitter url: https://twitter.com/github headers: - Link: *38 + Link: *41 '304': *35 '404': *6 '403': *27 @@ -116834,9 +116920,9 @@ paths: application/json: schema: type: array - items: *776 + items: *777 examples: - default: *777 + default: *778 '422': *15 '304': *35 '404': *6 @@ -116924,7 +117010,7 @@ paths: application/json: schema: type: array - items: &778 + items: &779 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -116944,7 +117030,7 @@ paths: - title - created_at examples: - default: &794 + default: &795 value: - key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -116957,7 +117043,7 @@ paths: title: ssh-rsa AAAAB3NzaC1yc2EAAB created_at: '2020-07-11T21:31:57Z' headers: - Link: *38 + Link: *41 '304': *35 '404': *6 '403': *27 @@ -117011,9 +117097,9 @@ paths: description: Response content: application/json: - schema: *778 + schema: *779 examples: - default: &779 + default: &780 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -117044,7 +117130,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: - - &780 + - &781 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -117056,9 +117142,9 @@ paths: description: Response content: application/json: - schema: *778 + schema: *779 examples: - default: *779 + default: *780 '404': *6 '304': *35 '403': *27 @@ -117081,7 +117167,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: - - *780 + - *781 responses: '204': description: Response @@ -117110,7 +117196,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: - - &795 + - &796 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 @@ -117123,7 +117209,7 @@ paths: - created - updated default: created - - *98 + - *99 - *17 - *19 responses: @@ -117133,13 +117219,13 @@ paths: application/json: schema: type: array - items: *65 + items: *67 examples: - default-response: *781 + default-response: *782 application/vnd.github.v3.star+json: schema: type: array - items: &796 + items: &797 title: Starred Repository description: Starred Repository type: object @@ -117147,7 +117233,7 @@ paths: starred_at: type: string format: date-time - repo: *65 + repo: *67 required: - starred_at - repo @@ -117275,7 +117361,7 @@ paths: open_issues: 1 watchers: 1 headers: - Link: *38 + Link: *41 '304': *35 '403': *27 '401': *23 @@ -117295,8 +117381,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: - - *419 - *420 + - *421 responses: '204': description: Response if this repository is starred by you @@ -117324,8 +117410,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: - - *419 - *420 + - *421 responses: '204': description: Response @@ -117349,8 +117435,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: - - *419 - *420 + - *421 responses: '204': description: Response @@ -117383,11 +117469,11 @@ paths: application/json: schema: type: array - items: *232 + items: *233 examples: - default: *342 + default: *343 headers: - Link: *38 + Link: *41 '304': *35 '403': *27 '401': *23 @@ -117422,7 +117508,7 @@ paths: application/json: schema: type: array - items: *400 + items: *401 examples: default: value: @@ -117473,7 +117559,7 @@ paths: updated_at: '2017-08-17T12:37:15Z' type: Organization headers: - Link: *38 + Link: *41 '304': *35 '404': *6 '403': *27 @@ -117500,7 +117586,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/users#get-a-user-using-their-id parameters: - - *190 + - *191 responses: '200': description: Response @@ -117508,10 +117594,10 @@ paths: application/json: schema: oneOf: + - *756 - *755 - - *754 examples: - default-response: &787 + default-response: &788 summary: Default response value: login: octocat @@ -117546,7 +117632,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &788 + response-with-git-hub-plan-information: &789 summary: Response with GitHub plan information value: login: octocat @@ -117606,7 +117692,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/users#list-users parameters: - - *782 + - *783 - *17 responses: '200': @@ -117617,7 +117703,7 @@ paths: type: array items: *4 examples: - default: *324 + default: *325 headers: Link: example: ; rel="next" @@ -117640,8 +117726,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#get-project-for-user parameters: - - *355 - - &783 + - *356 + - &784 name: user_id description: The unique identifier of the user. in: path @@ -117653,11 +117739,11 @@ paths: description: Response content: application/json: - schema: *353 + schema: *354 examples: - default: *354 + default: *355 headers: - Link: *38 + Link: *41 '304': *35 '403': *27 '401': *23 @@ -117677,11 +117763,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/fields#list-project-fields-for-user parameters: - - *355 - - *783 + - *356 + - *784 - *17 - - *96 - *97 + - *98 responses: '200': description: Response @@ -117689,11 +117775,11 @@ paths: application/json: schema: type: array - items: *356 + items: *357 examples: - default: *357 + default: *358 headers: - Link: *38 + Link: *41 '304': *35 '403': *27 '401': *23 @@ -117713,19 +117799,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/fields#get-project-field-for-user parameters: - - *355 + - *356 + - *785 - *784 - - *783 responses: '200': description: Response content: application/json: - schema: *356 + schema: *357 examples: - default: *357 + default: *358 headers: - Link: *38 + Link: *41 '304': *35 '403': *27 '401': *23 @@ -117746,10 +117832,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#list-items-for-a-user-owned-project parameters: - - *355 - - *783 - - *96 + - *356 + - *784 - *97 + - *98 - *17 - name: q description: Search query to filter items, see [Filtering projects](https://docs.github.com/enterprise-cloud@latest//issues/planning-and-tracking-with-projects/customizing-views-in-your-project/filtering-projects) @@ -117777,11 +117863,11 @@ paths: application/json: schema: type: array - items: *361 + items: *362 examples: - default: *362 + default: *363 headers: - Link: *38 + Link: *41 '304': *35 '403': *27 '401': *23 @@ -117800,8 +117886,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#add-item-to-user-owned-project parameters: - - *783 - - *355 + - *784 + - *356 requestBody: required: true description: Details of the item to add to the project. @@ -117838,9 +117924,9 @@ paths: description: Response content: application/json: - schema: *785 + schema: *786 examples: - default: *786 + default: *787 '304': *35 '403': *27 '401': *23 @@ -117860,9 +117946,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#get-an-item-for-a-user-owned-project parameters: - - *355 - - *783 - - *363 + - *356 + - *784 + - *364 - name: fields description: Limit results to specific fields, by their IDs. If not specified, the title field will be returned. @@ -117880,11 +117966,11 @@ paths: description: Response content: application/json: - schema: *361 + schema: *362 examples: - default: *362 + default: *363 headers: - Link: *38 + Link: *41 '304': *35 '403': *27 '401': *23 @@ -117903,9 +117989,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#update-project-item-for-user parameters: - - *355 - - *783 - - *363 + - *356 + - *784 + - *364 requestBody: required: true description: Field updates to apply to the project item. Only text, number, @@ -117978,9 +118064,9 @@ paths: description: Response content: application/json: - schema: *361 + schema: *362 examples: - default: *362 + default: *363 '401': *23 '403': *27 '404': *6 @@ -118000,9 +118086,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#delete-project-item-for-user parameters: - - *355 - - *783 - - *363 + - *356 + - *784 + - *364 responses: '204': description: Response @@ -118031,7 +118117,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/users#get-a-user parameters: - - *254 + - *255 responses: '200': description: Response @@ -118039,11 +118125,11 @@ paths: application/json: schema: oneOf: + - *756 - *755 - - *754 examples: - default-response: *787 - response-with-git-hub-plan-information: *788 + default-response: *788 + response-with-git-hub-plan-information: *789 '404': *6 x-github: githubCloudOnly: false @@ -118067,9 +118153,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/users/attestations#list-attestations-by-bulk-subject-digests parameters: - *17 - - *96 - *97 - - *254 + - *98 + - *255 requestBody: required: true content: @@ -118092,8 +118178,8 @@ paths: required: - subject_digests examples: - default: *789 - withPredicateType: *790 + default: *790 + withPredicateType: *791 responses: '200': description: Response @@ -118147,7 +118233,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *791 + default: *792 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -118165,7 +118251,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/attestations#delete-attestations-in-bulk parameters: - - *254 + - *255 requestBody: required: true content: @@ -118230,7 +118316,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/attestations#delete-attestations-by-subject-digest parameters: - - *254 + - *255 - name: subject_digest description: Subject Digest in: path @@ -118261,7 +118347,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/attestations#delete-attestations-by-id parameters: - - *254 + - *255 - name: attestation_id description: Attestation ID in: path @@ -118297,9 +118383,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/users/attestations#list-attestations parameters: - *17 - - *96 - *97 - - *254 + - *98 + - *255 - name: subject_digest description: Subject Digest in: path @@ -118349,12 +118435,12 @@ paths: bundle_url: type: string examples: - default: *472 + default: *473 '201': description: Response content: application/json: - schema: *243 + schema: *244 examples: default: value: @@ -118380,7 +118466,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-list-of-conflicting-packages-during-docker-migration-for-user parameters: - - *254 + - *255 responses: '200': description: Response @@ -118388,9 +118474,9 @@ paths: application/json: schema: type: array - items: *336 + items: *337 examples: - default: *772 + default: *773 '403': *27 '401': *23 x-github: @@ -118413,7 +118499,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-events-for-the-authenticated-user parameters: - - *254 + - *255 - *17 - *19 responses: @@ -118423,7 +118509,7 @@ paths: application/json: schema: type: array - items: *196 + items: *197 examples: default: value: @@ -118494,8 +118580,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-organization-events-for-the-authenticated-user parameters: - - *254 - - *74 + - *255 + - *76 - *17 - *19 responses: @@ -118505,7 +118591,7 @@ paths: application/json: schema: type: array - items: *196 + items: *197 examples: default: value: @@ -118584,7 +118670,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-public-events-for-a-user parameters: - - *254 + - *255 - *17 - *19 responses: @@ -118594,7 +118680,7 @@ paths: application/json: schema: type: array - items: *196 + items: *197 examples: default: value: @@ -118661,7 +118747,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/followers#list-followers-of-a-user parameters: - - *254 + - *255 - *17 - *19 responses: @@ -118673,9 +118759,9 @@ paths: type: array items: *4 examples: - default: *324 + default: *325 headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -118692,7 +118778,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/followers#list-the-people-a-user-follows parameters: - - *254 + - *255 - *17 - *19 responses: @@ -118704,9 +118790,9 @@ paths: type: array items: *4 examples: - default: *324 + default: *325 headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -118723,7 +118809,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/followers#check-if-a-user-follows-another-user parameters: - - *254 + - *255 - name: target_user in: path required: true @@ -118750,8 +118836,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#list-gists-for-a-user parameters: - - *254 - - *175 + - *255 + - *176 - *17 - *19 responses: @@ -118761,11 +118847,11 @@ paths: application/json: schema: type: array - items: *176 + items: *177 examples: - default: *177 + default: *178 headers: - Link: *38 + Link: *41 '422': *15 x-github: githubCloudOnly: false @@ -118784,7 +118870,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/gpg-keys#list-gpg-keys-for-a-user parameters: - - *254 + - *255 - *17 - *19 responses: @@ -118794,11 +118880,11 @@ paths: application/json: schema: type: array - items: *762 + items: *763 examples: - default: *792 + default: *793 headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -118820,7 +118906,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/users#get-contextual-information-for-a-user parameters: - - *254 + - *255 - name: subject_type description: Identifies which additional information you'd like to receive about the person's hovercard. Can be `organization`, `repository`, `issue`, @@ -118892,7 +118978,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/apps#get-a-user-installation-for-the-authenticated-app parameters: - - *254 + - *255 responses: '200': description: Response @@ -118900,7 +118986,7 @@ paths: application/json: schema: *20 examples: - default: *602 + default: *603 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -118918,7 +119004,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/keys#list-public-keys-for-a-user parameters: - - *254 + - *255 - *17 - *19 responses: @@ -118954,7 +119040,7 @@ paths: - id: 1 key: ssh-rsa AAA... headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -118974,7 +119060,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#list-organizations-for-a-user parameters: - - *254 + - *255 - *17 - *19 responses: @@ -118984,11 +119070,11 @@ paths: application/json: schema: type: array - items: *60 + items: *62 examples: - default: *770 + default: *771 headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -119025,8 +119111,8 @@ paths: - docker - nuget - container - - *771 - - *254 + - *772 + - *255 - *19 - *17 responses: @@ -119036,12 +119122,12 @@ paths: application/json: schema: type: array - items: *336 + items: *337 examples: - default: *772 + default: *773 '403': *27 '401': *23 - '400': *773 + '400': *774 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -119061,17 +119147,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-for-a-user parameters: - - *338 - *339 - - *254 + - *340 + - *255 responses: '200': description: Response content: application/json: - schema: *336 + schema: *337 examples: - default: *793 + default: *794 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -119092,9 +119178,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-for-a-user parameters: - - *338 - *339 - - *254 + - *340 + - *255 responses: '204': description: Response @@ -119126,9 +119212,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-for-a-user parameters: - - *338 - *339 - - *254 + - *340 + - *255 - name: token description: package token schema: @@ -119160,9 +119246,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#list-package-versions-for-a-package-owned-by-a-user parameters: - - *338 - *339 - - *254 + - *340 + - *255 responses: '200': description: Response @@ -119170,7 +119256,7 @@ paths: application/json: schema: type: array - items: *340 + items: *341 examples: default: value: @@ -119228,16 +119314,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-version-for-a-user parameters: - - *338 - *339 - - *341 - - *254 + - *340 + - *342 + - *255 responses: '200': description: Response content: application/json: - schema: *340 + schema: *341 examples: default: value: @@ -119272,10 +119358,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-package-version-for-a-user parameters: - - *338 - *339 - - *254 - - *341 + - *340 + - *255 + - *342 responses: '204': description: Response @@ -119307,10 +119393,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-package-version-for-a-user parameters: - - *338 - *339 - - *254 - - *341 + - *340 + - *255 + - *342 responses: '204': description: Response @@ -119336,7 +119422,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#list-user-projects parameters: - - *254 + - *255 - name: state description: Indicates the state of the projects to return. in: query @@ -119357,7 +119443,7 @@ paths: application/json: schema: type: array - items: *352 + items: *353 examples: default: value: @@ -119393,7 +119479,7 @@ paths: created_at: '2011-04-10T20:09:31Z' updated_at: '2014-03-03T18:58:10Z' headers: - Link: *38 + Link: *41 '422': *15 x-github: githubCloudOnly: false @@ -119415,15 +119501,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#list-projects-for-user parameters: - - *254 + - *255 - name: q description: Limit results to projects of the specified type. in: query required: false schema: type: string - - *96 - *97 + - *98 - *17 responses: '200': @@ -119432,11 +119518,11 @@ paths: application/json: schema: type: array - items: *353 + items: *354 examples: - default: *354 + default: *355 headers: - Link: *38 + Link: *41 '304': *35 '403': *27 '401': *23 @@ -119461,7 +119547,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-events-received-by-the-authenticated-user parameters: - - *254 + - *255 - *17 - *19 responses: @@ -119471,7 +119557,7 @@ paths: application/json: schema: type: array - items: *196 + items: *197 examples: default: value: @@ -119550,7 +119636,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-public-events-received-by-a-user parameters: - - *254 + - *255 - *17 - *19 responses: @@ -119560,7 +119646,7 @@ paths: application/json: schema: type: array - items: *196 + items: *197 examples: default: value: @@ -119637,7 +119723,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repositories-for-a-user parameters: - - *254 + - *255 - name: type description: Limit results to repositories of the specified type. in: query @@ -119680,11 +119766,11 @@ paths: application/json: schema: type: array - items: *232 + items: *233 examples: - default: *342 + default: *343 headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -119706,15 +119792,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/billing/billing#get-github-actions-billing-for-a-user parameters: - - *254 + - *255 responses: '200': description: Response content: application/json: - schema: *387 + schema: *388 examples: - default: *388 + default: *389 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -119736,15 +119822,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/billing/billing#get-github-packages-billing-for-a-user parameters: - - *254 + - *255 responses: '200': description: Response content: application/json: - schema: *392 + schema: *393 examples: - default: *393 + default: *394 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -119766,15 +119852,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/billing/billing#get-shared-storage-billing-for-a-user parameters: - - *254 + - *255 responses: '200': description: Response content: application/json: - schema: *394 + schema: *395 examples: - default: *395 + default: *396 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -119794,11 +119880,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/billing/enhanced-billing#get-billing-usage-report-for-a-user parameters: - - *254 - - *201 + - *255 - *202 - *203 - *204 + - *205 responses: '200': description: Response when getting a billing usage report @@ -119868,8 +119954,8 @@ paths: repositoryName: user/example '400': *14 '403': *27 - '500': *89 - '503': *162 + '500': *38 + '503': *163 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -119887,7 +119973,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/social-accounts#list-social-accounts-for-a-user parameters: - - *254 + - *255 - *17 - *19 responses: @@ -119897,11 +119983,11 @@ paths: application/json: schema: type: array - items: *776 + items: *777 examples: - default: *777 + default: *778 headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -119919,7 +120005,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/ssh-signing-keys#list-ssh-signing-keys-for-a-user parameters: - - *254 + - *255 - *17 - *19 responses: @@ -119929,11 +120015,11 @@ paths: application/json: schema: type: array - items: *778 + items: *779 examples: - default: *794 + default: *795 headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -119955,9 +120041,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-repositories-starred-by-a-user parameters: - - *254 - - *795 - - *98 + - *255 + - *796 + - *99 - *17 - *19 responses: @@ -119968,13 +120054,13 @@ paths: schema: anyOf: - type: array - items: *796 + items: *797 - type: array - items: *65 + items: *67 examples: - default-response: *781 + default-response: *782 headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -119991,7 +120077,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#list-repositories-watched-by-a-user parameters: - - *254 + - *255 - *17 - *19 responses: @@ -120001,11 +120087,11 @@ paths: application/json: schema: type: array - items: *232 + items: *233 examples: - default: *342 + default: *343 headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -120132,7 +120218,7 @@ webhooks: type: string enum: - disabled - enterprise: &797 + enterprise: &798 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -120201,7 +120287,7 @@ webhooks: - created_at - updated_at - avatar_url - installation: &798 + installation: &799 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -120222,7 +120308,7 @@ webhooks: required: - id - node_id - organization: &799 + organization: &800 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -120295,7 +120381,7 @@ webhooks: - public_members_url - avatar_url - description - repository: &800 + repository: &801 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property @@ -120324,7 +120410,7 @@ webhooks: license: anyOf: - type: 'null' - - *186 + - *187 organization: anyOf: - type: 'null' @@ -121208,10 +121294,10 @@ webhooks: type: string enum: - enabled - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 sender: *4 required: - action @@ -121287,11 +121373,11 @@ webhooks: type: string enum: - created - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 - rule: &801 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 + rule: &802 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) @@ -121514,11 +121600,11 @@ webhooks: type: string enum: - deleted - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 - rule: *801 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 + rule: *802 sender: *4 required: - action @@ -121706,11 +121792,11 @@ webhooks: - everyone required: - from - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 - rule: *801 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 + rule: *802 sender: *4 required: - action @@ -121781,7 +121867,7 @@ webhooks: required: true content: application/json: - schema: &804 + schema: &805 title: Exemption request cancellation event type: object properties: @@ -121789,11 +121875,11 @@ webhooks: type: string enum: - cancelled - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 - exemption_request: &802 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 + exemption_request: &803 title: Exemption Request description: A request from a user to be exempted from a set of rules. @@ -122031,7 +122117,7 @@ webhooks: - array - 'null' description: The responses to the exemption request. - items: &803 + items: &804 title: Exemption response description: A response to an exemption request by a delegated bypasser. @@ -122141,7 +122227,7 @@ webhooks: required: true content: application/json: - schema: &805 + schema: &806 title: Exemption request completed event type: object properties: @@ -122149,11 +122235,11 @@ webhooks: type: string enum: - completed - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 - exemption_request: *802 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 + exemption_request: *803 sender: *4 required: - action @@ -122223,7 +122309,7 @@ webhooks: required: true content: application/json: - schema: &806 + schema: &807 title: Exemption request created event type: object properties: @@ -122231,11 +122317,11 @@ webhooks: type: string enum: - created - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 - exemption_request: *802 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 + exemption_request: *803 sender: *4 required: - action @@ -122305,7 +122391,7 @@ webhooks: required: true content: application/json: - schema: &807 + schema: &808 title: Exemption response dismissed event type: object properties: @@ -122313,12 +122399,12 @@ webhooks: type: string enum: - response_dismissed - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 - exemption_request: *802 - exemption_response: *803 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 + exemption_request: *803 + exemption_response: *804 sender: *4 required: - action @@ -122390,7 +122476,7 @@ webhooks: required: true content: application/json: - schema: &808 + schema: &809 title: Exemption response submitted event type: object properties: @@ -122398,12 +122484,12 @@ webhooks: type: string enum: - response_submitted - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 - exemption_request: *802 - exemption_response: *803 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 + exemption_request: *803 + exemption_response: *804 sender: *4 required: - action @@ -122476,7 +122562,7 @@ webhooks: required: true content: application/json: - schema: *804 + schema: *805 responses: '200': description: Return a 200 status to indicate that the data was received @@ -122543,7 +122629,7 @@ webhooks: required: true content: application/json: - schema: *805 + schema: *806 responses: '200': description: Return a 200 status to indicate that the data was received @@ -122610,7 +122696,7 @@ webhooks: required: true content: application/json: - schema: *806 + schema: *807 responses: '200': description: Return a 200 status to indicate that the data was received @@ -122677,7 +122763,7 @@ webhooks: required: true content: application/json: - schema: *807 + schema: *808 responses: '200': description: Return a 200 status to indicate that the data was received @@ -122745,7 +122831,7 @@ webhooks: required: true content: application/json: - schema: *808 + schema: *809 responses: '200': description: Return a 200 status to indicate that the data was received @@ -122823,7 +122909,7 @@ webhooks: type: string enum: - completed - check_run: &810 + check_run: &811 title: CheckRun description: A check performed on the code of a given code change type: object @@ -122888,8 +122974,8 @@ webhooks: - MDEwOkNoZWNrU3VpdGU1 pull_requests: type: array - items: *489 - repository: *232 + items: *490 + repository: *233 status: type: string enum: @@ -122933,7 +123019,7 @@ webhooks: - examples: - neutral - deployment: *809 + deployment: *810 details_url: type: string examples: @@ -122993,7 +123079,7 @@ webhooks: - annotations_url pull_requests: type: array - items: *489 + items: *490 started_at: type: string format: date-time @@ -123031,10 +123117,10 @@ webhooks: - output - app - pull_requests - installation: *798 - enterprise: *797 - organization: *799 - repository: *800 + installation: *799 + enterprise: *798 + organization: *800 + repository: *801 sender: *4 required: - check_run @@ -123427,11 +123513,11 @@ webhooks: type: string enum: - created - check_run: *810 - installation: *798 - enterprise: *797 - organization: *799 - repository: *800 + check_run: *811 + installation: *799 + enterprise: *798 + organization: *800 + repository: *801 sender: *4 required: - check_run @@ -123827,11 +123913,11 @@ webhooks: type: string enum: - requested_action - check_run: *810 - installation: *798 - enterprise: *797 - organization: *799 - repository: *800 + check_run: *811 + installation: *799 + enterprise: *798 + organization: *800 + repository: *801 requested_action: description: The action requested by the user. type: object @@ -124236,11 +124322,11 @@ webhooks: type: string enum: - rerequested - check_run: *810 - installation: *798 - enterprise: *797 - organization: *799 - repository: *800 + check_run: *811 + installation: *799 + enterprise: *798 + organization: *800 + repository: *801 sender: *4 required: - check_run @@ -125232,10 +125318,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 sender: *4 required: - action @@ -125920,10 +126006,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 sender: *4 required: - action @@ -126602,10 +126688,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 sender: *4 required: - action @@ -126771,7 +126857,7 @@ webhooks: required: - login - id - dismissed_comment: *501 + dismissed_comment: *502 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -126923,20 +127009,20 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: &811 + commit_oid: &812 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: *797 - installation: *798 - organization: *799 - ref: &812 + enterprise: *798 + installation: *799 + organization: *800 + ref: &813 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: *800 + repository: *801 sender: *4 required: - action @@ -127100,7 +127186,7 @@ webhooks: required: - login - id - dismissed_comment: *501 + dismissed_comment: *502 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -127341,12 +127427,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *811 - enterprise: *797 - installation: *798 - organization: *799 - ref: *812 - repository: *800 + commit_oid: *812 + enterprise: *798 + installation: *799 + organization: *800 + ref: *813 + repository: *801 sender: *4 required: - action @@ -127444,7 +127530,7 @@ webhooks: dismissed_by: type: - 'null' - dismissed_comment: *501 + dismissed_comment: *502 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -127626,12 +127712,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *811 - enterprise: *797 - installation: *798 - organization: *799 - ref: *812 - repository: *800 + commit_oid: *812 + enterprise: *798 + installation: *799 + organization: *800 + ref: *813 + repository: *801 sender: *4 required: - action @@ -127797,7 +127883,7 @@ webhooks: required: - login - id - dismissed_comment: *501 + dismissed_comment: *502 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -127974,12 +128060,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *811 - enterprise: *797 - installation: *798 - organization: *799 - ref: *812 - repository: *800 + commit_oid: *812 + enterprise: *798 + installation: *799 + organization: *800 + ref: *813 + repository: *801 sender: *4 required: - action @@ -128079,7 +128165,7 @@ webhooks: type: - object - 'null' - dismissed_comment: *501 + dismissed_comment: *502 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -128259,9 +128345,9 @@ webhooks: type: - string - 'null' - enterprise: *797 - installation: *798 - organization: *799 + enterprise: *798 + installation: *799 + organization: *800 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event @@ -128269,7 +128355,7 @@ webhooks: type: - string - 'null' - repository: *800 + repository: *801 sender: *4 required: - action @@ -128365,7 +128451,7 @@ webhooks: dismissed_by: type: - 'null' - dismissed_comment: *501 + dismissed_comment: *502 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -128512,12 +128598,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *811 - enterprise: *797 - installation: *798 - organization: *799 - ref: *812 - repository: *800 + commit_oid: *812 + enterprise: *798 + installation: *799 + organization: *800 + ref: *813 + repository: *801 sender: *4 required: - action @@ -128779,10 +128865,10 @@ webhooks: - updated_at - author_association - body - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 sender: *4 required: - action @@ -128863,18 +128949,18 @@ webhooks: type: - string - 'null' - enterprise: *797 - installation: *798 + enterprise: *798 + installation: *799 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *799 - pusher_type: &813 + organization: *800 + pusher_type: &814 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &814 + ref: &815 description: The [`git ref`](https://docs.github.com/enterprise-cloud@latest//rest/git/refs#get-a-reference) resource. type: string @@ -128884,7 +128970,7 @@ webhooks: enum: - tag - branch - repository: *800 + repository: *801 sender: *4 required: - ref @@ -128966,10 +129052,10 @@ webhooks: type: string enum: - created - definition: *124 - enterprise: *797 - installation: *798 - organization: *799 + definition: *125 + enterprise: *798 + installation: *799 + organization: *800 sender: *4 required: - action @@ -129054,9 +129140,9 @@ webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *797 - installation: *798 - organization: *799 + enterprise: *798 + installation: *799 + organization: *800 sender: *4 required: - action @@ -129133,10 +129219,10 @@ webhooks: type: string enum: - promote_to_enterprise - definition: *124 - enterprise: *797 - installation: *798 - organization: *799 + definition: *125 + enterprise: *798 + installation: *799 + organization: *800 sender: *4 required: - action @@ -129213,10 +129299,10 @@ webhooks: type: string enum: - updated - definition: *124 - enterprise: *797 - installation: *798 - organization: *799 + definition: *125 + enterprise: *798 + installation: *799 + organization: *800 sender: *4 required: - action @@ -129293,19 +129379,19 @@ webhooks: type: string enum: - updated - enterprise: *797 - installation: *798 - repository: *800 - organization: *799 + enterprise: *798 + installation: *799 + repository: *801 + organization: *800 sender: *4 new_property_values: type: array description: The new custom property values for the repository. - items: *365 + items: *366 old_property_values: type: array description: The old custom property values for the repository. - items: *365 + items: *366 required: - action - repository @@ -129381,18 +129467,18 @@ webhooks: title: delete event type: object properties: - enterprise: *797 - installation: *798 - organization: *799 - pusher_type: *813 - ref: *814 + enterprise: *798 + installation: *799 + organization: *800 + pusher_type: *814 + ref: *815 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *800 + repository: *801 sender: *4 required: - ref @@ -129476,11 +129562,11 @@ webhooks: type: string enum: - auto_dismissed - alert: *552 - installation: *798 - organization: *799 - enterprise: *797 - repository: *800 + alert: *553 + installation: *799 + organization: *800 + enterprise: *798 + repository: *801 sender: *4 required: - action @@ -129564,11 +129650,11 @@ webhooks: type: string enum: - auto_reopened - alert: *552 - installation: *798 - organization: *799 - enterprise: *797 - repository: *800 + alert: *553 + installation: *799 + organization: *800 + enterprise: *798 + repository: *801 sender: *4 required: - action @@ -129652,11 +129738,11 @@ webhooks: type: string enum: - created - alert: *552 - installation: *798 - organization: *799 - enterprise: *797 - repository: *800 + alert: *553 + installation: *799 + organization: *800 + enterprise: *798 + repository: *801 sender: *4 required: - action @@ -129738,11 +129824,11 @@ webhooks: type: string enum: - dismissed - alert: *552 - installation: *798 - organization: *799 - enterprise: *797 - repository: *800 + alert: *553 + installation: *799 + organization: *800 + enterprise: *798 + repository: *801 sender: *4 required: - action @@ -129824,11 +129910,11 @@ webhooks: type: string enum: - fixed - alert: *552 - installation: *798 - organization: *799 - enterprise: *797 - repository: *800 + alert: *553 + installation: *799 + organization: *800 + enterprise: *798 + repository: *801 sender: *4 required: - action @@ -129911,11 +129997,11 @@ webhooks: type: string enum: - reintroduced - alert: *552 - installation: *798 - organization: *799 - enterprise: *797 - repository: *800 + alert: *553 + installation: *799 + organization: *800 + enterprise: *798 + repository: *801 sender: *4 required: - action @@ -129997,11 +130083,11 @@ webhooks: type: string enum: - reopened - alert: *552 - installation: *798 - organization: *799 - enterprise: *797 - repository: *800 + alert: *553 + installation: *799 + organization: *800 + enterprise: *798 + repository: *801 sender: *4 required: - action @@ -130078,9 +130164,9 @@ webhooks: type: string enum: - created - enterprise: *797 - installation: *798 - key: &815 + enterprise: *798 + installation: *799 + key: &816 description: The [`deploy key`](https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -130118,8 +130204,8 @@ webhooks: - verified - created_at - read_only - organization: *799 - repository: *800 + organization: *800 + repository: *801 sender: *4 required: - action @@ -130196,11 +130282,11 @@ webhooks: type: string enum: - deleted - enterprise: *797 - installation: *798 - key: *815 - organization: *799 - repository: *800 + enterprise: *798 + installation: *799 + key: *816 + organization: *800 + repository: *801 sender: *4 required: - action @@ -130772,12 +130858,12 @@ webhooks: - updated_at - statuses_url - repository_url - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 sender: *4 - workflow: &819 + workflow: &820 title: Workflow type: - object @@ -131515,13 +131601,13 @@ webhooks: description: The URL to review the deployment protection rule. type: string format: uri - deployment: *558 + deployment: *559 pull_requests: type: array - items: *648 - repository: *800 - organization: *799 - installation: *798 + items: *649 + repository: *801 + organization: *800 + installation: *799 sender: *4 responses: '200': @@ -131592,7 +131678,7 @@ webhooks: type: string enum: - approved - approver: &816 + approver: &817 type: object properties: avatar_url: @@ -131635,11 +131721,11 @@ webhooks: type: string comment: type: string - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 - reviewers: &817 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 + reviewers: &818 type: array items: type: object @@ -131720,7 +131806,7 @@ webhooks: sender: *4 since: type: string - workflow_job_run: &818 + workflow_job_run: &819 type: object properties: conclusion: @@ -132466,18 +132552,18 @@ webhooks: type: string enum: - rejected - approver: *816 + approver: *817 comment: type: string - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 - reviewers: *817 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 + reviewers: *818 sender: *4 since: type: string - workflow_job_run: *818 + workflow_job_run: *819 workflow_job_runs: type: array items: @@ -133194,13 +133280,13 @@ webhooks: type: string enum: - requested - enterprise: *797 + enterprise: *798 environment: type: string - installation: *798 - organization: *799 - repository: *800 - requestor: &824 + installation: *799 + organization: *800 + repository: *801 + requestor: &825 title: User type: - object @@ -135143,12 +135229,12 @@ webhooks: - updated_at - deployment_url - repository_url - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 sender: *4 - workflow: *819 + workflow: *820 workflow_run: title: Deployment Workflow Run type: @@ -135839,7 +135925,7 @@ webhooks: type: string enum: - answered - answer: &822 + answer: &823 type: object properties: author_association: @@ -135999,7 +136085,7 @@ webhooks: - created_at - updated_at - body - discussion: &820 + discussion: &821 title: Discussion description: A Discussion in a repository. type: object @@ -136295,7 +136381,7 @@ webhooks: - id labels: type: array - items: *613 + items: *614 required: - repository_url - category @@ -136317,10 +136403,10 @@ webhooks: - author_association - active_lock_reason - body - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 sender: *4 required: - action @@ -136447,11 +136533,11 @@ webhooks: - from required: - category - discussion: *820 - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 + discussion: *821 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 sender: *4 required: - action @@ -136534,11 +136620,11 @@ webhooks: type: string enum: - closed - discussion: *820 - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 + discussion: *821 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 sender: *4 required: - action @@ -136620,7 +136706,7 @@ webhooks: type: string enum: - created - comment: &821 + comment: &822 type: object properties: author_association: @@ -136780,11 +136866,11 @@ webhooks: - updated_at - body - reactions - discussion: *820 - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 + discussion: *821 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 sender: *4 required: - action @@ -136867,12 +136953,12 @@ webhooks: type: string enum: - deleted - comment: *821 - discussion: *820 - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 + comment: *822 + discussion: *821 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 sender: *4 required: - action @@ -136967,12 +137053,12 @@ webhooks: - from required: - body - comment: *821 - discussion: *820 - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 + comment: *822 + discussion: *821 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 sender: *4 required: - action @@ -137056,11 +137142,11 @@ webhooks: type: string enum: - created - discussion: *820 - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 + discussion: *821 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 sender: *4 required: - action @@ -137142,11 +137228,11 @@ webhooks: type: string enum: - deleted - discussion: *820 - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 + discussion: *821 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 sender: *4 required: - action @@ -137246,11 +137332,11 @@ webhooks: type: string required: - from - discussion: *820 - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 + discussion: *821 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 sender: *4 required: - action @@ -137332,10 +137418,10 @@ webhooks: type: string enum: - labeled - discussion: *820 - enterprise: *797 - installation: *798 - label: &823 + discussion: *821 + enterprise: *798 + installation: *799 + label: &824 title: Label type: object properties: @@ -137368,8 +137454,8 @@ webhooks: - color - default - description - organization: *799 - repository: *800 + organization: *800 + repository: *801 sender: *4 required: - action @@ -137452,11 +137538,11 @@ webhooks: type: string enum: - locked - discussion: *820 - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 + discussion: *821 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 sender: *4 required: - action @@ -137538,11 +137624,11 @@ webhooks: type: string enum: - pinned - discussion: *820 - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 + discussion: *821 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 sender: *4 required: - action @@ -137624,11 +137710,11 @@ webhooks: type: string enum: - reopened - discussion: *820 - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 + discussion: *821 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 sender: *4 required: - action @@ -137713,16 +137799,16 @@ webhooks: changes: type: object properties: - new_discussion: *820 - new_repository: *800 + new_discussion: *821 + new_repository: *801 required: - new_discussion - new_repository - discussion: *820 - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 + discussion: *821 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 sender: *4 required: - action @@ -137805,10 +137891,10 @@ webhooks: type: string enum: - unanswered - discussion: *820 - old_answer: *822 - organization: *799 - repository: *800 + discussion: *821 + old_answer: *823 + organization: *800 + repository: *801 sender: *4 required: - action @@ -137890,12 +137976,12 @@ webhooks: type: string enum: - unlabeled - discussion: *820 - enterprise: *797 - installation: *798 - label: *823 - organization: *799 - repository: *800 + discussion: *821 + enterprise: *798 + installation: *799 + label: *824 + organization: *800 + repository: *801 sender: *4 required: - action @@ -137978,11 +138064,11 @@ webhooks: type: string enum: - unlocked - discussion: *820 - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 + discussion: *821 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 sender: *4 required: - action @@ -138064,11 +138150,11 @@ webhooks: type: string enum: - unpinned - discussion: *820 - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 + discussion: *821 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 sender: *4 required: - action @@ -138137,7 +138223,7 @@ webhooks: required: true content: application/json: - schema: *806 + schema: *807 responses: '200': description: Return a 200 status to indicate that the data was received @@ -138200,7 +138286,7 @@ webhooks: required: true content: application/json: - schema: *808 + schema: *809 responses: '200': description: Return a 200 status to indicate that the data was received @@ -138266,7 +138352,7 @@ webhooks: required: true content: application/json: - schema: *804 + schema: *805 responses: '200': description: Return a 200 status to indicate that the data was received @@ -138332,7 +138418,7 @@ webhooks: required: true content: application/json: - schema: *805 + schema: *806 responses: '200': description: Return a 200 status to indicate that the data was received @@ -138398,7 +138484,7 @@ webhooks: required: true content: application/json: - schema: *806 + schema: *807 responses: '200': description: Return a 200 status to indicate that the data was received @@ -138464,7 +138550,7 @@ webhooks: required: true content: application/json: - schema: *807 + schema: *808 responses: '200': description: Return a 200 status to indicate that the data was received @@ -138530,7 +138616,7 @@ webhooks: required: true content: application/json: - schema: *808 + schema: *809 responses: '200': description: Return a 200 status to indicate that the data was received @@ -138597,7 +138683,7 @@ webhooks: description: A user forks a repository. type: object properties: - enterprise: *797 + enterprise: *798 forkee: description: The created [`repository`](https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository) resource. @@ -139275,9 +139361,9 @@ webhooks: type: integer watchers_count: type: integer - installation: *798 - organization: *799 - repository: *800 + installation: *799 + organization: *800 + repository: *801 sender: *4 required: - forkee @@ -139423,9 +139509,9 @@ webhooks: title: gollum event type: object properties: - enterprise: *797 - installation: *798 - organization: *799 + enterprise: *798 + installation: *799 + organization: *800 pages: description: The pages that were updated. type: array @@ -139463,7 +139549,7 @@ webhooks: - action - sha - html_url - repository: *800 + repository: *801 sender: *4 required: - pages @@ -139539,10 +139625,10 @@ webhooks: type: string enum: - created - enterprise: *797 + enterprise: *798 installation: *20 - organization: *799 - repositories: &825 + organization: *800 + repositories: &826 description: An array of repository objects that the installation can access. type: array @@ -139568,8 +139654,8 @@ webhooks: - name - full_name - private - repository: *800 - requester: *824 + repository: *801 + requester: *825 sender: *4 required: - action @@ -139644,11 +139730,11 @@ webhooks: type: string enum: - deleted - enterprise: *797 + enterprise: *798 installation: *20 - organization: *799 - repositories: *825 - repository: *800 + organization: *800 + repositories: *826 + repository: *801 requester: type: - 'null' @@ -139725,11 +139811,11 @@ webhooks: type: string enum: - new_permissions_accepted - enterprise: *797 + enterprise: *798 installation: *20 - organization: *799 - repositories: *825 - repository: *800 + organization: *800 + repositories: *826 + repository: *801 requester: type: - 'null' @@ -139806,10 +139892,10 @@ webhooks: type: string enum: - added - enterprise: *797 + enterprise: *798 installation: *20 - organization: *799 - repositories_added: &826 + organization: *800 + repositories_added: &827 description: An array of repository objects, which were added to the installation. type: array @@ -139855,15 +139941,15 @@ webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *800 - repository_selection: &827 + repository: *801 + repository_selection: &828 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *824 + requester: *825 sender: *4 required: - action @@ -139942,10 +140028,10 @@ webhooks: type: string enum: - removed - enterprise: *797 + enterprise: *798 installation: *20 - organization: *799 - repositories_added: *826 + organization: *800 + repositories_added: *827 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -139972,9 +140058,9 @@ webhooks: - name - full_name - private - repository: *800 - repository_selection: *827 - requester: *824 + repository: *801 + repository_selection: *828 + requester: *825 sender: *4 required: - action @@ -140053,11 +140139,11 @@ webhooks: type: string enum: - suspend - enterprise: *797 + enterprise: *798 installation: *20 - organization: *799 - repositories: *825 - repository: *800 + organization: *800 + repositories: *826 + repository: *801 requester: type: - 'null' @@ -140240,10 +140326,10 @@ webhooks: type: string required: - from - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 sender: *4 target_type: type: string @@ -140322,11 +140408,11 @@ webhooks: type: string enum: - unsuspend - enterprise: *797 + enterprise: *798 installation: *20 - organization: *799 - repositories: *825 - repository: *800 + organization: *800 + repositories: *826 + repository: *801 requester: type: - 'null' @@ -140574,8 +140660,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *797 - installation: *798 + enterprise: *798 + installation: *799 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -141392,8 +141478,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *740 - issue_dependencies_summary: *741 + sub_issues_summary: *741 + issue_dependencies_summary: *742 state: description: State of the issue; either 'open' or 'closed' type: string @@ -141410,7 +141496,7 @@ webhooks: title: description: Title of the issue type: string - type: *319 + type: *320 updated_at: type: string format: date-time @@ -141754,8 +141840,8 @@ webhooks: - state - locked - assignee - organization: *799 - repository: *800 + organization: *800 + repository: *801 sender: *4 required: - action @@ -141835,7 +141921,7 @@ webhooks: type: string enum: - deleted - comment: &828 + comment: &829 title: issue comment description: The [comment](https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#get-an-issue-comment) itself. @@ -142002,8 +142088,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *797 - installation: *798 + enterprise: *798 + installation: *799 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -142816,8 +142902,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *740 - issue_dependencies_summary: *741 + sub_issues_summary: *741 + issue_dependencies_summary: *742 state: description: State of the issue; either 'open' or 'closed' type: string @@ -142834,7 +142920,7 @@ webhooks: title: description: Title of the issue type: string - type: *319 + type: *320 updated_at: type: string format: date-time @@ -143180,8 +143266,8 @@ webhooks: - state - locked - assignee - organization: *799 - repository: *800 + organization: *800 + repository: *801 sender: *4 required: - action @@ -143261,7 +143347,7 @@ webhooks: type: string enum: - edited - changes: &852 + changes: &853 description: The changes to the comment. type: object properties: @@ -143273,9 +143359,9 @@ webhooks: type: string required: - from - comment: *828 - enterprise: *797 - installation: *798 + comment: *829 + enterprise: *798 + installation: *799 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -144091,8 +144177,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *740 - issue_dependencies_summary: *741 + sub_issues_summary: *741 + issue_dependencies_summary: *742 state: description: State of the issue; either 'open' or 'closed' type: string @@ -144109,7 +144195,7 @@ webhooks: title: description: Title of the issue type: string - type: *319 + type: *320 updated_at: type: string format: date-time @@ -144453,8 +144539,8 @@ webhooks: - state - locked - assignee - organization: *799 - repository: *800 + organization: *800 + repository: *801 sender: *4 required: - action @@ -144538,15 +144624,15 @@ webhooks: blocked_issue_id: description: The ID of the blocked issue. type: number - blocked_issue: *185 + blocked_issue: *186 blocking_issue_id: description: The ID of the blocking issue. type: number - blocking_issue: *185 - blocking_issue_repo: *65 - installation: *798 - organization: *799 - repository: *800 + blocking_issue: *186 + blocking_issue_repo: *67 + installation: *799 + organization: *800 + repository: *801 sender: *4 required: - action @@ -144634,15 +144720,15 @@ webhooks: blocked_issue_id: description: The ID of the blocked issue. type: number - blocked_issue: *185 + blocked_issue: *186 blocking_issue_id: description: The ID of the blocking issue. type: number - blocking_issue: *185 - blocking_issue_repo: *65 - installation: *798 - organization: *799 - repository: *800 + blocking_issue: *186 + blocking_issue_repo: *67 + installation: *799 + organization: *800 + repository: *801 sender: *4 required: - action @@ -144729,15 +144815,15 @@ webhooks: blocked_issue_id: description: The ID of the blocked issue. type: number - blocked_issue: *185 - blocked_issue_repo: *65 + blocked_issue: *186 + blocked_issue_repo: *67 blocking_issue_id: description: The ID of the blocking issue. type: number - blocking_issue: *185 - installation: *798 - organization: *799 - repository: *800 + blocking_issue: *186 + installation: *799 + organization: *800 + repository: *801 sender: *4 required: - action @@ -144825,15 +144911,15 @@ webhooks: blocked_issue_id: description: The ID of the blocked issue. type: number - blocked_issue: *185 - blocked_issue_repo: *65 + blocked_issue: *186 + blocked_issue_repo: *67 blocking_issue_id: description: The ID of the blocking issue. type: number - blocking_issue: *185 - installation: *798 - organization: *799 - repository: *800 + blocking_issue: *186 + installation: *799 + organization: *800 + repository: *801 sender: *4 required: - action @@ -144918,10 +145004,10 @@ webhooks: type: string enum: - assigned - assignee: *824 - enterprise: *797 - installation: *798 - issue: &831 + assignee: *825 + enterprise: *798 + installation: *799 + issue: &832 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -145733,11 +145819,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *740 - issue_dependencies_summary: *741 + sub_issues_summary: *741 + issue_dependencies_summary: *742 issue_field_values: type: array - items: *742 + items: *743 state: description: State of the issue; either 'open' or 'closed' type: string @@ -145754,7 +145840,7 @@ webhooks: title: description: Title of the issue type: string - type: *319 + type: *320 updated_at: type: string format: date-time @@ -145857,8 +145943,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *799 - repository: *800 + organization: *800 + repository: *801 sender: *4 required: - action @@ -145938,8 +146024,8 @@ webhooks: type: string enum: - closed - enterprise: *797 - installation: *798 + enterprise: *798 + installation: *799 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -146756,11 +146842,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *740 - issue_dependencies_summary: *741 + sub_issues_summary: *741 + issue_dependencies_summary: *742 issue_field_values: type: array - items: *742 + items: *743 state: description: State of the issue; either 'open' or 'closed' type: string @@ -146777,7 +146863,7 @@ webhooks: title: description: Title of the issue type: string - type: *319 + type: *320 updated_at: type: string format: date-time @@ -147023,8 +147109,8 @@ webhooks: required: - state - closed_at - organization: *799 - repository: *800 + organization: *800 + repository: *801 sender: *4 required: - action @@ -147103,8 +147189,8 @@ webhooks: type: string enum: - deleted - enterprise: *797 - installation: *798 + enterprise: *798 + installation: *799 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -147912,11 +147998,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *740 - issue_dependencies_summary: *741 + sub_issues_summary: *741 + issue_dependencies_summary: *742 issue_field_values: type: array - items: *742 + items: *743 state: description: State of the issue; either 'open' or 'closed' type: string @@ -147933,7 +148019,7 @@ webhooks: title: description: Title of the issue type: string - type: *319 + type: *320 updated_at: type: string format: date-time @@ -148035,8 +148121,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *799 - repository: *800 + organization: *800 + repository: *801 sender: *4 required: - action @@ -148115,8 +148201,8 @@ webhooks: type: string enum: - demilestoned - enterprise: *797 - installation: *798 + enterprise: *798 + installation: *799 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -148947,11 +149033,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *740 - issue_dependencies_summary: *741 + sub_issues_summary: *741 + issue_dependencies_summary: *742 issue_field_values: type: array - items: *742 + items: *743 state: description: State of the issue; either 'open' or 'closed' type: string @@ -148968,7 +149054,7 @@ webhooks: title: description: Title of the issue type: string - type: *319 + type: *320 updated_at: type: string format: date-time @@ -149049,7 +149135,7 @@ webhooks: format: uri user_view_type: type: string - milestone: &829 + milestone: &830 title: Milestone description: A collection of related issues and pull requests. type: object @@ -149192,8 +149278,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *799 - repository: *800 + organization: *800 + repository: *801 sender: *4 required: - action @@ -149292,8 +149378,8 @@ webhooks: type: string required: - from - enterprise: *797 - installation: *798 + enterprise: *798 + installation: *799 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -150105,11 +150191,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *740 - issue_dependencies_summary: *741 + sub_issues_summary: *741 + issue_dependencies_summary: *742 issue_field_values: type: array - items: *742 + items: *743 state: description: State of the issue; either 'open' or 'closed' type: string @@ -150123,7 +150209,7 @@ webhooks: timeline_url: type: string format: uri - type: *319 + type: *320 title: description: Title of the issue type: string @@ -150229,9 +150315,9 @@ webhooks: - active_lock_reason - body - reactions - label: *823 - organization: *799 - repository: *800 + label: *824 + organization: *800 + repository: *801 sender: *4 required: - action @@ -150311,8 +150397,8 @@ webhooks: type: string enum: - labeled - enterprise: *797 - installation: *798 + enterprise: *798 + installation: *799 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -151123,11 +151209,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *740 - issue_dependencies_summary: *741 + sub_issues_summary: *741 + issue_dependencies_summary: *742 issue_field_values: type: array - items: *742 + items: *743 state: description: State of the issue; either 'open' or 'closed' type: string @@ -151141,7 +151227,7 @@ webhooks: timeline_url: type: string format: uri - type: *319 + type: *320 title: description: Title of the issue type: string @@ -151247,9 +151333,9 @@ webhooks: - active_lock_reason - body - reactions - label: *823 - organization: *799 - repository: *800 + label: *824 + organization: *800 + repository: *801 sender: *4 required: - action @@ -151329,8 +151415,8 @@ webhooks: type: string enum: - locked - enterprise: *797 - installation: *798 + enterprise: *798 + installation: *799 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -152166,11 +152252,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *740 - issue_dependencies_summary: *741 + sub_issues_summary: *741 + issue_dependencies_summary: *742 issue_field_values: type: array - items: *742 + items: *743 state: description: State of the issue; either 'open' or 'closed' type: string @@ -152184,7 +152270,7 @@ webhooks: timeline_url: type: string format: uri - type: *319 + type: *320 title: description: Title of the issue type: string @@ -152267,8 +152353,8 @@ webhooks: format: uri user_view_type: type: string - organization: *799 - repository: *800 + organization: *800 + repository: *801 sender: *4 required: - action @@ -152347,8 +152433,8 @@ webhooks: type: string enum: - milestoned - enterprise: *797 - installation: *798 + enterprise: *798 + installation: *799 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -153178,11 +153264,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *740 - issue_dependencies_summary: *741 + sub_issues_summary: *741 + issue_dependencies_summary: *742 issue_field_values: type: array - items: *742 + items: *743 state: description: State of the issue; either 'open' or 'closed' type: string @@ -153199,7 +153285,7 @@ webhooks: title: description: Title of the issue type: string - type: *319 + type: *320 updated_at: type: string format: date-time @@ -153279,9 +153365,9 @@ webhooks: format: uri user_view_type: type: string - milestone: *829 - organization: *799 - repository: *800 + milestone: *830 + organization: *800 + repository: *801 sender: *4 required: - action @@ -154173,11 +154259,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *740 - issue_dependencies_summary: *741 + sub_issues_summary: *741 + issue_dependencies_summary: *742 issue_field_values: type: array - items: *742 + items: *743 state: description: State of the issue; either 'open' or 'closed' type: string @@ -154273,7 +154359,7 @@ webhooks: required: - login - id - type: *319 + type: *320 required: - id - number @@ -154754,8 +154840,8 @@ webhooks: required: - old_issue - old_repository - enterprise: *797 - installation: *798 + enterprise: *798 + installation: *799 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -155567,11 +155653,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *740 - issue_dependencies_summary: *741 + sub_issues_summary: *741 + issue_dependencies_summary: *742 issue_field_values: type: array - items: *742 + items: *743 state: description: State of the issue; either 'open' or 'closed' type: string @@ -155588,7 +155674,7 @@ webhooks: title: description: Title of the issue type: string - type: *319 + type: *320 updated_at: type: string format: date-time @@ -155690,8 +155776,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *799 - repository: *800 + organization: *800 + repository: *801 sender: *4 required: - action @@ -155771,9 +155857,9 @@ webhooks: type: string enum: - pinned - enterprise: *797 - installation: *798 - issue: &830 + enterprise: *798 + installation: *799 + issue: &831 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -156579,11 +156665,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *740 - issue_dependencies_summary: *741 + sub_issues_summary: *741 + issue_dependencies_summary: *742 issue_field_values: type: array - items: *742 + items: *743 state: description: State of the issue; either 'open' or 'closed' type: string @@ -156600,7 +156686,7 @@ webhooks: title: description: Title of the issue type: string - type: *319 + type: *320 updated_at: type: string format: date-time @@ -156702,8 +156788,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *799 - repository: *800 + organization: *800 + repository: *801 sender: *4 required: - action @@ -156782,8 +156868,8 @@ webhooks: type: string enum: - reopened - enterprise: *797 - installation: *798 + enterprise: *798 + installation: *799 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -157617,11 +157703,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *740 - issue_dependencies_summary: *741 + sub_issues_summary: *741 + issue_dependencies_summary: *742 issue_field_values: type: array - items: *742 + items: *743 state: description: State of the issue; either 'open' or 'closed' type: string @@ -157718,9 +157804,9 @@ webhooks: format: uri user_view_type: type: string - type: *319 - organization: *799 - repository: *800 + type: *320 + organization: *800 + repository: *801 sender: *4 required: - action @@ -158609,11 +158695,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *740 - issue_dependencies_summary: *741 + sub_issues_summary: *741 + issue_dependencies_summary: *742 issue_field_values: type: array - items: *742 + items: *743 state: description: State of the issue; either 'open' or 'closed' type: string @@ -158630,7 +158716,7 @@ webhooks: title: description: Title of the issue type: string - type: *319 + type: *320 updated_at: type: string format: date-time @@ -159212,11 +159298,11 @@ webhooks: required: - new_issue - new_repository - enterprise: *797 - installation: *798 - issue: *830 - organization: *799 - repository: *800 + enterprise: *798 + installation: *799 + issue: *831 + organization: *800 + repository: *801 sender: *4 required: - action @@ -159296,12 +159382,12 @@ webhooks: type: string enum: - typed - enterprise: *797 - installation: *798 - issue: *831 - type: *319 - organization: *799 - repository: *800 + enterprise: *798 + installation: *799 + issue: *832 + type: *320 + organization: *800 + repository: *801 sender: *4 required: - action @@ -159382,7 +159468,7 @@ webhooks: type: string enum: - unassigned - assignee: &855 + assignee: &856 title: User type: - object @@ -159454,11 +159540,11 @@ webhooks: required: - login - id - enterprise: *797 - installation: *798 - issue: *831 - organization: *799 - repository: *800 + enterprise: *798 + installation: *799 + issue: *832 + organization: *800 + repository: *801 sender: *4 required: - action @@ -159537,12 +159623,12 @@ webhooks: type: string enum: - unlabeled - enterprise: *797 - installation: *798 - issue: *831 - label: *823 - organization: *799 - repository: *800 + enterprise: *798 + installation: *799 + issue: *832 + label: *824 + organization: *800 + repository: *801 sender: *4 required: - action @@ -159622,8 +159708,8 @@ webhooks: type: string enum: - unlocked - enterprise: *797 - installation: *798 + enterprise: *798 + installation: *799 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -160457,11 +160543,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *740 - issue_dependencies_summary: *741 + sub_issues_summary: *741 + issue_dependencies_summary: *742 issue_field_values: type: array - items: *742 + items: *743 state: description: State of the issue; either 'open' or 'closed' type: string @@ -160478,7 +160564,7 @@ webhooks: title: description: Title of the issue type: string - type: *319 + type: *320 updated_at: type: string format: date-time @@ -160558,8 +160644,8 @@ webhooks: format: uri user_view_type: type: string - organization: *799 - repository: *800 + organization: *800 + repository: *801 sender: *4 required: - action @@ -160639,11 +160725,11 @@ webhooks: type: string enum: - unpinned - enterprise: *797 - installation: *798 - issue: *830 - organization: *799 - repository: *800 + enterprise: *798 + installation: *799 + issue: *831 + organization: *800 + repository: *801 sender: *4 required: - action @@ -160722,12 +160808,12 @@ webhooks: type: string enum: - untyped - enterprise: *797 - installation: *798 - issue: *831 - type: *319 - organization: *799 - repository: *800 + enterprise: *798 + installation: *799 + issue: *832 + type: *320 + organization: *800 + repository: *801 sender: *4 required: - action @@ -160807,11 +160893,11 @@ webhooks: type: string enum: - created - enterprise: *797 - installation: *798 - label: *823 - organization: *799 - repository: *800 + enterprise: *798 + installation: *799 + label: *824 + organization: *800 + repository: *801 sender: *4 required: - action @@ -160889,11 +160975,11 @@ webhooks: type: string enum: - deleted - enterprise: *797 - installation: *798 - label: *823 - organization: *799 - repository: *800 + enterprise: *798 + installation: *799 + label: *824 + organization: *800 + repository: *801 sender: *4 required: - action @@ -161003,11 +161089,11 @@ webhooks: type: string required: - from - enterprise: *797 - installation: *798 - label: *823 - organization: *799 - repository: *800 + enterprise: *798 + installation: *799 + label: *824 + organization: *800 + repository: *801 sender: *4 required: - action @@ -161089,9 +161175,9 @@ webhooks: - cancelled effective_date: type: string - enterprise: *797 - installation: *798 - marketplace_purchase: &832 + enterprise: *798 + installation: *799 + marketplace_purchase: &833 title: Marketplace Purchase type: object required: @@ -161179,8 +161265,8 @@ webhooks: type: integer unit_count: type: integer - organization: *799 - previous_marketplace_purchase: &833 + organization: *800 + previous_marketplace_purchase: &834 title: Marketplace Purchase type: object properties: @@ -161264,7 +161350,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *800 + repository: *801 sender: *4 required: - action @@ -161344,10 +161430,10 @@ webhooks: - changed effective_date: type: string - enterprise: *797 - installation: *798 - marketplace_purchase: *832 - organization: *799 + enterprise: *798 + installation: *799 + marketplace_purchase: *833 + organization: *800 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -161435,7 +161521,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *800 + repository: *801 sender: *4 required: - action @@ -161517,10 +161603,10 @@ webhooks: - pending_change effective_date: type: string - enterprise: *797 - installation: *798 - marketplace_purchase: *832 - organization: *799 + enterprise: *798 + installation: *799 + marketplace_purchase: *833 + organization: *800 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -161606,7 +161692,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *800 + repository: *801 sender: *4 required: - action @@ -161687,8 +161773,8 @@ webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *797 - installation: *798 + enterprise: *798 + installation: *799 marketplace_purchase: title: Marketplace Purchase type: object @@ -161774,9 +161860,9 @@ webhooks: type: integer unit_count: type: integer - organization: *799 - previous_marketplace_purchase: *833 - repository: *800 + organization: *800 + previous_marketplace_purchase: *834 + repository: *801 sender: *4 required: - action @@ -161856,12 +161942,12 @@ webhooks: - purchased effective_date: type: string - enterprise: *797 - installation: *798 - marketplace_purchase: *832 - organization: *799 - previous_marketplace_purchase: *833 - repository: *800 + enterprise: *798 + installation: *799 + marketplace_purchase: *833 + organization: *800 + previous_marketplace_purchase: *834 + repository: *801 sender: *4 required: - action @@ -161963,11 +162049,11 @@ webhooks: type: string required: - to - enterprise: *797 - installation: *798 - member: *824 - organization: *799 - repository: *800 + enterprise: *798 + installation: *799 + member: *825 + organization: *800 + repository: *801 sender: *4 required: - action @@ -162069,11 +162155,11 @@ webhooks: type: - string - 'null' - enterprise: *797 - installation: *798 - member: *824 - organization: *799 - repository: *800 + enterprise: *798 + installation: *799 + member: *825 + organization: *800 + repository: *801 sender: *4 required: - action @@ -162152,11 +162238,11 @@ webhooks: type: string enum: - removed - enterprise: *797 - installation: *798 - member: *824 - organization: *799 - repository: *800 + enterprise: *798 + installation: *799 + member: *825 + organization: *800 + repository: *801 sender: *4 required: - action @@ -162234,11 +162320,11 @@ webhooks: type: string enum: - added - enterprise: *797 - installation: *798 - member: *824 - organization: *799 - repository: *800 + enterprise: *798 + installation: *799 + member: *825 + organization: *800 + repository: *801 scope: description: The scope of the membership. Currently, can only be `team`. @@ -162316,7 +162402,7 @@ webhooks: required: - login - id - team: &834 + team: &835 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -162509,11 +162595,11 @@ webhooks: type: string enum: - removed - enterprise: *797 - installation: *798 - member: *824 - organization: *799 - repository: *800 + enterprise: *798 + installation: *799 + member: *825 + organization: *800 + repository: *801 scope: description: The scope of the membership. Currently, can only be `team`. @@ -162592,7 +162678,7 @@ webhooks: required: - login - id - team: *834 + team: *835 required: - action - scope @@ -162674,8 +162760,8 @@ webhooks: type: string enum: - checks_requested - installation: *798 - merge_group: &835 + installation: *799 + merge_group: &836 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -162694,15 +162780,15 @@ webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *493 + head_commit: *494 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *799 - repository: *800 + organization: *800 + repository: *801 sender: *4 required: - action @@ -162788,10 +162874,10 @@ webhooks: - merged - invalidated - dequeued - installation: *798 - merge_group: *835 - organization: *799 - repository: *800 + installation: *799 + merge_group: *836 + organization: *800 + repository: *801 sender: *4 required: - action @@ -162864,7 +162950,7 @@ webhooks: type: string enum: - deleted - enterprise: *797 + enterprise: *798 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -162973,12 +163059,12 @@ webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *798 - organization: *799 + installation: *799 + organization: *800 repository: anyOf: - type: 'null' - - *800 + - *801 sender: *4 required: - action @@ -163058,11 +163144,11 @@ webhooks: type: string enum: - closed - enterprise: *797 - installation: *798 - milestone: *829 - organization: *799 - repository: *800 + enterprise: *798 + installation: *799 + milestone: *830 + organization: *800 + repository: *801 sender: *4 required: - action @@ -163141,9 +163227,9 @@ webhooks: type: string enum: - created - enterprise: *797 - installation: *798 - milestone: &836 + enterprise: *798 + installation: *799 + milestone: &837 title: Milestone description: A collection of related issues and pull requests. type: object @@ -163285,8 +163371,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *799 - repository: *800 + organization: *800 + repository: *801 sender: *4 required: - action @@ -163365,11 +163451,11 @@ webhooks: type: string enum: - deleted - enterprise: *797 - installation: *798 - milestone: *829 - organization: *799 - repository: *800 + enterprise: *798 + installation: *799 + milestone: *830 + organization: *800 + repository: *801 sender: *4 required: - action @@ -163479,11 +163565,11 @@ webhooks: type: string required: - from - enterprise: *797 - installation: *798 - milestone: *829 - organization: *799 - repository: *800 + enterprise: *798 + installation: *799 + milestone: *830 + organization: *800 + repository: *801 sender: *4 required: - action @@ -163563,11 +163649,11 @@ webhooks: type: string enum: - opened - enterprise: *797 - installation: *798 - milestone: *836 - organization: *799 - repository: *800 + enterprise: *798 + installation: *799 + milestone: *837 + organization: *800 + repository: *801 sender: *4 required: - action @@ -163646,11 +163732,11 @@ webhooks: type: string enum: - blocked - blocked_user: *824 - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 + blocked_user: *825 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 sender: *4 required: - action @@ -163729,11 +163815,11 @@ webhooks: type: string enum: - unblocked - blocked_user: *824 - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 + blocked_user: *825 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 sender: *4 required: - action @@ -163812,9 +163898,9 @@ webhooks: type: string enum: - deleted - enterprise: *797 - installation: *798 - membership: &837 + enterprise: *798 + installation: *799 + membership: &838 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -163924,8 +164010,8 @@ webhooks: - role - organization_url - user - organization: *799 - repository: *800 + organization: *800 + repository: *801 sender: *4 required: - action @@ -164003,11 +164089,11 @@ webhooks: type: string enum: - member_added - enterprise: *797 - installation: *798 - membership: *837 - organization: *799 - repository: *800 + enterprise: *798 + installation: *799 + membership: *838 + organization: *800 + repository: *801 sender: *4 required: - action @@ -164086,8 +164172,8 @@ webhooks: type: string enum: - member_invited - enterprise: *797 - installation: *798 + enterprise: *798 + installation: *799 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -164209,10 +164295,10 @@ webhooks: - inviter - team_count - invitation_teams_url - organization: *799 - repository: *800 + organization: *800 + repository: *801 sender: *4 - user: *824 + user: *825 required: - action - invitation @@ -164290,11 +164376,11 @@ webhooks: type: string enum: - member_removed - enterprise: *797 - installation: *798 - membership: *837 - organization: *799 - repository: *800 + enterprise: *798 + installation: *799 + membership: *838 + organization: *800 + repository: *801 sender: *4 required: - action @@ -164381,11 +164467,11 @@ webhooks: properties: from: type: string - enterprise: *797 - installation: *798 - membership: *837 - organization: *799 - repository: *800 + enterprise: *798 + installation: *799 + membership: *838 + organization: *800 + repository: *801 sender: *4 required: - action @@ -164461,9 +164547,9 @@ webhooks: type: string enum: - published - enterprise: *797 - installation: *798 - organization: *799 + enterprise: *798 + installation: *799 + organization: *800 package: description: Information about the package. type: object @@ -164986,7 +165072,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: &838 + items: &839 title: Ruby Gems metadata type: object properties: @@ -165083,7 +165169,7 @@ webhooks: - owner - package_version - registry - repository: *800 + repository: *801 sender: *4 required: - action @@ -165159,9 +165245,9 @@ webhooks: type: string enum: - updated - enterprise: *797 - installation: *798 - organization: *799 + enterprise: *798 + installation: *799 + organization: *800 package: description: Information about the package. type: object @@ -165523,7 +165609,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *838 + items: *839 source_url: type: string format: uri @@ -165594,7 +165680,7 @@ webhooks: - owner - package_version - registry - repository: *800 + repository: *801 sender: *4 required: - action @@ -165775,12 +165861,12 @@ webhooks: - duration - created_at - updated_at - enterprise: *797 + enterprise: *798 id: type: integer - installation: *798 - organization: *799 - repository: *800 + installation: *799 + organization: *800 + repository: *801 sender: *4 required: - id @@ -165857,7 +165943,7 @@ webhooks: type: string enum: - approved - personal_access_token_request: &839 + personal_access_token_request: &840 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -166007,10 +166093,10 @@ webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *797 - organization: *799 + enterprise: *798 + organization: *800 sender: *4 - installation: *798 + installation: *799 required: - action - personal_access_token_request @@ -166087,11 +166173,11 @@ webhooks: type: string enum: - cancelled - personal_access_token_request: *839 - enterprise: *797 - organization: *799 + personal_access_token_request: *840 + enterprise: *798 + organization: *800 sender: *4 - installation: *798 + installation: *799 required: - action - personal_access_token_request @@ -166167,11 +166253,11 @@ webhooks: type: string enum: - created - personal_access_token_request: *839 - enterprise: *797 - organization: *799 + personal_access_token_request: *840 + enterprise: *798 + organization: *800 sender: *4 - installation: *798 + installation: *799 required: - action - personal_access_token_request @@ -166246,11 +166332,11 @@ webhooks: type: string enum: - denied - personal_access_token_request: *839 - organization: *799 - enterprise: *797 + personal_access_token_request: *840 + organization: *800 + enterprise: *798 sender: *4 - installation: *798 + installation: *799 required: - action - personal_access_token_request @@ -166355,7 +166441,7 @@ webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *840 + last_response: *841 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -166387,8 +166473,8 @@ webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *799 - repository: *800 + organization: *800 + repository: *801 sender: *4 zen: description: Random string of GitHub zen. @@ -166633,10 +166719,10 @@ webhooks: - from required: - note - enterprise: *797 - installation: *798 - organization: *799 - project_card: &841 + enterprise: *798 + installation: *799 + organization: *800 + project_card: &842 title: Project Card type: object properties: @@ -166759,7 +166845,7 @@ webhooks: - creator - created_at - updated_at - repository: *800 + repository: *801 sender: *4 required: - action @@ -166840,11 +166926,11 @@ webhooks: type: string enum: - created - enterprise: *797 - installation: *798 - organization: *799 - project_card: *841 - repository: *800 + enterprise: *798 + installation: *799 + organization: *800 + project_card: *842 + repository: *801 sender: *4 required: - action @@ -166924,9 +167010,9 @@ webhooks: type: string enum: - deleted - enterprise: *797 - installation: *798 - organization: *799 + enterprise: *798 + installation: *799 + organization: *800 project_card: title: Project Card type: object @@ -167056,7 +167142,7 @@ webhooks: repository: anyOf: - type: 'null' - - *800 + - *801 sender: *4 required: - action @@ -167150,11 +167236,11 @@ webhooks: - from required: - note - enterprise: *797 - installation: *798 - organization: *799 - project_card: *841 - repository: *800 + enterprise: *798 + installation: *799 + organization: *800 + project_card: *842 + repository: *801 sender: *4 required: - action @@ -167248,9 +167334,9 @@ webhooks: - from required: - column_id - enterprise: *797 - installation: *798 - organization: *799 + enterprise: *798 + installation: *799 + organization: *800 project_card: allOf: - title: Project Card @@ -167447,7 +167533,7 @@ webhooks: type: string required: - after_id - repository: *800 + repository: *801 sender: *4 required: - action @@ -167527,10 +167613,10 @@ webhooks: type: string enum: - closed - enterprise: *797 - installation: *798 - organization: *799 - project: &843 + enterprise: *798 + installation: *799 + organization: *800 + project: &844 title: Project type: object properties: @@ -167657,7 +167743,7 @@ webhooks: - creator - created_at - updated_at - repository: *800 + repository: *801 sender: *4 required: - action @@ -167737,10 +167823,10 @@ webhooks: type: string enum: - created - enterprise: *797 - installation: *798 - organization: *799 - project_column: &842 + enterprise: *798 + installation: *799 + organization: *800 + project_column: &843 title: Project Column type: object properties: @@ -167780,7 +167866,7 @@ webhooks: - name - created_at - updated_at - repository: *800 + repository: *801 sender: *4 required: - action @@ -167859,14 +167945,14 @@ webhooks: type: string enum: - deleted - enterprise: *797 - installation: *798 - organization: *799 - project_column: *842 + enterprise: *798 + installation: *799 + organization: *800 + project_column: *843 repository: anyOf: - type: 'null' - - *800 + - *801 sender: *4 required: - action @@ -167955,11 +168041,11 @@ webhooks: type: string required: - from - enterprise: *797 - installation: *798 - organization: *799 - project_column: *842 - repository: *800 + enterprise: *798 + installation: *799 + organization: *800 + project_column: *843 + repository: *801 sender: *4 required: - action @@ -168039,11 +168125,11 @@ webhooks: type: string enum: - moved - enterprise: *797 - installation: *798 - organization: *799 - project_column: *842 - repository: *800 + enterprise: *798 + installation: *799 + organization: *800 + project_column: *843 + repository: *801 sender: *4 required: - action @@ -168123,11 +168209,11 @@ webhooks: type: string enum: - created - enterprise: *797 - installation: *798 - organization: *799 - project: *843 - repository: *800 + enterprise: *798 + installation: *799 + organization: *800 + project: *844 + repository: *801 sender: *4 required: - action @@ -168207,14 +168293,14 @@ webhooks: type: string enum: - deleted - enterprise: *797 - installation: *798 - organization: *799 - project: *843 + enterprise: *798 + installation: *799 + organization: *800 + project: *844 repository: anyOf: - type: 'null' - - *800 + - *801 sender: *4 required: - action @@ -168315,11 +168401,11 @@ webhooks: type: string required: - from - enterprise: *797 - installation: *798 - organization: *799 - project: *843 - repository: *800 + enterprise: *798 + installation: *799 + organization: *800 + project: *844 + repository: *801 sender: *4 required: - action @@ -168398,11 +168484,11 @@ webhooks: type: string enum: - reopened - enterprise: *797 - installation: *798 - organization: *799 - project: *843 - repository: *800 + enterprise: *798 + installation: *799 + organization: *800 + project: *844 + repository: *801 sender: *4 required: - action @@ -168483,9 +168569,9 @@ webhooks: type: string enum: - closed - installation: *798 - organization: *799 - projects_v2: *353 + installation: *799 + organization: *800 + projects_v2: *354 sender: *4 required: - action @@ -168566,9 +168652,9 @@ webhooks: type: string enum: - created - installation: *798 - organization: *799 - projects_v2: *353 + installation: *799 + organization: *800 + projects_v2: *354 sender: *4 required: - action @@ -168649,9 +168735,9 @@ webhooks: type: string enum: - deleted - installation: *798 - organization: *799 - projects_v2: *353 + installation: *799 + organization: *800 + projects_v2: *354 sender: *4 required: - action @@ -168772,9 +168858,9 @@ webhooks: type: string to: type: string - installation: *798 - organization: *799 - projects_v2: *353 + installation: *799 + organization: *800 + projects_v2: *354 sender: *4 required: - action @@ -168857,7 +168943,7 @@ webhooks: type: string enum: - archived - changes: &847 + changes: &848 type: object properties: archived_at: @@ -168873,9 +168959,9 @@ webhooks: - string - 'null' format: date-time - installation: *798 - organization: *799 - projects_v2_item: &844 + installation: *799 + organization: *800 + projects_v2_item: &845 title: Projects v2 Item description: An item belonging to a project type: object @@ -168893,7 +168979,7 @@ webhooks: type: string description: The node ID of the content represented by this item. - content_type: *360 + content_type: *361 creator: *4 created_at: type: string @@ -169015,9 +169101,9 @@ webhooks: - 'null' to: type: string - installation: *798 - organization: *799 - projects_v2_item: *844 + installation: *799 + organization: *800 + projects_v2_item: *845 sender: *4 required: - action @@ -169099,9 +169185,9 @@ webhooks: type: string enum: - created - installation: *798 - organization: *799 - projects_v2_item: *844 + installation: *799 + organization: *800 + projects_v2_item: *845 sender: *4 required: - action @@ -169182,9 +169268,9 @@ webhooks: type: string enum: - deleted - installation: *798 - organization: *799 - projects_v2_item: *844 + installation: *799 + organization: *800 + projects_v2_item: *845 sender: *4 required: - action @@ -169289,7 +169375,7 @@ webhooks: oneOf: - type: string - type: integer - - &845 + - &846 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -169313,7 +169399,7 @@ webhooks: required: - id - name - - &846 + - &847 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -169353,8 +169439,8 @@ webhooks: oneOf: - type: string - type: integer - - *845 - *846 + - *847 type: - 'null' - string @@ -169377,9 +169463,9 @@ webhooks: - 'null' required: - body - installation: *798 - organization: *799 - projects_v2_item: *844 + installation: *799 + organization: *800 + projects_v2_item: *845 sender: *4 required: - action @@ -169476,9 +169562,9 @@ webhooks: type: - string - 'null' - installation: *798 - organization: *799 - projects_v2_item: *844 + installation: *799 + organization: *800 + projects_v2_item: *845 sender: *4 required: - action @@ -169561,10 +169647,10 @@ webhooks: type: string enum: - restored - changes: *847 - installation: *798 - organization: *799 - projects_v2_item: *844 + changes: *848 + installation: *799 + organization: *800 + projects_v2_item: *845 sender: *4 required: - action @@ -169646,9 +169732,9 @@ webhooks: type: string enum: - reopened - installation: *798 - organization: *799 - projects_v2: *353 + installation: *799 + organization: *800 + projects_v2: *354 sender: *4 required: - action @@ -169729,9 +169815,9 @@ webhooks: type: string enum: - created - installation: *798 - organization: *799 - projects_v2_status_update: *848 + installation: *799 + organization: *800 + projects_v2_status_update: *849 sender: *4 required: - action @@ -169812,9 +169898,9 @@ webhooks: type: string enum: - deleted - installation: *798 - organization: *799 - projects_v2_status_update: *848 + installation: *799 + organization: *800 + projects_v2_status_update: *849 sender: *4 required: - action @@ -169960,9 +170046,9 @@ webhooks: - string - 'null' format: date - installation: *798 - organization: *799 - projects_v2_status_update: *848 + installation: *799 + organization: *800 + projects_v2_status_update: *849 sender: *4 required: - action @@ -170033,10 +170119,10 @@ webhooks: title: public event type: object properties: - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 sender: *4 required: - repository @@ -170113,13 +170199,13 @@ webhooks: type: string enum: - assigned - assignee: *824 - enterprise: *797 - installation: *798 - number: &849 + assignee: *825 + enterprise: *798 + installation: *799 + number: &850 description: The pull request number. type: integer - organization: *799 + organization: *800 pull_request: title: Pull Request type: object @@ -172468,7 +172554,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *800 + repository: *801 sender: *4 required: - action @@ -172550,11 +172636,11 @@ webhooks: type: string enum: - auto_merge_disabled - enterprise: *797 - installation: *798 + enterprise: *798 + installation: *799 number: type: integer - organization: *799 + organization: *800 pull_request: title: Pull Request type: object @@ -174896,7 +174982,7 @@ webhooks: - draft reason: type: string - repository: *800 + repository: *801 sender: *4 required: - action @@ -174978,11 +175064,11 @@ webhooks: type: string enum: - auto_merge_enabled - enterprise: *797 - installation: *798 + enterprise: *798 + installation: *799 number: type: integer - organization: *799 + organization: *800 pull_request: title: Pull Request type: object @@ -177324,7 +177410,7 @@ webhooks: - draft reason: type: string - repository: *800 + repository: *801 sender: *4 required: - action @@ -177406,13 +177492,13 @@ webhooks: type: string enum: - closed - enterprise: *797 - installation: *798 - number: *849 - organization: *799 - pull_request: &850 + enterprise: *798 + installation: *799 + number: *850 + organization: *800 + pull_request: &851 allOf: - - *648 + - *649 - type: object properties: allow_auto_merge: @@ -177474,7 +177560,7 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *800 + repository: *801 sender: *4 required: - action @@ -177555,12 +177641,12 @@ webhooks: type: string enum: - converted_to_draft - enterprise: *797 - installation: *798 - number: *849 - organization: *799 - pull_request: *850 - repository: *800 + enterprise: *798 + installation: *799 + number: *850 + organization: *800 + pull_request: *851 + repository: *801 sender: *4 required: - action @@ -177640,11 +177726,11 @@ webhooks: type: string enum: - demilestoned - enterprise: *797 - milestone: *358 - number: *849 - organization: *799 - pull_request: &851 + enterprise: *798 + milestone: *359 + number: *850 + organization: *800 + pull_request: &852 title: Pull Request type: object properties: @@ -179971,7 +180057,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *800 + repository: *801 sender: *4 required: - action @@ -180050,11 +180136,11 @@ webhooks: type: string enum: - dequeued - enterprise: *797 - installation: *798 + enterprise: *798 + installation: *799 number: type: integer - organization: *799 + organization: *800 pull_request: title: Pull Request type: object @@ -182400,7 +182486,7 @@ webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *800 + repository: *801 sender: *4 required: - action @@ -182524,12 +182610,12 @@ webhooks: type: string required: - from - enterprise: *797 - installation: *798 - number: *849 - organization: *799 - pull_request: *850 - repository: *800 + enterprise: *798 + installation: *799 + number: *850 + organization: *800 + pull_request: *851 + repository: *801 sender: *4 required: - action @@ -182609,11 +182695,11 @@ webhooks: type: string enum: - enqueued - enterprise: *797 - installation: *798 + enterprise: *798 + installation: *799 number: type: integer - organization: *799 + organization: *800 pull_request: title: Pull Request type: object @@ -184944,7 +185030,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *800 + repository: *801 sender: *4 required: - action @@ -185024,11 +185110,11 @@ webhooks: type: string enum: - labeled - enterprise: *797 - installation: *798 - label: *823 - number: *849 - organization: *799 + enterprise: *798 + installation: *799 + label: *824 + number: *850 + organization: *800 pull_request: title: Pull Request type: object @@ -187376,7 +187462,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *800 + repository: *801 sender: *4 required: - action @@ -187457,10 +187543,10 @@ webhooks: type: string enum: - locked - enterprise: *797 - installation: *798 - number: *849 - organization: *799 + enterprise: *798 + installation: *799 + number: *850 + organization: *800 pull_request: title: Pull Request type: object @@ -189806,7 +189892,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *800 + repository: *801 sender: *4 required: - action @@ -189886,12 +189972,12 @@ webhooks: type: string enum: - milestoned - enterprise: *797 - milestone: *358 - number: *849 - organization: *799 - pull_request: *851 - repository: *800 + enterprise: *798 + milestone: *359 + number: *850 + organization: *800 + pull_request: *852 + repository: *801 sender: *4 required: - action @@ -189970,12 +190056,12 @@ webhooks: type: string enum: - opened - enterprise: *797 - installation: *798 - number: *849 - organization: *799 - pull_request: *850 - repository: *800 + enterprise: *798 + installation: *799 + number: *850 + organization: *800 + pull_request: *851 + repository: *801 sender: *4 required: - action @@ -190056,12 +190142,12 @@ webhooks: type: string enum: - ready_for_review - enterprise: *797 - installation: *798 - number: *849 - organization: *799 - pull_request: *850 - repository: *800 + enterprise: *798 + installation: *799 + number: *850 + organization: *800 + pull_request: *851 + repository: *801 sender: *4 required: - action @@ -190141,12 +190227,12 @@ webhooks: type: string enum: - reopened - enterprise: *797 - installation: *798 - number: *849 - organization: *799 - pull_request: *850 - repository: *800 + enterprise: *798 + installation: *799 + number: *850 + organization: *800 + pull_request: *851 + repository: *801 sender: *4 required: - action @@ -190521,9 +190607,9 @@ webhooks: - start_side - side - reactions - enterprise: *797 - installation: *798 - organization: *799 + enterprise: *798 + installation: *799 + organization: *800 pull_request: type: object properties: @@ -192753,7 +192839,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *800 + repository: *801 sender: *4 required: - action @@ -192833,7 +192919,7 @@ webhooks: type: string enum: - deleted - comment: &853 + comment: &854 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. @@ -193126,9 +193212,9 @@ webhooks: - start_side - side - reactions - enterprise: *797 - installation: *798 - organization: *799 + enterprise: *798 + installation: *799 + organization: *800 pull_request: type: object properties: @@ -195346,7 +195432,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *800 + repository: *801 sender: *4 required: - action @@ -195426,11 +195512,11 @@ webhooks: type: string enum: - edited - changes: *852 - comment: *853 - enterprise: *797 - installation: *798 - organization: *799 + changes: *853 + comment: *854 + enterprise: *798 + installation: *799 + organization: *800 pull_request: type: object properties: @@ -197651,7 +197737,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *800 + repository: *801 sender: *4 required: - action @@ -197732,9 +197818,9 @@ webhooks: type: string enum: - dismissed - enterprise: *797 - installation: *798 - organization: *799 + enterprise: *798 + installation: *799 + organization: *800 pull_request: title: Simple Pull Request type: object @@ -199967,7 +200053,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *800 + repository: *801 review: description: The review that was affected. type: object @@ -200218,9 +200304,9 @@ webhooks: type: string required: - from - enterprise: *797 - installation: *798 - organization: *799 + enterprise: *798 + installation: *799 + organization: *800 pull_request: title: Simple Pull Request type: object @@ -202334,8 +202420,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *800 - review: &854 + repository: *801 + review: &855 description: The review that was affected. type: object properties: @@ -202573,12 +202659,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *797 - installation: *798 + enterprise: *798 + installation: *799 number: description: The pull request number. type: integer - organization: *799 + organization: *800 pull_request: title: Pull Request type: object @@ -204925,7 +205011,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *800 + repository: *801 requested_reviewer: title: User type: @@ -205011,12 +205097,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *797 - installation: *798 + enterprise: *798 + installation: *799 number: description: The pull request number. type: integer - organization: *799 + organization: *800 pull_request: title: Pull Request type: object @@ -207370,7 +207456,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *800 + repository: *801 requested_team: title: Team description: Groups of organization members that gives permissions @@ -207565,12 +207651,12 @@ webhooks: type: string enum: - review_requested - enterprise: *797 - installation: *798 + enterprise: *798 + installation: *799 number: description: The pull request number. type: integer - organization: *799 + organization: *800 pull_request: title: Pull Request type: object @@ -209919,7 +210005,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *800 + repository: *801 requested_reviewer: title: User type: @@ -210006,12 +210092,12 @@ webhooks: type: string enum: - review_requested - enterprise: *797 - installation: *798 + enterprise: *798 + installation: *799 number: description: The pull request number. type: integer - organization: *799 + organization: *800 pull_request: title: Pull Request type: object @@ -212351,7 +212437,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *800 + repository: *801 requested_team: title: Team description: Groups of organization members that gives permissions @@ -212535,9 +212621,9 @@ webhooks: type: string enum: - submitted - enterprise: *797 - installation: *798 - organization: *799 + enterprise: *798 + installation: *799 + organization: *800 pull_request: title: Simple Pull Request type: object @@ -214773,8 +214859,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *800 - review: *854 + repository: *801 + review: *855 sender: *4 required: - action @@ -214854,9 +214940,9 @@ webhooks: type: string enum: - resolved - enterprise: *797 - installation: *798 - organization: *799 + enterprise: *798 + installation: *799 + organization: *800 pull_request: title: Simple Pull Request type: object @@ -216987,7 +217073,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *800 + repository: *801 sender: *4 thread: type: object @@ -217384,9 +217470,9 @@ webhooks: type: string enum: - unresolved - enterprise: *797 - installation: *798 - organization: *799 + enterprise: *798 + installation: *799 + organization: *800 pull_request: title: Simple Pull Request type: object @@ -219500,7 +219586,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *800 + repository: *801 sender: *4 thread: type: object @@ -219899,10 +219985,10 @@ webhooks: type: string before: type: string - enterprise: *797 - installation: *798 - number: *849 - organization: *799 + enterprise: *798 + installation: *799 + number: *850 + organization: *800 pull_request: title: Pull Request type: object @@ -222237,7 +222323,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *800 + repository: *801 sender: *4 required: - action @@ -222319,11 +222405,11 @@ webhooks: type: string enum: - unassigned - assignee: *855 - enterprise: *797 - installation: *798 - number: *849 - organization: *799 + assignee: *856 + enterprise: *798 + installation: *799 + number: *850 + organization: *800 pull_request: title: Pull Request type: object @@ -224673,7 +224759,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *800 + repository: *801 sender: *4 required: - action @@ -224752,11 +224838,11 @@ webhooks: type: string enum: - unlabeled - enterprise: *797 - installation: *798 - label: *823 - number: *849 - organization: *799 + enterprise: *798 + installation: *799 + label: *824 + number: *850 + organization: *800 pull_request: title: Pull Request type: object @@ -227095,7 +227181,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *800 + repository: *801 sender: *4 required: - action @@ -227176,10 +227262,10 @@ webhooks: type: string enum: - unlocked - enterprise: *797 - installation: *798 - number: *849 - organization: *799 + enterprise: *798 + installation: *799 + number: *850 + organization: *800 pull_request: title: Pull Request type: object @@ -229508,7 +229594,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *800 + repository: *801 sender: *4 required: - action @@ -229711,7 +229797,7 @@ webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *797 + enterprise: *798 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -229806,8 +229892,8 @@ webhooks: - url - author - committer - installation: *798 - organization: *799 + installation: *799 + organization: *800 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -230395,9 +230481,9 @@ webhooks: type: string enum: - published - enterprise: *797 - installation: *798 - organization: *799 + enterprise: *798 + installation: *799 + organization: *800 registry_package: type: object properties: @@ -230874,7 +230960,7 @@ webhooks: type: string rubygems_metadata: type: array - items: *838 + items: *839 summary: type: string tag_name: @@ -230930,7 +231016,7 @@ webhooks: - owner - package_version - registry - repository: *800 + repository: *801 sender: *4 required: - action @@ -231008,9 +231094,9 @@ webhooks: type: string enum: - updated - enterprise: *797 - installation: *798 - organization: *799 + enterprise: *798 + installation: *799 + organization: *800 registry_package: type: object properties: @@ -231322,7 +231408,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *838 + items: *839 summary: type: string tag_name: @@ -231372,7 +231458,7 @@ webhooks: - owner - package_version - registry - repository: *800 + repository: *801 sender: *4 required: - action @@ -231449,10 +231535,10 @@ webhooks: type: string enum: - created - enterprise: *797 - installation: *798 - organization: *799 - release: &856 + enterprise: *798 + installation: *799 + organization: *800 + release: &857 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -231783,7 +231869,7 @@ webhooks: - updated_at - zipball_url - body - repository: *800 + repository: *801 sender: *4 required: - action @@ -231860,11 +231946,11 @@ webhooks: type: string enum: - deleted - enterprise: *797 - installation: *798 - organization: *799 - release: *856 - repository: *800 + enterprise: *798 + installation: *799 + organization: *800 + release: *857 + repository: *801 sender: *4 required: - action @@ -231981,11 +232067,11 @@ webhooks: type: boolean required: - to - enterprise: *797 - installation: *798 - organization: *799 - release: *856 - repository: *800 + enterprise: *798 + installation: *799 + organization: *800 + release: *857 + repository: *801 sender: *4 required: - action @@ -232063,9 +232149,9 @@ webhooks: type: string enum: - prereleased - enterprise: *797 - installation: *798 - organization: *799 + enterprise: *798 + installation: *799 + organization: *800 release: title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) @@ -232401,7 +232487,7 @@ webhooks: - string - 'null' format: uri - repository: *800 + repository: *801 sender: *4 required: - action @@ -232477,10 +232563,10 @@ webhooks: type: string enum: - published - enterprise: *797 - installation: *798 - organization: *799 - release: &857 + enterprise: *798 + installation: *799 + organization: *800 + release: &858 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -232813,7 +232899,7 @@ webhooks: - string - 'null' format: uri - repository: *800 + repository: *801 sender: *4 required: - action @@ -232889,11 +232975,11 @@ webhooks: type: string enum: - released - enterprise: *797 - installation: *798 - organization: *799 - release: *856 - repository: *800 + enterprise: *798 + installation: *799 + organization: *800 + release: *857 + repository: *801 sender: *4 required: - action @@ -232969,11 +233055,11 @@ webhooks: type: string enum: - unpublished - enterprise: *797 - installation: *798 - organization: *799 - release: *857 - repository: *800 + enterprise: *798 + installation: *799 + organization: *800 + release: *858 + repository: *801 sender: *4 required: - action @@ -233049,11 +233135,11 @@ webhooks: type: string enum: - published - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 - repository_advisory: *700 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 + repository_advisory: *701 sender: *4 required: - action @@ -233129,11 +233215,11 @@ webhooks: type: string enum: - reported - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 - repository_advisory: *700 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 + repository_advisory: *701 sender: *4 required: - action @@ -233209,10 +233295,10 @@ webhooks: type: string enum: - archived - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 sender: *4 required: - action @@ -233289,10 +233375,10 @@ webhooks: type: string enum: - created - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 sender: *4 required: - action @@ -233370,10 +233456,10 @@ webhooks: type: string enum: - deleted - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 sender: *4 required: - action @@ -233458,10 +233544,10 @@ webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 sender: *4 required: - action @@ -233576,10 +233662,10 @@ webhooks: - 'null' items: type: string - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 sender: *4 required: - action @@ -233651,10 +233737,10 @@ webhooks: title: repository_import event type: object properties: - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 sender: *4 status: type: string @@ -233735,10 +233821,10 @@ webhooks: type: string enum: - privatized - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 sender: *4 required: - action @@ -233815,10 +233901,10 @@ webhooks: type: string enum: - publicized - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 sender: *4 required: - action @@ -233912,10 +233998,10 @@ webhooks: - name required: - repository - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 sender: *4 required: - action @@ -233995,11 +234081,11 @@ webhooks: type: string enum: - created - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 - repository_ruleset: *157 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 + repository_ruleset: *158 sender: *4 required: - action @@ -234077,11 +234163,11 @@ webhooks: type: string enum: - deleted - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 - repository_ruleset: *157 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 + repository_ruleset: *158 sender: *4 required: - action @@ -234159,11 +234245,11 @@ webhooks: type: string enum: - edited - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 - repository_ruleset: *157 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 + repository_ruleset: *158 changes: type: object properties: @@ -234182,16 +234268,16 @@ webhooks: properties: added: type: array - items: *131 + items: *132 deleted: type: array - items: *131 + items: *132 updated: type: array items: type: object properties: - condition: *131 + condition: *132 changes: type: object properties: @@ -234224,16 +234310,16 @@ webhooks: properties: added: type: array - items: *668 + items: *669 deleted: type: array - items: *668 + items: *669 updated: type: array items: type: object properties: - rule: *668 + rule: *669 changes: type: object properties: @@ -234470,10 +234556,10 @@ webhooks: - from required: - owner - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 sender: *4 required: - action @@ -234551,10 +234637,10 @@ webhooks: type: string enum: - unarchived - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 sender: *4 required: - action @@ -234632,7 +234718,7 @@ webhooks: type: string enum: - create - alert: &858 + alert: &859 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -234756,10 +234842,10 @@ webhooks: type: string enum: - open - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 sender: *4 required: - action @@ -234969,10 +235055,10 @@ webhooks: type: string enum: - dismissed - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 sender: *4 required: - action @@ -235050,11 +235136,11 @@ webhooks: type: string enum: - reopen - alert: *858 - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 + alert: *859 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 sender: *4 required: - action @@ -235256,10 +235342,10 @@ webhooks: enum: - fixed - open - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 sender: *4 required: - action @@ -235337,17 +235423,17 @@ webhooks: type: string enum: - created - alert: &859 + alert: &860 type: object properties: - number: *108 - created_at: *115 + number: *109 + created_at: *116 updated_at: anyOf: - type: 'null' - - *116 - url: *113 - html_url: *114 + - *117 + url: *114 + html_url: *115 locations_url: type: string format: uri @@ -235447,10 +235533,10 @@ webhooks: - 'null' description: Whether the detected secret was found in multiple repositories in the same organization or business. - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 sender: *4 required: - action @@ -235531,11 +235617,11 @@ webhooks: type: string enum: - created - alert: *859 - installation: *798 - location: *860 - organization: *799 - repository: *800 + alert: *860 + installation: *799 + location: *861 + organization: *800 + repository: *801 sender: *4 required: - location @@ -235773,11 +235859,11 @@ webhooks: type: string enum: - publicly_leaked - alert: *859 - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 + alert: *860 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 sender: *4 required: - action @@ -235855,11 +235941,11 @@ webhooks: type: string enum: - reopened - alert: *859 - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 + alert: *860 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 sender: *4 required: - action @@ -235937,11 +236023,11 @@ webhooks: type: string enum: - resolved - alert: *859 - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 + alert: *860 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 sender: *4 required: - action @@ -236019,11 +236105,11 @@ webhooks: type: string enum: - validated - alert: *859 - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 + alert: *860 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 sender: *4 required: - action @@ -236153,10 +236239,10 @@ webhooks: - organization - enterprise - - repository: *800 - enterprise: *797 - installation: *798 - organization: *799 + repository: *801 + enterprise: *798 + installation: *799 + organization: *800 sender: *4 required: - action @@ -236234,11 +236320,11 @@ webhooks: type: string enum: - published - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 - security_advisory: &861 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 + security_advisory: &862 description: The details of the security advisory, including summary, description, and severity. type: object @@ -236255,7 +236341,7 @@ webhooks: required: - vector_string - score - cvss_severities: *110 + cvss_severities: *111 cwes: type: array items: @@ -236424,11 +236510,11 @@ webhooks: type: string enum: - updated - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 - security_advisory: *861 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 + security_advisory: *862 sender: *4 required: - action @@ -236501,10 +236587,10 @@ webhooks: type: string enum: - withdrawn - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -236522,7 +236608,7 @@ webhooks: required: - vector_string - score - cvss_severities: *110 + cvss_severities: *111 cwes: type: array items: @@ -236690,11 +236776,11 @@ webhooks: from: type: object properties: - security_and_analysis: *366 - enterprise: *797 - installation: *798 - organization: *799 - repository: *432 + security_and_analysis: *367 + enterprise: *798 + installation: *799 + organization: *800 + repository: *433 sender: *4 required: - changes @@ -236772,12 +236858,12 @@ webhooks: type: string enum: - cancelled - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 sender: *4 - sponsorship: &862 + sponsorship: &863 type: object properties: created_at: @@ -237082,12 +237168,12 @@ webhooks: type: string enum: - created - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 sender: *4 - sponsorship: *862 + sponsorship: *863 required: - action - sponsorship @@ -237175,12 +237261,12 @@ webhooks: type: string required: - from - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 sender: *4 - sponsorship: *862 + sponsorship: *863 required: - action - changes @@ -237257,17 +237343,17 @@ webhooks: type: string enum: - pending_cancellation - effective_date: &863 + effective_date: &864 description: The `pending_cancellation` and `pending_tier_change` event types will include the date the cancellation or tier change will take effect. type: string - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 sender: *4 - sponsorship: *862 + sponsorship: *863 required: - action - sponsorship @@ -237341,7 +237427,7 @@ webhooks: type: string enum: - pending_tier_change - changes: &864 + changes: &865 type: object properties: tier: @@ -237385,13 +237471,13 @@ webhooks: - from required: - tier - effective_date: *863 - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 + effective_date: *864 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 sender: *4 - sponsorship: *862 + sponsorship: *863 required: - action - changes @@ -237468,13 +237554,13 @@ webhooks: type: string enum: - tier_changed - changes: *864 - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 + changes: *865 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 sender: *4 - sponsorship: *862 + sponsorship: *863 required: - action - changes @@ -237548,10 +237634,10 @@ webhooks: type: string enum: - created - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -237635,10 +237721,10 @@ webhooks: type: string enum: - deleted - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -238072,15 +238158,15 @@ webhooks: type: - string - 'null' - enterprise: *797 + enterprise: *798 id: description: The unique identifier of the status. type: integer - installation: *798 + installation: *799 name: type: string - organization: *799 - repository: *800 + organization: *800 + repository: *801 sender: *4 sha: description: The Commit SHA. @@ -238190,15 +238276,15 @@ webhooks: parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *185 - parent_issue_repo: *65 + parent_issue: *186 + parent_issue_repo: *67 sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *185 - installation: *798 - organization: *799 - repository: *800 + sub_issue: *186 + installation: *799 + organization: *800 + repository: *801 sender: *4 required: - action @@ -238282,15 +238368,15 @@ webhooks: parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *185 - parent_issue_repo: *65 + parent_issue: *186 + parent_issue_repo: *67 sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *185 - installation: *798 - organization: *799 - repository: *800 + sub_issue: *186 + installation: *799 + organization: *800 + repository: *801 sender: *4 required: - action @@ -238374,15 +238460,15 @@ webhooks: sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *185 - sub_issue_repo: *65 + sub_issue: *186 + sub_issue_repo: *67 parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *185 - installation: *798 - organization: *799 - repository: *800 + parent_issue: *186 + installation: *799 + organization: *800 + repository: *801 sender: *4 required: - action @@ -238466,15 +238552,15 @@ webhooks: sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *185 - sub_issue_repo: *65 + sub_issue: *186 + sub_issue_repo: *67 parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *185 - installation: *798 - organization: *799 - repository: *800 + parent_issue: *186 + installation: *799 + organization: *800 + repository: *801 sender: *4 required: - action @@ -238551,12 +238637,12 @@ webhooks: title: team_add event type: object properties: - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 sender: *4 - team: &865 + team: &866 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -238749,9 +238835,9 @@ webhooks: type: string enum: - added_to_repository - enterprise: *797 - installation: *798 - organization: *799 + enterprise: *798 + installation: *799 + organization: *800 repository: title: Repository description: A git repository @@ -239221,7 +239307,7 @@ webhooks: - topics - visibility sender: *4 - team: *865 + team: *866 required: - action - team @@ -239297,9 +239383,9 @@ webhooks: type: string enum: - created - enterprise: *797 - installation: *798 - organization: *799 + enterprise: *798 + installation: *799 + organization: *800 repository: title: Repository description: A git repository @@ -239769,7 +239855,7 @@ webhooks: - topics - visibility sender: *4 - team: *865 + team: *866 required: - action - team @@ -239846,9 +239932,9 @@ webhooks: type: string enum: - deleted - enterprise: *797 - installation: *798 - organization: *799 + enterprise: *798 + installation: *799 + organization: *800 repository: title: Repository description: A git repository @@ -240318,7 +240404,7 @@ webhooks: - topics - visibility sender: *4 - team: *865 + team: *866 required: - action - team @@ -240462,9 +240548,9 @@ webhooks: - from required: - permissions - enterprise: *797 - installation: *798 - organization: *799 + enterprise: *798 + installation: *799 + organization: *800 repository: title: Repository description: A git repository @@ -240934,7 +241020,7 @@ webhooks: - topics - visibility sender: *4 - team: *865 + team: *866 required: - action - changes @@ -241012,9 +241098,9 @@ webhooks: type: string enum: - removed_from_repository - enterprise: *797 - installation: *798 - organization: *799 + enterprise: *798 + installation: *799 + organization: *800 repository: title: Repository description: A git repository @@ -241484,7 +241570,7 @@ webhooks: - topics - visibility sender: *4 - team: *865 + team: *866 required: - action - team @@ -241560,10 +241646,10 @@ webhooks: type: string enum: - started - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 sender: *4 required: - action @@ -241636,17 +241722,17 @@ webhooks: title: workflow_dispatch event type: object properties: - enterprise: *797 + enterprise: *798 inputs: type: - object - 'null' additionalProperties: true - installation: *798 - organization: *799 + installation: *799 + organization: *800 ref: type: string - repository: *800 + repository: *801 sender: *4 workflow: type: string @@ -241728,10 +241814,10 @@ webhooks: type: string enum: - completed - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 sender: *4 workflow_job: allOf: @@ -241987,7 +242073,7 @@ webhooks: type: string required: - conclusion - deployment: *558 + deployment: *559 required: - action - repository @@ -242066,10 +242152,10 @@ webhooks: type: string enum: - in_progress - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 sender: *4 workflow_job: allOf: @@ -242351,7 +242437,7 @@ webhooks: required: - status - steps - deployment: *558 + deployment: *559 required: - action - repository @@ -242430,10 +242516,10 @@ webhooks: type: string enum: - queued - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 sender: *4 workflow_job: type: object @@ -242579,7 +242665,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *558 + deployment: *559 required: - action - repository @@ -242658,10 +242744,10 @@ webhooks: type: string enum: - waiting - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 sender: *4 workflow_job: type: object @@ -242808,7 +242894,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *558 + deployment: *559 required: - action - repository @@ -242888,12 +242974,12 @@ webhooks: type: string enum: - completed - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 sender: *4 - workflow: *819 + workflow: *820 workflow_run: title: Workflow Run type: object @@ -243912,12 +243998,12 @@ webhooks: type: string enum: - in_progress - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 sender: *4 - workflow: *819 + workflow: *820 workflow_run: title: Workflow Run type: object @@ -244921,12 +245007,12 @@ webhooks: type: string enum: - requested - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 sender: *4 - workflow: *819 + workflow: *820 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 fbeeaff94..58a10bfa5 100644 --- a/descriptions-next/ghec/dereferenced/ghec.deref.json +++ b/descriptions-next/ghec/dereferenced/ghec.deref.json @@ -18771,6 +18771,314 @@ } } }, + "/enterprises/{enterprise}/access-restrictions/disable": { + "post": { + "summary": "Disable access restrictions for an enterprise", + "description": "Disable access restriction by proxy header using the network proxy owned by the enterprise.", + "operationId": "enterprise-admin/disable-access-restrictions", + "tags": [ + "enterprise-admin" + ], + "externalDocs": { + "description": "API method documentation", + "url": "https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/enterprises#disable-access-restrictions-for-an-enterprise" + }, + "parameters": [ + { + "name": "enterprise", + "description": "The slug version of the enterprise name.", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Response", + "content": { + "application/json": { + "schema": { + "type": "object", + "title": "Enterprise Access Restrictions", + "description": "Information about the enterprise access restrictions proxy header.", + "properties": { + "message": { + "type": "string", + "description": "The message returned for the request." + }, + "header_name": { + "type": "string", + "description": "The name of the proxy header.", + "examples": [ + "sec-GitHub-allowed-enterprise" + ] + }, + "header_value": { + "type": "string", + "description": "The value of the proxy header." + } + }, + "required": [ + "message", + "header_name", + "header_value" + ] + }, + "examples": { + "default": { + "value": { + "message": "Enterprise access restrictions successfully disabled.", + "header_name": "sec-GitHub-allowed-enterprise", + "header_value": "12345" + } + } + } + } + } + }, + "400": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + }, + "url": { + "type": "string" + }, + "status": { + "type": "string" + } + } + } + } + } + }, + "404": { + "description": "Resource not found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + }, + "url": { + "type": "string" + }, + "status": { + "type": "string" + } + } + } + } + } + }, + "500": { + "description": "Internal Error", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + }, + "url": { + "type": "string" + }, + "status": { + "type": "string" + } + } + } + } + } + } + }, + "x-github": { + "githubCloudOnly": true, + "enabledForGitHubApps": false, + "category": "enterprise-admin", + "subcategory": "enterprises" + } + } + }, + "/enterprises/{enterprise}/access-restrictions/enable": { + "post": { + "summary": "Enable access restrictions for an enterprise", + "description": "Enable access restriction by proxy header using the network proxy owned by the enterprise.", + "operationId": "enterprise-admin/enable-access-restrictions", + "tags": [ + "enterprise-admin" + ], + "externalDocs": { + "description": "API method documentation", + "url": "https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/enterprises#enable-access-restrictions-for-an-enterprise" + }, + "parameters": [ + { + "name": "enterprise", + "description": "The slug version of the enterprise name.", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Response", + "content": { + "application/json": { + "schema": { + "type": "object", + "title": "Enterprise Access Restrictions", + "description": "Information about the enterprise access restrictions proxy header.", + "properties": { + "message": { + "type": "string", + "description": "The message returned for the request." + }, + "header_name": { + "type": "string", + "description": "The name of the proxy header.", + "examples": [ + "sec-GitHub-allowed-enterprise" + ] + }, + "header_value": { + "type": "string", + "description": "The value of the proxy header." + } + }, + "required": [ + "message", + "header_name", + "header_value" + ] + }, + "examples": { + "default": { + "value": { + "message": "Enterprise access restrictions successfully enabled.", + "header_name": "sec-GitHub-allowed-enterprise", + "header_value": "12345" + } + } + } + } + } + }, + "400": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + }, + "url": { + "type": "string" + }, + "status": { + "type": "string" + } + } + } + } + } + }, + "404": { + "description": "Resource not found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + }, + "url": { + "type": "string" + }, + "status": { + "type": "string" + } + } + } + } + } + }, + "500": { + "description": "Internal Error", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + }, + "url": { + "type": "string" + }, + "status": { + "type": "string" + } + } + } + } + } + } + }, + "x-github": { + "githubCloudOnly": true, + "enabledForGitHubApps": false, + "category": "enterprise-admin", + "subcategory": "enterprises" + } + } + }, "/enterprises/{enterprise}/actions/cache/usage": { "get": { "summary": "Get GitHub Actions cache usage for an enterprise", diff --git a/descriptions-next/ghec/dereferenced/ghec.deref.yaml b/descriptions-next/ghec/dereferenced/ghec.deref.yaml index b06756d63..cbd8fb196 100644 --- a/descriptions-next/ghec/dereferenced/ghec.deref.yaml +++ b/descriptions-next/ghec/dereferenced/ghec.deref.yaml @@ -444,7 +444,7 @@ paths: The EPSS percentile represents the relative rank of the CVE's likelihood of being exploited compared to other CVEs. schema: type: string - - &96 + - &97 name: before description: A cursor, as given in the [Link header](https://docs.github.com/enterprise-cloud@latest//rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for results before this cursor. For @@ -453,7 +453,7 @@ paths: required: false schema: type: string - - &97 + - &98 name: after description: A cursor, as given in the [Link header](https://docs.github.com/enterprise-cloud@latest//rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for results after this cursor. For @@ -462,7 +462,7 @@ paths: required: false schema: type: string - - &98 + - &99 name: direction description: The direction to sort the results by. in: query @@ -701,7 +701,7 @@ paths: required: - vector_string - score - cvss_severities: &110 + cvss_severities: &111 type: - object - 'null' @@ -748,7 +748,7 @@ paths: required: - vector_string - score - epss: &111 + epss: &112 type: - object - 'null' @@ -911,7 +911,7 @@ paths: - subscriptions_url - type - url - type: &386 + type: &387 type: string description: The type of credit the user is receiving. enum: @@ -1044,7 +1044,7 @@ paths: description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: &210 + schema: &211 title: Validation Error Simple description: Validation Error Simple type: object @@ -1077,7 +1077,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: - - &702 + - &703 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -1662,7 +1662,7 @@ paths: schema: type: integer default: 30 - - &297 + - &298 name: cursor description: 'Used for pagination: the starting delivery from which the page of deliveries is fetched. Refer to the `link` header for the next and previous @@ -1678,7 +1678,7 @@ paths: application/json: schema: type: array - items: &298 + items: &299 title: Simple webhook delivery description: Delivery made by a webhook, without request and response information. @@ -1774,7 +1774,7 @@ paths: - installation_id - repository_id examples: - default: &299 + default: &300 value: - id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -1806,7 +1806,7 @@ paths: application/json: schema: *3 application/scim+json: - schema: &712 + schema: &713 title: Scim Error description: Scim Error type: object @@ -1837,7 +1837,7 @@ paths: description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: &209 + schema: &210 title: Validation Error description: Validation Error type: object @@ -1909,7 +1909,7 @@ paths: description: Response content: application/json: - schema: &300 + schema: &301 title: Webhook delivery description: Delivery made by a webhook. type: object @@ -2044,7 +2044,7 @@ paths: - request - response examples: - default: &301 + default: &302 value: id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -2248,7 +2248,7 @@ paths: parameters: - *17 - *19 - - &175 + - &176 name: since description: 'Only show results that were last updated after the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) @@ -2814,7 +2814,7 @@ paths: suspended_at: suspended_by: headers: - Link: &38 + Link: &41 example: ; rel="next", ; rel="last" schema: @@ -2855,7 +2855,7 @@ paths: application/json: schema: *20 examples: - default: &75 + default: &77 value: id: 1 account: @@ -3006,7 +3006,7 @@ paths: - selected repositories: type: array - items: &65 + items: &67 title: Repository description: A repository on GitHub. type: object @@ -3033,7 +3033,7 @@ paths: license: anyOf: - type: 'null' - - &186 + - &187 title: License Simple description: License Simple type: object @@ -5411,7 +5411,7 @@ paths: responses: '202': *37 '422': *7 - '500': &89 + '500': &38 description: Internal Error content: application/json: @@ -7669,6 +7669,98 @@ paths: enabledForGitHubApps: false category: enterprise-admin subcategory: admin-stats + "/enterprises/{enterprise}/access-restrictions/disable": + post: + summary: Disable access restrictions for an enterprise + description: Disable access restriction by proxy header using the network proxy + owned by the enterprise. + operationId: enterprise-admin/disable-access-restrictions + tags: + - enterprise-admin + externalDocs: + description: API method documentation + url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/enterprises#disable-access-restrictions-for-an-enterprise + parameters: + - &39 + name: enterprise + description: The slug version of the enterprise name. + in: path + required: true + schema: + type: string + responses: + '200': + description: Response + content: + application/json: + schema: &40 + type: object + title: Enterprise Access Restrictions + description: Information about the enterprise access restrictions + proxy header. + properties: + message: + type: string + description: The message returned for the request. + header_name: + type: string + description: The name of the proxy header. + examples: + - sec-GitHub-allowed-enterprise + header_value: + type: string + description: The value of the proxy header. + required: + - message + - header_name + - header_value + examples: + default: + value: + message: Enterprise access restrictions successfully disabled. + header_name: sec-GitHub-allowed-enterprise + header_value: '12345' + '400': *27 + '404': *6 + '500': *38 + x-github: + githubCloudOnly: true + enabledForGitHubApps: false + category: enterprise-admin + subcategory: enterprises + "/enterprises/{enterprise}/access-restrictions/enable": + post: + summary: Enable access restrictions for an enterprise + description: Enable access restriction by proxy header using the network proxy + owned by the enterprise. + operationId: enterprise-admin/enable-access-restrictions + tags: + - enterprise-admin + externalDocs: + description: API method documentation + url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/enterprises#enable-access-restrictions-for-an-enterprise + parameters: + - *39 + responses: + '200': + description: Response + content: + application/json: + schema: *40 + examples: + default: + value: + message: Enterprise access restrictions successfully enabled. + header_name: sec-GitHub-allowed-enterprise + header_value: '12345' + '400': *27 + '404': *6 + '500': *38 + x-github: + githubCloudOnly: true + enabledForGitHubApps: false + category: enterprise-admin + subcategory: enterprises "/enterprises/{enterprise}/actions/cache/usage": get: summary: Get GitHub Actions cache usage for an enterprise @@ -7684,19 +7776,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#get-github-actions-cache-usage-for-an-enterprise parameters: - - &39 - name: enterprise - description: The slug version of the enterprise name. - in: path - required: true - schema: - type: string + - *39 responses: '200': description: Response content: application/json: - schema: &211 + schema: &212 type: object properties: total_active_caches_count: @@ -7711,12 +7797,12 @@ paths: - total_active_caches_count - total_active_caches_size_in_bytes examples: - default: &212 + default: &213 value: total_active_caches_size_in_bytes: 3344284 total_active_caches_count: 5 headers: - Link: *38 + Link: *41 x-github: enabledForGitHubApps: false githubCloudOnly: true @@ -7754,7 +7840,7 @@ paths: type: integer runners: type: array - items: &40 + items: &42 title: GitHub-hosted hosted runner description: A Github-hosted hosted runner. type: object @@ -7811,7 +7897,7 @@ paths: - size_gb - display_name - source - machine_size_details: &43 + machine_size_details: &45 title: Github-owned VM details. description: Provides details of a particular machine spec. type: object @@ -7916,7 +8002,7 @@ paths: - public_ip_enabled - platform examples: - default: &213 + default: &214 value: total_count: 2 runners: @@ -7958,7 +8044,7 @@ paths: public_ips: [] last_active_on: '2023-04-26T15:23:37Z' headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -8044,9 +8130,9 @@ paths: description: Response content: application/json: - schema: *40 + schema: *42 examples: - default: &44 + default: &46 value: id: 5 name: My hosted ubuntu runner @@ -8101,7 +8187,7 @@ paths: type: integer images: type: array - items: &41 + items: &43 title: GitHub-hosted runner image details. description: Provides details of a hosted runner image type: object @@ -8141,7 +8227,7 @@ paths: - display_name - source examples: - default: &42 + default: &44 value: id: ubuntu-20.04 platform: linux-x64 @@ -8181,9 +8267,9 @@ paths: type: integer images: type: array - items: *41 + items: *43 examples: - default: *42 + default: *44 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -8206,7 +8292,7 @@ paths: description: Response content: application/json: - schema: &214 + schema: &215 type: object properties: public_ips: @@ -8233,7 +8319,7 @@ paths: required: - public_ips examples: - default: &215 + default: &216 value: public_ips: current_usage: 17 @@ -8271,9 +8357,9 @@ paths: type: integer machine_specs: type: array - items: *43 + items: *45 examples: - default: &216 + default: &217 value: id: 4-core cpu_cores: 4 @@ -8341,7 +8427,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/hosted-runners#get-a-github-hosted-runner-for-an-enterprise parameters: - *39 - - &45 + - &47 name: hosted_runner_id description: Unique identifier of the GitHub-hosted runner. in: path @@ -8353,11 +8439,11 @@ paths: description: Response content: application/json: - schema: *40 + schema: *42 examples: - default: *44 + default: *46 headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -8376,7 +8462,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/hosted-runners#update-a-github-hosted-runner-for-an-enterprise parameters: - *39 - - *45 + - *47 requestBody: required: true content: @@ -8414,9 +8500,9 @@ paths: description: Response content: application/json: - schema: *40 + schema: *42 examples: - default: *44 + default: *46 x-github: enabledForGitHubApps: false githubCloudOnly: true @@ -8433,15 +8519,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/hosted-runners#delete-a-github-hosted-runner-for-an-enterprise parameters: - *39 - - *45 + - *47 responses: '202': description: Response content: application/json: - schema: *40 + schema: *42 examples: - default: *44 + default: *46 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -8510,7 +8596,7 @@ paths: schema: type: object properties: - enabled_organizations: &46 + enabled_organizations: &48 type: string description: The policy that controls the organizations in the enterprise that are allowed to run GitHub Actions. @@ -8523,7 +8609,7 @@ paths: description: The API URL to use to get or set the selected organizations that are allowed to run GitHub Actions, when `enabled_organizations` is set to `selected`. - allowed_actions: &47 + allowed_actions: &49 type: string description: The permissions policy that controls the actions and reusable workflows that are allowed to run. @@ -8531,12 +8617,12 @@ paths: - all - local_only - selected - selected_actions_url: &219 + selected_actions_url: &220 type: string description: The API URL to use to get or set the actions and reusable workflows that are allowed to run, when `allowed_actions` is set to `selected`. - sha_pinning_required: &48 + sha_pinning_required: &50 type: boolean description: Whether actions must be pinned to a full-length commit SHA. @@ -8578,9 +8664,9 @@ paths: schema: type: object properties: - enabled_organizations: *46 - allowed_actions: *47 - sha_pinning_required: *48 + enabled_organizations: *48 + allowed_actions: *49 + sha_pinning_required: *50 required: - enabled_organizations examples: @@ -8611,7 +8697,7 @@ paths: description: Successfully retrieved the artifact and log retention settings content: application/json: - schema: &221 + schema: &222 type: object properties: days: @@ -8629,7 +8715,7 @@ paths: value: days: 90 maximum_allowed_days: 365 - '401': &713 + '401': &714 description: Authorization failure '404': *6 x-github: @@ -8657,7 +8743,7 @@ paths: required: true content: application/json: - schema: &222 + schema: &223 type: object properties: days: @@ -8692,7 +8778,7 @@ paths: description: Response content: application/json: - schema: &49 + schema: &51 type: object properties: approval_policy: @@ -8706,7 +8792,7 @@ paths: required: - approval_policy examples: - default: &223 + default: &224 value: approval_policy: first_time_contributors '404': *6 @@ -8735,7 +8821,7 @@ paths: required: true content: application/json: - schema: *49 + schema: *51 examples: default: summary: Set approval policy to first time contributors @@ -8764,7 +8850,7 @@ paths: description: Response content: application/json: - schema: &224 + schema: &225 type: object required: - run_workflows_from_fork_pull_requests @@ -8790,7 +8876,7 @@ paths: description: Whether workflows triggered by pull requests from forks require approval from a repository administrator to run. examples: - default: &50 + default: &52 value: run_workflows_from_fork_pull_requests: true send_write_tokens_to_workflows: false @@ -8818,7 +8904,7 @@ paths: required: true content: application/json: - schema: &225 + schema: &226 type: object required: - run_workflows_from_fork_pull_requests @@ -8841,7 +8927,7 @@ paths: description: Whether workflows triggered by pull requests from forks require approval from a repository administrator to run. examples: - default: *50 + default: *52 responses: '204': description: Empty response for successful settings update @@ -8881,7 +8967,7 @@ paths: type: number organizations: type: array - items: &60 + items: &62 title: Organization Simple description: A GitHub organization. type: object @@ -8956,7 +9042,7 @@ paths: - total_count - organizations examples: - default: &61 + default: &63 value: total_count: 1 organizations: @@ -9035,7 +9121,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#enable-a-selected-organization-for-github-actions-in-an-enterprise parameters: - *39 - - &51 + - &53 name: org_id description: The unique identifier of the organization. in: path @@ -9064,7 +9150,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#disable-a-selected-organization-for-github-actions-in-an-enterprise parameters: - *39 - - *51 + - *53 responses: '204': description: Response @@ -9093,7 +9179,7 @@ paths: description: Response content: application/json: - schema: &52 + schema: &54 type: object properties: github_owned_allowed: @@ -9114,7 +9200,7 @@ paths: items: type: string examples: - default: &53 + default: &55 value: github_owned_allowed: true verified_allowed: false @@ -9147,9 +9233,9 @@ paths: required: true content: application/json: - schema: *52 + schema: *54 examples: - selected_actions: *53 + selected_actions: *55 x-github: enabledForGitHubApps: false githubCloudOnly: true @@ -9254,17 +9340,17 @@ paths: description: Success response content: application/json: - schema: &228 + schema: &229 type: object properties: - default_workflow_permissions: &54 + default_workflow_permissions: &56 type: string description: The default workflow permissions granted to the GITHUB_TOKEN when running workflows. enum: - read - write - can_approve_pull_request_reviews: &55 + can_approve_pull_request_reviews: &57 type: boolean description: Whether GitHub Actions can approve pull requests. Enabling this can be a security risk. @@ -9272,7 +9358,7 @@ paths: - default_workflow_permissions - can_approve_pull_request_reviews examples: - default: &56 + default: &58 summary: Give read-only permission, and allow approving PRs. value: default_workflow_permissions: read @@ -9302,13 +9388,13 @@ paths: required: true content: application/json: - schema: &229 + schema: &230 type: object properties: - default_workflow_permissions: *54 - can_approve_pull_request_reviews: *55 + default_workflow_permissions: *56 + can_approve_pull_request_reviews: *57 examples: - default: *56 + default: *58 responses: '204': description: Success response @@ -9353,7 +9439,7 @@ paths: type: number runner_groups: type: array - items: &57 + items: &59 type: object properties: id: @@ -9534,9 +9620,9 @@ paths: description: Response content: application/json: - schema: *57 + schema: *59 examples: - default: &58 + default: &60 value: id: 2 name: octo-runner-group @@ -9571,7 +9657,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#get-a-self-hosted-runner-group-for-an-enterprise parameters: - *39 - - &59 + - &61 name: runner_group_id description: Unique identifier of the self-hosted runner group. in: path @@ -9583,9 +9669,9 @@ paths: description: Response content: application/json: - schema: *57 + schema: *59 examples: - default: *58 + default: *60 x-github: enabledForGitHubApps: false githubCloudOnly: true @@ -9605,7 +9691,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#update-a-self-hosted-runner-group-for-an-enterprise parameters: - *39 - - *59 + - *61 requestBody: required: false content: @@ -9659,7 +9745,7 @@ paths: description: Response content: application/json: - schema: *57 + schema: *59 examples: default: value: @@ -9695,7 +9781,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#delete-a-self-hosted-runner-group-from-an-enterprise parameters: - *39 - - *59 + - *61 responses: '204': description: Response @@ -9719,7 +9805,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#list-organization-access-to-a-self-hosted-runner-group-in-an-enterprise parameters: - *39 - - *59 + - *61 - *17 - *19 responses: @@ -9734,12 +9820,12 @@ paths: type: number organizations: type: array - items: *60 + items: *62 required: - total_count - organizations examples: - default: *61 + default: *63 x-github: enabledForGitHubApps: false githubCloudOnly: true @@ -9759,7 +9845,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#set-organization-access-for-a-self-hosted-runner-group-in-an-enterprise parameters: - *39 - - *59 + - *61 requestBody: required: true content: @@ -9805,8 +9891,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#add-organization-access-to-a-self-hosted-runner-group-in-an-enterprise parameters: - *39 - - *59 - - *51 + - *61 + - *53 responses: '204': description: Response @@ -9829,8 +9915,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#remove-organization-access-to-a-self-hosted-runner-group-in-an-enterprise parameters: - *39 - - *59 - - *51 + - *61 + - *53 responses: '204': description: Response @@ -9854,7 +9940,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#list-self-hosted-runners-in-a-group-for-an-enterprise parameters: - *39 - - *59 + - *61 - *17 - *19 responses: @@ -9869,7 +9955,7 @@ paths: type: number runners: type: array - items: &63 + items: &65 title: Self hosted runners description: A self hosted runner type: object @@ -9903,7 +9989,7 @@ paths: type: boolean labels: type: array - items: &67 + items: &69 title: Self hosted runner label description: A label for a self hosted runner type: object @@ -9936,7 +10022,7 @@ paths: - total_count - runners examples: - default: &64 + default: &66 value: total_count: 2 runners: @@ -9976,7 +10062,7 @@ paths: name: no-gpu type: custom headers: - Link: *38 + Link: *41 x-github: enabledForGitHubApps: false githubCloudOnly: true @@ -9996,7 +10082,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#set-self-hosted-runners-in-a-group-for-an-enterprise parameters: - *39 - - *59 + - *61 requestBody: required: true content: @@ -10041,8 +10127,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#add-a-self-hosted-runner-to-a-group-for-an-enterprise parameters: - *39 - - *59 - - &62 + - *61 + - &64 name: runner_id description: Unique identifier of the self-hosted runner. in: path @@ -10071,8 +10157,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#remove-a-self-hosted-runner-from-a-group-for-an-enterprise parameters: - *39 - - *59 - - *62 + - *61 + - *64 responses: '204': description: Response @@ -10115,11 +10201,11 @@ paths: type: number runners: type: array - items: *63 + items: *65 examples: - default: *64 + default: *66 headers: - Link: *38 + Link: *41 x-github: enabledForGitHubApps: false githubCloudOnly: true @@ -10147,7 +10233,7 @@ paths: application/json: schema: type: array - items: &233 + items: &234 title: Runner Application description: Runner Application type: object @@ -10172,7 +10258,7 @@ paths: - download_url - filename examples: - default: &234 + default: &235 value: - os: osx architecture: x64 @@ -10256,7 +10342,7 @@ paths: - no-gpu work_folder: _work responses: - '201': &235 + '201': &236 description: Response content: application/json: @@ -10266,7 +10352,7 @@ paths: - runner - encoded_jit_config properties: - runner: *63 + runner: *65 encoded_jit_config: type: string description: The base64 encoded runner configuration. @@ -10295,7 +10381,7 @@ paths: encoded_jit_config: abc123 '404': *6 '422': *7 - '409': &106 + '409': &107 description: Conflict content: application/json: @@ -10333,7 +10419,7 @@ paths: description: Response content: application/json: - schema: &66 + schema: &68 title: Authentication Token description: Authentication Token type: object @@ -10357,7 +10443,7 @@ paths: repositories: description: The repositories this token has access to type: array - items: *65 + items: *67 single_file: type: - string @@ -10375,7 +10461,7 @@ paths: - token - expires_at examples: - default: &236 + default: &237 value: token: LLBF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-22T12:13:35.123-08:00' @@ -10413,9 +10499,9 @@ paths: description: Response content: application/json: - schema: *66 + schema: *68 examples: - default: &237 + default: &238 value: token: AABF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-29T12:13:35.123-08:00' @@ -10439,15 +10525,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#get-a-self-hosted-runner-for-an-enterprise parameters: - *39 - - *62 + - *64 responses: '200': description: Response content: application/json: - schema: *63 + schema: *65 examples: - default: &238 + default: &239 value: id: 23 name: MBP @@ -10487,7 +10573,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#delete-a-self-hosted-runner-from-an-enterprise parameters: - *39 - - *62 + - *64 responses: '204': description: Response @@ -10512,9 +10598,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#list-labels-for-a-self-hosted-runner-for-an-enterprise parameters: - *39 - - *62 + - *64 responses: - '200': &68 + '200': &70 description: Response content: application/json: @@ -10528,7 +10614,7 @@ paths: type: integer labels: type: array - items: *67 + items: *69 examples: default: value: @@ -10566,7 +10652,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#add-custom-labels-to-a-self-hosted-runner-for-an-enterprise parameters: - *39 - - *62 + - *64 requestBody: required: true content: @@ -10590,7 +10676,7 @@ paths: - gpu - accelerated responses: - '200': *68 + '200': *70 '404': *6 '422': *7 x-github: @@ -10613,7 +10699,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#set-custom-labels-for-a-self-hosted-runner-for-an-enterprise parameters: - *39 - - *62 + - *64 requestBody: required: true content: @@ -10638,7 +10724,7 @@ paths: - gpu - accelerated responses: - '200': *68 + '200': *70 '404': *6 '422': *7 x-github: @@ -10661,9 +10747,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#remove-all-custom-labels-from-a-self-hosted-runner-for-an-enterprise parameters: - *39 - - *62 + - *64 responses: - '200': &239 + '200': &240 description: Response content: application/json: @@ -10677,7 +10763,7 @@ paths: type: integer labels: type: array - items: *67 + items: *69 examples: default: value: @@ -10718,8 +10804,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#remove-a-custom-label-from-a-self-hosted-runner-for-an-enterprise parameters: - *39 - - *62 - - &240 + - *64 + - &241 name: name description: The name of a self-hosted runner's custom label. in: path @@ -10727,7 +10813,7 @@ paths: schema: type: string responses: - '200': *68 + '200': *70 '404': *6 '422': *7 x-github: @@ -10752,13 +10838,13 @@ paths: description: Response content: application/json: - schema: &73 + schema: &75 title: Announcement Banner description: Announcement at either the repository, organization, or enterprise level type: object properties: - announcement: &69 + announcement: &71 type: - string - 'null' @@ -10767,7 +10853,7 @@ paths: writing and formatting syntax](https://docs.github.com/enterprise-cloud@latest//github/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax)." examples: - Very **important** announcement about _something_. - expires_at: &70 + expires_at: &72 type: - string - 'null' @@ -10779,7 +10865,7 @@ paths: it to an empty string.' examples: - '"2021-01-01T00:00:00.000-07:00"' - user_dismissible: &71 + user_dismissible: &73 type: - boolean - 'null' @@ -10792,7 +10878,7 @@ paths: - expires_at - user_dismissible examples: - default: &72 + default: &74 summary: Announcement banner value: announcement: Very **important** announcement about _something_. @@ -10816,18 +10902,18 @@ paths: required: true content: application/json: - schema: &247 + schema: &248 title: Enterprise Announcement description: Enterprise global announcement type: object properties: - announcement: *69 - expires_at: *70 - user_dismissible: *71 + announcement: *71 + expires_at: *72 + user_dismissible: *73 required: - announcement examples: - default: *72 + default: *74 parameters: - *39 responses: @@ -10835,9 +10921,9 @@ paths: description: Response content: application/json: - schema: *73 + schema: *75 examples: - default: *72 + default: *74 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -10936,7 +11022,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/organization-installations#get-repositories-belonging-to-an-enterprise-owned-organization parameters: - *39 - - &74 + - &76 name: org description: The organization name. The name is not case sensitive. in: path @@ -10953,7 +11039,7 @@ paths: application/json: schema: type: array - items: &76 + items: &78 title: Accessible Repository description: A repository that may be made accessible to a GitHub App. @@ -11007,7 +11093,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/organization-installations#list-github-apps-installed-on-an-enterprise-owned-organization parameters: - *39 - - *74 + - *76 - *17 - *19 responses: @@ -11106,7 +11192,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/organization-installations#install-a-github-app-on-an-enterprise-owned-organization parameters: - *39 - - *74 + - *76 responses: '200': description: A GitHub App installation that was installed previously. @@ -11114,14 +11200,14 @@ paths: application/json: schema: *20 examples: - default: *75 + default: *77 '201': description: A GitHub App installation. content: application/json: schema: *20 examples: - default: *75 + default: *77 requestBody: required: true content: @@ -11189,7 +11275,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/organization-installations#uninstall-a-github-app-from-an-enterprise-owned-organization parameters: - *39 - - *74 + - *76 - *21 responses: '204': @@ -11217,7 +11303,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/organization-installations#get-the-repositories-accessible-to-a-given-github-app-installation parameters: - *39 - - *74 + - *76 - *21 - *17 - *19 @@ -11229,7 +11315,7 @@ paths: application/json: schema: type: array - items: *76 + items: *78 examples: default: value: @@ -11258,7 +11344,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/organization-installations#toggle-installation-repository-access-between-selected-and-all-repositories parameters: - *39 - - *74 + - *76 - *21 requestBody: required: true @@ -11298,7 +11384,7 @@ paths: application/json: schema: *20 examples: - default: *75 + default: *77 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -11319,7 +11405,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/organization-installations#grant-repository-access-to-an-organization-installation parameters: - *39 - - *74 + - *76 - *21 responses: '200': @@ -11329,7 +11415,7 @@ paths: application/json: schema: type: array - items: *76 + items: *78 examples: default: value: @@ -11380,7 +11466,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/organization-installations#remove-repository-access-from-an-organization-installation parameters: - *39 - - *74 + - *76 - *21 responses: '200': @@ -11390,7 +11476,7 @@ paths: application/json: schema: type: array - items: *76 + items: *78 examples: default: value: @@ -11467,7 +11553,7 @@ paths: required: false schema: type: string - - &248 + - &249 name: include description: |- The event types to include: @@ -11485,7 +11571,7 @@ paths: - web - git - all - - &249 + - &250 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. @@ -11493,7 +11579,7 @@ paths: required: false schema: type: string - - &250 + - &251 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. @@ -11501,7 +11587,7 @@ paths: required: false schema: type: string - - &251 + - &252 name: order description: |- The order of audit log events. To list newest events first, specify `desc`. To list oldest events first, specify `asc`. @@ -11523,7 +11609,7 @@ paths: application/json: schema: type: array - items: &252 + items: &253 type: object properties: "@timestamp": @@ -11645,7 +11731,7 @@ paths: description: The repository visibility, for example `public` or `private`. examples: - default: &253 + default: &254 value: - "@timestamp": 1606929874512 action: team.add_member @@ -11825,7 +11911,7 @@ paths: vendor_specific: type: object oneOf: - - &80 + - &82 title: AzureBlobConfig description: Azure Blob Config for audit log streaming configuration. type: object @@ -11844,7 +11930,7 @@ paths: - key_id - encrypted_sas_url - container - - &81 + - &83 title: AzureHubConfig description: Azure Event Hubs Config for audit log streaming configuration. type: object @@ -11863,7 +11949,7 @@ paths: - name - encrypted_connstring - key_id - - &82 + - &84 title: AmazonS3OIDCConfig description: Amazon S3 OIDC Config for audit log streaming configuration. type: object @@ -11891,7 +11977,7 @@ paths: - bucket - key_id - region - - &83 + - &85 title: AmazonS3AccessKeysConfig description: Amazon S3 Access Keys Config for audit log streaming configuration. @@ -11925,7 +12011,7 @@ paths: - encrypted_secret_key - key_id - region - - &84 + - &86 title: SplunkConfig description: Splunk Config for Audit Log Stream Configuration type: object @@ -11953,7 +12039,7 @@ paths: - key_id - port - ssl_verify - - &85 + - &87 title: HecConfig description: Hec Config for Audit Log Stream Configuration type: object @@ -11985,7 +12071,7 @@ paths: - key_id - port - ssl_verify - - &86 + - &88 title: GoogleCloudConfig description: Google Cloud Config for audit log streaming configuration. type: object @@ -12003,7 +12089,7 @@ paths: - bucket - key_id - encrypted_json_credentials - - &87 + - &89 title: DatadogConfig description: Datadog Config for audit log streaming configuration. type: object @@ -12034,7 +12120,7 @@ paths: - stream_type - vendor_specific examples: - default: &88 + default: &90 value: enabled: false stream_type: Azure Event Hubs @@ -12048,7 +12134,7 @@ paths: description: The audit log stream configuration was created successfully. content: application/json: - schema: &77 + schema: &79 title: Get an audit log streaming configuration description: Get an audit log streaming configuration for an enterprise. type: object @@ -12080,7 +12166,7 @@ paths: - created_at - updated_at examples: - default: &78 + default: &80 value: id: 1 stream_type: Splunk @@ -12109,7 +12195,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/audit-log#list-one-audit-log-streaming-configuration-via-a-stream-id parameters: - *39 - - &79 + - &81 name: stream_id description: The ID of the audit log stream configuration. in: path @@ -12121,9 +12207,9 @@ paths: description: Lists one audit log stream configuration via stream ID. content: application/json: - schema: *77 + schema: *79 examples: - default: *78 + default: *80 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -12143,7 +12229,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/audit-log#update-an-existing-audit-log-stream-configuration parameters: - *39 - - *79 + - *81 requestBody: required: true content: @@ -12169,28 +12255,28 @@ paths: vendor_specific: type: object oneOf: - - *80 - - *81 - *82 - *83 - *84 - *85 - *86 - *87 + - *88 + - *89 required: - enabled - stream_type - vendor_specific examples: - default: *88 + default: *90 responses: '200': description: Successful update content: application/json: - schema: *77 + schema: *79 examples: - default: *78 + default: *80 '422': description: Validation error content: @@ -12221,7 +12307,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/audit-log#delete-an-audit-log-streaming-configuration-for-an-enterprise parameters: - *39 - - *79 + - *81 responses: '204': description: The audit log stream configuration was deleted successfully. @@ -12248,13 +12334,13 @@ paths: subcategory: bypass-requests parameters: - *39 - - &90 + - &91 name: organization_name description: The name of the organization to filter on. in: query schema: type: string - - &91 + - &92 name: reviewer description: Filter bypass requests by the handle of the GitHub user who reviewed the bypass request. @@ -12262,7 +12348,7 @@ paths: required: false schema: type: string - - &92 + - &93 name: requester description: Filter bypass requests by the handle of the GitHub user who requested the bypass. @@ -12270,7 +12356,7 @@ paths: required: false schema: type: string - - &93 + - &94 name: time_period description: |- The time period to filter by. @@ -12286,7 +12372,7 @@ paths: - week - month default: day - - &94 + - &95 name: request_status description: The status of the bypass request to filter on. When specified, only requests with this status will be returned. @@ -12313,7 +12399,7 @@ paths: application/json: schema: type: array - items: &255 + items: &256 title: Push rule bypass request description: A bypass request made by a user asking to be exempted from a push rule in this repository. @@ -12439,7 +12525,7 @@ paths: - array - 'null' description: The responses to the bypass request. - items: &95 + items: &96 title: Bypass response description: A response made by a delegated bypasser to a bypass request. @@ -12485,7 +12571,7 @@ paths: examples: - https://github.com/octo-org/smile/exemptions/1 examples: - default: &256 + default: &257 value: - id: 21 number: 42 @@ -12554,7 +12640,7 @@ paths: url: https://api.github.com/repos/octo-org/smile/bypass-requests/push-rules/2 html_url: https://github.com/octo-org/smile/exemptions/2 '404': *6 - '500': *89 + '500': *38 "/enterprises/{enterprise}/bypass-requests/secret-scanning": get: summary: List bypass requests for secret scanning for an enterprise @@ -12576,11 +12662,11 @@ paths: subcategory: delegated-bypass parameters: - *39 - - *90 - *91 - *92 - *93 - *94 + - *95 - *17 - *19 responses: @@ -12590,7 +12676,7 @@ paths: application/json: schema: type: array - items: &258 + items: &259 title: Secret scanning bypass request description: A bypass request made by a user asking to be exempted from push protection in this repository. @@ -12708,7 +12794,7 @@ paths: - array - 'null' description: The responses to the bypass request. - items: *95 + items: *96 url: type: string format: uri @@ -12721,7 +12807,7 @@ paths: examples: - https://github.com/octo-org/smile/exemptions/1 examples: - default: &259 + default: &260 value: - id: 21 number: 42 @@ -12788,7 +12874,7 @@ paths: url: https://api.github.com/repos/octo-org/smile/bypass-requests/secret-scanning/2 html_url: https://github.com/octo-org/smile/exemptions/2 '404': *6 - '500': *89 + '500': *38 "/enterprises/{enterprise}/code-scanning/alerts": get: summary: List code scanning alerts for an enterprise @@ -12806,17 +12892,17 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-code-scanning-alerts-for-an-enterprise parameters: - *39 - - &264 + - &265 name: tool_name description: The name of a code scanning tool. Only results by this tool will be listed. You can specify the tool by using either `tool_name` or `tool_guid`, but not both. in: query required: false - schema: &99 + schema: &100 type: string description: The name of the tool used to generate the code scanning analysis. - - &265 + - &266 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 @@ -12824,23 +12910,23 @@ paths: or `tool_name`, but not both. in: query required: false - schema: &100 + schema: &101 type: - string - 'null' description: The GUID of the tool used to generate the code scanning analysis, if provided in the uploaded SARIF data. - - *96 - *97 + - *98 - *19 - *17 - - *98 + - *99 - name: state description: If specified, only code scanning alerts with this state will be returned. in: query required: false - schema: &266 + schema: &267 type: string description: State of a code scanning alert. enum: @@ -12865,42 +12951,42 @@ paths: application/json: schema: type: array - items: &267 + items: &268 type: object properties: - number: &108 + number: &109 type: integer description: The security alert number. readOnly: true - created_at: &115 + created_at: &116 type: string description: 'The time that the alert was created in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - updated_at: &116 + updated_at: &117 type: string description: 'The time that the alert was last updated in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - url: &113 + url: &114 type: string description: The REST API URL of the alert resource. format: uri readOnly: true - html_url: &114 + html_url: &115 type: string description: The GitHub URL of the alert resource. format: uri readOnly: true - instances_url: &499 + instances_url: &500 type: string description: The REST API URL for fetching the list of instances for an alert. format: uri readOnly: true - state: &101 + state: &102 type: - string - 'null' @@ -12910,7 +12996,7 @@ paths: - dismissed - fixed - - fixed_at: &118 + fixed_at: &119 type: - string - 'null' @@ -12922,7 +13008,7 @@ paths: anyOf: - type: 'null' - *4 - dismissed_at: &117 + dismissed_at: &118 type: - string - 'null' @@ -12930,7 +13016,7 @@ paths: format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - dismissed_reason: &500 + dismissed_reason: &501 type: - string - 'null' @@ -12941,14 +13027,14 @@ paths: - won't fix - used in tests - - dismissed_comment: &501 + dismissed_comment: &502 type: - string - 'null' description: The dismissal comment associated with the dismissal of the alert. maxLength: 280 - rule: &502 + rule: &503 type: object properties: id: @@ -13009,26 +13095,26 @@ paths: - 'null' description: A link to the documentation for the rule used to detect the alert. - tool: &503 + tool: &504 type: object properties: - name: *99 + name: *100 version: type: - string - 'null' description: The version of the tool used to generate the code scanning analysis. - guid: *100 - most_recent_instance: &504 + guid: *101 + most_recent_instance: &505 type: object properties: - ref: &497 + ref: &498 type: string description: |- The Git reference, formatted as `refs/pull//merge`, `refs/pull//head`, `refs/heads/` or simply ``. - analysis_key: &514 + analysis_key: &515 type: string description: Identifies the configuration under which the analysis was executed. For example, in GitHub Actions @@ -13039,13 +13125,13 @@ paths: the environment in which the analysis that generated this alert instance was performed, such as the language that was analyzed. - category: &515 + category: &516 type: string description: Identifies the configuration under which the analysis was executed. Used to distinguish between multiple analyses for the same tool and commit, but performed on different languages or different parts of the code. - state: *101 + state: *102 commit_sha: type: string message: @@ -13086,7 +13172,7 @@ paths: - test - library - - repository: &107 + repository: &108 title: Simple Repository description: A GitHub repository. type: object @@ -13427,7 +13513,7 @@ paths: - most_recent_instance - repository examples: - default: &268 + default: &269 value: - number: 4 created_at: '2020-02-13T12:29:18Z' @@ -13656,9 +13742,9 @@ paths: trees_url: https://api.github.com/repos/octocat/Hello-World/git/trees{/sha} hooks_url: https://api.github.com/repos/octocat/Hello-World/hooks headers: - Link: *38 + Link: *41 '404': *6 - '503': &162 + '503': &163 description: Service unavailable content: application/json: @@ -13702,8 +13788,8 @@ paths: schema: type: integer default: 30 - - *96 - *97 + - *98 responses: '200': description: Response @@ -13711,7 +13797,7 @@ paths: application/json: schema: type: array - items: &102 + items: &103 type: object description: A code security configuration properties: @@ -14086,7 +14172,7 @@ paths: - disabled - not_set default: disabled - code_scanning_options: &269 + code_scanning_options: &270 type: - object - 'null' @@ -14105,7 +14191,7 @@ paths: - disabled - not_set default: disabled - code_scanning_default_setup_options: &105 + code_scanning_default_setup_options: &106 type: - object - 'null' @@ -14224,9 +14310,9 @@ paths: description: Successfully created code security configuration content: application/json: - schema: *102 + schema: *103 examples: - default: &103 + default: &104 value: id: 1325 target_type: enterprise @@ -14284,7 +14370,7 @@ paths: description: Response content: application/json: - schema: &271 + schema: &272 type: array description: A list of default code security configurations items: @@ -14298,9 +14384,9 @@ paths: description: The visibility of newly created repositories for which the code security configuration will be applied to by default - configuration: *102 + configuration: *103 examples: - default: &272 + default: &273 value: - default_for_new_repos: public configuration: @@ -14389,7 +14475,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#retrieve-a-code-security-configuration-of-an-enterprise parameters: - *39 - - &104 + - &105 name: configuration_id description: The unique identifier of the code security configuration. in: path @@ -14401,9 +14487,9 @@ paths: description: Response content: application/json: - schema: *102 + schema: *103 examples: - default: *103 + default: *104 '304': *35 '403': *27 '404': *6 @@ -14428,7 +14514,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#update-a-custom-code-security-configuration-for-an-enterprise parameters: - *39 - - *104 + - *105 requestBody: required: true content: @@ -14507,7 +14593,7 @@ paths: - enabled - disabled - not_set - code_scanning_default_setup_options: *105 + code_scanning_default_setup_options: *106 code_scanning_delegated_alert_dismissal: type: string description: The enablement status of code scanning delegated alert @@ -14595,13 +14681,13 @@ paths: description: Response content: application/json: - schema: *102 + schema: *103 examples: - default: *103 + default: *104 '304': *35 '403': *27 '404': *6 - '409': *106 + '409': *107 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -14625,14 +14711,14 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#delete-a-code-security-configuration-for-an-enterprise parameters: - *39 - - *104 + - *105 responses: - '204': &128 + '204': &129 description: A header with no content is returned. '400': *14 '403': *27 '404': *6 - '409': *106 + '409': *107 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -14657,7 +14743,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#attach-an-enterprise-configuration-to-repositories parameters: - *39 - - *104 + - *105 requestBody: required: true content: @@ -14684,7 +14770,7 @@ paths: '202': *37 '403': *27 '404': *6 - '409': *106 + '409': *107 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -14709,7 +14795,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#set-a-code-security-configuration-as-a-default-for-an-enterprise parameters: - *39 - - *104 + - *105 requestBody: required: true content: @@ -14749,12 +14835,12 @@ paths: - none - private_and_internal - public - configuration: *102 + configuration: *103 examples: default: value: default_for_new_repos: all - configuration: &270 + configuration: &271 value: id: 1325 target_type: organization @@ -14811,7 +14897,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#get-repositories-associated-with-an-enterprise-code-security-configuration parameters: - *39 - - *104 + - *105 - name: per_page description: The number of results per page (max 100). For more information, see "[Using pagination in the REST API](https://docs.github.com/enterprise-cloud@latest//rest/using-the-rest-api/using-pagination-in-the-rest-api)." @@ -14820,8 +14906,8 @@ paths: schema: type: integer default: 30 - - *96 - *97 + - *98 - name: status description: |- A comma-separated list of statuses. If specified, only repositories with these attachment statuses will be returned. @@ -14839,7 +14925,7 @@ paths: application/json: schema: type: array - items: &273 + items: &274 type: object description: Repositories associated with a code security configuration and attachment status @@ -14857,13 +14943,13 @@ paths: - failed - updating - removed_by_enterprise - repository: *107 + repository: *108 examples: default: summary: Example of code security configuration repositories value: - status: attached - repository: &274 + repository: &275 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -15289,7 +15375,7 @@ paths: visual_studio_subscription_email: '' total_user_accounts: 1 headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -15346,7 +15432,7 @@ paths: or enterprise teams are only counted once. seats: type: array - items: &119 + items: &120 title: Copilot Business Seat Detail description: Information about a Copilot Business seat assignment for a user, team, or organization. @@ -15359,12 +15445,12 @@ paths: organization: anyOf: - type: 'null' - - *60 + - *62 assigning_team: description: The team through which the assignee is granted access to GitHub Copilot, if applicable. oneOf: - - &260 + - &261 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -15423,7 +15509,7 @@ paths: parent: anyOf: - type: 'null' - - &334 + - &335 title: Team Simple description: Groups of organization members that gives permissions on specified repositories. @@ -15638,7 +15724,7 @@ paths: - created_at additionalProperties: false examples: - default: &120 + default: &121 value: total_seats: 2 seats: @@ -15708,8 +15794,8 @@ paths: type: User site_admin: false headers: - Link: *38 - '500': *89 + Link: *41 + '500': *38 '401': *23 '403': *27 '404': *6 @@ -15781,7 +15867,7 @@ paths: default: value: seats_created: 5 - '500': *89 + '500': *38 '401': *23 '403': *27 '404': *6 @@ -15870,7 +15956,7 @@ paths: response: value: message: Status for delete command - '500': *89 + '500': *38 '401': *23 '403': *27 '404': *6 @@ -15946,7 +16032,7 @@ paths: default: value: seats_created: 5 - '500': *89 + '500': *38 '401': *23 '403': *27 '404': *6 @@ -16023,7 +16109,7 @@ paths: default: value: seats_cancelled: 5 - '500': *89 + '500': *38 '401': *23 '403': *27 '404': *6 @@ -16090,7 +16176,7 @@ paths: application/json: schema: type: array - items: &168 + items: &169 title: Copilot Usage Metrics description: Copilot usage metrics for a given day. type: object @@ -16405,7 +16491,7 @@ paths: - date additionalProperties: true examples: - default: &169 + default: &170 value: - date: '2024-06-24' total_active_users: 24 @@ -16504,10 +16590,10 @@ paths: custom_model_training_date: '2024-02-01' total_pr_summaries_created: 10 total_engaged_users: 4 - '500': *89 + '500': *38 '403': *27 '404': *6 - '422': &170 + '422': &171 description: Copilot Usage Merics API setting is disabled at the organization or enterprise level. content: @@ -16537,7 +16623,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#list-dependabot-alerts-for-an-enterprise parameters: - *39 - - &281 + - &282 name: state in: query description: |- @@ -16546,7 +16632,7 @@ paths: Can be: `auto_dismissed`, `dismissed`, `fixed`, `open` schema: type: string - - &282 + - &283 name: severity in: query description: |- @@ -16555,7 +16641,7 @@ paths: Can be: `low`, `medium`, `high`, `critical` schema: type: string - - &283 + - &284 name: ecosystem in: query description: |- @@ -16564,14 +16650,14 @@ paths: Can be: `composer`, `go`, `maven`, `npm`, `nuget`, `pip`, `pub`, `rubygems`, `rust` schema: type: string - - &284 + - &285 name: package in: query description: A comma-separated list of package names. If specified, only alerts for these packages will be returned. schema: type: string - - &285 + - &286 name: epss_percentage in: query description: |- @@ -16583,7 +16669,7 @@ paths: Filters the list of alerts based on EPSS percentages. If specified, only alerts with the provided EPSS percentages will be returned. schema: type: string - - &286 + - &287 name: has in: query description: |- @@ -16597,7 +16683,7 @@ paths: type: string enum: - patch - - &287 + - &288 name: scope in: query description: The scope of the vulnerable dependency. If specified, only alerts @@ -16607,7 +16693,7 @@ paths: enum: - development - runtime - - &288 + - &289 name: sort in: query description: |- @@ -16622,10 +16708,10 @@ paths: - updated - epss_percentage default: created - - *98 - - *96 + - *99 - *97 - - &289 + - *98 + - &290 name: first description: |- **Deprecated**. The number of results per page (max 100), starting from the first matching result. @@ -16638,7 +16724,7 @@ paths: minimum: 1 maximum: 100 default: 30 - - &290 + - &291 name: last description: |- **Deprecated**. The number of results per page (max 100), starting from the last matching result. @@ -16658,11 +16744,11 @@ paths: application/json: schema: type: array - items: &291 + items: &292 type: object description: A Dependabot alert. properties: - number: *108 + number: *109 state: type: string description: The state of the Dependabot alert. @@ -16677,7 +16763,7 @@ paths: description: Details for the vulnerable dependency. readOnly: true properties: - package: &109 + package: &110 type: object description: Details for the vulnerable package. readOnly: true @@ -16725,7 +16811,7 @@ paths: - direct - transitive - - security_advisory: &550 + security_advisory: &551 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -16756,13 +16842,13 @@ paths: description: Vulnerable version range information for the advisory. readOnly: true - items: &112 + items: &113 type: object description: Details pertaining to one vulnerable version range for the advisory. readOnly: true properties: - package: *109 + package: *110 severity: type: string description: The severity of the vulnerability. @@ -16830,8 +16916,8 @@ paths: - score - vector_string additionalProperties: false - cvss_severities: *110 - epss: *111 + cvss_severities: *111 + epss: *112 cwes: type: array description: Details for the advisory pertaining to Common @@ -16931,12 +17017,12 @@ paths: - updated_at - withdrawn_at additionalProperties: false - security_vulnerability: *112 - url: *113 - html_url: *114 - created_at: *115 - updated_at: *116 - dismissed_at: *117 + security_vulnerability: *113 + url: *114 + html_url: *115 + created_at: *116 + updated_at: *117 + dismissed_at: *118 dismissed_by: anyOf: - type: 'null' @@ -16960,8 +17046,8 @@ paths: description: An optional comment associated with the alert's dismissal. maxLength: 280 - fixed_at: *118 - auto_dismissed_at: &551 + fixed_at: *119 + auto_dismissed_at: &552 type: - string - 'null' @@ -16969,7 +17055,7 @@ paths: ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - repository: *107 + repository: *108 required: - number - state @@ -16988,7 +17074,7 @@ paths: - repository additionalProperties: false examples: - default: &292 + default: &293 value: - number: 2 state: dismissed @@ -17405,7 +17491,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/copilot/copilot-user-management#get-copilot-seat-assignment-details-for-an-enterprise-user parameters: - *39 - - &254 + - &255 name: username description: The handle for the GitHub user account. in: path @@ -17427,10 +17513,10 @@ paths: teams or multiple organizations are only counted once. seats: type: array - items: *119 + items: *120 examples: - default: *120 - '500': *89 + default: *121 + '500': *38 '401': *23 '403': *27 '404': *6 @@ -17472,7 +17558,7 @@ paths: type: integer network_configurations: type: array - items: &121 + items: &122 title: Hosted compute network configuration description: A hosted compute network configuration. type: object @@ -17517,7 +17603,7 @@ paths: - name - created_on examples: - default: &396 + default: &397 value: total_count: 2 network_configurations: @@ -17536,7 +17622,7 @@ paths: - 6789ABDCEF12345 created_on: '2023-04-26T15:23:37Z' headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -17595,9 +17681,9 @@ paths: description: Response content: application/json: - schema: *121 + schema: *122 examples: - default: &122 + default: &123 value: id: 123456789ABCDEF name: My network configuration @@ -17624,7 +17710,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/network-configurations#get-a-hosted-compute-network-configuration-for-an-enterprise parameters: - *39 - - &123 + - &124 name: network_configuration_id description: Unique identifier of the hosted compute network configuration. in: path @@ -17636,11 +17722,11 @@ paths: description: Response content: application/json: - schema: *121 + schema: *122 examples: - default: *122 + default: *123 headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -17658,7 +17744,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/network-configurations#update-a-hosted-compute-network-configuration-for-an-enterprise parameters: - *39 - - *123 + - *124 requestBody: required: true content: @@ -17697,9 +17783,9 @@ paths: description: Response content: application/json: - schema: *121 + schema: *122 examples: - default: *122 + default: *123 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -17717,7 +17803,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/network-configurations#delete-a-hosted-compute-network-configuration-from-an-enterprise parameters: - *39 - - *123 + - *124 responses: '204': description: Response @@ -17740,7 +17826,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 - - &397 + - &398 name: network_settings_id description: Unique identifier of the hosted compute network settings. in: path @@ -17752,7 +17838,7 @@ paths: description: Response content: application/json: - schema: &398 + schema: &399 title: Hosted compute network settings resource description: A hosted compute network settings resource. type: object @@ -17791,7 +17877,7 @@ paths: - subnet_id - region examples: - default: &399 + default: &400 value: id: 220F78DACB92BBFBC5E6F22DE1CCF52309D network_configuration_id: 934E208B3EE0BD60CF5F752C426BFB53562 @@ -17799,7 +17885,7 @@ paths: subnet_id: "/subscriptions/14839728-3ad9-43ab-bd2b-fa6ad0f75e2a/resourceGroups/my-rg/providers/Microsoft.Network/virtualNetworks/my-vnet/subnets/my-subnet" region: eastus headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -17826,7 +17912,7 @@ paths: application/json: schema: type: array - items: &124 + items: &125 title: Organization Custom Property description: Custom property defined on an organization type: object @@ -17902,7 +17988,7 @@ paths: - property_name - value_type examples: - default: &125 + default: &126 value: - property_name: environment url: https://api.github.com/orgs/github/properties/schema/environment @@ -17959,7 +18045,7 @@ paths: properties: type: array description: The array of custom properties to create or update. - items: *124 + items: *125 minItems: 1 maxItems: 100 required: @@ -17989,9 +18075,9 @@ paths: application/json: schema: type: array - items: *124 + items: *125 examples: - default: *125 + default: *126 '403': *27 '404': *6 x-github: @@ -18014,8 +18100,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/custom-properties#promote-a-custom-property-to-an-enterprise parameters: - *39 - - *74 - - &126 + - *76 + - &127 name: custom_property_name description: The custom property name in: path @@ -18027,9 +18113,9 @@ paths: description: Response content: application/json: - schema: *124 + schema: *125 examples: - default: &127 + default: &128 value: property_name: environment url: https://api.github.com/orgs/github/properties/schema/environment @@ -18062,15 +18148,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/custom-properties#get-a-custom-property-for-an-enterprise parameters: - *39 - - *126 + - *127 responses: '200': description: Response content: application/json: - schema: *124 + schema: *125 examples: - default: *127 + default: *128 '403': *27 '404': *6 x-github: @@ -18092,12 +18178,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/custom-properties#create-or-update-a-custom-property-for-an-enterprise parameters: - *39 - - *126 + - *127 requestBody: required: true content: application/json: - schema: &364 + schema: &365 title: Custom Property Set Payload description: Custom property set payload type: object @@ -18170,9 +18256,9 @@ paths: description: Response content: application/json: - schema: *124 + schema: *125 examples: - default: *127 + default: *128 '403': *27 '404': *6 x-github: @@ -18194,9 +18280,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/custom-properties#remove-a-custom-property-for-an-enterprise parameters: - *39 - - *126 + - *127 responses: - '204': *128 + '204': *129 '403': *27 '404': *6 x-github: @@ -18236,7 +18322,7 @@ paths: - push - repository default: branch - enforcement: &135 + enforcement: &136 type: string description: The enforcement level of the ruleset. `evaluate` allows admins to test rules before enforcing them. Admins can view insights @@ -18249,7 +18335,7 @@ paths: bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: &136 + items: &137 title: Repository Ruleset Bypass Actor type: object description: An actor that can bypass rules in a ruleset @@ -18291,7 +18377,7 @@ paths: - pull_request - exempt default: always - conditions: &159 + conditions: &160 title: Enterprise ruleset conditions type: object description: Conditions for an enterprise ruleset. The conditions @@ -18305,7 +18391,7 @@ paths: description: Conditions to target organizations by name and all repositories allOf: - - &129 + - &130 title: Repository ruleset conditions for organization names type: object description: Parameters for an organization name condition @@ -18331,7 +18417,7 @@ paths: type: string required: - organization_name - - &132 + - &133 title: Repository ruleset conditions for repository names type: object description: Parameters for a repository name condition @@ -18360,7 +18446,7 @@ paths: is prevented. required: - repository_name - - &131 + - &132 title: Repository ruleset conditions for ref names type: object description: Parameters for a repository ruleset ref name condition @@ -18388,8 +18474,8 @@ paths: description: Conditions to target organizations by name and repositories by property allOf: - - *129 - - &134 + - *130 + - &135 title: Repository ruleset conditions for repository properties type: object description: Parameters for a repository property condition @@ -18402,7 +18488,7 @@ paths: description: The repository properties and values to include. All of these properties must match for the condition to pass. - items: &130 + items: &131 title: Repository ruleset property targeting definition type: object description: Parameters for a targeting a repository @@ -18433,16 +18519,16 @@ paths: description: The repository properties and values to exclude. The condition will not pass if any of these properties match. - items: *130 + items: *131 required: - repository_property - - *131 + - *132 - type: object title: organization_id_and_repository_name description: Conditions to target organizations by id and all repositories allOf: - - &133 + - &134 title: Repository ruleset conditions for organization IDs type: object description: Parameters for an organization ID condition @@ -18459,25 +18545,25 @@ paths: type: integer required: - organization_id + - *133 - *132 - - *131 - type: object title: organization_id_and_repository_property description: Conditions to target organization by id and repositories by property allOf: - - *133 - *134 - - *131 + - *135 + - *132 rules: type: array description: An array of rules within the ruleset. - items: &160 + items: &161 title: Repository Rule type: object description: A repository rule. oneOf: - - &137 + - &138 title: creation description: Only allow users with bypass permission to create matching refs. @@ -18489,7 +18575,7 @@ paths: type: string enum: - creation - - &138 + - &139 title: update description: Only allow users with bypass permission to update matching refs. @@ -18510,7 +18596,7 @@ paths: repository required: - update_allows_fetch_and_merge - - &139 + - &140 title: deletion description: Only allow users with bypass permissions to delete matching refs. @@ -18522,7 +18608,7 @@ paths: type: string enum: - deletion - - &140 + - &141 title: required_linear_history description: Prevent merge commits from being pushed to matching refs. @@ -18534,7 +18620,7 @@ paths: type: string enum: - required_linear_history - - &141 + - &142 title: required_deployments description: Choose which environments must be successfully deployed to before refs can be pushed into a ref that matches @@ -18558,7 +18644,7 @@ paths: type: string required: - required_deployment_environments - - &142 + - &143 title: required_signatures description: Commits pushed to matching refs must have verified signatures. @@ -18570,7 +18656,7 @@ paths: type: string enum: - required_signatures - - &143 + - &144 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. @@ -18630,7 +18716,7 @@ paths: - require_last_push_approval - required_approving_review_count - required_review_thread_resolution - - &144 + - &145 title: required_status_checks description: Choose which status checks must pass before the ref is updated. When enabled, commits must first be pushed @@ -18677,7 +18763,7 @@ paths: required: - required_status_checks - strict_required_status_checks_policy - - &145 + - &146 title: non_fast_forward description: Prevent users with push access from force pushing to refs. @@ -18689,7 +18775,7 @@ paths: type: string enum: - non_fast_forward - - &146 + - &147 title: commit_message_pattern description: Parameters to be used for the commit_message_pattern rule @@ -18725,7 +18811,7 @@ paths: required: - operator - pattern - - &147 + - &148 title: commit_author_email_pattern description: Parameters to be used for the commit_author_email_pattern rule @@ -18761,7 +18847,7 @@ paths: required: - operator - pattern - - &148 + - &149 title: committer_email_pattern description: Parameters to be used for the committer_email_pattern rule @@ -18797,7 +18883,7 @@ paths: required: - operator - pattern - - &149 + - &150 title: branch_name_pattern description: Parameters to be used for the branch_name_pattern rule @@ -18833,7 +18919,7 @@ paths: required: - operator - pattern - - &150 + - &151 title: tag_name_pattern description: Parameters to be used for the tag_name_pattern rule @@ -18869,7 +18955,7 @@ paths: required: - operator - pattern - - &151 + - &152 title: file_path_restriction description: Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. @@ -18893,7 +18979,7 @@ paths: type: string required: - restricted_file_paths - - &152 + - &153 title: max_file_path_length description: Prevent commits that include file paths that exceed the specified character limit from being pushed to the commit @@ -18917,7 +19003,7 @@ paths: maximum: 32767 required: - max_file_path_length - - &153 + - &154 title: file_extension_restriction description: Prevent commits that include files with specified file extensions from being pushed to the commit graph. @@ -18940,7 +19026,7 @@ paths: type: string required: - restricted_file_extensions - - &154 + - &155 title: max_file_size description: Prevent commits with individual files that exceed the specified limit from being pushed to the commit graph. @@ -18964,7 +19050,7 @@ paths: maximum: 100 required: - max_file_size - - &155 + - &156 title: workflows description: Require all changes made to a targeted branch to pass the specified workflows before they can be merged. @@ -19013,7 +19099,7 @@ paths: - repository_id required: - workflows - - &156 + - &157 title: code_scanning description: Choose which tools must provide code scanning results before the reference is updated. When configured, code scanning @@ -19099,7 +19185,7 @@ paths: description: Response content: application/json: - schema: &157 + schema: &158 title: Repository ruleset type: object description: A set of rules to apply when specified conditions are @@ -19134,11 +19220,11 @@ paths: source: type: string description: The name of the source - enforcement: *135 + enforcement: *136 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *136 + items: *137 current_user_can_bypass: type: string description: |- @@ -19170,8 +19256,8 @@ paths: description: The html URL of the ruleset conditions: anyOf: - - *131 - - &369 + - *132 + - &370 title: Organization ruleset conditions type: object description: |- @@ -19185,14 +19271,14 @@ paths: description: Conditions to target repositories by name and refs by name allOf: - - *131 - *132 + - *133 - type: object title: repository_id_and_ref_name description: Conditions to target repositories by id and refs by name allOf: - - *131 + - *132 - title: Repository ruleset conditions for repository IDs type: object description: Parameters for a repository ID condition @@ -19214,23 +19300,23 @@ paths: description: Conditions to target repositories by property and refs by name allOf: - - *131 - - *134 + - *132 + - *135 type: - 'null' - object rules: type: array - items: &668 + items: &669 title: Repository Rule type: object description: A repository rule. oneOf: - - *137 - *138 - *139 - *140 - - &666 + - *141 + - &667 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -19308,7 +19394,6 @@ paths: - merge_method - min_entries_to_merge - min_entries_to_merge_wait_minutes - - *141 - *142 - *143 - *144 @@ -19324,6 +19409,7 @@ paths: - *154 - *155 - *156 + - *157 created_at: type: string format: date-time @@ -19331,7 +19417,7 @@ paths: type: string format: date-time examples: - default: &158 + default: &159 value: id: 21 name: super cool ruleset @@ -19357,7 +19443,7 @@ paths: created_at: '2024-08-15T08:43:03Z' updated_at: '2024-09-23T16:29:47Z' '404': *6 - '500': *89 + '500': *38 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -19390,11 +19476,11 @@ paths: description: Response content: application/json: - schema: *157 + schema: *158 examples: - default: *158 + default: *159 '404': *6 - '500': *89 + '500': *38 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -19436,16 +19522,16 @@ paths: - tag - push - repository - enforcement: *135 + enforcement: *136 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *136 - conditions: *159 + items: *137 + conditions: *160 rules: description: An array of rules within the ruleset. type: array - items: *160 + items: *161 examples: default: value: @@ -19469,11 +19555,11 @@ paths: description: Response content: application/json: - schema: *157 + schema: *158 examples: - default: *158 + default: *159 '404': *6 - '500': *89 + '500': *38 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -19500,7 +19586,7 @@ paths: '204': description: Response '404': *6 - '500': *89 + '500': *38 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -19533,7 +19619,7 @@ paths: application/json: schema: type: array - items: &161 + items: &162 title: Ruleset version type: object description: The historical version of a ruleset @@ -19557,7 +19643,7 @@ paths: type: string format: date-time examples: - default: &372 + default: &373 value: - version_id: 3 actor: @@ -19575,7 +19661,7 @@ paths: type: User updated_at: '2024-08-23T16:29:47Z' '404': *6 - '500': *89 + '500': *38 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -19610,9 +19696,9 @@ paths: description: Response content: application/json: - schema: &373 + schema: &374 allOf: - - *161 + - *162 - type: object required: - state @@ -19645,7 +19731,7 @@ paths: rules: - type: repository_delete '404': *6 - '500': *89 + '500': *38 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -19665,7 +19751,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-enterprise parameters: - *39 - - &374 + - &375 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -19676,7 +19762,7 @@ paths: enum: - open - resolved - - &375 + - &376 name: secret_type in: query description: A comma-separated list of secret types to return. All default @@ -19686,7 +19772,7 @@ paths: required: false schema: type: string - - &376 + - &377 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -19695,7 +19781,7 @@ paths: required: false schema: type: string - - &377 + - &378 name: sort description: The property to sort the results by. `created` means when the alert was created. `updated` means when the alert was updated or resolved. @@ -19707,11 +19793,11 @@ paths: - created - updated default: created - - *98 + - *99 - *17 - - *96 - *97 - - &378 + - *98 + - &379 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -19720,7 +19806,7 @@ paths: required: false schema: type: string - - &379 + - &380 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -19729,7 +19815,7 @@ paths: schema: type: boolean default: false - - &380 + - &381 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -19738,7 +19824,7 @@ paths: schema: type: boolean default: false - - &381 + - &382 name: hide_secret in: query description: A boolean value representing whether or not to hide literal secrets @@ -19754,30 +19840,30 @@ paths: application/json: schema: type: array - items: &382 + items: &383 type: object properties: - number: *108 - created_at: *115 + number: *109 + created_at: *116 updated_at: anyOf: - type: 'null' - - *116 - url: *113 - html_url: *114 + - *117 + url: *114 + html_url: *115 locations_url: type: string format: uri description: The REST API URL of the code locations for this alert. - state: &680 + state: &681 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: &681 + resolution: &682 type: - string - 'null' @@ -19811,7 +19897,7 @@ paths: secret: type: string description: The secret that was detected. - repository: *107 + repository: *108 push_protection_bypassed: type: - boolean @@ -19884,14 +19970,14 @@ paths: first_location_detected: anyOf: - type: 'null' - - &682 + - &683 description: 'Details on the location where the token was initially detected. This can be a commit, wiki commit, issue, discussion, pull request. ' oneOf: - - &684 + - &685 description: Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository. @@ -19948,7 +20034,7 @@ paths: - blob_url - commit_sha - commit_url - - &685 + - &686 description: Represents a 'wiki_commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository wiki. @@ -20009,7 +20095,7 @@ paths: - page_url - commit_sha - commit_url - - &686 + - &687 description: Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue. @@ -20024,7 +20110,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/issues/1347 required: - issue_title_url - - &687 + - &688 description: Represents an 'issue_body' secret scanning location type. This location type shows that a secret was detected in the body of an issue. @@ -20039,7 +20125,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/issues/1347 required: - issue_body_url - - &688 + - &689 description: Represents an 'issue_comment' secret scanning location type. This location type shows that a secret was detected in a comment on an issue. @@ -20054,7 +20140,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/issues/comments/1081119451 required: - issue_comment_url - - &689 + - &690 description: Represents a 'discussion_title' secret scanning location type. This location type shows that a secret was detected in the title of a discussion. @@ -20069,7 +20155,7 @@ paths: - https://github.com/community/community/discussions/39082 required: - discussion_title_url - - &690 + - &691 description: Represents a 'discussion_body' secret scanning location type. This location type shows that a secret was detected in the body of a discussion. @@ -20084,7 +20170,7 @@ paths: - https://github.com/community/community/discussions/39082#discussion-4566270 required: - discussion_body_url - - &691 + - &692 description: Represents a 'discussion_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a discussion. @@ -20099,7 +20185,7 @@ paths: - https://github.com/community/community/discussions/39082#discussioncomment-4158232 required: - discussion_comment_url - - &692 + - &693 description: Represents a 'pull_request_title' secret scanning location type. This location type shows that a secret was detected in the title of a pull request. @@ -20114,7 +20200,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/pulls/2846 required: - pull_request_title_url - - &693 + - &694 description: Represents a 'pull_request_body' secret scanning location type. This location type shows that a secret was detected in the body of a pull request. @@ -20129,7 +20215,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/pulls/2846 required: - pull_request_body_url - - &694 + - &695 description: Represents a 'pull_request_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a pull request. @@ -20144,7 +20230,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/issues/comments/1081119451 required: - pull_request_comment_url - - &695 + - &696 description: Represents a 'pull_request_review' secret scanning location type. This location type shows that a secret was detected in a review on a pull request. @@ -20159,7 +20245,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/pulls/2846/reviews/80 required: - pull_request_review_url - - &696 + - &697 description: Represents a 'pull_request_review_comment' secret scanning location type. This location type shows that a secret was detected in a review comment on a pull @@ -20180,7 +20266,7 @@ paths: description: A boolean value representing whether or not the token in the alert was detected in more than one location. examples: - default: &383 + default: &384 value: number: 2 created_at: '2020-11-06T18:48:51Z' @@ -20337,9 +20423,9 @@ paths: commit_url: https://api.github.com/repos/octocat/hello-world/git/commits/f14d7debf9775f957cf4f1e8176da0786431f72b has_more_locations: true headers: - Link: *38 + Link: *41 '404': *6 - '503': *162 + '503': *163 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -20370,13 +20456,13 @@ paths: description: Response content: application/json: - schema: &384 + schema: &385 title: Secret scanning pattern configuration description: A collection of secret scanning patterns and their settings related to push protection. type: object properties: - pattern_config_version: &164 + pattern_config_version: &165 type: - string - 'null' @@ -20386,7 +20472,7 @@ paths: provider_pattern_overrides: type: array description: Overrides for partner patterns. - items: &163 + items: &164 type: object properties: token_type: @@ -20455,9 +20541,9 @@ paths: custom_pattern_overrides: type: array description: Overrides for custom patterns defined by the organization. - items: *163 + items: *164 examples: - default: &385 + default: &386 value: pattern_config_version: 0ujsswThIGTUYm2K8FjOOfXtY1K provider_pattern_overrides: @@ -20512,7 +20598,7 @@ paths: schema: type: object properties: - pattern_config_version: *164 + pattern_config_version: *165 provider_pattern_settings: type: array description: Pattern settings for provider patterns. @@ -20538,7 +20624,7 @@ paths: token_type: type: string description: The ID of the pattern to configure. - custom_pattern_version: *164 + custom_pattern_version: *165 push_protection_setting: type: string description: Push protection setting to set for the pattern. @@ -20574,7 +20660,7 @@ paths: '400': *14 '403': *27 '404': *6 - '409': *106 + '409': *107 '422': *15 "/enterprises/{enterprise}/settings/billing/actions": get: @@ -20601,7 +20687,7 @@ paths: description: Response content: application/json: - schema: &387 + schema: &388 type: object properties: total_minutes_used: @@ -20671,7 +20757,7 @@ paths: - included_minutes - minutes_used_breakdown examples: - default: &388 + default: &389 value: total_minutes_used: 305 total_paid_minutes_used: 0 @@ -20702,7 +20788,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 - - &389 + - &390 name: advanced_security_product in: query description: | @@ -20722,7 +20808,7 @@ paths: description: Success content: application/json: - schema: &390 + schema: &391 type: object properties: total_advanced_security_committers: @@ -20785,7 +20871,7 @@ paths: required: - repositories examples: - default: &391 + default: &392 value: total_advanced_security_committers: 2 total_count: 2 @@ -20895,8 +20981,8 @@ paths: name: Octocat '400': *14 '403': *27 - '500': *89 - '503': *162 + '500': *38 + '503': *163 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -21026,7 +21112,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/billing#get-a-cost-center-by-id parameters: - *39 - - &167 + - &168 name: cost_center_id description: The ID corresponding to the cost center. in: path @@ -21038,7 +21124,7 @@ paths: description: Response when getting a cost center content: application/json: - schema: &165 + schema: &166 type: object properties: id: @@ -21078,7 +21164,7 @@ paths: - name - resources examples: - default: &166 + default: &167 value: id: 2eeb8ffe-6903-11ee-8c99-0242ac120002 name: Cost Center Name @@ -21091,8 +21177,8 @@ paths: name: octocat/hello-world '400': *14 '403': *27 - '500': *89 - '503': *162 + '500': *38 + '503': *163 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -21142,15 +21228,15 @@ paths: description: Response when updating a cost center content: application/json: - schema: *165 + schema: *166 examples: - default: *166 + default: *167 '400': *14 '403': *27 '404': *6 - '409': *106 - '500': *89 - '503': *162 + '409': *107 + '500': *38 + '503': *163 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -21168,7 +21254,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/billing#delete-a-cost-center parameters: - *39 - - *167 + - *168 responses: '200': description: Response when deleting a cost center @@ -21206,8 +21292,8 @@ paths: '400': *14 '404': *6 '403': *27 - '500': *89 - '503': *162 + '500': *38 + '503': *163 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -21228,7 +21314,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/billing#add-resources-to-a-cost-center parameters: - *39 - - *167 + - *168 requestBody: required: true content: @@ -21299,9 +21385,9 @@ paths: previous_cost_center: yet-another-cost-center '400': *14 '403': *27 - '409': *106 - '500': *89 - '503': *162 + '409': *107 + '500': *38 + '503': *163 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -21321,7 +21407,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/billing#remove-resources-from-a-cost-center parameters: - *39 - - *167 + - *168 requestBody: required: true content: @@ -21367,8 +21453,8 @@ paths: message: Resources successfully removed from the cost center. '400': *14 '403': *27 - '500': *89 - '503': *162 + '500': *38 + '503': *163 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -21399,7 +21485,7 @@ paths: description: Response content: application/json: - schema: &392 + schema: &393 type: object properties: total_gigabytes_bandwidth_used: @@ -21417,7 +21503,7 @@ paths: - total_paid_gigabytes_bandwidth_used - included_gigabytes_bandwidth examples: - default: &393 + default: &394 value: total_gigabytes_bandwidth_used: 50 total_paid_gigabytes_bandwidth_used: 40 @@ -21452,7 +21538,7 @@ paths: description: Response content: application/json: - schema: &394 + schema: &395 type: object properties: days_left_in_billing_cycle: @@ -21470,7 +21556,7 @@ paths: - estimated_paid_storage_for_month - estimated_storage_for_month examples: - default: &395 + default: &396 value: days_left_in_billing_cycle: 20 estimated_paid_storage_for_month: 15 @@ -21495,7 +21581,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/billing#get-billing-usage-report-for-an-enterprise parameters: - *39 - - &201 + - &202 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, @@ -21504,7 +21590,7 @@ paths: required: false schema: type: integer - - &202 + - &203 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 @@ -21513,7 +21599,7 @@ paths: required: false schema: type: integer - - &203 + - &204 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 @@ -21522,7 +21608,7 @@ paths: required: false schema: type: integer - - &204 + - &205 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 @@ -21543,7 +21629,7 @@ paths: description: Response when getting a billing usage report content: application/json: - schema: &205 + schema: &206 type: object properties: usageItems: @@ -21596,7 +21682,7 @@ paths: - netAmount - organizationName examples: - default: &206 + default: &207 value: usageItems: - date: '2023-08-01' @@ -21612,8 +21698,8 @@ paths: repositoryName: github/example '400': *14 '403': *27 - '500': *89 - '503': *162 + '500': *38 + '503': *163 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -21684,13 +21770,13 @@ paths: application/json: schema: type: array - items: *168 + items: *169 examples: - default: *169 - '500': *89 + default: *170 + '500': *38 '403': *27 '404': *6 - '422': *170 + '422': *171 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -21779,7 +21865,7 @@ paths: application/json: schema: type: array - items: &196 + items: &197 title: Event description: Event type: object @@ -21790,7 +21876,7 @@ paths: type: - string - 'null' - actor: &171 + actor: &172 title: Actor description: Actor type: object @@ -21831,13 +21917,13 @@ paths: - id - name - url - org: *171 + org: *172 payload: type: object properties: action: type: string - issue: &185 + issue: &186 title: Issue description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. @@ -21958,7 +22044,7 @@ paths: milestone: anyOf: - type: 'null' - - &358 + - &359 title: Milestone description: A collection of related issues and pull requests. @@ -22130,7 +22216,7 @@ paths: timeline_url: type: string format: uri - type: &319 + type: &320 title: Issue Type description: The type of issue. type: @@ -22183,12 +22269,12 @@ paths: - node_id - name - description - repository: *65 + repository: *67 performed_via_github_app: anyOf: - type: 'null' - *5 - author_association: &172 + author_association: &173 title: author_association type: string description: How the author is associated with the repository. @@ -22203,7 +22289,7 @@ paths: - OWNER examples: - OWNER - reactions: &173 + reactions: &174 title: Reaction Rollup type: object properties: @@ -22239,7 +22325,7 @@ paths: - hooray - eyes - rocket - sub_issues_summary: &740 + sub_issues_summary: &741 title: Sub-issues Summary type: object properties: @@ -22260,7 +22346,7 @@ paths: - string - 'null' format: uri - issue_dependencies_summary: &741 + issue_dependencies_summary: &742 title: Issue Dependencies Summary type: object properties: @@ -22279,7 +22365,7 @@ paths: - total_blocking issue_field_values: type: array - items: &742 + items: &743 title: Issue Field Value description: A value assigned to an issue field type: object @@ -22374,7 +22460,7 @@ paths: - user - created_at - updated_at - comment: &606 + comment: &607 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -22424,12 +22510,12 @@ paths: issue_url: type: string format: uri - author_association: *172 + author_association: *173 performed_via_github_app: anyOf: - type: 'null' - *5 - reactions: *173 + reactions: *174 required: - id - node_id @@ -22526,7 +22612,7 @@ paths: created_at: '2022-06-07T07:50:26Z' '304': *35 '403': *27 - '503': *162 + '503': *163 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -22616,7 +22702,7 @@ paths: _links: type: object properties: - timeline: &174 + timeline: &175 title: Link With Type description: Hypermedia Link with Type type: object @@ -22628,17 +22714,17 @@ paths: required: - href - type - user: *174 - security_advisories: *174 - current_user: *174 - current_user_public: *174 - current_user_actor: *174 - current_user_organization: *174 + user: *175 + security_advisories: *175 + current_user: *175 + current_user_public: *175 + current_user_actor: *175 + current_user_organization: *175 current_user_organizations: type: array - items: *174 - repository_discussions: *174 - repository_discussions_category: *174 + items: *175 + repository_discussions: *175 + repository_discussions_category: *175 required: - timeline - user @@ -22700,7 +22786,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#list-gists-for-the-authenticated-user parameters: - - *175 + - *176 - *17 - *19 responses: @@ -22710,7 +22796,7 @@ paths: application/json: schema: type: array - items: &176 + items: &177 title: Base Gist description: Base Gist type: object @@ -22807,7 +22893,7 @@ paths: - created_at - updated_at examples: - default: &177 + default: &178 value: - url: https://api.github.com/gists/aa5a315d61ae9438b18d forks_url: https://api.github.com/gists/aa5a315d61ae9438b18d/forks @@ -22852,7 +22938,7 @@ paths: site_admin: false truncated: false headers: - Link: *38 + Link: *41 '304': *35 '403': *27 x-github: @@ -22931,7 +23017,7 @@ paths: description: Response content: application/json: - schema: &178 + schema: &179 title: Gist Simple description: Gist Simple type: object @@ -22949,7 +23035,7 @@ paths: url: type: string format: uri - user: &754 + user: &755 title: Public User description: Public User type: object @@ -23323,7 +23409,7 @@ paths: truncated: type: boolean examples: - default: &179 + default: &180 value: url: https://api.github.com/gists/2decf6c462d9b4418f2 forks_url: https://api.github.com/gists/2decf6c462d9b4418f2/forks @@ -23427,7 +23513,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#list-public-gists parameters: - - *175 + - *176 - *17 - *19 responses: @@ -23437,11 +23523,11 @@ paths: application/json: schema: type: array - items: *176 + items: *177 examples: - default: *177 + default: *178 headers: - Link: *38 + Link: *41 '422': *15 '304': *35 '403': *27 @@ -23461,7 +23547,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#list-starred-gists parameters: - - *175 + - *176 - *17 - *19 responses: @@ -23471,11 +23557,11 @@ paths: application/json: schema: type: array - items: *176 + items: *177 examples: - default: *177 + default: *178 headers: - Link: *38 + Link: *41 '401': *23 '304': *35 '403': *27 @@ -23501,7 +23587,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#get-a-gist parameters: - - &180 + - &181 name: gist_id description: The unique identifier of the gist. in: path @@ -23513,10 +23599,10 @@ paths: description: Response content: application/json: - schema: *178 + schema: *179 examples: - default: *179 - '403': &183 + default: *180 + '403': &184 description: Forbidden Gist content: application/json: @@ -23565,7 +23651,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#update-a-gist parameters: - - *180 + - *181 requestBody: required: true content: @@ -23629,9 +23715,9 @@ paths: description: Response content: application/json: - schema: *178 + schema: *179 examples: - updateGist: *179 + updateGist: *180 deleteFile: value: url: https://api.github.com/gists/2decf6c462d9b4418f2 @@ -23789,7 +23875,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#delete-a-gist parameters: - - *180 + - *181 responses: '204': description: Response @@ -23818,7 +23904,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/comments#list-gist-comments parameters: - - *180 + - *181 - *17 - *19 responses: @@ -23828,7 +23914,7 @@ paths: application/json: schema: type: array - items: &181 + items: &182 title: Gist Comment description: A comment made to a gist. type: object @@ -23866,7 +23952,7 @@ paths: format: date-time examples: - '2011-04-18T23:23:56Z' - author_association: *172 + author_association: *173 required: - url - id @@ -23906,7 +23992,7 @@ paths: updated_at: '2011-04-18T23:23:56Z' author_association: COLLABORATOR headers: - Link: *38 + Link: *41 '304': *35 '404': *6 '403': *27 @@ -23931,7 +24017,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/comments#create-a-gist-comment parameters: - - *180 + - *181 requestBody: required: true content: @@ -23957,9 +24043,9 @@ paths: description: Response content: application/json: - schema: *181 + schema: *182 examples: - default: &182 + default: &183 value: id: 1 node_id: MDExOkdpc3RDb21tZW50MQ== @@ -24017,8 +24103,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/comments#get-a-gist-comment parameters: - - *180 - - &184 + - *181 + - &185 name: comment_id description: The unique identifier of the comment. in: path @@ -24031,12 +24117,12 @@ paths: description: Response content: application/json: - schema: *181 + schema: *182 examples: - default: *182 + default: *183 '304': *35 '404': *6 - '403': *183 + '403': *184 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -24058,8 +24144,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/comments#update-a-gist-comment parameters: - - *180 - - *184 + - *181 + - *185 requestBody: required: true content: @@ -24085,9 +24171,9 @@ paths: description: Response content: application/json: - schema: *181 + schema: *182 examples: - default: *182 + default: *183 '404': *6 x-github: githubCloudOnly: false @@ -24104,8 +24190,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/comments#delete-a-gist-comment parameters: - - *180 - - *184 + - *181 + - *185 responses: '204': description: Response @@ -24128,7 +24214,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#list-gist-commits parameters: - - *180 + - *181 - *17 - *19 responses: @@ -24229,7 +24315,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#list-gist-forks parameters: - - *180 + - *181 - *17 - *19 responses: @@ -24239,7 +24325,7 @@ paths: application/json: schema: type: array - items: *178 + items: *179 examples: default: value: @@ -24285,7 +24371,7 @@ paths: type: User site_admin: false headers: - Link: *38 + Link: *41 '404': *6 '304': *35 '403': *27 @@ -24304,13 +24390,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#fork-a-gist parameters: - - *180 + - *181 responses: '201': description: Response content: application/json: - schema: *176 + schema: *177 examples: default: value: @@ -24381,7 +24467,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#check-if-a-gist-is-starred parameters: - - *180 + - *181 responses: '204': description: Response if gist is starred @@ -24411,7 +24497,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#star-a-gist parameters: - - *180 + - *181 responses: '204': description: Response @@ -24433,7 +24519,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#unstar-a-gist parameters: - - *180 + - *181 responses: '204': description: Response @@ -24462,7 +24548,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#get-a-gist-revision parameters: - - *180 + - *181 - name: sha in: path required: true @@ -24473,9 +24559,9 @@ paths: description: Response content: application/json: - schema: *178 + schema: *179 examples: - default: *179 + default: *180 '422': *15 '404': *6 '403': *27 @@ -24636,7 +24722,7 @@ paths: type: integer repositories: type: array - items: *65 + items: *67 repository_selection: type: string examples: @@ -24760,7 +24846,7 @@ paths: open_issues: 1 watchers: 1 headers: - Link: *38 + Link: *41 '403': *27 '304': *35 '401': *23 @@ -24844,7 +24930,7 @@ paths: - closed - all default: open - - &322 + - &323 name: labels description: 'A list of comma separated label names. Example: `bug,ui,@high`' in: query @@ -24862,8 +24948,8 @@ paths: - updated - comments default: created - - *98 - - *175 + - *99 + - *176 - name: collab in: query required: false @@ -24893,9 +24979,9 @@ paths: application/json: schema: type: array - items: *185 + items: *186 examples: - default: &323 + default: &324 value: - id: 1 node_id: MDU6SXNzdWUx @@ -25140,7 +25226,7 @@ paths: watchers: 1 author_association: COLLABORATOR headers: - Link: *38 + Link: *41 '422': *15 '304': *35 '404': *6 @@ -25175,7 +25261,7 @@ paths: application/json: schema: type: array - items: *186 + items: *187 examples: default: value: @@ -25473,7 +25559,7 @@ paths: example: '279' schema: type: string - X-CommonMarker-Version: &187 + X-CommonMarker-Version: &188 example: 0.17.4 schema: type: string @@ -25528,7 +25614,7 @@ paths: '200': description: Response headers: - X-CommonMarker-Version: *187 + X-CommonMarker-Version: *188 content: text/html: schema: @@ -25557,7 +25643,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/marketplace#get-a-subscription-plan-for-an-account parameters: - - &190 + - &191 name: account_id description: account_id parameter in: path @@ -25569,7 +25655,7 @@ paths: description: Response content: application/json: - schema: &189 + schema: &190 title: Marketplace Purchase description: Marketplace Purchase type: object @@ -25603,7 +25689,7 @@ paths: - 'null' id: type: integer - plan: &188 + plan: &189 title: Marketplace Listing Plan description: Marketplace Listing Plan type: object @@ -25706,7 +25792,7 @@ paths: - 'null' updated_at: type: string - plan: *188 + plan: *189 required: - url - id @@ -25714,7 +25800,7 @@ paths: - login - marketplace_purchase examples: - default: &191 + default: &192 value: url: https://api.github.com/orgs/github type: Organization @@ -25799,9 +25885,9 @@ paths: application/json: schema: type: array - items: *188 + items: *189 examples: - default: &192 + default: &193 value: - url: https://api.github.com/marketplace_listing/plans/1313 accounts_url: https://api.github.com/marketplace_listing/plans/1313/accounts @@ -25819,7 +25905,7 @@ paths: - Up to 25 private repositories - 11 concurrent builds headers: - Link: *38 + Link: *41 '404': *6 '401': *23 x-github: @@ -25841,14 +25927,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/marketplace#list-accounts-for-a-plan parameters: - - &193 + - &194 name: plan_id description: The unique identifier of the plan. in: path required: true schema: type: integer - - &194 + - &195 name: sort description: The property to sort the results by. in: query @@ -25878,9 +25964,9 @@ paths: application/json: schema: type: array - items: *189 + items: *190 examples: - default: &195 + default: &196 value: - url: https://api.github.com/orgs/github type: Organization @@ -25931,7 +26017,7 @@ paths: - Up to 25 private repositories - 11 concurrent builds headers: - Link: *38 + Link: *41 '404': *6 '422': *15 '401': *23 @@ -25954,15 +26040,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/marketplace#get-a-subscription-plan-for-an-account-stubbed parameters: - - *190 + - *191 responses: '200': description: Response content: application/json: - schema: *189 + schema: *190 examples: - default: *191 + default: *192 '404': description: Not Found when the account has not purchased the listing '401': *23 @@ -25994,11 +26080,11 @@ paths: application/json: schema: type: array - items: *188 + items: *189 examples: - default: *192 + default: *193 headers: - Link: *38 + Link: *41 '401': *23 x-github: githubCloudOnly: false @@ -26019,8 +26105,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/marketplace#list-accounts-for-a-plan-stubbed parameters: - - *193 - *194 + - *195 - name: direction description: To return the oldest accounts first, set to `asc`. Ignored without the `sort` parameter. @@ -26040,11 +26126,11 @@ paths: application/json: schema: type: array - items: *189 + items: *190 examples: - default: *195 + default: *196 headers: - Link: *38 + Link: *41 '401': *23 x-github: githubCloudOnly: false @@ -26307,14 +26393,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: - - &419 + - &420 name: owner description: The account owner of the repository. The name is not case sensitive. in: path required: true schema: type: string - - &420 + - &421 name: repo description: The name of the repository without the `.git` extension. The name is not case sensitive. @@ -26331,7 +26417,7 @@ paths: application/json: schema: type: array - items: *196 + items: *197 examples: default: value: @@ -26385,7 +26471,7 @@ paths: '404': *6 '403': *27 '304': *35 - '301': &433 + '301': &434 description: Moved permanently content: application/json: @@ -26407,7 +26493,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &635 + - &636 name: all description: If `true`, show notifications marked as read. in: query @@ -26415,7 +26501,7 @@ paths: schema: type: boolean default: false - - &636 + - &637 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -26424,8 +26510,8 @@ paths: schema: type: boolean default: false - - *175 - - &637 + - *176 + - &638 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: @@ -26450,14 +26536,14 @@ paths: application/json: schema: type: array - items: &197 + items: &198 title: Thread description: Thread type: object properties: id: type: string - repository: &232 + repository: &233 title: Minimal Repository description: Minimal Repository type: object @@ -26796,7 +26882,7 @@ paths: type: boolean examples: - false - security_and_analysis: &366 + security_and_analysis: &367 type: - object - 'null' @@ -26969,7 +27055,7 @@ paths: - url - subscription_url examples: - default: &638 + default: &639 value: - id: '1' repository: @@ -27051,7 +27137,7 @@ paths: url: https://api.github.com/notifications/threads/1 subscription_url: https://api.github.com/notifications/threads/1/subscription headers: - Link: *38 + Link: *41 '304': *35 '403': *27 '401': *23 @@ -27135,7 +27221,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#get-a-thread parameters: - - &198 + - &199 name: thread_id description: The unique identifier of the notification thread. This corresponds to the value returned in the `id` field when you retrieve notifications @@ -27149,7 +27235,7 @@ paths: description: Response content: application/json: - schema: *197 + schema: *198 examples: default: value: @@ -27252,7 +27338,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#mark-a-thread-as-read parameters: - - *198 + - *199 responses: '205': description: Reset Content @@ -27275,7 +27361,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#mark-a-thread-as-done parameters: - - *198 + - *199 responses: '204': description: No content @@ -27298,13 +27384,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#get-a-thread-subscription-for-the-authenticated-user parameters: - - *198 + - *199 responses: '200': description: Response content: application/json: - schema: &199 + schema: &200 title: Thread Subscription description: Thread Subscription type: object @@ -27348,7 +27434,7 @@ paths: - url - subscribed examples: - default: &200 + default: &201 value: subscribed: true ignored: false @@ -27379,7 +27465,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#set-a-thread-subscription parameters: - - *198 + - *199 requestBody: required: false content: @@ -27400,9 +27486,9 @@ paths: description: Response content: application/json: - schema: *199 + schema: *200 examples: - default: *200 + default: *201 '304': *35 '403': *27 '401': *23 @@ -27425,7 +27511,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#delete-a-thread-subscription parameters: - - *198 + - *199 responses: '204': description: Response @@ -27520,9 +27606,9 @@ paths: application/json: schema: type: array - items: *60 + items: *62 examples: - default: &770 + default: &771 value: - login: github id: 1 @@ -27587,7 +27673,7 @@ paths: - 3 custom_roles: type: array - items: &276 + items: &277 title: Organization Custom Repository Role description: Custom repository roles created by organization owners @@ -27636,7 +27722,7 @@ paths: - created_at - updated_at examples: - default: &277 + default: &278 value: id: 8030 name: Security Engineer @@ -27683,7 +27769,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/repository-access#lists-the-repositories-dependabot-can-access-in-an-organization parameters: - - *74 + - *76 - name: page in: query description: The page number of results to fetch. @@ -27729,7 +27815,7 @@ paths: items: anyOf: - type: 'null' - - *107 + - *108 additionalProperties: false examples: default: @@ -27834,7 +27920,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/repository-access#updates-dependabots-repository-access-list-for-an-organization parameters: - - *74 + - *76 requestBody: required: true content: @@ -27900,7 +27986,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/repository-access#set-the-default-repository-access-level-for-dependabot parameters: - - *74 + - *76 requestBody: required: true content: @@ -27948,23 +28034,23 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/billing/enhanced-billing#get-billing-usage-report-for-an-organization parameters: - - *74 - - *201 + - *76 - *202 - *203 - *204 + - *205 responses: '200': description: Billing usage report response for an organization content: application/json: - schema: *205 + schema: *206 examples: - default: *206 + default: *207 '400': *14 '403': *27 - '500': *89 - '503': *162 + '500': *38 + '503': *163 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -27990,13 +28076,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#get-an-organization parameters: - - *74 + - *76 responses: '200': description: Response content: application/json: - schema: &207 + schema: &208 title: Organization Full description: |- Prevents users in the organization from using insecure methods of two-factor authentication to fulfill a two-factor requirement. @@ -28406,7 +28492,7 @@ paths: - updated_at - archived_at examples: - default-response: &208 + default-response: &209 value: login: github id: 1 @@ -28508,7 +28594,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#update-an-organization parameters: - - *74 + - *76 requestBody: required: false content: @@ -28732,18 +28818,18 @@ paths: description: Response content: application/json: - schema: *207 + schema: *208 examples: - default: *208 + default: *209 '422': description: Validation failed content: application/json: schema: oneOf: - - *209 - *210 - '409': *106 + - *211 + '409': *107 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -28766,7 +28852,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#delete-an-organization parameters: - - *74 + - *76 responses: '202': *37 '404': *6 @@ -28791,17 +28877,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#get-github-actions-cache-usage-for-an-organization parameters: - - *74 + - *76 responses: '200': description: Response content: application/json: - schema: *211 + schema: *212 examples: - default: *212 + default: *213 headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -28822,7 +28908,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#list-repositories-with-github-actions-cache-usage-for-an-organization parameters: - - *74 + - *76 - *17 - *19 responses: @@ -28840,7 +28926,7 @@ paths: type: integer repository_cache_usages: type: array - items: &438 + items: &439 title: Actions Cache Usage by repository description: GitHub Actions Cache Usage by repository. type: object @@ -28878,7 +28964,7 @@ paths: active_caches_size_in_bytes: 1022142 active_caches_count: 2 headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -28898,7 +28984,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/hosted-runners#list-github-hosted-runners-for-an-organization parameters: - - *74 + - *76 - *17 - *19 responses: @@ -28916,11 +29002,11 @@ paths: type: integer runners: type: array - items: *40 + items: *42 examples: - default: *213 + default: *214 headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -28938,7 +29024,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/hosted-runners#create-a-github-hosted-runner-for-an-organization parameters: - - *74 + - *76 requestBody: required: true content: @@ -29005,9 +29091,9 @@ paths: description: Response content: application/json: - schema: *40 + schema: *42 examples: - default: *44 + default: *46 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -29025,7 +29111,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/hosted-runners#get-github-owned-images-for-github-hosted-runners-in-an-organization parameters: - - *74 + - *76 responses: '200': description: Response @@ -29041,9 +29127,9 @@ paths: type: integer images: type: array - items: *41 + items: *43 examples: - default: *42 + default: *44 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -29061,7 +29147,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/hosted-runners#get-partner-images-for-github-hosted-runners-in-an-organization parameters: - - *74 + - *76 responses: '200': description: Response @@ -29077,9 +29163,9 @@ paths: type: integer images: type: array - items: *41 + items: *43 examples: - default: *42 + default: *44 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -29096,15 +29182,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/hosted-runners#get-limits-on-github-hosted-runners-for-an-organization parameters: - - *74 + - *76 responses: '200': description: Response content: application/json: - schema: *214 + schema: *215 examples: - default: *215 + default: *216 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -29122,7 +29208,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/hosted-runners#get-github-hosted-runners-machine-specs-for-an-organization parameters: - - *74 + - *76 responses: '200': description: Response @@ -29138,9 +29224,9 @@ paths: type: integer machine_specs: type: array - items: *43 + items: *45 examples: - default: *216 + default: *217 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -29158,7 +29244,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/hosted-runners#get-platforms-for-github-hosted-runners-in-an-organization parameters: - - *74 + - *76 responses: '200': description: Response @@ -29202,18 +29288,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/hosted-runners#get-a-github-hosted-runner-for-an-organization parameters: - - *74 - - *45 + - *76 + - *47 responses: '200': description: Response content: application/json: - schema: *40 + schema: *42 examples: - default: *44 + default: *46 headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -29231,8 +29317,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/hosted-runners#update-a-github-hosted-runner-for-an-organization parameters: - - *74 - - *45 + - *76 + - *47 requestBody: required: true content: @@ -29270,9 +29356,9 @@ paths: description: Response content: application/json: - schema: *40 + schema: *42 examples: - default: *44 + default: *46 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -29288,16 +29374,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/hosted-runners#delete-a-github-hosted-runner-for-an-organization parameters: - - *74 - - *45 + - *76 + - *47 responses: '202': description: Response content: application/json: - schema: *40 + schema: *42 examples: - default: *44 + default: *46 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -29317,13 +29403,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/oidc#get-the-customization-template-for-an-oidc-subject-claim-for-an-organization parameters: - - *74 + - *76 responses: '200': description: A JSON serialized template for OIDC subject claim customization content: application/json: - schema: &217 + schema: &218 title: Actions OIDC Subject customization description: Actions OIDC Subject customization type: object @@ -29337,7 +29423,7 @@ paths: required: - include_claim_keys examples: - default: &218 + default: &219 value: include_claim_keys: - repo @@ -29359,20 +29445,20 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/oidc#set-the-customization-template-for-an-oidc-subject-claim-for-an-organization parameters: - - *74 + - *76 requestBody: required: true content: application/json: - schema: *217 + schema: *218 examples: - default: *218 + default: *219 responses: '201': description: Empty response content: application/json: - schema: &243 + schema: &244 title: Empty Object description: An object without any properties. type: object @@ -29402,7 +29488,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-github-actions-permissions-for-an-organization parameters: - - *74 + - *76 responses: '200': description: Response @@ -29411,7 +29497,7 @@ paths: schema: type: object properties: - enabled_repositories: &220 + enabled_repositories: &221 type: string description: The policy that controls the repositories in the organization that are allowed to run GitHub Actions. @@ -29424,9 +29510,9 @@ paths: description: The API URL to use to get or set the selected repositories that are allowed to run GitHub Actions, when `enabled_repositories` is set to `selected`. - allowed_actions: *47 - selected_actions_url: *219 - sha_pinning_required: *48 + allowed_actions: *49 + selected_actions_url: *220 + sha_pinning_required: *50 required: - enabled_repositories examples: @@ -29456,7 +29542,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-github-actions-permissions-for-an-organization parameters: - - *74 + - *76 responses: '204': description: Response @@ -29467,9 +29553,9 @@ paths: schema: type: object properties: - enabled_repositories: *220 - allowed_actions: *47 - sha_pinning_required: *48 + enabled_repositories: *221 + allowed_actions: *49 + sha_pinning_required: *50 required: - enabled_repositories examples: @@ -29497,13 +29583,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-artifact-and-log-retention-settings-for-an-organization parameters: - - *74 + - *76 responses: '200': description: Response content: application/json: - schema: *221 + schema: *222 examples: response: summary: Example response @@ -29529,12 +29615,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-artifact-and-log-retention-settings-for-an-organization parameters: - - *74 + - *76 requestBody: required: true content: application/json: - schema: *222 + schema: *223 examples: application/json: value: @@ -29544,7 +29630,7 @@ paths: description: No content '403': *27 '404': *6 - '409': *106 + '409': *107 '422': *15 x-github: enabledForGitHubApps: true @@ -29564,15 +29650,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-fork-pr-contributor-approval-permissions-for-an-organization parameters: - - *74 + - *76 responses: '200': description: Response content: application/json: - schema: *49 + schema: *51 examples: - default: *223 + default: *224 '404': *6 x-github: enabledForGitHubApps: true @@ -29591,7 +29677,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-fork-pr-contributor-approval-permissions-for-an-organization parameters: - - *74 + - *76 responses: '204': description: Response @@ -29601,7 +29687,7 @@ paths: required: true content: application/json: - schema: *49 + schema: *51 examples: default: summary: Set approval policy to first time contributors @@ -29623,15 +29709,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-private-repo-fork-pr-workflow-settings-for-an-organization parameters: - - *74 + - *76 responses: '200': description: Response content: application/json: - schema: *224 + schema: *225 examples: - default: *50 + default: *52 '403': *27 '404': *6 x-github: @@ -29649,14 +29735,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-private-repo-fork-pr-workflow-settings-for-an-organization parameters: - - *74 + - *76 requestBody: required: true content: application/json: - schema: *225 + schema: *226 examples: - default: *50 + default: *52 responses: '204': description: Empty response for successful settings update @@ -29686,7 +29772,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#list-selected-repositories-enabled-for-github-actions-in-an-organization parameters: - - *74 + - *76 - *17 - *19 responses: @@ -29704,9 +29790,9 @@ paths: type: number repositories: type: array - items: *65 + items: *67 examples: - default: &227 + default: &228 value: total_count: 1 repositories: @@ -29846,7 +29932,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-selected-repositories-enabled-for-github-actions-in-an-organization parameters: - - *74 + - *76 responses: '204': description: Response @@ -29890,8 +29976,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#enable-a-selected-repository-for-github-actions-in-an-organization parameters: - - *74 - - &226 + - *76 + - &227 name: repository_id description: The unique identifier of the repository. in: path @@ -29919,8 +30005,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#disable-a-selected-repository-for-github-actions-in-an-organization parameters: - - *74 - - *226 + - *76 + - *227 responses: '204': description: Response @@ -29943,15 +30029,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-an-organization parameters: - - *74 + - *76 responses: '200': description: Response content: application/json: - schema: *52 + schema: *54 examples: - default: *53 + default: *55 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -29974,7 +30060,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-allowed-actions-and-reusable-workflows-for-an-organization parameters: - - *74 + - *76 responses: '204': description: Response @@ -29982,9 +30068,9 @@ paths: required: false content: application/json: - schema: *52 + schema: *54 examples: - selected_actions: *53 + selected_actions: *55 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -30004,7 +30090,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-self-hosted-runners-settings-for-an-organization parameters: - - *74 + - *76 responses: '200': description: Response @@ -30052,7 +30138,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-self-hosted-runners-settings-for-an-organization parameters: - - *74 + - *76 requestBody: required: true content: @@ -30079,7 +30165,7 @@ paths: description: No content '403': *27 '404': *6 - '409': *106 + '409': *107 '422': *15 x-github: enabledForGitHubApps: true @@ -30099,7 +30185,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#list-repositories-allowed-to-use-self-hosted-runners-in-an-organization parameters: - - *74 + - *76 - *17 - *19 responses: @@ -30114,9 +30200,9 @@ paths: type: integer repositories: type: array - items: *65 + items: *67 examples: - default: *227 + default: *228 '403': *27 '404': *6 x-github: @@ -30136,7 +30222,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-repositories-allowed-to-use-self-hosted-runners-in-an-organization parameters: - - *74 + - *76 requestBody: required: true content: @@ -30184,14 +30270,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#add-a-repository-to-the-list-of-repositories-allowed-to-use-self-hosted-runners-in-an-organization parameters: - - *74 - - *226 + - *76 + - *227 responses: '204': description: No content '403': *27 '404': *6 - '409': *106 + '409': *107 '422': *15 x-github: enabledForGitHubApps: true @@ -30211,14 +30297,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#remove-a-repository-from-the-list-of-repositories-allowed-to-use-self-hosted-runners-in-an-organization parameters: - - *74 - - *226 + - *76 + - *227 responses: '204': description: No content '403': *27 '404': *6 - '409': *106 + '409': *107 '422': *15 x-github: enabledForGitHubApps: true @@ -30240,15 +30326,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-default-workflow-permissions-for-an-organization parameters: - - *74 + - *76 responses: '200': description: Response content: application/json: - schema: *228 + schema: *229 examples: - default: *56 + default: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -30269,7 +30355,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-default-workflow-permissions-for-an-organization parameters: - - *74 + - *76 responses: '204': description: Success response @@ -30280,9 +30366,9 @@ paths: required: false content: application/json: - schema: *229 + schema: *230 examples: - default: *56 + default: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -30302,7 +30388,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#list-self-hosted-runner-groups-for-an-organization parameters: - - *74 + - *76 - *17 - *19 - name: visible_to_repository @@ -30327,7 +30413,7 @@ paths: type: number runner_groups: type: array - items: &230 + items: &231 type: object properties: id: @@ -30444,7 +30530,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#create-a-self-hosted-runner-group-for-an-organization parameters: - - *74 + - *76 requestBody: required: true content: @@ -30517,9 +30603,9 @@ paths: description: Response content: application/json: - schema: *230 + schema: *231 examples: - default: &231 + default: &232 value: id: 2 name: octo-runner-group @@ -30554,14 +30640,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#get-a-self-hosted-runner-group-for-an-organization parameters: - - *74 - - *59 + - *76 + - *61 responses: '200': description: Response content: application/json: - schema: *230 + schema: *231 examples: default: value: @@ -30597,8 +30683,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#update-a-self-hosted-runner-group-for-an-organization parameters: - - *74 - - *59 + - *76 + - *61 requestBody: required: true content: @@ -30654,9 +30740,9 @@ paths: description: Response content: application/json: - schema: *230 + schema: *231 examples: - default: *231 + default: *232 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -30675,8 +30761,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#delete-a-self-hosted-runner-group-from-an-organization parameters: - - *74 - - *59 + - *76 + - *61 responses: '204': description: Response @@ -30699,8 +30785,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#list-github-hosted-runners-in-a-group-for-an-organization parameters: - - *74 - - *59 + - *76 + - *61 - *17 - *19 responses: @@ -30718,11 +30804,11 @@ paths: type: number runners: type: array - items: *40 + items: *42 examples: - default: *213 + default: *214 headers: - Link: *38 + Link: *41 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -30742,8 +30828,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#list-repository-access-to-a-self-hosted-runner-group-in-an-organization parameters: - - *74 - - *59 + - *76 + - *61 - *19 - *17 responses: @@ -30761,9 +30847,9 @@ paths: type: number repositories: type: array - items: *232 + items: *233 examples: - default: &757 + default: &758 value: total_count: 1 repositories: @@ -31015,8 +31101,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#set-repository-access-for-a-self-hosted-runner-group-in-an-organization parameters: - - *74 - - *59 + - *76 + - *61 requestBody: required: true content: @@ -31060,9 +31146,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#add-repository-access-to-a-self-hosted-runner-group-in-an-organization parameters: - - *74 - - *59 - - *226 + - *76 + - *61 + - *227 responses: '204': description: Response @@ -31084,9 +31170,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#remove-repository-access-to-a-self-hosted-runner-group-in-an-organization parameters: - - *74 - - *59 - - *226 + - *76 + - *61 + - *227 responses: '204': description: Response @@ -31109,8 +31195,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#list-self-hosted-runners-in-a-group-for-an-organization parameters: - - *74 - - *59 + - *76 + - *61 - *17 - *19 responses: @@ -31128,11 +31214,11 @@ paths: type: number runners: type: array - items: *63 + items: *65 examples: - default: *64 + default: *66 headers: - Link: *38 + Link: *41 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -31151,8 +31237,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#set-self-hosted-runners-in-a-group-for-an-organization parameters: - - *74 - - *59 + - *76 + - *61 requestBody: required: true content: @@ -31196,9 +31282,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#add-a-self-hosted-runner-to-a-group-for-an-organization parameters: - - *74 - - *59 - - *62 + - *76 + - *61 + - *64 responses: '204': description: Response @@ -31220,9 +31306,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#remove-a-self-hosted-runner-from-a-group-for-an-organization parameters: - - *74 - - *59 - - *62 + - *76 + - *61 + - *64 responses: '204': description: Response @@ -31252,7 +31338,7 @@ paths: in: query schema: type: string - - *74 + - *76 - *17 - *19 responses: @@ -31270,11 +31356,11 @@ paths: type: integer runners: type: array - items: *63 + items: *65 examples: - default: *64 + default: *66 headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -31296,7 +31382,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#list-runner-applications-for-an-organization parameters: - - *74 + - *76 responses: '200': description: Response @@ -31304,9 +31390,9 @@ paths: application/json: schema: type: array - items: *233 + items: *234 examples: - default: *234 + default: *235 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -31328,7 +31414,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#create-configuration-for-a-just-in-time-runner-for-an-organization parameters: - - *74 + - *76 requestBody: required: true content: @@ -31371,10 +31457,10 @@ paths: - no-gpu work_folder: _work responses: - '201': *235 + '201': *236 '404': *6 '422': *7 - '409': *106 + '409': *107 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -31402,15 +31488,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#create-a-registration-token-for-an-organization parameters: - - *74 + - *76 responses: '201': description: Response content: application/json: - schema: *66 + schema: *68 examples: - default: *236 + default: *237 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -31438,15 +31524,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#create-a-remove-token-for-an-organization parameters: - - *74 + - *76 responses: '201': description: Response content: application/json: - schema: *66 + schema: *68 examples: - default: *237 + default: *238 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -31468,16 +31554,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#get-a-self-hosted-runner-for-an-organization parameters: - - *74 - - *62 + - *76 + - *64 responses: '200': description: Response content: application/json: - schema: *63 + schema: *65 examples: - default: *238 + default: *239 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -31498,8 +31584,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#delete-a-self-hosted-runner-from-an-organization parameters: - - *74 - - *62 + - *76 + - *64 responses: '204': description: Response @@ -31525,10 +31611,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#list-labels-for-a-self-hosted-runner-for-an-organization parameters: - - *74 - - *62 + - *76 + - *64 responses: - '200': *68 + '200': *70 '404': *6 x-github: githubCloudOnly: false @@ -31550,8 +31636,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#add-custom-labels-to-a-self-hosted-runner-for-an-organization parameters: - - *74 - - *62 + - *76 + - *64 requestBody: required: true content: @@ -31575,7 +31661,7 @@ paths: - gpu - accelerated responses: - '200': *68 + '200': *70 '404': *6 '422': *7 x-github: @@ -31599,8 +31685,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#set-custom-labels-for-a-self-hosted-runner-for-an-organization parameters: - - *74 - - *62 + - *76 + - *64 requestBody: required: true content: @@ -31625,7 +31711,7 @@ paths: - gpu - accelerated responses: - '200': *68 + '200': *70 '404': *6 '422': *7 x-github: @@ -31649,10 +31735,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#remove-all-custom-labels-from-a-self-hosted-runner-for-an-organization parameters: - - *74 - - *62 + - *76 + - *64 responses: - '200': *239 + '200': *240 '404': *6 x-github: githubCloudOnly: false @@ -31679,11 +31765,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#remove-a-custom-label-from-a-self-hosted-runner-for-an-organization parameters: - - *74 - - *62 - - *240 + - *76 + - *64 + - *241 responses: - '200': *68 + '200': *70 '404': *6 '422': *7 x-github: @@ -31708,7 +31794,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-organization-secrets parameters: - - *74 + - *76 - *17 - *19 responses: @@ -31726,7 +31812,7 @@ paths: type: integer secrets: type: array - items: &241 + items: &242 title: Actions Secret for an Organization description: Secrets for GitHub Actions for an organization. type: object @@ -31778,7 +31864,7 @@ paths: visibility: selected selected_repositories_url: https://api.github.com/orgs/octo-org/actions/secrets/SUPER_SECRET/repositories headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -31801,13 +31887,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-organization-public-key parameters: - - *74 + - *76 responses: '200': description: Response content: application/json: - schema: &458 + schema: &459 title: ActionsPublicKey description: The public key used for setting Actions Secrets. type: object @@ -31842,7 +31928,7 @@ paths: - key_id - key examples: - default: &459 + default: &460 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -31867,8 +31953,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-organization-secret parameters: - - *74 - - &242 + - *76 + - &243 name: secret_name description: The name of the secret. in: path @@ -31880,7 +31966,7 @@ paths: description: Response content: application/json: - schema: *241 + schema: *242 examples: default: value: @@ -31910,8 +31996,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-an-organization-secret parameters: - - *74 - - *242 + - *76 + - *243 requestBody: required: true content: @@ -31968,7 +32054,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *243 + schema: *244 examples: default: value: @@ -31994,8 +32080,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-an-organization-secret parameters: - - *74 - - *242 + - *76 + - *243 responses: '204': description: Response @@ -32021,8 +32107,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-selected-repositories-for-an-organization-secret parameters: - - *74 - - *242 + - *76 + - *243 - *19 - *17 responses: @@ -32040,9 +32126,9 @@ paths: type: integer repositories: type: array - items: *232 + items: *233 examples: - default: &246 + default: &247 value: total_count: 1 repositories: @@ -32134,8 +32220,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#set-selected-repositories-for-an-organization-secret parameters: - - *74 - - *242 + - *76 + - *243 requestBody: required: true content: @@ -32187,8 +32273,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#add-selected-repository-to-an-organization-secret parameters: - - *74 - - *242 + - *76 + - *243 - name: repository_id in: path required: true @@ -32221,8 +32307,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#remove-selected-repository-from-an-organization-secret parameters: - - *74 - - *242 + - *76 + - *243 - name: repository_id in: path required: true @@ -32254,8 +32340,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-organization-variables parameters: - - *74 - - &443 + - *76 + - &444 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)." @@ -32279,7 +32365,7 @@ paths: type: integer variables: type: array - items: &244 + items: &245 title: Actions Variable for an Organization description: Organization variable for GitHub Actions. type: object @@ -32348,7 +32434,7 @@ paths: visibility: selected selected_repositories_url: https://api.github.com/orgs/octo-org/actions/variables/ADMIN_EMAIL/repositories headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -32369,7 +32455,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#create-an-organization-variable parameters: - - *74 + - *76 requestBody: required: true content: @@ -32417,7 +32503,7 @@ paths: description: Response when creating a variable content: application/json: - schema: *243 + schema: *244 examples: default: value: @@ -32442,8 +32528,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-an-organization-variable parameters: - - *74 - - &245 + - *76 + - &246 name: name description: The name of the variable. in: path @@ -32455,7 +32541,7 @@ paths: description: Response content: application/json: - schema: *244 + schema: *245 examples: default: value: @@ -32485,8 +32571,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-an-organization-variable parameters: - - *74 - - *245 + - *76 + - *246 requestBody: required: true content: @@ -32548,8 +32634,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-an-organization-variable parameters: - - *74 - - *245 + - *76 + - *246 responses: '204': description: Response @@ -32575,8 +32661,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-selected-repositories-for-an-organization-variable parameters: - - *74 - - *245 + - *76 + - *246 - *19 - *17 responses: @@ -32594,9 +32680,9 @@ paths: type: integer repositories: type: array - items: *232 + items: *233 examples: - default: *246 + default: *247 '409': description: Response when the visibility of the variable is not set to `selected` @@ -32622,8 +32708,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#set-selected-repositories-for-an-organization-variable parameters: - - *74 - - *245 + - *76 + - *246 requestBody: required: true content: @@ -32672,8 +32758,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#add-selected-repository-to-an-organization-variable parameters: - - *74 - - *245 + - *76 + - *246 - name: repository_id in: path required: true @@ -32707,8 +32793,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#remove-selected-repository-from-an-organization-variable parameters: - - *74 - - *245 + - *76 + - *246 - name: repository_id in: path required: true @@ -32739,15 +32825,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/announcement-banners/organizations#get-announcement-banner-for-organization parameters: - - *74 + - *76 responses: '200': description: Response content: application/json: - schema: *73 + schema: *75 examples: - default: *72 + default: *74 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -32766,19 +32852,19 @@ paths: required: true content: application/json: - schema: *247 + schema: *248 examples: - default: *72 + default: *74 parameters: - - *74 + - *76 responses: '200': description: Response content: application/json: - schema: *73 + schema: *75 examples: - default: *72 + default: *74 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -32794,7 +32880,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/announcement-banners/organizations#remove-announcement-banner-from-organization parameters: - - *74 + - *76 responses: '204': description: Response @@ -32817,7 +32903,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/artifact-metadata#create-artifact-metadata-storage-record parameters: - - *74 + - *76 requestBody: required: true content: @@ -32955,7 +33041,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/artifact-metadata#list-artifact-storage-records parameters: - - *74 + - *76 - name: subject_digest description: The parameter should be set to the attestation's subject's SHA256 digest, in the form `sha256:HEX_DIGEST`. @@ -33039,9 +33125,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#list-attestations-by-bulk-subject-digests parameters: - *17 - - *96 - *97 - - *74 + - *98 + - *76 requestBody: required: true content: @@ -33064,12 +33150,12 @@ paths: required: - subject_digests examples: - default: &789 + default: &790 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &790 + withPredicateType: &791 value: subject_digests: - sha256:abc123 @@ -33128,7 +33214,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &791 + default: &792 value: attestations_subject_digests: - sha256:abc: @@ -33237,7 +33323,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/attestations#delete-attestations-in-bulk parameters: - - *74 + - *76 requestBody: required: true content: @@ -33302,7 +33388,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/attestations#delete-attestations-by-subject-digest parameters: - - *74 + - *76 - name: subject_digest description: Subject Digest in: path @@ -33333,7 +33419,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/attestations#delete-attestations-by-id parameters: - - *74 + - *76 - name: attestation_id description: Attestation ID in: path @@ -33369,9 +33455,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#list-attestations parameters: - *17 - - *96 - *97 - - *74 + - *98 + - *76 - name: subject_digest description: The parameter should be set to the attestation's subject's SHA256 digest, in the form `sha256:HEX_DIGEST`. @@ -33422,7 +33508,7 @@ paths: bundle_url: type: string examples: - default: &472 + default: &473 value: attestations: - bundle: @@ -33540,7 +33626,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#get-the-audit-log-for-an-organization parameters: - - *74 + - *76 - name: phrase description: A search phrase. For more information, see [Searching the audit log](https://docs.github.com/enterprise-cloud@latest//github/setting-up-and-managing-organizations-and-teams/reviewing-the-audit-log-for-your-organization#searching-the-audit-log). @@ -33548,10 +33634,10 @@ paths: required: false schema: type: string - - *248 - *249 - *250 - *251 + - *252 - *17 responses: '200': @@ -33560,9 +33646,9 @@ paths: application/json: schema: type: array - items: *252 + items: *253 examples: - default: *253 + default: *254 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -33579,7 +33665,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/blocking#list-users-blocked-by-an-organization parameters: - - *74 + - *76 - *17 - *19 responses: @@ -33591,7 +33677,7 @@ paths: type: array items: *4 examples: - default: &324 + default: &325 value: - login: octocat id: 1 @@ -33629,8 +33715,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/blocking#check-if-a-user-is-blocked-by-an-organization parameters: - - *74 - - *254 + - *76 + - *255 responses: '204': description: If the user is blocked @@ -33655,8 +33741,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/blocking#block-a-user-from-an-organization parameters: - - *74 - - *254 + - *76 + - *255 responses: '204': description: Response @@ -33676,8 +33762,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/blocking#unblock-a-user-from-an-organization parameters: - - *74 - - *254 + - *76 + - *255 responses: '204': description: Response @@ -33703,17 +33789,17 @@ paths: category: orgs subcategory: bypass-requests parameters: - - *74 - - &257 + - *76 + - &258 name: repository_name description: The name of the repository to filter on. in: query schema: type: string - - *91 - *92 - *93 - *94 + - *95 - *17 - *19 responses: @@ -33723,11 +33809,11 @@ paths: application/json: schema: type: array - items: *255 + items: *256 examples: - default: *256 + default: *257 '404': *6 - '500': *89 + '500': *38 "/orgs/{org}/bypass-requests/secret-scanning": get: summary: List bypass requests for secret scanning for an org @@ -33748,12 +33834,12 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *74 - - *257 - - *91 + - *76 + - *258 - *92 - *93 - *94 + - *95 - *17 - *19 responses: @@ -33763,11 +33849,11 @@ paths: application/json: schema: type: array - items: *258 + items: *259 examples: - default: *259 + default: *260 '404': *6 - '500': *89 + '500': *38 "/orgs/{org}/campaigns": get: summary: List campaigns for an organization @@ -33784,15 +33870,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/campaigns/campaigns#list-campaigns-for-an-organization parameters: - - *74 + - *76 - *19 - *17 - - *98 + - *99 - name: state description: If specified, only campaigns with this state will be returned. in: query required: false - schema: &261 + schema: &262 title: Campaign state description: Indicates whether a campaign is open or closed type: string @@ -33818,7 +33904,7 @@ paths: application/json: schema: type: array - items: &262 + items: &263 title: Campaign summary description: The campaign metadata and alert stats. type: object @@ -33849,7 +33935,7 @@ paths: team_managers: description: The campaign team managers type: array - items: *260 + items: *261 published_at: description: The date and time the campaign was published, in ISO 8601 format':' YYYY-MM-DDTHH:MM:SSZ. @@ -33868,7 +33954,7 @@ paths: - string - 'null' format: date-time - state: *261 + state: *262 contact_link: description: The contact link of the campaign. type: @@ -33964,9 +34050,9 @@ paths: closed_at: state: open headers: - Link: *38 + Link: *41 '404': *6 - '503': *162 + '503': *163 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -33990,7 +34076,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/campaigns/campaigns#create-a-campaign-for-an-organization parameters: - - *74 + - *76 requestBody: required: true content: @@ -34085,9 +34171,9 @@ paths: description: Response content: application/json: - schema: *262 + schema: *263 examples: - default: &263 + default: &264 value: number: 3 created_at: '2024-02-14T12:29:18Z' @@ -34136,7 +34222,7 @@ paths: schema: *3 '429': description: Too Many Requests - '503': *162 + '503': *163 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -34158,7 +34244,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/campaigns/campaigns#get-a-campaign-for-an-organization parameters: - - *74 + - *76 - name: campaign_number description: The campaign number. in: path @@ -34170,16 +34256,16 @@ paths: description: Response content: application/json: - schema: *262 + schema: *263 examples: - default: *263 + default: *264 '404': *6 '422': description: Unprocessable Entity content: application/json: schema: *3 - '503': *162 + '503': *163 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -34200,7 +34286,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/campaigns/campaigns#update-a-campaign parameters: - - *74 + - *76 - name: campaign_number description: The campaign number. in: path @@ -34250,7 +34336,7 @@ paths: - string - 'null' format: uri - state: *261 + state: *262 examples: default: value: @@ -34260,9 +34346,9 @@ paths: description: Response content: application/json: - schema: *262 + schema: *263 examples: - default: *263 + default: *264 '400': description: Bad Request content: @@ -34274,7 +34360,7 @@ paths: content: application/json: schema: *3 - '503': *162 + '503': *163 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -34295,7 +34381,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/campaigns/campaigns#delete-a-campaign-for-an-organization parameters: - - *74 + - *76 - name: campaign_number description: The campaign number. in: path @@ -34306,7 +34392,7 @@ paths: '204': description: Deletion successful '404': *6 - '503': *162 + '503': *163 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -34328,20 +34414,20 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-code-scanning-alerts-for-an-organization parameters: - - *74 - - *264 + - *76 - *265 - - *96 + - *266 - *97 + - *98 - *19 - *17 - - *98 + - *99 - name: state description: If specified, only code scanning alerts with this state will be returned. in: query required: false - schema: *266 + schema: *267 - name: sort description: The property by which to sort the results. in: query @@ -34357,7 +34443,7 @@ paths: be returned. in: query required: false - schema: &498 + schema: &499 type: string description: Severity of a code scanning alert. enum: @@ -34375,13 +34461,13 @@ paths: application/json: schema: type: array - items: *267 + items: *268 examples: - default: *268 + default: *269 headers: - Link: *38 + Link: *41 '404': *6 - '503': *162 + '503': *163 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -34403,7 +34489,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#get-code-security-configurations-for-an-organization parameters: - - *74 + - *76 - name: target_type in: query description: The target type of the code security configuration @@ -34422,8 +34508,8 @@ paths: schema: type: integer default: 30 - - *96 - *97 + - *98 responses: '200': description: Response @@ -34431,7 +34517,7 @@ paths: application/json: schema: type: array - items: *102 + items: *103 examples: default: value: @@ -34514,7 +34600,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#create-a-code-security-configuration parameters: - - *74 + - *76 requestBody: required: true content: @@ -34592,7 +34678,7 @@ paths: - disabled - not_set default: disabled - code_scanning_options: *269 + code_scanning_options: *270 code_scanning_default_setup: type: string description: The enablement status of code scanning default setup @@ -34601,7 +34687,7 @@ paths: - disabled - not_set default: disabled - code_scanning_default_setup_options: *105 + code_scanning_default_setup_options: *106 code_scanning_delegated_alert_dismissal: type: string description: The enablement status of code scanning delegated alert @@ -34733,9 +34819,9 @@ paths: description: Successfully created code security configuration content: application/json: - schema: *102 + schema: *103 examples: - default: *270 + default: *271 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -34757,15 +34843,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#get-default-code-security-configurations parameters: - - *74 + - *76 responses: '200': description: Response content: application/json: - schema: *271 + schema: *272 examples: - default: *272 + default: *273 '304': *35 '403': *27 '404': *6 @@ -34791,7 +34877,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#detach-configurations-from-repositories parameters: - - *74 + - *76 requestBody: required: true content: @@ -34817,11 +34903,11 @@ paths: - 32 - 91 responses: - '204': *128 + '204': *129 '400': *14 '403': *27 '404': *6 - '409': *106 + '409': *107 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -34843,16 +34929,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#get-a-code-security-configuration parameters: - - *74 - - *104 + - *76 + - *105 responses: '200': description: Response content: application/json: - schema: *102 + schema: *103 examples: - default: *270 + default: *271 '304': *35 '403': *27 '404': *6 @@ -34876,8 +34962,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#update-a-code-security-configuration parameters: - - *74 - - *104 + - *76 + - *105 requestBody: required: true content: @@ -34956,7 +35042,7 @@ paths: - enabled - disabled - not_set - code_scanning_default_setup_options: *105 + code_scanning_default_setup_options: *106 code_scanning_delegated_alert_dismissal: type: string description: The enablement status of code scanning delegated alert @@ -35074,7 +35160,7 @@ paths: description: Response when a configuration is updated content: application/json: - schema: *102 + schema: *103 examples: default: value: @@ -35133,14 +35219,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#delete-a-code-security-configuration parameters: - - *74 - - *104 + - *76 + - *105 responses: - '204': *128 + '204': *129 '400': *14 '403': *27 '404': *6 - '409': *106 + '409': *107 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -35164,8 +35250,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#attach-a-configuration-to-repositories parameters: - - *74 - - *104 + - *76 + - *105 requestBody: required: true content: @@ -35228,8 +35314,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#set-a-code-security-configuration-as-a-default-for-an-organization parameters: - - *74 - - *104 + - *76 + - *105 requestBody: required: true content: @@ -35269,12 +35355,12 @@ paths: - none - private_and_internal - public - configuration: *102 + configuration: *103 examples: default: value: default_for_new_repos: all - configuration: *270 + configuration: *271 '403': *27 '404': *6 x-github: @@ -35298,8 +35384,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#get-repositories-associated-with-a-code-security-configuration parameters: - - *74 - - *104 + - *76 + - *105 - name: per_page description: The number of results per page (max 100). For more information, see "[Using pagination in the REST API](https://docs.github.com/enterprise-cloud@latest//rest/using-the-rest-api/using-pagination-in-the-rest-api)." @@ -35308,8 +35394,8 @@ paths: schema: type: integer default: 30 - - *96 - *97 + - *98 - name: status description: |- A comma-separated list of statuses. If specified, only repositories with these attachment statuses will be returned. @@ -35327,13 +35413,13 @@ paths: application/json: schema: type: array - items: *273 + items: *274 examples: default: summary: Example of code security configuration repositories value: - status: attached - repository: *274 + repository: *275 '403': *27 '404': *6 x-github: @@ -35357,7 +35443,7 @@ paths: parameters: - *17 - *19 - - *74 + - *76 responses: '200': description: Response @@ -35373,7 +35459,7 @@ paths: type: integer codespaces: type: array - items: &325 + items: &326 type: object title: Codespace description: A codespace. @@ -35404,11 +35490,11 @@ paths: - 26a7c758-7299-4a73-b978-5a92a7ae98a0 owner: *4 billable_owner: *4 - repository: *232 + repository: *233 machine: anyOf: - type: 'null' - - &527 + - &528 type: object title: Codespace machine description: A description of the machine powering a codespace. @@ -35695,7 +35781,7 @@ paths: - pulls_url - recent_folders examples: - default: &326 + default: &327 value: total_count: 3 codespaces: @@ -36105,7 +36191,7 @@ paths: stop_url: https://api.github.com/user/codespaces/monalisa-octocat-hello-world-f8adfad99a/stop recent_folders: [] '304': *35 - '500': *89 + '500': *38 '401': *23 '403': *27 '404': *6 @@ -36127,7 +36213,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organizations#manage-access-control-for-organization-codespaces parameters: - - *74 + - *76 deprecated: true requestBody: required: true @@ -36171,7 +36257,7 @@ paths: description: Users are neither members nor collaborators of this organization. '404': *6 '422': *15 - '500': *89 + '500': *38 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -36194,7 +36280,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organizations#add-users-to-codespaces-access-for-an-organization parameters: - - *74 + - *76 deprecated: true requestBody: required: true @@ -36226,7 +36312,7 @@ paths: description: Users are neither members nor collaborators of this organization. '404': *6 '422': *15 - '500': *89 + '500': *38 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -36249,7 +36335,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organizations#remove-users-from-codespaces-access-for-an-organization deprecated: true parameters: - - *74 + - *76 requestBody: required: true content: @@ -36280,7 +36366,7 @@ paths: description: Users are neither members nor collaborators of this organization. '404': *6 '422': *15 - '500': *89 + '500': *38 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -36301,7 +36387,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#list-organization-secrets parameters: - - *74 + - *76 - *17 - *19 responses: @@ -36319,7 +36405,7 @@ paths: type: integer secrets: type: array - items: &275 + items: &276 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -36360,7 +36446,7 @@ paths: - updated_at - visibility examples: - default: &528 + default: &529 value: total_count: 2 secrets: @@ -36373,7 +36459,7 @@ paths: updated_at: '2020-01-11T11:59:22Z' visibility: all headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -36392,13 +36478,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#get-an-organization-public-key parameters: - - *74 + - *76 responses: '200': description: Response content: application/json: - schema: &529 + schema: &530 title: CodespacesPublicKey description: The public key used for setting Codespaces secrets. type: object @@ -36433,7 +36519,7 @@ paths: - key_id - key examples: - default: &530 + default: &531 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -36456,23 +36542,23 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#get-an-organization-secret parameters: - - *74 - - *242 + - *76 + - *243 responses: '200': description: Response content: application/json: - schema: *275 + schema: *276 examples: - default: &532 + default: &533 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' updated_at: '2020-01-10T14:59:22Z' visibility: all headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -36492,8 +36578,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#create-or-update-an-organization-secret parameters: - - *74 - - *242 + - *76 + - *243 requestBody: required: true content: @@ -36548,7 +36634,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *243 + schema: *244 examples: default: value: @@ -36574,8 +36660,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#delete-an-organization-secret parameters: - - *74 - - *242 + - *76 + - *243 responses: '204': description: Response @@ -36600,8 +36686,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#list-selected-repositories-for-an-organization-secret parameters: - - *74 - - *242 + - *76 + - *243 - *19 - *17 responses: @@ -36619,9 +36705,9 @@ paths: type: integer repositories: type: array - items: *232 + items: *233 examples: - default: *246 + default: *247 '404': *6 x-github: githubCloudOnly: false @@ -36643,8 +36729,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#set-selected-repositories-for-an-organization-secret parameters: - - *74 - - *242 + - *76 + - *243 requestBody: required: true content: @@ -36694,8 +36780,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#add-selected-repository-to-an-organization-secret parameters: - - *74 - - *242 + - *76 + - *243 - name: repository_id in: path required: true @@ -36728,8 +36814,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#remove-selected-repository-from-an-organization-secret parameters: - - *74 - - *242 + - *76 + - *243 - name: repository_id in: path required: true @@ -36768,7 +36854,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/copilot/copilot-user-management#get-copilot-seat-information-and-settings-for-an-organization parameters: - - *74 + - *76 responses: '200': description: OK @@ -36877,7 +36963,7 @@ paths: cli: enabled public_code_suggestions: block plan_type: business - '500': *89 + '500': *38 '401': *23 '403': *27 '404': *6 @@ -36909,7 +36995,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/copilot/copilot-user-management#list-all-copilot-seat-assignments-for-an-organization parameters: - - *74 + - *76 - *19 - name: per_page description: The number of results per page (max 100). For more information, @@ -36932,12 +37018,12 @@ paths: currently being billed. seats: type: array - items: *119 + items: *120 examples: - default: *120 + default: *121 headers: - Link: *38 - '500': *89 + Link: *41 + '500': *38 '401': *23 '403': *27 '404': *6 @@ -36970,7 +37056,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/copilot/copilot-user-management#add-teams-to-the-copilot-subscription-for-an-organization parameters: - - *74 + - *76 requestBody: content: application/json: @@ -37012,7 +37098,7 @@ paths: default: value: seats_created: 5 - '500': *89 + '500': *38 '401': *23 '403': *27 '404': *6 @@ -37048,7 +37134,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/copilot/copilot-user-management#remove-teams-from-the-copilot-subscription-for-an-organization parameters: - - *74 + - *76 requestBody: content: application/json: @@ -37090,7 +37176,7 @@ paths: default: value: seats_cancelled: 5 - '500': *89 + '500': *38 '401': *23 '403': *27 '404': *6 @@ -37128,7 +37214,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/copilot/copilot-user-management#add-users-to-the-copilot-subscription-for-an-organization parameters: - - *74 + - *76 requestBody: content: application/json: @@ -37169,7 +37255,7 @@ paths: default: value: seats_created: 5 - '500': *89 + '500': *38 '401': *23 '403': *27 '404': *6 @@ -37205,7 +37291,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/copilot/copilot-user-management#remove-users-from-the-copilot-subscription-for-an-organization parameters: - - *74 + - *76 requestBody: content: application/json: @@ -37247,7 +37333,7 @@ paths: default: value: seats_cancelled: 5 - '500': *89 + '500': *38 '401': *23 '403': *27 '404': *6 @@ -37286,7 +37372,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/copilot/copilot-metrics#get-copilot-metrics-for-an-organization parameters: - - *74 + - *76 - name: since description: Show usage metrics since this date. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format (`YYYY-MM-DDTHH:MM:SSZ`). @@ -37318,13 +37404,13 @@ paths: application/json: schema: type: array - items: *168 + items: *169 examples: - default: *169 - '500': *89 + default: *170 + '500': *38 '403': *27 '404': *6 - '422': *170 + '422': *171 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -37346,7 +37432,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#list-saml-sso-authorizations-for-an-organization parameters: - - *74 + - *76 - *17 - name: page description: Page token @@ -37505,7 +37591,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#remove-a-saml-sso-authorization-for-an-organization parameters: - - *74 + - *76 - name: credential_id in: path required: true @@ -37536,7 +37622,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#list-custom-repository-roles-in-an-organization parameters: - - *74 + - *76 responses: '200': description: Response - list of custom role names @@ -37552,7 +37638,7 @@ paths: - 3 custom_roles: type: array - items: *276 + items: *277 examples: default: value: @@ -37639,12 +37725,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#create-a-custom-repository-role parameters: - - *74 + - *76 requestBody: required: true content: application/json: - schema: &279 + schema: &280 type: object properties: name: @@ -37686,9 +37772,9 @@ paths: description: Response content: application/json: - schema: *276 + schema: *277 examples: - default: *277 + default: *278 '422': *15 '404': *6 x-github: @@ -37712,8 +37798,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#get-a-custom-repository-role parameters: - - *74 - - &278 + - *76 + - &279 name: role_id description: The unique identifier of the role. in: path @@ -37725,9 +37811,9 @@ paths: description: Response content: application/json: - schema: *276 + schema: *277 examples: - default: *277 + default: *278 '404': *6 x-github: githubCloudOnly: true @@ -37749,13 +37835,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#update-a-custom-repository-role parameters: - - *74 - - *278 + - *76 + - *279 requestBody: required: true content: application/json: - schema: &280 + schema: &281 type: object properties: name: @@ -37794,9 +37880,9 @@ paths: description: Response content: application/json: - schema: *276 + schema: *277 examples: - default: *277 + default: *278 '422': *15 '404': *6 x-github: @@ -37820,8 +37906,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#delete-a-custom-repository-role parameters: - - *74 - - *278 + - *76 + - *279 responses: '204': description: Response @@ -37849,12 +37935,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#closing-down---create-a-custom-role parameters: - - *74 + - *76 requestBody: required: true content: application/json: - schema: *279 + schema: *280 examples: default: value: @@ -37868,9 +37954,9 @@ paths: description: Response content: application/json: - schema: *276 + schema: *277 examples: - default: *277 + default: *278 '422': *15 '404': *6 x-github: @@ -37900,16 +37986,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#closing-down---get-a-custom-role parameters: - - *74 - - *278 + - *76 + - *279 responses: '200': description: Response content: application/json: - schema: *276 + schema: *277 examples: - default: *277 + default: *278 '404': *6 x-github: githubCloudOnly: true @@ -37937,13 +38023,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#closing-down---update-a-custom-role parameters: - - *74 - - *278 + - *76 + - *279 requestBody: required: true content: application/json: - schema: *280 + schema: *281 examples: default: value: @@ -37958,9 +38044,9 @@ paths: description: Response content: application/json: - schema: *276 + schema: *277 examples: - default: *277 + default: *278 '422': *15 '404': *6 x-github: @@ -37990,8 +38076,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#closing-down---delete-a-custom-role parameters: - - *74 - - *278 + - *76 + - *279 responses: '204': description: Response @@ -38019,12 +38105,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#list-dependabot-alerts-for-an-organization parameters: - - *74 - - *281 + - *76 - *282 - *283 - *284 - *285 + - *286 - name: artifact_registry_url in: query description: A comma-separated list of artifact registry URLs. If specified, @@ -38040,14 +38126,14 @@ paths: Can be: `jfrog-artifactory` schema: type: string - - *286 - *287 - *288 - - *98 - - *96 - - *97 - *289 + - *99 + - *97 + - *98 - *290 + - *291 - *17 responses: '200': @@ -38056,9 +38142,9 @@ paths: application/json: schema: type: array - items: *291 + items: *292 examples: - default: *292 + default: *293 '304': *35 '400': *14 '403': *27 @@ -38084,7 +38170,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#list-organization-secrets parameters: - - *74 + - *76 - *17 - *19 responses: @@ -38102,7 +38188,7 @@ paths: type: integer secrets: type: array - items: &293 + items: &294 title: Dependabot Secret for an Organization description: Secrets for GitHub Dependabot for an organization. type: object @@ -38154,7 +38240,7 @@ paths: visibility: selected selected_repositories_url: https://api.github.com/orgs/octo-org/dependabot/secrets/SUPER_SECRET/repositories headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38175,13 +38261,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-an-organization-public-key parameters: - - *74 + - *76 responses: '200': description: Response content: application/json: - schema: &554 + schema: &555 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -38200,7 +38286,7 @@ paths: - key_id - key examples: - default: &555 + default: &556 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -38223,14 +38309,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-an-organization-secret parameters: - - *74 - - *242 + - *76 + - *243 responses: '200': description: Response content: application/json: - schema: *293 + schema: *294 examples: default: value: @@ -38258,8 +38344,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#create-or-update-an-organization-secret parameters: - - *74 - - *242 + - *76 + - *243 requestBody: required: true content: @@ -38314,7 +38400,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *243 + schema: *244 examples: default: value: @@ -38338,8 +38424,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#delete-an-organization-secret parameters: - - *74 - - *242 + - *76 + - *243 responses: '204': description: Response @@ -38363,8 +38449,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#list-selected-repositories-for-an-organization-secret parameters: - - *74 - - *242 + - *76 + - *243 - *19 - *17 responses: @@ -38382,9 +38468,9 @@ paths: type: integer repositories: type: array - items: *232 + items: *233 examples: - default: *246 + default: *247 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38405,8 +38491,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#set-selected-repositories-for-an-organization-secret parameters: - - *74 - - *242 + - *76 + - *243 requestBody: required: true content: @@ -38456,8 +38542,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#add-selected-repository-to-an-organization-secret parameters: - - *74 - - *242 + - *76 + - *243 - name: repository_id in: path required: true @@ -38488,8 +38574,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#remove-selected-repository-from-an-organization-secret parameters: - - *74 - - *242 + - *76 + - *243 - name: repository_id in: path required: true @@ -38525,8 +38611,8 @@ paths: category: code-scanning subcategory: alert-dismissal-requests parameters: - - *74 - - &563 + - *76 + - &564 name: reviewer description: Filter alert dismissal requests by the handle of the GitHub user who reviewed the dismissal request. @@ -38534,7 +38620,7 @@ paths: required: false schema: type: string - - &564 + - &565 name: requester description: Filter alert dismissal requests by the handle of the GitHub user who requested the dismissal. @@ -38542,7 +38628,7 @@ paths: required: false schema: type: string - - &565 + - &566 name: time_period description: |- The time period to filter by. @@ -38558,7 +38644,7 @@ paths: - week - month default: month - - &566 + - &567 name: request_status description: Filter alert dismissal requests by status. When specified, only requests with this status will be returned. @@ -38573,7 +38659,7 @@ paths: - denied - all default: all - - *257 + - *258 - *17 - *19 responses: @@ -38583,7 +38669,7 @@ paths: application/json: schema: type: array - items: &567 + items: &568 title: Code scanning alert dismissal request description: Alert dismisal request made by a user asking to dismiss a code scanning alert. @@ -38746,7 +38832,7 @@ paths: examples: - https://github.com/octo-org/smile/code-scanning/alerts/1 examples: - default: &568 + default: &569 value: - id: 21 number: 42 @@ -38811,7 +38897,7 @@ paths: '404': *6 '403': *27 '422': *15 - '500': *89 + '500': *38 "/orgs/{org}/dismissal-requests/secret-scanning": get: summary: List alert dismissal requests for secret scanning for an org @@ -38832,12 +38918,12 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *74 - - *257 - - *91 + - *76 + - *258 - *92 - *93 - - &569 + - *94 + - &570 name: request_status description: The status of the dismissal request to filter on. When specified, only requests with this status will be returned. @@ -38863,7 +38949,7 @@ paths: application/json: schema: type: array - items: &570 + items: &571 title: Secret scanning alert dismissal request description: A dismissal request made by a user asking to close a secret scanning alert in this repository. @@ -38977,7 +39063,7 @@ paths: - array - 'null' description: The responses to the dismissal request. - items: *95 + items: *96 url: type: string format: uri @@ -38990,7 +39076,7 @@ paths: examples: - https://github.com/octo-org/smile/security/secret-scanning/17 examples: - default: &571 + default: &572 value: - id: 21 number: 42 @@ -39055,7 +39141,7 @@ paths: html_url: https://github.com/octo-org/smile/security/secret-scanning/19 '404': *6 '403': *27 - '500': *89 + '500': *38 "/orgs/{org}/docker/conflicts": get: summary: Get list of conflicting packages during Docker migration for organization @@ -39070,7 +39156,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-list-of-conflicting-packages-during-docker-migration-for-organization parameters: - - *74 + - *76 responses: '200': description: Response @@ -39078,7 +39164,7 @@ paths: application/json: schema: type: array - items: &336 + items: &337 title: Package description: A software package type: object @@ -39131,7 +39217,7 @@ paths: repository: anyOf: - type: 'null' - - *232 + - *233 created_at: type: string format: date-time @@ -39149,7 +39235,7 @@ paths: - created_at - updated_at examples: - default: &337 + default: &338 value: - id: 197 name: hello_docker @@ -39227,7 +39313,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-public-organization-events parameters: - - *74 + - *76 - *17 - *19 responses: @@ -39237,7 +39323,7 @@ paths: application/json: schema: type: array - items: *196 + items: *197 examples: 200-response: value: @@ -39307,7 +39393,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/external-groups#get-an-external-group parameters: - - *74 + - *76 - name: group_id description: The unique identifier of the group. in: path @@ -39333,7 +39419,7 @@ paths: description: Response content: application/json: - schema: &414 + schema: &415 title: ExternalGroup description: Information about an external group's usage and its members type: object @@ -39423,7 +39509,7 @@ paths: member_name: Octo Lisa member_email: octo_lisa@github.com examples: - default: &415 + default: &416 value: group_id: '123' group_name: Octocat admins @@ -39461,7 +39547,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/external-groups#list-external-groups-in-an-organization parameters: - - *74 + - *76 - *17 - name: page description: Page token @@ -39478,7 +39564,7 @@ paths: description: Response content: application/json: - schema: &412 + schema: &413 title: ExternalGroups description: A list of external groups available to be connected to a team @@ -39518,7 +39604,7 @@ paths: group_name: group-azuread-test2 updated_at: 2021-06-03 22:27:15:000 -700 examples: - default: &413 + default: &414 value: groups: - group_id: '123' @@ -39552,7 +39638,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#list-failed-organization-invitations parameters: - - *74 + - *76 - *17 - *19 responses: @@ -39562,7 +39648,7 @@ paths: application/json: schema: type: array - items: &316 + items: &317 title: Organization Invitation description: Organization Invitation type: object @@ -39616,7 +39702,7 @@ paths: - invitation_teams_url - node_id examples: - default: &317 + default: &318 value: - id: 1 login: monalisa @@ -39649,7 +39735,7 @@ paths: invitation_teams_url: https://api.github.com/organizations/2/invitations/1/teams invitation_source: member headers: - Link: *38 + Link: *41 '404': *6 x-github: githubCloudOnly: false @@ -39675,7 +39761,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#closing-down---list-fine-grained-permissions-for-an-organization parameters: - - *74 + - *76 responses: '200': description: Response @@ -39683,7 +39769,7 @@ paths: application/json: schema: type: array - items: &367 + items: &368 title: Repository Fine-Grained Permission description: A fine-grained permission that protects repository resources. @@ -39697,7 +39783,7 @@ paths: - name - description examples: - default: &368 + default: &369 value: - name: add_assignee description: Assign or remove a user @@ -39728,7 +39814,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#list-organization-webhooks parameters: - - *74 + - *76 - *17 - *19 responses: @@ -39738,7 +39824,7 @@ paths: application/json: schema: type: array - items: &294 + items: &295 title: Org Hook description: Org Hook type: object @@ -39838,7 +39924,7 @@ paths: created_at: '2011-09-06T17:26:27Z' type: Organization headers: - Link: *38 + Link: *41 '404': *6 x-github: githubCloudOnly: false @@ -39859,7 +39945,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#create-an-organization-webhook parameters: - - *74 + - *76 requestBody: required: true content: @@ -39921,9 +40007,9 @@ paths: description: Response content: application/json: - schema: *294 + schema: *295 examples: - default: &295 + default: &296 value: id: 1 url: https://api.github.com/orgs/octocat/hooks/1 @@ -39967,8 +40053,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-an-organization-webhook parameters: - - *74 - - &296 + - *76 + - &297 name: hook_id description: The unique identifier of the hook. You can find this value in the `X-GitHub-Hook-ID` header of a webhook delivery. @@ -39981,9 +40067,9 @@ paths: description: Response content: application/json: - schema: *294 + schema: *295 examples: - default: *295 + default: *296 '404': *6 x-github: githubCloudOnly: false @@ -40004,8 +40090,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#update-an-organization-webhook parameters: - - *74 - - *296 + - *76 + - *297 requestBody: required: false content: @@ -40051,7 +40137,7 @@ paths: description: Response content: application/json: - schema: *294 + schema: *295 examples: default: value: @@ -40090,8 +40176,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#delete-an-organization-webhook parameters: - - *74 - - *296 + - *76 + - *297 responses: '204': description: Response @@ -40116,8 +40202,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-a-webhook-configuration-for-an-organization parameters: - - *74 - - *296 + - *76 + - *297 responses: '200': description: Response @@ -40145,8 +40231,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#update-a-webhook-configuration-for-an-organization parameters: - - *74 - - *296 + - *76 + - *297 requestBody: required: false content: @@ -40194,10 +40280,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#list-deliveries-for-an-organization-webhook parameters: - - *74 - - *296 - - *17 + - *76 - *297 + - *17 + - *298 responses: '200': description: Response @@ -40205,9 +40291,9 @@ paths: application/json: schema: type: array - items: *298 + items: *299 examples: - default: *299 + default: *300 '400': *14 '422': *15 x-github: @@ -40230,17 +40316,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-a-webhook-delivery-for-an-organization-webhook parameters: - - *74 - - *296 + - *76 + - *297 - *16 responses: '200': description: Response content: application/json: - schema: *300 + schema: *301 examples: - default: *301 + default: *302 '400': *14 '422': *15 x-github: @@ -40263,8 +40349,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#redeliver-a-delivery-for-an-organization-webhook parameters: - - *74 - - *296 + - *76 + - *297 - *16 responses: '202': *37 @@ -40290,8 +40376,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#ping-an-organization-webhook parameters: - - *74 - - *296 + - *76 + - *297 responses: '204': description: Response @@ -40313,8 +40399,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-route-stats-by-actor parameters: - - *74 - - &306 + - *76 + - &307 name: actor_type in: path description: The type of the actor @@ -40327,14 +40413,14 @@ paths: - fine_grained_pat - oauth_app - github_app_user_to_server - - &307 + - &308 name: actor_id in: path description: The ID of the actor required: true schema: type: integer - - &302 + - &303 name: min_timestamp description: 'The minimum timestamp to query for stats. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.' @@ -40342,7 +40428,7 @@ paths: required: true schema: type: string - - &303 + - &304 name: max_timestamp description: 'The maximum timestamp to query for stats. Defaults to the time 30 days ago. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) @@ -40353,7 +40439,7 @@ paths: type: string - *19 - *17 - - *98 + - *99 - name: sort description: The property to sort the results by. in: query @@ -40436,13 +40522,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-subject-stats parameters: - - *74 - - *302 + - *76 - *303 + - *304 - *19 - *17 - - *98 - - &312 + - *99 + - &313 name: sort description: The property to sort the results by. in: query @@ -40521,15 +40607,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats parameters: - - *74 - - *302 + - *76 - *303 + - *304 responses: '200': description: Response content: application/json: - schema: &304 + schema: &305 title: Summary Stats description: API Insights usage summary stats for an organization type: object @@ -40545,7 +40631,7 @@ paths: type: integer format: int64 examples: - default: &305 + default: &306 value: total_request_count: 34225 rate_limited_request_count: 23 @@ -40565,24 +40651,24 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats-by-user parameters: - - *74 - - &308 + - *76 + - &309 name: user_id in: path description: The ID of the user to query for stats required: true schema: type: string - - *302 - *303 + - *304 responses: '200': description: Response content: application/json: - schema: *304 + schema: *305 examples: - default: *305 + default: *306 x-github: enabledForGitHubApps: true category: orgs @@ -40600,19 +40686,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats-by-actor parameters: - - *74 - - *302 + - *76 - *303 - - *306 + - *304 - *307 + - *308 responses: '200': description: Response content: application/json: - schema: *304 + schema: *305 examples: - default: *305 + default: *306 x-github: enabledForGitHubApps: true category: orgs @@ -40629,10 +40715,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats parameters: - - *74 - - *302 + - *76 - *303 - - &309 + - *304 + - &310 name: timestamp_increment description: The increment of time used to breakdown the query results (5m, 10m, 1h, etc.) @@ -40645,7 +40731,7 @@ paths: description: Response content: application/json: - schema: &310 + schema: &311 title: Time Stats description: API Insights usage time stats for an organization type: array @@ -40661,7 +40747,7 @@ paths: type: integer format: int64 examples: - default: &311 + default: &312 value: - timestamp: '2024-09-11T15:00:00Z' total_request_count: 34225 @@ -40697,19 +40783,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats-by-user parameters: - - *74 - - *308 - - *302 - - *303 + - *76 - *309 + - *303 + - *304 + - *310 responses: '200': description: Response content: application/json: - schema: *310 + schema: *311 examples: - default: *311 + default: *312 x-github: enabledForGitHubApps: true category: orgs @@ -40726,20 +40812,20 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats-by-actor parameters: - - *74 - - *306 + - *76 - *307 - - *302 + - *308 - *303 - - *309 + - *304 + - *310 responses: '200': description: Response content: application/json: - schema: *310 + schema: *311 examples: - default: *311 + default: *312 x-github: enabledForGitHubApps: true category: orgs @@ -40756,14 +40842,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-user-stats parameters: - - *74 - - *308 - - *302 + - *76 + - *309 - *303 + - *304 - *19 - *17 - - *98 - - *312 + - *99 + - *313 - name: actor_name_substring in: query description: Providing a substring will filter results where the actor name @@ -40839,7 +40925,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/apps#get-an-organization-installation-for-the-authenticated-app parameters: - - *74 + - *76 responses: '200': description: Response @@ -40847,7 +40933,7 @@ paths: application/json: schema: *20 examples: - default: &602 + default: &603 value: id: 1 account: @@ -40916,7 +41002,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#list-app-installations-for-an-organization parameters: - - *74 + - *76 - *17 - *19 responses: @@ -40986,7 +41072,7 @@ paths: suspended_at: suspended_by: headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -41005,7 +41091,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/orgs#get-interaction-restrictions-for-an-organization parameters: - - *74 + - *76 responses: '200': description: Response @@ -41013,12 +41099,12 @@ paths: application/json: schema: anyOf: - - &314 + - &315 title: Interaction Limits description: Interaction limit settings. type: object properties: - limit: &313 + limit: &314 type: string description: The type of GitHub user that can comment, open issues, or create pull requests while the interaction limit @@ -41046,7 +41132,7 @@ paths: properties: {} additionalProperties: false examples: - default: &315 + default: &316 value: limit: collaborators_only origin: organization @@ -41070,18 +41156,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/orgs#set-interaction-restrictions-for-an-organization parameters: - - *74 + - *76 requestBody: required: true content: application/json: - schema: &603 + schema: &604 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration type: object properties: - limit: *313 + limit: *314 expiry: type: string description: 'The duration of the interaction restriction. Default: @@ -41106,9 +41192,9 @@ paths: description: Response content: application/json: - schema: *314 + schema: *315 examples: - default: *315 + default: *316 '422': *15 x-github: githubCloudOnly: false @@ -41126,7 +41212,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/orgs#remove-interaction-restrictions-for-an-organization parameters: - - *74 + - *76 responses: '204': description: Response @@ -41152,7 +41238,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#list-pending-organization-invitations parameters: - - *74 + - *76 - *17 - *19 - name: role @@ -41186,11 +41272,11 @@ paths: application/json: schema: type: array - items: *316 + items: *317 examples: - default: *317 + default: *318 headers: - Link: *38 + Link: *41 '404': *6 x-github: githubCloudOnly: false @@ -41212,7 +41298,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#create-an-organization-invitation parameters: - - *74 + - *76 requestBody: required: false content: @@ -41266,7 +41352,7 @@ paths: description: Response content: application/json: - schema: *316 + schema: *317 examples: default: value: @@ -41322,8 +41408,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#cancel-an-organization-invitation parameters: - - *74 - - &318 + - *76 + - &319 name: invitation_id description: The unique identifier of the invitation. in: path @@ -41356,8 +41442,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#list-organization-invitation-teams parameters: - - *74 - - *318 + - *76 + - *319 - *17 - *19 responses: @@ -41367,9 +41453,9 @@ paths: application/json: schema: type: array - items: *260 + items: *261 examples: - default: &335 + default: &336 value: - id: 1 node_id: MDQ6VGVhbTE= @@ -41385,7 +41471,7 @@ paths: repositories_url: https://api.github.com/teams/1/repos parent: headers: - Link: *38 + Link: *41 '404': *6 x-github: githubCloudOnly: false @@ -41404,7 +41490,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/issue-types#list-issue-types-for-an-organization parameters: - - *74 + - *76 responses: '200': description: Response @@ -41412,7 +41498,7 @@ paths: application/json: schema: type: array - items: *319 + items: *320 examples: default: value: @@ -41450,7 +41536,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/issue-types#create-issue-type-for-an-organization parameters: - - *74 + - *76 requestBody: required: true content: @@ -41500,9 +41586,9 @@ paths: description: Response content: application/json: - schema: *319 + schema: *320 examples: - default: &320 + default: &321 value: id: 410 node_id: IT_kwDNAd3NAZo @@ -41534,8 +41620,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/issue-types#update-issue-type-for-an-organization parameters: - - *74 - - &321 + - *76 + - &322 name: issue_type_id description: The unique identifier of the issue type. in: path @@ -41591,9 +41677,9 @@ paths: description: Response content: application/json: - schema: *319 + schema: *320 examples: - default: *320 + default: *321 '404': *6 '422': *7 x-github: @@ -41617,8 +41703,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/issue-types#delete-issue-type-for-an-organization parameters: - - *74 - - *321 + - *76 + - *322 responses: '204': description: Response @@ -41651,7 +41737,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#list-organization-issues-assigned-to-the-authenticated-user parameters: - - *74 + - *76 - name: filter description: Indicates which sorts of issues to return. `assigned` means issues assigned to you. `created` means issues created by you. `mentioned` means @@ -41681,7 +41767,7 @@ paths: - closed - all default: open - - *322 + - *323 - name: type description: Can be the name of an issue type. in: query @@ -41699,8 +41785,8 @@ paths: - updated - comments default: created - - *98 - - *175 + - *99 + - *176 - *17 - *19 responses: @@ -41710,11 +41796,11 @@ paths: application/json: schema: type: array - items: *185 + items: *186 examples: - default: *323 + default: *324 headers: - Link: *38 + Link: *41 '404': *6 x-github: githubCloudOnly: false @@ -41734,7 +41820,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#list-organization-members parameters: - - *74 + - *76 - name: filter description: Filter members returned in the list. `2fa_disabled` means that only members without [two-factor authentication](https://github.com/blog/1614-two-factor-authentication) @@ -41772,9 +41858,9 @@ paths: type: array items: *4 examples: - default: *324 + default: *325 headers: - Link: *38 + Link: *41 '422': *15 x-github: githubCloudOnly: false @@ -41792,8 +41878,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#check-organization-membership-for-a-user parameters: - - *74 - - *254 + - *76 + - *255 responses: '204': description: Response if requester is an organization member and user is @@ -41827,8 +41913,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#remove-an-organization-member parameters: - - *74 - - *254 + - *76 + - *255 responses: '204': description: Response @@ -41854,8 +41940,8 @@ paths: parameters: - *17 - *19 - - *74 - - *254 + - *76 + - *255 responses: '200': description: Response @@ -41871,11 +41957,11 @@ paths: type: integer codespaces: type: array - items: *325 + items: *326 examples: - default: *326 + default: *327 '304': *35 - '500': *89 + '500': *38 '401': *23 '403': *27 '404': *6 @@ -41898,9 +41984,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organizations#delete-a-codespace-from-the-organization parameters: - - *74 - - *254 - - &327 + - *76 + - *255 + - &328 name: codespace_name in: path required: true @@ -41910,7 +41996,7 @@ paths: responses: '202': *37 '304': *35 - '500': *89 + '500': *38 '401': *23 '403': *27 '404': *6 @@ -41933,17 +42019,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organizations#stop-a-codespace-for-an-organization-user parameters: - - *74 - - *254 - - *327 + - *76 + - *255 + - *328 responses: '200': description: Response content: application/json: - schema: *325 + schema: *326 examples: - default: &526 + default: &527 value: id: 1 name: monalisa-octocat-hello-world-g4wpq6h95q @@ -42085,7 +42171,7 @@ paths: recent_folders: [] template: '304': *35 - '500': *89 + '500': *38 '401': *23 '403': *27 '404': *6 @@ -42116,14 +42202,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/copilot/copilot-user-management#get-copilot-seat-assignment-details-for-a-user parameters: - - *74 - - *254 + - *76 + - *255 responses: '200': description: The user's GitHub Copilot seat details, including usage. content: application/json: - schema: *119 + schema: *120 examples: default: value: @@ -42167,7 +42253,7 @@ paths: members_url: https://api.github.com/teams/1/members{/member} repositories_url: https://api.github.com/teams/1/repos parent: - '500': *89 + '500': *38 '401': *23 '403': *27 '404': *6 @@ -42192,14 +42278,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#get-organization-membership-for-a-user parameters: - - *74 - - *254 + - *76 + - *255 responses: '200': description: Response content: application/json: - schema: &328 + schema: &329 title: Org Membership description: Org Membership type: object @@ -42248,7 +42334,7 @@ paths: format: uri examples: - https://api.github.com/orgs/octocat - organization: *60 + organization: *62 user: anyOf: - type: 'null' @@ -42268,7 +42354,7 @@ paths: - organization - user examples: - response-if-user-has-an-active-admin-membership-with-organization: &329 + response-if-user-has-an-active-admin-membership-with-organization: &330 summary: Response if user has an active admin membership with organization value: url: https://api.github.com/orgs/octocat/memberships/defunkt @@ -42336,8 +42422,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#set-organization-membership-for-a-user parameters: - - *74 - - *254 + - *76 + - *255 requestBody: required: false content: @@ -42365,9 +42451,9 @@ paths: description: Response content: application/json: - schema: *328 + schema: *329 examples: - response-if-user-already-had-membership-with-organization: *329 + response-if-user-already-had-membership-with-organization: *330 '422': *15 '403': *27 x-github: @@ -42391,8 +42477,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#remove-organization-membership-for-a-user parameters: - - *74 - - *254 + - *76 + - *255 responses: '204': description: Response @@ -42417,7 +42503,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#list-organization-migrations parameters: - - *74 + - *76 - *17 - *19 - name: exclude @@ -42439,7 +42525,7 @@ paths: application/json: schema: type: array - items: &330 + items: &331 title: Migration description: A migration. type: object @@ -42481,7 +42567,7 @@ paths: type: array description: The repositories included in the migration. Only returned for export migrations. - items: *65 + items: *67 url: type: string format: uri @@ -42680,7 +42766,7 @@ paths: updated_at: '2015-07-06T15:33:38-07:00' node_id: MDQ6VXNlcjE= headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -42696,7 +42782,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#start-an-organization-migration parameters: - - *74 + - *76 requestBody: required: true content: @@ -42777,7 +42863,7 @@ paths: description: Response content: application/json: - schema: *330 + schema: *331 examples: default: value: @@ -42955,8 +43041,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#get-an-organization-migration-status parameters: - - *74 - - &331 + - *76 + - &332 name: migration_id description: The unique identifier of the migration. in: path @@ -42984,7 +43070,7 @@ paths: * `failed`, which means the migration failed. content: application/json: - schema: *330 + schema: *331 examples: default: value: @@ -43153,8 +43239,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#download-an-organization-migration-archive parameters: - - *74 - - *331 + - *76 + - *332 responses: '302': description: Response @@ -43175,8 +43261,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#delete-an-organization-migration-archive parameters: - - *74 - - *331 + - *76 + - *332 responses: '204': description: Response @@ -43199,9 +43285,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#unlock-an-organization-repository parameters: - - *74 - - *331 - - &769 + - *76 + - *332 + - &770 name: repo_name description: repo_name parameter in: path @@ -43228,8 +43314,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#list-repositories-in-an-organization-migration parameters: - - *74 - - *331 + - *76 + - *332 - *17 - *19 responses: @@ -43239,9 +43325,9 @@ paths: application/json: schema: type: array - items: *232 + items: *233 examples: - default: &342 + default: &343 value: - id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -43352,7 +43438,7 @@ paths: secret_scanning_validity_checks: status: disabled headers: - Link: *38 + Link: *41 '404': *6 x-github: githubCloudOnly: false @@ -43380,7 +43466,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#list-organization-fine-grained-permissions-for-an-organization parameters: - - *74 + - *76 responses: '200': description: Response @@ -43434,7 +43520,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#get-all-organization-roles-for-an-organization parameters: - - *74 + - *76 responses: '200': description: Response - list of organization roles @@ -43450,7 +43536,7 @@ paths: roles: type: array description: The list of organization roles available to the organization. - items: &332 + items: &333 title: Organization Role description: Organization roles type: object @@ -43612,7 +43698,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#create-a-custom-organization-role parameters: - - *74 + - *76 requestBody: required: true content: @@ -43659,7 +43745,7 @@ paths: description: Response content: application/json: - schema: *332 + schema: *333 examples: default: value: @@ -43688,7 +43774,7 @@ paths: updated_at: '2022-07-04T22:19:11Z' '422': *15 '404': *6 - '409': *106 + '409': *107 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -43710,8 +43796,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#remove-all-organization-roles-for-a-team parameters: - - *74 - - &333 + - *76 + - &334 name: team_slug description: The slug of the team name. in: path @@ -43742,9 +43828,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#assign-an-organization-role-to-a-team parameters: - - *74 - - *333 - - *278 + - *76 + - *334 + - *279 responses: '204': description: Response @@ -43773,9 +43859,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#remove-an-organization-role-from-a-team parameters: - - *74 - - *333 - - *278 + - *76 + - *334 + - *279 responses: '204': description: Response @@ -43800,8 +43886,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#remove-all-organization-roles-for-a-user parameters: - - *74 - - *254 + - *76 + - *255 responses: '204': description: Response @@ -43826,9 +43912,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#assign-an-organization-role-to-a-user parameters: - - *74 - - *254 - - *278 + - *76 + - *255 + - *279 responses: '204': description: Response @@ -43858,9 +43944,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#remove-an-organization-role-from-a-user parameters: - - *74 - - *254 - - *278 + - *76 + - *255 + - *279 responses: '204': description: Response @@ -43888,14 +43974,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#get-an-organization-role parameters: - - *74 - - *278 + - *76 + - *279 responses: '200': description: Response content: application/json: - schema: *332 + schema: *333 examples: default: value: @@ -43952,8 +44038,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#update-a-custom-organization-role parameters: - - *74 - - *278 + - *76 + - *279 requestBody: required: true content: @@ -43992,7 +44078,7 @@ paths: description: Response content: application/json: - schema: *332 + schema: *333 examples: default: value: @@ -44020,7 +44106,7 @@ paths: created_at: '2022-07-04T22:19:11Z' updated_at: '2022-07-04T22:19:11Z' '422': *15 - '409': *106 + '409': *107 '404': *6 x-github: githubCloudOnly: true @@ -44045,8 +44131,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#delete-a-custom-organization-role parameters: - - *74 - - *278 + - *76 + - *279 responses: '204': description: Response @@ -44071,8 +44157,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#list-teams-that-are-assigned-to-an-organization-role parameters: - - *74 - - *278 + - *76 + - *279 - *17 - *19 responses: @@ -44151,7 +44237,7 @@ paths: parent: anyOf: - type: 'null' - - *334 + - *335 required: - id - node_id @@ -44165,9 +44251,9 @@ paths: - slug - parent examples: - default: *335 + default: *336 headers: - Link: *38 + Link: *41 '404': description: Response if the organization or role does not exist. '422': @@ -44194,8 +44280,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#list-users-that-are-assigned-to-an-organization-role parameters: - - *74 - - *278 + - *76 + - *279 - *17 - *19 responses: @@ -44224,7 +44310,7 @@ paths: inherited_from: description: Team the user has gotten the role through type: array - items: *334 + items: *335 name: type: - string @@ -44341,9 +44427,9 @@ paths: - type - url examples: - default: *324 + default: *325 headers: - Link: *38 + Link: *41 '404': description: Response if the organization or role does not exist. '422': @@ -44365,7 +44451,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/outside-collaborators#list-outside-collaborators-for-an-organization parameters: - - *74 + - *76 - name: filter description: Filter the list of outside collaborators. `2fa_disabled` means that only outside collaborators without [two-factor authentication](https://github.com/blog/1614-two-factor-authentication) @@ -44392,9 +44478,9 @@ paths: type: array items: *4 examples: - default: *324 + default: *325 headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44417,8 +44503,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/outside-collaborators#convert-an-organization-member-to-outside-collaborator parameters: - - *74 - - *254 + - *76 + - *255 requestBody: required: false content: @@ -44475,8 +44561,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/outside-collaborators#remove-outside-collaborator-from-an-organization parameters: - - *74 - - *254 + - *76 + - *255 responses: '204': description: Response @@ -44533,8 +44619,8 @@ paths: - docker - nuget - container - - *74 - - &771 + - *76 + - &772 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -44570,12 +44656,12 @@ paths: application/json: schema: type: array - items: *336 + items: *337 examples: - default: *337 + default: *338 '403': *27 '401': *23 - '400': &773 + '400': &774 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -44597,7 +44683,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-for-an-organization parameters: - - &338 + - &339 name: package_type description: The type of supported package. Packages in GitHub's Gradle registry have the type `maven`. Docker images pushed to GitHub's Container registry @@ -44615,20 +44701,20 @@ paths: - docker - nuget - container - - &339 + - &340 name: package_name description: The name of the package. in: path required: true schema: type: string - - *74 + - *76 responses: '200': description: Response content: application/json: - schema: *336 + schema: *337 examples: default: value: @@ -44680,9 +44766,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-for-an-organization parameters: - - *338 - *339 - - *74 + - *340 + - *76 responses: '204': description: Response @@ -44714,9 +44800,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-for-an-organization parameters: - - *338 - *339 - - *74 + - *340 + - *76 - name: token description: package token schema: @@ -44748,9 +44834,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#list-package-versions-for-a-package-owned-by-an-organization parameters: - - *338 - *339 - - *74 + - *340 + - *76 - *19 - *17 - name: state @@ -44770,7 +44856,7 @@ paths: application/json: schema: type: array - items: &340 + items: &341 title: Package Version description: A version of a software package type: object @@ -44905,10 +44991,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-version-for-an-organization parameters: - - *338 - *339 - - *74 - - &341 + - *340 + - *76 + - &342 name: package_version_id description: Unique identifier of the package version. in: path @@ -44920,7 +45006,7 @@ paths: description: Response content: application/json: - schema: *340 + schema: *341 examples: default: value: @@ -44956,10 +45042,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-package-version-for-an-organization parameters: - - *338 - *339 - - *74 - - *341 + - *340 + - *76 + - *342 responses: '204': description: Response @@ -44991,10 +45077,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-package-version-for-an-organization parameters: - - *338 - *339 - - *74 - - *341 + - *340 + - *76 + - *342 responses: '204': description: Response @@ -45021,10 +45107,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/personal-access-tokens#list-requests-to-access-organization-resources-with-fine-grained-personal-access-tokens parameters: - - *74 + - *76 - *17 - *19 - - &343 + - &344 name: sort description: The property by which to sort the results. in: query @@ -45034,8 +45120,8 @@ paths: enum: - created_at default: created_at - - *98 - - &344 + - *99 + - &345 name: owner description: A list of owner usernames to use to filter the results. in: query @@ -45047,7 +45133,7 @@ paths: type: string examples: - owner[]=octocat1,owner[]=octocat2 - - &345 + - &346 name: repository description: The name of the repository to use to filter the results. in: query @@ -45056,7 +45142,7 @@ paths: type: string examples: - Hello-World - - &346 + - &347 name: permission description: The permission to use to filter the results. in: query @@ -45065,7 +45151,7 @@ paths: type: string examples: - issues_read - - &347 + - &348 name: last_used_before description: 'Only show fine-grained personal access tokens used before the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) @@ -45075,7 +45161,7 @@ paths: schema: type: string format: date-time - - &348 + - &349 name: last_used_after description: 'Only show fine-grained personal access tokens used after the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) @@ -45085,7 +45171,7 @@ paths: schema: type: string format: date-time - - &349 + - &350 name: token_id description: The ID of the token in: query @@ -45098,7 +45184,7 @@ paths: examples: - token_id[]=1,token_id[]=2 responses: - '500': *89 + '500': *38 '422': *15 '404': *6 '403': *27 @@ -45233,7 +45319,7 @@ paths: token_expires_at: '2023-11-16T08:47:09.000-07:00' token_last_used_at: headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45253,7 +45339,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/personal-access-tokens#review-requests-to-access-organization-resources-with-fine-grained-personal-access-tokens parameters: - - *74 + - *76 requestBody: required: true content: @@ -45295,7 +45381,7 @@ paths: action: deny reason: Access is too broad. responses: - '500': *89 + '500': *38 '422': *15 '404': *6 '403': *27 @@ -45320,7 +45406,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/personal-access-tokens#review-a-request-to-access-organization-resources-with-a-fine-grained-personal-access-token parameters: - - *74 + - *76 - name: pat_request_id in: path description: Unique identifier of the request for access via fine-grained @@ -45357,11 +45443,11 @@ paths: action: deny reason: This request is denied because the access is too broad. responses: - '500': *89 + '500': *38 '422': *15 '404': *6 '403': *27 - '204': *128 + '204': *129 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45382,7 +45468,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/personal-access-tokens#list-repositories-requested-to-be-accessed-by-a-fine-grained-personal-access-token parameters: - - *74 + - *76 - name: pat_request_id in: path description: Unique identifier of the request for access via fine-grained @@ -45393,7 +45479,7 @@ paths: - *17 - *19 responses: - '500': *89 + '500': *38 '404': *6 '403': *27 '200': @@ -45402,11 +45488,11 @@ paths: application/json: schema: type: array - items: *232 + items: *233 examples: - default: *342 + default: *343 headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45427,19 +45513,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/personal-access-tokens#list-fine-grained-personal-access-tokens-with-access-to-organization-resources parameters: - - *74 + - *76 - *17 - *19 - - *343 - - *98 - *344 + - *99 - *345 - *346 - *347 - *348 - *349 + - *350 responses: - '500': *89 + '500': *38 '422': *15 '404': *6 '403': *27 @@ -45568,7 +45654,7 @@ paths: token_expires_at: '2023-11-16T08:47:09.000-07:00' token_last_used_at: headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45588,7 +45674,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/personal-access-tokens#update-the-access-to-organization-resources-via-fine-grained-personal-access-tokens parameters: - - *74 + - *76 requestBody: required: true content: @@ -45623,7 +45709,7 @@ paths: - 1296269 - 1296280 responses: - '500': *89 + '500': *38 '404': *6 '202': *37 '403': *27 @@ -45648,7 +45734,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/personal-access-tokens#update-the-access-a-fine-grained-personal-access-token-has-to-organization-resources parameters: - - *74 + - *76 - name: pat_id description: The unique identifier of the fine-grained personal access token. in: path @@ -45676,9 +45762,9 @@ paths: value: action: revoke responses: - '500': *89 + '500': *38 '404': *6 - '204': *128 + '204': *129 '403': *27 '422': *15 x-github: @@ -45700,7 +45786,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/personal-access-tokens#list-repositories-a-fine-grained-personal-access-token-has-access-to parameters: - - *74 + - *76 - name: pat_id in: path description: Unique identifier of the fine-grained personal access token. @@ -45710,7 +45796,7 @@ paths: - *17 - *19 responses: - '500': *89 + '500': *38 '404': *6 '403': *27 '200': @@ -45719,11 +45805,11 @@ paths: application/json: schema: type: array - items: *232 + items: *233 examples: - default: *342 + default: *343 headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45745,7 +45831,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/private-registries/organization-configurations#list-private-registries-for-an-organization parameters: - - *74 + - *76 - *17 - *19 responses: @@ -45763,7 +45849,7 @@ paths: type: integer configurations: type: array - items: &350 + items: &351 title: Organization private registry description: Private registry configuration for an organization type: object @@ -45832,7 +45918,7 @@ paths: updated_at: '2020-01-10T14:59:22Z' visibility: selected headers: - Link: *38 + Link: *41 '400': *14 '404': *6 x-github: @@ -45854,7 +45940,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/private-registries/organization-configurations#create-a-private-registry-for-an-organization parameters: - - *74 + - *76 requestBody: required: true content: @@ -46022,7 +46108,7 @@ paths: - created_at - updated_at examples: - org-private-registry-with-selected-visibility: &351 + org-private-registry-with-selected-visibility: &352 value: name: MAVEN_REPOSITORY_SECRET registry_type: maven_repository @@ -46063,7 +46149,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/private-registries/organization-configurations#get-private-registries-public-key-for-an-organization parameters: - - *74 + - *76 responses: '200': description: Response @@ -46091,7 +46177,7 @@ paths: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 headers: - Link: *38 + Link: *41 '404': *6 x-github: githubCloudOnly: false @@ -46113,16 +46199,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/private-registries/organization-configurations#get-a-private-registry-for-an-organization parameters: - - *74 - - *242 + - *76 + - *243 responses: '200': description: The specified private registry configuration for the organization content: application/json: - schema: *350 + schema: *351 examples: - default: *351 + default: *352 '404': *6 x-github: githubCloudOnly: false @@ -46143,8 +46229,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/private-registries/organization-configurations#update-a-private-registry-for-an-organization parameters: - - *74 - - *242 + - *76 + - *243 requestBody: required: true content: @@ -46240,8 +46326,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/private-registries/organization-configurations#delete-a-private-registry-for-an-organization parameters: - - *74 - - *242 + - *76 + - *243 responses: '204': description: Response @@ -46266,7 +46352,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#list-organization-projects parameters: - - *74 + - *76 - name: state description: Indicates the state of the projects to return. in: query @@ -46287,7 +46373,7 @@ paths: application/json: schema: type: array - items: &352 + items: &353 title: Project description: Projects are a way to organize columns and cards of work. @@ -46420,7 +46506,7 @@ paths: organization_permission: write private: true headers: - Link: *38 + Link: *41 '422': *7 x-github: githubCloudOnly: false @@ -46443,7 +46529,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#create-an-organization-project parameters: - - *74 + - *76 requestBody: required: true content: @@ -46469,7 +46555,7 @@ paths: description: Response content: application/json: - schema: *352 + schema: *353 examples: default: value: @@ -46507,7 +46593,7 @@ paths: '401': *23 '403': *27 '404': *6 - '410': &430 + '410': &431 description: Gone content: application/json: @@ -46533,15 +46619,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#list-projects-for-organization parameters: - - *74 + - *76 - name: q description: Limit results to projects of the specified type. in: query required: false schema: type: string - - *96 - *97 + - *98 - *17 responses: '200': @@ -46550,7 +46636,7 @@ paths: application/json: schema: type: array - items: &353 + items: &354 title: Projects v2 Project description: A projects v2 project type: object @@ -46624,7 +46710,7 @@ paths: latest_status_update: anyOf: - type: 'null' - - &848 + - &849 title: Projects v2 Status Update description: An status update belonging to a project type: object @@ -46709,7 +46795,7 @@ paths: - deleted_at - deleted_by examples: - default: &354 + default: &355 value: id: 2 node_id: MDc6UHJvamVjdDEwMDI2MDM= @@ -46792,7 +46878,7 @@ paths: updated_at: '2025-07-11T16:19:28Z' is_template: true headers: - Link: *38 + Link: *41 '304': *35 '403': *27 '401': *23 @@ -46812,24 +46898,24 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#get-project-for-organization parameters: - - &355 + - &356 name: project_number description: The project's number. in: path required: true schema: type: integer - - *74 + - *76 responses: '200': description: Response content: application/json: - schema: *353 + schema: *354 examples: - default: *354 + default: *355 headers: - Link: *38 + Link: *41 '304': *35 '403': *27 '401': *23 @@ -46849,11 +46935,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/fields#list-project-fields-for-organization parameters: - - *355 - - *74 + - *356 + - *76 - *17 - - *96 - *97 + - *98 responses: '200': description: Response @@ -46861,7 +46947,7 @@ paths: application/json: schema: type: array - items: &356 + items: &357 title: Projects v2 Field description: A field inside a projects v2 project type: object @@ -47011,7 +47097,7 @@ paths: - updated_at - project_url examples: - default: &357 + default: &358 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -47034,7 +47120,7 @@ paths: created_at: '2022-04-28T12:00:00Z' updated_at: '2022-04-28T12:00:00Z' headers: - Link: *38 + Link: *41 '304': *35 '403': *27 '401': *23 @@ -47054,25 +47140,25 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/fields#get-project-field-for-organization parameters: - - *355 - - &784 + - *356 + - &785 name: field_id description: The unique identifier of the field. in: path required: true schema: type: integer - - *74 + - *76 responses: '200': description: Response content: application/json: - schema: *356 + schema: *357 examples: - default: *357 + default: *358 headers: - Link: *38 + Link: *41 '304': *35 '403': *27 '401': *23 @@ -47093,8 +47179,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#list-items-for-an-organization-owned-project parameters: - - *355 - - *74 + - *356 + - *76 - name: q description: Search query to filter items, see [Filtering projects](https://docs.github.com/enterprise-cloud@latest//issues/planning-and-tracking-with-projects/customizing-views-in-your-project/filtering-projects) for more information. @@ -47114,8 +47200,8 @@ paths: type: string examples: - fields[]=123,fields[]=456,fields[]=789 - - *96 - *97 + - *98 - *17 responses: '200': @@ -47124,7 +47210,7 @@ paths: application/json: schema: type: array - items: &361 + items: &362 title: Projects v2 Item description: An item belonging to a project type: object @@ -47141,7 +47227,7 @@ paths: description: The API URL of the project that contains this item. examples: - https://api.github.com/users/monalisa/2/projectsV2/3 - content_type: &360 + content_type: &361 title: Projects v2 Item Content Type description: The type of content tracked in a project item type: string @@ -47198,7 +47284,7 @@ paths: - updated_at - archived_at examples: - default: &362 + default: &363 value: id: 13 node_id: PVTI_lAAFAQ0 @@ -47872,7 +47958,7 @@ paths: type: sub_issues_progress value: headers: - Link: *38 + Link: *41 '304': *35 '403': *27 '401': *23 @@ -47892,8 +47978,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#add-item-to-organization-owned-project parameters: - - *74 - - *355 + - *76 + - *356 requestBody: required: true description: Details of the item to add to the project. @@ -47930,7 +48016,7 @@ paths: description: Response content: application/json: - schema: &785 + schema: &786 title: Projects v2 Item description: An item belonging to a project type: object @@ -47943,8 +48029,8 @@ paths: description: The node ID of the project item. content: oneOf: - - *185 - - &539 + - *186 + - &540 title: Pull Request Simple description: Pull Request Simple type: object @@ -48064,7 +48150,7 @@ paths: milestone: anyOf: - type: 'null' - - *358 + - *359 active_lock_reason: type: - string @@ -48119,7 +48205,7 @@ paths: type: - array - 'null' - items: *260 + items: *261 head: type: object properties: @@ -48127,7 +48213,7 @@ paths: type: string ref: type: string - repo: *65 + repo: *67 sha: type: string user: @@ -48147,7 +48233,7 @@ paths: type: string ref: type: string - repo: *65 + repo: *67 sha: type: string user: @@ -48163,7 +48249,7 @@ paths: _links: type: object properties: - comments: &359 + comments: &360 title: Link description: Hypermedia Link type: object @@ -48172,13 +48258,13 @@ paths: type: string required: - href - commits: *359 - statuses: *359 - html: *359 - issue: *359 - review_comments: *359 - review_comment: *359 - self: *359 + commits: *360 + statuses: *360 + html: *360 + issue: *360 + review_comments: *360 + review_comment: *360 + self: *360 required: - comments - commits @@ -48188,8 +48274,8 @@ paths: - review_comments - review_comment - self - author_association: *172 - auto_merge: &645 + author_association: *173 + auto_merge: &646 title: Auto merge description: The status of auto merging a pull request. type: @@ -48291,7 +48377,7 @@ paths: - created_at - updated_at description: The content represented by the item. - content_type: *360 + content_type: *361 creator: *4 created_at: type: string @@ -48328,7 +48414,7 @@ paths: - updated_at - archived_at examples: - default: &786 + default: &787 value: id: 17 node_id: PVTI_lADOANN5s84ACbL0zgBueEI @@ -48402,9 +48488,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#get-an-item-for-an-organization-owned-project parameters: - - *355 - - *74 - - &363 + - *356 + - *76 + - &364 name: item_id description: The unique identifier of the project item. in: path @@ -48428,11 +48514,11 @@ paths: description: Response content: application/json: - schema: *361 + schema: *362 examples: - default: *362 + default: *363 headers: - Link: *38 + Link: *41 '304': *35 '403': *27 '401': *23 @@ -48451,9 +48537,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#update-project-item-for-organization parameters: - - *355 - - *74 - - *363 + - *356 + - *76 + - *364 requestBody: required: true description: Field updates to apply to the project item. Only text, number, @@ -48526,9 +48612,9 @@ paths: description: Response content: application/json: - schema: *361 + schema: *362 examples: - default: *362 + default: *363 '401': *23 '403': *27 '404': *6 @@ -48548,9 +48634,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#delete-project-item-for-organization parameters: - - *355 - - *74 - - *363 + - *356 + - *76 + - *364 responses: '204': description: Response @@ -48574,7 +48660,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-properties#get-all-custom-properties-for-an-organization parameters: - - *74 + - *76 responses: '200': description: Response @@ -48582,9 +48668,9 @@ paths: application/json: schema: type: array - items: *124 + items: *125 examples: - default: *125 + default: *126 '403': *27 '404': *6 x-github: @@ -48611,7 +48697,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-properties#create-or-update-custom-properties-for-an-organization parameters: - - *74 + - *76 requestBody: required: true content: @@ -48622,7 +48708,7 @@ paths: properties: type: array description: The array of custom properties to create or update. - items: *124 + items: *125 minItems: 1 maxItems: 100 required: @@ -48652,9 +48738,9 @@ paths: application/json: schema: type: array - items: *124 + items: *125 examples: - default: *125 + default: *126 '403': *27 '404': *6 x-github: @@ -48675,16 +48761,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-properties#get-a-custom-property-for-an-organization parameters: - - *74 - - *126 + - *76 + - *127 responses: '200': description: Response content: application/json: - schema: *124 + schema: *125 examples: - default: *127 + default: *128 '403': *27 '404': *6 x-github: @@ -48707,13 +48793,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-properties#create-or-update-a-custom-property-for-an-organization parameters: - - *74 - - *126 + - *76 + - *127 requestBody: required: true content: application/json: - schema: *364 + schema: *365 examples: default: value: @@ -48729,9 +48815,9 @@ paths: description: Response content: application/json: - schema: *124 + schema: *125 examples: - default: *127 + default: *128 '403': *27 '404': *6 x-github: @@ -48754,10 +48840,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-properties#remove-a-custom-property-for-an-organization parameters: - - *74 - - *126 + - *76 + - *127 responses: - '204': *128 + '204': *129 '403': *27 '404': *6 x-github: @@ -48778,7 +48864,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-properties#list-custom-property-values-for-organization-repositories parameters: - - *74 + - *76 - *17 - *19 - name: repository_query @@ -48819,7 +48905,7 @@ paths: - octocat/Hello-World properties: type: array - items: &365 + items: &366 title: Custom Property Value description: Custom property name and associated value type: object @@ -48861,7 +48947,7 @@ paths: - property_name: team value: octocat headers: - Link: *38 + Link: *41 '403': *27 '404': *6 x-github: @@ -48889,7 +48975,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-properties#create-or-update-custom-property-values-for-organization-repositories parameters: - - *74 + - *76 requestBody: required: true content: @@ -48909,7 +48995,7 @@ paths: type: array description: List of custom property names and associated values to apply to the repositories. - items: *365 + items: *366 required: - repository_names - properties @@ -48950,7 +49036,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#list-public-organization-members parameters: - - *74 + - *76 - *17 - *19 responses: @@ -48962,9 +49048,9 @@ paths: type: array items: *4 examples: - default: *324 + default: *325 headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48981,8 +49067,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#check-public-organization-membership-for-a-user parameters: - - *74 - - *254 + - *76 + - *255 responses: '204': description: Response if user is a public member @@ -49006,8 +49092,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#set-public-organization-membership-for-the-authenticated-user parameters: - - *74 - - *254 + - *76 + - *255 responses: '204': description: Response @@ -49028,8 +49114,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#remove-public-organization-membership-for-the-authenticated-user parameters: - - *74 - - *254 + - *76 + - *255 responses: '204': description: Response @@ -49053,7 +49139,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-organization-repositories parameters: - - *74 + - *76 - name: type description: Specifies the types of repositories you want returned. `internal` is not yet supported when a GitHub App calls this endpoint with an installation @@ -49100,11 +49186,11 @@ paths: application/json: schema: type: array - items: *232 + items: *233 examples: - default: *342 + default: *343 headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49123,7 +49209,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#create-an-organization-repository parameters: - - *74 + - *76 requestBody: required: true content: @@ -49306,7 +49392,7 @@ paths: description: Response content: application/json: - schema: &432 + schema: &433 title: Full Repository description: Full Repository type: object @@ -49652,7 +49738,7 @@ paths: template_repository: anyOf: - type: 'null' - - *65 + - *67 temp_clone_token: type: - string @@ -49752,13 +49838,13 @@ paths: license: anyOf: - type: 'null' - - *186 + - *187 organization: anyOf: - type: 'null' - *4 - parent: *65 - source: *65 + parent: *67 + source: *67 forks: type: integer master_branch: @@ -49771,7 +49857,7 @@ paths: description: Whether anonymous git access is allowed. default: true type: boolean - code_of_conduct: &544 + code_of_conduct: &545 title: Code Of Conduct Simple description: Code of Conduct Simple type: object @@ -49801,7 +49887,7 @@ paths: - key - name - html_url - security_and_analysis: *366 + security_and_analysis: *367 custom_properties: type: object description: The custom properties that were defined for the repository. @@ -49885,7 +49971,7 @@ paths: - network_count - subscribers_count examples: - default: &434 + default: &435 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -50403,7 +50489,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#list-repository-fine-grained-permissions-for-an-organization parameters: - - *74 + - *76 responses: '200': description: Response @@ -50411,9 +50497,9 @@ paths: application/json: schema: type: array - items: *367 + items: *368 examples: - default: *368 + default: *369 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -50435,10 +50521,10 @@ paths: category: orgs subcategory: rules parameters: - - *74 + - *76 - *17 - *19 - - &667 + - &668 name: targets description: | A comma-separated list of rule targets to filter by. @@ -50457,7 +50543,7 @@ paths: application/json: schema: type: array - items: *157 + items: *158 examples: default: value: @@ -50488,7 +50574,7 @@ paths: created_at: '2023-08-15T08:43:03Z' updated_at: '2023-09-23T16:29:47Z' '404': *6 - '500': *89 + '500': *38 post: summary: Create an organization repository ruleset description: Create a repository ruleset for an organization. @@ -50504,7 +50590,7 @@ paths: category: orgs subcategory: rules parameters: - - *74 + - *76 requestBody: description: Request body required: true @@ -50525,21 +50611,20 @@ paths: - push - repository default: branch - enforcement: *135 + enforcement: *136 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *136 - conditions: *369 + items: *137 + conditions: *370 rules: type: array description: An array of rules within the ruleset. - items: &371 + items: &372 title: Repository Rule type: object description: A repository rule. oneOf: - - *137 - *138 - *139 - *140 @@ -50559,6 +50644,7 @@ paths: - *154 - *155 - *156 + - *157 required: - name - enforcement @@ -50596,9 +50682,9 @@ paths: description: Response content: application/json: - schema: *157 + schema: *158 examples: - default: &370 + default: &371 value: id: 21 name: super cool ruleset @@ -50638,7 +50724,7 @@ paths: created_at: '2023-08-15T08:43:03Z' updated_at: '2023-09-23T16:29:47Z' '404': *6 - '500': *89 + '500': *38 "/orgs/{org}/rulesets/rule-suites": get: summary: List organization rule suites @@ -50652,8 +50738,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#list-organization-rule-suites parameters: - - *74 - - &669 + - *76 + - &670 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 @@ -50663,16 +50749,16 @@ paths: schema: type: string x-multi-segment: true - - *257 - - *93 - - &670 + - *258 + - *94 + - &671 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 - - &671 + - &672 name: rule_suite_result description: The rule suite results to filter on. When specified, only suites with this result will be returned. @@ -50692,7 +50778,7 @@ paths: description: Response content: application/json: - schema: &672 + schema: &673 title: Rule Suites description: Response type: array @@ -50748,7 +50834,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &673 + default: &674 value: - id: 21 actor_id: 12 @@ -50772,7 +50858,7 @@ paths: result: pass evaluation_result: fail '404': *6 - '500': *89 + '500': *38 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -50791,8 +50877,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - - *74 - - &674 + - *76 + - &675 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -50808,7 +50894,7 @@ paths: description: Response content: application/json: - schema: &675 + schema: &676 title: Rule Suite description: Response type: object @@ -50915,7 +51001,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &676 + default: &677 value: id: 21 actor_id: 12 @@ -50950,7 +51036,7 @@ paths: result: fail rule_type: commit_message_pattern '404': *6 - '500': *89 + '500': *38 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -50976,7 +51062,7 @@ paths: category: orgs subcategory: rules parameters: - - *74 + - *76 - name: ruleset_id description: The ID of the ruleset. in: path @@ -50988,11 +51074,11 @@ paths: description: Response content: application/json: - schema: *157 + schema: *158 examples: - default: *370 + default: *371 '404': *6 - '500': *89 + '500': *38 put: summary: Update an organization repository ruleset description: Update a ruleset for an organization. @@ -51008,7 +51094,7 @@ paths: category: orgs subcategory: rules parameters: - - *74 + - *76 - name: ruleset_id description: The ID of the ruleset. in: path @@ -51034,16 +51120,16 @@ paths: - tag - push - repository - enforcement: *135 + enforcement: *136 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *136 - conditions: *369 + items: *137 + conditions: *370 rules: description: An array of rules within the ruleset. type: array - items: *371 + items: *372 examples: default: value: @@ -51078,11 +51164,11 @@ paths: description: Response content: application/json: - schema: *157 + schema: *158 examples: - default: *370 + default: *371 '404': *6 - '500': *89 + '500': *38 delete: summary: Delete an organization repository ruleset description: Delete a ruleset for an organization. @@ -51098,7 +51184,7 @@ paths: category: orgs subcategory: rules parameters: - - *74 + - *76 - name: ruleset_id description: The ID of the ruleset. in: path @@ -51109,7 +51195,7 @@ paths: '204': description: Response '404': *6 - '500': *89 + '500': *38 "/orgs/{org}/rulesets/{ruleset_id}/history": get: summary: Get organization ruleset history @@ -51121,7 +51207,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rules#get-organization-ruleset-history parameters: - - *74 + - *76 - *17 - *19 - name: ruleset_id @@ -51137,11 +51223,11 @@ paths: application/json: schema: type: array - items: *161 + items: *162 examples: - default: *372 + default: *373 '404': *6 - '500': *89 + '500': *38 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -51158,7 +51244,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rules#get-organization-ruleset-version parameters: - - *74 + - *76 - name: ruleset_id description: The ID of the ruleset. in: path @@ -51176,7 +51262,7 @@ paths: description: Response content: application/json: - schema: *373 + schema: *374 examples: default: value: @@ -51216,7 +51302,7 @@ paths: operator: contains pattern: github '404': *6 - '500': *89 + '500': *38 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -51238,15 +51324,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - - *74 - - *374 + - *76 - *375 - *376 - *377 - - *98 + - *378 + - *99 - *19 - *17 - - &678 + - &679 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 @@ -51256,7 +51342,7 @@ paths: required: false schema: type: string - - &679 + - &680 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 @@ -51266,10 +51352,10 @@ paths: required: false schema: type: string - - *378 - *379 - *380 - *381 + - *382 responses: '200': description: Response @@ -51277,13 +51363,13 @@ paths: application/json: schema: type: array - items: *382 + items: *383 examples: - default: *383 + default: *384 headers: - Link: *38 + Link: *41 '404': *6 - '503': *162 + '503': *163 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -51308,15 +51394,15 @@ paths: category: secret-scanning subcategory: push-protection parameters: - - *74 + - *76 responses: '200': description: Response content: application/json: - schema: *384 + schema: *385 examples: - default: *385 + default: *386 '403': *27 '404': *6 patch: @@ -51337,7 +51423,7 @@ paths: category: secret-scanning subcategory: push-protection parameters: - - *74 + - *76 requestBody: required: true content: @@ -51345,7 +51431,7 @@ paths: schema: type: object properties: - pattern_config_version: *164 + pattern_config_version: *165 provider_pattern_settings: type: array description: Pattern settings for provider patterns. @@ -51371,7 +51457,7 @@ paths: token_type: type: string description: The ID of the pattern to configure. - custom_pattern_version: *164 + custom_pattern_version: *165 push_protection_setting: type: string description: Push protection setting to set for the pattern. @@ -51407,7 +51493,7 @@ paths: '400': *14 '403': *27 '404': *6 - '409': *106 + '409': *107 '422': *15 "/orgs/{org}/security-advisories": get: @@ -51425,8 +51511,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#list-repository-security-advisories-for-an-organization parameters: - - *74 - - *98 + - *76 + - *99 - name: sort description: The property to sort the results by. in: query @@ -51438,8 +51524,8 @@ paths: - updated - published default: created - - *96 - *97 + - *98 - name: per_page description: The number of advisories to return per page. For more information, see "[Using pagination in the REST API](https://docs.github.com/enterprise-cloud@latest//rest/using-the-rest-api/using-pagination-in-the-rest-api)." @@ -51469,7 +51555,7 @@ paths: application/json: schema: type: array - items: &700 + items: &701 description: A repository security advisory. type: object properties: @@ -51677,7 +51763,7 @@ paths: required: - vector_string - score - cvss_severities: *110 + cvss_severities: *111 cwes: type: - array @@ -51713,7 +51799,7 @@ paths: login: type: string description: The username of the user credited. - type: *386 + type: *387 credits_detailed: type: - array @@ -51724,7 +51810,7 @@ paths: type: object properties: user: *4 - type: *386 + type: *387 state: type: string description: The state of the user's acceptance of the @@ -51750,13 +51836,13 @@ paths: - array - 'null' description: A list of teams that collaborate on the advisory. - items: *260 + items: *261 private_fork: readOnly: true description: A temporary private fork of the advisory's repository for collaborating on a fix. allOf: - - *107 + - *108 type: - 'null' required: @@ -51788,7 +51874,7 @@ paths: - private_fork additionalProperties: false examples: - default: &701 + default: &702 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -52167,7 +52253,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/security-managers#list-security-manager-teams parameters: - - *74 + - *76 responses: '200': description: Response @@ -52175,9 +52261,9 @@ paths: application/json: schema: type: array - items: *334 + items: *335 examples: - default: *335 + default: *336 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52200,8 +52286,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/security-managers#add-a-security-manager-team parameters: - - *74 - - *333 + - *76 + - *334 responses: '204': description: Response @@ -52226,8 +52312,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/security-managers#remove-a-security-manager-team parameters: - - *74 - - *333 + - *76 + - *334 responses: '204': description: Response @@ -52256,15 +52342,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/billing/billing#get-github-actions-billing-for-an-organization parameters: - - *74 + - *76 responses: '200': description: Response content: application/json: - schema: *387 + schema: *388 examples: - default: *388 + default: *389 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -52288,8 +52374,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/billing/billing#get-github-advanced-security-active-committers-for-an-organization parameters: - - *74 - - *389 + - *76 + - *390 - *17 - *19 responses: @@ -52297,9 +52383,9 @@ paths: description: Success content: application/json: - schema: *390 + schema: *391 examples: - default: *391 + default: *392 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -52321,15 +52407,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/billing/billing#get-github-packages-billing-for-an-organization parameters: - - *74 + - *76 responses: '200': description: Response content: application/json: - schema: *392 + schema: *393 examples: - default: *393 + default: *394 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -52351,15 +52437,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/billing/billing#get-shared-storage-billing-for-an-organization parameters: - - *74 + - *76 responses: '200': description: Response content: application/json: - schema: *394 + schema: *395 examples: - default: *395 + default: *396 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -52379,7 +52465,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/network-configurations#list-hosted-compute-network-configurations-for-an-organization parameters: - - *74 + - *76 - *17 - *19 responses: @@ -52397,11 +52483,11 @@ paths: type: integer network_configurations: type: array - items: *121 + items: *122 examples: - default: *396 + default: *397 headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52420,7 +52506,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/network-configurations#create-a-hosted-compute-network-configuration-for-an-organization parameters: - - *74 + - *76 requestBody: required: true content: @@ -52462,9 +52548,9 @@ paths: description: Response content: application/json: - schema: *121 + schema: *122 examples: - default: *122 + default: *123 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52484,18 +52570,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/network-configurations#get-a-hosted-compute-network-configuration-for-an-organization parameters: - - *74 - - *123 + - *76 + - *124 responses: '200': description: Response content: application/json: - schema: *121 + schema: *122 examples: - default: *122 + default: *123 headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52514,8 +52600,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/network-configurations#update-a-hosted-compute-network-configuration-for-an-organization parameters: - - *74 - - *123 + - *76 + - *124 requestBody: required: true content: @@ -52554,9 +52640,9 @@ paths: description: Response content: application/json: - schema: *121 + schema: *122 examples: - default: *122 + default: *123 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52575,8 +52661,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/network-configurations#delete-a-hosted-compute-network-configuration-from-an-organization parameters: - - *74 - - *123 + - *76 + - *124 responses: '204': description: Response @@ -52599,18 +52685,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/network-configurations#get-a-hosted-compute-network-settings-resource-for-an-organization parameters: - - *74 - - *397 + - *76 + - *398 responses: '200': description: Response content: application/json: - schema: *398 + schema: *399 examples: - default: *399 + default: *400 headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52627,7 +52713,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/team-sync#list-idp-groups-for-an-organization parameters: - - *74 + - *76 - *17 - name: page description: Page token @@ -52646,7 +52732,7 @@ paths: description: Response content: application/json: - schema: &421 + schema: &422 title: GroupMapping description: External Groups to be mapped to a team for membership type: object @@ -52698,7 +52784,7 @@ paths: group_description: Another group of Developers working on AzureAD SAML SSO examples: - default: &422 + default: &423 value: groups: - group_id: '123' @@ -52743,8 +52829,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/copilot/copilot-metrics#get-copilot-metrics-for-a-team parameters: - - *74 - - *333 + - *76 + - *334 - name: since description: Show usage metrics since this date. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format (`YYYY-MM-DDTHH:MM:SSZ`). @@ -52776,13 +52862,13 @@ paths: application/json: schema: type: array - items: *168 + items: *169 examples: - default: *169 - '500': *89 + default: *170 + '500': *38 '403': *27 '404': *6 - '422': *170 + '422': *171 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52800,7 +52886,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-teams parameters: - - *74 + - *76 - *17 - *19 responses: @@ -52810,11 +52896,11 @@ paths: application/json: schema: type: array - items: *260 + items: *261 examples: - default: *335 + default: *336 headers: - Link: *38 + Link: *41 '403': *27 x-github: githubCloudOnly: false @@ -52834,7 +52920,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#create-a-team parameters: - - *74 + - *76 requestBody: required: true content: @@ -52906,7 +52992,7 @@ paths: description: Response content: application/json: - schema: &400 + schema: &401 title: Full Team description: Groups of organization members that gives permissions on specified repositories. @@ -52980,7 +53066,7 @@ paths: parent: anyOf: - type: 'null' - - *334 + - *335 members_count: type: integer examples: @@ -53286,7 +53372,7 @@ paths: - repos_count - organization examples: - default: &401 + default: &402 value: id: 1 node_id: MDQ6VGVhbTE= @@ -53356,16 +53442,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#get-a-team-by-name parameters: - - *74 - - *333 + - *76 + - *334 responses: '200': description: Response content: application/json: - schema: *400 + schema: *401 examples: - default: *401 + default: *402 '404': *6 x-github: githubCloudOnly: false @@ -53386,8 +53472,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#update-a-team parameters: - - *74 - - *333 + - *76 + - *334 requestBody: required: false content: @@ -53450,16 +53536,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *400 + schema: *401 examples: - default: *401 + default: *402 '201': description: Response content: application/json: - schema: *400 + schema: *401 examples: - default: *401 + default: *402 '404': *6 '422': *15 '403': *27 @@ -53484,8 +53570,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#delete-a-team parameters: - - *74 - - *333 + - *76 + - *334 responses: '204': description: Response @@ -53511,9 +53597,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#list-discussions parameters: - - *74 - - *333 - - *98 + - *76 + - *334 + - *99 - *17 - *19 - name: pinned @@ -53529,7 +53615,7 @@ paths: application/json: schema: type: array - items: &402 + items: &403 title: Team Discussion description: A team discussion is a persistent record of a free-form conversation within a team. @@ -53620,7 +53706,7 @@ paths: format: uri examples: - https://api.github.com/organizations/1/team/2343027/discussions/1 - reactions: *173 + reactions: *174 required: - author - body @@ -53640,7 +53726,7 @@ paths: - updated_at - url examples: - default: &744 + default: &745 value: - author: login: octocat @@ -53690,7 +53776,7 @@ paths: eyes: 1 rocket: 1 headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -53714,8 +53800,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#create-a-discussion parameters: - - *74 - - *333 + - *76 + - *334 requestBody: required: true content: @@ -53749,9 +53835,9 @@ paths: description: Response content: application/json: - schema: *402 + schema: *403 examples: - default: &403 + default: &404 value: author: login: octocat @@ -53823,9 +53909,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#get-a-discussion parameters: - - *74 - - *333 - - &404 + - *76 + - *334 + - &405 name: discussion_number description: The number that identifies the discussion. in: path @@ -53837,9 +53923,9 @@ paths: description: Response content: application/json: - schema: *402 + schema: *403 examples: - default: *403 + default: *404 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -53861,9 +53947,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#update-a-discussion parameters: - - *74 - - *333 - - *404 + - *76 + - *334 + - *405 requestBody: required: false content: @@ -53886,9 +53972,9 @@ paths: description: Response content: application/json: - schema: *402 + schema: *403 examples: - default: &745 + default: &746 value: author: login: octocat @@ -53958,9 +54044,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#delete-a-discussion parameters: - - *74 - - *333 - - *404 + - *76 + - *334 + - *405 responses: '204': description: Response @@ -53986,10 +54072,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#list-discussion-comments parameters: - - *74 - - *333 - - *404 - - *98 + - *76 + - *334 + - *405 + - *99 - *17 - *19 responses: @@ -53999,7 +54085,7 @@ paths: application/json: schema: type: array - items: &405 + items: &406 title: Team Discussion Comment description: A reply to a discussion within a team. type: object @@ -54064,7 +54150,7 @@ paths: format: uri examples: - https://api.github.com/organizations/1/team/2403582/discussions/1/comments/1 - reactions: *173 + reactions: *174 required: - author - body @@ -54079,7 +54165,7 @@ paths: - updated_at - url examples: - default: &746 + default: &747 value: - author: login: octocat @@ -54123,7 +54209,7 @@ paths: eyes: 1 rocket: 1 headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54147,9 +54233,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#create-a-discussion-comment parameters: - - *74 - - *333 - - *404 + - *76 + - *334 + - *405 requestBody: required: true content: @@ -54171,9 +54257,9 @@ paths: description: Response content: application/json: - schema: *405 + schema: *406 examples: - default: &406 + default: &407 value: author: login: octocat @@ -54239,10 +54325,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#get-a-discussion-comment parameters: - - *74 - - *333 - - *404 - - &407 + - *76 + - *334 + - *405 + - &408 name: comment_number description: The number that identifies the comment. in: path @@ -54254,9 +54340,9 @@ paths: description: Response content: application/json: - schema: *405 + schema: *406 examples: - default: *406 + default: *407 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54278,10 +54364,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#update-a-discussion-comment parameters: - - *74 - - *333 - - *404 - - *407 + - *76 + - *334 + - *405 + - *408 requestBody: required: true content: @@ -54303,9 +54389,9 @@ paths: description: Response content: application/json: - schema: *405 + schema: *406 examples: - default: &747 + default: &748 value: author: login: octocat @@ -54369,10 +54455,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#delete-a-discussion-comment parameters: - - *74 - - *333 - - *404 - - *407 + - *76 + - *334 + - *405 + - *408 responses: '204': description: Response @@ -54398,10 +54484,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-team-discussion-comment parameters: - - *74 - - *333 - - *404 - - *407 + - *76 + - *334 + - *405 + - *408 - 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. @@ -54427,7 +54513,7 @@ paths: application/json: schema: type: array - items: &408 + items: &409 title: Reaction description: Reactions to conversations provide a way to help people express their feelings more simply and effectively. @@ -54471,7 +54557,7 @@ paths: - content - created_at examples: - default: &410 + default: &411 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -54497,7 +54583,7 @@ paths: content: heart created_at: '2016-05-20T20:09:31Z' headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54521,10 +54607,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-team-discussion-comment parameters: - - *74 - - *333 - - *404 - - *407 + - *76 + - *334 + - *405 + - *408 requestBody: required: true content: @@ -54557,9 +54643,9 @@ paths: team discussion comment content: application/json: - schema: *408 + schema: *409 examples: - default: &409 + default: &410 value: id: 1 node_id: MDg6UmVhY3Rpb24x @@ -54588,9 +54674,9 @@ paths: description: Response content: application/json: - schema: *408 + schema: *409 examples: - default: *409 + default: *410 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54613,11 +54699,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-team-discussion-comment-reaction parameters: - - *74 - - *333 - - *404 - - *407 - - &411 + - *76 + - *334 + - *405 + - *408 + - &412 name: reaction_id description: The unique identifier of the reaction. in: path @@ -54649,9 +54735,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-team-discussion parameters: - - *74 - - *333 - - *404 + - *76 + - *334 + - *405 - 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. @@ -54677,11 +54763,11 @@ paths: application/json: schema: type: array - items: *408 + items: *409 examples: - default: *410 + default: *411 headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54705,9 +54791,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-team-discussion parameters: - - *74 - - *333 - - *404 + - *76 + - *334 + - *405 requestBody: required: true content: @@ -54739,16 +54825,16 @@ paths: description: Response content: application/json: - schema: *408 + schema: *409 examples: - default: *409 + default: *410 '201': description: Response content: application/json: - schema: *408 + schema: *409 examples: - default: *409 + default: *410 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -54771,10 +54857,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-team-discussion-reaction parameters: - - *74 - - *333 - - *404 - - *411 + - *76 + - *334 + - *405 + - *412 responses: '204': description: Response @@ -54797,16 +54883,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/external-groups#list-a-connection-between-an-external-group-and-a-team parameters: - - *74 - - *333 + - *76 + - *334 responses: '200': description: Response content: application/json: - schema: *412 + schema: *413 examples: - default: *413 + default: *414 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -54825,8 +54911,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/external-groups#update-the-connection-between-an-external-group-and-a-team parameters: - - *74 - - *333 + - *76 + - *334 requestBody: required: true content: @@ -54850,9 +54936,9 @@ paths: description: Response content: application/json: - schema: *414 + schema: *415 examples: - default: *415 + default: *416 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -54871,8 +54957,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/external-groups#remove-the-connection-between-an-external-group-and-a-team parameters: - - *74 - - *333 + - *76 + - *334 responses: '204': description: Response @@ -54896,8 +54982,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-pending-team-invitations parameters: - - *74 - - *333 + - *76 + - *334 - *17 - *19 responses: @@ -54907,11 +54993,11 @@ paths: application/json: schema: type: array - items: *316 + items: *317 examples: - default: *317 + default: *318 headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54931,8 +55017,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-team-members parameters: - - *74 - - *333 + - *76 + - *334 - name: role description: Filters members returned by their role in the team. in: query @@ -54955,9 +55041,9 @@ paths: type: array items: *4 examples: - default: *324 + default: *325 headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54985,15 +55071,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-membership-for-a-user parameters: - - *74 - - *333 - - *254 + - *76 + - *334 + - *255 responses: '200': description: Response content: application/json: - schema: &416 + schema: &417 title: Team Membership description: Team Membership type: object @@ -55021,7 +55107,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &748 + response-if-user-is-a-team-maintainer: &749 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -55057,9 +55143,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-or-update-team-membership-for-a-user parameters: - - *74 - - *333 - - *254 + - *76 + - *334 + - *255 requestBody: required: false content: @@ -55084,9 +55170,9 @@ paths: description: Response content: application/json: - schema: *416 + schema: *417 examples: - response-if-users-membership-with-team-is-now-pending: &749 + response-if-users-membership-with-team-is-now-pending: &750 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -55121,9 +55207,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-membership-for-a-user parameters: - - *74 - - *333 - - *254 + - *76 + - *334 + - *255 responses: '204': description: Response @@ -55148,8 +55234,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-projects parameters: - - *74 - - *333 + - *76 + - *334 - *17 - *19 responses: @@ -55159,7 +55245,7 @@ paths: application/json: schema: type: array - items: &417 + items: &418 title: Team Project description: A team's access to a project. type: object @@ -55228,7 +55314,7 @@ paths: - updated_at - permissions examples: - default: &750 + default: &751 value: - owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -55268,7 +55354,7 @@ paths: write: true admin: false headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55291,9 +55377,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#check-team-permissions-for-a-project parameters: - - *74 - - *333 - - &418 + - *76 + - *334 + - &419 name: project_id description: The unique identifier of the project. in: path @@ -55305,9 +55391,9 @@ paths: description: Response content: application/json: - schema: *417 + schema: *418 examples: - default: &751 + default: &752 value: owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -55369,9 +55455,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#add-or-update-team-project-permissions parameters: - - *74 - - *333 - - *418 + - *76 + - *334 + - *419 requestBody: required: false content: @@ -55438,9 +55524,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#remove-a-project-from-a-team parameters: - - *74 - - *333 - - *418 + - *76 + - *334 + - *419 responses: '204': description: Response @@ -55467,8 +55553,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-repositories parameters: - - *74 - - *333 + - *76 + - *334 - *17 - *19 responses: @@ -55478,11 +55564,11 @@ paths: application/json: schema: type: array - items: *232 + items: *233 examples: - default: *342 + default: *343 headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55509,16 +55595,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#check-team-permissions-for-a-repository parameters: - - *74 - - *333 - - *419 + - *76 + - *334 - *420 + - *421 responses: '200': description: Alternative response with repository permissions content: application/json: - schema: &752 + schema: &753 title: Team Repository description: A team's access to a repository. type: object @@ -55544,7 +55630,7 @@ paths: license: anyOf: - type: 'null' - - *186 + - *187 forks: type: integer permissions: @@ -56159,10 +56245,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#add-or-update-team-repository-permissions parameters: - - *74 - - *333 - - *419 + - *76 + - *334 - *420 + - *421 requestBody: required: false content: @@ -56207,10 +56293,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#remove-a-repository-from-a-team parameters: - - *74 - - *333 - - *419 + - *76 + - *334 - *420 + - *421 responses: '204': description: Response @@ -56236,16 +56322,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/team-sync#list-idp-groups-for-a-team parameters: - - *74 - - *333 + - *76 + - *334 responses: '200': description: Response content: application/json: - schema: *421 + schema: *422 examples: - default: *422 + default: *423 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -56267,8 +56353,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/team-sync#create-or-update-idp-group-connections parameters: - - *74 - - *333 + - *76 + - *334 requestBody: required: true content: @@ -56311,7 +56397,7 @@ paths: description: Response content: application/json: - schema: *421 + schema: *422 examples: default: value: @@ -56343,8 +56429,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-child-teams parameters: - - *74 - - *333 + - *76 + - *334 - *17 - *19 responses: @@ -56354,9 +56440,9 @@ paths: application/json: schema: type: array - items: *260 + items: *261 examples: - response-if-child-teams-exist: &753 + response-if-child-teams-exist: &754 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -56384,7 +56470,7 @@ paths: repositories_url: https://api.github.com/teams/1/repos html_url: https://github.com/orgs/rails/teams/core headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56409,7 +56495,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#enable-or-disable-a-security-feature-for-an-organization parameters: - - *74 + - *76 - name: security_product in: path description: The security feature to enable or disable. @@ -56483,7 +56569,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/cards#get-a-project-card parameters: - - &423 + - &424 name: card_id description: The unique identifier of the card. in: path @@ -56495,7 +56581,7 @@ paths: description: Response content: application/json: - schema: &424 + schema: &425 title: Project Card description: Project cards represent a scope of work. type: object @@ -56570,7 +56656,7 @@ paths: - created_at - updated_at examples: - default: &425 + default: &426 value: url: https://api.github.com/projects/columns/cards/1478 id: 1478 @@ -56626,7 +56712,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/cards#update-an-existing-project-card parameters: - - *423 + - *424 requestBody: required: false content: @@ -56656,9 +56742,9 @@ paths: description: Response content: application/json: - schema: *424 + schema: *425 examples: - default: *425 + default: *426 '304': *35 '403': *27 '401': *23 @@ -56685,7 +56771,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/cards#delete-a-project-card parameters: - - *423 + - *424 responses: '204': description: Response @@ -56729,7 +56815,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/cards#move-a-project-card parameters: - - *423 + - *424 requestBody: required: true content: @@ -56842,7 +56928,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/columns#get-a-project-column parameters: - - &426 + - &427 name: column_id description: The unique identifier of the column. in: path @@ -56854,7 +56940,7 @@ paths: description: Response content: application/json: - schema: &427 + schema: &428 title: Project Column description: Project columns contain cards of work. type: object @@ -56908,7 +56994,7 @@ paths: - created_at - updated_at examples: - default: &428 + default: &429 value: url: https://api.github.com/projects/columns/367 project_url: https://api.github.com/projects/120 @@ -56943,7 +57029,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/columns#update-an-existing-project-column parameters: - - *426 + - *427 requestBody: required: true content: @@ -56968,9 +57054,9 @@ paths: description: Response content: application/json: - schema: *427 + schema: *428 examples: - default: *428 + default: *429 '304': *35 '403': *27 '401': *23 @@ -56995,7 +57081,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/columns#delete-a-project-column parameters: - - *426 + - *427 responses: '204': description: Response @@ -57024,7 +57110,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/cards#list-project-cards parameters: - - *426 + - *427 - name: archived_state description: Filters the project cards that are returned by the card's state. in: query @@ -57045,7 +57131,7 @@ paths: application/json: schema: type: array - items: *424 + items: *425 examples: default: value: @@ -57079,7 +57165,7 @@ paths: content_url: https://api.github.com/repos/api-playground/projects-test/issues/3 project_url: https://api.github.com/projects/120 headers: - Link: *38 + Link: *41 '304': *35 '403': *27 '401': *23 @@ -57104,7 +57190,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/cards#create-a-project-card parameters: - - *426 + - *427 requestBody: required: true content: @@ -57148,9 +57234,9 @@ paths: description: Response content: application/json: - schema: *424 + schema: *425 examples: - default: *425 + default: *426 '304': *35 '403': *27 '401': *23 @@ -57160,8 +57246,8 @@ paths: application/json: schema: oneOf: - - *209 - *210 + - *211 '503': description: Response content: @@ -57206,7 +57292,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/columns#move-a-project-column parameters: - - *426 + - *427 requestBody: required: true content: @@ -57267,15 +57353,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#get-a-project parameters: - - *418 + - *419 responses: '200': description: Response content: application/json: - schema: *352 + schema: *353 examples: - default: &429 + default: &430 value: owner_url: https://api.github.com/repos/api-playground/projects-test url: https://api.github.com/projects/1002604 @@ -57332,7 +57418,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#update-a-project parameters: - - *418 + - *419 requestBody: required: false content: @@ -57381,9 +57467,9 @@ paths: description: Response content: application/json: - schema: *352 + schema: *353 examples: - default: *429 + default: *430 '404': description: Not Found if the authenticated user does not have access to the project @@ -57404,7 +57490,7 @@ paths: items: type: string '401': *23 - '410': *430 + '410': *431 '422': *7 x-github: githubCloudOnly: false @@ -57427,7 +57513,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#delete-a-project parameters: - - *418 + - *419 responses: '204': description: Delete Success @@ -57448,7 +57534,7 @@ paths: items: type: string '401': *23 - '410': *430 + '410': *431 '404': *6 x-github: githubCloudOnly: false @@ -57472,7 +57558,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/collaborators#list-project-collaborators parameters: - - *418 + - *419 - 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 @@ -57499,9 +57585,9 @@ paths: type: array items: *4 examples: - default: *324 + default: *325 headers: - Link: *38 + Link: *41 '404': *6 '422': *15 '304': *35 @@ -57529,8 +57615,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/collaborators#add-project-collaborator parameters: - - *418 - - *254 + - *419 + - *255 requestBody: required: false content: @@ -57584,8 +57670,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/collaborators#remove-user-as-a-collaborator parameters: - - *418 - - *254 + - *419 + - *255 responses: '204': description: Response @@ -57616,8 +57702,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/collaborators#get-project-permission-for-a-user parameters: - - *418 - - *254 + - *419 + - *255 responses: '200': description: Response @@ -57687,7 +57773,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/columns#list-project-columns parameters: - - *418 + - *419 - *17 - *19 responses: @@ -57697,7 +57783,7 @@ paths: application/json: schema: type: array - items: *427 + items: *428 examples: default: value: @@ -57710,7 +57796,7 @@ paths: created_at: '2016-09-05T14:18:44Z' updated_at: '2016-09-05T14:22:28Z' headers: - Link: *38 + Link: *41 '304': *35 '403': *27 '401': *23 @@ -57735,7 +57821,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/columns#create-a-project-column parameters: - - *418 + - *419 requestBody: required: true content: @@ -57759,7 +57845,7 @@ paths: description: Response content: application/json: - schema: *427 + schema: *428 examples: default: value: @@ -57824,7 +57910,7 @@ paths: resources: type: object properties: - core: &431 + core: &432 title: Rate Limit type: object properties: @@ -57841,21 +57927,21 @@ paths: - remaining - reset - used - graphql: *431 - search: *431 - code_search: *431 - source_import: *431 - integration_manifest: *431 - code_scanning_upload: *431 - actions_runner_registration: *431 - scim: *431 - dependency_snapshots: *431 - dependency_sbom: *431 - code_scanning_autofix: *431 + graphql: *432 + search: *432 + code_search: *432 + source_import: *432 + integration_manifest: *432 + code_scanning_upload: *432 + actions_runner_registration: *432 + scim: *432 + dependency_snapshots: *432 + dependency_sbom: *432 + code_scanning_autofix: *432 required: - core - search - rate: *431 + rate: *432 required: - rate - resources @@ -57960,14 +58046,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository parameters: - - *419 - *420 + - *421 responses: '200': description: Response content: application/json: - schema: *432 + schema: *433 examples: default-response: summary: Default response @@ -58472,7 +58558,7 @@ paths: status: disabled '403': *27 '404': *6 - '301': *433 + '301': *434 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58490,8 +58576,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#update-a-repository parameters: - - *419 - *420 + - *421 requestBody: required: false content: @@ -58749,10 +58835,10 @@ paths: description: Response content: application/json: - schema: *432 + schema: *433 examples: - default: *434 - '307': &435 + default: *435 + '307': &436 description: Temporary Redirect content: application/json: @@ -58781,8 +58867,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#delete-a-repository parameters: - - *419 - *420 + - *421 responses: '204': description: Response @@ -58804,9 +58890,9 @@ paths: value: message: Organization members cannot delete repositories. documentation_url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#delete-a-repository - '307': *435 + '307': *436 '404': *6 - '409': *106 + '409': *107 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58828,11 +58914,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#list-artifacts-for-a-repository parameters: - - *419 - *420 + - *421 - *17 - *19 - - &450 + - &451 name: name description: The name field of an artifact. When specified, only artifacts with this name will be returned. @@ -58855,7 +58941,7 @@ paths: type: integer artifacts: type: array - items: &436 + items: &437 title: Artifact description: An artifact type: object @@ -58950,7 +59036,7 @@ paths: - expires_at - updated_at examples: - default: &451 + default: &452 value: total_count: 2 artifacts: @@ -58989,7 +59075,7 @@ paths: head_branch: main head_sha: 178f4f6090b3fccad4a65b3e83d076a622d59652 headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59011,9 +59097,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#get-an-artifact parameters: - - *419 - *420 - - &437 + - *421 + - &438 name: artifact_id description: The unique identifier of the artifact. in: path @@ -59025,7 +59111,7 @@ paths: description: Response content: application/json: - schema: *436 + schema: *437 examples: default: value: @@ -59063,9 +59149,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#delete-an-artifact parameters: - - *419 - *420 - - *437 + - *421 + - *438 responses: '204': description: Response @@ -59089,9 +59175,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#download-an-artifact parameters: - - *419 - *420 - - *437 + - *421 + - *438 - name: archive_format in: path required: true @@ -59105,7 +59191,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': *430 + '410': *431 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59128,14 +59214,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: - - *419 - *420 + - *421 responses: '200': description: Response content: application/json: - schema: *438 + schema: *439 examples: default: value: @@ -59161,11 +59247,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: - - *419 - *420 + - *421 - *17 - *19 - - &439 + - &440 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 @@ -59193,13 +59279,13 @@ paths: - last_accessed_at - size_in_bytes default: last_accessed_at - - *98 + - *99 responses: '200': description: Response content: application/json: - schema: &440 + schema: &441 title: Repository actions caches description: Repository actions caches type: object @@ -59249,7 +59335,7 @@ paths: - total_count - actions_caches examples: - default: &441 + default: &442 value: total_count: 1 actions_caches: @@ -59261,7 +59347,7 @@ paths: created_at: '2019-01-24T22:45:36.000Z' size_in_bytes: 1024 headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59281,23 +59367,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: - - *419 - *420 + - *421 - name: key description: A key for identifying the cache. in: query required: true schema: type: string - - *439 + - *440 responses: '200': description: Response content: application/json: - schema: *440 + schema: *441 examples: - default: *441 + default: *442 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59317,8 +59403,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: - - *419 - *420 + - *421 - name: cache_id description: The unique identifier of the GitHub Actions cache. in: path @@ -59349,9 +59435,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: - - *419 - *420 - - &442 + - *421 + - &443 name: job_id description: The unique identifier of the job. in: path @@ -59363,7 +59449,7 @@ paths: description: Response content: application/json: - schema: &454 + schema: &455 title: Job description: Information of a job execution in a workflow run type: object @@ -59710,9 +59796,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: - - *419 - *420 - - *442 + - *421 + - *443 responses: '302': description: Response @@ -59740,9 +59826,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: - - *419 - *420 - - *442 + - *421 + - *443 requestBody: required: false content: @@ -59764,7 +59850,7 @@ paths: description: Response content: application/json: - schema: *243 + schema: *244 examples: default: value: @@ -59788,8 +59874,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: - - *419 - *420 + - *421 responses: '200': description: Status response @@ -59839,8 +59925,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: - - *419 - *420 + - *421 requestBody: required: true content: @@ -59874,7 +59960,7 @@ paths: description: Empty response content: application/json: - schema: *243 + schema: *244 examples: default: value: @@ -59903,8 +59989,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-repository-organization-secrets parameters: - - *419 - *420 + - *421 - *17 - *19 responses: @@ -59922,7 +60008,7 @@ paths: type: integer secrets: type: array - items: &456 + items: &457 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -59943,7 +60029,7 @@ paths: - created_at - updated_at examples: - default: &457 + default: &458 value: total_count: 2 secrets: @@ -59954,7 +60040,7 @@ paths: created_at: '2020-01-10T10:59:22Z' updated_at: '2020-01-11T11:59:22Z' headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59976,9 +60062,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-repository-organization-variables parameters: - - *419 - *420 - - *443 + - *421 + - *444 - *19 responses: '200': @@ -59995,7 +60081,7 @@ paths: type: integer variables: type: array - items: &460 + items: &461 title: Actions Variable type: object properties: @@ -60029,7 +60115,7 @@ paths: - created_at - updated_at examples: - default: &461 + default: &462 value: total_count: 2 variables: @@ -60042,7 +60128,7 @@ paths: created_at: '2020-01-10T10:59:22Z' updated_at: '2020-01-11T11:59:22Z' headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60062,8 +60148,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: - - *419 - *420 + - *421 responses: '200': description: Response @@ -60072,12 +60158,12 @@ paths: schema: type: object properties: - enabled: &444 + enabled: &445 type: boolean description: Whether GitHub Actions is enabled on the repository. - allowed_actions: *47 - selected_actions_url: *219 - sha_pinning_required: *48 + allowed_actions: *49 + selected_actions_url: *220 + sha_pinning_required: *50 required: - enabled examples: @@ -60107,8 +60193,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: - - *419 - *420 + - *421 responses: '204': description: Response @@ -60119,9 +60205,9 @@ paths: schema: type: object properties: - enabled: *444 - allowed_actions: *47 - sha_pinning_required: *48 + enabled: *445 + allowed_actions: *49 + sha_pinning_required: *50 required: - enabled examples: @@ -60152,14 +60238,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: - - *419 - *420 + - *421 responses: '200': description: Response content: application/json: - schema: &445 + schema: &446 type: object properties: access_level: @@ -60177,7 +60263,7 @@ paths: required: - access_level examples: - default: &446 + default: &447 value: access_level: organization x-github: @@ -60202,15 +60288,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: - - *419 - *420 + - *421 requestBody: required: true content: application/json: - schema: *445 + schema: *446 examples: - default: *446 + default: *447 responses: '204': description: Response @@ -60234,14 +60320,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-artifact-and-log-retention-settings-for-a-repository parameters: - - *419 - *420 + - *421 responses: '200': description: Response content: application/json: - schema: *221 + schema: *222 examples: default: value: @@ -60265,8 +60351,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-artifact-and-log-retention-settings-for-a-repository parameters: - - *419 - *420 + - *421 responses: '204': description: Empty response for successful settings update @@ -60276,7 +60362,7 @@ paths: required: true content: application/json: - schema: *222 + schema: *223 examples: default: summary: Set retention days @@ -60300,16 +60386,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-fork-pr-contributor-approval-permissions-for-a-repository parameters: - - *419 - *420 + - *421 responses: '200': description: Response content: application/json: - schema: *49 + schema: *51 examples: - default: *223 + default: *224 '404': *6 x-github: enabledForGitHubApps: true @@ -60328,8 +60414,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-fork-pr-contributor-approval-permissions-for-a-repository parameters: - - *419 - *420 + - *421 responses: '204': description: Response @@ -60339,7 +60425,7 @@ paths: required: true content: application/json: - schema: *49 + schema: *51 examples: default: summary: Set approval policy to first time contributors @@ -60363,16 +60449,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-private-repo-fork-pr-workflow-settings-for-a-repository parameters: - - *419 - *420 + - *421 responses: '200': description: Response content: application/json: - schema: *224 + schema: *225 examples: - default: *50 + default: *52 '403': *27 '404': *6 x-github: @@ -60392,15 +60478,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-private-repo-fork-pr-workflow-settings-for-a-repository parameters: - - *419 - *420 + - *421 requestBody: required: true content: application/json: - schema: *225 + schema: *226 examples: - default: *50 + default: *52 responses: '204': description: Empty response for successful settings update @@ -60424,16 +60510,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *419 - *420 + - *421 responses: '200': description: Response content: application/json: - schema: *52 + schema: *54 examples: - default: *53 + default: *55 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -60456,8 +60542,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: - - *419 - *420 + - *421 responses: '204': description: Response @@ -60465,9 +60551,9 @@ paths: required: false content: application/json: - schema: *52 + schema: *54 examples: - selected_actions: *53 + selected_actions: *55 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -60489,16 +60575,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-default-workflow-permissions-for-a-repository parameters: - - *419 - *420 + - *421 responses: '200': description: Response content: application/json: - schema: *228 + schema: *229 examples: - default: *56 + default: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60519,8 +60605,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: - - *419 - *420 + - *421 responses: '204': description: Success response @@ -60531,9 +60617,9 @@ paths: required: true content: application/json: - schema: *229 + schema: *230 examples: - default: *56 + default: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60560,8 +60646,8 @@ paths: in: query schema: type: string - - *419 - *420 + - *421 - *17 - *19 responses: @@ -60579,11 +60665,11 @@ paths: type: integer runners: type: array - items: *63 + items: *65 examples: - default: *64 + default: *66 headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60605,8 +60691,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: - - *419 - *420 + - *421 responses: '200': description: Response @@ -60614,9 +60700,9 @@ paths: application/json: schema: type: array - items: *233 + items: *234 examples: - default: *234 + default: *235 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60638,8 +60724,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: - - *419 - *420 + - *421 requestBody: required: true content: @@ -60682,10 +60768,10 @@ paths: - no-gpu work_folder: _work responses: - '201': *235 + '201': *236 '404': *6 '422': *7 - '409': *106 + '409': *107 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60713,16 +60799,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#create-a-registration-token-for-a-repository parameters: - - *419 - *420 + - *421 responses: '201': description: Response content: application/json: - schema: *66 + schema: *68 examples: - default: *236 + default: *237 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60750,16 +60836,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#create-a-remove-token-for-a-repository parameters: - - *419 - *420 + - *421 responses: '201': description: Response content: application/json: - schema: *66 + schema: *68 examples: - default: *237 + default: *238 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60781,17 +60867,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#get-a-self-hosted-runner-for-a-repository parameters: - - *419 - *420 - - *62 + - *421 + - *64 responses: '200': description: Response content: application/json: - schema: *63 + schema: *65 examples: - default: *238 + default: *239 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60812,9 +60898,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#delete-a-self-hosted-runner-from-a-repository parameters: - - *419 - *420 - - *62 + - *421 + - *64 responses: '204': description: Response @@ -60840,11 +60926,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#list-labels-for-a-self-hosted-runner-for-a-repository parameters: - - *419 - *420 - - *62 + - *421 + - *64 responses: - '200': *68 + '200': *70 '404': *6 x-github: githubCloudOnly: false @@ -60866,9 +60952,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#add-custom-labels-to-a-self-hosted-runner-for-a-repository parameters: - - *419 - *420 - - *62 + - *421 + - *64 requestBody: required: true content: @@ -60892,7 +60978,7 @@ paths: - gpu - accelerated responses: - '200': *68 + '200': *70 '404': *6 '422': *7 x-github: @@ -60916,9 +61002,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#set-custom-labels-for-a-self-hosted-runner-for-a-repository parameters: - - *419 - *420 - - *62 + - *421 + - *64 requestBody: required: true content: @@ -60943,7 +61029,7 @@ paths: - gpu - accelerated responses: - '200': *68 + '200': *70 '404': *6 '422': *7 x-github: @@ -60967,11 +61053,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#remove-all-custom-labels-from-a-self-hosted-runner-for-a-repository parameters: - - *419 - *420 - - *62 + - *421 + - *64 responses: - '200': *239 + '200': *240 '404': *6 x-github: githubCloudOnly: false @@ -60998,12 +61084,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#remove-a-custom-label-from-a-self-hosted-runner-for-a-repository parameters: - - *419 - *420 - - *62 - - *240 + - *421 + - *64 + - *241 responses: - '200': *68 + '200': *70 '404': *6 '422': *7 x-github: @@ -61029,9 +61115,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: - - *419 - *420 - - &464 + - *421 + - &465 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. @@ -61039,7 +61125,7 @@ paths: required: false schema: type: string - - &465 + - &466 name: branch description: Returns workflow runs associated with a branch. Use the name of the branch of the `push`. @@ -61047,7 +61133,7 @@ paths: required: false schema: type: string - - &466 + - &467 name: event description: Returns workflow run triggered by the event you specify. For example, `push`, `pull_request` or `issue`. For more information, see "[Events @@ -61056,7 +61142,7 @@ paths: required: false schema: type: string - - &467 + - &468 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 @@ -61083,7 +61169,7 @@ paths: - pending - *17 - *19 - - &468 + - &469 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)." @@ -61092,7 +61178,7 @@ paths: schema: type: string format: date-time - - &447 + - &448 name: exclude_pull_requests description: If `true` pull requests are omitted from the response (empty array). @@ -61101,13 +61187,13 @@ paths: schema: type: boolean default: false - - &469 + - &470 name: check_suite_id description: Returns workflow runs with the `check_suite_id` that you specify. in: query schema: type: integer - - &470 + - &471 name: head_sha description: Only returns workflow runs that are associated with the specified `head_sha`. @@ -61130,7 +61216,7 @@ paths: type: integer workflow_runs: type: array - items: &448 + items: &449 title: Workflow Run description: An invocation of a workflow type: object @@ -61247,7 +61333,7 @@ paths: type: - array - 'null' - items: &489 + items: &490 title: Pull Request Minimal type: object properties: @@ -61374,7 +61460,7 @@ paths: head_commit: anyOf: - type: 'null' - - &493 + - &494 title: Simple Commit description: A commit. type: object @@ -61448,8 +61534,8 @@ paths: - timestamp - author - committer - repository: *232 - head_repository: *232 + repository: *233 + head_repository: *233 head_repository_id: type: integer examples: @@ -61489,7 +61575,7 @@ paths: - workflow_url - pull_requests examples: - default: &471 + default: &472 value: total_count: 1 workflow_runs: @@ -61703,7 +61789,7 @@ paths: releases_url: https://api.github.com/repos/octo-org/octo-repo/releases{/id} deployments_url: https://api.github.com/repos/octo-org/octo-repo/deployments headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61725,24 +61811,24 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-a-workflow-run parameters: - - *419 - *420 - - &449 + - *421 + - &450 name: run_id description: The unique identifier of the workflow run. in: path required: true schema: type: integer - - *447 + - *448 responses: '200': description: Response content: application/json: - schema: *448 + schema: *449 examples: - default: &452 + default: &453 value: id: 30433642 name: Build @@ -61983,9 +62069,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#delete-a-workflow-run parameters: - - *419 - *420 - - *449 + - *421 + - *450 responses: '204': description: Response @@ -62008,9 +62094,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: - - *419 - *420 - - *449 + - *421 + - *450 responses: '200': description: Response @@ -62138,15 +62224,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#approve-a-workflow-run-for-a-fork-pull-request parameters: - - *419 - *420 - - *449 + - *421 + - *450 responses: '201': description: Response content: application/json: - schema: *243 + schema: *244 examples: default: value: @@ -62173,12 +62259,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#list-workflow-run-artifacts parameters: - - *419 - *420 - - *449 + - *421 + - *450 - *17 - *19 - - *450 + - *451 responses: '200': description: Response @@ -62194,11 +62280,11 @@ paths: type: integer artifacts: type: array - items: *436 + items: *437 examples: - default: *451 + default: *452 headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62220,25 +62306,25 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-a-workflow-run-attempt parameters: - - *419 - *420 - - *449 - - &453 + - *421 + - *450 + - &454 name: attempt_number description: The attempt number of the workflow run. in: path required: true schema: type: integer - - *447 + - *448 responses: '200': description: Response content: application/json: - schema: *448 + schema: *449 examples: - default: *452 + default: *453 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62261,10 +62347,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: - - *419 - *420 - - *449 - - *453 + - *421 + - *450 + - *454 - *17 - *19 responses: @@ -62282,9 +62368,9 @@ paths: type: integer jobs: type: array - items: *454 + items: *455 examples: - default: &455 + default: &456 value: total_count: 1 jobs: @@ -62373,7 +62459,7 @@ paths: workflow_name: CI head_branch: main headers: - Link: *38 + Link: *41 '404': *6 x-github: githubCloudOnly: false @@ -62397,10 +62483,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#download-workflow-run-attempt-logs parameters: - - *419 - *420 - - *449 - - *453 + - *421 + - *450 + - *454 responses: '302': description: Response @@ -62428,19 +62514,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#cancel-a-workflow-run parameters: - - *419 - *420 - - *449 + - *421 + - *450 responses: '202': description: Response content: application/json: - schema: *243 + schema: *244 examples: default: value: - '409': *106 + '409': *107 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62463,9 +62549,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: - - *419 - *420 - - *449 + - *421 + - *450 requestBody: required: true content: @@ -62532,19 +62618,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#force-cancel-a-workflow-run parameters: - - *419 - *420 - - *449 + - *421 + - *450 responses: '202': description: Response content: application/json: - schema: *243 + schema: *244 examples: default: value: - '409': *106 + '409': *107 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62567,9 +62653,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: - - *419 - *420 - - *449 + - *421 + - *450 - 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 @@ -62599,11 +62685,11 @@ paths: type: integer jobs: type: array - items: *454 + items: *455 examples: - default: *455 + default: *456 headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62626,9 +62712,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#download-workflow-run-logs parameters: - - *419 - *420 - - *449 + - *421 + - *450 responses: '302': description: Response @@ -62655,14 +62741,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#delete-workflow-run-logs parameters: - - *419 - *420 - - *449 + - *421 + - *450 responses: '204': description: Response '403': *27 - '500': *89 + '500': *38 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62684,9 +62770,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: - - *419 - *420 - - *449 + - *421 + - *450 responses: '200': description: Response @@ -62755,7 +62841,7 @@ paths: items: type: object properties: - type: &572 + type: &573 type: string description: The type of reviewer. enum: @@ -62766,7 +62852,7 @@ paths: reviewer: anyOf: - *4 - - *260 + - *261 required: - environment - wait_timer @@ -62841,9 +62927,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: - - *419 - *420 - - *449 + - *421 + - *450 requestBody: required: true content: @@ -62893,7 +62979,7 @@ paths: application/json: schema: type: array - items: &558 + items: &559 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed @@ -63005,7 +63091,7 @@ paths: - created_at - updated_at examples: - default: &559 + default: &560 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -63061,9 +63147,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#re-run-a-workflow parameters: - - *419 - *420 - - *449 + - *421 + - *450 requestBody: required: false content: @@ -63085,7 +63171,7 @@ paths: description: Response content: application/json: - schema: *243 + schema: *244 examples: default: value: @@ -63108,9 +63194,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: - - *419 - *420 - - *449 + - *421 + - *450 requestBody: required: false content: @@ -63132,7 +63218,7 @@ paths: description: Response content: application/json: - schema: *243 + schema: *244 examples: default: value: @@ -63165,9 +63251,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-workflow-run-usage parameters: - - *419 - *420 - - *449 + - *421 + - *450 responses: '200': description: Response @@ -63304,8 +63390,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-repository-secrets parameters: - - *419 - *420 + - *421 - *17 - *19 responses: @@ -63323,11 +63409,11 @@ paths: type: integer secrets: type: array - items: *456 + items: *457 examples: - default: *457 + default: *458 headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63350,16 +63436,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-a-repository-public-key parameters: - - *419 - *420 + - *421 responses: '200': description: Response content: application/json: - schema: *458 + schema: *459 examples: - default: *459 + default: *460 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63381,17 +63467,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-a-repository-secret parameters: - - *419 - *420 - - *242 + - *421 + - *243 responses: '200': description: Response content: application/json: - schema: *456 + schema: *457 examples: - default: &585 + default: &586 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -63417,9 +63503,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-a-repository-secret parameters: - - *419 - *420 - - *242 + - *421 + - *243 requestBody: required: true content: @@ -63450,7 +63536,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *243 + schema: *244 examples: default: value: @@ -63476,9 +63562,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-a-repository-secret parameters: - - *419 - *420 - - *242 + - *421 + - *243 responses: '204': description: Response @@ -63503,9 +63589,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-repository-variables parameters: - - *419 - *420 - - *443 + - *421 + - *444 - *19 responses: '200': @@ -63522,11 +63608,11 @@ paths: type: integer variables: type: array - items: *460 + items: *461 examples: - default: *461 + default: *462 headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63547,8 +63633,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#create-a-repository-variable parameters: - - *419 - *420 + - *421 requestBody: required: true content: @@ -63575,7 +63661,7 @@ paths: description: Response content: application/json: - schema: *243 + schema: *244 examples: default: value: @@ -63600,17 +63686,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-a-repository-variable parameters: - - *419 - *420 - - *245 + - *421 + - *246 responses: '200': description: Response content: application/json: - schema: *460 + schema: *461 examples: - default: &586 + default: &587 value: name: USERNAME value: octocat @@ -63636,9 +63722,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-a-repository-variable parameters: - - *419 - *420 - - *245 + - *421 + - *246 requestBody: required: true content: @@ -63680,9 +63766,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-a-repository-variable parameters: - - *419 - *420 - - *245 + - *421 + - *246 responses: '204': description: Response @@ -63707,8 +63793,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#list-repository-workflows parameters: - - *419 - *420 + - *421 - *17 - *19 responses: @@ -63726,7 +63812,7 @@ paths: type: integer workflows: type: array - items: &462 + items: &463 title: Workflow description: A GitHub Actions workflow type: object @@ -63821,7 +63907,7 @@ paths: html_url: https://github.com/octo-org/octo-repo/blob/master/.github/workflows/269289 badge_url: https://github.com/octo-org/octo-repo/workflows/Linter/badge.svg headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63844,9 +63930,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#get-a-workflow parameters: - - *419 - *420 - - &463 + - *421 + - &464 name: workflow_id in: path description: The ID of the workflow. You can also pass the workflow file name @@ -63861,7 +63947,7 @@ paths: description: Response content: application/json: - schema: *462 + schema: *463 examples: default: value: @@ -63894,9 +63980,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#disable-a-workflow parameters: - - *419 - *420 - - *463 + - *421 + - *464 responses: '204': description: Response @@ -63921,9 +64007,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#create-a-workflow-dispatch-event parameters: - - *419 - *420 - - *463 + - *421 + - *464 responses: '204': description: Response @@ -63974,9 +64060,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#enable-a-workflow parameters: - - *419 - *420 - - *463 + - *421 + - *464 responses: '204': description: Response @@ -64003,19 +64089,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: - - *419 - *420 - - *463 + - *421 - *464 - *465 - *466 - *467 + - *468 - *17 - *19 - - *468 - - *447 - *469 + - *448 - *470 + - *471 responses: '200': description: Response @@ -64031,11 +64117,11 @@ paths: type: integer workflow_runs: type: array - items: *448 + items: *449 examples: - default: *471 + default: *472 headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64066,9 +64152,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#get-workflow-usage parameters: - - *419 - *420 - - *463 + - *421 + - *464 responses: '200': description: Response @@ -64129,12 +64215,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-activities parameters: - - *419 - *420 - - *98 + - *421 + - *99 - *17 - - *96 - *97 + - *98 - name: ref description: |- The Git reference for the activities you want to list. @@ -64279,7 +64365,7 @@ paths: type: User site_admin: false headers: - Link: *38 + Link: *41 '422': *7 x-github: githubCloudOnly: false @@ -64298,8 +64384,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#list-assignees parameters: - - *419 - *420 + - *421 - *17 - *19 responses: @@ -64311,9 +64397,9 @@ paths: type: array items: *4 examples: - default: *324 + default: *325 headers: - Link: *38 + Link: *41 '404': *6 x-github: githubCloudOnly: false @@ -64336,8 +64422,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: - - *419 - *420 + - *421 - name: assignee in: path required: true @@ -64373,8 +64459,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#create-an-attestation parameters: - - *419 - *420 + - *421 requestBody: required: true content: @@ -64486,11 +64572,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-attestations parameters: - - *419 - *420 + - *421 - *17 - - *96 - *97 + - *98 - name: subject_digest description: The parameter should be set to the attestation's subject's SHA256 digest, in the form `sha256:HEX_DIGEST`. @@ -64541,7 +64627,7 @@ paths: bundle_url: type: string examples: - default: *472 + default: *473 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64561,8 +64647,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/autolinks#get-all-autolinks-of-a-repository parameters: - - *419 - *420 + - *421 responses: '200': description: Response @@ -64570,7 +64656,7 @@ paths: application/json: schema: type: array - items: &473 + items: &474 title: Autolink reference description: An autolink reference. type: object @@ -64629,8 +64715,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: - - *419 - *420 + - *421 requestBody: required: true content: @@ -64669,9 +64755,9 @@ paths: description: response content: application/json: - schema: *473 + schema: *474 examples: - default: &474 + default: &475 value: id: 1 key_prefix: TICKET- @@ -64702,9 +64788,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: - - *419 - *420 - - &475 + - *421 + - &476 name: autolink_id description: The unique identifier of the autolink. in: path @@ -64716,9 +64802,9 @@ paths: description: Response content: application/json: - schema: *473 + schema: *474 examples: - default: *474 + default: *475 '404': *6 x-github: githubCloudOnly: false @@ -64738,9 +64824,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: - - *419 - *420 - - *475 + - *421 + - *476 responses: '204': description: Response @@ -64764,8 +64850,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: - - *419 - *420 + - *421 responses: '200': description: Response if Dependabot is enabled @@ -64815,8 +64901,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-dependabot-security-updates parameters: - - *419 - *420 + - *421 responses: '204': description: Response @@ -64837,8 +64923,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-dependabot-security-updates parameters: - - *419 - *420 + - *421 responses: '204': description: Response @@ -64858,8 +64944,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#list-branches parameters: - - *419 - *420 + - *421 - name: protected description: Setting to `true` returns only branches protected by branch protections or rulesets. When set to `false`, only unprotected branches are returned. @@ -64897,7 +64983,7 @@ paths: - url protected: type: boolean - protection: &477 + protection: &478 title: Branch Protection description: Branch Protection type: object @@ -64940,7 +65026,7 @@ paths: required: - contexts - checks - enforce_admins: &480 + enforce_admins: &481 title: Protected Branch Admin Enforced description: Protected Branch Admin Enforced type: object @@ -64957,7 +65043,7 @@ paths: required: - url - enabled - required_pull_request_reviews: &482 + required_pull_request_reviews: &483 title: Protected Branch Pull Request Review description: Protected Branch Pull Request Review type: object @@ -64979,7 +65065,7 @@ paths: description: The list of teams with review dismissal access. type: array - items: *260 + items: *261 apps: description: The list of apps with review dismissal access. @@ -65011,7 +65097,7 @@ paths: description: The list of teams allowed to bypass pull request requirements. type: array - items: *260 + items: *261 apps: description: The list of apps allowed to bypass pull request requirements. @@ -65041,7 +65127,7 @@ paths: required: - dismiss_stale_reviews - require_code_owner_reviews - restrictions: &479 + restrictions: &480 title: Branch Restriction Policy description: Branch Restriction Policy type: object @@ -65104,7 +65190,7 @@ paths: type: string teams: type: array - items: *260 + items: *261 apps: type: array items: @@ -65316,7 +65402,7 @@ paths: - linter protection_url: https://api.github.com/repos/octocat/hello-world/branches/master/protection headers: - Link: *38 + Link: *41 '404': *6 x-github: githubCloudOnly: false @@ -65334,9 +65420,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#get-a-branch parameters: - - *419 - *420 - - &478 + - *421 + - &479 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). @@ -65350,14 +65436,14 @@ paths: description: Response content: application/json: - schema: &488 + schema: &489 title: Branch With Protection description: Branch With Protection type: object properties: name: type: string - commit: &535 + commit: &536 title: Commit description: Commit type: object @@ -65396,7 +65482,7 @@ paths: author: anyOf: - type: 'null' - - &476 + - &477 title: Git User description: Metaproperties for Git author/committer information. @@ -65417,7 +65503,7 @@ paths: committer: anyOf: - type: 'null' - - *476 + - *477 message: type: string examples: @@ -65441,7 +65527,7 @@ paths: required: - sha - url - verification: &592 + verification: &593 title: Verification type: object properties: @@ -65477,14 +65563,14 @@ paths: author: oneOf: - *4 - - *243 + - *244 type: - 'null' - object committer: oneOf: - *4 - - *243 + - *244 type: - 'null' - object @@ -65521,7 +65607,7 @@ paths: type: integer files: type: array - items: &546 + items: &547 title: Diff Entry description: Diff Entry type: object @@ -65617,7 +65703,7 @@ paths: - self protected: type: boolean - protection: *477 + protection: *478 protection_url: type: string format: uri @@ -65726,7 +65812,7 @@ paths: contexts: [] checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection - '301': *433 + '301': *434 '404': *6 x-github: githubCloudOnly: false @@ -65748,15 +65834,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-branch-protection parameters: - - *419 - *420 - - *478 + - *421 + - *479 responses: '200': description: Response content: application/json: - schema: *477 + schema: *478 examples: default: value: @@ -65950,9 +66036,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-branch-protection parameters: - - *419 - *420 - - *478 + - *421 + - *479 requestBody: required: true content: @@ -66212,7 +66298,7 @@ paths: url: type: string format: uri - required_status_checks: &485 + required_status_checks: &486 title: Status Check Policy description: Status Check Policy type: object @@ -66293,7 +66379,7 @@ paths: items: *4 teams: type: array - items: *260 + items: *261 apps: type: array items: *5 @@ -66311,7 +66397,7 @@ paths: items: *4 teams: type: array - items: *260 + items: *261 apps: type: array items: *5 @@ -66371,7 +66457,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *479 + restrictions: *480 required_conversation_resolution: type: object properties: @@ -66483,9 +66569,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-branch-protection parameters: - - *419 - *420 - - *478 + - *421 + - *479 responses: '204': description: Response @@ -66510,17 +66596,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-admin-branch-protection parameters: - - *419 - *420 - - *478 + - *421 + - *479 responses: '200': description: Response content: application/json: - schema: *480 + schema: *481 examples: - default: &481 + default: &482 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins enabled: true @@ -66542,17 +66628,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-admin-branch-protection parameters: - - *419 - *420 - - *478 + - *421 + - *479 responses: '200': description: Response content: application/json: - schema: *480 + schema: *481 examples: - default: *481 + default: *482 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66571,9 +66657,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-admin-branch-protection parameters: - - *419 - *420 - - *478 + - *421 + - *479 responses: '204': description: Response @@ -66598,17 +66684,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-pull-request-review-protection parameters: - - *419 - *420 - - *478 + - *421 + - *479 responses: '200': description: Response content: application/json: - schema: *482 + schema: *483 examples: - default: &483 + default: &484 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_pull_request_reviews dismissal_restrictions: @@ -66704,9 +66790,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-pull-request-review-protection parameters: - - *419 - *420 - - *478 + - *421 + - *479 requestBody: required: false content: @@ -66804,9 +66890,9 @@ paths: description: Response content: application/json: - schema: *482 + schema: *483 examples: - default: *483 + default: *484 '422': *15 x-github: githubCloudOnly: false @@ -66827,9 +66913,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-pull-request-review-protection parameters: - - *419 - *420 - - *478 + - *421 + - *479 responses: '204': description: Response @@ -66856,17 +66942,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-commit-signature-protection parameters: - - *419 - *420 - - *478 + - *421 + - *479 responses: '200': description: Response content: application/json: - schema: *480 + schema: *481 examples: - default: &484 + default: &485 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true @@ -66889,17 +66975,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#create-commit-signature-protection parameters: - - *419 - *420 - - *478 + - *421 + - *479 responses: '200': description: Response content: application/json: - schema: *480 + schema: *481 examples: - default: *484 + default: *485 '404': *6 x-github: githubCloudOnly: false @@ -66919,9 +67005,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-commit-signature-protection parameters: - - *419 - *420 - - *478 + - *421 + - *479 responses: '204': description: Response @@ -66946,17 +67032,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-status-checks-protection parameters: - - *419 - *420 - - *478 + - *421 + - *479 responses: '200': description: Response content: application/json: - schema: *485 + schema: *486 examples: - default: &486 + default: &487 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_status_checks strict: true @@ -66982,9 +67068,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-status-check-protection parameters: - - *419 - *420 - - *478 + - *421 + - *479 requestBody: required: false content: @@ -67036,9 +67122,9 @@ paths: description: Response content: application/json: - schema: *485 + schema: *486 examples: - default: *486 + default: *487 '404': *6 '422': *15 x-github: @@ -67060,9 +67146,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-status-check-protection parameters: - - *419 - *420 - - *478 + - *421 + - *479 responses: '204': description: Response @@ -67086,9 +67172,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-all-status-check-contexts parameters: - - *419 - *420 - - *478 + - *421 + - *479 responses: '200': description: Response @@ -67122,9 +67208,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-status-check-contexts parameters: - - *419 - *420 - - *478 + - *421 + - *479 requestBody: required: false content: @@ -67191,9 +67277,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-status-check-contexts parameters: - - *419 - *420 - - *478 + - *421 + - *479 requestBody: required: false content: @@ -67257,9 +67343,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-status-check-contexts parameters: - - *419 - *420 - - *478 + - *421 + - *479 requestBody: content: application/json: @@ -67325,15 +67411,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-access-restrictions parameters: - - *419 - *420 - - *478 + - *421 + - *479 responses: '200': description: Response content: application/json: - schema: *479 + schema: *480 examples: default: value: @@ -67424,9 +67510,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-access-restrictions parameters: - - *419 - *420 - - *478 + - *421 + - *479 responses: '204': description: Response @@ -67449,9 +67535,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: - - *419 - *420 - - *478 + - *421 + - *479 responses: '200': description: Response @@ -67461,7 +67547,7 @@ paths: type: array items: *5 examples: - default: &487 + default: &488 value: - id: 1 slug: octoapp @@ -67518,9 +67604,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-app-access-restrictions parameters: - - *419 - *420 - - *478 + - *421 + - *479 requestBody: required: true content: @@ -67554,7 +67640,7 @@ paths: type: array items: *5 examples: - default: *487 + default: *488 '422': *15 x-github: githubCloudOnly: false @@ -67575,9 +67661,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-app-access-restrictions parameters: - - *419 - *420 - - *478 + - *421 + - *479 requestBody: required: true content: @@ -67611,7 +67697,7 @@ paths: type: array items: *5 examples: - default: *487 + default: *488 '422': *15 x-github: githubCloudOnly: false @@ -67632,9 +67718,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-app-access-restrictions parameters: - - *419 - *420 - - *478 + - *421 + - *479 requestBody: required: true content: @@ -67668,7 +67754,7 @@ paths: type: array items: *5 examples: - default: *487 + default: *488 '422': *15 x-github: githubCloudOnly: false @@ -67690,9 +67776,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: - - *419 - *420 - - *478 + - *421 + - *479 responses: '200': description: Response @@ -67700,9 +67786,9 @@ paths: application/json: schema: type: array - items: *260 + items: *261 examples: - default: *335 + default: *336 '404': *6 x-github: githubCloudOnly: false @@ -67722,9 +67808,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-team-access-restrictions parameters: - - *419 - *420 - - *478 + - *421 + - *479 requestBody: required: false content: @@ -67760,9 +67846,9 @@ paths: application/json: schema: type: array - items: *260 + items: *261 examples: - default: *335 + default: *336 '422': *15 x-github: githubCloudOnly: false @@ -67783,9 +67869,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-team-access-restrictions parameters: - - *419 - *420 - - *478 + - *421 + - *479 requestBody: required: false content: @@ -67821,9 +67907,9 @@ paths: application/json: schema: type: array - items: *260 + items: *261 examples: - default: *335 + default: *336 '422': *15 x-github: githubCloudOnly: false @@ -67844,9 +67930,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-team-access-restrictions parameters: - - *419 - *420 - - *478 + - *421 + - *479 requestBody: content: application/json: @@ -67881,9 +67967,9 @@ paths: application/json: schema: type: array - items: *260 + items: *261 examples: - default: *335 + default: *336 '422': *15 x-github: githubCloudOnly: false @@ -67905,9 +67991,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: - - *419 - *420 - - *478 + - *421 + - *479 responses: '200': description: Response @@ -67917,7 +68003,7 @@ paths: type: array items: *4 examples: - default: *324 + default: *325 '404': *6 x-github: githubCloudOnly: false @@ -67941,9 +68027,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-user-access-restrictions parameters: - - *419 - *420 - - *478 + - *421 + - *479 requestBody: required: true content: @@ -67976,7 +68062,7 @@ paths: type: array items: *4 examples: - default: *324 + default: *325 '422': *15 x-github: githubCloudOnly: false @@ -68001,9 +68087,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-user-access-restrictions parameters: - - *419 - *420 - - *478 + - *421 + - *479 requestBody: required: true content: @@ -68036,7 +68122,7 @@ paths: type: array items: *4 examples: - default: *324 + default: *325 '422': *15 x-github: githubCloudOnly: false @@ -68061,9 +68147,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-user-access-restrictions parameters: - - *419 - *420 - - *478 + - *421 + - *479 requestBody: required: true content: @@ -68096,7 +68182,7 @@ paths: type: array items: *4 examples: - default: *324 + default: *325 '422': *15 x-github: githubCloudOnly: false @@ -68123,9 +68209,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#rename-a-branch parameters: - - *419 - *420 - - *478 + - *421 + - *479 requestBody: required: true content: @@ -68147,7 +68233,7 @@ paths: description: Response content: application/json: - schema: *488 + schema: *489 examples: default: value: @@ -68261,12 +68347,12 @@ paths: category: repos subcategory: bypass-requests parameters: - - *419 - *420 - - *91 + - *421 - *92 - *93 - *94 + - *95 - *17 - *19 responses: @@ -68276,11 +68362,11 @@ paths: application/json: schema: type: array - items: *255 + items: *256 examples: - default: *256 + default: *257 '404': *6 - '500': *89 + '500': *38 "/repos/{owner}/{repo}/bypass-requests/push-rules/{bypass_request_number}": get: summary: Get a repository push bypass request @@ -68298,8 +68384,8 @@ paths: category: repos subcategory: bypass-requests parameters: - - *419 - *420 + - *421 - name: bypass_request_number in: path required: true @@ -68313,7 +68399,7 @@ paths: description: Response content: application/json: - schema: *255 + schema: *256 examples: default: value: @@ -68351,7 +68437,7 @@ paths: url: https://api.github.com/repos/octo-org/smile/bypass-requests/push-rules/2 html_url: https://github.com/octo-org/smile/exemptions/2 '404': *6 - '500': *89 + '500': *38 "/repos/{owner}/{repo}/bypass-requests/secret-scanning": get: summary: List bypass requests for secret scanning for a repository @@ -68372,12 +68458,12 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *419 - *420 - - *91 + - *421 - *92 - *93 - *94 + - *95 - *17 - *19 responses: @@ -68387,12 +68473,12 @@ paths: application/json: schema: type: array - items: *258 + items: *259 examples: - default: *259 + default: *260 '404': *6 '403': *27 - '500': *89 + '500': *38 "/repos/{owner}/{repo}/bypass-requests/secret-scanning/{bypass_request_number}": get: summary: Get a bypass request for secret scanning @@ -68413,8 +68499,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *419 - *420 + - *421 - name: bypass_request_number in: path required: true @@ -68426,7 +68512,7 @@ paths: description: A single bypass request. content: application/json: - schema: *258 + schema: *259 examples: default: value: @@ -68464,7 +68550,7 @@ paths: html_url: https://github.com/octo-org/smile/exemptions/1 '404': *6 '403': *27 - '500': *89 + '500': *38 patch: summary: Review a bypass request for secret scanning description: |- @@ -68484,8 +68570,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *419 - *420 + - *421 - name: bypass_request_number in: path required: true @@ -68535,7 +68621,7 @@ paths: '404': *6 '403': *27 '422': *15 - '500': *89 + '500': *38 "/repos/{owner}/{repo}/bypass-responses/secret-scanning/{bypass_response_id}": delete: summary: Dismiss a response on a bypass request for secret scanning @@ -68556,8 +68642,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *419 - *420 + - *421 - name: bypass_response_id in: path required: true @@ -68570,7 +68656,7 @@ paths: '404': *6 '403': *27 '422': *15 - '500': *89 + '500': *38 "/repos/{owner}/{repo}/check-runs": post: summary: Create a check run @@ -68590,8 +68676,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#create-a-check-run parameters: - - *419 - *420 + - *421 requestBody: required: true content: @@ -68870,7 +68956,7 @@ paths: description: Response content: application/json: - schema: &490 + schema: &491 title: CheckRun description: A check performed on the code of a given code change type: object @@ -69005,8 +69091,8 @@ paths: do not necessarily indicate pull requests that triggered the check. type: array - items: *489 - deployment: &809 + items: *490 + deployment: &810 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -69293,9 +69379,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#get-a-check-run parameters: - - *419 - *420 - - &491 + - *421 + - &492 name: check_run_id description: The unique identifier of the check run. in: path @@ -69307,9 +69393,9 @@ paths: description: Response content: application/json: - schema: *490 + schema: *491 examples: - default: &492 + default: &493 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -69409,9 +69495,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#update-a-check-run parameters: - - *419 - *420 - - *491 + - *421 + - *492 requestBody: required: true content: @@ -69651,9 +69737,9 @@ paths: description: Response content: application/json: - schema: *490 + schema: *491 examples: - default: *492 + default: *493 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69673,9 +69759,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#list-check-run-annotations parameters: - - *419 - *420 - - *491 + - *421 + - *492 - *17 - *19 responses: @@ -69765,7 +69851,7 @@ paths: raw_details: Do you mean 'bananas' or 'banana'? blob_href: https://api.github.com/repos/github/rest-api-description/git/blobs/abc headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69785,15 +69871,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#rerequest-a-check-run parameters: - - *419 - *420 - - *491 + - *421 + - *492 responses: '201': description: Response content: application/json: - schema: *243 + schema: *244 examples: default: value: @@ -69831,8 +69917,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#create-a-check-suite parameters: - - *419 - *420 + - *421 requestBody: required: true content: @@ -69854,7 +69940,7 @@ paths: description: Response when the suite already exists content: application/json: - schema: &494 + schema: &495 title: CheckSuite description: A suite of checks performed on the code of a given code change @@ -69936,12 +70022,12 @@ paths: type: - array - 'null' - items: *489 + items: *490 app: anyOf: - type: 'null' - *5 - repository: *232 + repository: *233 created_at: type: - string @@ -69952,7 +70038,7 @@ paths: - string - 'null' format: date-time - head_commit: *493 + head_commit: *494 latest_check_runs_count: type: integer check_runs_url: @@ -69980,7 +70066,7 @@ paths: - check_runs_url - pull_requests examples: - default: &495 + default: &496 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -70271,9 +70357,9 @@ paths: description: Response when the suite was created content: application/json: - schema: *494 + schema: *495 examples: - default: *495 + default: *496 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70292,8 +70378,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#update-repository-preferences-for-check-suites parameters: - - *419 - *420 + - *421 requestBody: required: true content: @@ -70354,7 +70440,7 @@ paths: required: - app_id - setting - repository: *232 + repository: *233 examples: default: value: @@ -70602,9 +70688,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#get-a-check-suite parameters: - - *419 - *420 - - &496 + - *421 + - &497 name: check_suite_id description: The unique identifier of the check suite. in: path @@ -70616,9 +70702,9 @@ paths: description: Response content: application/json: - schema: *494 + schema: *495 examples: - default: *495 + default: *496 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70641,17 +70727,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: - - *419 - *420 - - *496 - - &541 + - *421 + - *497 + - &542 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &542 + - &543 name: status description: Returns check runs with the specified `status`. in: query @@ -70690,9 +70776,9 @@ paths: type: integer check_runs: type: array - items: *490 + items: *491 examples: - default: &543 + default: &544 value: total_count: 1 check_runs: @@ -70774,7 +70860,7 @@ paths: url: https://api.github.com/repos/github/hello-world name: hello-world headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70794,15 +70880,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#rerequest-a-check-suite parameters: - - *419 - *420 - - *496 + - *421 + - *497 responses: '201': description: Response content: application/json: - schema: *243 + schema: *244 examples: default: value: @@ -70829,30 +70915,30 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-code-scanning-alerts-for-a-repository parameters: - - *419 - *420 - - *264 + - *421 - *265 + - *266 - *19 - *17 - - &512 + - &513 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: *497 - - &513 + schema: *498 + - &514 name: pr description: The number of the pull request for the results you want to list. in: query required: false schema: type: integer - - *98 - - *96 + - *99 - *97 + - *98 - name: sort description: The property by which to sort the results. in: query @@ -70868,13 +70954,13 @@ paths: be returned. in: query required: false - schema: *266 + schema: *267 - name: severity description: If specified, only code scanning alerts with this severity will be returned. in: query required: false - schema: *498 + schema: *499 responses: '200': description: Response @@ -70885,24 +70971,24 @@ paths: items: type: object properties: - number: *108 - created_at: *115 - updated_at: *116 - url: *113 - html_url: *114 - instances_url: *499 - state: *101 - fixed_at: *118 + number: *109 + created_at: *116 + updated_at: *117 + url: *114 + html_url: *115 + instances_url: *500 + state: *102 + fixed_at: *119 dismissed_by: anyOf: - type: 'null' - *4 - dismissed_at: *117 - dismissed_reason: *500 - dismissed_comment: *501 - rule: *502 - tool: *503 - most_recent_instance: *504 + dismissed_at: *118 + dismissed_reason: *501 + dismissed_comment: *502 + rule: *503 + tool: *504 + most_recent_instance: *505 dismissal_approved_by: anyOf: - type: 'null' @@ -71022,14 +71108,14 @@ paths: classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances '304': *35 - '403': &505 + '403': &506 description: Response if GitHub Advanced Security is not enabled for this repository content: application/json: schema: *3 '404': *6 - '503': *162 + '503': *163 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71049,9 +71135,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: - - *419 - *420 - - &506 + - *421 + - &507 name: alert_number in: path description: The number that identifies an alert. You can find this at the @@ -71059,30 +71145,30 @@ paths: field in the response from the `GET /repos/{owner}/{repo}/code-scanning/alerts` operation. required: true - schema: *108 + schema: *109 responses: '200': description: Response content: application/json: - schema: &507 + schema: &508 type: object properties: - number: *108 - created_at: *115 - updated_at: *116 - url: *113 - html_url: *114 - instances_url: *499 - state: *101 - fixed_at: *118 + number: *109 + created_at: *116 + updated_at: *117 + url: *114 + html_url: *115 + instances_url: *500 + state: *102 + fixed_at: *119 dismissed_by: anyOf: - type: 'null' - *4 - dismissed_at: *117 - dismissed_reason: *500 - dismissed_comment: *501 + dismissed_at: *118 + dismissed_reason: *501 + dismissed_comment: *502 rule: type: object properties: @@ -71144,8 +71230,8 @@ paths: - 'null' description: A link to the documentation for the rule used to detect the alert. - tool: *503 - most_recent_instance: *504 + tool: *504 + most_recent_instance: *505 dismissal_approved_by: anyOf: - type: 'null' @@ -71238,9 +71324,9 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '304': *35 - '403': *505 + '403': *506 '404': *6 - '503': *162 + '503': *163 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71258,9 +71344,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: - - *419 - *420 - - *506 + - *421 + - *507 requestBody: required: true content: @@ -71275,8 +71361,8 @@ paths: enum: - open - dismissed - dismissed_reason: *500 - dismissed_comment: *501 + dismissed_reason: *501 + dismissed_comment: *502 create_request: type: boolean description: If `true`, attempt to create an alert dismissal request. @@ -71295,7 +71381,7 @@ paths: description: Response content: application/json: - schema: *507 + schema: *508 examples: default: value: @@ -71371,14 +71457,14 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '400': *14 - '403': &511 + '403': &512 description: Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository content: application/json: schema: *3 '404': *6 - '503': *162 + '503': *163 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -71398,15 +71484,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: - - *419 - *420 - - *506 + - *421 + - *507 responses: '200': description: Response content: application/json: - schema: &508 + schema: &509 type: object properties: status: @@ -71433,13 +71519,13 @@ paths: - description - started_at examples: - default: &509 + default: &510 value: status: success description: This fixes an XSS vulnerability by escaping the user input. started_at: '2024-02-14T12:29:18Z' - '400': &510 + '400': &511 description: Bad Request content: application/json: @@ -71450,9 +71536,9 @@ paths: message: The alert_number is not valid documentation_url: https://docs.github.com/rest/code-scanning/code-scanning#get-the-status-of-an-autofix-for-a-code-scanning-alert status: '400' - '403': *505 + '403': *506 '404': *6 - '503': *162 + '503': *163 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71475,29 +71561,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: - - *419 - *420 - - *506 + - *421 + - *507 responses: '200': description: OK content: application/json: - schema: *508 + schema: *509 examples: - default: *509 + default: *510 '202': description: Accepted content: application/json: - schema: *508 + schema: *509 examples: default: value: status: pending description: started_at: '2024-02-14T12:29:18Z' - '400': *510 + '400': *511 '403': description: Response if the repository is archived, if GitHub Advanced Security is not enabled for this repository or if rate limit is exceeded @@ -71507,7 +71593,7 @@ paths: '404': *6 '422': description: Unprocessable Entity - '503': *162 + '503': *163 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71529,9 +71615,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: - - *419 - *420 - - *506 + - *421 + - *507 requestBody: required: false content: @@ -71577,12 +71663,12 @@ paths: value: target_ref: refs/heads/main sha: 178f4f6090b3fccad4a65b3e83d076a622d59652 - '400': *510 - '403': *511 + '400': *511 + '403': *512 '404': *6 '422': description: Unprocessable Entity - '503': *162 + '503': *163 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71602,13 +71688,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: - - *419 - *420 - - *506 + - *421 + - *507 - *19 - *17 - - *512 - *513 + - *514 responses: '200': description: Response @@ -71616,7 +71702,7 @@ paths: application/json: schema: type: array - items: *504 + items: *505 examples: default: value: @@ -71655,9 +71741,9 @@ paths: end_column: 50 classifications: - source - '403': *505 + '403': *506 '404': *6 - '503': *162 + '503': *163 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71689,30 +71775,30 @@ 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: - - *419 - *420 - - *264 + - *421 - *265 + - *266 - *19 - *17 - - *513 + - *514 - 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: *497 + schema: *498 - name: sarif_id in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &516 + schema: &517 type: string description: An identifier for the upload. examples: - 6c81cd8e-b078-4ac3-a3be-1dad7dbd0b53 - - *98 + - *99 - name: sort description: The property by which to sort the results. in: query @@ -71729,23 +71815,23 @@ paths: application/json: schema: type: array - items: &517 + items: &518 type: object properties: - ref: *497 - commit_sha: &525 + ref: *498 + commit_sha: &526 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: *514 + analysis_key: *515 environment: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *515 + category: *516 error: type: string examples: @@ -71770,8 +71856,8 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *516 - tool: *503 + sarif_id: *517 + tool: *504 deletable: type: boolean warning: @@ -71833,9 +71919,9 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *505 + '403': *506 '404': *6 - '503': *162 + '503': *163 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -71869,8 +71955,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: - - *419 - *420 + - *421 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -71883,7 +71969,7 @@ paths: description: Response content: application/json: - schema: *517 + schema: *518 examples: response: summary: application/json response @@ -71937,14 +72023,14 @@ paths: properties: - github/alertNumber: 2 - github/alertUrl: https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2 - '403': *505 + '403': *506 '404': *6 '422': description: Response if analysis could not be processed content: application/json: schema: *3 - '503': *162 + '503': *163 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -72024,8 +72110,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: - - *419 - *420 + - *421 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -72081,9 +72167,9 @@ paths: next_analysis_url: https://api.github.com/repos/octocat/hello-world/code-scanning/analyses/41 confirm_delete_url: https://api.github.com/repos/octocat/hello-world/code-scanning/analyses/41?confirm_delete '400': *14 - '403': *511 + '403': *512 '404': *6 - '503': *162 + '503': *163 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -72103,8 +72189,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: - - *419 - *420 + - *421 responses: '200': description: Response @@ -72112,7 +72198,7 @@ paths: application/json: schema: type: array - items: &518 + items: &519 title: CodeQL Database description: A CodeQL database. type: object @@ -72224,9 +72310,9 @@ paths: updated_at: '2022-09-12T12:14:32Z' url: https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/ruby commit_oid: 1927de39fefa25a9d0e64e3f540ff824a72f538c - '403': *505 + '403': *506 '404': *6 - '503': *162 + '503': *163 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72253,8 +72339,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: - - *419 - *420 + - *421 - name: language in: path description: The language of the CodeQL database. @@ -72266,7 +72352,7 @@ paths: description: Response content: application/json: - schema: *518 + schema: *519 examples: default: value: @@ -72298,11 +72384,11 @@ paths: updated_at: '2022-09-12T12:14:32Z' url: https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/java commit_oid: 1927de39fefa25a9d0e64e3f540ff824a72f538c - '302': &548 + '302': &549 description: Found - '403': *505 + '403': *506 '404': *6 - '503': *162 + '503': *163 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72322,8 +72408,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#delete-a-codeql-database parameters: - - *419 - *420 + - *421 - name: language in: path description: The language of the CodeQL database. @@ -72333,9 +72419,9 @@ paths: responses: '204': description: Response - '403': *511 + '403': *512 '404': *6 - '503': *162 + '503': *163 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72361,8 +72447,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: - - *419 - *420 + - *421 requestBody: required: true content: @@ -72371,7 +72457,7 @@ paths: type: object additionalProperties: false properties: - language: &519 + language: &520 type: string description: The language targeted by the CodeQL query enum: @@ -72450,7 +72536,7 @@ paths: description: Variant analysis submitted for processing content: application/json: - schema: &523 + schema: &524 title: Variant Analysis description: A run of a CodeQL query against one or more repositories. type: object @@ -72458,9 +72544,9 @@ paths: id: type: integer description: The ID of the variant analysis. - controller_repo: *107 + controller_repo: *108 actor: *4 - query_language: *519 + query_language: *520 query_pack_url: type: string description: The download url for the query pack. @@ -72508,7 +72594,7 @@ paths: items: type: object properties: - repository: &520 + repository: &521 title: Repository Identifier description: Repository Identifier type: object @@ -72550,7 +72636,7 @@ paths: - private - stargazers_count - updated_at - analysis_status: &524 + analysis_status: &525 type: string description: The new status of the CodeQL variant analysis repository task. @@ -72582,7 +72668,7 @@ paths: from processing. This information is only available to the user that initiated the variant analysis. properties: - access_mismatch_repos: &521 + access_mismatch_repos: &522 type: object properties: repository_count: @@ -72597,7 +72683,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: *520 + items: *521 required: - repository_count - repositories @@ -72620,8 +72706,8 @@ paths: required: - repository_count - repository_full_names - no_codeql_db_repos: *521 - over_limit_repos: *521 + no_codeql_db_repos: *522 + over_limit_repos: *522 required: - access_mismatch_repos - not_found_repos @@ -72637,7 +72723,7 @@ paths: examples: repositories_parameter: summary: Response for a successful variant analysis submission - value: &522 + value: &523 summary: Default response value: id: 1 @@ -72789,17 +72875,17 @@ paths: private: false repository_owners: summary: Response for a successful variant analysis submission - value: *522 + value: *523 repository_lists: summary: Response for a successful variant analysis submission - value: *522 + value: *523 '404': *6 '422': description: Unable to process variant analysis submission content: application/json: schema: *3 - '503': *162 + '503': *163 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72820,8 +72906,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: - - *419 - *420 + - *421 - name: codeql_variant_analysis_id in: path description: The unique identifier of the variant analysis. @@ -72833,11 +72919,11 @@ paths: description: Response content: application/json: - schema: *523 + schema: *524 examples: - default: *522 + default: *523 '404': *6 - '503': *162 + '503': *163 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72858,7 +72944,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: - - *419 + - *420 - name: repo in: path description: The name of the controller repository. @@ -72892,8 +72978,8 @@ paths: schema: type: object properties: - repository: *107 - analysis_status: *524 + repository: *108 + analysis_status: *525 artifact_size_in_bytes: type: integer description: The size of the artifact. This is only available @@ -72997,7 +73083,7 @@ paths: source_location_prefix: "/" artifact_url: https://example.com '404': *6 - '503': *162 + '503': *163 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73018,8 +73104,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: - - *419 - *420 + - *421 responses: '200': description: Response @@ -73112,9 +73198,9 @@ paths: threat_model: remote updated_at: '2023-01-19T11:21:34Z' schedule: weekly - '403': *505 + '403': *506 '404': *6 - '503': *162 + '503': *163 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73133,8 +73219,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: - - *419 - *420 + - *421 requestBody: required: true content: @@ -73203,7 +73289,7 @@ paths: description: Response content: application/json: - schema: *243 + schema: *244 examples: default: value: @@ -73228,7 +73314,7 @@ paths: value: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 - '403': *511 + '403': *512 '404': *6 '409': description: Response if there is already a validation run in progress with @@ -73242,7 +73328,7 @@ paths: content: application/json: schema: *3 - '503': *162 + '503': *163 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73299,8 +73385,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: - - *419 - *420 + - *421 requestBody: required: true content: @@ -73308,7 +73394,7 @@ paths: schema: type: object properties: - commit_sha: *525 + commit_sha: *526 ref: type: string description: |- @@ -73368,7 +73454,7 @@ paths: schema: type: object properties: - id: *516 + id: *517 url: type: string description: The REST API URL for checking the status of the upload. @@ -73382,11 +73468,11 @@ paths: url: https://api.github.com/repos/octocat/hello-world/code-scanning/sarifs/47177e22-5596-11eb-80a1-c1e54ef945c6 '400': description: Bad Request if the sarif field is invalid - '403': *511 + '403': *512 '404': *6 '413': description: Payload Too Large if the sarif field is too large - '503': *162 + '503': *163 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -73405,8 +73491,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: - - *419 - *420 + - *421 - name: sarif_id description: The SARIF ID obtained after uploading. in: path @@ -73454,10 +73540,10 @@ paths: value: processing_status: complete analyses_url: https://api.github.com/repos/octocat/hello-world/code-scanning/analyses?sarif_id=47177e22-5596-11eb-80a1-c1e54ef945c6 - '403': *505 + '403': *506 '404': description: Not Found if the sarif id does not match any upload - '503': *162 + '503': *163 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -73479,8 +73565,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: - - *419 - *420 + - *421 responses: '200': description: Response @@ -73504,7 +73590,7 @@ paths: - failed - updating - removed_by_enterprise - configuration: *102 + configuration: *103 examples: default: value: @@ -73536,7 +73622,7 @@ paths: html_url: https://github.com/organizations/octo-org/settings/security_products/configurations/edit/1325 created_at: '2024-05-01T00:00:00Z' updated_at: '2024-05-01T00:00:00Z' - '204': *128 + '204': *129 '304': *35 '403': *27 '404': *6 @@ -73561,8 +73647,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-codeowners-errors parameters: - - *419 - *420 + - *421 - 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 @@ -73690,8 +73776,8 @@ paths: parameters: - *17 - *19 - - *419 - *420 + - *421 responses: '200': description: Response @@ -73707,7 +73793,7 @@ paths: type: integer codespaces: type: array - items: *325 + items: *326 examples: default: value: @@ -73983,7 +74069,7 @@ paths: start_url: https://api.github.com/user/codespaces/monalisa-octocat-hello-world-3f89ada1j3/start stop_url: https://api.github.com/user/codespaces/monalisa-octocat-hello-world-3f89ada1j3/stop recent_folders: [] - '500': *89 + '500': *38 '401': *23 '403': *27 '404': *6 @@ -74005,8 +74091,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#create-a-codespace-in-a-repository parameters: - - *419 - *420 + - *421 requestBody: required: true content: @@ -74070,22 +74156,22 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *325 + schema: *326 examples: - default: *526 + default: *527 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *325 + schema: *326 examples: - default: *526 + default: *527 '400': *14 '401': *23 '403': *27 '404': *6 - '503': *162 + '503': *163 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -74109,8 +74195,8 @@ paths: parameters: - *17 - *19 - - *419 - *420 + - *421 responses: '200': description: Response @@ -74150,7 +74236,7 @@ paths: - path: ".devcontainer.json" display_name: Default project configuration total_count: 3 - '500': *89 + '500': *38 '400': *14 '401': *23 '403': *27 @@ -74174,8 +74260,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: - - *419 - *420 + - *421 - name: location description: The location to check for available machines. Assigned by IP if not provided. @@ -74212,9 +74298,9 @@ paths: type: integer machines: type: array - items: *527 + items: *528 examples: - default: &760 + default: &761 value: total_count: 2 machines: @@ -74231,7 +74317,7 @@ paths: memory_in_bytes: 34359738368 cpus: 8 '304': *35 - '500': *89 + '500': *38 '401': *23 '403': *27 '404': *6 @@ -74254,8 +74340,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-default-attributes-for-a-codespace parameters: - - *419 - *420 + - *421 - name: ref description: The branch or commit to check for a default devcontainer path. If not specified, the default branch will be checked. @@ -74342,8 +74428,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: - - *419 - *420 + - *421 - 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 @@ -74391,7 +74477,7 @@ paths: '403': *27 '404': *6 '422': *15 - '503': *162 + '503': *163 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74412,8 +74498,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#list-repository-secrets parameters: - - *419 - *420 + - *421 - *17 - *19 responses: @@ -74431,7 +74517,7 @@ paths: type: integer secrets: type: array - items: &531 + items: &532 title: Codespaces Secret description: Set repository secrets for GitHub Codespaces. type: object @@ -74452,9 +74538,9 @@ paths: - created_at - updated_at examples: - default: *528 + default: *529 headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74475,16 +74561,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#get-a-repository-public-key parameters: - - *419 - *420 + - *421 responses: '200': description: Response content: application/json: - schema: *529 + schema: *530 examples: - default: *530 + default: *531 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -74504,17 +74590,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#get-a-repository-secret parameters: - - *419 - *420 - - *242 + - *421 + - *243 responses: '200': description: Response content: application/json: - schema: *531 + schema: *532 examples: - default: *532 + default: *533 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74534,9 +74620,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#create-or-update-a-repository-secret parameters: - - *419 - *420 - - *242 + - *421 + - *243 requestBody: required: true content: @@ -74564,7 +74650,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *243 + schema: *244 examples: default: value: @@ -74588,9 +74674,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#delete-a-repository-secret parameters: - - *419 - *420 - - *242 + - *421 + - *243 responses: '204': description: Response @@ -74618,8 +74704,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#list-repository-collaborators parameters: - - *419 - *420 + - *421 - name: affiliation description: Filter collaborators returned by their affiliation. `outside` means all outside collaborators of an organization-owned repository. `direct` @@ -74657,7 +74743,7 @@ paths: application/json: schema: type: array - items: &533 + items: &534 title: Collaborator description: Collaborator type: object @@ -74825,7 +74911,7 @@ paths: admin: false role_name: write headers: - Link: *38 + Link: *41 '404': *6 x-github: githubCloudOnly: false @@ -74850,9 +74936,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#check-if-a-user-is-a-repository-collaborator parameters: - - *419 - *420 - - *254 + - *421 + - *255 responses: '204': description: Response if user is a collaborator @@ -74898,9 +74984,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#add-a-repository-collaborator parameters: - - *419 - *420 - - *254 + - *421 + - *255 requestBody: required: false content: @@ -74926,7 +75012,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &605 + schema: &606 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -74938,7 +75024,7 @@ paths: format: int64 examples: - 42 - repository: *232 + repository: *233 invitee: anyOf: - type: 'null' @@ -75114,7 +75200,7 @@ paths: - an Enterprise Managed User (EMU) account was invited to a repository in an enterprise with personal user accounts content: application/json: - schema: *209 + schema: *210 '403': *27 x-github: triggersNotification: true @@ -75154,9 +75240,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#remove-a-repository-collaborator parameters: - - *419 - *420 - - *254 + - *421 + - *255 responses: '204': description: No Content when collaborator was removed from the repository. @@ -75187,9 +75273,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#get-repository-permissions-for-a-user parameters: - - *419 - *420 - - *254 + - *421 + - *255 responses: '200': description: if user has admin permissions @@ -75209,7 +75295,7 @@ paths: user: anyOf: - type: 'null' - - *533 + - *534 required: - permission - role_name @@ -75263,8 +75349,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#list-commit-comments-for-a-repository parameters: - - *419 - *420 + - *421 - *17 - *19 responses: @@ -75274,7 +75360,7 @@ paths: application/json: schema: type: array - items: &534 + items: &535 title: Commit Comment description: Commit Comment type: object @@ -75315,8 +75401,8 @@ paths: updated_at: type: string format: date-time - author_association: *172 - reactions: *173 + author_association: *173 + reactions: *174 required: - url - html_url @@ -75332,7 +75418,7 @@ paths: - created_at - updated_at examples: - default: &537 + default: &538 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -75366,7 +75452,7 @@ paths: updated_at: '2011-04-14T16:00:49Z' author_association: COLLABORATOR headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75391,17 +75477,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#get-a-commit-comment parameters: - - *419 - *420 - - *184 + - *421 + - *185 responses: '200': description: Response content: application/json: - schema: *534 + schema: *535 examples: - default: &538 + default: &539 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -75458,9 +75544,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#update-a-commit-comment parameters: - - *419 - *420 - - *184 + - *421 + - *185 requestBody: required: true content: @@ -75482,7 +75568,7 @@ paths: description: Response content: application/json: - schema: *534 + schema: *535 examples: default: value: @@ -75533,9 +75619,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#delete-a-commit-comment parameters: - - *419 - *420 - - *184 + - *421 + - *185 responses: '204': description: Response @@ -75556,9 +75642,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-commit-comment parameters: - - *419 - *420 - - *184 + - *421 + - *185 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a commit comment. @@ -75584,11 +75670,11 @@ paths: application/json: schema: type: array - items: *408 + items: *409 examples: - default: *410 + default: *411 headers: - Link: *38 + Link: *41 '404': *6 x-github: githubCloudOnly: false @@ -75607,9 +75693,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-commit-comment parameters: - - *419 - *420 - - *184 + - *421 + - *185 requestBody: required: true content: @@ -75641,16 +75727,16 @@ paths: description: Reaction exists content: application/json: - schema: *408 + schema: *409 examples: - default: *409 + default: *410 '201': description: Reaction created content: application/json: - schema: *408 + schema: *409 examples: - default: *409 + default: *410 '422': *15 x-github: githubCloudOnly: false @@ -75672,10 +75758,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-commit-comment-reaction parameters: - - *419 - *420 - - *184 - - *411 + - *421 + - *185 + - *412 responses: '204': description: Response @@ -75724,8 +75810,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-commits parameters: - - *419 - *420 + - *421 - name: sha description: 'SHA or branch to start listing commits from. Default: the repository’s default branch (usually `main`).' @@ -75781,9 +75867,9 @@ paths: application/json: schema: type: array - items: *535 + items: *536 examples: - default: &652 + default: &653 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -75853,11 +75939,11 @@ paths: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e headers: - Link: *38 - '500': *89 + Link: *41 + '500': *38 '400': *14 '404': *6 - '409': *106 + '409': *107 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75877,9 +75963,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-branches-for-head-commit parameters: - - *419 - *420 - - &536 + - *421 + - &537 name: commit_sha description: The SHA of the commit. in: path @@ -75926,7 +76012,7 @@ paths: url: https://api.github.com/repos/octocat/Hello-World/commits/c5b97d5ae6c19d5c5df71a34c7fbeeda2479ccbc protected: false '422': *15 - '409': *106 + '409': *107 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75951,9 +76037,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#list-commit-comments parameters: - - *419 - *420 - - *536 + - *421 + - *537 - *17 - *19 responses: @@ -75963,11 +76049,11 @@ paths: application/json: schema: type: array - items: *534 + items: *535 examples: - default: *537 + default: *538 headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75993,9 +76079,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#create-a-commit-comment parameters: - - *419 - *420 - - *536 + - *421 + - *537 requestBody: required: true content: @@ -76030,9 +76116,9 @@ paths: description: Response content: application/json: - schema: *534 + schema: *535 examples: - default: *538 + default: *539 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -76060,9 +76146,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: - - *419 - *420 - - *536 + - *421 + - *537 - *17 - *19 responses: @@ -76072,9 +76158,9 @@ paths: application/json: schema: type: array - items: *539 + items: *540 examples: - default: &644 + default: &645 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -76553,8 +76639,8 @@ paths: auto_merge: draft: false headers: - Link: *38 - '409': *106 + Link: *41 + '409': *107 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76611,11 +76697,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#get-a-commit parameters: - - *419 - *420 + - *421 - *19 - *17 - - &540 + - &541 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)" @@ -76630,9 +76716,9 @@ paths: description: Response content: application/json: - schema: *535 + schema: *536 examples: - default: &632 + default: &633 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -76718,9 +76804,9 @@ paths: ..... '422': *15 '404': *6 - '500': *89 - '503': *162 - '409': *106 + '500': *38 + '503': *163 + '409': *107 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76745,11 +76831,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: - - *419 - *420 - - *540 + - *421 - *541 - *542 + - *543 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -76783,11 +76869,11 @@ paths: type: integer check_runs: type: array - items: *490 + items: *491 examples: - default: *543 + default: *544 headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76810,9 +76896,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: - - *419 - *420 - - *540 + - *421 + - *541 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -76820,7 +76906,7 @@ paths: schema: type: integer example: 1 - - *541 + - *542 - *17 - *19 responses: @@ -76838,7 +76924,7 @@ paths: type: integer check_suites: type: array - items: *494 + items: *495 examples: default: value: @@ -77013,7 +77099,7 @@ paths: latest_check_runs_count: 1 check_runs_url: https://api.github.com/repos/octocat/Hello-World/check-suites/5/check-runs headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77038,9 +77124,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: - - *419 - *420 - - *540 + - *421 + - *541 - *17 - *19 responses: @@ -77111,7 +77197,7 @@ paths: type: string total_count: type: integer - repository: *232 + repository: *233 commit_url: type: string format: uri @@ -77242,9 +77328,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#list-commit-statuses-for-a-reference parameters: - - *419 - *420 - - *540 + - *421 + - *541 - *17 - *19 responses: @@ -77254,7 +77340,7 @@ paths: application/json: schema: type: array - items: &705 + items: &706 title: Status description: The status of a commit. type: object @@ -77334,8 +77420,8 @@ paths: type: User site_admin: false headers: - Link: *38 - '301': *433 + Link: *41 + '301': *434 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77363,8 +77449,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/community#get-community-profile-metrics parameters: - - *419 - *420 + - *421 responses: '200': description: Response @@ -77397,11 +77483,11 @@ paths: code_of_conduct: anyOf: - type: 'null' - - *544 + - *545 code_of_conduct_file: anyOf: - type: 'null' - - &545 + - &546 title: Community Health File type: object properties: @@ -77417,23 +77503,23 @@ paths: license: anyOf: - type: 'null' - - *186 + - *187 contributing: anyOf: - type: 'null' - - *545 + - *546 readme: anyOf: - type: 'null' - - *545 + - *546 issue_template: anyOf: - type: 'null' - - *545 + - *546 pull_request_template: anyOf: - type: 'null' - - *545 + - *546 required: - code_of_conduct - code_of_conduct_file @@ -77562,8 +77648,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#compare-two-commits parameters: - - *419 - *420 + - *421 - *19 - *17 - name: basehead @@ -77611,8 +77697,8 @@ paths: format: uri examples: - https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *535 - merge_base_commit: *535 + base_commit: *536 + merge_base_commit: *536 status: type: string enum: @@ -77636,10 +77722,10 @@ paths: - 6 commits: type: array - items: *535 + items: *536 files: type: array - items: *546 + items: *547 required: - url - html_url @@ -77882,8 +77968,8 @@ paths: patch: "@@ -132,7 +132,7 @@ module Test @@ -1000,7 +1000,7 @@ module Test" '404': *6 - '500': *89 - '503': *162 + '500': *38 + '503': *163 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77925,8 +78011,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-repository-content parameters: - - *419 - *420 + - *421 - name: path description: path parameter in: path @@ -78079,7 +78165,7 @@ paths: - type - url examples: - response-if-content-is-a-file: &547 + response-if-content-is-a-file: &548 summary: Response if content is a file value: type: file @@ -78216,7 +78302,7 @@ paths: - size - type - url - - &657 + - &658 title: Content File description: Content File type: object @@ -78434,7 +78520,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *547 + response-if-content-is-a-file: *548 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -78503,7 +78589,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *27 - '302': *548 + '302': *549 '304': *35 x-github: githubCloudOnly: false @@ -78526,8 +78612,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#create-or-update-file-contents parameters: - - *419 - *420 + - *421 - name: path description: path parameter in: path @@ -78622,7 +78708,7 @@ paths: description: Response content: application/json: - schema: &549 + schema: &550 title: File Commit description: File Commit type: object @@ -78778,7 +78864,7 @@ paths: description: Response content: application/json: - schema: *549 + schema: *550 examples: example-for-creating-a-file: value: @@ -78832,7 +78918,7 @@ paths: schema: oneOf: - *3 - - &587 + - &588 description: Repository rule violation was detected type: object properties: @@ -78853,7 +78939,7 @@ paths: items: type: object properties: - placeholder_id: &697 + placeholder_id: &698 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -78885,8 +78971,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#delete-a-file parameters: - - *419 - *420 + - *421 - name: path description: path parameter in: path @@ -78947,7 +79033,7 @@ paths: description: Response content: application/json: - schema: *549 + schema: *550 examples: default: value: @@ -78981,8 +79067,8 @@ paths: verified_at: '422': *15 '404': *6 - '409': *106 - '503': *162 + '409': *107 + '503': *163 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79002,8 +79088,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-contributors parameters: - - *419 - *420 + - *421 - name: anon description: Set to `1` or `true` to include anonymous contributors in results. in: query @@ -79104,7 +79190,7 @@ paths: site_admin: false contributions: 32 headers: - Link: *38 + Link: *41 '204': description: Response if repository is empty '403': *27 @@ -79127,23 +79213,23 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#list-dependabot-alerts-for-a-repository parameters: - - *419 - *420 - - *281 + - *421 - *282 - *283 - *284 + - *285 - name: manifest in: query description: A comma-separated list of full manifest paths. If specified, only alerts for these manifests will be returned. schema: type: string - - *285 - *286 - *287 - *288 - - *98 + - *289 + - *99 - name: page description: "**Closing down notice**. Page number of the results to fetch. Use cursor-based pagination with `before` or `after` instead." @@ -79160,10 +79246,10 @@ paths: schema: type: integer default: 30 - - *96 - *97 - - *289 + - *98 - *290 + - *291 responses: '200': description: Response @@ -79171,11 +79257,11 @@ paths: application/json: schema: type: array - items: &552 + items: &553 type: object description: A Dependabot alert. properties: - number: *108 + number: *109 state: type: string description: The state of the Dependabot alert. @@ -79190,7 +79276,7 @@ paths: description: Details for the vulnerable dependency. readOnly: true properties: - package: *109 + package: *110 manifest_path: type: string description: The full path to the dependency manifest file, @@ -79221,13 +79307,13 @@ paths: - direct - transitive - - security_advisory: *550 - security_vulnerability: *112 - url: *113 - html_url: *114 - created_at: *115 - updated_at: *116 - dismissed_at: *117 + security_advisory: *551 + security_vulnerability: *113 + url: *114 + html_url: *115 + created_at: *116 + updated_at: *117 + dismissed_at: *118 dismissed_by: anyOf: - type: 'null' @@ -79251,8 +79337,8 @@ paths: description: An optional comment associated with the alert's dismissal. maxLength: 280 - fixed_at: *118 - auto_dismissed_at: *551 + fixed_at: *119 + auto_dismissed_at: *552 required: - number - state @@ -79482,9 +79568,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#get-a-dependabot-alert parameters: - - *419 - *420 - - &553 + - *421 + - &554 name: alert_number in: path description: |- @@ -79493,13 +79579,13 @@ paths: or in `number` fields in the response from the `GET /repos/{owner}/{repo}/dependabot/alerts` operation. required: true - schema: *108 + schema: *109 responses: '200': description: Response content: application/json: - schema: *552 + schema: *553 examples: default: value: @@ -79612,9 +79698,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#update-a-dependabot-alert parameters: - - *419 - *420 - - *553 + - *421 + - *554 requestBody: required: true content: @@ -79659,7 +79745,7 @@ paths: description: Response content: application/json: - schema: *552 + schema: *553 examples: default: value: @@ -79765,7 +79851,7 @@ paths: '400': *14 '403': *27 '404': *6 - '409': *106 + '409': *107 '422': *7 x-github: githubCloudOnly: false @@ -79788,8 +79874,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#list-repository-secrets parameters: - - *419 - *420 + - *421 - *17 - *19 responses: @@ -79807,7 +79893,7 @@ paths: type: integer secrets: type: array - items: &556 + items: &557 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -79839,7 +79925,7 @@ paths: created_at: '2020-01-10T10:59:22Z' updated_at: '2020-01-11T11:59:22Z' headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79861,16 +79947,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-a-repository-public-key parameters: - - *419 - *420 + - *421 responses: '200': description: Response content: application/json: - schema: *554 + schema: *555 examples: - default: *555 + default: *556 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79890,15 +79976,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-a-repository-secret parameters: - - *419 - *420 - - *242 + - *421 + - *243 responses: '200': description: Response content: application/json: - schema: *556 + schema: *557 examples: default: value: @@ -79924,9 +80010,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#create-or-update-a-repository-secret parameters: - - *419 - *420 - - *242 + - *421 + - *243 requestBody: required: true content: @@ -79954,7 +80040,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *243 + schema: *244 examples: default: value: @@ -79978,9 +80064,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#delete-a-repository-secret parameters: - - *419 - *420 - - *242 + - *421 + - *243 responses: '204': description: Response @@ -80002,8 +80088,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: - - *419 - *420 + - *421 - 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 @@ -80153,7 +80239,7 @@ paths: advisory_summary: Ruby OpenID advisory_url: https://github.com/advisories/GHSA-fqfj-cmh6-hj49 headers: - Link: *38 + Link: *41 '404': *6 '403': description: Response for a private repository when GitHub Advanced Security @@ -80177,8 +80263,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: - - *419 - *420 + - *421 responses: '200': description: Response @@ -80415,7 +80501,7 @@ paths: spdxElementId: SPDXRef-DOCUMENT relatedSpdxElement: SPDXRef-Repository headers: - Link: *38 + Link: *41 '404': *6 '403': *27 x-github: @@ -80438,8 +80524,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: - - *419 - *420 + - *421 requestBody: required: true content: @@ -80522,7 +80608,7 @@ paths: - version - url additionalProperties: false - metadata: &557 + metadata: &558 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -80561,7 +80647,7 @@ paths: examples: - "/src/build/package-lock.json" additionalProperties: false - metadata: *557 + metadata: *558 resolved: type: object description: A collection of resolved package dependencies. @@ -80575,7 +80661,7 @@ paths: pattern: "^pkg" examples: - pkg:/npm/%40actions/http-client@1.0.11 - metadata: *557 + metadata: *558 relationship: type: string description: A notation of whether a dependency is requested @@ -80708,8 +80794,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#list-deployments parameters: - - *419 - *420 + - *421 - name: sha description: The SHA recorded at creation time. in: query @@ -80750,11 +80836,11 @@ paths: application/json: schema: type: array - items: *558 + items: *559 examples: - default: *559 + default: *560 headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80818,8 +80904,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#create-a-deployment parameters: - - *419 - *420 + - *421 requestBody: required: true content: @@ -80901,7 +80987,7 @@ paths: description: Response content: application/json: - schema: *558 + schema: *559 examples: simple-example: summary: Simple example @@ -80974,9 +81060,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#get-a-deployment parameters: - - *419 - *420 - - &560 + - *421 + - &561 name: deployment_id description: deployment_id parameter in: path @@ -80988,7 +81074,7 @@ paths: description: Response content: application/json: - schema: *558 + schema: *559 examples: default: value: @@ -81053,9 +81139,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#delete-a-deployment parameters: - - *419 - *420 - - *560 + - *421 + - *561 responses: '204': description: Response @@ -81077,9 +81163,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#list-deployment-statuses parameters: - - *419 - *420 - - *560 + - *421 + - *561 - *17 - *19 responses: @@ -81089,7 +81175,7 @@ paths: application/json: schema: type: array - items: &561 + items: &562 title: Deployment Status description: The status of a deployment. type: object @@ -81233,7 +81319,7 @@ paths: environment_url: https://test-branch.lab.acme.com log_url: https://example.com/deployment/42/output headers: - Link: *38 + Link: *41 '404': *6 x-github: githubCloudOnly: false @@ -81253,9 +81339,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#create-a-deployment-status parameters: - - *419 - *420 - - *560 + - *421 + - *561 requestBody: required: true content: @@ -81330,9 +81416,9 @@ paths: description: Response content: application/json: - schema: *561 + schema: *562 examples: - default: &562 + default: &563 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -81388,9 +81474,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#get-a-deployment-status parameters: - - *419 - *420 - - *560 + - *421 + - *561 - name: status_id in: path required: true @@ -81401,9 +81487,9 @@ paths: description: Response content: application/json: - schema: *561 + schema: *562 examples: - default: *562 + default: *563 '404': *6 x-github: githubCloudOnly: false @@ -81430,12 +81516,12 @@ paths: category: code-scanning subcategory: alert-dismissal-requests parameters: - - *419 - *420 - - *563 + - *421 - *564 - *565 - *566 + - *567 - *17 - *19 responses: @@ -81445,12 +81531,12 @@ paths: application/json: schema: type: array - items: *567 + items: *568 examples: - default: *568 + default: *569 '404': *6 '403': *27 - '500': *89 + '500': *38 "/repos/{owner}/{repo}/dismissal-requests/code-scanning/{alert_number}": get: summary: Get a dismissal request for a code scanning alert for a repository @@ -81471,8 +81557,8 @@ paths: category: code-scanning subcategory: alert-dismissal-requests parameters: - - *419 - *420 + - *421 - name: alert_number in: path required: true @@ -81484,7 +81570,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *567 + schema: *568 examples: default: value: @@ -81520,7 +81606,7 @@ paths: html_url: https://github.com/octo-org/smile/code-scanning/alerts/1 '404': *6 '403': *27 - '500': *89 + '500': *38 patch: summary: Review a dismissal request for a code scanning alert for a repository description: |- @@ -81540,8 +81626,8 @@ paths: category: code-scanning subcategory: alert-dismissal-requests parameters: - - *419 - *420 + - *421 - name: alert_number in: path required: true @@ -81579,7 +81665,7 @@ paths: '404': *6 '403': *27 '422': *15 - '500': *89 + '500': *38 "/repos/{owner}/{repo}/dismissal-requests/secret-scanning": get: summary: List alert dismissal requests for secret scanning for a repository @@ -81600,12 +81686,12 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *419 - *420 - - *91 + - *421 - *92 - *93 - - *569 + - *94 + - *570 - *17 - *19 responses: @@ -81615,12 +81701,12 @@ paths: application/json: schema: type: array - items: *570 + items: *571 examples: - default: *571 + default: *572 '404': *6 '403': *27 - '500': *89 + '500': *38 "/repos/{owner}/{repo}/dismissal-requests/secret-scanning/{alert_number}": get: summary: Get an alert dismissal request for secret scanning @@ -81642,8 +81728,8 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *419 - *420 + - *421 - name: alert_number in: path required: true @@ -81655,7 +81741,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *570 + schema: *571 examples: default: value: @@ -81692,7 +81778,7 @@ paths: html_url: https://github.com/octo-org/smile/security/secret-scanning/17 '404': *6 '403': *27 - '500': *89 + '500': *38 patch: summary: Review an alert dismissal request for secret scanning description: |- @@ -81713,8 +81799,8 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *419 - *420 + - *421 - name: alert_number in: path required: true @@ -81764,7 +81850,7 @@ paths: '404': *6 '403': *27 '422': *15 - '500': *89 + '500': *38 "/repos/{owner}/{repo}/dispatches": post: summary: Create a repository dispatch event @@ -81783,8 +81869,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#create-a-repository-dispatch-event parameters: - - *419 - *420 + - *421 requestBody: required: true content: @@ -81841,8 +81927,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#list-environments parameters: - - *419 - *420 + - *421 - *17 - *19 responses: @@ -81860,7 +81946,7 @@ paths: - 5 environments: type: array - items: &573 + items: &574 title: Environment description: Details of a deployment environment type: object @@ -81922,7 +82008,7 @@ paths: type: string examples: - wait_timer - wait_timer: &575 + wait_timer: &576 type: integer description: The amount of time to delay a job after the job is initially triggered. The time (in minutes) @@ -81964,11 +82050,11 @@ paths: items: type: object properties: - type: *572 + type: *573 reviewer: anyOf: - *4 - - *260 + - *261 required: - id - node_id @@ -81991,7 +82077,7 @@ paths: - id - node_id - type - deployment_branch_policy: &576 + deployment_branch_policy: &577 type: - object - 'null' @@ -82108,9 +82194,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#get-an-environment parameters: - - *419 - *420 - - &574 + - *421 + - &575 name: environment_name in: path required: true @@ -82123,9 +82209,9 @@ paths: description: Response content: application/json: - schema: *573 + schema: *574 examples: - default: &577 + default: &578 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -82209,9 +82295,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#create-or-update-an-environment parameters: - - *419 - *420 - - *574 + - *421 + - *575 requestBody: required: false content: @@ -82221,7 +82307,7 @@ paths: - object - 'null' properties: - wait_timer: *575 + wait_timer: *576 prevent_self_review: type: boolean description: Whether or not a user who created the job is prevented @@ -82240,14 +82326,14 @@ paths: items: type: object properties: - type: *572 + type: *573 id: type: integer description: The id of the user or team who can review the deployment examples: - 4532992 - deployment_branch_policy: *576 + deployment_branch_policy: *577 additionalProperties: false examples: default: @@ -82267,9 +82353,9 @@ paths: description: Response content: application/json: - schema: *573 + schema: *574 examples: - default: *577 + default: *578 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -82293,9 +82379,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#delete-an-environment parameters: - - *419 - *420 - - *574 + - *421 + - *575 responses: '204': description: Default response @@ -82320,9 +82406,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#list-deployment-branch-policies parameters: - - *419 - *420 - - *574 + - *421 + - *575 - *17 - *19 responses: @@ -82341,7 +82427,7 @@ paths: - 2 branch_policies: type: array - items: &578 + items: &579 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -82402,9 +82488,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#create-a-deployment-branch-policy parameters: - - *419 - *420 - - *574 + - *421 + - *575 requestBody: required: true content: @@ -82452,9 +82538,9 @@ paths: description: Response content: application/json: - schema: *578 + schema: *579 examples: - example-wildcard: &579 + example-wildcard: &580 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -82496,10 +82582,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#get-a-deployment-branch-policy parameters: - - *419 - *420 - - *574 - - &580 + - *421 + - *575 + - &581 name: branch_policy_id in: path required: true @@ -82511,9 +82597,9 @@ paths: description: Response content: application/json: - schema: *578 + schema: *579 examples: - default: *579 + default: *580 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82532,10 +82618,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#update-a-deployment-branch-policy parameters: - - *419 - *420 - - *574 - - *580 + - *421 + - *575 + - *581 requestBody: required: true content: @@ -82564,9 +82650,9 @@ paths: description: Response content: application/json: - schema: *578 + schema: *579 examples: - default: *579 + default: *580 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82585,10 +82671,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#delete-a-deployment-branch-policy parameters: - - *419 - *420 - - *574 - - *580 + - *421 + - *575 + - *581 responses: '204': description: Response @@ -82613,9 +82699,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: - - *574 + - *575 + - *421 - *420 - - *419 responses: '200': description: List of deployment protection rules @@ -82632,7 +82718,7 @@ paths: - 10 custom_deployment_protection_rules: type: array - items: &581 + items: &582 title: Deployment protection rule description: Deployment protection rule type: object @@ -82654,7 +82740,7 @@ paths: for the environment. examples: - true - app: &582 + app: &583 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -82757,9 +82843,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: - - *574 + - *575 + - *421 - *420 - - *419 requestBody: content: application/json: @@ -82780,9 +82866,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *581 + schema: *582 examples: - default: &583 + default: &584 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -82817,9 +82903,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: - - *574 + - *575 + - *421 - *420 - - *419 - *19 - *17 responses: @@ -82839,7 +82925,7 @@ paths: - 35 available_custom_deployment_protection_rule_integrations: type: array - items: *582 + items: *583 examples: default: value: @@ -82874,10 +82960,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: - - *419 - *420 - - *574 - - &584 + - *421 + - *575 + - &585 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -82889,9 +82975,9 @@ paths: description: Response content: application/json: - schema: *581 + schema: *582 examples: - default: *583 + default: *584 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82912,10 +82998,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: - - *574 + - *575 + - *421 - *420 - - *419 - - *584 + - *585 responses: '204': description: Response @@ -82941,9 +83027,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-environment-secrets parameters: - - *419 - *420 - - *574 + - *421 + - *575 - *17 - *19 responses: @@ -82961,11 +83047,11 @@ paths: type: integer secrets: type: array - items: *456 + items: *457 examples: - default: *457 + default: *458 headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82988,17 +83074,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-environment-public-key parameters: - - *419 - *420 - - *574 + - *421 + - *575 responses: '200': description: Response content: application/json: - schema: *458 + schema: *459 examples: - default: *459 + default: *460 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83020,18 +83106,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-environment-secret parameters: - - *419 - *420 - - *574 - - *242 + - *421 + - *575 + - *243 responses: '200': description: Response content: application/json: - schema: *456 + schema: *457 examples: - default: *585 + default: *586 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83053,10 +83139,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-an-environment-secret parameters: - - *419 - *420 - - *574 - - *242 + - *421 + - *575 + - *243 requestBody: required: true content: @@ -83087,7 +83173,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *243 + schema: *244 examples: default: value: @@ -83113,10 +83199,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-an-environment-secret parameters: - - *419 - *420 - - *574 - - *242 + - *421 + - *575 + - *243 responses: '204': description: Default response @@ -83141,10 +83227,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-environment-variables parameters: - - *419 - *420 - - *574 - - *443 + - *421 + - *575 + - *444 - *19 responses: '200': @@ -83161,11 +83247,11 @@ paths: type: integer variables: type: array - items: *460 + items: *461 examples: - default: *461 + default: *462 headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83186,9 +83272,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#create-an-environment-variable parameters: - - *419 - *420 - - *574 + - *421 + - *575 requestBody: required: true content: @@ -83215,7 +83301,7 @@ paths: description: Response content: application/json: - schema: *243 + schema: *244 examples: default: value: @@ -83240,18 +83326,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-an-environment-variable parameters: - - *419 - *420 - - *574 - - *245 + - *421 + - *575 + - *246 responses: '200': description: Response content: application/json: - schema: *460 + schema: *461 examples: - default: *586 + default: *587 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83272,10 +83358,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-an-environment-variable parameters: - - *419 - *420 - - *245 - - *574 + - *421 + - *246 + - *575 requestBody: required: true content: @@ -83317,10 +83403,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-an-environment-variable parameters: - - *419 - *420 - - *245 - - *574 + - *421 + - *246 + - *575 responses: '204': description: Response @@ -83342,8 +83428,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-repository-events parameters: - - *419 - *420 + - *421 - *17 - *19 responses: @@ -83353,7 +83439,7 @@ paths: application/json: schema: type: array - items: *196 + items: *197 examples: 200-response: value: @@ -83420,8 +83506,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/forks#list-forks parameters: - - *419 - *420 + - *421 - name: sort description: The sort order. `stargazers` will sort by star count. in: query @@ -83443,7 +83529,7 @@ paths: application/json: schema: type: array - items: *232 + items: *233 examples: default: value: @@ -83556,7 +83642,7 @@ paths: url: https://api.github.com/licenses/mit node_id: MDc6TGljZW5zZW1pdA== headers: - Link: *38 + Link: *41 '400': *14 x-github: githubCloudOnly: false @@ -83580,8 +83666,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/forks#create-a-fork parameters: - - *419 - *420 + - *421 requestBody: required: false content: @@ -83614,9 +83700,9 @@ paths: description: Response content: application/json: - schema: *432 + schema: *433 examples: - default: *434 + default: *435 '400': *14 '422': *15 '403': *27 @@ -83637,8 +83723,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/blobs#create-a-blob parameters: - - *419 - *420 + - *421 requestBody: required: true content: @@ -83689,7 +83775,7 @@ paths: schema: type: string '404': *6 - '409': *106 + '409': *107 '403': *27 '422': description: Validation failed @@ -83697,8 +83783,8 @@ paths: application/json: schema: oneOf: - - *209 - - *587 + - *210 + - *588 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83723,8 +83809,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/blobs#get-a-blob parameters: - - *419 - *420 + - *421 - name: file_sha in: path required: true @@ -83776,7 +83862,7 @@ paths: '404': *6 '422': *15 '403': *27 - '409': *106 + '409': *107 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83824,8 +83910,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/commits#create-a-commit parameters: - - *419 - *420 + - *421 requestBody: required: true content: @@ -83934,7 +84020,7 @@ paths: description: Response content: application/json: - schema: &588 + schema: &589 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -84111,7 +84197,7 @@ paths: type: string '422': *15 '404': *6 - '409': *106 + '409': *107 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84161,15 +84247,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/commits#get-a-commit-object parameters: - - *419 - *420 - - *536 + - *421 + - *537 responses: '200': description: Response content: application/json: - schema: *588 + schema: *589 examples: default: value: @@ -84200,7 +84286,7 @@ paths: payload: verified_at: '404': *6 - '409': *106 + '409': *107 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84225,9 +84311,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#list-matching-references parameters: - - *419 - *420 - - &589 + - *421 + - &590 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. @@ -84244,7 +84330,7 @@ paths: application/json: schema: type: array - items: &590 + items: &591 title: Git Reference description: Git references within a repository type: object @@ -84298,8 +84384,8 @@ paths: sha: 612077ae6dffb4d2fbd8ce0cccaa58893b07b5ac url: https://api.github.com/repos/octocat/Hello-World/git/commits/612077ae6dffb4d2fbd8ce0cccaa58893b07b5ac headers: - Link: *38 - '409': *106 + Link: *41 + '409': *107 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84320,17 +84406,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#get-a-reference parameters: - - *419 - *420 - - *589 + - *421 + - *590 responses: '200': description: Response content: application/json: - schema: *590 + schema: *591 examples: - default: &591 + default: &592 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -84340,7 +84426,7 @@ paths: sha: aa218f56b14c9653891f9e74264a383fa43fefbd url: https://api.github.com/repos/octocat/Hello-World/git/commits/aa218f56b14c9653891f9e74264a383fa43fefbd '404': *6 - '409': *106 + '409': *107 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84359,8 +84445,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#create-a-reference parameters: - - *419 - *420 + - *421 requestBody: required: true content: @@ -84389,16 +84475,16 @@ paths: description: Response content: application/json: - schema: *590 + schema: *591 examples: - default: *591 + default: *592 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA schema: type: string '422': *15 - '409': *106 + '409': *107 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84417,9 +84503,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#update-a-reference parameters: - - *419 - *420 - - *589 + - *421 + - *590 requestBody: required: true content: @@ -84448,11 +84534,11 @@ paths: description: Response content: application/json: - schema: *590 + schema: *591 examples: - default: *591 + default: *592 '422': *15 - '409': *106 + '409': *107 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84468,16 +84554,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#delete-a-reference parameters: - - *419 - *420 - - *589 + - *421 + - *590 responses: '204': description: Response '422': description: Validation failed, an attempt was made to delete the default branch, or the endpoint has been spammed. - '409': *106 + '409': *107 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84525,8 +84611,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/tags#create-a-tag-object parameters: - - *419 - *420 + - *421 requestBody: required: true content: @@ -84593,7 +84679,7 @@ paths: description: Response content: application/json: - schema: &593 + schema: &594 title: Git Tag description: Metadata for a Git tag type: object @@ -84649,7 +84735,7 @@ paths: - sha - type - url - verification: *592 + verification: *593 required: - sha - url @@ -84659,7 +84745,7 @@ paths: - tag - message examples: - default: &594 + default: &595 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -84686,7 +84772,7 @@ paths: schema: type: string '422': *15 - '409': *106 + '409': *107 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84732,8 +84818,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/tags#get-a-tag parameters: - - *419 - *420 + - *421 - name: tag_sha in: path required: true @@ -84744,11 +84830,11 @@ paths: description: Response content: application/json: - schema: *593 + schema: *594 examples: - default: *594 + default: *595 '404': *6 - '409': *106 + '409': *107 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84770,8 +84856,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/trees#create-a-tree parameters: - - *419 - *420 + - *421 requestBody: required: true content: @@ -84845,7 +84931,7 @@ paths: description: Response content: application/json: - schema: &595 + schema: &596 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -84924,7 +85010,7 @@ paths: '422': *15 '404': *6 '403': *27 - '409': *106 + '409': *107 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84947,8 +85033,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/trees#get-a-tree parameters: - - *419 - *420 + - *421 - name: tree_sha description: The SHA1 value or ref (branch or tag) name of the tree. in: path @@ -84971,7 +85057,7 @@ paths: description: Response content: application/json: - schema: *595 + schema: *596 examples: default-response: summary: Default response @@ -85012,7 +85098,7 @@ paths: truncated: false '422': *15 '404': *6 - '409': *106 + '409': *107 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85030,8 +85116,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#list-repository-webhooks parameters: - - *419 - *420 + - *421 - *17 - *19 responses: @@ -85041,7 +85127,7 @@ paths: application/json: schema: type: array - items: &596 + items: &597 title: Webhook description: Webhooks for repositories. type: object @@ -85104,7 +85190,7 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &840 + last_response: &841 title: Hook Response type: object properties: @@ -85162,7 +85248,7 @@ paths: status: unused message: headers: - Link: *38 + Link: *41 '404': *6 x-github: githubCloudOnly: false @@ -85181,8 +85267,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#create-a-repository-webhook parameters: - - *419 - *420 + - *421 requestBody: required: false content: @@ -85235,9 +85321,9 @@ paths: description: Response content: application/json: - schema: *596 + schema: *597 examples: - default: &597 + default: &598 value: type: Repository id: 12345678 @@ -85285,17 +85371,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#get-a-repository-webhook parameters: - - *419 - *420 - - *296 + - *421 + - *297 responses: '200': description: Response content: application/json: - schema: *596 + schema: *597 examples: - default: *597 + default: *598 '404': *6 x-github: githubCloudOnly: false @@ -85315,9 +85401,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#update-a-repository-webhook parameters: - - *419 - *420 - - *296 + - *421 + - *297 requestBody: required: true content: @@ -85362,9 +85448,9 @@ paths: description: Response content: application/json: - schema: *596 + schema: *597 examples: - default: *597 + default: *598 '422': *15 '404': *6 x-github: @@ -85385,9 +85471,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#delete-a-repository-webhook parameters: - - *419 - *420 - - *296 + - *421 + - *297 responses: '204': description: Response @@ -85411,9 +85497,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#get-a-webhook-configuration-for-a-repository parameters: - - *419 - *420 - - *296 + - *421 + - *297 responses: '200': description: Response @@ -85440,9 +85526,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#update-a-webhook-configuration-for-a-repository parameters: - - *419 - *420 - - *296 + - *421 + - *297 requestBody: required: false content: @@ -85486,11 +85572,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#list-deliveries-for-a-repository-webhook parameters: - - *419 - *420 - - *296 - - *17 + - *421 - *297 + - *17 + - *298 responses: '200': description: Response @@ -85498,9 +85584,9 @@ paths: application/json: schema: type: array - items: *298 + items: *299 examples: - default: *299 + default: *300 '400': *14 '422': *15 x-github: @@ -85519,18 +85605,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#get-a-delivery-for-a-repository-webhook parameters: - - *419 - *420 - - *296 + - *421 + - *297 - *16 responses: '200': description: Response content: application/json: - schema: *300 + schema: *301 examples: - default: *301 + default: *302 '400': *14 '422': *15 x-github: @@ -85549,9 +85635,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#redeliver-a-delivery-for-a-repository-webhook parameters: - - *419 - *420 - - *296 + - *421 + - *297 - *16 responses: '202': *37 @@ -85574,9 +85660,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#ping-a-repository-webhook parameters: - - *419 - *420 - - *296 + - *421 + - *297 responses: '204': description: Response @@ -85601,9 +85687,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#test-the-push-repository-webhook parameters: - - *419 - *420 - - *296 + - *421 + - *297 responses: '204': description: Response @@ -85661,14 +85747,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-an-import-status parameters: - - *419 - *420 + - *421 responses: '200': description: Response content: application/json: - schema: &598 + schema: &599 title: Import description: A repository import from an external source. type: object @@ -85775,7 +85861,7 @@ paths: - html_url - authors_url examples: - default: &601 + default: &602 value: vcs: subversion use_lfs: true @@ -85791,7 +85877,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': &599 + '503': &600 description: Unavailable due to service under maintenance. content: application/json: @@ -85820,8 +85906,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#start-an-import parameters: - - *419 - *420 + - *421 requestBody: required: true content: @@ -85869,7 +85955,7 @@ paths: description: Response content: application/json: - schema: *598 + schema: *599 examples: default: value: @@ -85894,7 +85980,7 @@ paths: type: string '422': *15 '404': *6 - '503': *599 + '503': *600 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85922,8 +86008,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#update-an-import parameters: - - *419 - *420 + - *421 requestBody: required: false content: @@ -85975,7 +86061,7 @@ paths: description: Response content: application/json: - schema: *598 + schema: *599 examples: example-1: summary: Example 1 @@ -86023,7 +86109,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': *599 + '503': *600 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86046,12 +86132,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#cancel-an-import parameters: - - *419 - *420 + - *421 responses: '204': description: Response - '503': *599 + '503': *600 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86077,9 +86163,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-commit-authors parameters: - - *419 - *420 - - &782 + - *421 + - &783 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -86093,7 +86179,7 @@ paths: application/json: schema: type: array - items: &600 + items: &601 title: Porter Author description: Porter Author type: object @@ -86147,7 +86233,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': *599 + '503': *600 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86172,8 +86258,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#map-a-commit-author parameters: - - *419 - *420 + - *421 - name: author_id in: path required: true @@ -86203,7 +86289,7 @@ paths: description: Response content: application/json: - schema: *600 + schema: *601 examples: default: value: @@ -86216,7 +86302,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *599 + '503': *600 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86240,8 +86326,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-large-files parameters: - - *419 - *420 + - *421 responses: '200': description: Response @@ -86282,7 +86368,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *599 + '503': *600 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86310,8 +86396,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#update-git-lfs-preference parameters: - - *419 - *420 + - *421 requestBody: required: true content: @@ -86338,11 +86424,11 @@ paths: description: Response content: application/json: - schema: *598 + schema: *599 examples: - default: *601 + default: *602 '422': *15 - '503': *599 + '503': *600 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86365,8 +86451,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: - - *419 - *420 + - *421 responses: '200': description: Response @@ -86374,8 +86460,8 @@ paths: application/json: schema: *20 examples: - default: *602 - '301': *433 + default: *603 + '301': *434 '404': *6 x-github: githubCloudOnly: false @@ -86395,8 +86481,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#get-interaction-restrictions-for-a-repository parameters: - - *419 - *420 + - *421 responses: '200': description: Response @@ -86404,12 +86490,12 @@ paths: application/json: schema: anyOf: - - *314 + - *315 - type: object properties: {} additionalProperties: false examples: - default: &604 + default: &605 value: limit: collaborators_only origin: repository @@ -86434,13 +86520,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#set-interaction-restrictions-for-a-repository parameters: - - *419 - *420 + - *421 requestBody: required: true content: application/json: - schema: *603 + schema: *604 examples: default: summary: Example request body @@ -86452,9 +86538,9 @@ paths: description: Response content: application/json: - schema: *314 + schema: *315 examples: - default: *604 + default: *605 '409': description: Response x-github: @@ -86476,8 +86562,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#remove-interaction-restrictions-for-a-repository parameters: - - *419 - *420 + - *421 responses: '204': description: Response @@ -86500,8 +86586,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#list-repository-invitations parameters: - - *419 - *420 + - *421 - *17 - *19 responses: @@ -86511,9 +86597,9 @@ paths: application/json: schema: type: array - items: *605 + items: *606 examples: - default: &775 + default: &776 value: - id: 1 repository: @@ -86627,7 +86713,7 @@ paths: html_url: https://github.com/octocat/Hello-World/invitations node_id: MDQ6VXNlcjE= headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86644,9 +86730,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#update-a-repository-invitation parameters: - - *419 - *420 - - *318 + - *421 + - *319 requestBody: required: false content: @@ -86675,7 +86761,7 @@ paths: description: Response content: application/json: - schema: *605 + schema: *606 examples: default: value: @@ -86806,9 +86892,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#delete-a-repository-invitation parameters: - - *419 - *420 - - *318 + - *421 + - *319 responses: '204': description: Response @@ -86839,8 +86925,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#list-repository-issues parameters: - - *419 - *420 + - *421 - 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 @@ -86888,7 +86974,7 @@ paths: required: false schema: type: string - - *322 + - *323 - name: sort description: What to sort results by. in: query @@ -86900,8 +86986,8 @@ paths: - updated - comments default: created - - *98 - - *175 + - *99 + - *176 - *17 - *19 responses: @@ -86911,9 +86997,9 @@ paths: application/json: schema: type: array - items: *185 + items: *186 examples: - default: &612 + default: &613 value: - id: 1 node_id: MDU6SXNzdWUx @@ -87060,8 +87146,8 @@ paths: author_association: COLLABORATOR state_reason: completed headers: - Link: *38 - '301': *433 + Link: *41 + '301': *434 '422': *15 '404': *6 x-github: @@ -87090,8 +87176,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#create-an-issue parameters: - - *419 - *420 + - *421 requestBody: required: true content: @@ -87181,9 +87267,9 @@ paths: description: Response content: application/json: - schema: *185 + schema: *186 examples: - default: &609 + default: &610 value: id: 1 node_id: MDU6SXNzdWUx @@ -87337,9 +87423,9 @@ paths: '400': *14 '403': *27 '422': *15 - '503': *162 + '503': *163 '404': *6 - '410': *430 + '410': *431 x-github: triggersNotification: true githubCloudOnly: false @@ -87367,9 +87453,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#list-issue-comments-for-a-repository parameters: - - *419 - *420 - - *194 + - *421 + - *195 - name: direction description: Either `asc` or `desc`. Ignored without the `sort` parameter. in: query @@ -87379,7 +87465,7 @@ paths: enum: - asc - desc - - *175 + - *176 - *17 - *19 responses: @@ -87389,9 +87475,9 @@ paths: application/json: schema: type: array - items: *606 + items: *607 examples: - default: &611 + default: &612 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -87422,7 +87508,7 @@ paths: issue_url: https://api.github.com/repos/octocat/Hello-World/issues/1347 author_association: COLLABORATOR headers: - Link: *38 + Link: *41 '422': *15 '404': *6 x-github: @@ -87449,17 +87535,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#get-an-issue-comment parameters: - - *419 - *420 - - *184 + - *421 + - *185 responses: '200': description: Response content: application/json: - schema: *606 + schema: *607 examples: - default: &607 + default: &608 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -87513,9 +87599,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#update-an-issue-comment parameters: - - *419 - *420 - - *184 + - *421 + - *185 requestBody: required: true content: @@ -87537,9 +87623,9 @@ paths: description: Response content: application/json: - schema: *606 + schema: *607 examples: - default: *607 + default: *608 '422': *15 x-github: githubCloudOnly: false @@ -87557,9 +87643,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#delete-an-issue-comment parameters: - - *419 - *420 - - *184 + - *421 + - *185 responses: '204': description: Response @@ -87579,9 +87665,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-an-issue-comment parameters: - - *419 - *420 - - *184 + - *421 + - *185 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to an issue comment. @@ -87607,11 +87693,11 @@ paths: application/json: schema: type: array - items: *408 + items: *409 examples: - default: *410 + default: *411 headers: - Link: *38 + Link: *41 '404': *6 x-github: githubCloudOnly: false @@ -87630,9 +87716,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-an-issue-comment parameters: - - *419 - *420 - - *184 + - *421 + - *185 requestBody: required: true content: @@ -87664,16 +87750,16 @@ paths: description: Reaction exists content: application/json: - schema: *408 + schema: *409 examples: - default: *409 + default: *410 '201': description: Reaction created content: application/json: - schema: *408 + schema: *409 examples: - default: *409 + default: *410 '422': *15 x-github: githubCloudOnly: false @@ -87695,10 +87781,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-an-issue-comment-reaction parameters: - - *419 - *420 - - *184 - - *411 + - *421 + - *185 + - *412 responses: '204': description: Response @@ -87718,8 +87804,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#list-issue-events-for-a-repository parameters: - - *419 - *420 + - *421 - *17 - *19 responses: @@ -87729,7 +87815,7 @@ paths: application/json: schema: type: array - items: &608 + items: &609 title: Issue Event description: Issue Event type: object @@ -87776,7 +87862,7 @@ paths: issue: anyOf: - type: 'null' - - *185 + - *186 label: title: Issue Event Label description: Issue Event Label @@ -87809,7 +87895,7 @@ paths: anyOf: - type: 'null' - *4 - requested_team: *260 + requested_team: *261 dismissed_review: title: Issue Event Dismissed Review type: object @@ -87876,7 +87962,7 @@ paths: required: - from - to - author_association: *172 + author_association: *173 lock_reason: type: - string @@ -88050,7 +88136,7 @@ paths: author_association: COLLABORATOR state_reason: completed headers: - Link: *38 + Link: *41 '422': *15 x-github: githubCloudOnly: false @@ -88068,8 +88154,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#get-an-issue-event parameters: - - *419 - *420 + - *421 - name: event_id in: path required: true @@ -88080,7 +88166,7 @@ paths: description: Response content: application/json: - schema: *608 + schema: *609 examples: default: value: @@ -88273,7 +88359,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *430 + '410': *431 '403': *27 x-github: githubCloudOnly: false @@ -88307,9 +88393,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue parameters: - - *419 - *420 - - &610 + - *421 + - &611 name: issue_number description: The number that identifies the issue. in: path @@ -88321,12 +88407,12 @@ paths: description: Response content: application/json: - schema: *185 + schema: *186 examples: - default: *609 - '301': *433 + default: *610 + '301': *434 '404': *6 - '410': *430 + '410': *431 '304': *35 x-github: githubCloudOnly: false @@ -88351,9 +88437,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#update-an-issue parameters: - - *419 - *420 - - *610 + - *421 + - *611 requestBody: required: false content: @@ -88472,15 +88558,15 @@ paths: description: Response content: application/json: - schema: *185 + schema: *186 examples: - default: *609 + default: *610 '422': *15 - '503': *162 + '503': *163 '403': *27 - '301': *433 + '301': *434 '404': *6 - '410': *430 + '410': *431 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88498,9 +88584,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#add-assignees-to-an-issue parameters: - - *419 - *420 - - *610 + - *421 + - *611 requestBody: required: false content: @@ -88526,9 +88612,9 @@ paths: description: Response content: application/json: - schema: *185 + schema: *186 examples: - default: *609 + default: *610 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88544,9 +88630,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#remove-assignees-from-an-issue parameters: - - *419 - *420 - - *610 + - *421 + - *611 requestBody: content: application/json: @@ -88571,9 +88657,9 @@ paths: description: Response content: application/json: - schema: *185 + schema: *186 examples: - default: *609 + default: *610 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88595,9 +88681,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: - - *419 - *420 - - *610 + - *421 + - *611 - name: assignee in: path required: true @@ -88637,10 +88723,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#list-issue-comments parameters: - - *419 - *420 - - *610 - - *175 + - *421 + - *611 + - *176 - *17 - *19 responses: @@ -88650,13 +88736,13 @@ paths: application/json: schema: type: array - items: *606 + items: *607 examples: - default: *611 + default: *612 headers: - Link: *38 + Link: *41 '404': *6 - '410': *430 + '410': *431 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88685,9 +88771,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#create-an-issue-comment parameters: - - *419 - *420 - - *610 + - *421 + - *611 requestBody: required: true content: @@ -88709,16 +88795,16 @@ paths: description: Response content: application/json: - schema: *606 + schema: *607 examples: - default: *607 + default: *608 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *27 - '410': *430 + '410': *431 '422': *15 '404': *6 x-github: @@ -88746,9 +88832,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issue-dependencies#list-dependencies-an-issue-is-blocked-by parameters: - - *419 - *420 - - *610 + - *421 + - *611 - *17 - *19 responses: @@ -88758,14 +88844,14 @@ paths: application/json: schema: type: array - items: *185 + items: *186 examples: - default: *612 + default: *613 headers: - Link: *38 - '301': *433 + Link: *41 + '301': *434 '404': *6 - '410': *430 + '410': *431 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88793,9 +88879,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issue-dependencies#add-a-dependency-an-issue-is-blocked-by parameters: - - *419 - *420 - - *610 + - *421 + - *611 requestBody: required: true content: @@ -88817,17 +88903,17 @@ paths: description: Response content: application/json: - schema: *185 + schema: *186 examples: - default: *609 + default: *610 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/dependencies/blocked_by schema: type: string - '301': *433 + '301': *434 '403': *27 - '410': *430 + '410': *431 '422': *15 '404': *6 x-github: @@ -88858,9 +88944,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issue-dependencies#remove-dependency-an-issue-is-blocked-by parameters: - - *419 - *420 - - *610 + - *421 + - *611 - name: issue_id in: path description: The id of the blocking issue to remove as a dependency @@ -88872,15 +88958,15 @@ paths: description: Response content: application/json: - schema: *185 + schema: *186 examples: - default: *609 - '301': *433 + default: *610 + '301': *434 '400': *14 '401': *23 '403': *27 '404': *6 - '410': *430 + '410': *431 x-github: triggersNotification: true githubCloudOnly: false @@ -88906,9 +88992,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issue-dependencies#list-dependencies-an-issue-is-blocking parameters: - - *419 - *420 - - *610 + - *421 + - *611 - *17 - *19 responses: @@ -88918,14 +89004,14 @@ paths: application/json: schema: type: array - items: *185 + items: *186 examples: - default: *612 + default: *613 headers: - Link: *38 - '301': *433 + Link: *41 + '301': *434 '404': *6 - '410': *430 + '410': *431 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88942,9 +89028,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#list-issue-events parameters: - - *419 - *420 - - *610 + - *421 + - *611 - *17 - *19 responses: @@ -88958,7 +89044,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &615 + - &616 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -89007,7 +89093,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &616 + - &617 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -89135,7 +89221,7 @@ paths: - performed_via_github_app - assignee - assigner - - &617 + - &618 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -89181,7 +89267,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &618 + - &619 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -89227,7 +89313,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &619 + - &620 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -89276,7 +89362,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &620 + - &621 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -89305,7 +89391,7 @@ paths: - type: 'null' - *5 review_requester: *4 - requested_team: *260 + requested_team: *261 requested_reviewer: *4 required: - review_requester @@ -89318,7 +89404,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &621 + - &622 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -89347,7 +89433,7 @@ paths: - type: 'null' - *5 review_requester: *4 - requested_team: *260 + requested_team: *261 requested_reviewer: *4 required: - review_requester @@ -89360,7 +89446,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &622 + - &623 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -89416,7 +89502,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &623 + - &624 title: Locked Issue Event description: Locked Issue Event type: object @@ -89461,7 +89547,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &624 + - &625 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -89522,7 +89608,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &625 + - &626 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -89583,7 +89669,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &626 + - &627 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -89644,7 +89730,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &627 + - &628 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -89736,8 +89822,8 @@ paths: name: label color: red headers: - Link: *38 - '410': *430 + Link: *41 + '410': *431 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89754,9 +89840,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-an-issue parameters: - - *419 - *420 - - *610 + - *421 + - *611 - *17 - *19 responses: @@ -89766,7 +89852,7 @@ paths: application/json: schema: type: array - items: &613 + items: &614 title: Label description: Color-coded labels help you categorize and filter your issues (just like labels in Gmail). @@ -89821,7 +89907,7 @@ paths: - color - default examples: - default: &614 + default: &615 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -89838,10 +89924,10 @@ paths: color: a2eeef default: false headers: - Link: *38 - '301': *433 + Link: *41 + '301': *434 '404': *6 - '410': *430 + '410': *431 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89858,9 +89944,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#add-labels-to-an-issue parameters: - - *419 - *420 - - *610 + - *421 + - *611 requestBody: required: false content: @@ -89919,12 +90005,12 @@ paths: application/json: schema: type: array - items: *613 + items: *614 examples: - default: *614 - '301': *433 + default: *615 + '301': *434 '404': *6 - '410': *430 + '410': *431 '422': *15 x-github: githubCloudOnly: false @@ -89941,9 +90027,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#set-labels-for-an-issue parameters: - - *419 - *420 - - *610 + - *421 + - *611 requestBody: required: false content: @@ -90003,12 +90089,12 @@ paths: application/json: schema: type: array - items: *613 + items: *614 examples: - default: *614 - '301': *433 + default: *615 + '301': *434 '404': *6 - '410': *430 + '410': *431 '422': *15 x-github: githubCloudOnly: false @@ -90025,15 +90111,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#remove-all-labels-from-an-issue parameters: - - *419 - *420 - - *610 + - *421 + - *611 responses: '204': description: Response - '301': *433 + '301': *434 '404': *6 - '410': *430 + '410': *431 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90052,9 +90138,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#remove-a-label-from-an-issue parameters: - - *419 - *420 - - *610 + - *421 + - *611 - name: name in: path required: true @@ -90067,7 +90153,7 @@ paths: application/json: schema: type: array - items: *613 + items: *614 examples: default: value: @@ -90078,9 +90164,9 @@ paths: description: Something isn't working color: f29513 default: true - '301': *433 + '301': *434 '404': *6 - '410': *430 + '410': *431 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90100,9 +90186,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#lock-an-issue parameters: - - *419 - *420 - - *610 + - *421 + - *611 requestBody: required: false content: @@ -90131,7 +90217,7 @@ paths: '204': description: Response '403': *27 - '410': *430 + '410': *431 '404': *6 '422': *15 x-github: @@ -90149,9 +90235,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#unlock-an-issue parameters: - - *419 - *420 - - *610 + - *421 + - *611 responses: '204': description: Response @@ -90181,20 +90267,20 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#get-parent-issue parameters: - - *419 - *420 - - *610 + - *421 + - *611 responses: '200': description: Response content: application/json: - schema: *185 + schema: *186 examples: - default: *609 - '301': *433 + default: *610 + '301': *434 '404': *6 - '410': *430 + '410': *431 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90211,9 +90297,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-an-issue parameters: - - *419 - *420 - - *610 + - *421 + - *611 - 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. @@ -90239,13 +90325,13 @@ paths: application/json: schema: type: array - items: *408 + items: *409 examples: - default: *410 + default: *411 headers: - Link: *38 + Link: *41 '404': *6 - '410': *430 + '410': *431 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90263,9 +90349,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-an-issue parameters: - - *419 - *420 - - *610 + - *421 + - *611 requestBody: required: true content: @@ -90297,16 +90383,16 @@ paths: description: Response content: application/json: - schema: *408 + schema: *409 examples: - default: *409 + default: *410 '201': description: Response content: application/json: - schema: *408 + schema: *409 examples: - default: *409 + default: *410 '422': *15 x-github: githubCloudOnly: false @@ -90328,10 +90414,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-an-issue-reaction parameters: - - *419 - *420 - - *610 - - *411 + - *421 + - *611 + - *412 responses: '204': description: Response @@ -90360,9 +90446,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#remove-sub-issue parameters: - - *419 - *420 - - *610 + - *421 + - *611 requestBody: required: true content: @@ -90384,9 +90470,9 @@ paths: description: Response content: application/json: - schema: *185 + schema: *186 examples: - default: *609 + default: *610 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -90419,9 +90505,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#list-sub-issues parameters: - - *419 - *420 - - *610 + - *421 + - *611 - *17 - *19 responses: @@ -90431,13 +90517,13 @@ paths: application/json: schema: type: array - items: *185 + items: *186 examples: - default: *612 + default: *613 headers: - Link: *38 + Link: *41 '404': *6 - '410': *430 + '410': *431 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90465,9 +90551,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#add-sub-issue parameters: - - *419 - *420 - - *610 + - *421 + - *611 requestBody: required: true content: @@ -90494,16 +90580,16 @@ paths: description: Response content: application/json: - schema: *185 + schema: *186 examples: - default: *609 + default: *610 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 schema: type: string '403': *27 - '410': *430 + '410': *431 '422': *15 '404': *6 x-github: @@ -90523,9 +90609,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#reprioritize-sub-issue parameters: - - *419 - *420 - - *610 + - *421 + - *611 requestBody: required: true content: @@ -90556,13 +90642,13 @@ paths: description: Response content: application/json: - schema: *185 + schema: *186 examples: - default: *609 + default: *610 '403': *27 '404': *6 '422': *7 - '503': *162 + '503': *163 x-github: triggersNotification: true githubCloudOnly: false @@ -90580,9 +90666,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/timeline#list-timeline-events-for-an-issue parameters: - - *419 - *420 - - *610 + - *421 + - *611 - *17 - *19 responses: @@ -90597,7 +90683,6 @@ paths: description: Timeline Event type: object anyOf: - - *615 - *616 - *617 - *618 @@ -90610,6 +90695,7 @@ paths: - *625 - *626 - *627 + - *628 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -90657,12 +90743,12 @@ paths: issue_url: type: string format: uri - author_association: *172 + author_association: *173 performed_via_github_app: anyOf: - type: 'null' - *5 - reactions: *173 + reactions: *174 required: - event - actor @@ -90693,7 +90779,7 @@ paths: properties: type: type: string - issue: *185 + issue: *186 required: - event - created_at @@ -90915,7 +91001,7 @@ paths: type: string body_text: type: string - author_association: *172 + author_association: *173 required: - event - id @@ -90938,7 +91024,7 @@ paths: type: string comments: type: array - items: &646 + items: &647 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -91043,7 +91129,7 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/pulls/1 - author_association: *172 + author_association: *173 _links: type: object properties: @@ -91138,7 +91224,7 @@ paths: enum: - line - file - reactions: *173 + reactions: *174 body_html: type: string examples: @@ -91176,7 +91262,7 @@ paths: type: string comments: type: array - items: *534 + items: *535 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -91449,9 +91535,9 @@ paths: type: User site_admin: true headers: - Link: *38 + Link: *41 '404': *6 - '410': *430 + '410': *431 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91468,8 +91554,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#list-deploy-keys parameters: - - *419 - *420 + - *421 - *17 - *19 responses: @@ -91479,7 +91565,7 @@ paths: application/json: schema: type: array - items: &628 + items: &629 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -91531,7 +91617,7 @@ paths: last_used: '2022-01-10T15:53:42Z' enabled: true headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91547,8 +91633,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#create-a-deploy-key parameters: - - *419 - *420 + - *421 requestBody: required: true content: @@ -91584,9 +91670,9 @@ paths: description: Response content: application/json: - schema: *628 + schema: *629 examples: - default: &629 + default: &630 value: id: 1 key: ssh-rsa AAA... @@ -91620,9 +91706,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key parameters: - - *419 - *420 - - &630 + - *421 + - &631 name: key_id description: The unique identifier of the key. in: path @@ -91634,9 +91720,9 @@ paths: description: Response content: application/json: - schema: *628 + schema: *629 examples: - default: *629 + default: *630 '404': *6 x-github: githubCloudOnly: false @@ -91654,9 +91740,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#delete-a-deploy-key parameters: - - *419 - *420 - - *630 + - *421 + - *631 responses: '204': description: Response @@ -91676,8 +91762,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-a-repository parameters: - - *419 - *420 + - *421 - *17 - *19 responses: @@ -91687,11 +91773,11 @@ paths: application/json: schema: type: array - items: *613 + items: *614 examples: - default: *614 + default: *615 headers: - Link: *38 + Link: *41 '404': *6 x-github: githubCloudOnly: false @@ -91710,8 +91796,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#create-a-label parameters: - - *419 - *420 + - *421 requestBody: required: true content: @@ -91747,9 +91833,9 @@ paths: description: Response content: application/json: - schema: *613 + schema: *614 examples: - default: &631 + default: &632 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -91781,8 +91867,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#get-a-label parameters: - - *419 - *420 + - *421 - name: name in: path required: true @@ -91793,9 +91879,9 @@ paths: description: Response content: application/json: - schema: *613 + schema: *614 examples: - default: *631 + default: *632 '404': *6 x-github: githubCloudOnly: false @@ -91812,8 +91898,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#update-a-label parameters: - - *419 - *420 + - *421 - name: name in: path required: true @@ -91852,7 +91938,7 @@ paths: description: Response content: application/json: - schema: *613 + schema: *614 examples: default: value: @@ -91878,8 +91964,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#delete-a-label parameters: - - *419 - *420 + - *421 - name: name in: path required: true @@ -91905,8 +91991,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-languages parameters: - - *419 - *420 + - *421 responses: '200': description: Response @@ -91942,8 +92028,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/lfs#enable-git-lfs-for-a-repository parameters: - - *419 - *420 + - *421 responses: '202': *37 '403': @@ -91971,8 +92057,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/lfs#disable-git-lfs-for-a-repository parameters: - - *419 - *420 + - *421 responses: '204': description: Response @@ -91998,9 +92084,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/licenses/licenses#get-the-license-for-a-repository parameters: - - *419 - *420 - - *512 + - *421 + - *513 responses: '200': description: Response @@ -92066,7 +92152,7 @@ paths: license: anyOf: - type: 'null' - - *186 + - *187 required: - _links - git_url @@ -92147,8 +92233,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: - - *419 - *420 + - *421 requestBody: required: true content: @@ -92213,8 +92299,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#merge-a-branch parameters: - - *419 - *420 + - *421 requestBody: required: true content: @@ -92248,9 +92334,9 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *535 + schema: *536 examples: - default: *632 + default: *633 '204': description: Response when already merged '404': @@ -92275,8 +92361,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#list-milestones parameters: - - *419 - *420 + - *421 - name: state description: The state of the milestone. Either `open`, `closed`, or `all`. in: query @@ -92317,7 +92403,7 @@ paths: application/json: schema: type: array - items: *358 + items: *359 examples: default: value: @@ -92356,7 +92442,7 @@ paths: closed_at: '2013-02-12T13:22:01Z' due_on: '2012-10-09T23:39:01Z' headers: - Link: *38 + Link: *41 '404': *6 x-github: githubCloudOnly: false @@ -92373,8 +92459,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#create-a-milestone parameters: - - *419 - *420 + - *421 requestBody: required: true content: @@ -92414,9 +92500,9 @@ paths: description: Response content: application/json: - schema: *358 + schema: *359 examples: - default: &633 + default: &634 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -92475,9 +92561,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#get-a-milestone parameters: - - *419 - *420 - - &634 + - *421 + - &635 name: milestone_number description: The number that identifies the milestone. in: path @@ -92489,9 +92575,9 @@ paths: description: Response content: application/json: - schema: *358 + schema: *359 examples: - default: *633 + default: *634 '404': *6 x-github: githubCloudOnly: false @@ -92508,9 +92594,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#update-a-milestone parameters: - - *419 - *420 - - *634 + - *421 + - *635 requestBody: required: false content: @@ -92548,9 +92634,9 @@ paths: description: Response content: application/json: - schema: *358 + schema: *359 examples: - default: *633 + default: *634 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92566,9 +92652,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#delete-a-milestone parameters: - - *419 - *420 - - *634 + - *421 + - *635 responses: '204': description: Response @@ -92589,9 +92675,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: - - *419 - *420 - - *634 + - *421 + - *635 - *17 - *19 responses: @@ -92601,11 +92687,11 @@ paths: application/json: schema: type: array - items: *613 + items: *614 examples: - default: *614 + default: *615 headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92622,12 +92708,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: - - *419 - *420 - - *635 + - *421 - *636 - - *175 - *637 + - *176 + - *638 - *17 - *19 responses: @@ -92637,11 +92723,11 @@ paths: application/json: schema: type: array - items: *197 + items: *198 examples: - default: *638 + default: *639 headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -92663,8 +92749,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#mark-repository-notifications-as-read parameters: - - *419 - *420 + - *421 requestBody: required: false content: @@ -92722,14 +92808,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-a-apiname-pages-site parameters: - - *419 - *420 + - *421 responses: '200': description: Response content: application/json: - schema: &639 + schema: &640 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -92873,7 +92959,7 @@ paths: - custom_404 - public examples: - default: &640 + default: &641 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -92914,8 +93000,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#create-a-apiname-pages-site parameters: - - *419 - *420 + - *421 requestBody: required: true content: @@ -92970,11 +93056,11 @@ paths: description: Response content: application/json: - schema: *639 + schema: *640 examples: - default: *640 + default: *641 '422': *15 - '409': *106 + '409': *107 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92995,8 +93081,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: - - *419 - *420 + - *421 requestBody: required: true content: @@ -93083,7 +93169,7 @@ paths: description: Response '422': *15 '400': *14 - '409': *106 + '409': *107 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93104,14 +93190,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#delete-a-apiname-pages-site parameters: - - *419 - *420 + - *421 responses: '204': description: Response '422': *15 '404': *6 - '409': *106 + '409': *107 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93131,8 +93217,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#list-apiname-pages-builds parameters: - - *419 - *420 + - *421 - *17 - *19 responses: @@ -93142,7 +93228,7 @@ paths: application/json: schema: type: array - items: &641 + items: &642 title: Page Build description: Page Build type: object @@ -93215,7 +93301,7 @@ paths: created_at: '2014-02-10T19:00:49Z' updated_at: '2014-02-10T19:00:51Z' headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93234,8 +93320,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#request-a-apiname-pages-build parameters: - - *419 - *420 + - *421 responses: '201': description: Response @@ -93282,16 +93368,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-latest-pages-build parameters: - - *419 - *420 + - *421 responses: '200': description: Response content: application/json: - schema: *641 + schema: *642 examples: - default: &642 + default: &643 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -93339,8 +93425,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-apiname-pages-build parameters: - - *419 - *420 + - *421 - name: build_id in: path required: true @@ -93351,9 +93437,9 @@ paths: description: Response content: application/json: - schema: *641 + schema: *642 examples: - default: *642 + default: *643 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93373,8 +93459,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#create-a-github-pages-deployment parameters: - - *419 - *420 + - *421 requestBody: required: true content: @@ -93482,9 +93568,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: - - *419 - *420 - - &643 + - *421 + - &644 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -93542,11 +93628,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#cancel-a-github-pages-deployment parameters: - - *419 - *420 - - *643 + - *421 + - *644 responses: - '204': *128 + '204': *129 '404': *6 x-github: githubCloudOnly: false @@ -93571,8 +93657,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: - - *419 - *420 + - *421 responses: '200': description: Response @@ -93840,7 +93926,7 @@ paths: description: Empty response content: application/json: - schema: *243 + schema: *244 examples: default: value: @@ -93867,8 +93953,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: - - *419 - *420 + - *421 responses: '200': description: Private vulnerability reporting status @@ -93905,10 +93991,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-private-vulnerability-reporting-for-a-repository parameters: - - *419 - *420 + - *421 responses: - '204': *128 + '204': *129 '422': *14 x-github: githubCloudOnly: false @@ -93927,10 +94013,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-private-vulnerability-reporting-for-a-repository parameters: - - *419 - *420 + - *421 responses: - '204': *128 + '204': *129 '422': *14 x-github: githubCloudOnly: false @@ -93951,8 +94037,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#list-repository-projects parameters: - - *419 - *420 + - *421 - name: state description: Indicates the state of the projects to return. in: query @@ -93973,7 +94059,7 @@ paths: application/json: schema: type: array - items: *352 + items: *353 examples: default: value: @@ -94009,11 +94095,11 @@ paths: created_at: '2011-04-10T20:09:31Z' updated_at: '2014-03-03T18:58:10Z' headers: - Link: *38 + Link: *41 '401': *23 '403': *27 '404': *6 - '410': *430 + '410': *431 '422': *7 x-github: githubCloudOnly: false @@ -94036,8 +94122,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#create-a-repository-project parameters: - - *419 - *420 + - *421 requestBody: required: true content: @@ -94063,13 +94149,13 @@ paths: description: Response content: application/json: - schema: *352 + schema: *353 examples: - default: *429 + default: *430 '401': *23 '403': *27 '404': *6 - '410': *430 + '410': *431 '422': *7 x-github: githubCloudOnly: false @@ -94092,8 +94178,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: - - *419 - *420 + - *421 responses: '200': description: Response @@ -94101,7 +94187,7 @@ paths: application/json: schema: type: array - items: *365 + items: *366 examples: default: value: @@ -94132,8 +94218,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: - - *419 - *420 + - *421 requestBody: required: true content: @@ -94145,7 +94231,7 @@ paths: type: array description: A list of custom property names and associated values to apply to the repositories. - items: *365 + items: *366 required: - properties examples: @@ -94195,8 +94281,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-pull-requests parameters: - - *419 - *420 + - *421 - name: state description: Either `open`, `closed`, or `all` to filter by state. in: query @@ -94256,11 +94342,11 @@ paths: application/json: schema: type: array - items: *539 + items: *540 examples: - default: *644 + default: *645 headers: - Link: *38 + Link: *41 '304': *35 '422': *15 x-github: @@ -94290,8 +94376,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#create-a-pull-request parameters: - - *419 - *420 + - *421 requestBody: required: true content: @@ -94358,7 +94444,7 @@ paths: description: Response content: application/json: - schema: &648 + schema: &649 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -94487,7 +94573,7 @@ paths: milestone: anyOf: - type: 'null' - - *358 + - *359 active_lock_reason: type: - string @@ -94542,7 +94628,7 @@ paths: type: - array - 'null' - items: *334 + items: *335 head: type: object properties: @@ -94550,7 +94636,7 @@ paths: type: string ref: type: string - repo: *65 + repo: *67 sha: type: string user: *4 @@ -94567,7 +94653,7 @@ paths: type: string ref: type: string - repo: *65 + repo: *67 sha: type: string user: *4 @@ -94580,14 +94666,14 @@ paths: _links: type: object properties: - comments: *359 - commits: *359 - statuses: *359 - html: *359 - issue: *359 - review_comments: *359 - review_comment: *359 - self: *359 + comments: *360 + commits: *360 + statuses: *360 + html: *360 + issue: *360 + review_comments: *360 + review_comment: *360 + self: *360 required: - comments - commits @@ -94597,8 +94683,8 @@ paths: - review_comments - review_comment - self - author_association: *172 - auto_merge: *645 + author_association: *173 + auto_merge: *646 draft: description: Indicates whether or not the pull request is a draft. type: boolean @@ -94700,7 +94786,7 @@ paths: - merged_by - review_comments examples: - default: &649 + default: &650 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -95227,8 +95313,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#list-review-comments-in-a-repository parameters: - - *419 - *420 + - *421 - name: sort in: query required: false @@ -95247,7 +95333,7 @@ paths: enum: - asc - desc - - *175 + - *176 - *17 - *19 responses: @@ -95257,9 +95343,9 @@ paths: application/json: schema: type: array - items: *646 + items: *647 examples: - default: &651 + default: &652 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -95311,7 +95397,7 @@ paths: original_line: 2 side: RIGHT headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -95336,17 +95422,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: - - *419 - *420 - - *184 + - *421 + - *185 responses: '200': description: Response content: application/json: - schema: *646 + schema: *647 examples: - default: &647 + default: &648 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -95421,9 +95507,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#update-a-review-comment-for-a-pull-request parameters: - - *419 - *420 - - *184 + - *421 + - *185 requestBody: required: true content: @@ -95445,9 +95531,9 @@ paths: description: Response content: application/json: - schema: *646 + schema: *647 examples: - default: *647 + default: *648 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -95463,9 +95549,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#delete-a-review-comment-for-a-pull-request parameters: - - *419 - *420 - - *184 + - *421 + - *185 responses: '204': description: Response @@ -95486,9 +95572,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-pull-request-review-comment parameters: - - *419 - *420 - - *184 + - *421 + - *185 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a pull request review comment. @@ -95514,11 +95600,11 @@ paths: application/json: schema: type: array - items: *408 + items: *409 examples: - default: *410 + default: *411 headers: - Link: *38 + Link: *41 '404': *6 x-github: githubCloudOnly: false @@ -95537,9 +95623,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-pull-request-review-comment parameters: - - *419 - *420 - - *184 + - *421 + - *185 requestBody: required: true content: @@ -95571,16 +95657,16 @@ paths: description: Reaction exists content: application/json: - schema: *408 + schema: *409 examples: - default: *409 + default: *410 '201': description: Reaction created content: application/json: - schema: *408 + schema: *409 examples: - default: *409 + default: *410 '422': *15 x-github: githubCloudOnly: false @@ -95602,10 +95688,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-pull-request-comment-reaction parameters: - - *419 - *420 - - *184 - - *411 + - *421 + - *185 + - *412 responses: '204': description: Response @@ -95648,9 +95734,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#get-a-pull-request parameters: - - *419 - *420 - - &650 + - *421 + - &651 name: pull_number description: The number that identifies the pull request. in: path @@ -95663,9 +95749,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *648 + schema: *649 examples: - default: *649 + default: *650 '304': *35 '404': *6 '406': @@ -95673,8 +95759,8 @@ paths: content: application/json: schema: *3 - '500': *89 - '503': *162 + '500': *38 + '503': *163 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -95700,9 +95786,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#update-a-pull-request parameters: - - *419 - *420 - - *650 + - *421 + - *651 requestBody: required: false content: @@ -95744,9 +95830,9 @@ paths: description: Response content: application/json: - schema: *648 + schema: *649 examples: - default: *649 + default: *650 '422': *15 '403': *27 x-github: @@ -95768,9 +95854,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: - - *419 - *420 - - *650 + - *421 + - *651 requestBody: required: true content: @@ -95831,21 +95917,21 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *325 + schema: *326 examples: - default: *526 + default: *527 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *325 + schema: *326 examples: - default: *526 + default: *527 '401': *23 '403': *27 '404': *6 - '503': *162 + '503': *163 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -95871,10 +95957,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#list-review-comments-on-a-pull-request parameters: - - *419 - *420 - - *650 - - *194 + - *421 + - *651 + - *195 - name: direction description: The direction to sort results. Ignored without `sort` parameter. in: query @@ -95884,7 +95970,7 @@ paths: enum: - asc - desc - - *175 + - *176 - *17 - *19 responses: @@ -95894,11 +95980,11 @@ paths: application/json: schema: type: array - items: *646 + items: *647 examples: - default: *651 + default: *652 headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -95929,9 +96015,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: - - *419 - *420 - - *650 + - *421 + - *651 requestBody: required: true content: @@ -96037,7 +96123,7 @@ paths: description: Response content: application/json: - schema: *646 + schema: *647 examples: example-for-a-multi-line-comment: value: @@ -96125,10 +96211,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#create-a-reply-for-a-review-comment parameters: - - *419 - *420 - - *650 - - *184 + - *421 + - *651 + - *185 requestBody: required: true content: @@ -96150,7 +96236,7 @@ paths: description: Response content: application/json: - schema: *646 + schema: *647 examples: default: value: @@ -96236,9 +96322,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-commits-on-a-pull-request parameters: - - *419 - *420 - - *650 + - *421 + - *651 - *17 - *19 responses: @@ -96248,11 +96334,11 @@ paths: application/json: schema: type: array - items: *535 + items: *536 examples: - default: *652 + default: *653 headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96280,9 +96366,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-pull-requests-files parameters: - - *419 - *420 - - *650 + - *421 + - *651 - *17 - *19 responses: @@ -96292,7 +96378,7 @@ paths: application/json: schema: type: array - items: *546 + items: *547 examples: default: value: @@ -96308,10 +96394,10 @@ paths: patch: "@@ -132,7 +132,7 @@ module Test @@ -1000,7 +1000,7 @@ module Test" headers: - Link: *38 + Link: *41 '422': *15 - '500': *89 - '503': *162 + '500': *38 + '503': *163 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96330,9 +96416,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: - - *419 - *420 - - *650 + - *421 + - *651 responses: '204': description: Response if pull request has been merged @@ -96355,9 +96441,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#merge-a-pull-request parameters: - - *419 - *420 - - *650 + - *421 + - *651 requestBody: required: false content: @@ -96469,9 +96555,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: - - *419 - *420 - - *650 + - *421 + - *651 responses: '200': description: Response @@ -96487,7 +96573,7 @@ paths: items: *4 teams: type: array - items: *260 + items: *261 required: - users - teams @@ -96528,7 +96614,7 @@ paths: repositories_url: https://api.github.com/teams/1/repos parent: headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96546,9 +96632,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: - - *419 - *420 - - *650 + - *421 + - *651 requestBody: required: false content: @@ -96585,7 +96671,7 @@ paths: description: Response content: application/json: - schema: *539 + schema: *540 examples: default: value: @@ -97121,9 +97207,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: - - *419 - *420 - - *650 + - *421 + - *651 requestBody: required: true content: @@ -97157,7 +97243,7 @@ paths: description: Response content: application/json: - schema: *539 + schema: *540 examples: default: value: @@ -97662,9 +97748,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#list-reviews-for-a-pull-request parameters: - - *419 - *420 - - *650 + - *421 + - *651 - *17 - *19 responses: @@ -97674,7 +97760,7 @@ paths: application/json: schema: type: array - items: &653 + items: &654 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -97748,7 +97834,7 @@ paths: type: string body_text: type: string - author_association: *172 + author_association: *173 required: - id - node_id @@ -97797,7 +97883,7 @@ paths: commit_id: ecdd80bb57125d7ba9641ffaa4d7d2c19d3f3091 author_association: COLLABORATOR headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97830,9 +97916,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: - - *419 - *420 - - *650 + - *421 + - *651 requestBody: required: false content: @@ -97922,9 +98008,9 @@ paths: description: Response content: application/json: - schema: *653 + schema: *654 examples: - default: &655 + default: &656 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -97987,10 +98073,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: - - *419 - *420 - - *650 - - &654 + - *421 + - *651 + - &655 name: review_id description: The unique identifier of the review. in: path @@ -98002,9 +98088,9 @@ paths: description: Response content: application/json: - schema: *653 + schema: *654 examples: - default: &656 + default: &657 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -98063,10 +98149,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: - - *419 - *420 - - *650 - - *654 + - *421 + - *651 + - *655 requestBody: required: true content: @@ -98089,7 +98175,7 @@ paths: description: Response content: application/json: - schema: *653 + schema: *654 examples: default: value: @@ -98151,18 +98237,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: - - *419 - *420 - - *650 - - *654 + - *421 + - *651 + - *655 responses: '200': description: Response content: application/json: - schema: *653 + schema: *654 examples: - default: *655 + default: *656 '422': *7 '404': *6 x-github: @@ -98189,10 +98275,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: - - *419 - *420 - - *650 - - *654 + - *421 + - *651 + - *655 - *17 - *19 responses: @@ -98286,13 +98372,13 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/pulls/1 - author_association: *172 + author_association: *173 _links: type: object properties: - self: *359 - html: *359 - pull_request: *359 + self: *360 + html: *360 + pull_request: *360 required: - self - html @@ -98301,7 +98387,7 @@ paths: type: string body_html: type: string - reactions: *173 + reactions: *174 side: description: The side of the first line of the range for a multi-line comment. @@ -98421,7 +98507,7 @@ paths: pull_request: href: https://api.github.com/repos/octocat/Hello-World/pulls/1 headers: - Link: *38 + Link: *41 '404': *6 x-github: githubCloudOnly: false @@ -98450,10 +98536,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: - - *419 - *420 - - *650 - - *654 + - *421 + - *651 + - *655 requestBody: required: true content: @@ -98482,7 +98568,7 @@ paths: description: Response content: application/json: - schema: *653 + schema: *654 examples: default: value: @@ -98545,10 +98631,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: - - *419 - *420 - - *650 - - *654 + - *421 + - *651 + - *655 requestBody: required: true content: @@ -98583,9 +98669,9 @@ paths: description: Response content: application/json: - schema: *653 + schema: *654 examples: - default: *656 + default: *657 '404': *6 '422': *7 '403': *27 @@ -98607,9 +98693,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#update-a-pull-request-branch parameters: - - *419 - *420 - - *650 + - *421 + - *651 requestBody: required: false content: @@ -98673,8 +98759,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-a-repository-readme parameters: - - *419 - *420 + - *421 - name: ref description: 'The name of the commit/branch/tag. Default: the repository’s default branch.' @@ -98687,9 +98773,9 @@ paths: description: Response content: application/json: - schema: *657 + schema: *658 examples: - default: &658 + default: &659 value: type: file encoding: base64 @@ -98731,8 +98817,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: - - *419 - *420 + - *421 - name: dir description: The alternate path to look for a README file in: path @@ -98752,9 +98838,9 @@ paths: description: Response content: application/json: - schema: *657 + schema: *658 examples: - default: *658 + default: *659 '404': *6 '422': *15 x-github: @@ -98776,8 +98862,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#list-releases parameters: - - *419 - *420 + - *421 - *17 - *19 responses: @@ -98787,7 +98873,7 @@ paths: application/json: schema: type: array - items: &659 + items: &660 title: Release description: A release. type: object @@ -98869,7 +98955,7 @@ paths: author: *4 assets: type: array - items: &660 + items: &661 title: Release Asset description: Data related to a release. type: object @@ -98944,7 +99030,7 @@ paths: description: The URL of the release discussion. type: string format: uri - reactions: *173 + reactions: *174 required: - assets_url - upload_url @@ -99036,7 +99122,7 @@ paths: type: User site_admin: false headers: - Link: *38 + Link: *41 '404': *6 x-github: githubCloudOnly: false @@ -99056,8 +99142,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#create-a-release parameters: - - *419 - *420 + - *421 requestBody: required: true content: @@ -99133,9 +99219,9 @@ paths: description: Response content: application/json: - schema: *659 + schema: *660 examples: - default: &663 + default: &664 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -99240,9 +99326,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#get-a-release-asset parameters: - - *419 - *420 - - &661 + - *421 + - &662 name: asset_id description: The unique identifier of the asset. in: path @@ -99254,9 +99340,9 @@ paths: description: Response content: application/json: - schema: *660 + schema: *661 examples: - default: &662 + default: &663 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 @@ -99291,7 +99377,7 @@ paths: type: User site_admin: false '404': *6 - '302': *548 + '302': *549 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99307,9 +99393,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#update-a-release-asset parameters: - - *419 - *420 - - *661 + - *421 + - *662 requestBody: required: false content: @@ -99338,9 +99424,9 @@ paths: description: Response content: application/json: - schema: *660 + schema: *661 examples: - default: *662 + default: *663 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99356,9 +99442,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#delete-a-release-asset parameters: - - *419 - *420 - - *661 + - *421 + - *662 responses: '204': description: Response @@ -99382,8 +99468,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: - - *419 - *420 + - *421 requestBody: required: true content: @@ -99469,16 +99555,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-the-latest-release parameters: - - *419 - *420 + - *421 responses: '200': description: Response content: application/json: - schema: *659 + schema: *660 examples: - default: *663 + default: *664 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99495,8 +99581,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-a-release-by-tag-name parameters: - - *419 - *420 + - *421 - name: tag description: tag parameter in: path @@ -99509,9 +99595,9 @@ paths: description: Response content: application/json: - schema: *659 + schema: *660 examples: - default: *663 + default: *664 '404': *6 x-github: githubCloudOnly: false @@ -99533,9 +99619,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-a-release parameters: - - *419 - *420 - - &664 + - *421 + - &665 name: release_id description: The unique identifier of the release. in: path @@ -99549,9 +99635,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: *659 + schema: *660 examples: - default: *663 + default: *664 '401': description: Unauthorized x-github: @@ -99569,9 +99655,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#update-a-release parameters: - - *419 - *420 - - *664 + - *421 + - *665 requestBody: required: false content: @@ -99635,9 +99721,9 @@ paths: description: Response content: application/json: - schema: *659 + schema: *660 examples: - default: *663 + default: *664 '404': description: Not Found if the discussion category name is invalid content: @@ -99658,9 +99744,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#delete-a-release parameters: - - *419 - *420 - - *664 + - *421 + - *665 responses: '204': description: Response @@ -99680,9 +99766,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#list-release-assets parameters: - - *419 - *420 - - *664 + - *421 + - *665 - *17 - *19 responses: @@ -99692,7 +99778,7 @@ paths: application/json: schema: type: array - items: *660 + items: *661 examples: default: value: @@ -99729,7 +99815,7 @@ paths: type: User site_admin: false headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99774,9 +99860,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: - - *419 - *420 - - *664 + - *421 + - *665 - name: name in: query required: true @@ -99802,7 +99888,7 @@ paths: description: Response for successful upload content: application/json: - schema: *660 + schema: *661 examples: response-for-successful-upload: value: @@ -99857,9 +99943,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-release parameters: - - *419 - *420 - - *664 + - *421 + - *665 - 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. @@ -99883,11 +99969,11 @@ paths: application/json: schema: type: array - items: *408 + items: *409 examples: - default: *410 + default: *411 headers: - Link: *38 + Link: *41 '404': *6 x-github: githubCloudOnly: false @@ -99906,9 +99992,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-release parameters: - - *419 - *420 - - *664 + - *421 + - *665 requestBody: required: true content: @@ -99938,16 +100024,16 @@ paths: description: Reaction exists content: application/json: - schema: *408 + schema: *409 examples: - default: *409 + default: *410 '201': description: Reaction created content: application/json: - schema: *408 + schema: *409 examples: - default: *409 + default: *410 '422': *15 x-github: githubCloudOnly: false @@ -99969,10 +100055,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-release-reaction parameters: - - *419 - *420 - - *664 - - *411 + - *421 + - *665 + - *412 responses: '204': description: Response @@ -99996,9 +100082,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-rules-for-a-branch parameters: - - *419 - *420 - - *478 + - *421 + - *479 - *17 - *19 responses: @@ -100014,8 +100100,8 @@ paths: description: A repository rule with ruleset details. oneOf: - allOf: - - *137 - - &665 + - *138 + - &666 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -100034,66 +100120,66 @@ paths: ruleset_id: type: integer description: The ID of the ruleset that includes this rule. - - allOf: - - *138 - - *665 - allOf: - *139 - - *665 + - *666 - allOf: - *140 - - *665 - - allOf: - *666 - - *665 - allOf: - *141 - - *665 + - *666 + - allOf: + - *667 + - *666 - allOf: - *142 - - *665 + - *666 - allOf: - *143 - - *665 + - *666 - allOf: - *144 - - *665 + - *666 - allOf: - *145 - - *665 + - *666 - allOf: - *146 - - *665 + - *666 - allOf: - *147 - - *665 + - *666 - allOf: - *148 - - *665 + - *666 - allOf: - *149 - - *665 + - *666 - allOf: - *150 - - *665 + - *666 - allOf: - *151 - - *665 + - *666 - allOf: - *152 - - *665 + - *666 - allOf: - *153 - - *665 + - *666 - allOf: - *154 - - *665 + - *666 - allOf: - *155 - - *665 + - *666 - allOf: - *156 - - *665 + - *666 + - allOf: + - *157 + - *666 examples: default: value: @@ -100132,8 +100218,8 @@ paths: category: repos subcategory: rules parameters: - - *419 - *420 + - *421 - *17 - *19 - name: includes_parents @@ -100144,7 +100230,7 @@ paths: schema: type: boolean default: true - - *667 + - *668 responses: '200': description: Response @@ -100152,7 +100238,7 @@ paths: application/json: schema: type: array - items: *157 + items: *158 examples: default: value: @@ -100183,7 +100269,7 @@ paths: created_at: '2023-08-15T08:43:03Z' updated_at: '2023-09-23T16:29:47Z' '404': *6 - '500': *89 + '500': *38 post: summary: Create a repository ruleset description: Create a ruleset for a repository. @@ -100199,8 +100285,8 @@ paths: category: repos subcategory: rules parameters: - - *419 - *420 + - *421 requestBody: description: Request body required: true @@ -100220,16 +100306,16 @@ paths: - tag - push default: branch - enforcement: *135 + enforcement: *136 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *136 - conditions: *131 + items: *137 + conditions: *132 rules: type: array description: An array of rules within the ruleset. - items: *668 + items: *669 required: - name - enforcement @@ -100260,9 +100346,9 @@ paths: description: Response content: application/json: - schema: *157 + schema: *158 examples: - default: &677 + default: &678 value: id: 42 name: super cool ruleset @@ -100295,7 +100381,7 @@ paths: created_at: '2023-07-15T08:43:03Z' updated_at: '2023-08-23T16:29:47Z' '404': *6 - '500': *89 + '500': *38 "/repos/{owner}/{repo}/rulesets/rule-suites": get: summary: List repository rule suites @@ -100309,12 +100395,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rule-suites#list-repository-rule-suites parameters: - - *419 - *420 - - *669 - - *93 + - *421 - *670 + - *94 - *671 + - *672 - *17 - *19 responses: @@ -100322,11 +100408,11 @@ paths: description: Response content: application/json: - schema: *672 + schema: *673 examples: - default: *673 + default: *674 '404': *6 - '500': *89 + '500': *38 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100345,19 +100431,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rule-suites#get-a-repository-rule-suite parameters: - - *419 - *420 - - *674 + - *421 + - *675 responses: '200': description: Response content: application/json: - schema: *675 + schema: *676 examples: - default: *676 + default: *677 '404': *6 - '500': *89 + '500': *38 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100383,8 +100469,8 @@ paths: category: repos subcategory: rules parameters: - - *419 - *420 + - *421 - name: ruleset_id description: The ID of the ruleset. in: path @@ -100404,11 +100490,11 @@ paths: description: Response content: application/json: - schema: *157 + schema: *158 examples: - default: *677 + default: *678 '404': *6 - '500': *89 + '500': *38 put: summary: Update a repository ruleset description: Update a ruleset for a repository. @@ -100424,8 +100510,8 @@ paths: category: repos subcategory: rules parameters: - - *419 - *420 + - *421 - name: ruleset_id description: The ID of the ruleset. in: path @@ -100450,16 +100536,16 @@ paths: - branch - tag - push - enforcement: *135 + enforcement: *136 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *136 - conditions: *131 + items: *137 + conditions: *132 rules: description: An array of rules within the ruleset. type: array - items: *668 + items: *669 examples: default: value: @@ -100487,11 +100573,11 @@ paths: description: Response content: application/json: - schema: *157 + schema: *158 examples: - default: *677 + default: *678 '404': *6 - '500': *89 + '500': *38 delete: summary: Delete a repository ruleset description: Delete a ruleset for a repository. @@ -100507,8 +100593,8 @@ paths: category: repos subcategory: rules parameters: - - *419 - *420 + - *421 - name: ruleset_id description: The ID of the ruleset. in: path @@ -100519,7 +100605,7 @@ paths: '204': description: Response '404': *6 - '500': *89 + '500': *38 "/repos/{owner}/{repo}/rulesets/{ruleset_id}/history": get: summary: Get repository ruleset history @@ -100531,8 +100617,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-repository-ruleset-history parameters: - - *419 - *420 + - *421 - *17 - *19 - name: ruleset_id @@ -100548,11 +100634,11 @@ paths: application/json: schema: type: array - items: *161 + items: *162 examples: - default: *372 + default: *373 '404': *6 - '500': *89 + '500': *38 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100569,8 +100655,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-repository-ruleset-version parameters: - - *419 - *420 + - *421 - name: ruleset_id description: The ID of the ruleset. in: path @@ -100588,7 +100674,7 @@ paths: description: Response content: application/json: - schema: *373 + schema: *374 examples: default: value: @@ -100621,7 +100707,7 @@ paths: operator: contains pattern: github '404': *6 - '500': *89 + '500': *38 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100643,21 +100729,21 @@ 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: - - *419 - *420 - - *374 + - *421 - *375 - *376 - *377 - - *98 + - *378 + - *99 - *19 - *17 - - *678 - *679 - - *378 + - *680 - *379 - *380 - *381 + - *382 responses: '200': description: Response @@ -100665,24 +100751,24 @@ paths: application/json: schema: type: array - items: &683 + items: &684 type: object properties: - number: *108 - created_at: *115 + number: *109 + created_at: *116 updated_at: anyOf: - type: 'null' - - *116 - url: *113 - html_url: *114 + - *117 + url: *114 + html_url: *115 locations_url: type: string format: uri description: The REST API URL of the code locations for this alert. - state: *680 - resolution: *681 + state: *681 + resolution: *682 resolved_at: type: - string @@ -100776,7 +100862,7 @@ paths: first_location_detected: anyOf: - type: 'null' - - *682 + - *683 has_more_locations: type: boolean description: A boolean value representing whether or not the @@ -100876,7 +100962,7 @@ paths: '404': description: Repository is public or secret scanning is disabled for the repository - '503': *162 + '503': *163 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100898,16 +100984,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: - - *419 - *420 - - *506 - - *381 + - *421 + - *507 + - *382 responses: '200': description: Response content: application/json: - schema: *683 + schema: *684 examples: default: value: @@ -100938,7 +101024,7 @@ paths: '404': description: Repository is public, or secret scanning is disabled for the repository, or the resource is not found - '503': *162 + '503': *163 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100959,9 +101045,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: - - *419 - *420 - - *506 + - *421 + - *507 requestBody: required: true content: @@ -100969,8 +101055,8 @@ paths: schema: type: object properties: - state: *680 - resolution: *681 + state: *681 + resolution: *682 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -100989,7 +101075,7 @@ paths: description: Response content: application/json: - schema: *683 + schema: *684 examples: default: value: @@ -101042,7 +101128,7 @@ paths: repository, or the resource is not found '422': description: State does not match the resolution or resolution comment - '503': *162 + '503': *163 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -101064,9 +101150,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: - - *419 - *420 - - *506 + - *421 + - *507 - *19 - *17 responses: @@ -101077,7 +101163,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &860 + items: &861 type: object properties: type: @@ -101104,7 +101190,6 @@ paths: - commit details: oneOf: - - *684 - *685 - *686 - *687 @@ -101117,6 +101202,7 @@ paths: - *694 - *695 - *696 + - *697 examples: default: value: @@ -101176,11 +101262,11 @@ paths: details: pull_request_review_comment_url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/12 headers: - Link: *38 + Link: *41 '404': description: Repository is public, or secret scanning is disabled for the repository, or the resource is not found - '503': *162 + '503': *163 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -101202,8 +101288,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: - - *419 - *420 + - *421 requestBody: required: true content: @@ -101211,14 +101297,14 @@ paths: schema: type: object properties: - reason: &698 + reason: &699 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *697 + placeholder_id: *698 required: - reason - placeholder_id @@ -101235,7 +101321,7 @@ paths: schema: type: object properties: - reason: *698 + reason: *699 expire_at: type: - string @@ -101259,7 +101345,7 @@ paths: this repository. '422': description: Bad request, input data missing or incorrect. - '503': *162 + '503': *163 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -101279,13 +101365,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#get-secret-scanning-scan-history-for-a-repository parameters: - - *419 - *420 + - *421 responses: '404': description: Repository does not have GitHub Advanced Security or secret scanning enabled - '503': *162 + '503': *163 '200': description: Response content: @@ -101295,7 +101381,7 @@ paths: properties: incremental_scans: type: array - items: &699 + items: &700 description: Information on a single scan performed by secret scanning on the repository type: object @@ -101323,15 +101409,15 @@ paths: the scan is pending pattern_update_scans: type: array - items: *699 + items: *700 backfill_scans: type: array - items: *699 + items: *700 custom_pattern_backfill_scans: type: array items: allOf: - - *699 + - *700 - type: object properties: pattern_name: @@ -101401,9 +101487,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#list-repository-security-advisories parameters: - - *419 - *420 - - *98 + - *421 + - *99 - name: sort description: The property to sort the results by. in: query @@ -101415,8 +101501,8 @@ paths: - updated - published default: created - - *96 - *97 + - *98 - name: per_page description: The number of advisories to return per page. For more information, see "[Using pagination in the REST API](https://docs.github.com/enterprise-cloud@latest//rest/using-the-rest-api/using-pagination-in-the-rest-api)." @@ -101446,9 +101532,9 @@ paths: application/json: schema: type: array - items: *700 + items: *701 examples: - default: *701 + default: *702 '400': *14 '404': *6 x-github: @@ -101471,8 +101557,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: - - *419 - *420 + - *421 requestBody: required: true content: @@ -101552,7 +101638,7 @@ paths: login: type: string description: The username of the user credited. - type: *386 + type: *387 required: - login - type @@ -101642,9 +101728,9 @@ paths: description: Response content: application/json: - schema: *700 + schema: *701 examples: - default: &703 + default: &704 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -101877,8 +101963,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: - - *419 - *420 + - *421 requestBody: required: true content: @@ -101991,7 +102077,7 @@ paths: description: Response content: application/json: - schema: *700 + schema: *701 examples: default: value: @@ -102138,17 +102224,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: - - *419 - *420 - - *702 + - *421 + - *703 responses: '200': description: Response content: application/json: - schema: *700 + schema: *701 examples: - default: *703 + default: *704 '403': *27 '404': *6 x-github: @@ -102172,9 +102258,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: - - *419 - *420 - - *702 + - *421 + - *703 requestBody: required: true content: @@ -102254,7 +102340,7 @@ paths: login: type: string description: The username of the user credited. - type: *386 + type: *387 required: - login - type @@ -102345,17 +102431,17 @@ paths: description: Response content: application/json: - schema: *700 + schema: *701 examples: - default: *703 - add_credit: *703 + default: *704 + add_credit: *704 '403': *27 '404': *6 '422': description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: *209 + schema: *210 examples: invalid_state_transition: value: @@ -102386,9 +102472,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: - - *419 - *420 - - *702 + - *421 + - *703 responses: '202': *37 '400': *14 @@ -102415,17 +102501,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: - - *419 - *420 - - *702 + - *421 + - *703 responses: '202': description: Response content: application/json: - schema: *432 + schema: *433 examples: - default: *434 + default: *435 '400': *14 '422': *15 '403': *27 @@ -102451,8 +102537,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-stargazers parameters: - - *419 - *420 + - *421 - *17 - *19 responses: @@ -102526,7 +102612,7 @@ paths: type: User site_admin: false headers: - Link: *38 + Link: *41 '422': *15 x-github: githubCloudOnly: false @@ -102548,8 +102634,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-weekly-commit-activity parameters: - - *419 - *420 + - *421 responses: '200': description: Returns a weekly aggregate of the number of additions and deletions @@ -102558,7 +102644,7 @@ paths: application/json: schema: type: array - items: &704 + items: &705 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -102571,7 +102657,7 @@ paths: - 1124 - -435 '202': *37 - '204': *128 + '204': *129 '422': description: Repository contains more than 10,000 commits x-github: @@ -102591,8 +102677,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: - - *419 - *420 + - *421 responses: '200': description: Response @@ -102643,7 +102729,7 @@ paths: total: 89 week: 1336280400 '202': *37 - '204': *128 + '204': *129 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -102670,8 +102756,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-all-contributor-commit-activity parameters: - - *419 - *420 + - *421 responses: '200': description: Response @@ -102743,7 +102829,7 @@ paths: d: 77 c: 10 '202': *37 - '204': *128 + '204': *129 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -102765,8 +102851,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-weekly-commit-count parameters: - - *419 - *420 + - *421 responses: '200': description: The array order is oldest week (index 0) to most recent week. @@ -102920,8 +103006,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: - - *419 - *420 + - *421 responses: '200': description: For example, `[2, 14, 25]` indicates that there were 25 total @@ -102931,7 +103017,7 @@ paths: application/json: schema: type: array - items: *704 + items: *705 examples: default: value: @@ -102944,7 +103030,7 @@ paths: - - 0 - 2 - 21 - '204': *128 + '204': *129 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -102964,8 +103050,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#create-a-commit-status parameters: - - *419 - *420 + - *421 - name: sha in: path required: true @@ -103021,7 +103107,7 @@ paths: description: Response content: application/json: - schema: *705 + schema: *706 examples: default: value: @@ -103075,8 +103161,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#list-watchers parameters: - - *419 - *420 + - *421 - *17 - *19 responses: @@ -103088,9 +103174,9 @@ paths: type: array items: *4 examples: - default: *324 + default: *325 headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -103108,14 +103194,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#get-a-repository-subscription parameters: - - *419 - *420 + - *421 responses: '200': description: if you subscribe to the repository content: application/json: - schema: &706 + schema: &707 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -103188,8 +103274,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#set-a-repository-subscription parameters: - - *419 - *420 + - *421 requestBody: required: false content: @@ -103215,7 +103301,7 @@ paths: description: Response content: application/json: - schema: *706 + schema: *707 examples: default: value: @@ -103242,8 +103328,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#delete-a-repository-subscription parameters: - - *419 - *420 + - *421 responses: '204': description: Response @@ -103263,8 +103349,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-tags parameters: - - *419 - *420 + - *421 - *17 - *19 responses: @@ -103323,7 +103409,7 @@ paths: tarball_url: https://github.com/octocat/Hello-World/tarball/v0.1 node_id: MDQ6VXNlcjE= headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -103346,8 +103432,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: - - *419 - *420 + - *421 responses: '200': description: Response @@ -103355,7 +103441,7 @@ paths: application/json: schema: type: array - items: &707 + items: &708 title: Tag protection description: Tag protection type: object @@ -103412,8 +103498,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: - - *419 - *420 + - *421 requestBody: required: true content: @@ -103436,7 +103522,7 @@ paths: description: Response content: application/json: - schema: *707 + schema: *708 examples: default: value: @@ -103467,8 +103553,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: - - *419 - *420 + - *421 - name: tag_protection_id description: The unique identifier of the tag protection. in: path @@ -103505,8 +103591,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#download-a-repository-archive-tar operationId: repos/download-tarball-archive parameters: - - *419 - *420 + - *421 - name: ref in: path required: true @@ -103542,8 +103628,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-teams parameters: - - *419 - *420 + - *421 - *17 - *19 responses: @@ -103553,11 +103639,11 @@ paths: application/json: schema: type: array - items: *260 + items: *261 examples: - default: *335 + default: *336 headers: - Link: *38 + Link: *41 '404': *6 x-github: githubCloudOnly: false @@ -103575,8 +103661,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-all-repository-topics parameters: - - *419 - *420 + - *421 - *19 - *17 responses: @@ -103584,7 +103670,7 @@ paths: description: Response content: application/json: - schema: &708 + schema: &709 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -103596,7 +103682,7 @@ paths: required: - names examples: - default: &709 + default: &710 value: names: - octocat @@ -103619,8 +103705,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#replace-all-repository-topics parameters: - - *419 - *420 + - *421 requestBody: required: true content: @@ -103651,9 +103737,9 @@ paths: description: Response content: application/json: - schema: *708 + schema: *709 examples: - default: *709 + default: *710 '404': *6 '422': *7 x-github: @@ -103674,9 +103760,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-repository-clones parameters: - - *419 - *420 - - &710 + - *421 + - &711 name: per description: The time frame to display results for. in: query @@ -103707,7 +103793,7 @@ paths: - 128 clones: type: array - items: &711 + items: &712 title: Traffic type: object properties: @@ -103794,8 +103880,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-top-referral-paths parameters: - - *419 - *420 + - *421 responses: '200': description: Response @@ -103889,8 +103975,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-top-referral-sources parameters: - - *419 - *420 + - *421 responses: '200': description: Response @@ -103953,9 +104039,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-page-views parameters: - - *419 - *420 - - *710 + - *421 + - *711 responses: '200': description: Response @@ -103976,7 +104062,7 @@ paths: - 3782 views: type: array - items: *711 + items: *712 required: - uniques - count @@ -104053,8 +104139,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#transfer-a-repository parameters: - - *419 - *420 + - *421 requestBody: required: true content: @@ -104090,7 +104176,7 @@ paths: description: Response content: application/json: - schema: *232 + schema: *233 examples: default: value: @@ -104328,8 +104414,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: - - *419 - *420 + - *421 responses: '204': description: Response if repository is enabled with vulnerability alerts @@ -104352,8 +104438,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-vulnerability-alerts parameters: - - *419 - *420 + - *421 responses: '204': description: Response @@ -104375,8 +104461,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-vulnerability-alerts parameters: - - *419 - *420 + - *421 responses: '204': description: Response @@ -104402,8 +104488,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#download-a-repository-archive-zip operationId: repos/download-zipball-archive parameters: - - *419 - *420 + - *421 - name: ref in: path required: true @@ -104495,9 +104581,9 @@ paths: description: Response content: application/json: - schema: *432 + schema: *433 examples: - default: *434 + default: *435 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -104538,7 +104624,7 @@ paths: application/json: schema: type: array - items: *232 + items: *233 examples: default: value: @@ -104648,7 +104734,7 @@ paths: value: Engineering externalId: value: 8aa1a0c0-c4c3-4bc0-b4a5-2ef676900159 - - &719 + - &720 name: excludedAttributes description: Excludes the specified attribute from being returned in the results. Using this parameter can speed up response time. @@ -104658,7 +104744,7 @@ paths: type: string examples: - members - - &724 + - &725 name: startIndex description: 'Used for pagination: the starting index of the first result to return when paginating through values.' @@ -104670,7 +104756,7 @@ paths: format: int32 examples: - 1 - - &725 + - &726 name: count description: 'Used for pagination: the number of results to return per page.' in: query @@ -104714,7 +104800,7 @@ paths: Resources: type: array description: Information about each provisioned group. - items: &714 + items: &715 allOf: - type: object required: @@ -104796,7 +104882,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: &726 + meta: &727 type: object description: The metadata associated with the creation/updates to the user. @@ -104861,30 +104947,30 @@ paths: location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 startIndex: 1 itemsPerPage: 20 - '400': &715 + '400': &716 description: Bad request content: application/json: - schema: *712 + schema: *713 application/scim+json: - schema: *712 - '401': *713 - '403': &716 + schema: *713 + '401': *714 + '403': &717 description: Permission denied - '429': &717 + '429': &718 description: Too many requests content: application/json: - schema: *712 + schema: *713 application/scim+json: - schema: *712 - '500': &718 + schema: *713 + '500': &719 description: Internal server error content: application/json: - schema: *712 + schema: *713 application/scim+json: - schema: *712 + schema: *713 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -104908,7 +104994,7 @@ paths: required: true content: application/json: - schema: &722 + schema: &723 type: object required: - schemas @@ -104972,9 +105058,9 @@ paths: description: Group has been created content: application/scim+json: - schema: *714 + schema: *715 examples: - group: &720 + group: &721 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:Group @@ -104993,13 +105079,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': *715 - '401': *713 - '403': *716 - '409': &723 + '400': *716 + '401': *714 + '403': *717 + '409': &724 description: Duplicate record detected - '429': *717 - '500': *718 + '429': *718 + '500': *719 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -105016,7 +105102,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: - - &721 + - &722 name: scim_group_id description: A unique identifier of the SCIM group. in: path @@ -105025,22 +105111,22 @@ paths: type: string examples: - 7fce0092-d52e-4f76-b727-3955bd72c939 - - *719 + - *720 - *39 responses: '200': description: Success, a group was found content: application/scim+json: - schema: *714 + schema: *715 examples: - default: *720 - '400': *715 - '401': *713 - '403': *716 + default: *721 + '400': *716 + '401': *714 + '403': *717 '404': *6 - '429': *717 - '500': *718 + '429': *718 + '500': *719 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -105059,13 +105145,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: - - *721 + - *722 - *39 requestBody: required: true content: application/json: - schema: *722 + schema: *723 examples: group: summary: Group @@ -105091,17 +105177,17 @@ paths: description: Group was updated content: application/scim+json: - schema: *714 + schema: *715 examples: - group: *720 - groupWithMembers: *720 - '400': *715 - '401': *713 - '403': *716 + group: *721 + groupWithMembers: *721 + '400': *716 + '401': *714 + '403': *717 '404': *6 - '409': *723 - '429': *717 - '500': *718 + '409': *724 + '429': *718 + '500': *719 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -105125,13 +105211,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: - - *721 + - *722 - *39 requestBody: required: true content: application/json: - schema: &733 + schema: &734 type: object required: - Operations @@ -105191,17 +105277,17 @@ paths: description: Success, group was updated content: application/scim+json: - schema: *714 + schema: *715 examples: - updateGroup: *720 - addMembers: *720 - '400': *715 - '401': *713 - '403': *716 + updateGroup: *721 + addMembers: *721 + '400': *716 + '401': *714 + '403': *717 '404': *6 - '409': *723 - '429': *717 - '500': *718 + '409': *724 + '429': *718 + '500': *719 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -105217,17 +105303,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: - - *721 + - *722 - *39 responses: '204': description: Group was deleted, no content - '400': *715 - '401': *713 - '403': *716 + '400': *716 + '401': *714 + '403': *717 '404': *6 - '429': *717 - '500': *718 + '429': *718 + '500': *719 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -105261,8 +105347,8 @@ paths: value: userName eq 'E012345' externalId: value: externalId eq 'E012345' - - *724 - *725 + - *726 - *39 responses: '200': @@ -105296,7 +105382,7 @@ paths: Resources: type: array description: Information about each provisioned account. - items: &728 + items: &729 allOf: - type: object required: @@ -105388,7 +105474,7 @@ paths: address. examples: - true - roles: &727 + roles: &728 type: array description: The roles assigned to the user. items: @@ -105447,7 +105533,7 @@ paths: type: string description: Provisioned SCIM groups that the user is a member of. - meta: *726 + meta: *727 startIndex: type: integer description: A starting index for the returned page @@ -105486,11 +105572,11 @@ paths: primary: false startIndex: 1 itemsPerPage: 20 - '400': *715 - '401': *713 - '403': *716 - '429': *717 - '500': *718 + '400': *716 + '401': *714 + '403': *717 + '429': *718 + '500': *719 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -105514,7 +105600,7 @@ paths: required: true content: application/json: - schema: &731 + schema: &732 type: object required: - schemas @@ -105607,9 +105693,9 @@ paths: description: Whether this email address is the primary address. examples: - true - roles: *727 + roles: *728 examples: - user: &732 + user: &733 summary: User value: schemas: @@ -105656,9 +105742,9 @@ paths: description: User has been created content: application/scim+json: - schema: *728 + schema: *729 examples: - user: &729 + user: &730 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -105684,13 +105770,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: *729 - '400': *715 - '401': *713 - '403': *716 - '409': *723 - '429': *717 - '500': *718 + enterpriseOwner: *730 + '400': *716 + '401': *714 + '403': *717 + '409': *724 + '429': *718 + '500': *719 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -105707,7 +105793,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: - - &730 + - &731 name: scim_user_id description: The unique identifier of the SCIM user. in: path @@ -105720,15 +105806,15 @@ paths: description: Success, a user was found content: application/scim+json: - schema: *728 + schema: *729 examples: - default: *729 - '400': *715 - '401': *713 - '403': *716 + default: *730 + '400': *716 + '401': *714 + '403': *717 '404': *6 - '429': *717 - '500': *718 + '429': *718 + '500': *719 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -105750,30 +105836,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: - - *730 + - *731 - *39 requestBody: required: true content: application/json: - schema: *731 + schema: *732 examples: - user: *732 + user: *733 responses: '200': description: User was updated content: application/scim+json: - schema: *728 + schema: *729 examples: - user: *729 - '400': *715 - '401': *713 - '403': *716 + user: *730 + '400': *716 + '401': *714 + '403': *717 '404': *6 - '409': *723 - '429': *717 - '500': *718 + '409': *724 + '429': *718 + '500': *719 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -105808,13 +105894,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: - - *730 + - *731 - *39 requestBody: required: true content: application/json: - schema: *733 + schema: *734 examples: userMultiValuedProperties: summary: Multi Valued Property @@ -105854,18 +105940,18 @@ paths: description: Success, user was updated content: application/scim+json: - schema: *728 + schema: *729 examples: - userMultiValuedProperties: *729 - userSingleValuedProperties: *729 - disableUser: *729 - '400': *715 - '401': *713 - '403': *716 + userMultiValuedProperties: *730 + userSingleValuedProperties: *730 + disableUser: *730 + '400': *716 + '401': *714 + '403': *717 '404': *6 - '409': *723 - '429': *717 - '500': *718 + '409': *724 + '429': *718 + '500': *719 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -105885,17 +105971,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: - - *730 + - *731 - *39 responses: '204': description: User was deleted, no content - '400': *715 - '401': *713 - '403': *716 + '400': *716 + '401': *714 + '403': *717 '404': *6 - '429': *717 - '500': *718 + '429': *718 + '500': *719 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -105928,7 +106014,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#list-scim-provisioned-identities parameters: - - *74 + - *76 - name: startIndex description: 'Used for pagination: the index of the first result to return.' in: query @@ -105986,7 +106072,7 @@ paths: - 1 Resources: type: array - items: &734 + items: &735 title: SCIM /Users description: SCIM /Users provisioning endpoints type: object @@ -106233,22 +106319,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': &735 + '404': &736 description: Resource not found content: application/json: - schema: *712 + schema: *713 application/scim+json: - schema: *712 - '403': &736 + schema: *713 + '403': &737 description: Forbidden content: application/json: - schema: *712 + schema: *713 application/scim+json: - schema: *712 - '400': *715 - '429': *717 + schema: *713 + '400': *716 + '429': *718 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -106268,15 +106354,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#provision-and-invite-a-scim-user parameters: - - *74 + - *76 responses: '201': description: Response content: application/scim+json: - schema: *734 + schema: *735 examples: - default: &737 + default: &738 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -106299,17 +106385,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': *735 - '403': *736 - '500': *718 + '404': *736 + '403': *737 + '500': *719 '409': description: Conflict content: application/json: - schema: *712 + schema: *713 application/scim+json: - schema: *712 - '400': *715 + schema: *713 + '400': *716 requestBody: required: true content: @@ -106408,18 +106494,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#get-scim-provisioning-information-for-a-user parameters: - - *74 - - *730 + - *76 + - *731 responses: '200': description: Response content: application/scim+json: - schema: *734 + schema: *735 examples: - default: *737 - '404': *735 - '403': *736 + default: *738 + '404': *736 + '403': *737 '304': *35 x-github: githubCloudOnly: true @@ -106442,19 +106528,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-a-provisioned-organization-membership parameters: - - *74 - - *730 + - *76 + - *731 responses: '200': description: Response content: application/scim+json: - schema: *734 + schema: *735 examples: - default: *737 + default: *738 '304': *35 - '404': *735 - '403': *736 + '404': *736 + '403': *737 requestBody: required: true content: @@ -106568,20 +106654,20 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-an-attribute-for-a-scim-user parameters: - - *74 - - *730 + - *76 + - *731 responses: '200': description: Response content: application/scim+json: - schema: *734 + schema: *735 examples: - default: *737 + default: *738 '304': *35 - '404': *735 - '403': *736 - '400': *715 + '404': *736 + '403': *737 + '400': *716 '429': description: Response content: @@ -106676,13 +106762,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#delete-a-scim-user-from-an-organization parameters: - - *74 - - *730 + - *76 + - *731 responses: '204': description: Response - '404': *735 - '403': *736 + '404': *736 + '403': *737 '304': *35 x-github: githubCloudOnly: true @@ -106797,7 +106883,7 @@ paths: html_url: type: string format: uri - repository: *232 + repository: *233 score: type: number file_size: @@ -106816,7 +106902,7 @@ paths: examples: - 73..77 - 77..78 - text_matches: &738 + text_matches: &739 title: Search Result Text Matches type: array items: @@ -106931,7 +107017,7 @@ paths: releases_url: http://api.github.com/repos/octocat/Hello-World/releases{/id} score: 1 '304': *35 - '503': *162 + '503': *163 '422': *15 '403': *27 x-github: @@ -106980,7 +107066,7 @@ paths: enum: - author-date - committer-date - - &739 + - &740 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 @@ -107049,7 +107135,7 @@ paths: committer: anyOf: - type: 'null' - - *476 + - *477 comment_count: type: integer message: @@ -107068,7 +107154,7 @@ paths: url: type: string format: uri - verification: *592 + verification: *593 required: - author - committer @@ -107083,7 +107169,7 @@ paths: committer: anyOf: - type: 'null' - - *476 + - *477 parents: type: array items: @@ -107095,12 +107181,12 @@ paths: type: string sha: type: string - repository: *232 + repository: *233 score: type: number node_id: type: string - text_matches: *738 + text_matches: *739 required: - sha - node_id @@ -107283,7 +107369,7 @@ paths: - interactions - created - updated - - *739 + - *740 - *17 - *19 - name: advanced_search @@ -107380,11 +107466,11 @@ paths: type: - string - 'null' - sub_issues_summary: *740 - issue_dependencies_summary: *741 + sub_issues_summary: *741 + issue_dependencies_summary: *742 issue_field_values: type: array - items: *742 + items: *743 state: type: string state_reason: @@ -107398,7 +107484,7 @@ paths: milestone: anyOf: - type: 'null' - - *358 + - *359 comments: type: integer created_at: @@ -107412,7 +107498,7 @@ paths: - string - 'null' format: date-time - text_matches: *738 + text_matches: *739 pull_request: type: object properties: @@ -107450,10 +107536,10 @@ paths: type: string score: type: number - author_association: *172 + author_association: *173 draft: type: boolean - repository: *65 + repository: *67 body_html: type: string body_text: @@ -107461,12 +107547,12 @@ paths: timeline_url: type: string format: uri - type: *319 + type: *320 performed_via_github_app: anyOf: - type: 'null' - *5 - reactions: *173 + reactions: *174 required: - assignee - closed_at @@ -107582,7 +107668,7 @@ paths: locked: true author_association: COLLABORATOR state_reason: completed - '503': *162 + '503': *163 '422': *15 '304': *35 '403': *27 @@ -107638,7 +107724,7 @@ paths: enum: - created - updated - - *739 + - *740 - *17 - *19 responses: @@ -107683,7 +107769,7 @@ paths: - 'null' score: type: number - text_matches: *738 + text_matches: *739 required: - id - node_id @@ -107769,7 +107855,7 @@ paths: - forks - help-wanted-issues - updated - - *739 + - *740 - *17 - *19 responses: @@ -107988,7 +108074,7 @@ paths: license: anyOf: - type: 'null' - - *186 + - *187 permissions: type: object properties: @@ -108006,7 +108092,7 @@ paths: - admin - pull - push - text_matches: *738 + text_matches: *739 temp_clone_token: type: string allow_merge_commit: @@ -108209,7 +108295,7 @@ paths: spdx_id: MIT node_id: MDc6TGljZW5zZW1pdA== html_url: https://api.github.com/licenses/mit - '503': *162 + '503': *163 '422': *15 '304': *35 x-github: @@ -108315,7 +108401,7 @@ paths: - string - 'null' format: uri - text_matches: *738 + text_matches: *739 related: type: - array @@ -108510,7 +108596,7 @@ paths: - followers - repositories - joined - - *739 + - *740 - *17 - *19 responses: @@ -108620,7 +108706,7 @@ paths: type: - boolean - 'null' - text_matches: *738 + text_matches: *739 blog: type: - string @@ -108682,7 +108768,7 @@ paths: events_url: https://api.github.com/users/mojombo/events{/privacy} site_admin: true '304': *35 - '503': *162 + '503': *163 '422': *15 x-github: githubCloudOnly: false @@ -108702,7 +108788,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#get-a-team-legacy parameters: - - &743 + - &744 name: team_id description: The unique identifier of the team. in: path @@ -108714,9 +108800,9 @@ paths: description: Response content: application/json: - schema: *400 + schema: *401 examples: - default: *401 + default: *402 '404': *6 x-github: githubCloudOnly: false @@ -108743,7 +108829,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#update-a-team-legacy parameters: - - *743 + - *744 requestBody: required: true content: @@ -108807,16 +108893,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *400 + schema: *401 examples: - default: *401 + default: *402 '201': description: Response content: application/json: - schema: *400 + schema: *401 examples: - default: *401 + default: *402 '404': *6 '422': *15 '403': *27 @@ -108844,7 +108930,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#delete-a-team-legacy parameters: - - *743 + - *744 responses: '204': description: Response @@ -108875,8 +108961,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#list-discussions-legacy parameters: - - *743 - - *98 + - *744 + - *99 - *17 - *19 responses: @@ -108886,11 +108972,11 @@ paths: application/json: schema: type: array - items: *402 + items: *403 examples: - default: *744 + default: *745 headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -108917,7 +109003,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#create-a-discussion-legacy parameters: - - *743 + - *744 requestBody: required: true content: @@ -108951,9 +109037,9 @@ paths: description: Response content: application/json: - schema: *402 + schema: *403 examples: - default: *403 + default: *404 x-github: triggersNotification: true githubCloudOnly: false @@ -108980,16 +109066,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#get-a-discussion-legacy parameters: - - *743 - - *404 + - *744 + - *405 responses: '200': description: Response content: application/json: - schema: *402 + schema: *403 examples: - default: *403 + default: *404 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -109014,8 +109100,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#update-a-discussion-legacy parameters: - - *743 - - *404 + - *744 + - *405 requestBody: required: false content: @@ -109038,9 +109124,9 @@ paths: description: Response content: application/json: - schema: *402 + schema: *403 examples: - default: *745 + default: *746 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -109065,8 +109151,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#delete-a-discussion-legacy parameters: - - *743 - - *404 + - *744 + - *405 responses: '204': description: Response @@ -109095,9 +109181,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#list-discussion-comments-legacy parameters: - - *743 - - *404 - - *98 + - *744 + - *405 + - *99 - *17 - *19 responses: @@ -109107,11 +109193,11 @@ paths: application/json: schema: type: array - items: *405 + items: *406 examples: - default: *746 + default: *747 headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -109138,8 +109224,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#create-a-discussion-comment-legacy parameters: - - *743 - - *404 + - *744 + - *405 requestBody: required: true content: @@ -109161,9 +109247,9 @@ paths: description: Response content: application/json: - schema: *405 + schema: *406 examples: - default: *406 + default: *407 x-github: triggersNotification: true githubCloudOnly: false @@ -109190,17 +109276,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#get-a-discussion-comment-legacy parameters: - - *743 - - *404 - - *407 + - *744 + - *405 + - *408 responses: '200': description: Response content: application/json: - schema: *405 + schema: *406 examples: - default: *406 + default: *407 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -109225,9 +109311,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#update-a-discussion-comment-legacy parameters: - - *743 - - *404 - - *407 + - *744 + - *405 + - *408 requestBody: required: true content: @@ -109249,9 +109335,9 @@ paths: description: Response content: application/json: - schema: *405 + schema: *406 examples: - default: *747 + default: *748 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -109276,9 +109362,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#delete-a-discussion-comment-legacy parameters: - - *743 - - *404 - - *407 + - *744 + - *405 + - *408 responses: '204': description: Response @@ -109307,9 +109393,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: - - *743 - - *404 - - *407 + - *744 + - *405 + - *408 - 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. @@ -109335,11 +109421,11 @@ paths: application/json: schema: type: array - items: *408 + items: *409 examples: - default: *410 + default: *411 headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -109366,9 +109452,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: - - *743 - - *404 - - *407 + - *744 + - *405 + - *408 requestBody: required: true content: @@ -109400,9 +109486,9 @@ paths: description: Response content: application/json: - schema: *408 + schema: *409 examples: - default: *409 + default: *410 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -109428,8 +109514,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: - - *743 - - *404 + - *744 + - *405 - 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. @@ -109455,11 +109541,11 @@ paths: application/json: schema: type: array - items: *408 + items: *409 examples: - default: *410 + default: *411 headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -109486,8 +109572,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: - - *743 - - *404 + - *744 + - *405 requestBody: required: true content: @@ -109519,9 +109605,9 @@ paths: description: Response content: application/json: - schema: *408 + schema: *409 examples: - default: *409 + default: *410 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -109545,7 +109631,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-pending-team-invitations-legacy parameters: - - *743 + - *744 - *17 - *19 responses: @@ -109555,11 +109641,11 @@ paths: application/json: schema: type: array - items: *316 + items: *317 examples: - default: *317 + default: *318 headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -109583,7 +109669,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-team-members-legacy parameters: - - *743 + - *744 - name: role description: Filters members returned by their role in the team. in: query @@ -109606,9 +109692,9 @@ paths: type: array items: *4 examples: - default: *324 + default: *325 headers: - Link: *38 + Link: *41 '404': *6 x-github: githubCloudOnly: false @@ -109634,8 +109720,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-member-legacy parameters: - - *743 - - *254 + - *744 + - *255 responses: '204': description: if user is a member @@ -109671,8 +109757,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-team-member-legacy parameters: - - *743 - - *254 + - *744 + - *255 responses: '204': description: Response @@ -109711,8 +109797,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-member-legacy parameters: - - *743 - - *254 + - *744 + - *255 responses: '204': description: Response @@ -109748,16 +109834,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: - - *743 - - *254 + - *744 + - *255 responses: '200': description: Response content: application/json: - schema: *416 + schema: *417 examples: - response-if-user-is-a-team-maintainer: *748 + response-if-user-is-a-team-maintainer: *749 '404': *6 x-github: githubCloudOnly: false @@ -109790,8 +109876,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *743 - - *254 + - *744 + - *255 requestBody: required: false content: @@ -109816,9 +109902,9 @@ paths: description: Response content: application/json: - schema: *416 + schema: *417 examples: - response-if-users-membership-with-team-is-now-pending: *749 + response-if-users-membership-with-team-is-now-pending: *750 '403': description: Forbidden if team synchronization is set up '422': @@ -109852,8 +109938,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *743 - - *254 + - *744 + - *255 responses: '204': description: Response @@ -109881,7 +109967,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-projects-legacy parameters: - - *743 + - *744 - *17 - *19 responses: @@ -109891,11 +109977,11 @@ paths: application/json: schema: type: array - items: *417 + items: *418 examples: - default: *750 + default: *751 headers: - Link: *38 + Link: *41 '404': *6 x-github: githubCloudOnly: false @@ -109919,16 +110005,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: - - *743 - - *418 + - *744 + - *419 responses: '200': description: Response content: application/json: - schema: *417 + schema: *418 examples: - default: *751 + default: *752 '404': description: Not Found if project is not managed by this team x-github: @@ -109952,8 +110038,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: - - *743 - - *418 + - *744 + - *419 requestBody: required: false content: @@ -110020,8 +110106,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: - - *743 - - *418 + - *744 + - *419 responses: '204': description: Response @@ -110048,7 +110134,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-repositories-legacy parameters: - - *743 + - *744 - *17 - *19 responses: @@ -110058,11 +110144,11 @@ paths: application/json: schema: type: array - items: *232 + items: *233 examples: - default: *342 + default: *343 headers: - Link: *38 + Link: *41 '404': *6 x-github: githubCloudOnly: false @@ -110090,15 +110176,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: - - *743 - - *419 + - *744 - *420 + - *421 responses: '200': description: Alternative response with extra repository information content: application/json: - schema: *752 + schema: *753 examples: alternative-response-with-extra-repository-information: value: @@ -110249,9 +110335,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: - - *743 - - *419 + - *744 - *420 + - *421 requestBody: required: false content: @@ -110301,9 +110387,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: - - *743 - - *419 + - *744 - *420 + - *421 responses: '204': description: Response @@ -110332,15 +110418,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: - - *743 + - *744 responses: '200': description: Response content: application/json: - schema: *421 + schema: *422 examples: - default: *422 + default: *423 '403': *27 '404': *6 x-github: @@ -110367,7 +110453,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: - - *743 + - *744 requestBody: required: true content: @@ -110428,7 +110514,7 @@ paths: description: Response content: application/json: - schema: *421 + schema: *422 examples: default: value: @@ -110459,7 +110545,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-child-teams-legacy parameters: - - *743 + - *744 - *17 - *19 responses: @@ -110469,11 +110555,11 @@ paths: application/json: schema: type: array - items: *260 + items: *261 examples: - response-if-child-teams-exist: *753 + response-if-child-teams-exist: *754 headers: - Link: *38 + Link: *41 '404': *6 '403': *27 '422': *15 @@ -110504,7 +110590,7 @@ paths: application/json: schema: oneOf: - - &755 + - &756 title: Private User description: Private User type: object @@ -110754,7 +110840,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *754 + - *755 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -110914,7 +111000,7 @@ paths: description: Response content: application/json: - schema: *755 + schema: *756 examples: default: value: @@ -110993,7 +111079,7 @@ paths: type: array items: *4 examples: - default: *324 + default: *325 '304': *35 '404': *6 '403': *27 @@ -111016,7 +111102,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/blocking#check-if-a-user-is-blocked-by-the-authenticated-user parameters: - - *254 + - *255 responses: '204': description: If the user is blocked @@ -111044,7 +111130,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/blocking#block-a-user parameters: - - *254 + - *255 responses: '204': description: Response @@ -111068,7 +111154,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/blocking#unblock-a-user parameters: - - *254 + - *255 responses: '204': description: Response @@ -111117,11 +111203,11 @@ paths: type: integer codespaces: type: array - items: *325 + items: *326 examples: - default: *326 + default: *327 '304': *35 - '500': *89 + '500': *38 '401': *23 '403': *27 '404': *6 @@ -111258,21 +111344,21 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *325 + schema: *326 examples: - default: *526 + default: *527 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *325 + schema: *326 examples: - default: *526 + default: *527 '401': *23 '403': *27 '404': *6 - '503': *162 + '503': *163 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -111312,7 +111398,7 @@ paths: type: integer secrets: type: array - items: &756 + items: &757 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -111354,9 +111440,9 @@ paths: - visibility - selected_repositories_url examples: - default: *528 + default: *529 headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -111426,13 +111512,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#get-a-secret-for-the-authenticated-user parameters: - - *242 + - *243 responses: '200': description: Response content: application/json: - schema: *756 + schema: *757 examples: default: value: @@ -111462,7 +111548,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#create-or-update-a-secret-for-the-authenticated-user parameters: - - *242 + - *243 requestBody: required: true content: @@ -111507,7 +111593,7 @@ paths: description: Response after successfully creating a secret content: application/json: - schema: *243 + schema: *244 examples: default: value: @@ -111535,7 +111621,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#delete-a-secret-for-the-authenticated-user parameters: - - *242 + - *243 responses: '204': description: Response @@ -111560,7 +111646,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#list-selected-repositories-for-a-user-secret parameters: - - *242 + - *243 responses: '200': description: Response @@ -111576,13 +111662,13 @@ paths: type: integer repositories: type: array - items: *232 + items: *233 examples: - default: *757 + default: *758 '401': *23 '403': *27 '404': *6 - '500': *89 + '500': *38 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -111603,7 +111689,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#set-selected-repositories-for-a-user-secret parameters: - - *242 + - *243 requestBody: required: true content: @@ -111635,7 +111721,7 @@ paths: '401': *23 '403': *27 '404': *6 - '500': *89 + '500': *38 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -111657,7 +111743,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#add-a-selected-repository-to-a-user-secret parameters: - - *242 + - *243 - name: repository_id in: path required: true @@ -111669,7 +111755,7 @@ paths: '401': *23 '403': *27 '404': *6 - '500': *89 + '500': *38 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -111690,7 +111776,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#remove-a-selected-repository-from-a-user-secret parameters: - - *242 + - *243 - name: repository_id in: path required: true @@ -111702,7 +111788,7 @@ paths: '401': *23 '403': *27 '404': *6 - '500': *89 + '500': *38 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -111722,17 +111808,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-a-codespace-for-the-authenticated-user parameters: - - *327 + - *328 responses: '200': description: Response content: application/json: - schema: *325 + schema: *326 examples: - default: *526 + default: *527 '304': *35 - '500': *89 + '500': *38 '401': *23 '403': *27 '404': *6 @@ -111756,7 +111842,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#update-a-codespace-for-the-authenticated-user parameters: - - *327 + - *328 requestBody: required: false content: @@ -111786,9 +111872,9 @@ paths: description: Response content: application/json: - schema: *325 + schema: *326 examples: - default: *526 + default: *527 '401': *23 '403': *27 '404': *6 @@ -111810,11 +111896,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#delete-a-codespace-for-the-authenticated-user parameters: - - *327 + - *328 responses: '202': *37 '304': *35 - '500': *89 + '500': *38 '401': *23 '403': *27 '404': *6 @@ -111839,13 +111925,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#export-a-codespace-for-the-authenticated-user parameters: - - *327 + - *328 responses: '202': description: Response content: application/json: - schema: &758 + schema: &759 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -111898,7 +111984,7 @@ paths: examples: - https://github.com/octocat/hello-world/tree/:branch examples: - default: &759 + default: &760 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -111906,7 +111992,7 @@ paths: sha: fd95a81ca01e48ede9f39c799ecbcef817b8a3b2 id: latest export_url: https://api.github.com/user/codespaces/:name/exports/latest - '500': *89 + '500': *38 '401': *23 '403': *27 '404': *6 @@ -111930,7 +112016,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-details-about-a-codespace-export parameters: - - *327 + - *328 - name: export_id in: path required: true @@ -111943,9 +112029,9 @@ paths: description: Response content: application/json: - schema: *758 + schema: *759 examples: - default: *759 + default: *760 '404': *6 x-github: githubCloudOnly: false @@ -111966,7 +112052,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/machines#list-machine-types-for-a-codespace parameters: - - *327 + - *328 responses: '200': description: Response @@ -111982,11 +112068,11 @@ paths: type: integer machines: type: array - items: *527 + items: *528 examples: - default: *760 + default: *761 '304': *35 - '500': *89 + '500': *38 '401': *23 '403': *27 '404': *6 @@ -112013,7 +112099,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#create-a-repository-from-an-unpublished-codespace parameters: - - *327 + - *328 requestBody: required: true content: @@ -112069,11 +112155,11 @@ paths: - 26a7c758-7299-4a73-b978-5a92a7ae98a0 owner: *4 billable_owner: *4 - repository: *432 + repository: *433 machine: anyOf: - type: 'null' - - *527 + - *528 devcontainer_path: description: Path to devcontainer.json from repo root used to create Codespace. @@ -112870,17 +112956,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#start-a-codespace-for-the-authenticated-user parameters: - - *327 + - *328 responses: '200': description: Response content: application/json: - schema: *325 + schema: *326 examples: - default: *526 + default: *527 '304': *35 - '500': *89 + '500': *38 '400': *14 '401': *23 '402': @@ -112890,7 +112976,7 @@ paths: schema: *3 '403': *27 '404': *6 - '409': *106 + '409': *107 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -112910,16 +112996,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#stop-a-codespace-for-the-authenticated-user parameters: - - *327 + - *328 responses: '200': description: Response content: application/json: - schema: *325 + schema: *326 examples: - default: *526 - '500': *89 + default: *527 + '500': *38 '401': *23 '403': *27 '404': *6 @@ -112948,9 +113034,9 @@ paths: application/json: schema: type: array - items: *336 + items: *337 examples: - default: &772 + default: &773 value: - id: 197 name: hello_docker @@ -113051,7 +113137,7 @@ paths: application/json: schema: type: array - items: &761 + items: &762 title: Email description: Email type: object @@ -113121,16 +113207,16 @@ paths: application/json: schema: type: array - items: *761 + items: *762 examples: - default: &774 + default: &775 value: - email: octocat@github.com verified: true primary: true visibility: public headers: - Link: *38 + Link: *41 '304': *35 '404': *6 '403': *27 @@ -113200,7 +113286,7 @@ paths: application/json: schema: type: array - items: *761 + items: *762 examples: default: value: @@ -113312,9 +113398,9 @@ paths: type: array items: *4 examples: - default: *324 + default: *325 headers: - Link: *38 + Link: *41 '304': *35 '403': *27 '401': *23 @@ -113345,9 +113431,9 @@ paths: type: array items: *4 examples: - default: *324 + default: *325 headers: - Link: *38 + Link: *41 '304': *35 '403': *27 '401': *23 @@ -113367,7 +113453,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/followers#check-if-a-person-is-followed-by-the-authenticated-user parameters: - - *254 + - *255 responses: '204': description: if the person is followed by the authenticated user @@ -113397,7 +113483,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/followers#follow-a-user parameters: - - *254 + - *255 responses: '204': description: Response @@ -113422,7 +113508,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/followers#unfollow-a-user parameters: - - *254 + - *255 responses: '204': description: Response @@ -113458,7 +113544,7 @@ paths: application/json: schema: type: array - items: &762 + items: &763 title: GPG Key description: A unique encryption key type: object @@ -113603,7 +113689,7 @@ paths: - subkeys - revoked examples: - default: &792 + default: &793 value: - id: 3 name: Octocat's GPG Key @@ -113635,7 +113721,7 @@ paths: revoked: false raw_key: string headers: - Link: *38 + Link: *41 '304': *35 '404': *6 '403': *27 @@ -113688,9 +113774,9 @@ paths: description: Response content: application/json: - schema: *762 + schema: *763 examples: - default: &763 + default: &764 value: id: 3 name: Octocat's GPG Key @@ -113747,7 +113833,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: - - &764 + - &765 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -113759,9 +113845,9 @@ paths: description: Response content: application/json: - schema: *762 + schema: *763 examples: - default: *763 + default: *764 '404': *6 '304': *35 '403': *27 @@ -113784,7 +113870,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: - - *764 + - *765 responses: '204': description: Response @@ -113927,7 +114013,7 @@ paths: suspended_at: suspended_by: headers: - Link: *38 + Link: *41 '304': *35 '403': *27 '401': *23 @@ -113973,11 +114059,11 @@ paths: type: string repositories: type: array - items: *65 + items: *67 examples: - default: *227 + default: *228 headers: - Link: *38 + Link: *41 '404': *6 '403': *27 '304': *35 @@ -114000,7 +114086,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/apps/installations#add-a-repository-to-an-app-installation parameters: - *21 - - *226 + - *227 responses: '204': description: Response @@ -114026,7 +114112,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/apps/installations#remove-a-repository-from-an-app-installation parameters: - *21 - - *226 + - *227 responses: '204': description: Response @@ -114060,12 +114146,12 @@ paths: application/json: schema: anyOf: - - *314 + - *315 - type: object properties: {} additionalProperties: false examples: - default: *315 + default: *316 '204': description: Response when there are no restrictions x-github: @@ -114089,7 +114175,7 @@ paths: required: true content: application/json: - schema: *603 + schema: *604 examples: default: value: @@ -114100,7 +114186,7 @@ paths: description: Response content: application/json: - schema: *314 + schema: *315 examples: default: value: @@ -114181,7 +114267,7 @@ paths: - closed - all default: open - - *322 + - *323 - name: sort description: What to sort results by. in: query @@ -114193,8 +114279,8 @@ paths: - updated - comments default: created - - *98 - - *175 + - *99 + - *176 - *17 - *19 responses: @@ -114204,11 +114290,11 @@ paths: application/json: schema: type: array - items: *185 + items: *186 examples: - default: *323 + default: *324 headers: - Link: *38 + Link: *41 '404': *6 '304': *35 x-github: @@ -114239,7 +114325,7 @@ paths: application/json: schema: type: array - items: &765 + items: &766 title: Key description: Key type: object @@ -114291,7 +114377,7 @@ paths: verified: false read_only: false headers: - Link: *38 + Link: *41 '304': *35 '404': *6 '403': *27 @@ -114342,9 +114428,9 @@ paths: description: Response content: application/json: - schema: *765 + schema: *766 examples: - default: &766 + default: &767 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -114377,15 +114463,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: - - *630 + - *631 responses: '200': description: Response content: application/json: - schema: *765 + schema: *766 examples: - default: *766 + default: *767 '404': *6 '304': *35 '403': *27 @@ -114408,7 +114494,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: - - *630 + - *631 responses: '204': description: Response @@ -114441,7 +114527,7 @@ paths: application/json: schema: type: array - items: &767 + items: &768 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -114509,7 +114595,7 @@ paths: - id - type - login - plan: *188 + plan: *189 required: - billing_cycle - next_billing_date @@ -114520,7 +114606,7 @@ paths: - account - plan examples: - default: &768 + default: &769 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -114553,7 +114639,7 @@ paths: - Up to 25 private repositories - 11 concurrent builds headers: - Link: *38 + Link: *41 '304': *35 '401': *23 '404': *6 @@ -114582,11 +114668,11 @@ paths: application/json: schema: type: array - items: *767 + items: *768 examples: - default: *768 + default: *769 headers: - Link: *38 + Link: *41 '304': *35 '401': *23 x-github: @@ -114624,7 +114710,7 @@ paths: application/json: schema: type: array - items: *328 + items: *329 examples: default: value: @@ -114701,7 +114787,7 @@ paths: type: User site_admin: false headers: - Link: *38 + Link: *41 '304': *35 '403': *27 '401': *23 @@ -114726,13 +114812,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#get-an-organization-membership-for-the-authenticated-user parameters: - - *74 + - *76 responses: '200': description: Response content: application/json: - schema: *328 + schema: *329 examples: default: value: @@ -114790,7 +114876,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#update-an-organization-membership-for-the-authenticated-user parameters: - - *74 + - *76 requestBody: required: true content: @@ -114815,7 +114901,7 @@ paths: description: Response content: application/json: - schema: *328 + schema: *329 examples: default: value: @@ -114883,7 +114969,7 @@ paths: application/json: schema: type: array - items: *330 + items: *331 examples: default: value: @@ -115036,7 +115122,7 @@ paths: updated_at: '2015-07-06T15:33:38-07:00' node_id: MDQ6VXNlcjE= headers: - Link: *38 + Link: *41 '304': *35 '403': *27 '401': *23 @@ -115145,7 +115231,7 @@ paths: description: Response content: application/json: - schema: *330 + schema: *331 examples: default: value: @@ -115325,7 +115411,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#get-a-user-migration-status parameters: - - *331 + - *332 - name: exclude in: query required: false @@ -115338,7 +115424,7 @@ paths: description: Response content: application/json: - schema: *330 + schema: *331 examples: default: value: @@ -115532,7 +115618,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#download-a-user-migration-archive parameters: - - *331 + - *332 responses: '302': description: Response @@ -115558,7 +115644,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#delete-a-user-migration-archive parameters: - - *331 + - *332 responses: '204': description: Response @@ -115587,8 +115673,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#unlock-a-user-repository parameters: - - *331 - - *769 + - *332 + - *770 responses: '204': description: Response @@ -115612,7 +115698,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#list-repositories-for-a-user-migration parameters: - - *331 + - *332 - *17 - *19 responses: @@ -115622,11 +115708,11 @@ paths: application/json: schema: type: array - items: *232 + items: *233 examples: - default: *342 + default: *343 headers: - Link: *38 + Link: *41 '404': *6 x-github: githubCloudOnly: false @@ -115659,11 +115745,11 @@ paths: application/json: schema: type: array - items: *60 + items: *62 examples: - default: *770 + default: *771 headers: - Link: *38 + Link: *41 '304': *35 '403': *27 '401': *23 @@ -115703,7 +115789,7 @@ paths: - docker - nuget - container - - *771 + - *772 - *19 - *17 responses: @@ -115713,10 +115799,10 @@ paths: application/json: schema: type: array - items: *336 + items: *337 examples: - default: *772 - '400': *773 + default: *773 + '400': *774 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -115736,16 +115822,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-for-the-authenticated-user parameters: - - *338 - *339 + - *340 responses: '200': description: Response content: application/json: - schema: *336 + schema: *337 examples: - default: &793 + default: &794 value: id: 40201 name: octo-name @@ -115858,8 +115944,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-for-the-authenticated-user parameters: - - *338 - *339 + - *340 responses: '204': description: Response @@ -115889,8 +115975,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-for-the-authenticated-user parameters: - - *338 - *339 + - *340 - name: token description: package token schema: @@ -115922,8 +116008,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#list-package-versions-for-a-package-owned-by-the-authenticated-user parameters: - - *338 - *339 + - *340 - *19 - *17 - name: state @@ -115943,7 +116029,7 @@ paths: application/json: schema: type: array - items: *340 + items: *341 examples: default: value: @@ -115992,15 +116078,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-version-for-the-authenticated-user parameters: - - *338 - *339 - - *341 + - *340 + - *342 responses: '200': description: Response content: application/json: - schema: *340 + schema: *341 examples: default: value: @@ -116036,9 +116122,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-version-for-the-authenticated-user parameters: - - *338 - *339 - - *341 + - *340 + - *342 responses: '204': description: Response @@ -116068,9 +116154,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-version-for-the-authenticated-user parameters: - - *338 - *339 - - *341 + - *340 + - *342 responses: '204': description: Response @@ -116128,7 +116214,7 @@ paths: description: Response content: application/json: - schema: *352 + schema: *353 examples: default: value: @@ -116200,11 +116286,11 @@ paths: application/json: schema: type: array - items: *761 + items: *762 examples: - default: *774 + default: *775 headers: - Link: *38 + Link: *41 '304': *35 '404': *6 '403': *27 @@ -116313,9 +116399,9 @@ paths: application/json: schema: type: array - items: *65 + items: *67 examples: - default: &781 + default: &782 summary: Default response value: - id: 1296269 @@ -116436,7 +116522,7 @@ paths: open_issues: 1 watchers: 1 headers: - Link: *38 + Link: *41 '422': *15 '304': *35 '403': *27 @@ -116633,9 +116719,9 @@ paths: description: Response content: application/json: - schema: *432 + schema: *433 examples: - default: *434 + default: *435 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -116673,11 +116759,11 @@ paths: application/json: schema: type: array - items: *605 + items: *606 examples: - default: *775 + default: *776 headers: - Link: *38 + Link: *41 '304': *35 '404': *6 '403': *27 @@ -116698,12 +116784,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#accept-a-repository-invitation parameters: - - *318 + - *319 responses: '204': description: Response '403': *27 - '409': *106 + '409': *107 '404': *6 '304': *35 x-github: @@ -116721,11 +116807,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#decline-a-repository-invitation parameters: - - *318 + - *319 responses: '204': description: Response - '409': *106 + '409': *107 '304': *35 '404': *6 '403': *27 @@ -116754,7 +116840,7 @@ paths: application/json: schema: type: array - items: &776 + items: &777 title: Social account description: Social media account type: object @@ -116771,12 +116857,12 @@ paths: - provider - url examples: - default: &777 + default: &778 value: - provider: twitter url: https://twitter.com/github headers: - Link: *38 + Link: *41 '304': *35 '404': *6 '403': *27 @@ -116834,9 +116920,9 @@ paths: application/json: schema: type: array - items: *776 + items: *777 examples: - default: *777 + default: *778 '422': *15 '304': *35 '404': *6 @@ -116924,7 +117010,7 @@ paths: application/json: schema: type: array - items: &778 + items: &779 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -116944,7 +117030,7 @@ paths: - title - created_at examples: - default: &794 + default: &795 value: - key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -116957,7 +117043,7 @@ paths: title: ssh-rsa AAAAB3NzaC1yc2EAAB created_at: '2020-07-11T21:31:57Z' headers: - Link: *38 + Link: *41 '304': *35 '404': *6 '403': *27 @@ -117011,9 +117097,9 @@ paths: description: Response content: application/json: - schema: *778 + schema: *779 examples: - default: &779 + default: &780 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -117044,7 +117130,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: - - &780 + - &781 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -117056,9 +117142,9 @@ paths: description: Response content: application/json: - schema: *778 + schema: *779 examples: - default: *779 + default: *780 '404': *6 '304': *35 '403': *27 @@ -117081,7 +117167,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: - - *780 + - *781 responses: '204': description: Response @@ -117110,7 +117196,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: - - &795 + - &796 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 @@ -117123,7 +117209,7 @@ paths: - created - updated default: created - - *98 + - *99 - *17 - *19 responses: @@ -117133,13 +117219,13 @@ paths: application/json: schema: type: array - items: *65 + items: *67 examples: - default-response: *781 + default-response: *782 application/vnd.github.v3.star+json: schema: type: array - items: &796 + items: &797 title: Starred Repository description: Starred Repository type: object @@ -117147,7 +117233,7 @@ paths: starred_at: type: string format: date-time - repo: *65 + repo: *67 required: - starred_at - repo @@ -117275,7 +117361,7 @@ paths: open_issues: 1 watchers: 1 headers: - Link: *38 + Link: *41 '304': *35 '403': *27 '401': *23 @@ -117295,8 +117381,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: - - *419 - *420 + - *421 responses: '204': description: Response if this repository is starred by you @@ -117324,8 +117410,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: - - *419 - *420 + - *421 responses: '204': description: Response @@ -117349,8 +117435,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: - - *419 - *420 + - *421 responses: '204': description: Response @@ -117383,11 +117469,11 @@ paths: application/json: schema: type: array - items: *232 + items: *233 examples: - default: *342 + default: *343 headers: - Link: *38 + Link: *41 '304': *35 '403': *27 '401': *23 @@ -117422,7 +117508,7 @@ paths: application/json: schema: type: array - items: *400 + items: *401 examples: default: value: @@ -117473,7 +117559,7 @@ paths: updated_at: '2017-08-17T12:37:15Z' type: Organization headers: - Link: *38 + Link: *41 '304': *35 '404': *6 '403': *27 @@ -117500,7 +117586,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/users#get-a-user-using-their-id parameters: - - *190 + - *191 responses: '200': description: Response @@ -117508,10 +117594,10 @@ paths: application/json: schema: oneOf: + - *756 - *755 - - *754 examples: - default-response: &787 + default-response: &788 summary: Default response value: login: octocat @@ -117546,7 +117632,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &788 + response-with-git-hub-plan-information: &789 summary: Response with GitHub plan information value: login: octocat @@ -117606,7 +117692,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/users#list-users parameters: - - *782 + - *783 - *17 responses: '200': @@ -117617,7 +117703,7 @@ paths: type: array items: *4 examples: - default: *324 + default: *325 headers: Link: example: ; rel="next" @@ -117640,8 +117726,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#get-project-for-user parameters: - - *355 - - &783 + - *356 + - &784 name: user_id description: The unique identifier of the user. in: path @@ -117653,11 +117739,11 @@ paths: description: Response content: application/json: - schema: *353 + schema: *354 examples: - default: *354 + default: *355 headers: - Link: *38 + Link: *41 '304': *35 '403': *27 '401': *23 @@ -117677,11 +117763,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/fields#list-project-fields-for-user parameters: - - *355 - - *783 + - *356 + - *784 - *17 - - *96 - *97 + - *98 responses: '200': description: Response @@ -117689,11 +117775,11 @@ paths: application/json: schema: type: array - items: *356 + items: *357 examples: - default: *357 + default: *358 headers: - Link: *38 + Link: *41 '304': *35 '403': *27 '401': *23 @@ -117713,19 +117799,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/fields#get-project-field-for-user parameters: - - *355 + - *356 + - *785 - *784 - - *783 responses: '200': description: Response content: application/json: - schema: *356 + schema: *357 examples: - default: *357 + default: *358 headers: - Link: *38 + Link: *41 '304': *35 '403': *27 '401': *23 @@ -117746,10 +117832,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#list-items-for-a-user-owned-project parameters: - - *355 - - *783 - - *96 + - *356 + - *784 - *97 + - *98 - *17 - name: q description: Search query to filter items, see [Filtering projects](https://docs.github.com/enterprise-cloud@latest//issues/planning-and-tracking-with-projects/customizing-views-in-your-project/filtering-projects) @@ -117777,11 +117863,11 @@ paths: application/json: schema: type: array - items: *361 + items: *362 examples: - default: *362 + default: *363 headers: - Link: *38 + Link: *41 '304': *35 '403': *27 '401': *23 @@ -117800,8 +117886,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#add-item-to-user-owned-project parameters: - - *783 - - *355 + - *784 + - *356 requestBody: required: true description: Details of the item to add to the project. @@ -117838,9 +117924,9 @@ paths: description: Response content: application/json: - schema: *785 + schema: *786 examples: - default: *786 + default: *787 '304': *35 '403': *27 '401': *23 @@ -117860,9 +117946,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#get-an-item-for-a-user-owned-project parameters: - - *355 - - *783 - - *363 + - *356 + - *784 + - *364 - name: fields description: Limit results to specific fields, by their IDs. If not specified, the title field will be returned. @@ -117880,11 +117966,11 @@ paths: description: Response content: application/json: - schema: *361 + schema: *362 examples: - default: *362 + default: *363 headers: - Link: *38 + Link: *41 '304': *35 '403': *27 '401': *23 @@ -117903,9 +117989,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#update-project-item-for-user parameters: - - *355 - - *783 - - *363 + - *356 + - *784 + - *364 requestBody: required: true description: Field updates to apply to the project item. Only text, number, @@ -117978,9 +118064,9 @@ paths: description: Response content: application/json: - schema: *361 + schema: *362 examples: - default: *362 + default: *363 '401': *23 '403': *27 '404': *6 @@ -118000,9 +118086,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#delete-project-item-for-user parameters: - - *355 - - *783 - - *363 + - *356 + - *784 + - *364 responses: '204': description: Response @@ -118031,7 +118117,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/users#get-a-user parameters: - - *254 + - *255 responses: '200': description: Response @@ -118039,11 +118125,11 @@ paths: application/json: schema: oneOf: + - *756 - *755 - - *754 examples: - default-response: *787 - response-with-git-hub-plan-information: *788 + default-response: *788 + response-with-git-hub-plan-information: *789 '404': *6 x-github: githubCloudOnly: false @@ -118067,9 +118153,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/users/attestations#list-attestations-by-bulk-subject-digests parameters: - *17 - - *96 - *97 - - *254 + - *98 + - *255 requestBody: required: true content: @@ -118092,8 +118178,8 @@ paths: required: - subject_digests examples: - default: *789 - withPredicateType: *790 + default: *790 + withPredicateType: *791 responses: '200': description: Response @@ -118147,7 +118233,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *791 + default: *792 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -118165,7 +118251,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/attestations#delete-attestations-in-bulk parameters: - - *254 + - *255 requestBody: required: true content: @@ -118230,7 +118316,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/attestations#delete-attestations-by-subject-digest parameters: - - *254 + - *255 - name: subject_digest description: Subject Digest in: path @@ -118261,7 +118347,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/attestations#delete-attestations-by-id parameters: - - *254 + - *255 - name: attestation_id description: Attestation ID in: path @@ -118297,9 +118383,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/users/attestations#list-attestations parameters: - *17 - - *96 - *97 - - *254 + - *98 + - *255 - name: subject_digest description: Subject Digest in: path @@ -118349,12 +118435,12 @@ paths: bundle_url: type: string examples: - default: *472 + default: *473 '201': description: Response content: application/json: - schema: *243 + schema: *244 examples: default: value: @@ -118380,7 +118466,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-list-of-conflicting-packages-during-docker-migration-for-user parameters: - - *254 + - *255 responses: '200': description: Response @@ -118388,9 +118474,9 @@ paths: application/json: schema: type: array - items: *336 + items: *337 examples: - default: *772 + default: *773 '403': *27 '401': *23 x-github: @@ -118413,7 +118499,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-events-for-the-authenticated-user parameters: - - *254 + - *255 - *17 - *19 responses: @@ -118423,7 +118509,7 @@ paths: application/json: schema: type: array - items: *196 + items: *197 examples: default: value: @@ -118494,8 +118580,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-organization-events-for-the-authenticated-user parameters: - - *254 - - *74 + - *255 + - *76 - *17 - *19 responses: @@ -118505,7 +118591,7 @@ paths: application/json: schema: type: array - items: *196 + items: *197 examples: default: value: @@ -118584,7 +118670,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-public-events-for-a-user parameters: - - *254 + - *255 - *17 - *19 responses: @@ -118594,7 +118680,7 @@ paths: application/json: schema: type: array - items: *196 + items: *197 examples: default: value: @@ -118661,7 +118747,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/followers#list-followers-of-a-user parameters: - - *254 + - *255 - *17 - *19 responses: @@ -118673,9 +118759,9 @@ paths: type: array items: *4 examples: - default: *324 + default: *325 headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -118692,7 +118778,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/followers#list-the-people-a-user-follows parameters: - - *254 + - *255 - *17 - *19 responses: @@ -118704,9 +118790,9 @@ paths: type: array items: *4 examples: - default: *324 + default: *325 headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -118723,7 +118809,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/followers#check-if-a-user-follows-another-user parameters: - - *254 + - *255 - name: target_user in: path required: true @@ -118750,8 +118836,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#list-gists-for-a-user parameters: - - *254 - - *175 + - *255 + - *176 - *17 - *19 responses: @@ -118761,11 +118847,11 @@ paths: application/json: schema: type: array - items: *176 + items: *177 examples: - default: *177 + default: *178 headers: - Link: *38 + Link: *41 '422': *15 x-github: githubCloudOnly: false @@ -118784,7 +118870,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/gpg-keys#list-gpg-keys-for-a-user parameters: - - *254 + - *255 - *17 - *19 responses: @@ -118794,11 +118880,11 @@ paths: application/json: schema: type: array - items: *762 + items: *763 examples: - default: *792 + default: *793 headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -118820,7 +118906,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/users#get-contextual-information-for-a-user parameters: - - *254 + - *255 - name: subject_type description: Identifies which additional information you'd like to receive about the person's hovercard. Can be `organization`, `repository`, `issue`, @@ -118892,7 +118978,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/apps#get-a-user-installation-for-the-authenticated-app parameters: - - *254 + - *255 responses: '200': description: Response @@ -118900,7 +118986,7 @@ paths: application/json: schema: *20 examples: - default: *602 + default: *603 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -118918,7 +119004,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/keys#list-public-keys-for-a-user parameters: - - *254 + - *255 - *17 - *19 responses: @@ -118954,7 +119040,7 @@ paths: - id: 1 key: ssh-rsa AAA... headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -118974,7 +119060,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#list-organizations-for-a-user parameters: - - *254 + - *255 - *17 - *19 responses: @@ -118984,11 +119070,11 @@ paths: application/json: schema: type: array - items: *60 + items: *62 examples: - default: *770 + default: *771 headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -119025,8 +119111,8 @@ paths: - docker - nuget - container - - *771 - - *254 + - *772 + - *255 - *19 - *17 responses: @@ -119036,12 +119122,12 @@ paths: application/json: schema: type: array - items: *336 + items: *337 examples: - default: *772 + default: *773 '403': *27 '401': *23 - '400': *773 + '400': *774 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -119061,17 +119147,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-for-a-user parameters: - - *338 - *339 - - *254 + - *340 + - *255 responses: '200': description: Response content: application/json: - schema: *336 + schema: *337 examples: - default: *793 + default: *794 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -119092,9 +119178,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-for-a-user parameters: - - *338 - *339 - - *254 + - *340 + - *255 responses: '204': description: Response @@ -119126,9 +119212,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-for-a-user parameters: - - *338 - *339 - - *254 + - *340 + - *255 - name: token description: package token schema: @@ -119160,9 +119246,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#list-package-versions-for-a-package-owned-by-a-user parameters: - - *338 - *339 - - *254 + - *340 + - *255 responses: '200': description: Response @@ -119170,7 +119256,7 @@ paths: application/json: schema: type: array - items: *340 + items: *341 examples: default: value: @@ -119228,16 +119314,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-version-for-a-user parameters: - - *338 - *339 - - *341 - - *254 + - *340 + - *342 + - *255 responses: '200': description: Response content: application/json: - schema: *340 + schema: *341 examples: default: value: @@ -119272,10 +119358,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-package-version-for-a-user parameters: - - *338 - *339 - - *254 - - *341 + - *340 + - *255 + - *342 responses: '204': description: Response @@ -119307,10 +119393,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-package-version-for-a-user parameters: - - *338 - *339 - - *254 - - *341 + - *340 + - *255 + - *342 responses: '204': description: Response @@ -119336,7 +119422,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects-classic/projects#list-user-projects parameters: - - *254 + - *255 - name: state description: Indicates the state of the projects to return. in: query @@ -119357,7 +119443,7 @@ paths: application/json: schema: type: array - items: *352 + items: *353 examples: default: value: @@ -119393,7 +119479,7 @@ paths: created_at: '2011-04-10T20:09:31Z' updated_at: '2014-03-03T18:58:10Z' headers: - Link: *38 + Link: *41 '422': *15 x-github: githubCloudOnly: false @@ -119415,15 +119501,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#list-projects-for-user parameters: - - *254 + - *255 - name: q description: Limit results to projects of the specified type. in: query required: false schema: type: string - - *96 - *97 + - *98 - *17 responses: '200': @@ -119432,11 +119518,11 @@ paths: application/json: schema: type: array - items: *353 + items: *354 examples: - default: *354 + default: *355 headers: - Link: *38 + Link: *41 '304': *35 '403': *27 '401': *23 @@ -119461,7 +119547,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-events-received-by-the-authenticated-user parameters: - - *254 + - *255 - *17 - *19 responses: @@ -119471,7 +119557,7 @@ paths: application/json: schema: type: array - items: *196 + items: *197 examples: default: value: @@ -119550,7 +119636,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-public-events-received-by-a-user parameters: - - *254 + - *255 - *17 - *19 responses: @@ -119560,7 +119646,7 @@ paths: application/json: schema: type: array - items: *196 + items: *197 examples: default: value: @@ -119637,7 +119723,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repositories-for-a-user parameters: - - *254 + - *255 - name: type description: Limit results to repositories of the specified type. in: query @@ -119680,11 +119766,11 @@ paths: application/json: schema: type: array - items: *232 + items: *233 examples: - default: *342 + default: *343 headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -119706,15 +119792,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/billing/billing#get-github-actions-billing-for-a-user parameters: - - *254 + - *255 responses: '200': description: Response content: application/json: - schema: *387 + schema: *388 examples: - default: *388 + default: *389 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -119736,15 +119822,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/billing/billing#get-github-packages-billing-for-a-user parameters: - - *254 + - *255 responses: '200': description: Response content: application/json: - schema: *392 + schema: *393 examples: - default: *393 + default: *394 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -119766,15 +119852,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/billing/billing#get-shared-storage-billing-for-a-user parameters: - - *254 + - *255 responses: '200': description: Response content: application/json: - schema: *394 + schema: *395 examples: - default: *395 + default: *396 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -119794,11 +119880,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/billing/enhanced-billing#get-billing-usage-report-for-a-user parameters: - - *254 - - *201 + - *255 - *202 - *203 - *204 + - *205 responses: '200': description: Response when getting a billing usage report @@ -119868,8 +119954,8 @@ paths: repositoryName: user/example '400': *14 '403': *27 - '500': *89 - '503': *162 + '500': *38 + '503': *163 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -119887,7 +119973,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/social-accounts#list-social-accounts-for-a-user parameters: - - *254 + - *255 - *17 - *19 responses: @@ -119897,11 +119983,11 @@ paths: application/json: schema: type: array - items: *776 + items: *777 examples: - default: *777 + default: *778 headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -119919,7 +120005,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/ssh-signing-keys#list-ssh-signing-keys-for-a-user parameters: - - *254 + - *255 - *17 - *19 responses: @@ -119929,11 +120015,11 @@ paths: application/json: schema: type: array - items: *778 + items: *779 examples: - default: *794 + default: *795 headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -119955,9 +120041,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-repositories-starred-by-a-user parameters: - - *254 - - *795 - - *98 + - *255 + - *796 + - *99 - *17 - *19 responses: @@ -119968,13 +120054,13 @@ paths: schema: anyOf: - type: array - items: *796 + items: *797 - type: array - items: *65 + items: *67 examples: - default-response: *781 + default-response: *782 headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -119991,7 +120077,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#list-repositories-watched-by-a-user parameters: - - *254 + - *255 - *17 - *19 responses: @@ -120001,11 +120087,11 @@ paths: application/json: schema: type: array - items: *232 + items: *233 examples: - default: *342 + default: *343 headers: - Link: *38 + Link: *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -120132,7 +120218,7 @@ webhooks: type: string enum: - disabled - enterprise: &797 + enterprise: &798 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -120201,7 +120287,7 @@ webhooks: - created_at - updated_at - avatar_url - installation: &798 + installation: &799 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -120222,7 +120308,7 @@ webhooks: required: - id - node_id - organization: &799 + organization: &800 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -120295,7 +120381,7 @@ webhooks: - public_members_url - avatar_url - description - repository: &800 + repository: &801 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property @@ -120324,7 +120410,7 @@ webhooks: license: anyOf: - type: 'null' - - *186 + - *187 organization: anyOf: - type: 'null' @@ -121208,10 +121294,10 @@ webhooks: type: string enum: - enabled - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 sender: *4 required: - action @@ -121287,11 +121373,11 @@ webhooks: type: string enum: - created - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 - rule: &801 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 + rule: &802 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) @@ -121514,11 +121600,11 @@ webhooks: type: string enum: - deleted - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 - rule: *801 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 + rule: *802 sender: *4 required: - action @@ -121706,11 +121792,11 @@ webhooks: - everyone required: - from - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 - rule: *801 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 + rule: *802 sender: *4 required: - action @@ -121781,7 +121867,7 @@ webhooks: required: true content: application/json: - schema: &804 + schema: &805 title: Exemption request cancellation event type: object properties: @@ -121789,11 +121875,11 @@ webhooks: type: string enum: - cancelled - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 - exemption_request: &802 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 + exemption_request: &803 title: Exemption Request description: A request from a user to be exempted from a set of rules. @@ -122031,7 +122117,7 @@ webhooks: - array - 'null' description: The responses to the exemption request. - items: &803 + items: &804 title: Exemption response description: A response to an exemption request by a delegated bypasser. @@ -122141,7 +122227,7 @@ webhooks: required: true content: application/json: - schema: &805 + schema: &806 title: Exemption request completed event type: object properties: @@ -122149,11 +122235,11 @@ webhooks: type: string enum: - completed - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 - exemption_request: *802 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 + exemption_request: *803 sender: *4 required: - action @@ -122223,7 +122309,7 @@ webhooks: required: true content: application/json: - schema: &806 + schema: &807 title: Exemption request created event type: object properties: @@ -122231,11 +122317,11 @@ webhooks: type: string enum: - created - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 - exemption_request: *802 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 + exemption_request: *803 sender: *4 required: - action @@ -122305,7 +122391,7 @@ webhooks: required: true content: application/json: - schema: &807 + schema: &808 title: Exemption response dismissed event type: object properties: @@ -122313,12 +122399,12 @@ webhooks: type: string enum: - response_dismissed - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 - exemption_request: *802 - exemption_response: *803 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 + exemption_request: *803 + exemption_response: *804 sender: *4 required: - action @@ -122390,7 +122476,7 @@ webhooks: required: true content: application/json: - schema: &808 + schema: &809 title: Exemption response submitted event type: object properties: @@ -122398,12 +122484,12 @@ webhooks: type: string enum: - response_submitted - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 - exemption_request: *802 - exemption_response: *803 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 + exemption_request: *803 + exemption_response: *804 sender: *4 required: - action @@ -122476,7 +122562,7 @@ webhooks: required: true content: application/json: - schema: *804 + schema: *805 responses: '200': description: Return a 200 status to indicate that the data was received @@ -122543,7 +122629,7 @@ webhooks: required: true content: application/json: - schema: *805 + schema: *806 responses: '200': description: Return a 200 status to indicate that the data was received @@ -122610,7 +122696,7 @@ webhooks: required: true content: application/json: - schema: *806 + schema: *807 responses: '200': description: Return a 200 status to indicate that the data was received @@ -122677,7 +122763,7 @@ webhooks: required: true content: application/json: - schema: *807 + schema: *808 responses: '200': description: Return a 200 status to indicate that the data was received @@ -122745,7 +122831,7 @@ webhooks: required: true content: application/json: - schema: *808 + schema: *809 responses: '200': description: Return a 200 status to indicate that the data was received @@ -122823,7 +122909,7 @@ webhooks: type: string enum: - completed - check_run: &810 + check_run: &811 title: CheckRun description: A check performed on the code of a given code change type: object @@ -122888,8 +122974,8 @@ webhooks: - MDEwOkNoZWNrU3VpdGU1 pull_requests: type: array - items: *489 - repository: *232 + items: *490 + repository: *233 status: type: string enum: @@ -122933,7 +123019,7 @@ webhooks: - examples: - neutral - deployment: *809 + deployment: *810 details_url: type: string examples: @@ -122993,7 +123079,7 @@ webhooks: - annotations_url pull_requests: type: array - items: *489 + items: *490 started_at: type: string format: date-time @@ -123031,10 +123117,10 @@ webhooks: - output - app - pull_requests - installation: *798 - enterprise: *797 - organization: *799 - repository: *800 + installation: *799 + enterprise: *798 + organization: *800 + repository: *801 sender: *4 required: - check_run @@ -123427,11 +123513,11 @@ webhooks: type: string enum: - created - check_run: *810 - installation: *798 - enterprise: *797 - organization: *799 - repository: *800 + check_run: *811 + installation: *799 + enterprise: *798 + organization: *800 + repository: *801 sender: *4 required: - check_run @@ -123827,11 +123913,11 @@ webhooks: type: string enum: - requested_action - check_run: *810 - installation: *798 - enterprise: *797 - organization: *799 - repository: *800 + check_run: *811 + installation: *799 + enterprise: *798 + organization: *800 + repository: *801 requested_action: description: The action requested by the user. type: object @@ -124236,11 +124322,11 @@ webhooks: type: string enum: - rerequested - check_run: *810 - installation: *798 - enterprise: *797 - organization: *799 - repository: *800 + check_run: *811 + installation: *799 + enterprise: *798 + organization: *800 + repository: *801 sender: *4 required: - check_run @@ -125232,10 +125318,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 sender: *4 required: - action @@ -125920,10 +126006,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 sender: *4 required: - action @@ -126602,10 +126688,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 sender: *4 required: - action @@ -126771,7 +126857,7 @@ webhooks: required: - login - id - dismissed_comment: *501 + dismissed_comment: *502 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -126923,20 +127009,20 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: &811 + commit_oid: &812 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: *797 - installation: *798 - organization: *799 - ref: &812 + enterprise: *798 + installation: *799 + organization: *800 + ref: &813 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: *800 + repository: *801 sender: *4 required: - action @@ -127100,7 +127186,7 @@ webhooks: required: - login - id - dismissed_comment: *501 + dismissed_comment: *502 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -127341,12 +127427,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *811 - enterprise: *797 - installation: *798 - organization: *799 - ref: *812 - repository: *800 + commit_oid: *812 + enterprise: *798 + installation: *799 + organization: *800 + ref: *813 + repository: *801 sender: *4 required: - action @@ -127444,7 +127530,7 @@ webhooks: dismissed_by: type: - 'null' - dismissed_comment: *501 + dismissed_comment: *502 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -127626,12 +127712,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *811 - enterprise: *797 - installation: *798 - organization: *799 - ref: *812 - repository: *800 + commit_oid: *812 + enterprise: *798 + installation: *799 + organization: *800 + ref: *813 + repository: *801 sender: *4 required: - action @@ -127797,7 +127883,7 @@ webhooks: required: - login - id - dismissed_comment: *501 + dismissed_comment: *502 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -127974,12 +128060,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *811 - enterprise: *797 - installation: *798 - organization: *799 - ref: *812 - repository: *800 + commit_oid: *812 + enterprise: *798 + installation: *799 + organization: *800 + ref: *813 + repository: *801 sender: *4 required: - action @@ -128079,7 +128165,7 @@ webhooks: type: - object - 'null' - dismissed_comment: *501 + dismissed_comment: *502 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -128259,9 +128345,9 @@ webhooks: type: - string - 'null' - enterprise: *797 - installation: *798 - organization: *799 + enterprise: *798 + installation: *799 + organization: *800 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event @@ -128269,7 +128355,7 @@ webhooks: type: - string - 'null' - repository: *800 + repository: *801 sender: *4 required: - action @@ -128365,7 +128451,7 @@ webhooks: dismissed_by: type: - 'null' - dismissed_comment: *501 + dismissed_comment: *502 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -128512,12 +128598,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *811 - enterprise: *797 - installation: *798 - organization: *799 - ref: *812 - repository: *800 + commit_oid: *812 + enterprise: *798 + installation: *799 + organization: *800 + ref: *813 + repository: *801 sender: *4 required: - action @@ -128779,10 +128865,10 @@ webhooks: - updated_at - author_association - body - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 sender: *4 required: - action @@ -128863,18 +128949,18 @@ webhooks: type: - string - 'null' - enterprise: *797 - installation: *798 + enterprise: *798 + installation: *799 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *799 - pusher_type: &813 + organization: *800 + pusher_type: &814 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &814 + ref: &815 description: The [`git ref`](https://docs.github.com/enterprise-cloud@latest//rest/git/refs#get-a-reference) resource. type: string @@ -128884,7 +128970,7 @@ webhooks: enum: - tag - branch - repository: *800 + repository: *801 sender: *4 required: - ref @@ -128966,10 +129052,10 @@ webhooks: type: string enum: - created - definition: *124 - enterprise: *797 - installation: *798 - organization: *799 + definition: *125 + enterprise: *798 + installation: *799 + organization: *800 sender: *4 required: - action @@ -129054,9 +129140,9 @@ webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *797 - installation: *798 - organization: *799 + enterprise: *798 + installation: *799 + organization: *800 sender: *4 required: - action @@ -129133,10 +129219,10 @@ webhooks: type: string enum: - promote_to_enterprise - definition: *124 - enterprise: *797 - installation: *798 - organization: *799 + definition: *125 + enterprise: *798 + installation: *799 + organization: *800 sender: *4 required: - action @@ -129213,10 +129299,10 @@ webhooks: type: string enum: - updated - definition: *124 - enterprise: *797 - installation: *798 - organization: *799 + definition: *125 + enterprise: *798 + installation: *799 + organization: *800 sender: *4 required: - action @@ -129293,19 +129379,19 @@ webhooks: type: string enum: - updated - enterprise: *797 - installation: *798 - repository: *800 - organization: *799 + enterprise: *798 + installation: *799 + repository: *801 + organization: *800 sender: *4 new_property_values: type: array description: The new custom property values for the repository. - items: *365 + items: *366 old_property_values: type: array description: The old custom property values for the repository. - items: *365 + items: *366 required: - action - repository @@ -129381,18 +129467,18 @@ webhooks: title: delete event type: object properties: - enterprise: *797 - installation: *798 - organization: *799 - pusher_type: *813 - ref: *814 + enterprise: *798 + installation: *799 + organization: *800 + pusher_type: *814 + ref: *815 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *800 + repository: *801 sender: *4 required: - ref @@ -129476,11 +129562,11 @@ webhooks: type: string enum: - auto_dismissed - alert: *552 - installation: *798 - organization: *799 - enterprise: *797 - repository: *800 + alert: *553 + installation: *799 + organization: *800 + enterprise: *798 + repository: *801 sender: *4 required: - action @@ -129564,11 +129650,11 @@ webhooks: type: string enum: - auto_reopened - alert: *552 - installation: *798 - organization: *799 - enterprise: *797 - repository: *800 + alert: *553 + installation: *799 + organization: *800 + enterprise: *798 + repository: *801 sender: *4 required: - action @@ -129652,11 +129738,11 @@ webhooks: type: string enum: - created - alert: *552 - installation: *798 - organization: *799 - enterprise: *797 - repository: *800 + alert: *553 + installation: *799 + organization: *800 + enterprise: *798 + repository: *801 sender: *4 required: - action @@ -129738,11 +129824,11 @@ webhooks: type: string enum: - dismissed - alert: *552 - installation: *798 - organization: *799 - enterprise: *797 - repository: *800 + alert: *553 + installation: *799 + organization: *800 + enterprise: *798 + repository: *801 sender: *4 required: - action @@ -129824,11 +129910,11 @@ webhooks: type: string enum: - fixed - alert: *552 - installation: *798 - organization: *799 - enterprise: *797 - repository: *800 + alert: *553 + installation: *799 + organization: *800 + enterprise: *798 + repository: *801 sender: *4 required: - action @@ -129911,11 +129997,11 @@ webhooks: type: string enum: - reintroduced - alert: *552 - installation: *798 - organization: *799 - enterprise: *797 - repository: *800 + alert: *553 + installation: *799 + organization: *800 + enterprise: *798 + repository: *801 sender: *4 required: - action @@ -129997,11 +130083,11 @@ webhooks: type: string enum: - reopened - alert: *552 - installation: *798 - organization: *799 - enterprise: *797 - repository: *800 + alert: *553 + installation: *799 + organization: *800 + enterprise: *798 + repository: *801 sender: *4 required: - action @@ -130078,9 +130164,9 @@ webhooks: type: string enum: - created - enterprise: *797 - installation: *798 - key: &815 + enterprise: *798 + installation: *799 + key: &816 description: The [`deploy key`](https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -130118,8 +130204,8 @@ webhooks: - verified - created_at - read_only - organization: *799 - repository: *800 + organization: *800 + repository: *801 sender: *4 required: - action @@ -130196,11 +130282,11 @@ webhooks: type: string enum: - deleted - enterprise: *797 - installation: *798 - key: *815 - organization: *799 - repository: *800 + enterprise: *798 + installation: *799 + key: *816 + organization: *800 + repository: *801 sender: *4 required: - action @@ -130772,12 +130858,12 @@ webhooks: - updated_at - statuses_url - repository_url - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 sender: *4 - workflow: &819 + workflow: &820 title: Workflow type: - object @@ -131515,13 +131601,13 @@ webhooks: description: The URL to review the deployment protection rule. type: string format: uri - deployment: *558 + deployment: *559 pull_requests: type: array - items: *648 - repository: *800 - organization: *799 - installation: *798 + items: *649 + repository: *801 + organization: *800 + installation: *799 sender: *4 responses: '200': @@ -131592,7 +131678,7 @@ webhooks: type: string enum: - approved - approver: &816 + approver: &817 type: object properties: avatar_url: @@ -131635,11 +131721,11 @@ webhooks: type: string comment: type: string - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 - reviewers: &817 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 + reviewers: &818 type: array items: type: object @@ -131720,7 +131806,7 @@ webhooks: sender: *4 since: type: string - workflow_job_run: &818 + workflow_job_run: &819 type: object properties: conclusion: @@ -132466,18 +132552,18 @@ webhooks: type: string enum: - rejected - approver: *816 + approver: *817 comment: type: string - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 - reviewers: *817 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 + reviewers: *818 sender: *4 since: type: string - workflow_job_run: *818 + workflow_job_run: *819 workflow_job_runs: type: array items: @@ -133194,13 +133280,13 @@ webhooks: type: string enum: - requested - enterprise: *797 + enterprise: *798 environment: type: string - installation: *798 - organization: *799 - repository: *800 - requestor: &824 + installation: *799 + organization: *800 + repository: *801 + requestor: &825 title: User type: - object @@ -135143,12 +135229,12 @@ webhooks: - updated_at - deployment_url - repository_url - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 sender: *4 - workflow: *819 + workflow: *820 workflow_run: title: Deployment Workflow Run type: @@ -135839,7 +135925,7 @@ webhooks: type: string enum: - answered - answer: &822 + answer: &823 type: object properties: author_association: @@ -135999,7 +136085,7 @@ webhooks: - created_at - updated_at - body - discussion: &820 + discussion: &821 title: Discussion description: A Discussion in a repository. type: object @@ -136295,7 +136381,7 @@ webhooks: - id labels: type: array - items: *613 + items: *614 required: - repository_url - category @@ -136317,10 +136403,10 @@ webhooks: - author_association - active_lock_reason - body - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 sender: *4 required: - action @@ -136447,11 +136533,11 @@ webhooks: - from required: - category - discussion: *820 - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 + discussion: *821 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 sender: *4 required: - action @@ -136534,11 +136620,11 @@ webhooks: type: string enum: - closed - discussion: *820 - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 + discussion: *821 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 sender: *4 required: - action @@ -136620,7 +136706,7 @@ webhooks: type: string enum: - created - comment: &821 + comment: &822 type: object properties: author_association: @@ -136780,11 +136866,11 @@ webhooks: - updated_at - body - reactions - discussion: *820 - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 + discussion: *821 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 sender: *4 required: - action @@ -136867,12 +136953,12 @@ webhooks: type: string enum: - deleted - comment: *821 - discussion: *820 - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 + comment: *822 + discussion: *821 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 sender: *4 required: - action @@ -136967,12 +137053,12 @@ webhooks: - from required: - body - comment: *821 - discussion: *820 - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 + comment: *822 + discussion: *821 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 sender: *4 required: - action @@ -137056,11 +137142,11 @@ webhooks: type: string enum: - created - discussion: *820 - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 + discussion: *821 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 sender: *4 required: - action @@ -137142,11 +137228,11 @@ webhooks: type: string enum: - deleted - discussion: *820 - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 + discussion: *821 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 sender: *4 required: - action @@ -137246,11 +137332,11 @@ webhooks: type: string required: - from - discussion: *820 - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 + discussion: *821 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 sender: *4 required: - action @@ -137332,10 +137418,10 @@ webhooks: type: string enum: - labeled - discussion: *820 - enterprise: *797 - installation: *798 - label: &823 + discussion: *821 + enterprise: *798 + installation: *799 + label: &824 title: Label type: object properties: @@ -137368,8 +137454,8 @@ webhooks: - color - default - description - organization: *799 - repository: *800 + organization: *800 + repository: *801 sender: *4 required: - action @@ -137452,11 +137538,11 @@ webhooks: type: string enum: - locked - discussion: *820 - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 + discussion: *821 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 sender: *4 required: - action @@ -137538,11 +137624,11 @@ webhooks: type: string enum: - pinned - discussion: *820 - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 + discussion: *821 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 sender: *4 required: - action @@ -137624,11 +137710,11 @@ webhooks: type: string enum: - reopened - discussion: *820 - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 + discussion: *821 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 sender: *4 required: - action @@ -137713,16 +137799,16 @@ webhooks: changes: type: object properties: - new_discussion: *820 - new_repository: *800 + new_discussion: *821 + new_repository: *801 required: - new_discussion - new_repository - discussion: *820 - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 + discussion: *821 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 sender: *4 required: - action @@ -137805,10 +137891,10 @@ webhooks: type: string enum: - unanswered - discussion: *820 - old_answer: *822 - organization: *799 - repository: *800 + discussion: *821 + old_answer: *823 + organization: *800 + repository: *801 sender: *4 required: - action @@ -137890,12 +137976,12 @@ webhooks: type: string enum: - unlabeled - discussion: *820 - enterprise: *797 - installation: *798 - label: *823 - organization: *799 - repository: *800 + discussion: *821 + enterprise: *798 + installation: *799 + label: *824 + organization: *800 + repository: *801 sender: *4 required: - action @@ -137978,11 +138064,11 @@ webhooks: type: string enum: - unlocked - discussion: *820 - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 + discussion: *821 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 sender: *4 required: - action @@ -138064,11 +138150,11 @@ webhooks: type: string enum: - unpinned - discussion: *820 - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 + discussion: *821 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 sender: *4 required: - action @@ -138137,7 +138223,7 @@ webhooks: required: true content: application/json: - schema: *806 + schema: *807 responses: '200': description: Return a 200 status to indicate that the data was received @@ -138200,7 +138286,7 @@ webhooks: required: true content: application/json: - schema: *808 + schema: *809 responses: '200': description: Return a 200 status to indicate that the data was received @@ -138266,7 +138352,7 @@ webhooks: required: true content: application/json: - schema: *804 + schema: *805 responses: '200': description: Return a 200 status to indicate that the data was received @@ -138332,7 +138418,7 @@ webhooks: required: true content: application/json: - schema: *805 + schema: *806 responses: '200': description: Return a 200 status to indicate that the data was received @@ -138398,7 +138484,7 @@ webhooks: required: true content: application/json: - schema: *806 + schema: *807 responses: '200': description: Return a 200 status to indicate that the data was received @@ -138464,7 +138550,7 @@ webhooks: required: true content: application/json: - schema: *807 + schema: *808 responses: '200': description: Return a 200 status to indicate that the data was received @@ -138530,7 +138616,7 @@ webhooks: required: true content: application/json: - schema: *808 + schema: *809 responses: '200': description: Return a 200 status to indicate that the data was received @@ -138597,7 +138683,7 @@ webhooks: description: A user forks a repository. type: object properties: - enterprise: *797 + enterprise: *798 forkee: description: The created [`repository`](https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository) resource. @@ -139275,9 +139361,9 @@ webhooks: type: integer watchers_count: type: integer - installation: *798 - organization: *799 - repository: *800 + installation: *799 + organization: *800 + repository: *801 sender: *4 required: - forkee @@ -139423,9 +139509,9 @@ webhooks: title: gollum event type: object properties: - enterprise: *797 - installation: *798 - organization: *799 + enterprise: *798 + installation: *799 + organization: *800 pages: description: The pages that were updated. type: array @@ -139463,7 +139549,7 @@ webhooks: - action - sha - html_url - repository: *800 + repository: *801 sender: *4 required: - pages @@ -139539,10 +139625,10 @@ webhooks: type: string enum: - created - enterprise: *797 + enterprise: *798 installation: *20 - organization: *799 - repositories: &825 + organization: *800 + repositories: &826 description: An array of repository objects that the installation can access. type: array @@ -139568,8 +139654,8 @@ webhooks: - name - full_name - private - repository: *800 - requester: *824 + repository: *801 + requester: *825 sender: *4 required: - action @@ -139644,11 +139730,11 @@ webhooks: type: string enum: - deleted - enterprise: *797 + enterprise: *798 installation: *20 - organization: *799 - repositories: *825 - repository: *800 + organization: *800 + repositories: *826 + repository: *801 requester: type: - 'null' @@ -139725,11 +139811,11 @@ webhooks: type: string enum: - new_permissions_accepted - enterprise: *797 + enterprise: *798 installation: *20 - organization: *799 - repositories: *825 - repository: *800 + organization: *800 + repositories: *826 + repository: *801 requester: type: - 'null' @@ -139806,10 +139892,10 @@ webhooks: type: string enum: - added - enterprise: *797 + enterprise: *798 installation: *20 - organization: *799 - repositories_added: &826 + organization: *800 + repositories_added: &827 description: An array of repository objects, which were added to the installation. type: array @@ -139855,15 +139941,15 @@ webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *800 - repository_selection: &827 + repository: *801 + repository_selection: &828 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *824 + requester: *825 sender: *4 required: - action @@ -139942,10 +140028,10 @@ webhooks: type: string enum: - removed - enterprise: *797 + enterprise: *798 installation: *20 - organization: *799 - repositories_added: *826 + organization: *800 + repositories_added: *827 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -139972,9 +140058,9 @@ webhooks: - name - full_name - private - repository: *800 - repository_selection: *827 - requester: *824 + repository: *801 + repository_selection: *828 + requester: *825 sender: *4 required: - action @@ -140053,11 +140139,11 @@ webhooks: type: string enum: - suspend - enterprise: *797 + enterprise: *798 installation: *20 - organization: *799 - repositories: *825 - repository: *800 + organization: *800 + repositories: *826 + repository: *801 requester: type: - 'null' @@ -140240,10 +140326,10 @@ webhooks: type: string required: - from - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 sender: *4 target_type: type: string @@ -140322,11 +140408,11 @@ webhooks: type: string enum: - unsuspend - enterprise: *797 + enterprise: *798 installation: *20 - organization: *799 - repositories: *825 - repository: *800 + organization: *800 + repositories: *826 + repository: *801 requester: type: - 'null' @@ -140574,8 +140660,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *797 - installation: *798 + enterprise: *798 + installation: *799 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -141392,8 +141478,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *740 - issue_dependencies_summary: *741 + sub_issues_summary: *741 + issue_dependencies_summary: *742 state: description: State of the issue; either 'open' or 'closed' type: string @@ -141410,7 +141496,7 @@ webhooks: title: description: Title of the issue type: string - type: *319 + type: *320 updated_at: type: string format: date-time @@ -141754,8 +141840,8 @@ webhooks: - state - locked - assignee - organization: *799 - repository: *800 + organization: *800 + repository: *801 sender: *4 required: - action @@ -141835,7 +141921,7 @@ webhooks: type: string enum: - deleted - comment: &828 + comment: &829 title: issue comment description: The [comment](https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#get-an-issue-comment) itself. @@ -142002,8 +142088,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *797 - installation: *798 + enterprise: *798 + installation: *799 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -142816,8 +142902,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *740 - issue_dependencies_summary: *741 + sub_issues_summary: *741 + issue_dependencies_summary: *742 state: description: State of the issue; either 'open' or 'closed' type: string @@ -142834,7 +142920,7 @@ webhooks: title: description: Title of the issue type: string - type: *319 + type: *320 updated_at: type: string format: date-time @@ -143180,8 +143266,8 @@ webhooks: - state - locked - assignee - organization: *799 - repository: *800 + organization: *800 + repository: *801 sender: *4 required: - action @@ -143261,7 +143347,7 @@ webhooks: type: string enum: - edited - changes: &852 + changes: &853 description: The changes to the comment. type: object properties: @@ -143273,9 +143359,9 @@ webhooks: type: string required: - from - comment: *828 - enterprise: *797 - installation: *798 + comment: *829 + enterprise: *798 + installation: *799 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -144091,8 +144177,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *740 - issue_dependencies_summary: *741 + sub_issues_summary: *741 + issue_dependencies_summary: *742 state: description: State of the issue; either 'open' or 'closed' type: string @@ -144109,7 +144195,7 @@ webhooks: title: description: Title of the issue type: string - type: *319 + type: *320 updated_at: type: string format: date-time @@ -144453,8 +144539,8 @@ webhooks: - state - locked - assignee - organization: *799 - repository: *800 + organization: *800 + repository: *801 sender: *4 required: - action @@ -144538,15 +144624,15 @@ webhooks: blocked_issue_id: description: The ID of the blocked issue. type: number - blocked_issue: *185 + blocked_issue: *186 blocking_issue_id: description: The ID of the blocking issue. type: number - blocking_issue: *185 - blocking_issue_repo: *65 - installation: *798 - organization: *799 - repository: *800 + blocking_issue: *186 + blocking_issue_repo: *67 + installation: *799 + organization: *800 + repository: *801 sender: *4 required: - action @@ -144634,15 +144720,15 @@ webhooks: blocked_issue_id: description: The ID of the blocked issue. type: number - blocked_issue: *185 + blocked_issue: *186 blocking_issue_id: description: The ID of the blocking issue. type: number - blocking_issue: *185 - blocking_issue_repo: *65 - installation: *798 - organization: *799 - repository: *800 + blocking_issue: *186 + blocking_issue_repo: *67 + installation: *799 + organization: *800 + repository: *801 sender: *4 required: - action @@ -144729,15 +144815,15 @@ webhooks: blocked_issue_id: description: The ID of the blocked issue. type: number - blocked_issue: *185 - blocked_issue_repo: *65 + blocked_issue: *186 + blocked_issue_repo: *67 blocking_issue_id: description: The ID of the blocking issue. type: number - blocking_issue: *185 - installation: *798 - organization: *799 - repository: *800 + blocking_issue: *186 + installation: *799 + organization: *800 + repository: *801 sender: *4 required: - action @@ -144825,15 +144911,15 @@ webhooks: blocked_issue_id: description: The ID of the blocked issue. type: number - blocked_issue: *185 - blocked_issue_repo: *65 + blocked_issue: *186 + blocked_issue_repo: *67 blocking_issue_id: description: The ID of the blocking issue. type: number - blocking_issue: *185 - installation: *798 - organization: *799 - repository: *800 + blocking_issue: *186 + installation: *799 + organization: *800 + repository: *801 sender: *4 required: - action @@ -144918,10 +145004,10 @@ webhooks: type: string enum: - assigned - assignee: *824 - enterprise: *797 - installation: *798 - issue: &831 + assignee: *825 + enterprise: *798 + installation: *799 + issue: &832 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -145733,11 +145819,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *740 - issue_dependencies_summary: *741 + sub_issues_summary: *741 + issue_dependencies_summary: *742 issue_field_values: type: array - items: *742 + items: *743 state: description: State of the issue; either 'open' or 'closed' type: string @@ -145754,7 +145840,7 @@ webhooks: title: description: Title of the issue type: string - type: *319 + type: *320 updated_at: type: string format: date-time @@ -145857,8 +145943,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *799 - repository: *800 + organization: *800 + repository: *801 sender: *4 required: - action @@ -145938,8 +146024,8 @@ webhooks: type: string enum: - closed - enterprise: *797 - installation: *798 + enterprise: *798 + installation: *799 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -146756,11 +146842,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *740 - issue_dependencies_summary: *741 + sub_issues_summary: *741 + issue_dependencies_summary: *742 issue_field_values: type: array - items: *742 + items: *743 state: description: State of the issue; either 'open' or 'closed' type: string @@ -146777,7 +146863,7 @@ webhooks: title: description: Title of the issue type: string - type: *319 + type: *320 updated_at: type: string format: date-time @@ -147023,8 +147109,8 @@ webhooks: required: - state - closed_at - organization: *799 - repository: *800 + organization: *800 + repository: *801 sender: *4 required: - action @@ -147103,8 +147189,8 @@ webhooks: type: string enum: - deleted - enterprise: *797 - installation: *798 + enterprise: *798 + installation: *799 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -147912,11 +147998,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *740 - issue_dependencies_summary: *741 + sub_issues_summary: *741 + issue_dependencies_summary: *742 issue_field_values: type: array - items: *742 + items: *743 state: description: State of the issue; either 'open' or 'closed' type: string @@ -147933,7 +148019,7 @@ webhooks: title: description: Title of the issue type: string - type: *319 + type: *320 updated_at: type: string format: date-time @@ -148035,8 +148121,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *799 - repository: *800 + organization: *800 + repository: *801 sender: *4 required: - action @@ -148115,8 +148201,8 @@ webhooks: type: string enum: - demilestoned - enterprise: *797 - installation: *798 + enterprise: *798 + installation: *799 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -148947,11 +149033,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *740 - issue_dependencies_summary: *741 + sub_issues_summary: *741 + issue_dependencies_summary: *742 issue_field_values: type: array - items: *742 + items: *743 state: description: State of the issue; either 'open' or 'closed' type: string @@ -148968,7 +149054,7 @@ webhooks: title: description: Title of the issue type: string - type: *319 + type: *320 updated_at: type: string format: date-time @@ -149049,7 +149135,7 @@ webhooks: format: uri user_view_type: type: string - milestone: &829 + milestone: &830 title: Milestone description: A collection of related issues and pull requests. type: object @@ -149192,8 +149278,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *799 - repository: *800 + organization: *800 + repository: *801 sender: *4 required: - action @@ -149292,8 +149378,8 @@ webhooks: type: string required: - from - enterprise: *797 - installation: *798 + enterprise: *798 + installation: *799 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -150105,11 +150191,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *740 - issue_dependencies_summary: *741 + sub_issues_summary: *741 + issue_dependencies_summary: *742 issue_field_values: type: array - items: *742 + items: *743 state: description: State of the issue; either 'open' or 'closed' type: string @@ -150123,7 +150209,7 @@ webhooks: timeline_url: type: string format: uri - type: *319 + type: *320 title: description: Title of the issue type: string @@ -150229,9 +150315,9 @@ webhooks: - active_lock_reason - body - reactions - label: *823 - organization: *799 - repository: *800 + label: *824 + organization: *800 + repository: *801 sender: *4 required: - action @@ -150311,8 +150397,8 @@ webhooks: type: string enum: - labeled - enterprise: *797 - installation: *798 + enterprise: *798 + installation: *799 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -151123,11 +151209,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *740 - issue_dependencies_summary: *741 + sub_issues_summary: *741 + issue_dependencies_summary: *742 issue_field_values: type: array - items: *742 + items: *743 state: description: State of the issue; either 'open' or 'closed' type: string @@ -151141,7 +151227,7 @@ webhooks: timeline_url: type: string format: uri - type: *319 + type: *320 title: description: Title of the issue type: string @@ -151247,9 +151333,9 @@ webhooks: - active_lock_reason - body - reactions - label: *823 - organization: *799 - repository: *800 + label: *824 + organization: *800 + repository: *801 sender: *4 required: - action @@ -151329,8 +151415,8 @@ webhooks: type: string enum: - locked - enterprise: *797 - installation: *798 + enterprise: *798 + installation: *799 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -152166,11 +152252,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *740 - issue_dependencies_summary: *741 + sub_issues_summary: *741 + issue_dependencies_summary: *742 issue_field_values: type: array - items: *742 + items: *743 state: description: State of the issue; either 'open' or 'closed' type: string @@ -152184,7 +152270,7 @@ webhooks: timeline_url: type: string format: uri - type: *319 + type: *320 title: description: Title of the issue type: string @@ -152267,8 +152353,8 @@ webhooks: format: uri user_view_type: type: string - organization: *799 - repository: *800 + organization: *800 + repository: *801 sender: *4 required: - action @@ -152347,8 +152433,8 @@ webhooks: type: string enum: - milestoned - enterprise: *797 - installation: *798 + enterprise: *798 + installation: *799 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -153178,11 +153264,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *740 - issue_dependencies_summary: *741 + sub_issues_summary: *741 + issue_dependencies_summary: *742 issue_field_values: type: array - items: *742 + items: *743 state: description: State of the issue; either 'open' or 'closed' type: string @@ -153199,7 +153285,7 @@ webhooks: title: description: Title of the issue type: string - type: *319 + type: *320 updated_at: type: string format: date-time @@ -153279,9 +153365,9 @@ webhooks: format: uri user_view_type: type: string - milestone: *829 - organization: *799 - repository: *800 + milestone: *830 + organization: *800 + repository: *801 sender: *4 required: - action @@ -154173,11 +154259,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *740 - issue_dependencies_summary: *741 + sub_issues_summary: *741 + issue_dependencies_summary: *742 issue_field_values: type: array - items: *742 + items: *743 state: description: State of the issue; either 'open' or 'closed' type: string @@ -154273,7 +154359,7 @@ webhooks: required: - login - id - type: *319 + type: *320 required: - id - number @@ -154754,8 +154840,8 @@ webhooks: required: - old_issue - old_repository - enterprise: *797 - installation: *798 + enterprise: *798 + installation: *799 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -155567,11 +155653,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *740 - issue_dependencies_summary: *741 + sub_issues_summary: *741 + issue_dependencies_summary: *742 issue_field_values: type: array - items: *742 + items: *743 state: description: State of the issue; either 'open' or 'closed' type: string @@ -155588,7 +155674,7 @@ webhooks: title: description: Title of the issue type: string - type: *319 + type: *320 updated_at: type: string format: date-time @@ -155690,8 +155776,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *799 - repository: *800 + organization: *800 + repository: *801 sender: *4 required: - action @@ -155771,9 +155857,9 @@ webhooks: type: string enum: - pinned - enterprise: *797 - installation: *798 - issue: &830 + enterprise: *798 + installation: *799 + issue: &831 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -156579,11 +156665,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *740 - issue_dependencies_summary: *741 + sub_issues_summary: *741 + issue_dependencies_summary: *742 issue_field_values: type: array - items: *742 + items: *743 state: description: State of the issue; either 'open' or 'closed' type: string @@ -156600,7 +156686,7 @@ webhooks: title: description: Title of the issue type: string - type: *319 + type: *320 updated_at: type: string format: date-time @@ -156702,8 +156788,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *799 - repository: *800 + organization: *800 + repository: *801 sender: *4 required: - action @@ -156782,8 +156868,8 @@ webhooks: type: string enum: - reopened - enterprise: *797 - installation: *798 + enterprise: *798 + installation: *799 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -157617,11 +157703,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *740 - issue_dependencies_summary: *741 + sub_issues_summary: *741 + issue_dependencies_summary: *742 issue_field_values: type: array - items: *742 + items: *743 state: description: State of the issue; either 'open' or 'closed' type: string @@ -157718,9 +157804,9 @@ webhooks: format: uri user_view_type: type: string - type: *319 - organization: *799 - repository: *800 + type: *320 + organization: *800 + repository: *801 sender: *4 required: - action @@ -158609,11 +158695,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *740 - issue_dependencies_summary: *741 + sub_issues_summary: *741 + issue_dependencies_summary: *742 issue_field_values: type: array - items: *742 + items: *743 state: description: State of the issue; either 'open' or 'closed' type: string @@ -158630,7 +158716,7 @@ webhooks: title: description: Title of the issue type: string - type: *319 + type: *320 updated_at: type: string format: date-time @@ -159212,11 +159298,11 @@ webhooks: required: - new_issue - new_repository - enterprise: *797 - installation: *798 - issue: *830 - organization: *799 - repository: *800 + enterprise: *798 + installation: *799 + issue: *831 + organization: *800 + repository: *801 sender: *4 required: - action @@ -159296,12 +159382,12 @@ webhooks: type: string enum: - typed - enterprise: *797 - installation: *798 - issue: *831 - type: *319 - organization: *799 - repository: *800 + enterprise: *798 + installation: *799 + issue: *832 + type: *320 + organization: *800 + repository: *801 sender: *4 required: - action @@ -159382,7 +159468,7 @@ webhooks: type: string enum: - unassigned - assignee: &855 + assignee: &856 title: User type: - object @@ -159454,11 +159540,11 @@ webhooks: required: - login - id - enterprise: *797 - installation: *798 - issue: *831 - organization: *799 - repository: *800 + enterprise: *798 + installation: *799 + issue: *832 + organization: *800 + repository: *801 sender: *4 required: - action @@ -159537,12 +159623,12 @@ webhooks: type: string enum: - unlabeled - enterprise: *797 - installation: *798 - issue: *831 - label: *823 - organization: *799 - repository: *800 + enterprise: *798 + installation: *799 + issue: *832 + label: *824 + organization: *800 + repository: *801 sender: *4 required: - action @@ -159622,8 +159708,8 @@ webhooks: type: string enum: - unlocked - enterprise: *797 - installation: *798 + enterprise: *798 + installation: *799 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -160457,11 +160543,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *740 - issue_dependencies_summary: *741 + sub_issues_summary: *741 + issue_dependencies_summary: *742 issue_field_values: type: array - items: *742 + items: *743 state: description: State of the issue; either 'open' or 'closed' type: string @@ -160478,7 +160564,7 @@ webhooks: title: description: Title of the issue type: string - type: *319 + type: *320 updated_at: type: string format: date-time @@ -160558,8 +160644,8 @@ webhooks: format: uri user_view_type: type: string - organization: *799 - repository: *800 + organization: *800 + repository: *801 sender: *4 required: - action @@ -160639,11 +160725,11 @@ webhooks: type: string enum: - unpinned - enterprise: *797 - installation: *798 - issue: *830 - organization: *799 - repository: *800 + enterprise: *798 + installation: *799 + issue: *831 + organization: *800 + repository: *801 sender: *4 required: - action @@ -160722,12 +160808,12 @@ webhooks: type: string enum: - untyped - enterprise: *797 - installation: *798 - issue: *831 - type: *319 - organization: *799 - repository: *800 + enterprise: *798 + installation: *799 + issue: *832 + type: *320 + organization: *800 + repository: *801 sender: *4 required: - action @@ -160807,11 +160893,11 @@ webhooks: type: string enum: - created - enterprise: *797 - installation: *798 - label: *823 - organization: *799 - repository: *800 + enterprise: *798 + installation: *799 + label: *824 + organization: *800 + repository: *801 sender: *4 required: - action @@ -160889,11 +160975,11 @@ webhooks: type: string enum: - deleted - enterprise: *797 - installation: *798 - label: *823 - organization: *799 - repository: *800 + enterprise: *798 + installation: *799 + label: *824 + organization: *800 + repository: *801 sender: *4 required: - action @@ -161003,11 +161089,11 @@ webhooks: type: string required: - from - enterprise: *797 - installation: *798 - label: *823 - organization: *799 - repository: *800 + enterprise: *798 + installation: *799 + label: *824 + organization: *800 + repository: *801 sender: *4 required: - action @@ -161089,9 +161175,9 @@ webhooks: - cancelled effective_date: type: string - enterprise: *797 - installation: *798 - marketplace_purchase: &832 + enterprise: *798 + installation: *799 + marketplace_purchase: &833 title: Marketplace Purchase type: object required: @@ -161179,8 +161265,8 @@ webhooks: type: integer unit_count: type: integer - organization: *799 - previous_marketplace_purchase: &833 + organization: *800 + previous_marketplace_purchase: &834 title: Marketplace Purchase type: object properties: @@ -161264,7 +161350,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *800 + repository: *801 sender: *4 required: - action @@ -161344,10 +161430,10 @@ webhooks: - changed effective_date: type: string - enterprise: *797 - installation: *798 - marketplace_purchase: *832 - organization: *799 + enterprise: *798 + installation: *799 + marketplace_purchase: *833 + organization: *800 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -161435,7 +161521,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *800 + repository: *801 sender: *4 required: - action @@ -161517,10 +161603,10 @@ webhooks: - pending_change effective_date: type: string - enterprise: *797 - installation: *798 - marketplace_purchase: *832 - organization: *799 + enterprise: *798 + installation: *799 + marketplace_purchase: *833 + organization: *800 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -161606,7 +161692,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *800 + repository: *801 sender: *4 required: - action @@ -161687,8 +161773,8 @@ webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *797 - installation: *798 + enterprise: *798 + installation: *799 marketplace_purchase: title: Marketplace Purchase type: object @@ -161774,9 +161860,9 @@ webhooks: type: integer unit_count: type: integer - organization: *799 - previous_marketplace_purchase: *833 - repository: *800 + organization: *800 + previous_marketplace_purchase: *834 + repository: *801 sender: *4 required: - action @@ -161856,12 +161942,12 @@ webhooks: - purchased effective_date: type: string - enterprise: *797 - installation: *798 - marketplace_purchase: *832 - organization: *799 - previous_marketplace_purchase: *833 - repository: *800 + enterprise: *798 + installation: *799 + marketplace_purchase: *833 + organization: *800 + previous_marketplace_purchase: *834 + repository: *801 sender: *4 required: - action @@ -161963,11 +162049,11 @@ webhooks: type: string required: - to - enterprise: *797 - installation: *798 - member: *824 - organization: *799 - repository: *800 + enterprise: *798 + installation: *799 + member: *825 + organization: *800 + repository: *801 sender: *4 required: - action @@ -162069,11 +162155,11 @@ webhooks: type: - string - 'null' - enterprise: *797 - installation: *798 - member: *824 - organization: *799 - repository: *800 + enterprise: *798 + installation: *799 + member: *825 + organization: *800 + repository: *801 sender: *4 required: - action @@ -162152,11 +162238,11 @@ webhooks: type: string enum: - removed - enterprise: *797 - installation: *798 - member: *824 - organization: *799 - repository: *800 + enterprise: *798 + installation: *799 + member: *825 + organization: *800 + repository: *801 sender: *4 required: - action @@ -162234,11 +162320,11 @@ webhooks: type: string enum: - added - enterprise: *797 - installation: *798 - member: *824 - organization: *799 - repository: *800 + enterprise: *798 + installation: *799 + member: *825 + organization: *800 + repository: *801 scope: description: The scope of the membership. Currently, can only be `team`. @@ -162316,7 +162402,7 @@ webhooks: required: - login - id - team: &834 + team: &835 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -162509,11 +162595,11 @@ webhooks: type: string enum: - removed - enterprise: *797 - installation: *798 - member: *824 - organization: *799 - repository: *800 + enterprise: *798 + installation: *799 + member: *825 + organization: *800 + repository: *801 scope: description: The scope of the membership. Currently, can only be `team`. @@ -162592,7 +162678,7 @@ webhooks: required: - login - id - team: *834 + team: *835 required: - action - scope @@ -162674,8 +162760,8 @@ webhooks: type: string enum: - checks_requested - installation: *798 - merge_group: &835 + installation: *799 + merge_group: &836 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -162694,15 +162780,15 @@ webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *493 + head_commit: *494 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *799 - repository: *800 + organization: *800 + repository: *801 sender: *4 required: - action @@ -162788,10 +162874,10 @@ webhooks: - merged - invalidated - dequeued - installation: *798 - merge_group: *835 - organization: *799 - repository: *800 + installation: *799 + merge_group: *836 + organization: *800 + repository: *801 sender: *4 required: - action @@ -162864,7 +162950,7 @@ webhooks: type: string enum: - deleted - enterprise: *797 + enterprise: *798 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -162973,12 +163059,12 @@ webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *798 - organization: *799 + installation: *799 + organization: *800 repository: anyOf: - type: 'null' - - *800 + - *801 sender: *4 required: - action @@ -163058,11 +163144,11 @@ webhooks: type: string enum: - closed - enterprise: *797 - installation: *798 - milestone: *829 - organization: *799 - repository: *800 + enterprise: *798 + installation: *799 + milestone: *830 + organization: *800 + repository: *801 sender: *4 required: - action @@ -163141,9 +163227,9 @@ webhooks: type: string enum: - created - enterprise: *797 - installation: *798 - milestone: &836 + enterprise: *798 + installation: *799 + milestone: &837 title: Milestone description: A collection of related issues and pull requests. type: object @@ -163285,8 +163371,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *799 - repository: *800 + organization: *800 + repository: *801 sender: *4 required: - action @@ -163365,11 +163451,11 @@ webhooks: type: string enum: - deleted - enterprise: *797 - installation: *798 - milestone: *829 - organization: *799 - repository: *800 + enterprise: *798 + installation: *799 + milestone: *830 + organization: *800 + repository: *801 sender: *4 required: - action @@ -163479,11 +163565,11 @@ webhooks: type: string required: - from - enterprise: *797 - installation: *798 - milestone: *829 - organization: *799 - repository: *800 + enterprise: *798 + installation: *799 + milestone: *830 + organization: *800 + repository: *801 sender: *4 required: - action @@ -163563,11 +163649,11 @@ webhooks: type: string enum: - opened - enterprise: *797 - installation: *798 - milestone: *836 - organization: *799 - repository: *800 + enterprise: *798 + installation: *799 + milestone: *837 + organization: *800 + repository: *801 sender: *4 required: - action @@ -163646,11 +163732,11 @@ webhooks: type: string enum: - blocked - blocked_user: *824 - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 + blocked_user: *825 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 sender: *4 required: - action @@ -163729,11 +163815,11 @@ webhooks: type: string enum: - unblocked - blocked_user: *824 - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 + blocked_user: *825 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 sender: *4 required: - action @@ -163812,9 +163898,9 @@ webhooks: type: string enum: - deleted - enterprise: *797 - installation: *798 - membership: &837 + enterprise: *798 + installation: *799 + membership: &838 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -163924,8 +164010,8 @@ webhooks: - role - organization_url - user - organization: *799 - repository: *800 + organization: *800 + repository: *801 sender: *4 required: - action @@ -164003,11 +164089,11 @@ webhooks: type: string enum: - member_added - enterprise: *797 - installation: *798 - membership: *837 - organization: *799 - repository: *800 + enterprise: *798 + installation: *799 + membership: *838 + organization: *800 + repository: *801 sender: *4 required: - action @@ -164086,8 +164172,8 @@ webhooks: type: string enum: - member_invited - enterprise: *797 - installation: *798 + enterprise: *798 + installation: *799 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -164209,10 +164295,10 @@ webhooks: - inviter - team_count - invitation_teams_url - organization: *799 - repository: *800 + organization: *800 + repository: *801 sender: *4 - user: *824 + user: *825 required: - action - invitation @@ -164290,11 +164376,11 @@ webhooks: type: string enum: - member_removed - enterprise: *797 - installation: *798 - membership: *837 - organization: *799 - repository: *800 + enterprise: *798 + installation: *799 + membership: *838 + organization: *800 + repository: *801 sender: *4 required: - action @@ -164381,11 +164467,11 @@ webhooks: properties: from: type: string - enterprise: *797 - installation: *798 - membership: *837 - organization: *799 - repository: *800 + enterprise: *798 + installation: *799 + membership: *838 + organization: *800 + repository: *801 sender: *4 required: - action @@ -164461,9 +164547,9 @@ webhooks: type: string enum: - published - enterprise: *797 - installation: *798 - organization: *799 + enterprise: *798 + installation: *799 + organization: *800 package: description: Information about the package. type: object @@ -164986,7 +165072,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: &838 + items: &839 title: Ruby Gems metadata type: object properties: @@ -165083,7 +165169,7 @@ webhooks: - owner - package_version - registry - repository: *800 + repository: *801 sender: *4 required: - action @@ -165159,9 +165245,9 @@ webhooks: type: string enum: - updated - enterprise: *797 - installation: *798 - organization: *799 + enterprise: *798 + installation: *799 + organization: *800 package: description: Information about the package. type: object @@ -165523,7 +165609,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *838 + items: *839 source_url: type: string format: uri @@ -165594,7 +165680,7 @@ webhooks: - owner - package_version - registry - repository: *800 + repository: *801 sender: *4 required: - action @@ -165775,12 +165861,12 @@ webhooks: - duration - created_at - updated_at - enterprise: *797 + enterprise: *798 id: type: integer - installation: *798 - organization: *799 - repository: *800 + installation: *799 + organization: *800 + repository: *801 sender: *4 required: - id @@ -165857,7 +165943,7 @@ webhooks: type: string enum: - approved - personal_access_token_request: &839 + personal_access_token_request: &840 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -166007,10 +166093,10 @@ webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *797 - organization: *799 + enterprise: *798 + organization: *800 sender: *4 - installation: *798 + installation: *799 required: - action - personal_access_token_request @@ -166087,11 +166173,11 @@ webhooks: type: string enum: - cancelled - personal_access_token_request: *839 - enterprise: *797 - organization: *799 + personal_access_token_request: *840 + enterprise: *798 + organization: *800 sender: *4 - installation: *798 + installation: *799 required: - action - personal_access_token_request @@ -166167,11 +166253,11 @@ webhooks: type: string enum: - created - personal_access_token_request: *839 - enterprise: *797 - organization: *799 + personal_access_token_request: *840 + enterprise: *798 + organization: *800 sender: *4 - installation: *798 + installation: *799 required: - action - personal_access_token_request @@ -166246,11 +166332,11 @@ webhooks: type: string enum: - denied - personal_access_token_request: *839 - organization: *799 - enterprise: *797 + personal_access_token_request: *840 + organization: *800 + enterprise: *798 sender: *4 - installation: *798 + installation: *799 required: - action - personal_access_token_request @@ -166355,7 +166441,7 @@ webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *840 + last_response: *841 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -166387,8 +166473,8 @@ webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *799 - repository: *800 + organization: *800 + repository: *801 sender: *4 zen: description: Random string of GitHub zen. @@ -166633,10 +166719,10 @@ webhooks: - from required: - note - enterprise: *797 - installation: *798 - organization: *799 - project_card: &841 + enterprise: *798 + installation: *799 + organization: *800 + project_card: &842 title: Project Card type: object properties: @@ -166759,7 +166845,7 @@ webhooks: - creator - created_at - updated_at - repository: *800 + repository: *801 sender: *4 required: - action @@ -166840,11 +166926,11 @@ webhooks: type: string enum: - created - enterprise: *797 - installation: *798 - organization: *799 - project_card: *841 - repository: *800 + enterprise: *798 + installation: *799 + organization: *800 + project_card: *842 + repository: *801 sender: *4 required: - action @@ -166924,9 +167010,9 @@ webhooks: type: string enum: - deleted - enterprise: *797 - installation: *798 - organization: *799 + enterprise: *798 + installation: *799 + organization: *800 project_card: title: Project Card type: object @@ -167056,7 +167142,7 @@ webhooks: repository: anyOf: - type: 'null' - - *800 + - *801 sender: *4 required: - action @@ -167150,11 +167236,11 @@ webhooks: - from required: - note - enterprise: *797 - installation: *798 - organization: *799 - project_card: *841 - repository: *800 + enterprise: *798 + installation: *799 + organization: *800 + project_card: *842 + repository: *801 sender: *4 required: - action @@ -167248,9 +167334,9 @@ webhooks: - from required: - column_id - enterprise: *797 - installation: *798 - organization: *799 + enterprise: *798 + installation: *799 + organization: *800 project_card: allOf: - title: Project Card @@ -167447,7 +167533,7 @@ webhooks: type: string required: - after_id - repository: *800 + repository: *801 sender: *4 required: - action @@ -167527,10 +167613,10 @@ webhooks: type: string enum: - closed - enterprise: *797 - installation: *798 - organization: *799 - project: &843 + enterprise: *798 + installation: *799 + organization: *800 + project: &844 title: Project type: object properties: @@ -167657,7 +167743,7 @@ webhooks: - creator - created_at - updated_at - repository: *800 + repository: *801 sender: *4 required: - action @@ -167737,10 +167823,10 @@ webhooks: type: string enum: - created - enterprise: *797 - installation: *798 - organization: *799 - project_column: &842 + enterprise: *798 + installation: *799 + organization: *800 + project_column: &843 title: Project Column type: object properties: @@ -167780,7 +167866,7 @@ webhooks: - name - created_at - updated_at - repository: *800 + repository: *801 sender: *4 required: - action @@ -167859,14 +167945,14 @@ webhooks: type: string enum: - deleted - enterprise: *797 - installation: *798 - organization: *799 - project_column: *842 + enterprise: *798 + installation: *799 + organization: *800 + project_column: *843 repository: anyOf: - type: 'null' - - *800 + - *801 sender: *4 required: - action @@ -167955,11 +168041,11 @@ webhooks: type: string required: - from - enterprise: *797 - installation: *798 - organization: *799 - project_column: *842 - repository: *800 + enterprise: *798 + installation: *799 + organization: *800 + project_column: *843 + repository: *801 sender: *4 required: - action @@ -168039,11 +168125,11 @@ webhooks: type: string enum: - moved - enterprise: *797 - installation: *798 - organization: *799 - project_column: *842 - repository: *800 + enterprise: *798 + installation: *799 + organization: *800 + project_column: *843 + repository: *801 sender: *4 required: - action @@ -168123,11 +168209,11 @@ webhooks: type: string enum: - created - enterprise: *797 - installation: *798 - organization: *799 - project: *843 - repository: *800 + enterprise: *798 + installation: *799 + organization: *800 + project: *844 + repository: *801 sender: *4 required: - action @@ -168207,14 +168293,14 @@ webhooks: type: string enum: - deleted - enterprise: *797 - installation: *798 - organization: *799 - project: *843 + enterprise: *798 + installation: *799 + organization: *800 + project: *844 repository: anyOf: - type: 'null' - - *800 + - *801 sender: *4 required: - action @@ -168315,11 +168401,11 @@ webhooks: type: string required: - from - enterprise: *797 - installation: *798 - organization: *799 - project: *843 - repository: *800 + enterprise: *798 + installation: *799 + organization: *800 + project: *844 + repository: *801 sender: *4 required: - action @@ -168398,11 +168484,11 @@ webhooks: type: string enum: - reopened - enterprise: *797 - installation: *798 - organization: *799 - project: *843 - repository: *800 + enterprise: *798 + installation: *799 + organization: *800 + project: *844 + repository: *801 sender: *4 required: - action @@ -168483,9 +168569,9 @@ webhooks: type: string enum: - closed - installation: *798 - organization: *799 - projects_v2: *353 + installation: *799 + organization: *800 + projects_v2: *354 sender: *4 required: - action @@ -168566,9 +168652,9 @@ webhooks: type: string enum: - created - installation: *798 - organization: *799 - projects_v2: *353 + installation: *799 + organization: *800 + projects_v2: *354 sender: *4 required: - action @@ -168649,9 +168735,9 @@ webhooks: type: string enum: - deleted - installation: *798 - organization: *799 - projects_v2: *353 + installation: *799 + organization: *800 + projects_v2: *354 sender: *4 required: - action @@ -168772,9 +168858,9 @@ webhooks: type: string to: type: string - installation: *798 - organization: *799 - projects_v2: *353 + installation: *799 + organization: *800 + projects_v2: *354 sender: *4 required: - action @@ -168857,7 +168943,7 @@ webhooks: type: string enum: - archived - changes: &847 + changes: &848 type: object properties: archived_at: @@ -168873,9 +168959,9 @@ webhooks: - string - 'null' format: date-time - installation: *798 - organization: *799 - projects_v2_item: &844 + installation: *799 + organization: *800 + projects_v2_item: &845 title: Projects v2 Item description: An item belonging to a project type: object @@ -168893,7 +168979,7 @@ webhooks: type: string description: The node ID of the content represented by this item. - content_type: *360 + content_type: *361 creator: *4 created_at: type: string @@ -169015,9 +169101,9 @@ webhooks: - 'null' to: type: string - installation: *798 - organization: *799 - projects_v2_item: *844 + installation: *799 + organization: *800 + projects_v2_item: *845 sender: *4 required: - action @@ -169099,9 +169185,9 @@ webhooks: type: string enum: - created - installation: *798 - organization: *799 - projects_v2_item: *844 + installation: *799 + organization: *800 + projects_v2_item: *845 sender: *4 required: - action @@ -169182,9 +169268,9 @@ webhooks: type: string enum: - deleted - installation: *798 - organization: *799 - projects_v2_item: *844 + installation: *799 + organization: *800 + projects_v2_item: *845 sender: *4 required: - action @@ -169289,7 +169375,7 @@ webhooks: oneOf: - type: string - type: integer - - &845 + - &846 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -169313,7 +169399,7 @@ webhooks: required: - id - name - - &846 + - &847 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -169353,8 +169439,8 @@ webhooks: oneOf: - type: string - type: integer - - *845 - *846 + - *847 type: - 'null' - string @@ -169377,9 +169463,9 @@ webhooks: - 'null' required: - body - installation: *798 - organization: *799 - projects_v2_item: *844 + installation: *799 + organization: *800 + projects_v2_item: *845 sender: *4 required: - action @@ -169476,9 +169562,9 @@ webhooks: type: - string - 'null' - installation: *798 - organization: *799 - projects_v2_item: *844 + installation: *799 + organization: *800 + projects_v2_item: *845 sender: *4 required: - action @@ -169561,10 +169647,10 @@ webhooks: type: string enum: - restored - changes: *847 - installation: *798 - organization: *799 - projects_v2_item: *844 + changes: *848 + installation: *799 + organization: *800 + projects_v2_item: *845 sender: *4 required: - action @@ -169646,9 +169732,9 @@ webhooks: type: string enum: - reopened - installation: *798 - organization: *799 - projects_v2: *353 + installation: *799 + organization: *800 + projects_v2: *354 sender: *4 required: - action @@ -169729,9 +169815,9 @@ webhooks: type: string enum: - created - installation: *798 - organization: *799 - projects_v2_status_update: *848 + installation: *799 + organization: *800 + projects_v2_status_update: *849 sender: *4 required: - action @@ -169812,9 +169898,9 @@ webhooks: type: string enum: - deleted - installation: *798 - organization: *799 - projects_v2_status_update: *848 + installation: *799 + organization: *800 + projects_v2_status_update: *849 sender: *4 required: - action @@ -169960,9 +170046,9 @@ webhooks: - string - 'null' format: date - installation: *798 - organization: *799 - projects_v2_status_update: *848 + installation: *799 + organization: *800 + projects_v2_status_update: *849 sender: *4 required: - action @@ -170033,10 +170119,10 @@ webhooks: title: public event type: object properties: - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 sender: *4 required: - repository @@ -170113,13 +170199,13 @@ webhooks: type: string enum: - assigned - assignee: *824 - enterprise: *797 - installation: *798 - number: &849 + assignee: *825 + enterprise: *798 + installation: *799 + number: &850 description: The pull request number. type: integer - organization: *799 + organization: *800 pull_request: title: Pull Request type: object @@ -172468,7 +172554,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *800 + repository: *801 sender: *4 required: - action @@ -172550,11 +172636,11 @@ webhooks: type: string enum: - auto_merge_disabled - enterprise: *797 - installation: *798 + enterprise: *798 + installation: *799 number: type: integer - organization: *799 + organization: *800 pull_request: title: Pull Request type: object @@ -174896,7 +174982,7 @@ webhooks: - draft reason: type: string - repository: *800 + repository: *801 sender: *4 required: - action @@ -174978,11 +175064,11 @@ webhooks: type: string enum: - auto_merge_enabled - enterprise: *797 - installation: *798 + enterprise: *798 + installation: *799 number: type: integer - organization: *799 + organization: *800 pull_request: title: Pull Request type: object @@ -177324,7 +177410,7 @@ webhooks: - draft reason: type: string - repository: *800 + repository: *801 sender: *4 required: - action @@ -177406,13 +177492,13 @@ webhooks: type: string enum: - closed - enterprise: *797 - installation: *798 - number: *849 - organization: *799 - pull_request: &850 + enterprise: *798 + installation: *799 + number: *850 + organization: *800 + pull_request: &851 allOf: - - *648 + - *649 - type: object properties: allow_auto_merge: @@ -177474,7 +177560,7 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *800 + repository: *801 sender: *4 required: - action @@ -177555,12 +177641,12 @@ webhooks: type: string enum: - converted_to_draft - enterprise: *797 - installation: *798 - number: *849 - organization: *799 - pull_request: *850 - repository: *800 + enterprise: *798 + installation: *799 + number: *850 + organization: *800 + pull_request: *851 + repository: *801 sender: *4 required: - action @@ -177640,11 +177726,11 @@ webhooks: type: string enum: - demilestoned - enterprise: *797 - milestone: *358 - number: *849 - organization: *799 - pull_request: &851 + enterprise: *798 + milestone: *359 + number: *850 + organization: *800 + pull_request: &852 title: Pull Request type: object properties: @@ -179971,7 +180057,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *800 + repository: *801 sender: *4 required: - action @@ -180050,11 +180136,11 @@ webhooks: type: string enum: - dequeued - enterprise: *797 - installation: *798 + enterprise: *798 + installation: *799 number: type: integer - organization: *799 + organization: *800 pull_request: title: Pull Request type: object @@ -182400,7 +182486,7 @@ webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *800 + repository: *801 sender: *4 required: - action @@ -182524,12 +182610,12 @@ webhooks: type: string required: - from - enterprise: *797 - installation: *798 - number: *849 - organization: *799 - pull_request: *850 - repository: *800 + enterprise: *798 + installation: *799 + number: *850 + organization: *800 + pull_request: *851 + repository: *801 sender: *4 required: - action @@ -182609,11 +182695,11 @@ webhooks: type: string enum: - enqueued - enterprise: *797 - installation: *798 + enterprise: *798 + installation: *799 number: type: integer - organization: *799 + organization: *800 pull_request: title: Pull Request type: object @@ -184944,7 +185030,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *800 + repository: *801 sender: *4 required: - action @@ -185024,11 +185110,11 @@ webhooks: type: string enum: - labeled - enterprise: *797 - installation: *798 - label: *823 - number: *849 - organization: *799 + enterprise: *798 + installation: *799 + label: *824 + number: *850 + organization: *800 pull_request: title: Pull Request type: object @@ -187376,7 +187462,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *800 + repository: *801 sender: *4 required: - action @@ -187457,10 +187543,10 @@ webhooks: type: string enum: - locked - enterprise: *797 - installation: *798 - number: *849 - organization: *799 + enterprise: *798 + installation: *799 + number: *850 + organization: *800 pull_request: title: Pull Request type: object @@ -189806,7 +189892,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *800 + repository: *801 sender: *4 required: - action @@ -189886,12 +189972,12 @@ webhooks: type: string enum: - milestoned - enterprise: *797 - milestone: *358 - number: *849 - organization: *799 - pull_request: *851 - repository: *800 + enterprise: *798 + milestone: *359 + number: *850 + organization: *800 + pull_request: *852 + repository: *801 sender: *4 required: - action @@ -189970,12 +190056,12 @@ webhooks: type: string enum: - opened - enterprise: *797 - installation: *798 - number: *849 - organization: *799 - pull_request: *850 - repository: *800 + enterprise: *798 + installation: *799 + number: *850 + organization: *800 + pull_request: *851 + repository: *801 sender: *4 required: - action @@ -190056,12 +190142,12 @@ webhooks: type: string enum: - ready_for_review - enterprise: *797 - installation: *798 - number: *849 - organization: *799 - pull_request: *850 - repository: *800 + enterprise: *798 + installation: *799 + number: *850 + organization: *800 + pull_request: *851 + repository: *801 sender: *4 required: - action @@ -190141,12 +190227,12 @@ webhooks: type: string enum: - reopened - enterprise: *797 - installation: *798 - number: *849 - organization: *799 - pull_request: *850 - repository: *800 + enterprise: *798 + installation: *799 + number: *850 + organization: *800 + pull_request: *851 + repository: *801 sender: *4 required: - action @@ -190521,9 +190607,9 @@ webhooks: - start_side - side - reactions - enterprise: *797 - installation: *798 - organization: *799 + enterprise: *798 + installation: *799 + organization: *800 pull_request: type: object properties: @@ -192753,7 +192839,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *800 + repository: *801 sender: *4 required: - action @@ -192833,7 +192919,7 @@ webhooks: type: string enum: - deleted - comment: &853 + comment: &854 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. @@ -193126,9 +193212,9 @@ webhooks: - start_side - side - reactions - enterprise: *797 - installation: *798 - organization: *799 + enterprise: *798 + installation: *799 + organization: *800 pull_request: type: object properties: @@ -195346,7 +195432,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *800 + repository: *801 sender: *4 required: - action @@ -195426,11 +195512,11 @@ webhooks: type: string enum: - edited - changes: *852 - comment: *853 - enterprise: *797 - installation: *798 - organization: *799 + changes: *853 + comment: *854 + enterprise: *798 + installation: *799 + organization: *800 pull_request: type: object properties: @@ -197651,7 +197737,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *800 + repository: *801 sender: *4 required: - action @@ -197732,9 +197818,9 @@ webhooks: type: string enum: - dismissed - enterprise: *797 - installation: *798 - organization: *799 + enterprise: *798 + installation: *799 + organization: *800 pull_request: title: Simple Pull Request type: object @@ -199967,7 +200053,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *800 + repository: *801 review: description: The review that was affected. type: object @@ -200218,9 +200304,9 @@ webhooks: type: string required: - from - enterprise: *797 - installation: *798 - organization: *799 + enterprise: *798 + installation: *799 + organization: *800 pull_request: title: Simple Pull Request type: object @@ -202334,8 +202420,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *800 - review: &854 + repository: *801 + review: &855 description: The review that was affected. type: object properties: @@ -202573,12 +202659,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *797 - installation: *798 + enterprise: *798 + installation: *799 number: description: The pull request number. type: integer - organization: *799 + organization: *800 pull_request: title: Pull Request type: object @@ -204925,7 +205011,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *800 + repository: *801 requested_reviewer: title: User type: @@ -205011,12 +205097,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *797 - installation: *798 + enterprise: *798 + installation: *799 number: description: The pull request number. type: integer - organization: *799 + organization: *800 pull_request: title: Pull Request type: object @@ -207370,7 +207456,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *800 + repository: *801 requested_team: title: Team description: Groups of organization members that gives permissions @@ -207565,12 +207651,12 @@ webhooks: type: string enum: - review_requested - enterprise: *797 - installation: *798 + enterprise: *798 + installation: *799 number: description: The pull request number. type: integer - organization: *799 + organization: *800 pull_request: title: Pull Request type: object @@ -209919,7 +210005,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *800 + repository: *801 requested_reviewer: title: User type: @@ -210006,12 +210092,12 @@ webhooks: type: string enum: - review_requested - enterprise: *797 - installation: *798 + enterprise: *798 + installation: *799 number: description: The pull request number. type: integer - organization: *799 + organization: *800 pull_request: title: Pull Request type: object @@ -212351,7 +212437,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *800 + repository: *801 requested_team: title: Team description: Groups of organization members that gives permissions @@ -212535,9 +212621,9 @@ webhooks: type: string enum: - submitted - enterprise: *797 - installation: *798 - organization: *799 + enterprise: *798 + installation: *799 + organization: *800 pull_request: title: Simple Pull Request type: object @@ -214773,8 +214859,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *800 - review: *854 + repository: *801 + review: *855 sender: *4 required: - action @@ -214854,9 +214940,9 @@ webhooks: type: string enum: - resolved - enterprise: *797 - installation: *798 - organization: *799 + enterprise: *798 + installation: *799 + organization: *800 pull_request: title: Simple Pull Request type: object @@ -216987,7 +217073,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *800 + repository: *801 sender: *4 thread: type: object @@ -217384,9 +217470,9 @@ webhooks: type: string enum: - unresolved - enterprise: *797 - installation: *798 - organization: *799 + enterprise: *798 + installation: *799 + organization: *800 pull_request: title: Simple Pull Request type: object @@ -219500,7 +219586,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *800 + repository: *801 sender: *4 thread: type: object @@ -219899,10 +219985,10 @@ webhooks: type: string before: type: string - enterprise: *797 - installation: *798 - number: *849 - organization: *799 + enterprise: *798 + installation: *799 + number: *850 + organization: *800 pull_request: title: Pull Request type: object @@ -222237,7 +222323,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *800 + repository: *801 sender: *4 required: - action @@ -222319,11 +222405,11 @@ webhooks: type: string enum: - unassigned - assignee: *855 - enterprise: *797 - installation: *798 - number: *849 - organization: *799 + assignee: *856 + enterprise: *798 + installation: *799 + number: *850 + organization: *800 pull_request: title: Pull Request type: object @@ -224673,7 +224759,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *800 + repository: *801 sender: *4 required: - action @@ -224752,11 +224838,11 @@ webhooks: type: string enum: - unlabeled - enterprise: *797 - installation: *798 - label: *823 - number: *849 - organization: *799 + enterprise: *798 + installation: *799 + label: *824 + number: *850 + organization: *800 pull_request: title: Pull Request type: object @@ -227095,7 +227181,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *800 + repository: *801 sender: *4 required: - action @@ -227176,10 +227262,10 @@ webhooks: type: string enum: - unlocked - enterprise: *797 - installation: *798 - number: *849 - organization: *799 + enterprise: *798 + installation: *799 + number: *850 + organization: *800 pull_request: title: Pull Request type: object @@ -229508,7 +229594,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *800 + repository: *801 sender: *4 required: - action @@ -229711,7 +229797,7 @@ webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *797 + enterprise: *798 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -229806,8 +229892,8 @@ webhooks: - url - author - committer - installation: *798 - organization: *799 + installation: *799 + organization: *800 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -230395,9 +230481,9 @@ webhooks: type: string enum: - published - enterprise: *797 - installation: *798 - organization: *799 + enterprise: *798 + installation: *799 + organization: *800 registry_package: type: object properties: @@ -230874,7 +230960,7 @@ webhooks: type: string rubygems_metadata: type: array - items: *838 + items: *839 summary: type: string tag_name: @@ -230930,7 +231016,7 @@ webhooks: - owner - package_version - registry - repository: *800 + repository: *801 sender: *4 required: - action @@ -231008,9 +231094,9 @@ webhooks: type: string enum: - updated - enterprise: *797 - installation: *798 - organization: *799 + enterprise: *798 + installation: *799 + organization: *800 registry_package: type: object properties: @@ -231322,7 +231408,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *838 + items: *839 summary: type: string tag_name: @@ -231372,7 +231458,7 @@ webhooks: - owner - package_version - registry - repository: *800 + repository: *801 sender: *4 required: - action @@ -231449,10 +231535,10 @@ webhooks: type: string enum: - created - enterprise: *797 - installation: *798 - organization: *799 - release: &856 + enterprise: *798 + installation: *799 + organization: *800 + release: &857 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -231783,7 +231869,7 @@ webhooks: - updated_at - zipball_url - body - repository: *800 + repository: *801 sender: *4 required: - action @@ -231860,11 +231946,11 @@ webhooks: type: string enum: - deleted - enterprise: *797 - installation: *798 - organization: *799 - release: *856 - repository: *800 + enterprise: *798 + installation: *799 + organization: *800 + release: *857 + repository: *801 sender: *4 required: - action @@ -231981,11 +232067,11 @@ webhooks: type: boolean required: - to - enterprise: *797 - installation: *798 - organization: *799 - release: *856 - repository: *800 + enterprise: *798 + installation: *799 + organization: *800 + release: *857 + repository: *801 sender: *4 required: - action @@ -232063,9 +232149,9 @@ webhooks: type: string enum: - prereleased - enterprise: *797 - installation: *798 - organization: *799 + enterprise: *798 + installation: *799 + organization: *800 release: title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) @@ -232401,7 +232487,7 @@ webhooks: - string - 'null' format: uri - repository: *800 + repository: *801 sender: *4 required: - action @@ -232477,10 +232563,10 @@ webhooks: type: string enum: - published - enterprise: *797 - installation: *798 - organization: *799 - release: &857 + enterprise: *798 + installation: *799 + organization: *800 + release: &858 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -232813,7 +232899,7 @@ webhooks: - string - 'null' format: uri - repository: *800 + repository: *801 sender: *4 required: - action @@ -232889,11 +232975,11 @@ webhooks: type: string enum: - released - enterprise: *797 - installation: *798 - organization: *799 - release: *856 - repository: *800 + enterprise: *798 + installation: *799 + organization: *800 + release: *857 + repository: *801 sender: *4 required: - action @@ -232969,11 +233055,11 @@ webhooks: type: string enum: - unpublished - enterprise: *797 - installation: *798 - organization: *799 - release: *857 - repository: *800 + enterprise: *798 + installation: *799 + organization: *800 + release: *858 + repository: *801 sender: *4 required: - action @@ -233049,11 +233135,11 @@ webhooks: type: string enum: - published - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 - repository_advisory: *700 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 + repository_advisory: *701 sender: *4 required: - action @@ -233129,11 +233215,11 @@ webhooks: type: string enum: - reported - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 - repository_advisory: *700 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 + repository_advisory: *701 sender: *4 required: - action @@ -233209,10 +233295,10 @@ webhooks: type: string enum: - archived - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 sender: *4 required: - action @@ -233289,10 +233375,10 @@ webhooks: type: string enum: - created - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 sender: *4 required: - action @@ -233370,10 +233456,10 @@ webhooks: type: string enum: - deleted - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 sender: *4 required: - action @@ -233458,10 +233544,10 @@ webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 sender: *4 required: - action @@ -233576,10 +233662,10 @@ webhooks: - 'null' items: type: string - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 sender: *4 required: - action @@ -233651,10 +233737,10 @@ webhooks: title: repository_import event type: object properties: - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 sender: *4 status: type: string @@ -233735,10 +233821,10 @@ webhooks: type: string enum: - privatized - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 sender: *4 required: - action @@ -233815,10 +233901,10 @@ webhooks: type: string enum: - publicized - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 sender: *4 required: - action @@ -233912,10 +233998,10 @@ webhooks: - name required: - repository - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 sender: *4 required: - action @@ -233995,11 +234081,11 @@ webhooks: type: string enum: - created - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 - repository_ruleset: *157 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 + repository_ruleset: *158 sender: *4 required: - action @@ -234077,11 +234163,11 @@ webhooks: type: string enum: - deleted - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 - repository_ruleset: *157 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 + repository_ruleset: *158 sender: *4 required: - action @@ -234159,11 +234245,11 @@ webhooks: type: string enum: - edited - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 - repository_ruleset: *157 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 + repository_ruleset: *158 changes: type: object properties: @@ -234182,16 +234268,16 @@ webhooks: properties: added: type: array - items: *131 + items: *132 deleted: type: array - items: *131 + items: *132 updated: type: array items: type: object properties: - condition: *131 + condition: *132 changes: type: object properties: @@ -234224,16 +234310,16 @@ webhooks: properties: added: type: array - items: *668 + items: *669 deleted: type: array - items: *668 + items: *669 updated: type: array items: type: object properties: - rule: *668 + rule: *669 changes: type: object properties: @@ -234470,10 +234556,10 @@ webhooks: - from required: - owner - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 sender: *4 required: - action @@ -234551,10 +234637,10 @@ webhooks: type: string enum: - unarchived - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 sender: *4 required: - action @@ -234632,7 +234718,7 @@ webhooks: type: string enum: - create - alert: &858 + alert: &859 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -234756,10 +234842,10 @@ webhooks: type: string enum: - open - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 sender: *4 required: - action @@ -234969,10 +235055,10 @@ webhooks: type: string enum: - dismissed - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 sender: *4 required: - action @@ -235050,11 +235136,11 @@ webhooks: type: string enum: - reopen - alert: *858 - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 + alert: *859 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 sender: *4 required: - action @@ -235256,10 +235342,10 @@ webhooks: enum: - fixed - open - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 sender: *4 required: - action @@ -235337,17 +235423,17 @@ webhooks: type: string enum: - created - alert: &859 + alert: &860 type: object properties: - number: *108 - created_at: *115 + number: *109 + created_at: *116 updated_at: anyOf: - type: 'null' - - *116 - url: *113 - html_url: *114 + - *117 + url: *114 + html_url: *115 locations_url: type: string format: uri @@ -235447,10 +235533,10 @@ webhooks: - 'null' description: Whether the detected secret was found in multiple repositories in the same organization or business. - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 sender: *4 required: - action @@ -235531,11 +235617,11 @@ webhooks: type: string enum: - created - alert: *859 - installation: *798 - location: *860 - organization: *799 - repository: *800 + alert: *860 + installation: *799 + location: *861 + organization: *800 + repository: *801 sender: *4 required: - location @@ -235773,11 +235859,11 @@ webhooks: type: string enum: - publicly_leaked - alert: *859 - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 + alert: *860 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 sender: *4 required: - action @@ -235855,11 +235941,11 @@ webhooks: type: string enum: - reopened - alert: *859 - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 + alert: *860 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 sender: *4 required: - action @@ -235937,11 +236023,11 @@ webhooks: type: string enum: - resolved - alert: *859 - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 + alert: *860 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 sender: *4 required: - action @@ -236019,11 +236105,11 @@ webhooks: type: string enum: - validated - alert: *859 - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 + alert: *860 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 sender: *4 required: - action @@ -236153,10 +236239,10 @@ webhooks: - organization - enterprise - - repository: *800 - enterprise: *797 - installation: *798 - organization: *799 + repository: *801 + enterprise: *798 + installation: *799 + organization: *800 sender: *4 required: - action @@ -236234,11 +236320,11 @@ webhooks: type: string enum: - published - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 - security_advisory: &861 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 + security_advisory: &862 description: The details of the security advisory, including summary, description, and severity. type: object @@ -236255,7 +236341,7 @@ webhooks: required: - vector_string - score - cvss_severities: *110 + cvss_severities: *111 cwes: type: array items: @@ -236424,11 +236510,11 @@ webhooks: type: string enum: - updated - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 - security_advisory: *861 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 + security_advisory: *862 sender: *4 required: - action @@ -236501,10 +236587,10 @@ webhooks: type: string enum: - withdrawn - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -236522,7 +236608,7 @@ webhooks: required: - vector_string - score - cvss_severities: *110 + cvss_severities: *111 cwes: type: array items: @@ -236690,11 +236776,11 @@ webhooks: from: type: object properties: - security_and_analysis: *366 - enterprise: *797 - installation: *798 - organization: *799 - repository: *432 + security_and_analysis: *367 + enterprise: *798 + installation: *799 + organization: *800 + repository: *433 sender: *4 required: - changes @@ -236772,12 +236858,12 @@ webhooks: type: string enum: - cancelled - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 sender: *4 - sponsorship: &862 + sponsorship: &863 type: object properties: created_at: @@ -237082,12 +237168,12 @@ webhooks: type: string enum: - created - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 sender: *4 - sponsorship: *862 + sponsorship: *863 required: - action - sponsorship @@ -237175,12 +237261,12 @@ webhooks: type: string required: - from - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 sender: *4 - sponsorship: *862 + sponsorship: *863 required: - action - changes @@ -237257,17 +237343,17 @@ webhooks: type: string enum: - pending_cancellation - effective_date: &863 + effective_date: &864 description: The `pending_cancellation` and `pending_tier_change` event types will include the date the cancellation or tier change will take effect. type: string - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 sender: *4 - sponsorship: *862 + sponsorship: *863 required: - action - sponsorship @@ -237341,7 +237427,7 @@ webhooks: type: string enum: - pending_tier_change - changes: &864 + changes: &865 type: object properties: tier: @@ -237385,13 +237471,13 @@ webhooks: - from required: - tier - effective_date: *863 - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 + effective_date: *864 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 sender: *4 - sponsorship: *862 + sponsorship: *863 required: - action - changes @@ -237468,13 +237554,13 @@ webhooks: type: string enum: - tier_changed - changes: *864 - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 + changes: *865 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 sender: *4 - sponsorship: *862 + sponsorship: *863 required: - action - changes @@ -237548,10 +237634,10 @@ webhooks: type: string enum: - created - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -237635,10 +237721,10 @@ webhooks: type: string enum: - deleted - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -238072,15 +238158,15 @@ webhooks: type: - string - 'null' - enterprise: *797 + enterprise: *798 id: description: The unique identifier of the status. type: integer - installation: *798 + installation: *799 name: type: string - organization: *799 - repository: *800 + organization: *800 + repository: *801 sender: *4 sha: description: The Commit SHA. @@ -238190,15 +238276,15 @@ webhooks: parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *185 - parent_issue_repo: *65 + parent_issue: *186 + parent_issue_repo: *67 sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *185 - installation: *798 - organization: *799 - repository: *800 + sub_issue: *186 + installation: *799 + organization: *800 + repository: *801 sender: *4 required: - action @@ -238282,15 +238368,15 @@ webhooks: parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *185 - parent_issue_repo: *65 + parent_issue: *186 + parent_issue_repo: *67 sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *185 - installation: *798 - organization: *799 - repository: *800 + sub_issue: *186 + installation: *799 + organization: *800 + repository: *801 sender: *4 required: - action @@ -238374,15 +238460,15 @@ webhooks: sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *185 - sub_issue_repo: *65 + sub_issue: *186 + sub_issue_repo: *67 parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *185 - installation: *798 - organization: *799 - repository: *800 + parent_issue: *186 + installation: *799 + organization: *800 + repository: *801 sender: *4 required: - action @@ -238466,15 +238552,15 @@ webhooks: sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *185 - sub_issue_repo: *65 + sub_issue: *186 + sub_issue_repo: *67 parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *185 - installation: *798 - organization: *799 - repository: *800 + parent_issue: *186 + installation: *799 + organization: *800 + repository: *801 sender: *4 required: - action @@ -238551,12 +238637,12 @@ webhooks: title: team_add event type: object properties: - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 sender: *4 - team: &865 + team: &866 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -238749,9 +238835,9 @@ webhooks: type: string enum: - added_to_repository - enterprise: *797 - installation: *798 - organization: *799 + enterprise: *798 + installation: *799 + organization: *800 repository: title: Repository description: A git repository @@ -239221,7 +239307,7 @@ webhooks: - topics - visibility sender: *4 - team: *865 + team: *866 required: - action - team @@ -239297,9 +239383,9 @@ webhooks: type: string enum: - created - enterprise: *797 - installation: *798 - organization: *799 + enterprise: *798 + installation: *799 + organization: *800 repository: title: Repository description: A git repository @@ -239769,7 +239855,7 @@ webhooks: - topics - visibility sender: *4 - team: *865 + team: *866 required: - action - team @@ -239846,9 +239932,9 @@ webhooks: type: string enum: - deleted - enterprise: *797 - installation: *798 - organization: *799 + enterprise: *798 + installation: *799 + organization: *800 repository: title: Repository description: A git repository @@ -240318,7 +240404,7 @@ webhooks: - topics - visibility sender: *4 - team: *865 + team: *866 required: - action - team @@ -240462,9 +240548,9 @@ webhooks: - from required: - permissions - enterprise: *797 - installation: *798 - organization: *799 + enterprise: *798 + installation: *799 + organization: *800 repository: title: Repository description: A git repository @@ -240934,7 +241020,7 @@ webhooks: - topics - visibility sender: *4 - team: *865 + team: *866 required: - action - changes @@ -241012,9 +241098,9 @@ webhooks: type: string enum: - removed_from_repository - enterprise: *797 - installation: *798 - organization: *799 + enterprise: *798 + installation: *799 + organization: *800 repository: title: Repository description: A git repository @@ -241484,7 +241570,7 @@ webhooks: - topics - visibility sender: *4 - team: *865 + team: *866 required: - action - team @@ -241560,10 +241646,10 @@ webhooks: type: string enum: - started - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 sender: *4 required: - action @@ -241636,17 +241722,17 @@ webhooks: title: workflow_dispatch event type: object properties: - enterprise: *797 + enterprise: *798 inputs: type: - object - 'null' additionalProperties: true - installation: *798 - organization: *799 + installation: *799 + organization: *800 ref: type: string - repository: *800 + repository: *801 sender: *4 workflow: type: string @@ -241728,10 +241814,10 @@ webhooks: type: string enum: - completed - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 sender: *4 workflow_job: allOf: @@ -241987,7 +242073,7 @@ webhooks: type: string required: - conclusion - deployment: *558 + deployment: *559 required: - action - repository @@ -242066,10 +242152,10 @@ webhooks: type: string enum: - in_progress - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 sender: *4 workflow_job: allOf: @@ -242351,7 +242437,7 @@ webhooks: required: - status - steps - deployment: *558 + deployment: *559 required: - action - repository @@ -242430,10 +242516,10 @@ webhooks: type: string enum: - queued - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 sender: *4 workflow_job: type: object @@ -242579,7 +242665,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *558 + deployment: *559 required: - action - repository @@ -242658,10 +242744,10 @@ webhooks: type: string enum: - waiting - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 sender: *4 workflow_job: type: object @@ -242808,7 +242894,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *558 + deployment: *559 required: - action - repository @@ -242888,12 +242974,12 @@ webhooks: type: string enum: - completed - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 sender: *4 - workflow: *819 + workflow: *820 workflow_run: title: Workflow Run type: object @@ -243912,12 +243998,12 @@ webhooks: type: string enum: - in_progress - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 sender: *4 - workflow: *819 + workflow: *820 workflow_run: title: Workflow Run type: object @@ -244921,12 +245007,12 @@ webhooks: type: string enum: - requested - enterprise: *797 - installation: *798 - organization: *799 - repository: *800 + enterprise: *798 + installation: *799 + organization: *800 + repository: *801 sender: *4 - workflow: *819 + workflow: *820 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 593071681..936481956 100644 --- a/descriptions-next/ghec/ghec.2022-11-28.json +++ b/descriptions-next/ghec/ghec.2022-11-28.json @@ -2238,6 +2238,116 @@ } } }, + "/enterprises/{enterprise}/access-restrictions/disable": { + "post": { + "summary": "Disable access restrictions for an enterprise", + "description": "Disable access restriction by proxy header using the network proxy owned by the enterprise.", + "operationId": "enterprise-admin/disable-access-restrictions", + "tags": [ + "enterprise-admin" + ], + "externalDocs": { + "description": "API method documentation", + "url": "https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/enterprises#disable-access-restrictions-for-an-enterprise" + }, + "parameters": [ + { + "$ref": "#/components/parameters/enterprise" + } + ], + "responses": { + "200": { + "description": "Response", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/enterprise-access-restrictions" + }, + "examples": { + "default": { + "value": { + "message": "Enterprise access restrictions successfully disabled.", + "header_name": "sec-GitHub-allowed-enterprise", + "header_value": "12345" + } + } + } + } + } + }, + "400": { + "$ref": "#/components/responses/forbidden" + }, + "404": { + "$ref": "#/components/responses/not_found" + }, + "500": { + "$ref": "#/components/responses/internal_error" + } + }, + "x-github": { + "githubCloudOnly": true, + "enabledForGitHubApps": false, + "category": "enterprise-admin", + "subcategory": "enterprises" + } + } + }, + "/enterprises/{enterprise}/access-restrictions/enable": { + "post": { + "summary": "Enable access restrictions for an enterprise", + "description": "Enable access restriction by proxy header using the network proxy owned by the enterprise.", + "operationId": "enterprise-admin/enable-access-restrictions", + "tags": [ + "enterprise-admin" + ], + "externalDocs": { + "description": "API method documentation", + "url": "https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/enterprises#enable-access-restrictions-for-an-enterprise" + }, + "parameters": [ + { + "$ref": "#/components/parameters/enterprise" + } + ], + "responses": { + "200": { + "description": "Response", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/enterprise-access-restrictions" + }, + "examples": { + "default": { + "value": { + "message": "Enterprise access restrictions successfully enabled.", + "header_name": "sec-GitHub-allowed-enterprise", + "header_value": "12345" + } + } + } + } + } + }, + "400": { + "$ref": "#/components/responses/forbidden" + }, + "404": { + "$ref": "#/components/responses/not_found" + }, + "500": { + "$ref": "#/components/responses/internal_error" + } + }, + "x-github": { + "githubCloudOnly": true, + "enabledForGitHubApps": false, + "category": "enterprise-admin", + "subcategory": "enterprises" + } + } + }, "/enterprises/{enterprise}/actions/cache/usage": { "get": { "summary": "Get GitHub Actions cache usage for an enterprise", @@ -118654,6 +118764,33 @@ } } }, + "enterprise-access-restrictions": { + "type": "object", + "title": "Enterprise Access Restrictions", + "description": "Information about the enterprise access restrictions proxy header.", + "properties": { + "message": { + "type": "string", + "description": "The message returned for the request." + }, + "header_name": { + "type": "string", + "description": "The name of the proxy header.", + "examples": [ + "sec-GitHub-allowed-enterprise" + ] + }, + "header_value": { + "type": "string", + "description": "The value of the proxy header." + } + }, + "required": [ + "message", + "header_name", + "header_value" + ] + }, "actions-cache-usage-org-enterprise": { "type": "object", "properties": { diff --git a/descriptions-next/ghec/ghec.2022-11-28.yaml b/descriptions-next/ghec/ghec.2022-11-28.yaml index f163ef13e..110b9cc78 100644 --- a/descriptions-next/ghec/ghec.2022-11-28.yaml +++ b/descriptions-next/ghec/ghec.2022-11-28.yaml @@ -1558,6 +1558,80 @@ paths: enabledForGitHubApps: false category: enterprise-admin subcategory: admin-stats + "/enterprises/{enterprise}/access-restrictions/disable": + post: + summary: Disable access restrictions for an enterprise + description: Disable access restriction by proxy header using the network proxy + owned by the enterprise. + operationId: enterprise-admin/disable-access-restrictions + tags: + - enterprise-admin + externalDocs: + description: API method documentation + url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/enterprises#disable-access-restrictions-for-an-enterprise + parameters: + - "$ref": "#/components/parameters/enterprise" + responses: + '200': + description: Response + content: + application/json: + schema: + "$ref": "#/components/schemas/enterprise-access-restrictions" + examples: + default: + value: + message: Enterprise access restrictions successfully disabled. + header_name: sec-GitHub-allowed-enterprise + header_value: '12345' + '400': + "$ref": "#/components/responses/forbidden" + '404': + "$ref": "#/components/responses/not_found" + '500': + "$ref": "#/components/responses/internal_error" + x-github: + githubCloudOnly: true + enabledForGitHubApps: false + category: enterprise-admin + subcategory: enterprises + "/enterprises/{enterprise}/access-restrictions/enable": + post: + summary: Enable access restrictions for an enterprise + description: Enable access restriction by proxy header using the network proxy + owned by the enterprise. + operationId: enterprise-admin/enable-access-restrictions + tags: + - enterprise-admin + externalDocs: + description: API method documentation + url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/enterprises#enable-access-restrictions-for-an-enterprise + parameters: + - "$ref": "#/components/parameters/enterprise" + responses: + '200': + description: Response + content: + application/json: + schema: + "$ref": "#/components/schemas/enterprise-access-restrictions" + examples: + default: + value: + message: Enterprise access restrictions successfully enabled. + header_name: sec-GitHub-allowed-enterprise + header_value: '12345' + '400': + "$ref": "#/components/responses/forbidden" + '404': + "$ref": "#/components/responses/not_found" + '500': + "$ref": "#/components/responses/internal_error" + x-github: + githubCloudOnly: true + enabledForGitHubApps: false + category: enterprise-admin + subcategory: enterprises "/enterprises/{enterprise}/actions/cache/usage": get: summary: Get GitHub Actions cache usage for an enterprise @@ -85562,6 +85636,26 @@ components: "$ref": "#/components/schemas/server-statistics-actions" packages_stats: "$ref": "#/components/schemas/server-statistics-packages" + enterprise-access-restrictions: + type: object + title: Enterprise Access Restrictions + description: Information about the enterprise access restrictions proxy header. + properties: + message: + type: string + description: The message returned for the request. + header_name: + type: string + description: The name of the proxy header. + examples: + - sec-GitHub-allowed-enterprise + header_value: + type: string + description: The value of the proxy header. + required: + - message + - header_name + - header_value actions-cache-usage-org-enterprise: type: object properties: diff --git a/descriptions-next/ghec/ghec.json b/descriptions-next/ghec/ghec.json index 593071681..936481956 100644 --- a/descriptions-next/ghec/ghec.json +++ b/descriptions-next/ghec/ghec.json @@ -2238,6 +2238,116 @@ } } }, + "/enterprises/{enterprise}/access-restrictions/disable": { + "post": { + "summary": "Disable access restrictions for an enterprise", + "description": "Disable access restriction by proxy header using the network proxy owned by the enterprise.", + "operationId": "enterprise-admin/disable-access-restrictions", + "tags": [ + "enterprise-admin" + ], + "externalDocs": { + "description": "API method documentation", + "url": "https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/enterprises#disable-access-restrictions-for-an-enterprise" + }, + "parameters": [ + { + "$ref": "#/components/parameters/enterprise" + } + ], + "responses": { + "200": { + "description": "Response", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/enterprise-access-restrictions" + }, + "examples": { + "default": { + "value": { + "message": "Enterprise access restrictions successfully disabled.", + "header_name": "sec-GitHub-allowed-enterprise", + "header_value": "12345" + } + } + } + } + } + }, + "400": { + "$ref": "#/components/responses/forbidden" + }, + "404": { + "$ref": "#/components/responses/not_found" + }, + "500": { + "$ref": "#/components/responses/internal_error" + } + }, + "x-github": { + "githubCloudOnly": true, + "enabledForGitHubApps": false, + "category": "enterprise-admin", + "subcategory": "enterprises" + } + } + }, + "/enterprises/{enterprise}/access-restrictions/enable": { + "post": { + "summary": "Enable access restrictions for an enterprise", + "description": "Enable access restriction by proxy header using the network proxy owned by the enterprise.", + "operationId": "enterprise-admin/enable-access-restrictions", + "tags": [ + "enterprise-admin" + ], + "externalDocs": { + "description": "API method documentation", + "url": "https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/enterprises#enable-access-restrictions-for-an-enterprise" + }, + "parameters": [ + { + "$ref": "#/components/parameters/enterprise" + } + ], + "responses": { + "200": { + "description": "Response", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/enterprise-access-restrictions" + }, + "examples": { + "default": { + "value": { + "message": "Enterprise access restrictions successfully enabled.", + "header_name": "sec-GitHub-allowed-enterprise", + "header_value": "12345" + } + } + } + } + } + }, + "400": { + "$ref": "#/components/responses/forbidden" + }, + "404": { + "$ref": "#/components/responses/not_found" + }, + "500": { + "$ref": "#/components/responses/internal_error" + } + }, + "x-github": { + "githubCloudOnly": true, + "enabledForGitHubApps": false, + "category": "enterprise-admin", + "subcategory": "enterprises" + } + } + }, "/enterprises/{enterprise}/actions/cache/usage": { "get": { "summary": "Get GitHub Actions cache usage for an enterprise", @@ -118654,6 +118764,33 @@ } } }, + "enterprise-access-restrictions": { + "type": "object", + "title": "Enterprise Access Restrictions", + "description": "Information about the enterprise access restrictions proxy header.", + "properties": { + "message": { + "type": "string", + "description": "The message returned for the request." + }, + "header_name": { + "type": "string", + "description": "The name of the proxy header.", + "examples": [ + "sec-GitHub-allowed-enterprise" + ] + }, + "header_value": { + "type": "string", + "description": "The value of the proxy header." + } + }, + "required": [ + "message", + "header_name", + "header_value" + ] + }, "actions-cache-usage-org-enterprise": { "type": "object", "properties": { diff --git a/descriptions-next/ghec/ghec.yaml b/descriptions-next/ghec/ghec.yaml index f163ef13e..110b9cc78 100644 --- a/descriptions-next/ghec/ghec.yaml +++ b/descriptions-next/ghec/ghec.yaml @@ -1558,6 +1558,80 @@ paths: enabledForGitHubApps: false category: enterprise-admin subcategory: admin-stats + "/enterprises/{enterprise}/access-restrictions/disable": + post: + summary: Disable access restrictions for an enterprise + description: Disable access restriction by proxy header using the network proxy + owned by the enterprise. + operationId: enterprise-admin/disable-access-restrictions + tags: + - enterprise-admin + externalDocs: + description: API method documentation + url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/enterprises#disable-access-restrictions-for-an-enterprise + parameters: + - "$ref": "#/components/parameters/enterprise" + responses: + '200': + description: Response + content: + application/json: + schema: + "$ref": "#/components/schemas/enterprise-access-restrictions" + examples: + default: + value: + message: Enterprise access restrictions successfully disabled. + header_name: sec-GitHub-allowed-enterprise + header_value: '12345' + '400': + "$ref": "#/components/responses/forbidden" + '404': + "$ref": "#/components/responses/not_found" + '500': + "$ref": "#/components/responses/internal_error" + x-github: + githubCloudOnly: true + enabledForGitHubApps: false + category: enterprise-admin + subcategory: enterprises + "/enterprises/{enterprise}/access-restrictions/enable": + post: + summary: Enable access restrictions for an enterprise + description: Enable access restriction by proxy header using the network proxy + owned by the enterprise. + operationId: enterprise-admin/enable-access-restrictions + tags: + - enterprise-admin + externalDocs: + description: API method documentation + url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/enterprises#enable-access-restrictions-for-an-enterprise + parameters: + - "$ref": "#/components/parameters/enterprise" + responses: + '200': + description: Response + content: + application/json: + schema: + "$ref": "#/components/schemas/enterprise-access-restrictions" + examples: + default: + value: + message: Enterprise access restrictions successfully enabled. + header_name: sec-GitHub-allowed-enterprise + header_value: '12345' + '400': + "$ref": "#/components/responses/forbidden" + '404': + "$ref": "#/components/responses/not_found" + '500': + "$ref": "#/components/responses/internal_error" + x-github: + githubCloudOnly: true + enabledForGitHubApps: false + category: enterprise-admin + subcategory: enterprises "/enterprises/{enterprise}/actions/cache/usage": get: summary: Get GitHub Actions cache usage for an enterprise @@ -85562,6 +85636,26 @@ components: "$ref": "#/components/schemas/server-statistics-actions" packages_stats: "$ref": "#/components/schemas/server-statistics-packages" + enterprise-access-restrictions: + type: object + title: Enterprise Access Restrictions + description: Information about the enterprise access restrictions proxy header. + properties: + message: + type: string + description: The message returned for the request. + header_name: + type: string + description: The name of the proxy header. + examples: + - sec-GitHub-allowed-enterprise + header_value: + type: string + description: The value of the proxy header. + required: + - message + - header_name + - header_value actions-cache-usage-org-enterprise: type: object properties: