diff --git a/descriptions-next/api.github.com/api.github.com.2022-11-28.json b/descriptions-next/api.github.com/api.github.com.2022-11-28.json index 3669bbbaf6..9a40921376 100644 --- a/descriptions-next/api.github.com/api.github.com.2022-11-28.json +++ b/descriptions-next/api.github.com/api.github.com.2022-11-28.json @@ -37771,7 +37771,7 @@ "$ref": "#/components/parameters/repo" }, { - "$ref": "#/components/parameters/commit-ref" + "$ref": "#/components/parameters/git-ref-only" } ], "responses": { @@ -37827,7 +37827,7 @@ "$ref": "#/components/parameters/repo" }, { - "$ref": "#/components/parameters/commit-ref" + "$ref": "#/components/parameters/git-ref-only" } ], "responses": { @@ -37949,7 +37949,7 @@ "/repos/{owner}/{repo}/git/refs/{ref}": { "patch": { "summary": "Update a reference", - "description": "", + "description": "Updates the provided reference to point to a new SHA. For more information, see \"[Git References](https://git-scm.com/book/en/v2/Git-Internals-Git-References)\" in the Git documentation.", "tags": [ "git" ], @@ -37966,15 +37966,7 @@ "$ref": "#/components/parameters/repo" }, { - "name": "ref", - "description": "The name of the reference to update (for example, `heads/featureA`). Can be a 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)\" in the Git documentation.", - "in": "path", - "required": true, - "example": "heads/featureA", - "schema": { - "type": "string" - }, - "x-multi-segment": true + "$ref": "#/components/parameters/git-ref-only" } ], "requestBody": { @@ -38038,7 +38030,7 @@ }, "delete": { "summary": "Delete a reference", - "description": "", + "description": "Deletes the provided reference.", "tags": [ "git" ], @@ -38055,7 +38047,7 @@ "$ref": "#/components/parameters/repo" }, { - "$ref": "#/components/parameters/commit-ref" + "$ref": "#/components/parameters/git-ref-only" } ], "responses": { @@ -317475,6 +317467,17 @@ "type": "integer" } }, + "git-ref-only": { + "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.", + "in": "path", + "required": true, + "example": "heads/feature-a", + "schema": { + "type": "string" + }, + "x-multi-segment": true + }, "since-user": { "name": "since", "description": "A user ID. Only return users with an ID greater than this ID.", diff --git a/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml b/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml index d9912a8e69..50122d2396 100644 --- a/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml +++ b/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml @@ -27380,7 +27380,7 @@ paths: parameters: - "$ref": "#/components/parameters/owner" - "$ref": "#/components/parameters/repo" - - "$ref": "#/components/parameters/commit-ref" + - "$ref": "#/components/parameters/git-ref-only" responses: '200': description: Response @@ -27417,7 +27417,7 @@ paths: parameters: - "$ref": "#/components/parameters/owner" - "$ref": "#/components/parameters/repo" - - "$ref": "#/components/parameters/commit-ref" + - "$ref": "#/components/parameters/git-ref-only" responses: '200': description: Response @@ -27498,7 +27498,9 @@ paths: "/repos/{owner}/{repo}/git/refs/{ref}": patch: summary: Update a reference - description: '' + description: Updates the provided reference to point to a new SHA. For more + information, see "[Git References](https://git-scm.com/book/en/v2/Git-Internals-Git-References)" + in the Git documentation. tags: - git operationId: git/update-ref @@ -27508,17 +27510,7 @@ paths: parameters: - "$ref": "#/components/parameters/owner" - "$ref": "#/components/parameters/repo" - - name: ref - description: The name of the reference to update (for example, `heads/featureA`). - Can be a 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)" - in the Git documentation. - in: path - required: true - example: heads/featureA - schema: - type: string - x-multi-segment: true + - "$ref": "#/components/parameters/git-ref-only" requestBody: required: true content: @@ -27561,7 +27553,7 @@ paths: subcategory: refs delete: summary: Delete a reference - description: '' + description: Deletes the provided reference. tags: - git operationId: git/delete-ref @@ -27571,7 +27563,7 @@ paths: parameters: - "$ref": "#/components/parameters/owner" - "$ref": "#/components/parameters/repo" - - "$ref": "#/components/parameters/commit-ref" + - "$ref": "#/components/parameters/git-ref-only" responses: '204': description: Response @@ -237151,6 +237143,16 @@ components: required: true schema: type: integer + git-ref-only: + 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. + in: path + required: true + example: heads/feature-a + schema: + type: string + x-multi-segment: true since-user: name: since description: A user ID. Only return users with an ID greater than this ID. diff --git a/descriptions-next/api.github.com/api.github.com.json b/descriptions-next/api.github.com/api.github.com.json index 3669bbbaf6..9a40921376 100644 --- a/descriptions-next/api.github.com/api.github.com.json +++ b/descriptions-next/api.github.com/api.github.com.json @@ -37771,7 +37771,7 @@ "$ref": "#/components/parameters/repo" }, { - "$ref": "#/components/parameters/commit-ref" + "$ref": "#/components/parameters/git-ref-only" } ], "responses": { @@ -37827,7 +37827,7 @@ "$ref": "#/components/parameters/repo" }, { - "$ref": "#/components/parameters/commit-ref" + "$ref": "#/components/parameters/git-ref-only" } ], "responses": { @@ -37949,7 +37949,7 @@ "/repos/{owner}/{repo}/git/refs/{ref}": { "patch": { "summary": "Update a reference", - "description": "", + "description": "Updates the provided reference to point to a new SHA. For more information, see \"[Git References](https://git-scm.com/book/en/v2/Git-Internals-Git-References)\" in the Git documentation.", "tags": [ "git" ], @@ -37966,15 +37966,7 @@ "$ref": "#/components/parameters/repo" }, { - "name": "ref", - "description": "The name of the reference to update (for example, `heads/featureA`). Can be a 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)\" in the Git documentation.", - "in": "path", - "required": true, - "example": "heads/featureA", - "schema": { - "type": "string" - }, - "x-multi-segment": true + "$ref": "#/components/parameters/git-ref-only" } ], "requestBody": { @@ -38038,7 +38030,7 @@ }, "delete": { "summary": "Delete a reference", - "description": "", + "description": "Deletes the provided reference.", "tags": [ "git" ], @@ -38055,7 +38047,7 @@ "$ref": "#/components/parameters/repo" }, { - "$ref": "#/components/parameters/commit-ref" + "$ref": "#/components/parameters/git-ref-only" } ], "responses": { @@ -317475,6 +317467,17 @@ "type": "integer" } }, + "git-ref-only": { + "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.", + "in": "path", + "required": true, + "example": "heads/feature-a", + "schema": { + "type": "string" + }, + "x-multi-segment": true + }, "since-user": { "name": "since", "description": "A user ID. Only return users with an ID greater than this ID.", diff --git a/descriptions-next/api.github.com/api.github.com.yaml b/descriptions-next/api.github.com/api.github.com.yaml index d9912a8e69..50122d2396 100644 --- a/descriptions-next/api.github.com/api.github.com.yaml +++ b/descriptions-next/api.github.com/api.github.com.yaml @@ -27380,7 +27380,7 @@ paths: parameters: - "$ref": "#/components/parameters/owner" - "$ref": "#/components/parameters/repo" - - "$ref": "#/components/parameters/commit-ref" + - "$ref": "#/components/parameters/git-ref-only" responses: '200': description: Response @@ -27417,7 +27417,7 @@ paths: parameters: - "$ref": "#/components/parameters/owner" - "$ref": "#/components/parameters/repo" - - "$ref": "#/components/parameters/commit-ref" + - "$ref": "#/components/parameters/git-ref-only" responses: '200': description: Response @@ -27498,7 +27498,9 @@ paths: "/repos/{owner}/{repo}/git/refs/{ref}": patch: summary: Update a reference - description: '' + description: Updates the provided reference to point to a new SHA. For more + information, see "[Git References](https://git-scm.com/book/en/v2/Git-Internals-Git-References)" + in the Git documentation. tags: - git operationId: git/update-ref @@ -27508,17 +27510,7 @@ paths: parameters: - "$ref": "#/components/parameters/owner" - "$ref": "#/components/parameters/repo" - - name: ref - description: The name of the reference to update (for example, `heads/featureA`). - Can be a 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)" - in the Git documentation. - in: path - required: true - example: heads/featureA - schema: - type: string - x-multi-segment: true + - "$ref": "#/components/parameters/git-ref-only" requestBody: required: true content: @@ -27561,7 +27553,7 @@ paths: subcategory: refs delete: summary: Delete a reference - description: '' + description: Deletes the provided reference. tags: - git operationId: git/delete-ref @@ -27571,7 +27563,7 @@ paths: parameters: - "$ref": "#/components/parameters/owner" - "$ref": "#/components/parameters/repo" - - "$ref": "#/components/parameters/commit-ref" + - "$ref": "#/components/parameters/git-ref-only" responses: '204': description: Response @@ -237151,6 +237143,16 @@ components: required: true schema: type: integer + git-ref-only: + 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. + in: path + required: true + example: heads/feature-a + schema: + type: string + x-multi-segment: true since-user: name: since description: A user ID. Only return users with an ID greater than this ID. diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json index 69079c9491..b5d6ff5273 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json @@ -285653,9 +285653,10 @@ }, { "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)\" in the Git documentation.", + "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.", "in": "path", "required": true, + "example": "heads/feature-a", "schema": { "type": "string" }, @@ -285798,9 +285799,10 @@ }, { "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)\" in the Git documentation.", + "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.", "in": "path", "required": true, + "example": "heads/feature-a", "schema": { "type": "string" }, @@ -286143,7 +286145,7 @@ "/repos/{owner}/{repo}/git/refs/{ref}": { "patch": { "summary": "Update a reference", - "description": "", + "description": "Updates the provided reference to point to a new SHA. For more information, see \"[Git References](https://git-scm.com/book/en/v2/Git-Internals-Git-References)\" in the Git documentation.", "tags": [ "git" ], @@ -286173,10 +286175,10 @@ }, { "name": "ref", - "description": "The name of the reference to update (for example, `heads/featureA`). Can be a 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)\" in the Git documentation.", + "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.", "in": "path", "required": true, - "example": "heads/featureA", + "example": "heads/feature-a", "schema": { "type": "string" }, @@ -286371,7 +286373,7 @@ }, "delete": { "summary": "Delete a reference", - "description": "", + "description": "Deletes the provided reference.", "tags": [ "git" ], @@ -286401,9 +286403,10 @@ }, { "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)\" in the Git documentation.", + "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.", "in": "path", "required": true, + "example": "heads/feature-a", "schema": { "type": "string" }, diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml index 75db4bbf85..825ad52baa 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml @@ -974,7 +974,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/global-advisories#get-a-global-security-advisory parameters: - - &484 + - &485 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -8338,14 +8338,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &479 + state: &480 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: &480 + resolution: &481 type: - string - 'null' @@ -9084,7 +9084,7 @@ paths: - author_association - created_at - updated_at - comment: &393 + comment: &394 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -9648,7 +9648,7 @@ paths: url: type: string format: uri - user: &507 + user: &508 title: Public User description: Public User type: object @@ -13039,7 +13039,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &421 + - &422 name: all description: If `true`, show notifications marked as read. in: query @@ -13047,7 +13047,7 @@ paths: schema: type: boolean default: false - - &422 + - &423 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -13057,7 +13057,7 @@ paths: type: boolean default: false - *55 - - &423 + - &424 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: @@ -13558,7 +13558,7 @@ paths: - url - subscription_url examples: - default: &424 + default: &425 value: - id: '1' repository: @@ -14178,7 +14178,7 @@ paths: - avatar_url - description examples: - default: &523 + default: &524 value: - login: github id: 1 @@ -15238,7 +15238,7 @@ paths: type: array items: *50 examples: - default: &517 + default: &518 value: total_count: 1 repositories: @@ -21801,7 +21801,7 @@ paths: application/json: schema: *19 examples: - default: &389 + default: &390 value: id: 1 account: @@ -22028,7 +22028,7 @@ paths: required: true content: application/json: - schema: &390 + schema: &391 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration @@ -23873,7 +23873,7 @@ paths: parameters: - *81 - *154 - - &522 + - &523 name: repo_name description: repo_name parameter in: path @@ -24935,7 +24935,7 @@ paths: - nuget - container - *81 - - &524 + - &525 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -24976,7 +24976,7 @@ paths: default: *161 '403': *26 '401': *22 - '400': &526 + '400': &527 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -28561,7 +28561,7 @@ paths: type: object description: A repository rule. oneOf: - - &452 + - &453 title: creation description: Only allow users with bypass permission to create matching refs. @@ -28573,7 +28573,7 @@ paths: type: string enum: - creation - - &453 + - &454 title: update description: Only allow users with bypass permission to update matching refs. @@ -28594,7 +28594,7 @@ paths: repository required: - update_allows_fetch_and_merge - - &455 + - &456 title: deletion description: Only allow users with bypass permissions to delete matching refs. @@ -28606,7 +28606,7 @@ paths: type: string enum: - deletion - - &456 + - &457 title: required_linear_history description: Prevent merge commits from being pushed to matching refs. @@ -28618,7 +28618,7 @@ paths: type: string enum: - required_linear_history - - &457 + - &458 title: required_deployments description: Choose which environments must be successfully deployed to before refs can be pushed into a ref that @@ -28642,7 +28642,7 @@ paths: type: string required: - required_deployment_environments - - &458 + - &459 title: required_signatures description: Commits pushed to matching refs must have verified signatures. @@ -28654,7 +28654,7 @@ paths: type: string enum: - required_signatures - - &459 + - &460 title: pull_request description: Require all commits be made to a non-target branch and submitted via a pull request before they can @@ -28700,7 +28700,7 @@ paths: - require_last_push_approval - required_approving_review_count - required_review_thread_resolution - - &460 + - &461 title: required_status_checks description: Choose which status checks must pass before the ref is updated. When enabled, commits must first be @@ -28743,7 +28743,7 @@ paths: required: - required_status_checks - strict_required_status_checks_policy - - &461 + - &462 title: non_fast_forward description: Prevent users with push access from force pushing to refs. @@ -28755,7 +28755,7 @@ paths: type: string enum: - non_fast_forward - - &462 + - &463 title: commit_message_pattern description: Parameters to be used for the commit_message_pattern rule @@ -28791,7 +28791,7 @@ paths: required: - operator - pattern - - &463 + - &464 title: commit_author_email_pattern description: Parameters to be used for the commit_author_email_pattern rule @@ -28827,7 +28827,7 @@ paths: required: - operator - pattern - - &464 + - &465 title: committer_email_pattern description: Parameters to be used for the committer_email_pattern rule @@ -28863,7 +28863,7 @@ paths: required: - operator - pattern - - &465 + - &466 title: branch_name_pattern description: Parameters to be used for the branch_name_pattern rule @@ -28899,7 +28899,7 @@ paths: required: - operator - pattern - - &466 + - &467 title: tag_name_pattern description: Parameters to be used for the tag_name_pattern rule @@ -28935,7 +28935,7 @@ paths: required: - operator - pattern - - &467 + - &468 title: workflows description: Require all changes made to a targeted branch to pass the specified workflows before they can be merged. @@ -29160,7 +29160,7 @@ paths: in: query schema: type: integer - - &468 + - &469 name: time_period description: |- The time period to filter by. @@ -29176,14 +29176,14 @@ paths: - week - month default: day - - &469 + - &470 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 - - &470 + - &471 name: rule_suite_result description: The rule results to filter on. When specified, only suites with this result will be returned. @@ -29203,7 +29203,7 @@ paths: description: Response content: application/json: - schema: &471 + schema: &472 title: Rule Suites description: Response type: array @@ -29258,7 +29258,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &472 + default: &473 value: - id: 21 actor_id: 12 @@ -29302,7 +29302,7 @@ paths: url: https://docs.github.com/rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *81 - - &473 + - &474 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -29318,7 +29318,7 @@ paths: description: Response content: application/json: - schema: &474 + schema: &475 title: Rule Suite description: Response type: object @@ -29417,7 +29417,7 @@ paths: type: string description: Any associated details with the rule evaluation. examples: - default: &475 + default: &476 value: id: 21 actor_id: 12 @@ -29630,7 +29630,7 @@ paths: - *36 - *17 - *16 - - &477 + - &478 name: before description: A cursor, as given in the [Link header](https://docs.github.com/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events before this cursor. To @@ -29640,7 +29640,7 @@ paths: required: false schema: type: string - - &478 + - &479 name: after description: A cursor, as given in the [Link header](https://docs.github.com/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events after this cursor. To @@ -29730,7 +29730,7 @@ paths: application/json: schema: type: array - items: &482 + items: &483 description: A repository security advisory. type: object properties: @@ -30048,7 +30048,7 @@ paths: - private_fork additionalProperties: false examples: - default: &483 + default: &484 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -30511,7 +30511,7 @@ paths: description: Response content: application/json: - schema: &538 + schema: &539 type: object properties: total_minutes_used: @@ -30581,7 +30581,7 @@ paths: - included_minutes - minutes_used_breakdown examples: - default: &539 + default: &540 value: total_minutes_used: 305 total_paid_minutes_used: 0 @@ -30617,7 +30617,7 @@ paths: description: Response content: application/json: - schema: &540 + schema: &541 type: object properties: total_gigabytes_bandwidth_used: @@ -30635,7 +30635,7 @@ paths: - total_paid_gigabytes_bandwidth_used - included_gigabytes_bandwidth examples: - default: &541 + default: &542 value: total_gigabytes_bandwidth_used: 50 total_paid_gigabytes_bandwidth_used: 40 @@ -30667,7 +30667,7 @@ paths: description: Response content: application/json: - schema: &542 + schema: &543 type: object properties: days_left_in_billing_cycle: @@ -30685,7 +30685,7 @@ paths: - estimated_paid_storage_for_month - estimated_storage_for_month examples: - default: &543 + default: &544 value: days_left_in_billing_cycle: 20 estimated_paid_storage_for_month: 15 @@ -31543,7 +31543,7 @@ paths: - updated_at - url examples: - default: &497 + default: &498 value: - author: login: octocat @@ -31788,7 +31788,7 @@ paths: application/json: schema: *201 examples: - default: &498 + default: &499 value: author: login: octocat @@ -31977,7 +31977,7 @@ paths: - updated_at - url examples: - default: &499 + default: &500 value: - author: login: octocat @@ -32200,7 +32200,7 @@ paths: application/json: schema: *204 examples: - default: &500 + default: &501 value: author: login: octocat @@ -32809,7 +32809,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &501 + response-if-user-is-a-team-maintainer: &502 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -32872,7 +32872,7 @@ paths: application/json: schema: *211 examples: - response-if-users-membership-with-team-is-now-pending: &502 + response-if-users-membership-with-team-is-now-pending: &503 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -33012,7 +33012,7 @@ paths: - updated_at - permissions examples: - default: &503 + default: &504 value: - owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -33088,7 +33088,7 @@ paths: application/json: schema: *212 examples: - default: &504 + default: &505 value: owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -33288,7 +33288,7 @@ paths: description: Alternative response with repository permissions content: application/json: - schema: &505 + schema: &506 title: Team Repository description: A team's access to a repository. type: object @@ -34015,7 +34015,7 @@ paths: type: array items: *117 examples: - response-if-child-teams-exist: &506 + response-if-child-teams-exist: &507 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -42511,7 +42511,7 @@ paths: required: - sha - url - verification: &379 + verification: &380 title: Verification type: object properties: @@ -45737,7 +45737,7 @@ paths: check. type: array items: *293 - deployment: &552 + deployment: &553 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -49860,7 +49860,7 @@ paths: type: array items: *324 examples: - default: &512 + default: &513 value: total_count: 2 machines: @@ -50565,7 +50565,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &392 + schema: &393 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -51397,7 +51397,7 @@ paths: type: array items: *332 examples: - default: &439 + default: &440 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -51684,7 +51684,7 @@ paths: application/json: schema: type: array - items: &430 + items: &431 title: Pull Request Simple description: Pull Request Simple type: object @@ -51928,7 +51928,7 @@ paths: - review_comment - self author_association: *51 - auto_merge: &432 + auto_merge: &433 title: Auto merge description: The status of auto merging a pull request. type: @@ -51993,7 +51993,7 @@ paths: - author_association - auto_merge examples: - default: &431 + default: &432 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -52548,7 +52548,7 @@ paths: application/json: schema: *332 examples: - default: &418 + default: &419 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -53166,7 +53166,7 @@ paths: application/json: schema: type: array - items: &487 + items: &488 title: Status description: The status of a commit. type: object @@ -54124,7 +54124,7 @@ paths: - size - type - url - - &444 + - &445 title: Content File description: Content File type: object @@ -59605,7 +59605,16 @@ paths: parameters: - *214 - *215 - - *338 + - &377 + 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. + in: path + required: true + example: heads/feature-a + schema: + type: string + x-multi-segment: true responses: '200': description: Response @@ -59613,7 +59622,7 @@ paths: application/json: schema: type: array - items: &377 + items: &378 title: Git Reference description: Git references within a repository type: object @@ -59689,15 +59698,15 @@ paths: parameters: - *214 - *215 - - *338 + - *377 responses: '200': description: Response content: application/json: - schema: *377 + schema: *378 examples: - default: &378 + default: &379 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -59755,9 +59764,9 @@ paths: description: Response content: application/json: - schema: *377 + schema: *378 examples: - default: *378 + default: *379 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -59772,7 +59781,9 @@ paths: "/repos/{owner}/{repo}/git/refs/{ref}": patch: summary: Update a reference - description: '' + description: Updates the provided reference to point to a new SHA. For more + information, see "[Git References](https://git-scm.com/book/en/v2/Git-Internals-Git-References)" + in the Git documentation. tags: - git operationId: git/update-ref @@ -59782,17 +59793,7 @@ paths: parameters: - *214 - *215 - - name: ref - description: The name of the reference to update (for example, `heads/featureA`). - Can be a 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)" - in the Git documentation. - in: path - required: true - example: heads/featureA - schema: - type: string - x-multi-segment: true + - *377 requestBody: required: true content: @@ -59821,9 +59822,9 @@ paths: description: Response content: application/json: - schema: *377 + schema: *378 examples: - default: *378 + default: *379 '422': *14 x-github: githubCloudOnly: false @@ -59832,7 +59833,7 @@ paths: subcategory: refs delete: summary: Delete a reference - description: '' + description: Deletes the provided reference. tags: - git operationId: git/delete-ref @@ -59842,7 +59843,7 @@ paths: parameters: - *214 - *215 - - *338 + - *377 responses: '204': description: Response @@ -59961,7 +59962,7 @@ paths: description: Response content: application/json: - schema: &380 + schema: &381 title: Git Tag description: Metadata for a Git tag type: object @@ -60017,7 +60018,7 @@ paths: - sha - type - url - verification: *379 + verification: *380 required: - sha - url @@ -60027,7 +60028,7 @@ paths: - tag - message examples: - default: &381 + default: &382 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -60109,9 +60110,9 @@ paths: description: Response content: application/json: - schema: *380 + schema: *381 examples: - default: *381 + default: *382 '404': *5 x-github: githubCloudOnly: false @@ -60209,7 +60210,7 @@ paths: description: Response content: application/json: - schema: &382 + schema: &383 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -60350,7 +60351,7 @@ paths: description: Response content: application/json: - schema: *382 + schema: *383 examples: default-response: summary: Default response @@ -60419,7 +60420,7 @@ paths: application/json: schema: type: array - items: &383 + items: &384 title: Webhook description: Webhooks for repositories. type: object @@ -60482,7 +60483,7 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &558 + last_response: &559 title: Hook Response type: object properties: @@ -60613,9 +60614,9 @@ paths: description: Response content: application/json: - schema: *383 + schema: *384 examples: - default: &384 + default: &385 value: type: Repository id: 12345678 @@ -60671,9 +60672,9 @@ paths: description: Response content: application/json: - schema: *383 + schema: *384 examples: - default: *384 + default: *385 '404': *5 x-github: githubCloudOnly: false @@ -60740,9 +60741,9 @@ paths: description: Response content: application/json: - schema: *383 + schema: *384 examples: - default: *384 + default: *385 '422': *14 '404': *5 x-github: @@ -61046,7 +61047,7 @@ paths: description: Response content: application/json: - schema: &385 + schema: &386 title: Import description: A repository import from an external source. type: object @@ -61153,7 +61154,7 @@ paths: - html_url - authors_url examples: - default: &388 + default: &389 value: vcs: subversion use_lfs: true @@ -61169,7 +61170,7 @@ paths: authors_url: https://api.github.com/repos/octocat/socm/import/authors repository_url: https://api.github.com/repos/octocat/socm '404': *5 - '503': &386 + '503': &387 description: Unavailable due to service under maintenance. content: application/json: @@ -61246,7 +61247,7 @@ paths: description: Response content: application/json: - schema: *385 + schema: *386 examples: default: value: @@ -61271,7 +61272,7 @@ paths: type: string '422': *14 '404': *5 - '503': *386 + '503': *387 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61351,7 +61352,7 @@ paths: description: Response content: application/json: - schema: *385 + schema: *386 examples: example-1: summary: Example 1 @@ -61399,7 +61400,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': *386 + '503': *387 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61426,7 +61427,7 @@ paths: responses: '204': description: Response - '503': *386 + '503': *387 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61453,7 +61454,7 @@ paths: parameters: - *214 - *215 - - &535 + - &536 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -61467,7 +61468,7 @@ paths: application/json: schema: type: array - items: &387 + items: &388 title: Porter Author description: Porter Author type: object @@ -61521,7 +61522,7 @@ paths: url: https://api.github.com/repos/octocat/socm/import/authors/2268559 import_url: https://api.github.com/repos/octocat/socm/import '404': *5 - '503': *386 + '503': *387 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61576,7 +61577,7 @@ paths: description: Response content: application/json: - schema: *387 + schema: *388 examples: default: value: @@ -61589,7 +61590,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *14 '404': *5 - '503': *386 + '503': *387 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61654,7 +61655,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *386 + '503': *387 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61709,11 +61710,11 @@ paths: description: Response content: application/json: - schema: *385 + schema: *386 examples: - default: *388 + default: *389 '422': *14 - '503': *386 + '503': *387 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61745,7 +61746,7 @@ paths: application/json: schema: *19 examples: - default: *389 + default: *390 '301': *226 '404': *5 x-github: @@ -61780,7 +61781,7 @@ paths: properties: {} additionalProperties: false examples: - default: &391 + default: &392 value: limit: collaborators_only origin: repository @@ -61811,7 +61812,7 @@ paths: required: true content: application/json: - schema: *390 + schema: *391 examples: default: summary: Example request body @@ -61825,7 +61826,7 @@ paths: application/json: schema: *138 examples: - default: *391 + default: *392 '409': description: Response x-github: @@ -61882,9 +61883,9 @@ paths: application/json: schema: type: array - items: *392 + items: *393 examples: - default: &528 + default: &529 value: - id: 1 repository: @@ -62046,7 +62047,7 @@ paths: description: Response content: application/json: - schema: *392 + schema: *393 examples: default: value: @@ -62539,7 +62540,7 @@ paths: application/json: schema: *65 examples: - default: &396 + default: &397 value: id: 1 node_id: MDU6SXNzdWUx @@ -62745,9 +62746,9 @@ paths: application/json: schema: type: array - items: *393 + items: *394 examples: - default: &398 + default: &399 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -62813,9 +62814,9 @@ paths: description: Response content: application/json: - schema: *393 + schema: *394 examples: - default: &394 + default: &395 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -62893,9 +62894,9 @@ paths: description: Response content: application/json: - schema: *393 + schema: *394 examples: - default: *394 + default: *395 '422': *14 x-github: githubCloudOnly: false @@ -63084,7 +63085,7 @@ paths: application/json: schema: type: array - items: &395 + items: &396 title: Issue Event description: Issue Event type: object @@ -63435,7 +63436,7 @@ paths: description: Response content: application/json: - schema: *395 + schema: *396 examples: default: value: @@ -63666,7 +63667,7 @@ paths: parameters: - *214 - *215 - - &397 + - &398 name: issue_number description: The number that identifies the issue. in: path @@ -63680,7 +63681,7 @@ paths: application/json: schema: *65 examples: - default: *396 + default: *397 '301': *226 '404': *5 '410': *223 @@ -63710,7 +63711,7 @@ paths: parameters: - *214 - *215 - - *397 + - *398 requestBody: required: false content: @@ -63819,7 +63820,7 @@ paths: application/json: schema: *65 examples: - default: *396 + default: *397 '422': *14 '503': *53 '403': *26 @@ -63845,7 +63846,7 @@ paths: parameters: - *214 - *215 - - *397 + - *398 requestBody: required: false content: @@ -63873,7 +63874,7 @@ paths: application/json: schema: *65 examples: - default: *396 + default: *397 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63891,7 +63892,7 @@ paths: parameters: - *214 - *215 - - *397 + - *398 requestBody: content: application/json: @@ -63918,7 +63919,7 @@ paths: application/json: schema: *65 examples: - default: *396 + default: *397 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63942,7 +63943,7 @@ paths: parameters: - *214 - *215 - - *397 + - *398 - name: assignee in: path required: true @@ -63984,7 +63985,7 @@ paths: parameters: - *214 - *215 - - *397 + - *398 - *55 - *16 - *17 @@ -63995,9 +63996,9 @@ paths: application/json: schema: type: array - items: *393 + items: *394 examples: - default: *398 + default: *399 headers: Link: *48 '404': *5 @@ -64032,7 +64033,7 @@ paths: parameters: - *214 - *215 - - *397 + - *398 requestBody: required: true content: @@ -64054,9 +64055,9 @@ paths: description: Response content: application/json: - schema: *393 + schema: *394 examples: - default: *394 + default: *395 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 @@ -64085,7 +64086,7 @@ paths: parameters: - *214 - *215 - - *397 + - *398 - *16 - *17 responses: @@ -64099,7 +64100,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &401 + - &402 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -64148,7 +64149,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &402 + - &403 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -64276,7 +64277,7 @@ paths: - performed_via_github_app - assignee - assigner - - &403 + - &404 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -64322,7 +64323,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &404 + - &405 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -64368,7 +64369,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &405 + - &406 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -64417,7 +64418,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &406 + - &407 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -64459,7 +64460,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &407 + - &408 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -64501,7 +64502,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &408 + - &409 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -64557,7 +64558,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &409 + - &410 title: Locked Issue Event description: Locked Issue Event type: object @@ -64602,7 +64603,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &410 + - &411 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -64663,7 +64664,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &411 + - &412 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -64724,7 +64725,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &412 + - &413 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -64785,7 +64786,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &413 + - &414 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -64897,7 +64898,7 @@ paths: parameters: - *214 - *215 - - *397 + - *398 - *16 - *17 responses: @@ -64907,7 +64908,7 @@ paths: application/json: schema: type: array - items: &399 + items: &400 title: Label description: Color-coded labels help you categorize and filter your issues (just like labels in Gmail). @@ -64958,7 +64959,7 @@ paths: - color - default examples: - default: &400 + default: &401 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -64997,7 +64998,7 @@ paths: parameters: - *214 - *215 - - *397 + - *398 requestBody: required: false content: @@ -65056,9 +65057,9 @@ paths: application/json: schema: type: array - items: *399 + items: *400 examples: - default: *400 + default: *401 '301': *226 '404': *5 '410': *223 @@ -65080,7 +65081,7 @@ paths: parameters: - *214 - *215 - - *397 + - *398 requestBody: required: false content: @@ -65140,9 +65141,9 @@ paths: application/json: schema: type: array - items: *399 + items: *400 examples: - default: *400 + default: *401 '301': *226 '404': *5 '410': *223 @@ -65164,7 +65165,7 @@ paths: parameters: - *214 - *215 - - *397 + - *398 responses: '204': description: Response @@ -65191,7 +65192,7 @@ paths: parameters: - *214 - *215 - - *397 + - *398 - name: name in: path required: true @@ -65204,7 +65205,7 @@ paths: application/json: schema: type: array - items: *399 + items: *400 examples: default: value: @@ -65239,7 +65240,7 @@ paths: parameters: - *214 - *215 - - *397 + - *398 requestBody: required: false content: @@ -65288,7 +65289,7 @@ paths: parameters: - *214 - *215 - - *397 + - *398 responses: '204': description: Response @@ -65312,7 +65313,7 @@ paths: parameters: - *214 - *215 - - *397 + - *398 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to an issue. @@ -65364,7 +65365,7 @@ paths: parameters: - *214 - *215 - - *397 + - *398 requestBody: required: true content: @@ -65428,7 +65429,7 @@ paths: parameters: - *214 - *215 - - *397 + - *398 - *210 responses: '204': @@ -65451,7 +65452,7 @@ paths: parameters: - *214 - *215 - - *397 + - *398 - *16 - *17 responses: @@ -65466,7 +65467,6 @@ paths: description: Timeline Event type: object anyOf: - - *401 - *402 - *403 - *404 @@ -65479,6 +65479,7 @@ paths: - *411 - *412 - *413 + - *414 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -65797,7 +65798,7 @@ paths: type: string comments: type: array - items: &433 + items: &434 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -66336,7 +66337,7 @@ paths: application/json: schema: type: array - items: &414 + items: &415 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -66437,9 +66438,9 @@ paths: description: Response content: application/json: - schema: *414 + schema: *415 examples: - default: &415 + default: &416 value: id: 1 key: ssh-rsa AAA... @@ -66474,7 +66475,7 @@ paths: parameters: - *214 - *215 - - &416 + - &417 name: key_id description: The unique identifier of the key. in: path @@ -66486,9 +66487,9 @@ paths: description: Response content: application/json: - schema: *414 + schema: *415 examples: - default: *415 + default: *416 '404': *5 x-github: githubCloudOnly: false @@ -66508,7 +66509,7 @@ paths: parameters: - *214 - *215 - - *416 + - *417 responses: '204': description: Response @@ -66539,9 +66540,9 @@ paths: application/json: schema: type: array - items: *399 + items: *400 examples: - default: *400 + default: *401 headers: Link: *48 '404': *5 @@ -66599,9 +66600,9 @@ paths: description: Response content: application/json: - schema: *399 + schema: *400 examples: - default: &417 + default: &418 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -66645,9 +66646,9 @@ paths: description: Response content: application/json: - schema: *399 + schema: *400 examples: - default: *417 + default: *418 '404': *5 x-github: githubCloudOnly: false @@ -66704,7 +66705,7 @@ paths: description: Response content: application/json: - schema: *399 + schema: *400 examples: default: value: @@ -67049,7 +67050,7 @@ paths: application/json: schema: *332 examples: - default: *418 + default: *419 '204': description: Response when already merged '404': @@ -67215,7 +67216,7 @@ paths: application/json: schema: *336 examples: - default: &419 + default: &420 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -67276,7 +67277,7 @@ paths: parameters: - *214 - *215 - - &420 + - &421 name: milestone_number description: The number that identifies the milestone. in: path @@ -67290,7 +67291,7 @@ paths: application/json: schema: *336 examples: - default: *419 + default: *420 '404': *5 x-github: githubCloudOnly: false @@ -67309,7 +67310,7 @@ paths: parameters: - *214 - *215 - - *420 + - *421 requestBody: required: false content: @@ -67349,7 +67350,7 @@ paths: application/json: schema: *336 examples: - default: *419 + default: *420 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67367,7 +67368,7 @@ paths: parameters: - *214 - *215 - - *420 + - *421 responses: '204': description: Response @@ -67390,7 +67391,7 @@ paths: parameters: - *214 - *215 - - *420 + - *421 - *16 - *17 responses: @@ -67400,9 +67401,9 @@ paths: application/json: schema: type: array - items: *399 + items: *400 examples: - default: *400 + default: *401 headers: Link: *48 x-github: @@ -67423,10 +67424,10 @@ paths: parameters: - *214 - *215 - - *421 - *422 - - *55 - *423 + - *55 + - *424 - *16 - *17 responses: @@ -67438,7 +67439,7 @@ paths: type: array items: *77 examples: - default: *424 + default: *425 headers: Link: *48 x-github: @@ -67528,7 +67529,7 @@ paths: description: Response content: application/json: - schema: &425 + schema: &426 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -67672,7 +67673,7 @@ paths: - custom_404 - public examples: - default: &426 + default: &427 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -67767,9 +67768,9 @@ paths: description: Response content: application/json: - schema: *425 + schema: *426 examples: - default: *426 + default: *427 '422': *14 '409': *156 x-github: @@ -67931,7 +67932,7 @@ paths: application/json: schema: type: array - items: &427 + items: &428 title: Page Build description: Page Build type: object @@ -68078,9 +68079,9 @@ paths: description: Response content: application/json: - schema: *427 + schema: *428 examples: - default: &428 + default: &429 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -68140,9 +68141,9 @@ paths: description: Response content: application/json: - schema: *427 + schema: *428 examples: - default: *428 + default: *429 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68274,7 +68275,7 @@ paths: parameters: - *214 - *215 - - &429 + - &430 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -68334,7 +68335,7 @@ paths: parameters: - *214 - *215 - - *429 + - *430 responses: '204': *173 '404': *5 @@ -69004,9 +69005,9 @@ paths: application/json: schema: type: array - items: *430 + items: *431 examples: - default: *431 + default: *432 headers: Link: *48 '304': *34 @@ -69107,7 +69108,7 @@ paths: description: Response content: application/json: - schema: &435 + schema: &436 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -70230,7 +70231,7 @@ paths: - review_comment - self author_association: *51 - auto_merge: *432 + auto_merge: *433 draft: description: Indicates whether or not the pull request is a draft. type: boolean @@ -70332,7 +70333,7 @@ paths: - merged_by - review_comments examples: - default: &436 + default: &437 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -70889,9 +70890,9 @@ paths: application/json: schema: type: array - items: *433 + items: *434 examples: - default: &438 + default: &439 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -70976,9 +70977,9 @@ paths: description: Response content: application/json: - schema: *433 + schema: *434 examples: - default: &434 + default: &435 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -71077,9 +71078,9 @@ paths: description: Response content: application/json: - schema: *433 + schema: *434 examples: - default: *434 + default: *435 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71281,7 +71282,7 @@ paths: parameters: - *214 - *215 - - &437 + - &438 name: pull_number description: The number that identifies the pull request. in: path @@ -71294,9 +71295,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *435 + schema: *436 examples: - default: *436 + default: *437 '304': *34 '404': *5 '500': *115 @@ -71329,7 +71330,7 @@ paths: parameters: - *214 - *215 - - *437 + - *438 requestBody: required: false content: @@ -71371,9 +71372,9 @@ paths: description: Response content: application/json: - schema: *435 + schema: *436 examples: - default: *436 + default: *437 '422': *14 '403': *26 x-github: @@ -71397,7 +71398,7 @@ paths: parameters: - *214 - *215 - - *437 + - *438 requestBody: required: true content: @@ -71500,7 +71501,7 @@ paths: parameters: - *214 - *215 - - *437 + - *438 - *74 - name: direction description: The direction to sort results. Ignored without `sort` parameter. @@ -71521,9 +71522,9 @@ paths: application/json: schema: type: array - items: *433 + items: *434 examples: - default: *438 + default: *439 headers: Link: *48 x-github: @@ -71558,7 +71559,7 @@ paths: parameters: - *214 - *215 - - *437 + - *438 requestBody: required: true content: @@ -71664,7 +71665,7 @@ paths: description: Response content: application/json: - schema: *433 + schema: *434 examples: example-for-a-multi-line-comment: value: @@ -71754,7 +71755,7 @@ paths: parameters: - *214 - *215 - - *437 + - *438 - *64 requestBody: required: true @@ -71777,7 +71778,7 @@ paths: description: Response content: application/json: - schema: *433 + schema: *434 examples: default: value: @@ -71866,7 +71867,7 @@ paths: parameters: - *214 - *215 - - *437 + - *438 - *16 - *17 responses: @@ -71878,7 +71879,7 @@ paths: type: array items: *332 examples: - default: *439 + default: *440 headers: Link: *48 x-github: @@ -71911,7 +71912,7 @@ paths: parameters: - *214 - *215 - - *437 + - *438 - *16 - *17 responses: @@ -71961,7 +71962,7 @@ paths: parameters: - *214 - *215 - - *437 + - *438 responses: '204': description: Response if pull request has been merged @@ -71986,7 +71987,7 @@ paths: parameters: - *214 - *215 - - *437 + - *438 requestBody: required: false content: @@ -72100,7 +72101,7 @@ paths: parameters: - *214 - *215 - - *437 + - *438 responses: '200': description: Response @@ -72177,7 +72178,7 @@ paths: parameters: - *214 - *215 - - *437 + - *438 requestBody: required: false content: @@ -72214,7 +72215,7 @@ paths: description: Response content: application/json: - schema: *430 + schema: *431 examples: default: value: @@ -72752,7 +72753,7 @@ paths: parameters: - *214 - *215 - - *437 + - *438 requestBody: required: true content: @@ -72786,7 +72787,7 @@ paths: description: Response content: application/json: - schema: *430 + schema: *431 examples: default: value: @@ -73293,7 +73294,7 @@ paths: parameters: - *214 - *215 - - *437 + - *438 - *16 - *17 responses: @@ -73303,7 +73304,7 @@ paths: application/json: schema: type: array - items: &440 + items: &441 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -73459,7 +73460,7 @@ paths: parameters: - *214 - *215 - - *437 + - *438 requestBody: required: false content: @@ -73549,9 +73550,9 @@ paths: description: Response content: application/json: - schema: *440 + schema: *441 examples: - default: &442 + default: &443 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -73616,8 +73617,8 @@ paths: parameters: - *214 - *215 - - *437 - - &441 + - *438 + - &442 name: review_id description: The unique identifier of the review. in: path @@ -73629,9 +73630,9 @@ paths: description: Response content: application/json: - schema: *440 + schema: *441 examples: - default: &443 + default: &444 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -73692,8 +73693,8 @@ paths: parameters: - *214 - *215 - - *437 - - *441 + - *438 + - *442 requestBody: required: true content: @@ -73716,7 +73717,7 @@ paths: description: Response content: application/json: - schema: *440 + schema: *441 examples: default: value: @@ -73780,16 +73781,16 @@ paths: parameters: - *214 - *215 - - *437 - - *441 + - *438 + - *442 responses: '200': description: Response content: application/json: - schema: *440 + schema: *441 examples: - default: *442 + default: *443 '422': *6 '404': *5 x-github: @@ -73818,8 +73819,8 @@ paths: parameters: - *214 - *215 - - *437 - - *441 + - *438 + - *442 - *16 - *17 responses: @@ -74071,8 +74072,8 @@ paths: parameters: - *214 - *215 - - *437 - - *441 + - *438 + - *442 requestBody: required: true content: @@ -74101,7 +74102,7 @@ paths: description: Response content: application/json: - schema: *440 + schema: *441 examples: default: value: @@ -74166,8 +74167,8 @@ paths: parameters: - *214 - *215 - - *437 - - *441 + - *438 + - *442 requestBody: required: true content: @@ -74202,9 +74203,9 @@ paths: description: Response content: application/json: - schema: *440 + schema: *441 examples: - default: *443 + default: *444 '404': *5 '422': *6 '403': *26 @@ -74227,7 +74228,7 @@ paths: parameters: - *214 - *215 - - *437 + - *438 requestBody: required: false content: @@ -74305,9 +74306,9 @@ paths: description: Response content: application/json: - schema: *444 + schema: *445 examples: - default: &445 + default: &446 value: type: file encoding: base64 @@ -74369,9 +74370,9 @@ paths: description: Response content: application/json: - schema: *444 + schema: *445 examples: - default: *445 + default: *446 '404': *5 '422': *14 x-github: @@ -74404,7 +74405,7 @@ paths: application/json: schema: type: array - items: &446 + items: &447 title: Release description: A release. type: object @@ -74476,7 +74477,7 @@ paths: author: *3 assets: type: array - items: &447 + items: &448 title: Release Asset description: Data related to a release. type: object @@ -74733,9 +74734,9 @@ paths: description: Response content: application/json: - schema: *446 + schema: *447 examples: - default: &450 + default: &451 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -74838,7 +74839,7 @@ paths: parameters: - *214 - *215 - - &448 + - &449 name: asset_id description: The unique identifier of the asset. in: path @@ -74850,9 +74851,9 @@ paths: description: Response content: application/json: - schema: *447 + schema: *448 examples: - default: &449 + default: &450 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 @@ -74904,7 +74905,7 @@ paths: parameters: - *214 - *215 - - *448 + - *449 requestBody: required: false content: @@ -74933,9 +74934,9 @@ paths: description: Response content: application/json: - schema: *447 + schema: *448 examples: - default: *449 + default: *450 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74953,7 +74954,7 @@ paths: parameters: - *214 - *215 - - *448 + - *449 responses: '204': description: Response @@ -75071,9 +75072,9 @@ paths: description: Response content: application/json: - schema: *446 + schema: *447 examples: - default: *450 + default: *451 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75104,9 +75105,9 @@ paths: description: Response content: application/json: - schema: *446 + schema: *447 examples: - default: *450 + default: *451 '404': *5 x-github: githubCloudOnly: false @@ -75131,7 +75132,7 @@ paths: parameters: - *214 - *215 - - &451 + - &452 name: release_id description: The unique identifier of the release. in: path @@ -75145,9 +75146,9 @@ paths: For more information, see "[Getting started with the REST API](https://docs.github.com/rest/using-the-rest-api/getting-started-with-the-rest-api#hypermedia)."' content: application/json: - schema: *446 + schema: *447 examples: - default: *450 + default: *451 '401': description: Unauthorized x-github: @@ -75167,7 +75168,7 @@ paths: parameters: - *214 - *215 - - *451 + - *452 requestBody: required: false content: @@ -75231,9 +75232,9 @@ paths: description: Response content: application/json: - schema: *446 + schema: *447 examples: - default: *450 + default: *451 '404': description: Not Found if the discussion category name is invalid content: @@ -75256,7 +75257,7 @@ paths: parameters: - *214 - *215 - - *451 + - *452 responses: '204': description: Response @@ -75278,7 +75279,7 @@ paths: parameters: - *214 - *215 - - *451 + - *452 - *16 - *17 responses: @@ -75288,7 +75289,7 @@ paths: application/json: schema: type: array - items: *447 + items: *448 examples: default: value: @@ -75370,7 +75371,7 @@ paths: parameters: - *214 - *215 - - *451 + - *452 - name: name in: query required: true @@ -75396,7 +75397,7 @@ paths: description: Response for successful upload content: application/json: - schema: *447 + schema: *448 examples: response-for-successful-upload: value: @@ -75452,7 +75453,7 @@ paths: parameters: - *214 - *215 - - *451 + - *452 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a release. @@ -75501,7 +75502,7 @@ paths: parameters: - *214 - *215 - - *451 + - *452 requestBody: required: true content: @@ -75563,7 +75564,7 @@ paths: parameters: - *214 - *215 - - *451 + - *452 - *210 responses: '204': @@ -75606,8 +75607,8 @@ paths: description: A repository rule with ruleset details. oneOf: - allOf: - - *452 - - &454 + - *453 + - &455 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -75627,47 +75628,47 @@ paths: type: integer description: The ID of the ruleset that includes this rule. - allOf: - - *453 - *454 - - allOf: - *455 - - *454 - allOf: - *456 - - *454 + - *455 - allOf: - *457 - - *454 + - *455 - allOf: - *458 - - *454 + - *455 - allOf: - *459 - - *454 + - *455 - allOf: - *460 - - *454 + - *455 - allOf: - *461 - - *454 + - *455 - allOf: - *462 - - *454 + - *455 - allOf: - *463 - - *454 + - *455 - allOf: - *464 - - *454 + - *455 - allOf: - *465 - - *454 + - *455 - allOf: - *466 - - *454 + - *455 - allOf: - *467 - - *454 + - *455 + - allOf: + - *468 + - *455 examples: default: value: @@ -75833,7 +75834,7 @@ paths: application/json: schema: *187 examples: - default: &476 + default: &477 value: id: 42 name: super cool ruleset @@ -75889,9 +75890,9 @@ paths: schema: type: string x-multi-segment: true - - *468 - *469 - *470 + - *471 - *16 - *17 responses: @@ -75899,9 +75900,9 @@ paths: description: Response content: application/json: - schema: *471 + schema: *472 examples: - default: *472 + default: *473 '404': *5 '500': *115 x-github: @@ -75924,15 +75925,15 @@ paths: parameters: - *214 - *215 - - *473 + - *474 responses: '200': description: Response content: application/json: - schema: *474 + schema: *475 examples: - default: *475 + default: *476 '404': *5 '500': *115 x-github: @@ -75979,7 +75980,7 @@ paths: application/json: schema: *187 examples: - default: *476 + default: *477 '404': *5 '500': *115 put: @@ -76061,7 +76062,7 @@ paths: application/json: schema: *187 examples: - default: *476 + default: *477 '404': *5 '500': *115 delete: @@ -76117,8 +76118,8 @@ paths: - *36 - *17 - *16 - - *477 - *478 + - *479 - *193 responses: '200': @@ -76127,7 +76128,7 @@ paths: application/json: schema: type: array - items: &481 + items: &482 type: object properties: number: *42 @@ -76143,8 +76144,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *479 - resolution: *480 + state: *480 + resolution: *481 resolved_at: type: - string @@ -76302,7 +76303,7 @@ paths: description: Response content: application/json: - schema: *481 + schema: *482 examples: default: value: @@ -76358,8 +76359,8 @@ paths: schema: type: object properties: - state: *479 - resolution: *480 + state: *480 + resolution: *481 resolution_comment: description: An optional comment when closing an alert. Cannot be updated or deleted. Must be `null` when changing `state` to `open`. @@ -76378,7 +76379,7 @@ paths: description: Response content: application/json: - schema: *481 + schema: *482 examples: default: value: @@ -76460,7 +76461,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &562 + items: &563 type: object properties: type: @@ -76816,9 +76817,9 @@ paths: application/json: schema: type: array - items: *482 + items: *483 examples: - default: *483 + default: *484 '400': *13 '404': *5 x-github: @@ -77012,9 +77013,9 @@ paths: description: Response content: application/json: - schema: *482 + schema: *483 examples: - default: &485 + default: &486 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -77354,7 +77355,7 @@ paths: description: Response content: application/json: - schema: *482 + schema: *483 examples: default: value: @@ -77500,15 +77501,15 @@ paths: parameters: - *214 - *215 - - *484 + - *485 responses: '200': description: Response content: application/json: - schema: *482 + schema: *483 examples: - default: *485 + default: *486 '403': *26 '404': *5 x-github: @@ -77534,7 +77535,7 @@ paths: parameters: - *214 - *215 - - *484 + - *485 requestBody: required: true content: @@ -77705,10 +77706,10 @@ paths: description: Response content: application/json: - schema: *482 + schema: *483 examples: - default: *485 - add_credit: *485 + default: *486 + add_credit: *486 '403': *26 '404': *5 '422': @@ -77748,7 +77749,7 @@ paths: parameters: - *214 - *215 - - *484 + - *485 responses: '202': *86 '400': *13 @@ -77776,7 +77777,7 @@ paths: parameters: - *214 - *215 - - *484 + - *485 responses: '202': description: Response @@ -77918,7 +77919,7 @@ paths: application/json: schema: type: array - items: &486 + items: &487 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -78290,7 +78291,7 @@ paths: application/json: schema: type: array - items: *486 + items: *487 examples: default: value: @@ -78380,7 +78381,7 @@ paths: description: Response content: application/json: - schema: *487 + schema: *488 examples: default: value: @@ -78474,7 +78475,7 @@ paths: description: if you subscribe to the repository content: application/json: - schema: &488 + schema: &489 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -78574,7 +78575,7 @@ paths: description: Response content: application/json: - schema: *488 + schema: *489 examples: default: value: @@ -78711,7 +78712,7 @@ paths: application/json: schema: type: array - items: &489 + items: &490 title: Tag protection description: Tag protection type: object @@ -78786,7 +78787,7 @@ paths: description: Response content: application/json: - schema: *489 + schema: *490 examples: default: value: @@ -78923,7 +78924,7 @@ paths: description: Response content: application/json: - schema: &490 + schema: &491 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -78935,7 +78936,7 @@ paths: required: - names examples: - default: &491 + default: &492 value: names: - octocat @@ -78990,9 +78991,9 @@ paths: description: Response content: application/json: - schema: *490 + schema: *491 examples: - default: *491 + default: *492 '404': *5 '422': *6 x-github: @@ -79015,7 +79016,7 @@ paths: parameters: - *214 - *215 - - &492 + - &493 name: per description: The time frame to display results for. in: query @@ -79046,7 +79047,7 @@ paths: - 128 clones: type: array - items: &493 + items: &494 title: Traffic type: object properties: @@ -79294,7 +79295,7 @@ paths: parameters: - *214 - *215 - - *492 + - *493 responses: '200': description: Response @@ -79315,7 +79316,7 @@ paths: - 3782 views: type: array - items: *493 + items: *494 required: - uniques - count @@ -80083,7 +80084,7 @@ paths: examples: - 73..77 - 77..78 - text_matches: &494 + text_matches: &495 title: Search Result Text Matches type: array items: @@ -80246,7 +80247,7 @@ paths: enum: - author-date - committer-date - - &495 + - &496 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 @@ -80334,7 +80335,7 @@ paths: url: type: string format: uri - verification: *379 + verification: *380 required: - author - committer @@ -80366,7 +80367,7 @@ paths: type: number node_id: type: string - text_matches: *494 + text_matches: *495 required: - sha - node_id @@ -80557,7 +80558,7 @@ paths: - interactions - created - updated - - *495 + - *496 - *16 - *17 responses: @@ -80673,7 +80674,7 @@ paths: - string - 'null' format: date-time - text_matches: *494 + text_matches: *495 pull_request: type: object properties: @@ -80895,7 +80896,7 @@ paths: enum: - created - updated - - *495 + - *496 - *16 - *17 responses: @@ -80940,7 +80941,7 @@ paths: - 'null' score: type: number - text_matches: *494 + text_matches: *495 required: - id - node_id @@ -81025,7 +81026,7 @@ paths: - forks - help-wanted-issues - updated - - *495 + - *496 - *16 - *17 responses: @@ -81262,7 +81263,7 @@ paths: - admin - pull - push - text_matches: *494 + text_matches: *495 temp_clone_token: type: string allow_merge_commit: @@ -81570,7 +81571,7 @@ paths: - string - 'null' format: uri - text_matches: *494 + text_matches: *495 related: type: - array @@ -81763,7 +81764,7 @@ paths: - followers - repositories - joined - - *495 + - *496 - *16 - *17 responses: @@ -81872,7 +81873,7 @@ paths: type: - boolean - 'null' - text_matches: *494 + text_matches: *495 blog: type: - string @@ -81953,7 +81954,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#get-a-team-legacy parameters: - - &496 + - &497 name: team_id description: The unique identifier of the team. in: path @@ -81992,7 +81993,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#update-a-team-legacy parameters: - - *496 + - *497 requestBody: required: true content: @@ -82092,7 +82093,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#delete-a-team-legacy parameters: - - *496 + - *497 responses: '204': description: Response @@ -82122,7 +82123,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#list-discussions-legacy parameters: - - *496 + - *497 - *36 - *16 - *17 @@ -82135,7 +82136,7 @@ paths: type: array items: *201 examples: - default: *497 + default: *498 headers: Link: *48 x-github: @@ -82163,7 +82164,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#create-a-discussion-legacy parameters: - - *496 + - *497 requestBody: required: true content: @@ -82225,7 +82226,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#get-a-discussion-legacy parameters: - - *496 + - *497 - *203 responses: '200': @@ -82258,7 +82259,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#update-a-discussion-legacy parameters: - - *496 + - *497 - *203 requestBody: required: false @@ -82284,7 +82285,7 @@ paths: application/json: schema: *201 examples: - default: *498 + default: *499 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82308,7 +82309,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#delete-a-discussion-legacy parameters: - - *496 + - *497 - *203 responses: '204': @@ -82337,7 +82338,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#list-discussion-comments-legacy parameters: - - *496 + - *497 - *203 - *36 - *16 @@ -82351,7 +82352,7 @@ paths: type: array items: *204 examples: - default: *499 + default: *500 headers: Link: *48 x-github: @@ -82379,7 +82380,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#create-a-discussion-comment-legacy parameters: - - *496 + - *497 - *203 requestBody: required: true @@ -82430,7 +82431,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#get-a-discussion-comment-legacy parameters: - - *496 + - *497 - *203 - *206 responses: @@ -82464,7 +82465,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#update-a-discussion-comment-legacy parameters: - - *496 + - *497 - *203 - *206 requestBody: @@ -82490,7 +82491,7 @@ paths: application/json: schema: *204 examples: - default: *500 + default: *501 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82514,7 +82515,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#delete-a-discussion-comment-legacy parameters: - - *496 + - *497 - *203 - *206 responses: @@ -82544,7 +82545,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion-comment-legacy parameters: - - *496 + - *497 - *203 - *206 - name: content @@ -82602,7 +82603,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion-comment-legacy parameters: - - *496 + - *497 - *203 - *206 requestBody: @@ -82663,7 +82664,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion-legacy parameters: - - *496 + - *497 - *203 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). @@ -82720,7 +82721,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion-legacy parameters: - - *496 + - *497 - *203 requestBody: required: true @@ -82778,7 +82779,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-pending-team-invitations-legacy parameters: - - *496 + - *497 - *16 - *17 responses: @@ -82815,7 +82816,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-team-members-legacy parameters: - - *496 + - *497 - name: role description: Filters members returned by their role in the team. in: query @@ -82866,7 +82867,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-member-legacy parameters: - - *496 + - *497 - *109 responses: '204': @@ -82902,7 +82903,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-team-member-legacy parameters: - - *496 + - *497 - *109 responses: '204': @@ -82941,7 +82942,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-member-legacy parameters: - - *496 + - *497 - *109 responses: '204': @@ -82977,7 +82978,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *496 + - *497 - *109 responses: '200': @@ -82986,7 +82987,7 @@ paths: application/json: schema: *211 examples: - response-if-user-is-a-team-maintainer: *501 + response-if-user-is-a-team-maintainer: *502 '404': *5 x-github: githubCloudOnly: false @@ -83017,7 +83018,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *496 + - *497 - *109 requestBody: required: false @@ -83045,7 +83046,7 @@ paths: application/json: schema: *211 examples: - response-if-users-membership-with-team-is-now-pending: *502 + response-if-users-membership-with-team-is-now-pending: *503 '403': description: Forbidden if team synchronization is set up '422': @@ -83077,7 +83078,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *496 + - *497 - *109 responses: '204': @@ -83106,7 +83107,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-projects-legacy parameters: - - *496 + - *497 - *16 - *17 responses: @@ -83118,7 +83119,7 @@ paths: type: array items: *212 examples: - default: *503 + default: *504 headers: Link: *48 '404': *5 @@ -83144,7 +83145,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-project-legacy parameters: - - *496 + - *497 - *213 responses: '200': @@ -83153,7 +83154,7 @@ paths: application/json: schema: *212 examples: - default: *504 + default: *505 '404': description: Not Found if project is not managed by this team x-github: @@ -83177,7 +83178,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-project-permissions-legacy parameters: - - *496 + - *497 - *213 requestBody: required: false @@ -83245,7 +83246,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-project-from-a-team-legacy parameters: - - *496 + - *497 - *213 responses: '204': @@ -83274,7 +83275,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-repositories-legacy parameters: - - *496 + - *497 - *16 - *17 responses: @@ -83314,7 +83315,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *496 + - *497 - *214 - *215 responses: @@ -83322,7 +83323,7 @@ paths: description: Alternative response with extra repository information content: application/json: - schema: *505 + schema: *506 examples: alternative-response-with-extra-repository-information: value: @@ -83472,7 +83473,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *496 + - *497 - *214 - *215 requestBody: @@ -83523,7 +83524,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *496 + - *497 - *214 - *215 responses: @@ -83551,7 +83552,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-child-teams-legacy parameters: - - *496 + - *497 - *16 - *17 responses: @@ -83563,7 +83564,7 @@ paths: type: array items: *117 examples: - response-if-child-teams-exist: *506 + response-if-child-teams-exist: *507 headers: Link: *48 '404': *5 @@ -83596,7 +83597,7 @@ paths: application/json: schema: oneOf: - - &508 + - &509 title: Private User description: Private User type: object @@ -83841,7 +83842,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *507 + - *508 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -84001,7 +84002,7 @@ paths: description: Response content: application/json: - schema: *508 + schema: *509 examples: default: value: @@ -84399,7 +84400,7 @@ paths: type: integer secrets: type: array - items: &509 + items: &510 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -84519,7 +84520,7 @@ paths: description: Response content: application/json: - schema: *509 + schema: *510 examples: default: value: @@ -85165,7 +85166,7 @@ paths: description: Response content: application/json: - schema: &510 + schema: &511 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -85218,7 +85219,7 @@ paths: examples: - https://github.com/octocat/hello-world/tree/:branch examples: - default: &511 + default: &512 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -85263,9 +85264,9 @@ paths: description: Response content: application/json: - schema: *510 + schema: *511 examples: - default: *511 + default: *512 '404': *5 x-github: githubCloudOnly: false @@ -85304,7 +85305,7 @@ paths: type: array items: *324 examples: - default: *512 + default: *513 '304': *34 '500': *115 '401': *22 @@ -86269,7 +86270,7 @@ paths: type: array items: *160 examples: - default: &525 + default: &526 value: - id: 197 name: hello_docker @@ -86370,7 +86371,7 @@ paths: application/json: schema: type: array - items: &513 + items: &514 title: Email description: Email type: object @@ -86440,9 +86441,9 @@ paths: application/json: schema: type: array - items: *513 + items: *514 examples: - default: &527 + default: &528 value: - email: octocat@github.com verified: true @@ -86519,7 +86520,7 @@ paths: application/json: schema: type: array - items: *513 + items: *514 examples: default: value: @@ -86776,7 +86777,7 @@ paths: application/json: schema: type: array - items: &514 + items: &515 title: GPG Key description: A unique encryption key type: object @@ -86919,7 +86920,7 @@ paths: - subkeys - revoked examples: - default: &536 + default: &537 value: - id: 3 name: Octocat's GPG Key @@ -87004,9 +87005,9 @@ paths: description: Response content: application/json: - schema: *514 + schema: *515 examples: - default: &515 + default: &516 value: id: 3 name: Octocat's GPG Key @@ -87063,7 +87064,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &516 + - &517 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -87075,9 +87076,9 @@ paths: description: Response content: application/json: - schema: *514 + schema: *515 examples: - default: *515 + default: *516 '404': *5 '304': *34 '403': *26 @@ -87100,7 +87101,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *516 + - *517 responses: '204': description: Response @@ -87291,7 +87292,7 @@ paths: type: array items: *50 examples: - default: *517 + default: *518 headers: Link: *48 '404': *5 @@ -87403,7 +87404,7 @@ paths: required: true content: application/json: - schema: *390 + schema: *391 examples: default: value: @@ -87555,7 +87556,7 @@ paths: application/json: schema: type: array - items: &518 + items: &519 title: Key description: Key type: object @@ -87652,9 +87653,9 @@ paths: description: Response content: application/json: - schema: *518 + schema: *519 examples: - default: &519 + default: &520 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -87687,15 +87688,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#get-a-public-ssh-key-for-the-authenticated-user parameters: - - *416 + - *417 responses: '200': description: Response content: application/json: - schema: *518 + schema: *519 examples: - default: *519 + default: *520 '404': *5 '304': *34 '403': *26 @@ -87718,7 +87719,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#delete-a-public-ssh-key-for-the-authenticated-user parameters: - - *416 + - *417 responses: '204': description: Response @@ -87751,7 +87752,7 @@ paths: application/json: schema: type: array - items: &520 + items: &521 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -87830,7 +87831,7 @@ paths: - account - plan examples: - default: &521 + default: &522 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -87892,9 +87893,9 @@ paths: application/json: schema: type: array - items: *520 + items: *521 examples: - default: *521 + default: *522 headers: Link: *48 '304': *34 @@ -88898,7 +88899,7 @@ paths: url: https://docs.github.com/rest/migrations/users#unlock-a-user-repository parameters: - *154 - - *522 + - *523 responses: '204': description: Response @@ -88968,7 +88969,7 @@ paths: type: array items: *150 examples: - default: *523 + default: *524 headers: Link: *48 '304': *34 @@ -89010,7 +89011,7 @@ paths: - docker - nuget - container - - *524 + - *525 - *17 - *16 responses: @@ -89022,8 +89023,8 @@ paths: type: array items: *160 examples: - default: *525 - '400': *526 + default: *526 + '400': *527 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -89052,7 +89053,7 @@ paths: application/json: schema: *160 examples: - default: &537 + default: &538 value: id: 40201 name: octo-name @@ -89504,9 +89505,9 @@ paths: application/json: schema: type: array - items: *513 + items: *514 examples: - default: *527 + default: *528 headers: Link: *48 '304': *34 @@ -89619,7 +89620,7 @@ paths: type: array items: *50 examples: - default: &534 + default: &535 summary: Default response value: - id: 1296269 @@ -89971,9 +89972,9 @@ paths: application/json: schema: type: array - items: *392 + items: *393 examples: - default: *528 + default: *529 headers: Link: *48 '304': *34 @@ -90052,7 +90053,7 @@ paths: application/json: schema: type: array - items: &529 + items: &530 title: Social account description: Social media account type: object @@ -90069,7 +90070,7 @@ paths: - provider - url examples: - default: &530 + default: &531 value: - provider: twitter url: https://twitter.com/github @@ -90132,9 +90133,9 @@ paths: application/json: schema: type: array - items: *529 + items: *530 examples: - default: *530 + default: *531 '422': *14 '304': *34 '404': *5 @@ -90222,7 +90223,7 @@ paths: application/json: schema: type: array - items: &531 + items: &532 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -90242,7 +90243,7 @@ paths: - title - created_at examples: - default: &544 + default: &545 value: - key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -90309,9 +90310,9 @@ paths: description: Response content: application/json: - schema: *531 + schema: *532 examples: - default: &532 + default: &533 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -90342,7 +90343,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/ssh-signing-keys#get-an-ssh-signing-key-for-the-authenticated-user parameters: - - &533 + - &534 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -90354,9 +90355,9 @@ paths: description: Response content: application/json: - schema: *531 + schema: *532 examples: - default: *532 + default: *533 '404': *5 '304': *34 '403': *26 @@ -90379,7 +90380,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/ssh-signing-keys#delete-an-ssh-signing-key-for-the-authenticated-user parameters: - - *533 + - *534 responses: '204': description: Response @@ -90408,7 +90409,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &545 + - &546 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 @@ -90433,11 +90434,11 @@ paths: type: array items: *50 examples: - default-response: *534 + default-response: *535 application/vnd.github.v3.star+json: schema: type: array - items: &546 + items: &547 title: Starred Repository description: Starred Repository type: object @@ -90794,7 +90795,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#list-users parameters: - - *535 + - *536 - *16 responses: '200': @@ -90841,8 +90842,8 @@ paths: application/json: schema: oneOf: + - *509 - *508 - - *507 examples: default-response: summary: Default response @@ -90949,7 +90950,7 @@ paths: type: array items: *160 examples: - default: *525 + default: *526 '403': *26 '401': *22 x-github: @@ -91345,9 +91346,9 @@ paths: application/json: schema: type: array - items: *514 + items: *515 examples: - default: *536 + default: *537 headers: Link: *48 x-github: @@ -91456,7 +91457,7 @@ paths: application/json: schema: *19 examples: - default: *389 + default: *390 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -91534,7 +91535,7 @@ paths: type: array items: *150 examples: - default: *523 + default: *524 headers: Link: *48 x-github: @@ -91573,7 +91574,7 @@ paths: - docker - nuget - container - - *524 + - *525 - *109 - *17 - *16 @@ -91586,10 +91587,10 @@ paths: type: array items: *160 examples: - default: *525 + default: *526 '403': *26 '401': *22 - '400': *526 + '400': *527 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -91619,7 +91620,7 @@ paths: application/json: schema: *160 examples: - default: *537 + default: *538 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -92207,9 +92208,9 @@ paths: description: Response content: application/json: - schema: *538 + schema: *539 examples: - default: *539 + default: *540 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -92237,9 +92238,9 @@ paths: description: Response content: application/json: - schema: *540 + schema: *541 examples: - default: *541 + default: *542 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -92267,9 +92268,9 @@ paths: description: Response content: application/json: - schema: *542 + schema: *543 examples: - default: *543 + default: *544 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -92297,9 +92298,9 @@ paths: application/json: schema: type: array - items: *529 + items: *530 examples: - default: *530 + default: *531 headers: Link: *48 x-github: @@ -92329,9 +92330,9 @@ paths: application/json: schema: type: array - items: *531 + items: *532 examples: - default: *544 + default: *545 headers: Link: *48 x-github: @@ -92356,7 +92357,7 @@ paths: url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-a-user parameters: - *109 - - *545 + - *546 - *36 - *16 - *17 @@ -92368,11 +92369,11 @@ paths: schema: anyOf: - type: array - items: *546 + items: *547 - type: array items: *50 examples: - default-response: *534 + default-response: *535 headers: Link: *48 x-github: @@ -92532,7 +92533,7 @@ webhooks: type: string enum: - disabled - enterprise: &547 + enterprise: &548 title: Enterprise description: | An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -92601,7 +92602,7 @@ webhooks: - created_at - updated_at - avatar_url - installation: &548 + installation: &549 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -92622,7 +92623,7 @@ webhooks: required: - id - node_id - organization: &549 + organization: &550 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -92695,7 +92696,7 @@ webhooks: - public_members_url - avatar_url - description - repository: &550 + repository: &551 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property @@ -93530,7 +93531,7 @@ webhooks: - watchers_count - created_at - updated_at - sender: &551 + sender: &552 title: Simple User description: The GitHub user that triggered the event. This property is included in every webhook payload. @@ -93723,11 +93724,11 @@ webhooks: type: string enum: - enabled - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 - sender: *551 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 + sender: *552 required: - action - repository @@ -93802,10 +93803,10 @@ webhooks: type: string enum: - created - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 rule: title: branch protection rule description: The branch protection rule. Includes a `name` and all @@ -93936,7 +93937,7 @@ webhooks: - required_conversation_resolution_level - authorized_actors_only - authorized_actor_names - sender: *551 + sender: *552 required: - action - rule @@ -94012,10 +94013,10 @@ webhooks: type: string enum: - deleted - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 rule: title: branch protection rule description: The branch protection rule. Includes a `name` and all @@ -94146,7 +94147,7 @@ webhooks: - required_conversation_resolution_level - authorized_actors_only - authorized_actor_names - sender: *551 + sender: *552 required: - action - rule @@ -94293,10 +94294,10 @@ webhooks: - everyone required: - from - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 rule: title: branch protection rule description: The branch protection rule. Includes a `name` and all @@ -94427,7 +94428,7 @@ webhooks: - required_conversation_resolution_level - authorized_actors_only - authorized_actor_names - sender: *551 + sender: *552 required: - action - rule @@ -94509,7 +94510,7 @@ webhooks: type: string enum: - completed - check_run: &553 + check_run: &554 title: CheckRun description: A check performed on the code of a given code change type: object @@ -94622,7 +94623,7 @@ webhooks: - examples: - neutral - deployment: *552 + deployment: *553 details_url: type: string examples: @@ -94720,10 +94721,10 @@ webhooks: - output - app - pull_requests - installation: *548 - organization: *549 - repository: *550 - sender: *551 + installation: *549 + organization: *550 + repository: *551 + sender: *552 required: - check_run - repository @@ -95114,11 +95115,11 @@ webhooks: type: string enum: - created - check_run: *553 - installation: *548 - organization: *549 - repository: *550 - sender: *551 + check_run: *554 + installation: *549 + organization: *550 + repository: *551 + sender: *552 required: - check_run - repository @@ -95512,10 +95513,10 @@ webhooks: type: string enum: - requested_action - check_run: *553 - installation: *548 - organization: *549 - repository: *550 + check_run: *554 + installation: *549 + organization: *550 + repository: *551 requested_action: description: The action requested by the user. type: object @@ -95524,7 +95525,7 @@ webhooks: description: The integrator reference of the action requested by the user. type: string - sender: *551 + sender: *552 required: - action - check_run @@ -95919,11 +95920,11 @@ webhooks: type: string enum: - rerequested - check_run: *553 - installation: *548 - organization: *549 - repository: *550 - sender: *551 + check_run: *554 + installation: *549 + organization: *550 + repository: *551 + sender: *552 required: - check_run - repository @@ -96906,11 +96907,11 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 - sender: *551 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 + sender: *552 required: - action - check_suite @@ -97586,11 +97587,11 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 - sender: *551 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 + sender: *552 required: - action - check_suite @@ -98260,11 +98261,11 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 - sender: *551 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 + sender: *552 required: - action - check_suite @@ -98573,16 +98574,16 @@ webhooks: 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: *547 - installation: *548 - organization: *549 + enterprise: *548 + installation: *549 + organization: *550 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - repository: *550 - sender: *551 + repository: *551 + sender: *552 required: - action - alert @@ -98912,16 +98913,16 @@ webhooks: 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: *547 - installation: *548 - organization: *549 + enterprise: *548 + installation: *549 + organization: *550 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - repository: *550 - sender: *551 + repository: *551 + sender: *552 required: - action - alert @@ -99195,16 +99196,16 @@ webhooks: 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: *547 - installation: *548 - organization: *549 + enterprise: *548 + installation: *549 + organization: *550 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - repository: *550 - sender: *551 + repository: *551 + sender: *552 required: - action - alert @@ -99538,16 +99539,16 @@ webhooks: 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: *547 - installation: *548 - organization: *549 + enterprise: *548 + installation: *549 + organization: *550 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - repository: *550 - sender: *551 + repository: *551 + sender: *552 required: - action - alert @@ -99815,9 +99816,9 @@ webhooks: type: - string - 'null' - enterprise: *547 - installation: *548 - organization: *549 + enterprise: *548 + installation: *549 + organization: *550 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event @@ -99825,8 +99826,8 @@ webhooks: type: - string - 'null' - repository: *550 - sender: *551 + repository: *551 + sender: *552 required: - action - alert @@ -100062,16 +100063,16 @@ webhooks: 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: *547 - installation: *548 - organization: *549 + enterprise: *548 + installation: *549 + organization: *550 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - repository: *550 - sender: *551 + repository: *551 + sender: *552 required: - action - alert @@ -100329,11 +100330,11 @@ webhooks: - updated_at - author_association - body - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 - sender: *551 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 + sender: *552 required: - action - comment @@ -100413,13 +100414,13 @@ webhooks: type: - string - 'null' - enterprise: *547 - installation: *548 + enterprise: *548 + installation: *549 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *549 + organization: *550 pusher_type: description: The pusher type for the event. Can be either `user` or a deploy key. @@ -100434,8 +100435,8 @@ webhooks: enum: - tag - branch - repository: *550 - sender: *551 + repository: *551 + sender: *552 required: - ref - ref_type @@ -100517,10 +100518,10 @@ webhooks: enum: - created definition: *175 - enterprise: *547 - installation: *548 - organization: *549 - sender: *551 + enterprise: *548 + installation: *549 + organization: *550 + sender: *552 required: - action - definition @@ -100604,10 +100605,10 @@ webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *547 - installation: *548 - organization: *549 - sender: *551 + enterprise: *548 + installation: *549 + organization: *550 + sender: *552 required: - action - definition @@ -100684,10 +100685,10 @@ webhooks: enum: - updated definition: *175 - enterprise: *547 - installation: *548 - organization: *549 - sender: *551 + enterprise: *548 + installation: *549 + organization: *550 + sender: *552 required: - action - definition @@ -100763,11 +100764,11 @@ webhooks: type: string enum: - updated - enterprise: *547 - installation: *548 - repository: *550 - organization: *549 - sender: *551 + enterprise: *548 + installation: *549 + repository: *551 + organization: *550 + sender: *552 new_property_values: type: array description: The new custom property values for the repository. @@ -100850,9 +100851,9 @@ webhooks: title: delete event type: object properties: - enterprise: *547 - installation: *548 - organization: *549 + enterprise: *548 + installation: *549 + organization: *550 pusher_type: description: The pusher type for the event. Can be either `user` or a deploy key. @@ -100867,8 +100868,8 @@ webhooks: enum: - tag - branch - repository: *550 - sender: *551 + repository: *551 + sender: *552 required: - ref - ref_type @@ -100951,11 +100952,11 @@ webhooks: enum: - auto_dismissed alert: *350 - installation: *548 - organization: *549 - enterprise: *547 - repository: *550 - sender: *551 + installation: *549 + organization: *550 + enterprise: *548 + repository: *551 + sender: *552 required: - action - alert @@ -101038,11 +101039,11 @@ webhooks: enum: - auto_reopened alert: *350 - installation: *548 - organization: *549 - enterprise: *547 - repository: *550 - sender: *551 + installation: *549 + organization: *550 + enterprise: *548 + repository: *551 + sender: *552 required: - action - alert @@ -101125,11 +101126,11 @@ webhooks: enum: - created alert: *350 - installation: *548 - organization: *549 - enterprise: *547 - repository: *550 - sender: *551 + installation: *549 + organization: *550 + enterprise: *548 + repository: *551 + sender: *552 required: - action - alert @@ -101210,11 +101211,11 @@ webhooks: enum: - dismissed alert: *350 - installation: *548 - organization: *549 - enterprise: *547 - repository: *550 - sender: *551 + installation: *549 + organization: *550 + enterprise: *548 + repository: *551 + sender: *552 required: - action - alert @@ -101295,11 +101296,11 @@ webhooks: enum: - fixed alert: *350 - installation: *548 - organization: *549 - enterprise: *547 - repository: *550 - sender: *551 + installation: *549 + organization: *550 + enterprise: *548 + repository: *551 + sender: *552 required: - action - alert @@ -101381,11 +101382,11 @@ webhooks: enum: - reintroduced alert: *350 - installation: *548 - organization: *549 - enterprise: *547 - repository: *550 - sender: *551 + installation: *549 + organization: *550 + enterprise: *548 + repository: *551 + sender: *552 required: - action - alert @@ -101466,11 +101467,11 @@ webhooks: enum: - reopened alert: *350 - installation: *548 - organization: *549 - enterprise: *547 - repository: *550 - sender: *551 + installation: *549 + organization: *550 + enterprise: *548 + repository: *551 + sender: *552 required: - action - alert @@ -101546,8 +101547,8 @@ webhooks: type: string enum: - created - enterprise: *547 - installation: *548 + enterprise: *548 + installation: *549 key: description: The [`deploy key`](https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. @@ -101584,9 +101585,9 @@ webhooks: - verified - created_at - read_only - organization: *549 - repository: *550 - sender: *551 + organization: *550 + repository: *551 + sender: *552 required: - action - key @@ -101662,8 +101663,8 @@ webhooks: type: string enum: - deleted - enterprise: *547 - installation: *548 + enterprise: *548 + installation: *549 key: description: The [`deploy key`](https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. @@ -101700,9 +101701,9 @@ webhooks: - verified - created_at - read_only - organization: *549 - repository: *550 - sender: *551 + organization: *550 + repository: *551 + sender: *552 required: - action - key @@ -102269,11 +102270,11 @@ webhooks: - updated_at - statuses_url - repository_url - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 - sender: *551 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 + sender: *552 workflow: title: Workflow type: @@ -103011,11 +103012,11 @@ webhooks: deployment: *356 pull_requests: type: array - items: *435 - repository: *550 - organization: *549 - installation: *548 - sender: *551 + items: *436 + repository: *551 + organization: *550 + installation: *549 + sender: *552 responses: '200': description: Return a 200 status to indicate that the data was received @@ -103126,10 +103127,10 @@ webhooks: type: string comment: type: string - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 reviewers: type: array items: @@ -103208,7 +103209,7 @@ webhooks: type: string enum: - User - sender: *551 + sender: *552 since: type: string workflow_job_run: @@ -103990,10 +103991,10 @@ webhooks: type: string comment: type: string - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 reviewers: type: array items: @@ -104072,7 +104073,7 @@ webhooks: type: string enum: - User - sender: *551 + sender: *552 since: type: string workflow_job_run: @@ -104813,12 +104814,12 @@ webhooks: type: string enum: - requested - enterprise: *547 + enterprise: *548 environment: type: string - installation: *548 - organization: *549 - repository: *550 + installation: *549 + organization: *550 + repository: *551 requestor: title: User type: @@ -104966,7 +104967,7 @@ webhooks: enum: - User - Team - sender: *551 + sender: *552 since: type: string workflow_job_run: @@ -106738,11 +106739,11 @@ webhooks: - updated_at - deployment_url - repository_url - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 - sender: *551 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 + sender: *552 workflow: title: Workflow type: @@ -107627,7 +107628,7 @@ webhooks: - created_at - updated_at - body - discussion: &554 + discussion: &555 title: Discussion description: A Discussion in a repository. type: object @@ -107937,11 +107938,11 @@ webhooks: - author_association - active_lock_reason - body - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 - sender: *551 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 + sender: *552 required: - action - discussion @@ -108066,12 +108067,12 @@ webhooks: - from required: - category - discussion: *554 - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 - sender: *551 + discussion: *555 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 + sender: *552 required: - action - changes @@ -108152,12 +108153,12 @@ webhooks: type: string enum: - closed - discussion: *554 - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 - sender: *551 + discussion: *555 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 + sender: *552 required: - action - discussion @@ -108394,12 +108395,12 @@ webhooks: - updated_at - body - reactions - discussion: *554 - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 - sender: *551 + discussion: *555 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 + sender: *552 required: - action - comment @@ -108637,12 +108638,12 @@ webhooks: - updated_at - body - reactions - discussion: *554 - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 - sender: *551 + discussion: *555 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 + sender: *552 required: - action - comment @@ -108892,12 +108893,12 @@ webhooks: - updated_at - body - reactions - discussion: *554 - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 - sender: *551 + discussion: *555 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 + sender: *552 required: - action - changes @@ -109414,11 +109415,11 @@ webhooks: - answer_html_url - answer_chosen_at - answer_chosen_by - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 - sender: *551 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 + sender: *552 required: - action - discussion @@ -109498,12 +109499,12 @@ webhooks: type: string enum: - deleted - discussion: *554 - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 - sender: *551 + discussion: *555 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 + sender: *552 required: - action - discussion @@ -109601,12 +109602,12 @@ webhooks: type: string required: - from - discussion: *554 - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 - sender: *551 + discussion: *555 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 + sender: *552 required: - action - discussion @@ -109686,9 +109687,9 @@ webhooks: type: string enum: - labeled - discussion: *554 - enterprise: *547 - installation: *548 + discussion: *555 + enterprise: *548 + installation: *549 label: title: Label type: object @@ -109722,9 +109723,9 @@ webhooks: - color - default - description - organization: *549 - repository: *550 - sender: *551 + organization: *550 + repository: *551 + sender: *552 required: - action - discussion @@ -109805,12 +109806,12 @@ webhooks: type: string enum: - locked - discussion: *554 - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 - sender: *551 + discussion: *555 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 + sender: *552 required: - action - discussion @@ -109890,12 +109891,12 @@ webhooks: type: string enum: - pinned - discussion: *554 - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 - sender: *551 + discussion: *555 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 + sender: *552 required: - action - discussion @@ -109975,12 +109976,12 @@ webhooks: type: string enum: - reopened - discussion: *554 - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 - sender: *551 + discussion: *555 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 + sender: *552 required: - action - discussion @@ -110063,17 +110064,17 @@ webhooks: changes: type: object properties: - new_discussion: *554 - new_repository: *550 + new_discussion: *555 + new_repository: *551 required: - new_discussion - new_repository - discussion: *554 - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 - sender: *551 + discussion: *555 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 + sender: *552 required: - action - changes @@ -110154,7 +110155,7 @@ webhooks: type: string enum: - unanswered - discussion: *554 + discussion: *555 old_answer: type: object properties: @@ -110312,9 +110313,9 @@ webhooks: - created_at - updated_at - body - organization: *549 - repository: *550 - sender: *551 + organization: *550 + repository: *551 + sender: *552 required: - action - discussion @@ -110394,9 +110395,9 @@ webhooks: type: string enum: - unlabeled - discussion: *554 - enterprise: *547 - installation: *548 + discussion: *555 + enterprise: *548 + installation: *549 label: title: Label type: object @@ -110430,9 +110431,9 @@ webhooks: - color - default - description - organization: *549 - repository: *550 - sender: *551 + organization: *550 + repository: *551 + sender: *552 required: - action - discussion @@ -110513,12 +110514,12 @@ webhooks: type: string enum: - unlocked - discussion: *554 - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 - sender: *551 + discussion: *555 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 + sender: *552 required: - action - discussion @@ -110598,12 +110599,12 @@ webhooks: type: string enum: - unpinned - discussion: *554 - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 - sender: *551 + discussion: *555 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 + sender: *552 required: - action - discussion @@ -110675,7 +110676,7 @@ webhooks: description: A user forks a repository. type: object properties: - enterprise: *547 + enterprise: *548 forkee: description: The created [`repository`](https://docs.github.com/rest/repos/repos#get-a-repository) resource. @@ -111356,10 +111357,10 @@ webhooks: type: integer watchers_count: type: integer - installation: *548 - organization: *549 - repository: *550 - sender: *551 + installation: *549 + organization: *550 + repository: *551 + sender: *552 required: - forkee - repository @@ -111437,7 +111438,7 @@ webhooks: type: string enum: - revoked - sender: *551 + sender: *552 required: - action - sender @@ -111504,9 +111505,9 @@ webhooks: title: gollum event type: object properties: - enterprise: *547 - installation: *548 - organization: *549 + enterprise: *548 + installation: *549 + organization: *550 pages: description: The pages that were updated. type: array @@ -111544,8 +111545,8 @@ webhooks: - action - sha - html_url - repository: *550 - sender: *551 + repository: *551 + sender: *552 required: - pages - repository @@ -111620,9 +111621,9 @@ webhooks: type: string enum: - created - enterprise: *547 + enterprise: *548 installation: *19 - organization: *549 + organization: *550 repositories: description: An array of repository objects that the installation can access. @@ -111649,7 +111650,7 @@ webhooks: - name - full_name - private - repository: *550 + repository: *551 requester: title: User type: @@ -111719,7 +111720,7 @@ webhooks: required: - login - id - sender: *551 + sender: *552 required: - action - installation @@ -111793,9 +111794,9 @@ webhooks: type: string enum: - deleted - enterprise: *547 + enterprise: *548 installation: *19 - organization: *549 + organization: *550 repositories: description: An array of repository objects that the installation can access. @@ -111822,11 +111823,11 @@ webhooks: - name - full_name - private - repository: *550 + repository: *551 requester: type: - 'null' - sender: *551 + sender: *552 required: - action - installation @@ -111899,9 +111900,9 @@ webhooks: type: string enum: - new_permissions_accepted - enterprise: *547 + enterprise: *548 installation: *19 - organization: *549 + organization: *550 repositories: description: An array of repository objects that the installation can access. @@ -111928,11 +111929,11 @@ webhooks: - name - full_name - private - repository: *550 + repository: *551 requester: type: - 'null' - sender: *551 + sender: *552 required: - action - installation @@ -112005,9 +112006,9 @@ webhooks: type: string enum: - added - enterprise: *547 + enterprise: *548 installation: *19 - organization: *549 + organization: *550 repositories_added: description: An array of repository objects, which were added to the installation. @@ -112054,7 +112055,7 @@ webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *550 + repository: *551 repository_selection: description: Describe whether all repositories have been selected or there's a selection involved @@ -112131,7 +112132,7 @@ webhooks: required: - login - id - sender: *551 + sender: *552 required: - action - installation @@ -112209,9 +112210,9 @@ webhooks: type: string enum: - removed - enterprise: *547 + enterprise: *548 installation: *19 - organization: *549 + organization: *550 repositories_added: description: An array of repository objects, which were added to the installation. @@ -112264,7 +112265,7 @@ webhooks: - name - full_name - private - repository: *550 + repository: *551 repository_selection: description: Describe whether all repositories have been selected or there's a selection involved @@ -112341,7 +112342,7 @@ webhooks: required: - login - id - sender: *551 + sender: *552 required: - action - installation @@ -112419,9 +112420,9 @@ webhooks: type: string enum: - suspend - enterprise: *547 + enterprise: *548 installation: *19 - organization: *549 + organization: *550 repositories: description: An array of repository objects that the installation can access. @@ -112448,11 +112449,11 @@ webhooks: - name - full_name - private - repository: *550 + repository: *551 requester: type: - 'null' - sender: *551 + sender: *552 required: - action - installation @@ -112628,11 +112629,11 @@ webhooks: type: string required: - from - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 - sender: *551 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 + sender: *552 target_type: type: string required: @@ -112710,9 +112711,9 @@ webhooks: type: string enum: - unsuspend - enterprise: *547 + enterprise: *548 installation: *19 - organization: *549 + organization: *550 repositories: description: An array of repository objects that the installation can access. @@ -112739,11 +112740,11 @@ webhooks: - name - full_name - private - repository: *550 + repository: *551 requester: type: - 'null' - sender: *551 + sender: *552 required: - action - installation @@ -112984,8 +112985,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *547 - installation: *548 + enterprise: *548 + installation: *549 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -114147,9 +114148,9 @@ webhooks: - state - locked - assignee - organization: *549 - repository: *550 - sender: *551 + organization: *550 + repository: *551 + sender: *552 required: - action - issue @@ -114395,8 +114396,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *547 - installation: *548 + enterprise: *548 + installation: *549 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -115554,9 +115555,9 @@ webhooks: - state - locked - assignee - organization: *549 - repository: *550 - sender: *551 + organization: *550 + repository: *551 + sender: *552 required: - action - issue @@ -115814,8 +115815,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *547 - installation: *548 + enterprise: *548 + installation: *549 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -116976,9 +116977,9 @@ webhooks: - state - locked - assignee - organization: *549 - repository: *550 - sender: *551 + organization: *550 + repository: *551 + sender: *552 required: - action - changes @@ -117128,8 +117129,8 @@ webhooks: required: - login - id - enterprise: *547 - installation: *548 + enterprise: *548 + installation: *549 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -118049,9 +118050,9 @@ webhooks: - active_lock_reason - body - reactions - organization: *549 - repository: *550 - sender: *551 + organization: *550 + repository: *551 + sender: *552 required: - action - issue @@ -118130,8 +118131,8 @@ webhooks: type: string enum: - closed - enterprise: *547 - installation: *548 + enterprise: *548 + installation: *549 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -119195,9 +119196,9 @@ webhooks: required: - state - closed_at - organization: *549 - repository: *550 - sender: *551 + organization: *550 + repository: *551 + sender: *552 required: - action - issue @@ -119275,8 +119276,8 @@ webhooks: type: string enum: - deleted - enterprise: *547 - installation: *548 + enterprise: *548 + installation: *549 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -120190,9 +120191,9 @@ webhooks: - active_lock_reason - body - reactions - organization: *549 - repository: *550 - sender: *551 + organization: *550 + repository: *551 + sender: *552 required: - action - issue @@ -120270,8 +120271,8 @@ webhooks: type: string enum: - demilestoned - enterprise: *547 - installation: *548 + enterprise: *548 + installation: *549 issue: allOf: - title: Issue @@ -121606,9 +121607,9 @@ webhooks: - updated_at - due_on - closed_at - organization: *549 - repository: *550 - sender: *551 + organization: *550 + repository: *551 + sender: *552 required: - action - issue @@ -121706,8 +121707,8 @@ webhooks: type: string required: - from - enterprise: *547 - installation: *548 + enterprise: *548 + installation: *549 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -122661,9 +122662,9 @@ webhooks: - color - default - description - organization: *549 - repository: *550 - sender: *551 + organization: *550 + repository: *551 + sender: *552 required: - action - changes @@ -122742,8 +122743,8 @@ webhooks: type: string enum: - labeled - enterprise: *547 - installation: *548 + enterprise: *548 + installation: *549 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -123696,9 +123697,9 @@ webhooks: - color - default - description - organization: *549 - repository: *550 - sender: *551 + organization: *550 + repository: *551 + sender: *552 required: - action - issue @@ -123777,8 +123778,8 @@ webhooks: type: string enum: - locked - enterprise: *547 - installation: *548 + enterprise: *548 + installation: *549 issue: allOf: - title: Issue @@ -124839,9 +124840,9 @@ webhooks: required: - locked - active_lock_reason - organization: *549 - repository: *550 - sender: *551 + organization: *550 + repository: *551 + sender: *552 required: - action - issue @@ -124919,8 +124920,8 @@ webhooks: type: string enum: - milestoned - enterprise: *547 - installation: *548 + enterprise: *548 + installation: *549 issue: allOf: - title: Issue @@ -126251,9 +126252,9 @@ webhooks: - updated_at - due_on - closed_at - organization: *549 - repository: *550 - sender: *551 + organization: *550 + repository: *551 + sender: *552 required: - action - issue @@ -127724,8 +127725,8 @@ webhooks: required: - old_issue - old_repository - enterprise: *547 - installation: *548 + enterprise: *548 + installation: *549 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -128643,9 +128644,9 @@ webhooks: - active_lock_reason - body - reactions - organization: *549 - repository: *550 - sender: *551 + organization: *550 + repository: *551 + sender: *552 required: - action - issue @@ -128724,8 +128725,8 @@ webhooks: type: string enum: - pinned - enterprise: *547 - installation: *548 + enterprise: *548 + installation: *549 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -129638,9 +129639,9 @@ webhooks: - active_lock_reason - body - reactions - organization: *549 - repository: *550 - sender: *551 + organization: *550 + repository: *551 + sender: *552 required: - action - issue @@ -129718,8 +129719,8 @@ webhooks: type: string enum: - reopened - enterprise: *547 - installation: *548 + enterprise: *548 + installation: *549 issue: allOf: - title: Issue @@ -130779,9 +130780,9 @@ webhooks: type: string required: - state - organization: *549 - repository: *550 - sender: *551 + organization: *550 + repository: *551 + sender: *552 required: - action - issue @@ -132252,8 +132253,8 @@ webhooks: required: - new_issue - new_repository - enterprise: *547 - installation: *548 + enterprise: *548 + installation: *549 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -133166,9 +133167,9 @@ webhooks: - active_lock_reason - body - reactions - organization: *549 - repository: *550 - sender: *551 + organization: *550 + repository: *551 + sender: *552 required: - action - changes @@ -133318,8 +133319,8 @@ webhooks: required: - login - id - enterprise: *547 - installation: *548 + enterprise: *548 + installation: *549 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -134239,9 +134240,9 @@ webhooks: - active_lock_reason - body - reactions - organization: *549 - repository: *550 - sender: *551 + organization: *550 + repository: *551 + sender: *552 required: - action - issue @@ -134319,8 +134320,8 @@ webhooks: type: string enum: - unlabeled - enterprise: *547 - installation: *548 + enterprise: *548 + installation: *549 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -135273,9 +135274,9 @@ webhooks: - color - default - description - organization: *549 - repository: *550 - sender: *551 + organization: *550 + repository: *551 + sender: *552 required: - action - issue @@ -135354,8 +135355,8 @@ webhooks: type: string enum: - unlocked - enterprise: *547 - installation: *548 + enterprise: *548 + installation: *549 issue: allOf: - title: Issue @@ -136406,9 +136407,9 @@ webhooks: required: - locked - active_lock_reason - organization: *549 - repository: *550 - sender: *551 + organization: *550 + repository: *551 + sender: *552 required: - action - issue @@ -136487,8 +136488,8 @@ webhooks: type: string enum: - unpinned - enterprise: *547 - installation: *548 + enterprise: *548 + installation: *549 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -137401,9 +137402,9 @@ webhooks: - active_lock_reason - body - reactions - organization: *549 - repository: *550 - sender: *551 + organization: *550 + repository: *551 + sender: *552 required: - action - issue @@ -137481,8 +137482,8 @@ webhooks: type: string enum: - created - enterprise: *547 - installation: *548 + enterprise: *548 + installation: *549 label: title: Label type: object @@ -137516,9 +137517,9 @@ webhooks: - color - default - description - organization: *549 - repository: *550 - sender: *551 + organization: *550 + repository: *551 + sender: *552 required: - action - label @@ -137595,8 +137596,8 @@ webhooks: type: string enum: - deleted - enterprise: *547 - installation: *548 + enterprise: *548 + installation: *549 label: title: Label type: object @@ -137630,9 +137631,9 @@ webhooks: - color - default - description - organization: *549 - repository: *550 - sender: *551 + organization: *550 + repository: *551 + sender: *552 required: - action - label @@ -137741,8 +137742,8 @@ webhooks: type: string required: - from - enterprise: *547 - installation: *548 + enterprise: *548 + installation: *549 label: title: Label type: object @@ -137776,9 +137777,9 @@ webhooks: - color - default - description - organization: *549 - repository: *550 - sender: *551 + organization: *550 + repository: *551 + sender: *552 required: - action - label @@ -137859,8 +137860,8 @@ webhooks: - cancelled effective_date: type: string - enterprise: *547 - installation: *548 + enterprise: *548 + installation: *549 marketplace_purchase: allOf: - title: Marketplace Purchase @@ -138011,7 +138012,7 @@ webhooks: type: integer required: - next_billing_date - organization: *549 + organization: *550 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -138096,8 +138097,8 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *550 - sender: *551 + repository: *551 + sender: *552 required: - action - effective_date @@ -138176,8 +138177,8 @@ webhooks: - changed effective_date: type: string - enterprise: *547 - installation: *548 + enterprise: *548 + installation: *549 marketplace_purchase: allOf: - title: Marketplace Purchase @@ -138328,7 +138329,7 @@ webhooks: type: integer required: - next_billing_date - organization: *549 + organization: *550 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -138416,8 +138417,8 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *550 - sender: *551 + repository: *551 + sender: *552 required: - action - effective_date @@ -138498,8 +138499,8 @@ webhooks: - pending_change effective_date: type: string - enterprise: *547 - installation: *548 + enterprise: *548 + installation: *549 marketplace_purchase: allOf: - title: Marketplace Purchase @@ -138650,7 +138651,7 @@ webhooks: type: integer required: - next_billing_date - organization: *549 + organization: *550 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -138736,8 +138737,8 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *550 - sender: *551 + repository: *551 + sender: *552 required: - action - effective_date @@ -138817,8 +138818,8 @@ webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *547 - installation: *548 + enterprise: *548 + installation: *549 marketplace_purchase: allOf: - title: Marketplace Purchase @@ -138910,7 +138911,7 @@ webhooks: type: string required: - next_billing_date - organization: *549 + organization: *550 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -138995,8 +138996,8 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *550 - sender: *551 + repository: *551 + sender: *552 required: - action - effective_date @@ -139075,8 +139076,8 @@ webhooks: - purchased effective_date: type: string - enterprise: *547 - installation: *548 + enterprise: *548 + installation: *549 marketplace_purchase: allOf: - title: Marketplace Purchase @@ -139227,7 +139228,7 @@ webhooks: type: integer required: - next_billing_date - organization: *549 + organization: *550 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -139312,8 +139313,8 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *550 - sender: *551 + repository: *551 + sender: *552 required: - action - effective_date @@ -139414,8 +139415,8 @@ webhooks: type: string required: - to - enterprise: *547 - installation: *548 + enterprise: *548 + installation: *549 member: title: User type: @@ -139485,9 +139486,9 @@ webhooks: required: - login - id - organization: *549 - repository: *550 - sender: *551 + organization: *550 + repository: *551 + sender: *552 required: - action - member @@ -139588,8 +139589,8 @@ webhooks: type: - string - 'null' - enterprise: *547 - installation: *548 + enterprise: *548 + installation: *549 member: title: User type: @@ -139659,9 +139660,9 @@ webhooks: required: - login - id - organization: *549 - repository: *550 - sender: *551 + organization: *550 + repository: *551 + sender: *552 required: - action - changes @@ -139739,8 +139740,8 @@ webhooks: type: string enum: - removed - enterprise: *547 - installation: *548 + enterprise: *548 + installation: *549 member: title: User type: @@ -139810,9 +139811,9 @@ webhooks: required: - login - id - organization: *549 - repository: *550 - sender: *551 + organization: *550 + repository: *551 + sender: *552 required: - action - member @@ -139889,8 +139890,8 @@ webhooks: type: string enum: - added - enterprise: *547 - installation: *548 + enterprise: *548 + installation: *549 member: title: User type: @@ -139960,8 +139961,8 @@ webhooks: required: - login - id - organization: *549 - repository: *550 + organization: *550 + repository: *551 scope: description: The scope of the membership. Currently, can only be `team`. @@ -140230,8 +140231,8 @@ webhooks: type: string enum: - removed - enterprise: *547 - installation: *548 + enterprise: *548 + installation: *549 member: title: User type: @@ -140301,8 +140302,8 @@ webhooks: required: - login - id - organization: *549 - repository: *550 + organization: *550 + repository: *551 scope: description: The scope of the membership. Currently, can only be `team`. @@ -140576,8 +140577,8 @@ webhooks: type: string enum: - checks_requested - installation: *548 - merge_group: &555 + installation: *549 + merge_group: &556 type: object title: Merge Group description: 'A group of pull requests that the merge queue has @@ -140605,9 +140606,9 @@ webhooks: - base_sha - base_ref - head_commit - organization: *549 - repository: *550 - sender: *551 + organization: *550 + repository: *551 + sender: *552 required: - action - merge_group @@ -140692,11 +140693,11 @@ webhooks: - merged - invalidated - dequeued - installation: *548 - merge_group: *555 - organization: *549 - repository: *550 - sender: *551 + installation: *549 + merge_group: *556 + organization: *550 + repository: *551 + sender: *552 required: - action - merge_group @@ -140768,7 +140769,7 @@ webhooks: type: string enum: - deleted - enterprise: *547 + enterprise: *548 hook: description: 'The modified webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -140876,13 +140877,13 @@ webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *548 - organization: *549 + installation: *549 + organization: *550 repository: anyOf: - type: 'null' - - *550 - sender: *551 + - *551 + sender: *552 required: - action - hook_id @@ -140961,8 +140962,8 @@ webhooks: type: string enum: - closed - enterprise: *547 - installation: *548 + enterprise: *548 + installation: *549 milestone: title: Milestone description: A collection of related issues and pull requests. @@ -141104,9 +141105,9 @@ webhooks: - updated_at - due_on - closed_at - organization: *549 - repository: *550 - sender: *551 + organization: *550 + repository: *551 + sender: *552 required: - action - milestone @@ -141184,8 +141185,8 @@ webhooks: type: string enum: - created - enterprise: *547 - installation: *548 + enterprise: *548 + installation: *549 milestone: title: Milestone description: A collection of related issues and pull requests. @@ -141326,9 +141327,9 @@ webhooks: - updated_at - due_on - closed_at - organization: *549 - repository: *550 - sender: *551 + organization: *550 + repository: *551 + sender: *552 required: - action - milestone @@ -141406,8 +141407,8 @@ webhooks: type: string enum: - deleted - enterprise: *547 - installation: *548 + enterprise: *548 + installation: *549 milestone: title: Milestone description: A collection of related issues and pull requests. @@ -141549,9 +141550,9 @@ webhooks: - updated_at - due_on - closed_at - organization: *549 - repository: *550 - sender: *551 + organization: *550 + repository: *551 + sender: *552 required: - action - milestone @@ -141660,8 +141661,8 @@ webhooks: type: string required: - from - enterprise: *547 - installation: *548 + enterprise: *548 + installation: *549 milestone: title: Milestone description: A collection of related issues and pull requests. @@ -141803,9 +141804,9 @@ webhooks: - updated_at - due_on - closed_at - organization: *549 - repository: *550 - sender: *551 + organization: *550 + repository: *551 + sender: *552 required: - action - changes @@ -141884,8 +141885,8 @@ webhooks: type: string enum: - opened - enterprise: *547 - installation: *548 + enterprise: *548 + installation: *549 milestone: title: Milestone description: A collection of related issues and pull requests. @@ -142026,9 +142027,9 @@ webhooks: - updated_at - due_on - closed_at - organization: *549 - repository: *550 - sender: *551 + organization: *550 + repository: *551 + sender: *552 required: - action - milestone @@ -142175,11 +142176,11 @@ webhooks: required: - login - id - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 - sender: *551 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 + sender: *552 required: - action - blocked_user @@ -142326,11 +142327,11 @@ webhooks: required: - login - id - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 - sender: *551 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 + sender: *552 required: - action - blocked_user @@ -142408,8 +142409,8 @@ webhooks: type: string enum: - deleted - enterprise: *547 - installation: *548 + enterprise: *548 + installation: *549 membership: title: Membership description: The membership between the user and the organization. @@ -142501,9 +142502,9 @@ webhooks: - role - organization_url - user - organization: *549 - repository: *550 - sender: *551 + organization: *550 + repository: *551 + sender: *552 required: - action - organization @@ -142580,8 +142581,8 @@ webhooks: type: string enum: - member_added - enterprise: *547 - installation: *548 + enterprise: *548 + installation: *549 membership: title: Membership description: The membership between the user and the organization. @@ -142673,9 +142674,9 @@ webhooks: - role - organization_url - user - organization: *549 - repository: *550 - sender: *551 + organization: *550 + repository: *551 + sender: *552 required: - action - membership @@ -142753,8 +142754,8 @@ webhooks: type: string enum: - member_invited - enterprise: *547 - installation: *548 + enterprise: *548 + installation: *549 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -142874,9 +142875,9 @@ webhooks: - inviter - team_count - invitation_teams_url - organization: *549 - repository: *550 - sender: *551 + organization: *550 + repository: *551 + sender: *552 user: title: User type: @@ -143023,8 +143024,8 @@ webhooks: type: string enum: - member_removed - enterprise: *547 - installation: *548 + enterprise: *548 + installation: *549 membership: title: Membership description: The membership between the user and the organization. @@ -143116,9 +143117,9 @@ webhooks: - role - organization_url - user - organization: *549 - repository: *550 - sender: *551 + organization: *550 + repository: *551 + sender: *552 required: - action - membership @@ -143204,8 +143205,8 @@ webhooks: properties: from: type: string - enterprise: *547 - installation: *548 + enterprise: *548 + installation: *549 membership: title: Membership description: The membership between the user and the organization. @@ -143297,9 +143298,9 @@ webhooks: - role - organization_url - user - organization: *549 - repository: *550 - sender: *551 + organization: *550 + repository: *551 + sender: *552 required: - action - organization @@ -143374,9 +143375,9 @@ webhooks: type: string enum: - published - enterprise: *547 - installation: *548 - organization: *549 + enterprise: *548 + installation: *549 + organization: *550 package: description: Information about the package. type: object @@ -143893,7 +143894,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: &556 + items: &557 title: Ruby Gems metadata type: object properties: @@ -143990,8 +143991,8 @@ webhooks: - owner - package_version - registry - repository: *550 - sender: *551 + repository: *551 + sender: *552 required: - action - package @@ -144066,9 +144067,9 @@ webhooks: type: string enum: - updated - enterprise: *547 - installation: *548 - organization: *549 + enterprise: *548 + installation: *549 + organization: *550 package: description: Information about the package. type: object @@ -144424,7 +144425,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *556 + items: *557 source_url: type: string format: uri @@ -144495,8 +144496,8 @@ webhooks: - owner - package_version - registry - repository: *550 - sender: *551 + repository: *551 + sender: *552 required: - action - package @@ -144674,13 +144675,13 @@ webhooks: - duration - created_at - updated_at - enterprise: *547 + enterprise: *548 id: type: integer - installation: *548 - organization: *549 - repository: *550 - sender: *551 + installation: *549 + organization: *550 + repository: *551 + sender: *552 required: - id - build @@ -144758,7 +144759,7 @@ webhooks: type: string enum: - approved - personal_access_token_request: &557 + personal_access_token_request: &558 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -144896,9 +144897,9 @@ webhooks: - token_expired - token_expires_at - token_last_used_at - organization: *549 - sender: *551 - installation: *548 + organization: *550 + sender: *552 + installation: *549 required: - action - personal_access_token_request @@ -144976,10 +144977,10 @@ webhooks: type: string enum: - cancelled - personal_access_token_request: *557 - organization: *549 - sender: *551 - installation: *548 + personal_access_token_request: *558 + organization: *550 + sender: *552 + installation: *549 required: - action - personal_access_token_request @@ -145056,10 +145057,10 @@ webhooks: type: string enum: - created - personal_access_token_request: *557 - organization: *549 - sender: *551 - installation: *548 + personal_access_token_request: *558 + organization: *550 + sender: *552 + installation: *549 required: - action - personal_access_token_request @@ -145136,10 +145137,10 @@ webhooks: type: string enum: - denied - personal_access_token_request: *557 - organization: *549 - sender: *551 - installation: *548 + personal_access_token_request: *558 + organization: *550 + sender: *552 + installation: *549 required: - action - personal_access_token_request @@ -145243,7 +145244,7 @@ webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *558 + last_response: *559 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -145275,9 +145276,9 @@ webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *549 - repository: *550 - sender: *551 + organization: *550 + repository: *551 + sender: *552 zen: description: Random string of GitHub zen. type: string @@ -145521,9 +145522,9 @@ webhooks: - from required: - note - enterprise: *547 - installation: *548 - organization: *549 + enterprise: *548 + installation: *549 + organization: *550 project_card: title: Project Card type: object @@ -145645,8 +145646,8 @@ webhooks: - creator - created_at - updated_at - repository: *550 - sender: *551 + repository: *551 + sender: *552 required: - action - changes @@ -145726,9 +145727,9 @@ webhooks: type: string enum: - created - enterprise: *547 - installation: *548 - organization: *549 + enterprise: *548 + installation: *549 + organization: *550 project_card: title: Project Card type: object @@ -145850,8 +145851,8 @@ webhooks: - creator - created_at - updated_at - repository: *550 - sender: *551 + repository: *551 + sender: *552 required: - action - project_card @@ -145930,9 +145931,9 @@ webhooks: type: string enum: - deleted - enterprise: *547 - installation: *548 - organization: *549 + enterprise: *548 + installation: *549 + organization: *550 project_card: title: Project Card type: object @@ -146060,8 +146061,8 @@ webhooks: repository: anyOf: - type: 'null' - - *550 - sender: *551 + - *551 + sender: *552 required: - action - project_card @@ -146154,9 +146155,9 @@ webhooks: - from required: - note - enterprise: *547 - installation: *548 - organization: *549 + enterprise: *548 + installation: *549 + organization: *550 project_card: title: Project Card type: object @@ -146278,8 +146279,8 @@ webhooks: - creator - created_at - updated_at - repository: *550 - sender: *551 + repository: *551 + sender: *552 required: - action - changes @@ -146372,9 +146373,9 @@ webhooks: - from required: - column_id - enterprise: *547 - installation: *548 - organization: *549 + enterprise: *548 + installation: *549 + organization: *550 project_card: allOf: - title: Project Card @@ -146569,8 +146570,8 @@ webhooks: type: string required: - after_id - repository: *550 - sender: *551 + repository: *551 + sender: *552 required: - action - project_card @@ -146649,9 +146650,9 @@ webhooks: type: string enum: - closed - enterprise: *547 - installation: *548 - organization: *549 + enterprise: *548 + installation: *549 + organization: *550 project: title: Project type: object @@ -146777,8 +146778,8 @@ webhooks: - creator - created_at - updated_at - repository: *550 - sender: *551 + repository: *551 + sender: *552 required: - action - project @@ -146857,9 +146858,9 @@ webhooks: type: string enum: - created - enterprise: *547 - installation: *548 - organization: *549 + enterprise: *548 + installation: *549 + organization: *550 project_column: title: Project Column type: object @@ -146900,8 +146901,8 @@ webhooks: - name - created_at - updated_at - repository: *550 - sender: *551 + repository: *551 + sender: *552 required: - action - project_column @@ -146979,9 +146980,9 @@ webhooks: type: string enum: - deleted - enterprise: *547 - installation: *548 - organization: *549 + enterprise: *548 + installation: *549 + organization: *550 project_column: title: Project Column type: object @@ -147025,8 +147026,8 @@ webhooks: repository: anyOf: - type: 'null' - - *550 - sender: *551 + - *551 + sender: *552 required: - action - project_column @@ -147114,9 +147115,9 @@ webhooks: type: string required: - from - enterprise: *547 - installation: *548 - organization: *549 + enterprise: *548 + installation: *549 + organization: *550 project_column: title: Project Column type: object @@ -147157,8 +147158,8 @@ webhooks: - name - created_at - updated_at - repository: *550 - sender: *551 + repository: *551 + sender: *552 required: - action - changes @@ -147237,9 +147238,9 @@ webhooks: type: string enum: - moved - enterprise: *547 - installation: *548 - organization: *549 + enterprise: *548 + installation: *549 + organization: *550 project_column: title: Project Column type: object @@ -147280,8 +147281,8 @@ webhooks: - name - created_at - updated_at - repository: *550 - sender: *551 + repository: *551 + sender: *552 required: - action - project_column @@ -147360,9 +147361,9 @@ webhooks: type: string enum: - created - enterprise: *547 - installation: *548 - organization: *549 + enterprise: *548 + installation: *549 + organization: *550 project: title: Project type: object @@ -147488,8 +147489,8 @@ webhooks: - creator - created_at - updated_at - repository: *550 - sender: *551 + repository: *551 + sender: *552 required: - action - project @@ -147568,9 +147569,9 @@ webhooks: type: string enum: - deleted - enterprise: *547 - installation: *548 - organization: *549 + enterprise: *548 + installation: *549 + organization: *550 project: title: Project type: object @@ -147699,8 +147700,8 @@ webhooks: repository: anyOf: - type: 'null' - - *550 - sender: *551 + - *551 + sender: *552 required: - action - project @@ -147800,9 +147801,9 @@ webhooks: type: string required: - from - enterprise: *547 - installation: *548 - organization: *549 + enterprise: *548 + installation: *549 + organization: *550 project: title: Project type: object @@ -147928,8 +147929,8 @@ webhooks: - creator - created_at - updated_at - repository: *550 - sender: *551 + repository: *551 + sender: *552 required: - action - project @@ -148007,9 +148008,9 @@ webhooks: type: string enum: - reopened - enterprise: *547 - installation: *548 - organization: *549 + enterprise: *548 + installation: *549 + organization: *550 project: title: Project type: object @@ -148135,8 +148136,8 @@ webhooks: - creator - created_at - updated_at - repository: *550 - sender: *551 + repository: *551 + sender: *552 required: - action - project @@ -148215,9 +148216,9 @@ webhooks: type: string enum: - closed - installation: *548 - organization: *549 - projects_v2: &559 + installation: *549 + organization: *550 + projects_v2: &560 title: Projects v2 Project description: A projects v2 project type: object @@ -148285,7 +148286,7 @@ webhooks: - short_description - deleted_at - deleted_by - sender: *551 + sender: *552 required: - action - projects_v2 @@ -148364,10 +148365,10 @@ webhooks: type: string enum: - created - installation: *548 - organization: *549 - projects_v2: *559 - sender: *551 + installation: *549 + organization: *550 + projects_v2: *560 + sender: *552 required: - action - projects_v2 @@ -148446,10 +148447,10 @@ webhooks: type: string enum: - deleted - installation: *548 - organization: *549 - projects_v2: *559 - sender: *551 + installation: *549 + organization: *550 + projects_v2: *560 + sender: *552 required: - action - projects_v2 @@ -148568,10 +148569,10 @@ webhooks: type: string to: type: string - installation: *548 - organization: *549 - projects_v2: *559 - sender: *551 + installation: *549 + organization: *550 + projects_v2: *560 + sender: *552 required: - action - projects_v2 @@ -148668,9 +148669,9 @@ webhooks: - string - 'null' format: date-time - installation: *548 - organization: *549 - projects_v2_item: &560 + installation: *549 + organization: *550 + projects_v2_item: &561 title: Projects v2 Item description: An item belonging to a project type: object @@ -148716,7 +148717,7 @@ webhooks: - created_at - updated_at - archived_at - sender: *551 + sender: *552 required: - action - projects_v2_item @@ -148808,10 +148809,10 @@ webhooks: - 'null' to: type: string - installation: *548 - organization: *549 - projects_v2_item: *560 - sender: *551 + installation: *549 + organization: *550 + projects_v2_item: *561 + sender: *552 required: - action - projects_v2_item @@ -148891,10 +148892,10 @@ webhooks: type: string enum: - created - installation: *548 - organization: *549 - projects_v2_item: *560 - sender: *551 + installation: *549 + organization: *550 + projects_v2_item: *561 + sender: *552 required: - action - projects_v2_item @@ -148973,10 +148974,10 @@ webhooks: type: string enum: - deleted - installation: *548 - organization: *549 - projects_v2_item: *560 - sender: *551 + installation: *549 + organization: *550 + projects_v2_item: *561 + sender: *552 required: - action - projects_v2_item @@ -149085,10 +149086,10 @@ webhooks: - 'null' required: - body - installation: *548 - organization: *549 - projects_v2_item: *560 - sender: *551 + installation: *549 + organization: *550 + projects_v2_item: *561 + sender: *552 required: - action - projects_v2_item @@ -149183,10 +149184,10 @@ webhooks: type: - string - 'null' - installation: *548 - organization: *549 - projects_v2_item: *560 - sender: *551 + installation: *549 + organization: *550 + projects_v2_item: *561 + sender: *552 required: - action - projects_v2_item @@ -149283,10 +149284,10 @@ webhooks: - string - 'null' format: date-time - installation: *548 - organization: *549 - projects_v2_item: *560 - sender: *551 + installation: *549 + organization: *550 + projects_v2_item: *561 + sender: *552 required: - action - projects_v2_item @@ -149366,10 +149367,10 @@ webhooks: type: string enum: - reopened - installation: *548 - organization: *549 - projects_v2: *559 - sender: *551 + installation: *549 + organization: *550 + projects_v2: *560 + sender: *552 required: - action - projects_v2 @@ -149439,11 +149440,11 @@ webhooks: title: public event type: object properties: - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 - sender: *551 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 + sender: *552 required: - repository - sender @@ -149588,12 +149589,12 @@ webhooks: required: - login - id - enterprise: *547 - installation: *548 + enterprise: *548 + installation: *549 number: description: The pull request number. type: integer - organization: *549 + organization: *550 pull_request: title: Pull Request type: object @@ -151915,8 +151916,8 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *550 - sender: *551 + repository: *551 + sender: *552 required: - action - number @@ -151997,11 +151998,11 @@ webhooks: type: string enum: - auto_merge_disabled - enterprise: *547 - installation: *548 + enterprise: *548 + installation: *549 number: type: integer - organization: *549 + organization: *550 pull_request: title: Pull Request type: object @@ -154318,8 +154319,8 @@ webhooks: - draft reason: type: string - repository: *550 - sender: *551 + repository: *551 + sender: *552 required: - action - number @@ -154400,11 +154401,11 @@ webhooks: type: string enum: - auto_merge_enabled - enterprise: *547 - installation: *548 + enterprise: *548 + installation: *549 number: type: integer - organization: *549 + organization: *550 pull_request: title: Pull Request type: object @@ -156722,8 +156723,8 @@ webhooks: - draft reason: type: string - repository: *550 - sender: *551 + repository: *551 + sender: *552 required: - action - number @@ -156804,15 +156805,15 @@ webhooks: type: string enum: - closed - enterprise: *547 - installation: *548 + enterprise: *548 + installation: *549 number: description: The pull request number. type: integer - organization: *549 + organization: *550 pull_request: allOf: - - *435 + - *436 - type: object properties: allow_auto_merge: @@ -156874,8 +156875,8 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *550 - sender: *551 + repository: *551 + sender: *552 required: - action - number @@ -156955,15 +156956,15 @@ webhooks: type: string enum: - converted_to_draft - enterprise: *547 - installation: *548 + enterprise: *548 + installation: *549 number: description: The pull request number. type: integer - organization: *549 + organization: *550 pull_request: allOf: - - *435 + - *436 - type: object properties: allow_auto_merge: @@ -157025,8 +157026,8 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *550 - sender: *551 + repository: *551 + sender: *552 required: - action - number @@ -157105,12 +157106,12 @@ webhooks: type: string enum: - demilestoned - enterprise: *547 + enterprise: *548 milestone: *336 number: description: The pull request number. type: integer - organization: *549 + organization: *550 pull_request: title: Pull Request type: object @@ -159415,8 +159416,8 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *550 - sender: *551 + repository: *551 + sender: *552 required: - action - number @@ -159494,11 +159495,11 @@ webhooks: type: string enum: - dequeued - enterprise: *547 - installation: *548 + enterprise: *548 + installation: *549 number: type: integer - organization: *549 + organization: *550 pull_request: title: Pull Request type: object @@ -161806,8 +161807,8 @@ webhooks: - draft reason: type: string - repository: *550 - sender: *551 + repository: *551 + sender: *552 required: - action - number @@ -161930,15 +161931,15 @@ webhooks: type: string required: - from - enterprise: *547 - installation: *548 + enterprise: *548 + installation: *549 number: description: The pull request number. type: integer - organization: *549 + organization: *550 pull_request: allOf: - - *435 + - *436 - type: object properties: allow_auto_merge: @@ -162000,8 +162001,8 @@ webhooks: Please use `squash_merge_commit_title` instead. type: boolean default: false - repository: *550 - sender: *551 + repository: *551 + sender: *552 required: - action - changes @@ -162080,11 +162081,11 @@ webhooks: type: string enum: - enqueued - enterprise: *547 - installation: *548 + enterprise: *548 + installation: *549 number: type: integer - organization: *549 + organization: *550 pull_request: title: Pull Request type: object @@ -164390,8 +164391,8 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *550 - sender: *551 + repository: *551 + sender: *552 required: - action - number @@ -164470,8 +164471,8 @@ webhooks: type: string enum: - labeled - enterprise: *547 - installation: *548 + enterprise: *548 + installation: *549 label: title: Label type: object @@ -164508,7 +164509,7 @@ webhooks: number: description: The pull request number. type: integer - organization: *549 + organization: *550 pull_request: title: Pull Request type: object @@ -166831,8 +166832,8 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *550 - sender: *551 + repository: *551 + sender: *552 required: - action - number @@ -166912,12 +166913,12 @@ webhooks: type: string enum: - locked - enterprise: *547 - installation: *548 + enterprise: *548 + installation: *549 number: description: The pull request number. type: integer - organization: *549 + organization: *550 pull_request: title: Pull Request type: object @@ -169238,8 +169239,8 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *550 - sender: *551 + repository: *551 + sender: *552 required: - action - number @@ -169318,12 +169319,12 @@ webhooks: type: string enum: - milestoned - enterprise: *547 + enterprise: *548 milestone: *336 number: description: The pull request number. type: integer - organization: *549 + organization: *550 pull_request: title: Pull Request type: object @@ -171628,8 +171629,8 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *550 - sender: *551 + repository: *551 + sender: *552 required: - action - number @@ -171707,15 +171708,15 @@ webhooks: type: string enum: - opened - enterprise: *547 - installation: *548 + enterprise: *548 + installation: *549 number: description: The pull request number. type: integer - organization: *549 + organization: *550 pull_request: allOf: - - *435 + - *436 - type: object properties: allow_auto_merge: @@ -171777,8 +171778,8 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *550 - sender: *551 + repository: *551 + sender: *552 required: - action - number @@ -171858,15 +171859,15 @@ webhooks: type: string enum: - ready_for_review - enterprise: *547 - installation: *548 + enterprise: *548 + installation: *549 number: description: The pull request number. type: integer - organization: *549 + organization: *550 pull_request: allOf: - - *435 + - *436 - type: object properties: allow_auto_merge: @@ -171928,8 +171929,8 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *550 - sender: *551 + repository: *551 + sender: *552 required: - action - number @@ -172008,15 +172009,15 @@ webhooks: type: string enum: - reopened - enterprise: *547 - installation: *548 + enterprise: *548 + installation: *549 number: description: The pull request number. type: integer - organization: *549 + organization: *550 pull_request: allOf: - - *435 + - *436 - type: object properties: allow_auto_merge: @@ -172078,8 +172079,8 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *550 - sender: *551 + repository: *551 + sender: *552 required: - action - number @@ -172450,9 +172451,9 @@ webhooks: - start_side - side - reactions - enterprise: *547 - installation: *548 - organization: *549 + enterprise: *548 + installation: *549 + organization: *550 pull_request: type: object properties: @@ -174659,8 +174660,8 @@ webhooks: - _links - author_association - active_lock_reason - repository: *550 - sender: *551 + repository: *551 + sender: *552 required: - action - comment @@ -175029,9 +175030,9 @@ webhooks: - start_side - side - reactions - enterprise: *547 - installation: *548 - organization: *549 + enterprise: *548 + installation: *549 + organization: *550 pull_request: type: object properties: @@ -177226,8 +177227,8 @@ webhooks: - _links - author_association - active_lock_reason - repository: *550 - sender: *551 + repository: *551 + sender: *552 required: - action - comment @@ -177608,9 +177609,9 @@ webhooks: - start_side - side - reactions - enterprise: *547 - installation: *548 - organization: *549 + enterprise: *548 + installation: *549 + organization: *550 pull_request: type: object properties: @@ -179806,8 +179807,8 @@ webhooks: - _links - author_association - active_lock_reason - repository: *550 - sender: *551 + repository: *551 + sender: *552 required: - action - changes @@ -179887,9 +179888,9 @@ webhooks: type: string enum: - dismissed - enterprise: *547 - installation: *548 - organization: *549 + enterprise: *548 + installation: *549 + organization: *550 pull_request: title: Simple Pull Request type: object @@ -182099,7 +182100,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *550 + repository: *551 review: description: The review that was affected. type: object @@ -182251,7 +182252,7 @@ webhooks: - pull_request_url - author_association - _links - sender: *551 + sender: *552 required: - action - review @@ -182342,9 +182343,9 @@ webhooks: type: string required: - from - enterprise: *547 - installation: *548 - organization: *549 + enterprise: *548 + installation: *549 + organization: *550 pull_request: title: Simple Pull Request type: object @@ -184435,7 +184436,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *550 + repository: *551 review: description: The review that was affected. type: object @@ -184584,7 +184585,7 @@ webhooks: - pull_request_url - author_association - _links - sender: *551 + sender: *552 required: - action - changes @@ -184666,12 +184667,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *547 - installation: *548 + enterprise: *548 + installation: *549 number: description: The pull request number. type: integer - organization: *549 + organization: *550 pull_request: title: Pull Request type: object @@ -186991,7 +186992,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *550 + repository: *551 requested_reviewer: title: User type: @@ -187061,7 +187062,7 @@ webhooks: required: - login - id - sender: *551 + sender: *552 required: - requested_reviewer - action @@ -187075,12 +187076,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *547 - installation: *548 + enterprise: *548 + installation: *549 number: description: The pull request number. type: integer - organization: *549 + organization: *550 pull_request: title: Pull Request type: object @@ -189407,7 +189408,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *550 + repository: *551 requested_team: title: Team description: Groups of organization members that gives permissions @@ -189520,7 +189521,7 @@ webhooks: - members_url - repositories_url - permission - sender: *551 + sender: *552 required: - requested_team - action @@ -189602,12 +189603,12 @@ webhooks: type: string enum: - review_requested - enterprise: *547 - installation: *548 + enterprise: *548 + installation: *549 number: description: The pull request number. type: integer - organization: *549 + organization: *550 pull_request: title: Pull Request type: object @@ -191929,7 +191930,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *550 + repository: *551 requested_reviewer: title: User type: @@ -192000,7 +192001,7 @@ webhooks: required: - login - id - sender: *551 + sender: *552 required: - requested_reviewer - action @@ -192014,12 +192015,12 @@ webhooks: type: string enum: - review_requested - enterprise: *547 - installation: *548 + enterprise: *548 + installation: *549 number: description: The pull request number. type: integer - organization: *549 + organization: *550 pull_request: title: Pull Request type: object @@ -194332,7 +194333,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *550 + repository: *551 requested_team: title: Team description: Groups of organization members that gives permissions @@ -194436,7 +194437,7 @@ webhooks: required: - name - id - sender: *551 + sender: *552 required: - requested_team - action @@ -194516,9 +194517,9 @@ webhooks: type: string enum: - submitted - enterprise: *547 - installation: *548 - organization: *549 + enterprise: *548 + installation: *549 + organization: *550 pull_request: title: Simple Pull Request type: object @@ -196731,7 +196732,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *550 + repository: *551 review: description: The review that was affected. type: object @@ -196880,7 +196881,7 @@ webhooks: - pull_request_url - author_association - _links - sender: *551 + sender: *552 required: - action - review @@ -196959,9 +196960,9 @@ webhooks: type: string enum: - resolved - enterprise: *547 - installation: *548 - organization: *549 + enterprise: *548 + installation: *549 + organization: *550 pull_request: title: Simple Pull Request type: object @@ -199069,8 +199070,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *550 - sender: *551 + repository: *551 + sender: *552 thread: type: object properties: @@ -199458,9 +199459,9 @@ webhooks: type: string enum: - unresolved - enterprise: *547 - installation: *548 - organization: *549 + enterprise: *548 + installation: *549 + organization: *550 pull_request: title: Simple Pull Request type: object @@ -201551,8 +201552,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *550 - sender: *551 + repository: *551 + sender: *552 thread: type: object properties: @@ -201942,12 +201943,12 @@ webhooks: type: string before: type: string - enterprise: *547 - installation: *548 + enterprise: *548 + installation: *549 number: description: The pull request number. type: integer - organization: *549 + organization: *550 pull_request: title: Pull Request type: object @@ -204257,8 +204258,8 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *550 - sender: *551 + repository: *551 + sender: *552 required: - action - number @@ -204409,12 +204410,12 @@ webhooks: required: - login - id - enterprise: *547 - installation: *548 + enterprise: *548 + installation: *549 number: description: The pull request number. type: integer - organization: *549 + organization: *550 pull_request: title: Pull Request type: object @@ -206739,8 +206740,8 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *550 - sender: *551 + repository: *551 + sender: *552 required: - action - number @@ -206818,8 +206819,8 @@ webhooks: type: string enum: - unlabeled - enterprise: *547 - installation: *548 + enterprise: *548 + installation: *549 label: title: Label type: object @@ -206856,7 +206857,7 @@ webhooks: number: description: The pull request number. type: integer - organization: *549 + organization: *550 pull_request: title: Pull Request type: object @@ -209170,8 +209171,8 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *550 - sender: *551 + repository: *551 + sender: *552 required: - action - number @@ -209251,12 +209252,12 @@ webhooks: type: string enum: - unlocked - enterprise: *547 - installation: *548 + enterprise: *548 + installation: *549 number: description: The pull request number. type: integer - organization: *549 + organization: *550 pull_request: title: Pull Request type: object @@ -211560,8 +211561,8 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *550 - sender: *551 + repository: *551 + sender: *552 required: - action - number @@ -211762,7 +211763,7 @@ webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *547 + enterprise: *548 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -211857,8 +211858,8 @@ webhooks: - url - author - committer - installation: *548 - organization: *549 + installation: *549 + organization: *550 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -212357,7 +212358,7 @@ webhooks: - default_branch - topics - visibility - sender: *551 + sender: *552 required: - ref - before @@ -212442,9 +212443,9 @@ webhooks: type: string enum: - published - enterprise: *547 - installation: *548 - organization: *549 + enterprise: *548 + installation: *549 + organization: *550 registry_package: type: object properties: @@ -212915,7 +212916,7 @@ webhooks: type: string rubygems_metadata: type: array - items: *556 + items: *557 summary: type: string tag_name: @@ -212971,8 +212972,8 @@ webhooks: - owner - package_version - registry - repository: *550 - sender: *551 + repository: *551 + sender: *552 required: - action - registry_package @@ -213048,9 +213049,9 @@ webhooks: type: string enum: - updated - enterprise: *547 - installation: *548 - organization: *549 + enterprise: *548 + installation: *549 + organization: *550 registry_package: type: object properties: @@ -213356,7 +213357,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *556 + items: *557 summary: type: string tag_name: @@ -213406,8 +213407,8 @@ webhooks: - owner - package_version - registry - repository: *550 - sender: *551 + repository: *551 + sender: *552 required: - action - registry_package @@ -213483,9 +213484,9 @@ webhooks: type: string enum: - created - enterprise: *547 - installation: *548 - organization: *549 + enterprise: *548 + installation: *549 + organization: *550 release: title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) @@ -213800,8 +213801,8 @@ webhooks: - tarball_url - zipball_url - body - repository: *550 - sender: *551 + repository: *551 + sender: *552 required: - action - release @@ -213877,9 +213878,9 @@ webhooks: type: string enum: - deleted - enterprise: *547 - installation: *548 - organization: *549 + enterprise: *548 + installation: *549 + organization: *550 release: title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) @@ -214194,8 +214195,8 @@ webhooks: - tarball_url - zipball_url - body - repository: *550 - sender: *551 + repository: *551 + sender: *552 required: - action - release @@ -214302,9 +214303,9 @@ webhooks: type: boolean required: - to - enterprise: *547 - installation: *548 - organization: *549 + enterprise: *548 + installation: *549 + organization: *550 release: title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) @@ -214619,8 +214620,8 @@ webhooks: - tarball_url - zipball_url - body - repository: *550 - sender: *551 + repository: *551 + sender: *552 required: - action - changes @@ -214697,9 +214698,9 @@ webhooks: type: string enum: - prereleased - enterprise: *547 - installation: *548 - organization: *549 + enterprise: *548 + installation: *549 + organization: *550 release: allOf: - title: Release @@ -215110,8 +215111,8 @@ webhooks: - 'null' required: - prerelease - repository: *550 - sender: *551 + repository: *551 + sender: *552 required: - action - release @@ -215186,9 +215187,9 @@ webhooks: type: string enum: - published - enterprise: *547 - installation: *548 - organization: *549 + enterprise: *548 + installation: *549 + organization: *550 release: allOf: - title: Release @@ -215596,8 +215597,8 @@ webhooks: - 'null' required: - published_at - repository: *550 - sender: *551 + repository: *551 + sender: *552 required: - action - release @@ -215672,9 +215673,9 @@ webhooks: type: string enum: - released - enterprise: *547 - installation: *548 - organization: *549 + enterprise: *548 + installation: *549 + organization: *550 release: title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) @@ -215989,8 +215990,8 @@ webhooks: - tarball_url - zipball_url - body - repository: *550 - sender: *551 + repository: *551 + sender: *552 required: - action - release @@ -216065,9 +216066,9 @@ webhooks: type: string enum: - unpublished - enterprise: *547 - installation: *548 - organization: *549 + enterprise: *548 + installation: *549 + organization: *550 release: allOf: - title: Release @@ -216474,8 +216475,8 @@ webhooks: - 'null' required: - published_at - repository: *550 - sender: *551 + repository: *551 + sender: *552 required: - action - release @@ -216550,12 +216551,12 @@ webhooks: type: string enum: - published - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 - repository_advisory: *482 - sender: *551 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 + repository_advisory: *483 + sender: *552 required: - action - repository @@ -216630,12 +216631,12 @@ webhooks: type: string enum: - reported - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 - repository_advisory: *482 - sender: *551 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 + repository_advisory: *483 + sender: *552 required: - action - repository @@ -216710,11 +216711,11 @@ webhooks: type: string enum: - archived - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 - sender: *551 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 + sender: *552 required: - action - repository @@ -216790,11 +216791,11 @@ webhooks: type: string enum: - created - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 - sender: *551 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 + sender: *552 required: - action - repository @@ -216871,11 +216872,11 @@ webhooks: type: string enum: - deleted - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 - sender: *551 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 + sender: *552 required: - action - repository @@ -216959,11 +216960,11 @@ webhooks: - object - 'null' additionalProperties: true - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 - sender: *551 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 + sender: *552 required: - action - branch @@ -217077,11 +217078,11 @@ webhooks: - 'null' items: type: string - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 - sender: *551 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 + sender: *552 required: - action - changes @@ -217152,11 +217153,11 @@ webhooks: title: repository_import event type: object properties: - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 - sender: *551 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 + sender: *552 status: type: string enum: @@ -217236,11 +217237,11 @@ webhooks: type: string enum: - privatized - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 - sender: *551 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 + sender: *552 required: - action - repository @@ -217316,11 +217317,11 @@ webhooks: type: string enum: - publicized - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 - sender: *551 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 + sender: *552 required: - action - repository @@ -217413,11 +217414,11 @@ webhooks: - name required: - repository - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 - sender: *551 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 + sender: *552 required: - action - changes @@ -217496,12 +217497,12 @@ webhooks: type: string enum: - created - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 repository_ruleset: *187 - sender: *551 + sender: *552 required: - action - repository_ruleset @@ -217578,12 +217579,12 @@ webhooks: type: string enum: - deleted - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 repository_ruleset: *187 - sender: *551 + sender: *552 required: - action - repository_ruleset @@ -217660,10 +217661,10 @@ webhooks: type: string enum: - edited - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 repository_ruleset: *187 changes: type: object @@ -217753,7 +217754,7 @@ webhooks: properties: from: type: string - sender: *551 + sender: *552 required: - action - repository_ruleset @@ -217968,11 +217969,11 @@ webhooks: - from required: - owner - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 - sender: *551 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 + sender: *552 required: - action - changes @@ -218049,11 +218050,11 @@ webhooks: type: string enum: - unarchived - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 - sender: *551 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 + sender: *552 required: - action - repository @@ -218288,11 +218289,11 @@ webhooks: - open required: - state - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 - sender: *551 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 + sender: *552 required: - action - alert @@ -218610,11 +218611,11 @@ webhooks: - dismiss_reason - dismissed_at - state - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 - sender: *551 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 + sender: *552 required: - action - alert @@ -218849,11 +218850,11 @@ webhooks: - open required: - state - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 - sender: *551 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 + sender: *552 required: - action - alert @@ -219093,11 +219094,11 @@ webhooks: - open required: - state - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 - sender: *551 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 + sender: *552 required: - action - alert @@ -219174,7 +219175,7 @@ webhooks: type: string enum: - created - alert: &561 + alert: &562 type: object properties: number: *42 @@ -219246,11 +219247,11 @@ webhooks: format: date-time description: 'The time that push protection was bypassed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 - sender: *551 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 + sender: *552 required: - action - alert @@ -219330,12 +219331,12 @@ webhooks: type: string enum: - created - alert: *561 - installation: *548 - location: *562 - organization: *549 - repository: *550 - sender: *551 + alert: *562 + installation: *549 + location: *563 + organization: *550 + repository: *551 + sender: *552 required: - location - alert @@ -219570,12 +219571,12 @@ webhooks: type: string enum: - reopened - alert: *561 - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 - sender: *551 + alert: *562 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 + sender: *552 required: - action - alert @@ -219652,12 +219653,12 @@ webhooks: type: string enum: - resolved - alert: *561 - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 - sender: *551 + alert: *562 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 + sender: *552 required: - action - alert @@ -219734,12 +219735,12 @@ webhooks: type: string enum: - revoked - alert: *561 - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 - sender: *551 + alert: *562 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 + sender: *552 required: - action - alert @@ -219816,12 +219817,12 @@ webhooks: type: string enum: - validated - alert: *561 - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 - sender: *551 + alert: *562 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 + sender: *552 required: - action - alert @@ -219896,10 +219897,10 @@ webhooks: type: string enum: - published - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -220013,7 +220014,7 @@ webhooks: - updated_at - withdrawn_at - vulnerabilities - sender: *551 + sender: *552 required: - action - security_advisory @@ -220085,10 +220086,10 @@ webhooks: type: string enum: - updated - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -220202,7 +220203,7 @@ webhooks: - updated_at - withdrawn_at - vulnerabilities - sender: *551 + sender: *552 required: - action - security_advisory @@ -220274,10 +220275,10 @@ webhooks: type: string enum: - withdrawn - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -220389,7 +220390,7 @@ webhooks: - updated_at - withdrawn_at - vulnerabilities - sender: *551 + sender: *552 required: - action - security_advisory @@ -220463,11 +220464,11 @@ webhooks: type: object properties: security_and_analysis: *180 - enterprise: *547 - installation: *548 - organization: *549 + enterprise: *548 + installation: *549 + organization: *550 repository: *225 - sender: *551 + sender: *552 required: - changes - repository @@ -220544,11 +220545,11 @@ webhooks: type: string enum: - cancelled - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 - sender: *551 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 + sender: *552 sponsorship: type: object properties: @@ -220848,11 +220849,11 @@ webhooks: type: string enum: - created - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 - sender: *551 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 + sender: *552 sponsorship: type: object properties: @@ -221166,11 +221167,11 @@ webhooks: type: string required: - from - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 - sender: *551 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 + sender: *552 sponsorship: type: object properties: @@ -221478,11 +221479,11 @@ webhooks: event types will include the date the cancellation or tier change will take effect. type: string - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 - sender: *551 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 + sender: *552 sponsorship: type: object properties: @@ -221831,11 +221832,11 @@ webhooks: event types will include the date the cancellation or tier change will take effect. type: string - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 - sender: *551 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 + sender: *552 sponsorship: type: object properties: @@ -222182,11 +222183,11 @@ webhooks: - from required: - tier - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 - sender: *551 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 + sender: *552 sponsorship: type: object properties: @@ -222486,11 +222487,11 @@ webhooks: type: string enum: - created - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 - sender: *551 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 + sender: *552 starred_at: description: 'The time the star was created. This is a timestamp in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`. Will be `null` for @@ -222573,11 +222574,11 @@ webhooks: type: string enum: - deleted - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 - sender: *551 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 + sender: *552 starred_at: description: 'The time the star was created. This is a timestamp in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`. Will be `null` for @@ -223005,16 +223006,16 @@ webhooks: type: - string - 'null' - enterprise: *547 + enterprise: *548 id: description: The unique identifier of the status. type: integer - installation: *548 + installation: *549 name: type: string - organization: *549 - repository: *550 - sender: *551 + organization: *550 + repository: *551 + sender: *552 sha: description: The Commit SHA. type: string @@ -223116,11 +223117,11 @@ webhooks: title: team_add event type: object properties: - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 - sender: *551 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 + sender: *552 team: title: Team description: Groups of organization members that gives permissions @@ -223314,9 +223315,9 @@ webhooks: type: string enum: - added_to_repository - enterprise: *547 - installation: *548 - organization: *549 + enterprise: *548 + installation: *549 + organization: *550 repository: title: Repository description: A git repository @@ -223782,7 +223783,7 @@ webhooks: - default_branch - topics - visibility - sender: *551 + sender: *552 team: title: Team description: Groups of organization members that gives permissions @@ -223976,9 +223977,9 @@ webhooks: type: string enum: - created - enterprise: *547 - installation: *548 - organization: *549 + enterprise: *548 + installation: *549 + organization: *550 repository: title: Repository description: A git repository @@ -224444,7 +224445,7 @@ webhooks: - default_branch - topics - visibility - sender: *551 + sender: *552 team: title: Team description: Groups of organization members that gives permissions @@ -224639,9 +224640,9 @@ webhooks: type: string enum: - deleted - enterprise: *547 - installation: *548 - organization: *549 + enterprise: *548 + installation: *549 + organization: *550 repository: title: Repository description: A git repository @@ -225107,7 +225108,7 @@ webhooks: - default_branch - topics - visibility - sender: *551 + sender: *552 team: title: Team description: Groups of organization members that gives permissions @@ -225369,9 +225370,9 @@ webhooks: - from required: - permissions - enterprise: *547 - installation: *548 - organization: *549 + enterprise: *548 + installation: *549 + organization: *550 repository: title: Repository description: A git repository @@ -225837,7 +225838,7 @@ webhooks: - default_branch - topics - visibility - sender: *551 + sender: *552 team: title: Team description: Groups of organization members that gives permissions @@ -226033,9 +226034,9 @@ webhooks: type: string enum: - removed_from_repository - enterprise: *547 - installation: *548 - organization: *549 + enterprise: *548 + installation: *549 + organization: *550 repository: title: Repository description: A git repository @@ -226501,7 +226502,7 @@ webhooks: - default_branch - topics - visibility - sender: *551 + sender: *552 team: title: Team description: Groups of organization members that gives permissions @@ -226695,11 +226696,11 @@ webhooks: type: string enum: - started - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 - sender: *551 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 + sender: *552 required: - action - repository @@ -226771,18 +226772,18 @@ webhooks: title: workflow_dispatch event type: object properties: - enterprise: *547 + enterprise: *548 inputs: type: - object - 'null' additionalProperties: true - installation: *548 - organization: *549 + installation: *549 + organization: *550 ref: type: string - repository: *550 - sender: *551 + repository: *551 + sender: *552 workflow: type: string required: @@ -226863,11 +226864,11 @@ webhooks: type: string enum: - completed - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 - sender: *551 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 + sender: *552 workflow_job: allOf: - title: Workflow Job @@ -227201,11 +227202,11 @@ webhooks: type: string enum: - in_progress - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 - sender: *551 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 + sender: *552 workflow_job: allOf: - title: Workflow Job @@ -227565,11 +227566,11 @@ webhooks: type: string enum: - queued - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 - sender: *551 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 + sender: *552 workflow_job: type: object properties: @@ -227793,11 +227794,11 @@ webhooks: type: string enum: - waiting - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 - sender: *551 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 + sender: *552 workflow_job: type: object properties: @@ -228023,11 +228024,11 @@ webhooks: type: string enum: - completed - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 - sender: *551 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 + sender: *552 workflow: title: Workflow type: @@ -229539,11 +229540,11 @@ webhooks: type: string enum: - in_progress - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 - sender: *551 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 + sender: *552 workflow: title: Workflow type: @@ -231057,11 +231058,11 @@ webhooks: type: string enum: - requested - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 - sender: *551 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 + sender: *552 workflow: title: Workflow type: diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json index 69079c9491..b5d6ff5273 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json @@ -285653,9 +285653,10 @@ }, { "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)\" in the Git documentation.", + "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.", "in": "path", "required": true, + "example": "heads/feature-a", "schema": { "type": "string" }, @@ -285798,9 +285799,10 @@ }, { "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)\" in the Git documentation.", + "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.", "in": "path", "required": true, + "example": "heads/feature-a", "schema": { "type": "string" }, @@ -286143,7 +286145,7 @@ "/repos/{owner}/{repo}/git/refs/{ref}": { "patch": { "summary": "Update a reference", - "description": "", + "description": "Updates the provided reference to point to a new SHA. For more information, see \"[Git References](https://git-scm.com/book/en/v2/Git-Internals-Git-References)\" in the Git documentation.", "tags": [ "git" ], @@ -286173,10 +286175,10 @@ }, { "name": "ref", - "description": "The name of the reference to update (for example, `heads/featureA`). Can be a 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)\" in the Git documentation.", + "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.", "in": "path", "required": true, - "example": "heads/featureA", + "example": "heads/feature-a", "schema": { "type": "string" }, @@ -286371,7 +286373,7 @@ }, "delete": { "summary": "Delete a reference", - "description": "", + "description": "Deletes the provided reference.", "tags": [ "git" ], @@ -286401,9 +286403,10 @@ }, { "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)\" in the Git documentation.", + "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.", "in": "path", "required": true, + "example": "heads/feature-a", "schema": { "type": "string" }, diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml index 75db4bbf85..825ad52baa 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml @@ -974,7 +974,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/global-advisories#get-a-global-security-advisory parameters: - - &484 + - &485 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -8338,14 +8338,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &479 + state: &480 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: &480 + resolution: &481 type: - string - 'null' @@ -9084,7 +9084,7 @@ paths: - author_association - created_at - updated_at - comment: &393 + comment: &394 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -9648,7 +9648,7 @@ paths: url: type: string format: uri - user: &507 + user: &508 title: Public User description: Public User type: object @@ -13039,7 +13039,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &421 + - &422 name: all description: If `true`, show notifications marked as read. in: query @@ -13047,7 +13047,7 @@ paths: schema: type: boolean default: false - - &422 + - &423 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -13057,7 +13057,7 @@ paths: type: boolean default: false - *55 - - &423 + - &424 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: @@ -13558,7 +13558,7 @@ paths: - url - subscription_url examples: - default: &424 + default: &425 value: - id: '1' repository: @@ -14178,7 +14178,7 @@ paths: - avatar_url - description examples: - default: &523 + default: &524 value: - login: github id: 1 @@ -15238,7 +15238,7 @@ paths: type: array items: *50 examples: - default: &517 + default: &518 value: total_count: 1 repositories: @@ -21801,7 +21801,7 @@ paths: application/json: schema: *19 examples: - default: &389 + default: &390 value: id: 1 account: @@ -22028,7 +22028,7 @@ paths: required: true content: application/json: - schema: &390 + schema: &391 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration @@ -23873,7 +23873,7 @@ paths: parameters: - *81 - *154 - - &522 + - &523 name: repo_name description: repo_name parameter in: path @@ -24935,7 +24935,7 @@ paths: - nuget - container - *81 - - &524 + - &525 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -24976,7 +24976,7 @@ paths: default: *161 '403': *26 '401': *22 - '400': &526 + '400': &527 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -28561,7 +28561,7 @@ paths: type: object description: A repository rule. oneOf: - - &452 + - &453 title: creation description: Only allow users with bypass permission to create matching refs. @@ -28573,7 +28573,7 @@ paths: type: string enum: - creation - - &453 + - &454 title: update description: Only allow users with bypass permission to update matching refs. @@ -28594,7 +28594,7 @@ paths: repository required: - update_allows_fetch_and_merge - - &455 + - &456 title: deletion description: Only allow users with bypass permissions to delete matching refs. @@ -28606,7 +28606,7 @@ paths: type: string enum: - deletion - - &456 + - &457 title: required_linear_history description: Prevent merge commits from being pushed to matching refs. @@ -28618,7 +28618,7 @@ paths: type: string enum: - required_linear_history - - &457 + - &458 title: required_deployments description: Choose which environments must be successfully deployed to before refs can be pushed into a ref that @@ -28642,7 +28642,7 @@ paths: type: string required: - required_deployment_environments - - &458 + - &459 title: required_signatures description: Commits pushed to matching refs must have verified signatures. @@ -28654,7 +28654,7 @@ paths: type: string enum: - required_signatures - - &459 + - &460 title: pull_request description: Require all commits be made to a non-target branch and submitted via a pull request before they can @@ -28700,7 +28700,7 @@ paths: - require_last_push_approval - required_approving_review_count - required_review_thread_resolution - - &460 + - &461 title: required_status_checks description: Choose which status checks must pass before the ref is updated. When enabled, commits must first be @@ -28743,7 +28743,7 @@ paths: required: - required_status_checks - strict_required_status_checks_policy - - &461 + - &462 title: non_fast_forward description: Prevent users with push access from force pushing to refs. @@ -28755,7 +28755,7 @@ paths: type: string enum: - non_fast_forward - - &462 + - &463 title: commit_message_pattern description: Parameters to be used for the commit_message_pattern rule @@ -28791,7 +28791,7 @@ paths: required: - operator - pattern - - &463 + - &464 title: commit_author_email_pattern description: Parameters to be used for the commit_author_email_pattern rule @@ -28827,7 +28827,7 @@ paths: required: - operator - pattern - - &464 + - &465 title: committer_email_pattern description: Parameters to be used for the committer_email_pattern rule @@ -28863,7 +28863,7 @@ paths: required: - operator - pattern - - &465 + - &466 title: branch_name_pattern description: Parameters to be used for the branch_name_pattern rule @@ -28899,7 +28899,7 @@ paths: required: - operator - pattern - - &466 + - &467 title: tag_name_pattern description: Parameters to be used for the tag_name_pattern rule @@ -28935,7 +28935,7 @@ paths: required: - operator - pattern - - &467 + - &468 title: workflows description: Require all changes made to a targeted branch to pass the specified workflows before they can be merged. @@ -29160,7 +29160,7 @@ paths: in: query schema: type: integer - - &468 + - &469 name: time_period description: |- The time period to filter by. @@ -29176,14 +29176,14 @@ paths: - week - month default: day - - &469 + - &470 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 - - &470 + - &471 name: rule_suite_result description: The rule results to filter on. When specified, only suites with this result will be returned. @@ -29203,7 +29203,7 @@ paths: description: Response content: application/json: - schema: &471 + schema: &472 title: Rule Suites description: Response type: array @@ -29258,7 +29258,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &472 + default: &473 value: - id: 21 actor_id: 12 @@ -29302,7 +29302,7 @@ paths: url: https://docs.github.com/rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *81 - - &473 + - &474 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -29318,7 +29318,7 @@ paths: description: Response content: application/json: - schema: &474 + schema: &475 title: Rule Suite description: Response type: object @@ -29417,7 +29417,7 @@ paths: type: string description: Any associated details with the rule evaluation. examples: - default: &475 + default: &476 value: id: 21 actor_id: 12 @@ -29630,7 +29630,7 @@ paths: - *36 - *17 - *16 - - &477 + - &478 name: before description: A cursor, as given in the [Link header](https://docs.github.com/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events before this cursor. To @@ -29640,7 +29640,7 @@ paths: required: false schema: type: string - - &478 + - &479 name: after description: A cursor, as given in the [Link header](https://docs.github.com/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events after this cursor. To @@ -29730,7 +29730,7 @@ paths: application/json: schema: type: array - items: &482 + items: &483 description: A repository security advisory. type: object properties: @@ -30048,7 +30048,7 @@ paths: - private_fork additionalProperties: false examples: - default: &483 + default: &484 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -30511,7 +30511,7 @@ paths: description: Response content: application/json: - schema: &538 + schema: &539 type: object properties: total_minutes_used: @@ -30581,7 +30581,7 @@ paths: - included_minutes - minutes_used_breakdown examples: - default: &539 + default: &540 value: total_minutes_used: 305 total_paid_minutes_used: 0 @@ -30617,7 +30617,7 @@ paths: description: Response content: application/json: - schema: &540 + schema: &541 type: object properties: total_gigabytes_bandwidth_used: @@ -30635,7 +30635,7 @@ paths: - total_paid_gigabytes_bandwidth_used - included_gigabytes_bandwidth examples: - default: &541 + default: &542 value: total_gigabytes_bandwidth_used: 50 total_paid_gigabytes_bandwidth_used: 40 @@ -30667,7 +30667,7 @@ paths: description: Response content: application/json: - schema: &542 + schema: &543 type: object properties: days_left_in_billing_cycle: @@ -30685,7 +30685,7 @@ paths: - estimated_paid_storage_for_month - estimated_storage_for_month examples: - default: &543 + default: &544 value: days_left_in_billing_cycle: 20 estimated_paid_storage_for_month: 15 @@ -31543,7 +31543,7 @@ paths: - updated_at - url examples: - default: &497 + default: &498 value: - author: login: octocat @@ -31788,7 +31788,7 @@ paths: application/json: schema: *201 examples: - default: &498 + default: &499 value: author: login: octocat @@ -31977,7 +31977,7 @@ paths: - updated_at - url examples: - default: &499 + default: &500 value: - author: login: octocat @@ -32200,7 +32200,7 @@ paths: application/json: schema: *204 examples: - default: &500 + default: &501 value: author: login: octocat @@ -32809,7 +32809,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &501 + response-if-user-is-a-team-maintainer: &502 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -32872,7 +32872,7 @@ paths: application/json: schema: *211 examples: - response-if-users-membership-with-team-is-now-pending: &502 + response-if-users-membership-with-team-is-now-pending: &503 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -33012,7 +33012,7 @@ paths: - updated_at - permissions examples: - default: &503 + default: &504 value: - owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -33088,7 +33088,7 @@ paths: application/json: schema: *212 examples: - default: &504 + default: &505 value: owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -33288,7 +33288,7 @@ paths: description: Alternative response with repository permissions content: application/json: - schema: &505 + schema: &506 title: Team Repository description: A team's access to a repository. type: object @@ -34015,7 +34015,7 @@ paths: type: array items: *117 examples: - response-if-child-teams-exist: &506 + response-if-child-teams-exist: &507 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -42511,7 +42511,7 @@ paths: required: - sha - url - verification: &379 + verification: &380 title: Verification type: object properties: @@ -45737,7 +45737,7 @@ paths: check. type: array items: *293 - deployment: &552 + deployment: &553 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -49860,7 +49860,7 @@ paths: type: array items: *324 examples: - default: &512 + default: &513 value: total_count: 2 machines: @@ -50565,7 +50565,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &392 + schema: &393 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -51397,7 +51397,7 @@ paths: type: array items: *332 examples: - default: &439 + default: &440 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -51684,7 +51684,7 @@ paths: application/json: schema: type: array - items: &430 + items: &431 title: Pull Request Simple description: Pull Request Simple type: object @@ -51928,7 +51928,7 @@ paths: - review_comment - self author_association: *51 - auto_merge: &432 + auto_merge: &433 title: Auto merge description: The status of auto merging a pull request. type: @@ -51993,7 +51993,7 @@ paths: - author_association - auto_merge examples: - default: &431 + default: &432 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -52548,7 +52548,7 @@ paths: application/json: schema: *332 examples: - default: &418 + default: &419 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -53166,7 +53166,7 @@ paths: application/json: schema: type: array - items: &487 + items: &488 title: Status description: The status of a commit. type: object @@ -54124,7 +54124,7 @@ paths: - size - type - url - - &444 + - &445 title: Content File description: Content File type: object @@ -59605,7 +59605,16 @@ paths: parameters: - *214 - *215 - - *338 + - &377 + 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. + in: path + required: true + example: heads/feature-a + schema: + type: string + x-multi-segment: true responses: '200': description: Response @@ -59613,7 +59622,7 @@ paths: application/json: schema: type: array - items: &377 + items: &378 title: Git Reference description: Git references within a repository type: object @@ -59689,15 +59698,15 @@ paths: parameters: - *214 - *215 - - *338 + - *377 responses: '200': description: Response content: application/json: - schema: *377 + schema: *378 examples: - default: &378 + default: &379 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -59755,9 +59764,9 @@ paths: description: Response content: application/json: - schema: *377 + schema: *378 examples: - default: *378 + default: *379 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -59772,7 +59781,9 @@ paths: "/repos/{owner}/{repo}/git/refs/{ref}": patch: summary: Update a reference - description: '' + description: Updates the provided reference to point to a new SHA. For more + information, see "[Git References](https://git-scm.com/book/en/v2/Git-Internals-Git-References)" + in the Git documentation. tags: - git operationId: git/update-ref @@ -59782,17 +59793,7 @@ paths: parameters: - *214 - *215 - - name: ref - description: The name of the reference to update (for example, `heads/featureA`). - Can be a 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)" - in the Git documentation. - in: path - required: true - example: heads/featureA - schema: - type: string - x-multi-segment: true + - *377 requestBody: required: true content: @@ -59821,9 +59822,9 @@ paths: description: Response content: application/json: - schema: *377 + schema: *378 examples: - default: *378 + default: *379 '422': *14 x-github: githubCloudOnly: false @@ -59832,7 +59833,7 @@ paths: subcategory: refs delete: summary: Delete a reference - description: '' + description: Deletes the provided reference. tags: - git operationId: git/delete-ref @@ -59842,7 +59843,7 @@ paths: parameters: - *214 - *215 - - *338 + - *377 responses: '204': description: Response @@ -59961,7 +59962,7 @@ paths: description: Response content: application/json: - schema: &380 + schema: &381 title: Git Tag description: Metadata for a Git tag type: object @@ -60017,7 +60018,7 @@ paths: - sha - type - url - verification: *379 + verification: *380 required: - sha - url @@ -60027,7 +60028,7 @@ paths: - tag - message examples: - default: &381 + default: &382 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -60109,9 +60110,9 @@ paths: description: Response content: application/json: - schema: *380 + schema: *381 examples: - default: *381 + default: *382 '404': *5 x-github: githubCloudOnly: false @@ -60209,7 +60210,7 @@ paths: description: Response content: application/json: - schema: &382 + schema: &383 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -60350,7 +60351,7 @@ paths: description: Response content: application/json: - schema: *382 + schema: *383 examples: default-response: summary: Default response @@ -60419,7 +60420,7 @@ paths: application/json: schema: type: array - items: &383 + items: &384 title: Webhook description: Webhooks for repositories. type: object @@ -60482,7 +60483,7 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &558 + last_response: &559 title: Hook Response type: object properties: @@ -60613,9 +60614,9 @@ paths: description: Response content: application/json: - schema: *383 + schema: *384 examples: - default: &384 + default: &385 value: type: Repository id: 12345678 @@ -60671,9 +60672,9 @@ paths: description: Response content: application/json: - schema: *383 + schema: *384 examples: - default: *384 + default: *385 '404': *5 x-github: githubCloudOnly: false @@ -60740,9 +60741,9 @@ paths: description: Response content: application/json: - schema: *383 + schema: *384 examples: - default: *384 + default: *385 '422': *14 '404': *5 x-github: @@ -61046,7 +61047,7 @@ paths: description: Response content: application/json: - schema: &385 + schema: &386 title: Import description: A repository import from an external source. type: object @@ -61153,7 +61154,7 @@ paths: - html_url - authors_url examples: - default: &388 + default: &389 value: vcs: subversion use_lfs: true @@ -61169,7 +61170,7 @@ paths: authors_url: https://api.github.com/repos/octocat/socm/import/authors repository_url: https://api.github.com/repos/octocat/socm '404': *5 - '503': &386 + '503': &387 description: Unavailable due to service under maintenance. content: application/json: @@ -61246,7 +61247,7 @@ paths: description: Response content: application/json: - schema: *385 + schema: *386 examples: default: value: @@ -61271,7 +61272,7 @@ paths: type: string '422': *14 '404': *5 - '503': *386 + '503': *387 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61351,7 +61352,7 @@ paths: description: Response content: application/json: - schema: *385 + schema: *386 examples: example-1: summary: Example 1 @@ -61399,7 +61400,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': *386 + '503': *387 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61426,7 +61427,7 @@ paths: responses: '204': description: Response - '503': *386 + '503': *387 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61453,7 +61454,7 @@ paths: parameters: - *214 - *215 - - &535 + - &536 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -61467,7 +61468,7 @@ paths: application/json: schema: type: array - items: &387 + items: &388 title: Porter Author description: Porter Author type: object @@ -61521,7 +61522,7 @@ paths: url: https://api.github.com/repos/octocat/socm/import/authors/2268559 import_url: https://api.github.com/repos/octocat/socm/import '404': *5 - '503': *386 + '503': *387 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61576,7 +61577,7 @@ paths: description: Response content: application/json: - schema: *387 + schema: *388 examples: default: value: @@ -61589,7 +61590,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *14 '404': *5 - '503': *386 + '503': *387 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61654,7 +61655,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *386 + '503': *387 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61709,11 +61710,11 @@ paths: description: Response content: application/json: - schema: *385 + schema: *386 examples: - default: *388 + default: *389 '422': *14 - '503': *386 + '503': *387 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61745,7 +61746,7 @@ paths: application/json: schema: *19 examples: - default: *389 + default: *390 '301': *226 '404': *5 x-github: @@ -61780,7 +61781,7 @@ paths: properties: {} additionalProperties: false examples: - default: &391 + default: &392 value: limit: collaborators_only origin: repository @@ -61811,7 +61812,7 @@ paths: required: true content: application/json: - schema: *390 + schema: *391 examples: default: summary: Example request body @@ -61825,7 +61826,7 @@ paths: application/json: schema: *138 examples: - default: *391 + default: *392 '409': description: Response x-github: @@ -61882,9 +61883,9 @@ paths: application/json: schema: type: array - items: *392 + items: *393 examples: - default: &528 + default: &529 value: - id: 1 repository: @@ -62046,7 +62047,7 @@ paths: description: Response content: application/json: - schema: *392 + schema: *393 examples: default: value: @@ -62539,7 +62540,7 @@ paths: application/json: schema: *65 examples: - default: &396 + default: &397 value: id: 1 node_id: MDU6SXNzdWUx @@ -62745,9 +62746,9 @@ paths: application/json: schema: type: array - items: *393 + items: *394 examples: - default: &398 + default: &399 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -62813,9 +62814,9 @@ paths: description: Response content: application/json: - schema: *393 + schema: *394 examples: - default: &394 + default: &395 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -62893,9 +62894,9 @@ paths: description: Response content: application/json: - schema: *393 + schema: *394 examples: - default: *394 + default: *395 '422': *14 x-github: githubCloudOnly: false @@ -63084,7 +63085,7 @@ paths: application/json: schema: type: array - items: &395 + items: &396 title: Issue Event description: Issue Event type: object @@ -63435,7 +63436,7 @@ paths: description: Response content: application/json: - schema: *395 + schema: *396 examples: default: value: @@ -63666,7 +63667,7 @@ paths: parameters: - *214 - *215 - - &397 + - &398 name: issue_number description: The number that identifies the issue. in: path @@ -63680,7 +63681,7 @@ paths: application/json: schema: *65 examples: - default: *396 + default: *397 '301': *226 '404': *5 '410': *223 @@ -63710,7 +63711,7 @@ paths: parameters: - *214 - *215 - - *397 + - *398 requestBody: required: false content: @@ -63819,7 +63820,7 @@ paths: application/json: schema: *65 examples: - default: *396 + default: *397 '422': *14 '503': *53 '403': *26 @@ -63845,7 +63846,7 @@ paths: parameters: - *214 - *215 - - *397 + - *398 requestBody: required: false content: @@ -63873,7 +63874,7 @@ paths: application/json: schema: *65 examples: - default: *396 + default: *397 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63891,7 +63892,7 @@ paths: parameters: - *214 - *215 - - *397 + - *398 requestBody: content: application/json: @@ -63918,7 +63919,7 @@ paths: application/json: schema: *65 examples: - default: *396 + default: *397 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63942,7 +63943,7 @@ paths: parameters: - *214 - *215 - - *397 + - *398 - name: assignee in: path required: true @@ -63984,7 +63985,7 @@ paths: parameters: - *214 - *215 - - *397 + - *398 - *55 - *16 - *17 @@ -63995,9 +63996,9 @@ paths: application/json: schema: type: array - items: *393 + items: *394 examples: - default: *398 + default: *399 headers: Link: *48 '404': *5 @@ -64032,7 +64033,7 @@ paths: parameters: - *214 - *215 - - *397 + - *398 requestBody: required: true content: @@ -64054,9 +64055,9 @@ paths: description: Response content: application/json: - schema: *393 + schema: *394 examples: - default: *394 + default: *395 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 @@ -64085,7 +64086,7 @@ paths: parameters: - *214 - *215 - - *397 + - *398 - *16 - *17 responses: @@ -64099,7 +64100,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &401 + - &402 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -64148,7 +64149,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &402 + - &403 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -64276,7 +64277,7 @@ paths: - performed_via_github_app - assignee - assigner - - &403 + - &404 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -64322,7 +64323,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &404 + - &405 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -64368,7 +64369,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &405 + - &406 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -64417,7 +64418,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &406 + - &407 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -64459,7 +64460,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &407 + - &408 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -64501,7 +64502,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &408 + - &409 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -64557,7 +64558,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &409 + - &410 title: Locked Issue Event description: Locked Issue Event type: object @@ -64602,7 +64603,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &410 + - &411 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -64663,7 +64664,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &411 + - &412 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -64724,7 +64725,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &412 + - &413 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -64785,7 +64786,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &413 + - &414 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -64897,7 +64898,7 @@ paths: parameters: - *214 - *215 - - *397 + - *398 - *16 - *17 responses: @@ -64907,7 +64908,7 @@ paths: application/json: schema: type: array - items: &399 + items: &400 title: Label description: Color-coded labels help you categorize and filter your issues (just like labels in Gmail). @@ -64958,7 +64959,7 @@ paths: - color - default examples: - default: &400 + default: &401 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -64997,7 +64998,7 @@ paths: parameters: - *214 - *215 - - *397 + - *398 requestBody: required: false content: @@ -65056,9 +65057,9 @@ paths: application/json: schema: type: array - items: *399 + items: *400 examples: - default: *400 + default: *401 '301': *226 '404': *5 '410': *223 @@ -65080,7 +65081,7 @@ paths: parameters: - *214 - *215 - - *397 + - *398 requestBody: required: false content: @@ -65140,9 +65141,9 @@ paths: application/json: schema: type: array - items: *399 + items: *400 examples: - default: *400 + default: *401 '301': *226 '404': *5 '410': *223 @@ -65164,7 +65165,7 @@ paths: parameters: - *214 - *215 - - *397 + - *398 responses: '204': description: Response @@ -65191,7 +65192,7 @@ paths: parameters: - *214 - *215 - - *397 + - *398 - name: name in: path required: true @@ -65204,7 +65205,7 @@ paths: application/json: schema: type: array - items: *399 + items: *400 examples: default: value: @@ -65239,7 +65240,7 @@ paths: parameters: - *214 - *215 - - *397 + - *398 requestBody: required: false content: @@ -65288,7 +65289,7 @@ paths: parameters: - *214 - *215 - - *397 + - *398 responses: '204': description: Response @@ -65312,7 +65313,7 @@ paths: parameters: - *214 - *215 - - *397 + - *398 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to an issue. @@ -65364,7 +65365,7 @@ paths: parameters: - *214 - *215 - - *397 + - *398 requestBody: required: true content: @@ -65428,7 +65429,7 @@ paths: parameters: - *214 - *215 - - *397 + - *398 - *210 responses: '204': @@ -65451,7 +65452,7 @@ paths: parameters: - *214 - *215 - - *397 + - *398 - *16 - *17 responses: @@ -65466,7 +65467,6 @@ paths: description: Timeline Event type: object anyOf: - - *401 - *402 - *403 - *404 @@ -65479,6 +65479,7 @@ paths: - *411 - *412 - *413 + - *414 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -65797,7 +65798,7 @@ paths: type: string comments: type: array - items: &433 + items: &434 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -66336,7 +66337,7 @@ paths: application/json: schema: type: array - items: &414 + items: &415 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -66437,9 +66438,9 @@ paths: description: Response content: application/json: - schema: *414 + schema: *415 examples: - default: &415 + default: &416 value: id: 1 key: ssh-rsa AAA... @@ -66474,7 +66475,7 @@ paths: parameters: - *214 - *215 - - &416 + - &417 name: key_id description: The unique identifier of the key. in: path @@ -66486,9 +66487,9 @@ paths: description: Response content: application/json: - schema: *414 + schema: *415 examples: - default: *415 + default: *416 '404': *5 x-github: githubCloudOnly: false @@ -66508,7 +66509,7 @@ paths: parameters: - *214 - *215 - - *416 + - *417 responses: '204': description: Response @@ -66539,9 +66540,9 @@ paths: application/json: schema: type: array - items: *399 + items: *400 examples: - default: *400 + default: *401 headers: Link: *48 '404': *5 @@ -66599,9 +66600,9 @@ paths: description: Response content: application/json: - schema: *399 + schema: *400 examples: - default: &417 + default: &418 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -66645,9 +66646,9 @@ paths: description: Response content: application/json: - schema: *399 + schema: *400 examples: - default: *417 + default: *418 '404': *5 x-github: githubCloudOnly: false @@ -66704,7 +66705,7 @@ paths: description: Response content: application/json: - schema: *399 + schema: *400 examples: default: value: @@ -67049,7 +67050,7 @@ paths: application/json: schema: *332 examples: - default: *418 + default: *419 '204': description: Response when already merged '404': @@ -67215,7 +67216,7 @@ paths: application/json: schema: *336 examples: - default: &419 + default: &420 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -67276,7 +67277,7 @@ paths: parameters: - *214 - *215 - - &420 + - &421 name: milestone_number description: The number that identifies the milestone. in: path @@ -67290,7 +67291,7 @@ paths: application/json: schema: *336 examples: - default: *419 + default: *420 '404': *5 x-github: githubCloudOnly: false @@ -67309,7 +67310,7 @@ paths: parameters: - *214 - *215 - - *420 + - *421 requestBody: required: false content: @@ -67349,7 +67350,7 @@ paths: application/json: schema: *336 examples: - default: *419 + default: *420 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67367,7 +67368,7 @@ paths: parameters: - *214 - *215 - - *420 + - *421 responses: '204': description: Response @@ -67390,7 +67391,7 @@ paths: parameters: - *214 - *215 - - *420 + - *421 - *16 - *17 responses: @@ -67400,9 +67401,9 @@ paths: application/json: schema: type: array - items: *399 + items: *400 examples: - default: *400 + default: *401 headers: Link: *48 x-github: @@ -67423,10 +67424,10 @@ paths: parameters: - *214 - *215 - - *421 - *422 - - *55 - *423 + - *55 + - *424 - *16 - *17 responses: @@ -67438,7 +67439,7 @@ paths: type: array items: *77 examples: - default: *424 + default: *425 headers: Link: *48 x-github: @@ -67528,7 +67529,7 @@ paths: description: Response content: application/json: - schema: &425 + schema: &426 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -67672,7 +67673,7 @@ paths: - custom_404 - public examples: - default: &426 + default: &427 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -67767,9 +67768,9 @@ paths: description: Response content: application/json: - schema: *425 + schema: *426 examples: - default: *426 + default: *427 '422': *14 '409': *156 x-github: @@ -67931,7 +67932,7 @@ paths: application/json: schema: type: array - items: &427 + items: &428 title: Page Build description: Page Build type: object @@ -68078,9 +68079,9 @@ paths: description: Response content: application/json: - schema: *427 + schema: *428 examples: - default: &428 + default: &429 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -68140,9 +68141,9 @@ paths: description: Response content: application/json: - schema: *427 + schema: *428 examples: - default: *428 + default: *429 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68274,7 +68275,7 @@ paths: parameters: - *214 - *215 - - &429 + - &430 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -68334,7 +68335,7 @@ paths: parameters: - *214 - *215 - - *429 + - *430 responses: '204': *173 '404': *5 @@ -69004,9 +69005,9 @@ paths: application/json: schema: type: array - items: *430 + items: *431 examples: - default: *431 + default: *432 headers: Link: *48 '304': *34 @@ -69107,7 +69108,7 @@ paths: description: Response content: application/json: - schema: &435 + schema: &436 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -70230,7 +70231,7 @@ paths: - review_comment - self author_association: *51 - auto_merge: *432 + auto_merge: *433 draft: description: Indicates whether or not the pull request is a draft. type: boolean @@ -70332,7 +70333,7 @@ paths: - merged_by - review_comments examples: - default: &436 + default: &437 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -70889,9 +70890,9 @@ paths: application/json: schema: type: array - items: *433 + items: *434 examples: - default: &438 + default: &439 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -70976,9 +70977,9 @@ paths: description: Response content: application/json: - schema: *433 + schema: *434 examples: - default: &434 + default: &435 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -71077,9 +71078,9 @@ paths: description: Response content: application/json: - schema: *433 + schema: *434 examples: - default: *434 + default: *435 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71281,7 +71282,7 @@ paths: parameters: - *214 - *215 - - &437 + - &438 name: pull_number description: The number that identifies the pull request. in: path @@ -71294,9 +71295,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *435 + schema: *436 examples: - default: *436 + default: *437 '304': *34 '404': *5 '500': *115 @@ -71329,7 +71330,7 @@ paths: parameters: - *214 - *215 - - *437 + - *438 requestBody: required: false content: @@ -71371,9 +71372,9 @@ paths: description: Response content: application/json: - schema: *435 + schema: *436 examples: - default: *436 + default: *437 '422': *14 '403': *26 x-github: @@ -71397,7 +71398,7 @@ paths: parameters: - *214 - *215 - - *437 + - *438 requestBody: required: true content: @@ -71500,7 +71501,7 @@ paths: parameters: - *214 - *215 - - *437 + - *438 - *74 - name: direction description: The direction to sort results. Ignored without `sort` parameter. @@ -71521,9 +71522,9 @@ paths: application/json: schema: type: array - items: *433 + items: *434 examples: - default: *438 + default: *439 headers: Link: *48 x-github: @@ -71558,7 +71559,7 @@ paths: parameters: - *214 - *215 - - *437 + - *438 requestBody: required: true content: @@ -71664,7 +71665,7 @@ paths: description: Response content: application/json: - schema: *433 + schema: *434 examples: example-for-a-multi-line-comment: value: @@ -71754,7 +71755,7 @@ paths: parameters: - *214 - *215 - - *437 + - *438 - *64 requestBody: required: true @@ -71777,7 +71778,7 @@ paths: description: Response content: application/json: - schema: *433 + schema: *434 examples: default: value: @@ -71866,7 +71867,7 @@ paths: parameters: - *214 - *215 - - *437 + - *438 - *16 - *17 responses: @@ -71878,7 +71879,7 @@ paths: type: array items: *332 examples: - default: *439 + default: *440 headers: Link: *48 x-github: @@ -71911,7 +71912,7 @@ paths: parameters: - *214 - *215 - - *437 + - *438 - *16 - *17 responses: @@ -71961,7 +71962,7 @@ paths: parameters: - *214 - *215 - - *437 + - *438 responses: '204': description: Response if pull request has been merged @@ -71986,7 +71987,7 @@ paths: parameters: - *214 - *215 - - *437 + - *438 requestBody: required: false content: @@ -72100,7 +72101,7 @@ paths: parameters: - *214 - *215 - - *437 + - *438 responses: '200': description: Response @@ -72177,7 +72178,7 @@ paths: parameters: - *214 - *215 - - *437 + - *438 requestBody: required: false content: @@ -72214,7 +72215,7 @@ paths: description: Response content: application/json: - schema: *430 + schema: *431 examples: default: value: @@ -72752,7 +72753,7 @@ paths: parameters: - *214 - *215 - - *437 + - *438 requestBody: required: true content: @@ -72786,7 +72787,7 @@ paths: description: Response content: application/json: - schema: *430 + schema: *431 examples: default: value: @@ -73293,7 +73294,7 @@ paths: parameters: - *214 - *215 - - *437 + - *438 - *16 - *17 responses: @@ -73303,7 +73304,7 @@ paths: application/json: schema: type: array - items: &440 + items: &441 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -73459,7 +73460,7 @@ paths: parameters: - *214 - *215 - - *437 + - *438 requestBody: required: false content: @@ -73549,9 +73550,9 @@ paths: description: Response content: application/json: - schema: *440 + schema: *441 examples: - default: &442 + default: &443 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -73616,8 +73617,8 @@ paths: parameters: - *214 - *215 - - *437 - - &441 + - *438 + - &442 name: review_id description: The unique identifier of the review. in: path @@ -73629,9 +73630,9 @@ paths: description: Response content: application/json: - schema: *440 + schema: *441 examples: - default: &443 + default: &444 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -73692,8 +73693,8 @@ paths: parameters: - *214 - *215 - - *437 - - *441 + - *438 + - *442 requestBody: required: true content: @@ -73716,7 +73717,7 @@ paths: description: Response content: application/json: - schema: *440 + schema: *441 examples: default: value: @@ -73780,16 +73781,16 @@ paths: parameters: - *214 - *215 - - *437 - - *441 + - *438 + - *442 responses: '200': description: Response content: application/json: - schema: *440 + schema: *441 examples: - default: *442 + default: *443 '422': *6 '404': *5 x-github: @@ -73818,8 +73819,8 @@ paths: parameters: - *214 - *215 - - *437 - - *441 + - *438 + - *442 - *16 - *17 responses: @@ -74071,8 +74072,8 @@ paths: parameters: - *214 - *215 - - *437 - - *441 + - *438 + - *442 requestBody: required: true content: @@ -74101,7 +74102,7 @@ paths: description: Response content: application/json: - schema: *440 + schema: *441 examples: default: value: @@ -74166,8 +74167,8 @@ paths: parameters: - *214 - *215 - - *437 - - *441 + - *438 + - *442 requestBody: required: true content: @@ -74202,9 +74203,9 @@ paths: description: Response content: application/json: - schema: *440 + schema: *441 examples: - default: *443 + default: *444 '404': *5 '422': *6 '403': *26 @@ -74227,7 +74228,7 @@ paths: parameters: - *214 - *215 - - *437 + - *438 requestBody: required: false content: @@ -74305,9 +74306,9 @@ paths: description: Response content: application/json: - schema: *444 + schema: *445 examples: - default: &445 + default: &446 value: type: file encoding: base64 @@ -74369,9 +74370,9 @@ paths: description: Response content: application/json: - schema: *444 + schema: *445 examples: - default: *445 + default: *446 '404': *5 '422': *14 x-github: @@ -74404,7 +74405,7 @@ paths: application/json: schema: type: array - items: &446 + items: &447 title: Release description: A release. type: object @@ -74476,7 +74477,7 @@ paths: author: *3 assets: type: array - items: &447 + items: &448 title: Release Asset description: Data related to a release. type: object @@ -74733,9 +74734,9 @@ paths: description: Response content: application/json: - schema: *446 + schema: *447 examples: - default: &450 + default: &451 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -74838,7 +74839,7 @@ paths: parameters: - *214 - *215 - - &448 + - &449 name: asset_id description: The unique identifier of the asset. in: path @@ -74850,9 +74851,9 @@ paths: description: Response content: application/json: - schema: *447 + schema: *448 examples: - default: &449 + default: &450 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 @@ -74904,7 +74905,7 @@ paths: parameters: - *214 - *215 - - *448 + - *449 requestBody: required: false content: @@ -74933,9 +74934,9 @@ paths: description: Response content: application/json: - schema: *447 + schema: *448 examples: - default: *449 + default: *450 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74953,7 +74954,7 @@ paths: parameters: - *214 - *215 - - *448 + - *449 responses: '204': description: Response @@ -75071,9 +75072,9 @@ paths: description: Response content: application/json: - schema: *446 + schema: *447 examples: - default: *450 + default: *451 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75104,9 +75105,9 @@ paths: description: Response content: application/json: - schema: *446 + schema: *447 examples: - default: *450 + default: *451 '404': *5 x-github: githubCloudOnly: false @@ -75131,7 +75132,7 @@ paths: parameters: - *214 - *215 - - &451 + - &452 name: release_id description: The unique identifier of the release. in: path @@ -75145,9 +75146,9 @@ paths: For more information, see "[Getting started with the REST API](https://docs.github.com/rest/using-the-rest-api/getting-started-with-the-rest-api#hypermedia)."' content: application/json: - schema: *446 + schema: *447 examples: - default: *450 + default: *451 '401': description: Unauthorized x-github: @@ -75167,7 +75168,7 @@ paths: parameters: - *214 - *215 - - *451 + - *452 requestBody: required: false content: @@ -75231,9 +75232,9 @@ paths: description: Response content: application/json: - schema: *446 + schema: *447 examples: - default: *450 + default: *451 '404': description: Not Found if the discussion category name is invalid content: @@ -75256,7 +75257,7 @@ paths: parameters: - *214 - *215 - - *451 + - *452 responses: '204': description: Response @@ -75278,7 +75279,7 @@ paths: parameters: - *214 - *215 - - *451 + - *452 - *16 - *17 responses: @@ -75288,7 +75289,7 @@ paths: application/json: schema: type: array - items: *447 + items: *448 examples: default: value: @@ -75370,7 +75371,7 @@ paths: parameters: - *214 - *215 - - *451 + - *452 - name: name in: query required: true @@ -75396,7 +75397,7 @@ paths: description: Response for successful upload content: application/json: - schema: *447 + schema: *448 examples: response-for-successful-upload: value: @@ -75452,7 +75453,7 @@ paths: parameters: - *214 - *215 - - *451 + - *452 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a release. @@ -75501,7 +75502,7 @@ paths: parameters: - *214 - *215 - - *451 + - *452 requestBody: required: true content: @@ -75563,7 +75564,7 @@ paths: parameters: - *214 - *215 - - *451 + - *452 - *210 responses: '204': @@ -75606,8 +75607,8 @@ paths: description: A repository rule with ruleset details. oneOf: - allOf: - - *452 - - &454 + - *453 + - &455 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -75627,47 +75628,47 @@ paths: type: integer description: The ID of the ruleset that includes this rule. - allOf: - - *453 - *454 - - allOf: - *455 - - *454 - allOf: - *456 - - *454 + - *455 - allOf: - *457 - - *454 + - *455 - allOf: - *458 - - *454 + - *455 - allOf: - *459 - - *454 + - *455 - allOf: - *460 - - *454 + - *455 - allOf: - *461 - - *454 + - *455 - allOf: - *462 - - *454 + - *455 - allOf: - *463 - - *454 + - *455 - allOf: - *464 - - *454 + - *455 - allOf: - *465 - - *454 + - *455 - allOf: - *466 - - *454 + - *455 - allOf: - *467 - - *454 + - *455 + - allOf: + - *468 + - *455 examples: default: value: @@ -75833,7 +75834,7 @@ paths: application/json: schema: *187 examples: - default: &476 + default: &477 value: id: 42 name: super cool ruleset @@ -75889,9 +75890,9 @@ paths: schema: type: string x-multi-segment: true - - *468 - *469 - *470 + - *471 - *16 - *17 responses: @@ -75899,9 +75900,9 @@ paths: description: Response content: application/json: - schema: *471 + schema: *472 examples: - default: *472 + default: *473 '404': *5 '500': *115 x-github: @@ -75924,15 +75925,15 @@ paths: parameters: - *214 - *215 - - *473 + - *474 responses: '200': description: Response content: application/json: - schema: *474 + schema: *475 examples: - default: *475 + default: *476 '404': *5 '500': *115 x-github: @@ -75979,7 +75980,7 @@ paths: application/json: schema: *187 examples: - default: *476 + default: *477 '404': *5 '500': *115 put: @@ -76061,7 +76062,7 @@ paths: application/json: schema: *187 examples: - default: *476 + default: *477 '404': *5 '500': *115 delete: @@ -76117,8 +76118,8 @@ paths: - *36 - *17 - *16 - - *477 - *478 + - *479 - *193 responses: '200': @@ -76127,7 +76128,7 @@ paths: application/json: schema: type: array - items: &481 + items: &482 type: object properties: number: *42 @@ -76143,8 +76144,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *479 - resolution: *480 + state: *480 + resolution: *481 resolved_at: type: - string @@ -76302,7 +76303,7 @@ paths: description: Response content: application/json: - schema: *481 + schema: *482 examples: default: value: @@ -76358,8 +76359,8 @@ paths: schema: type: object properties: - state: *479 - resolution: *480 + state: *480 + resolution: *481 resolution_comment: description: An optional comment when closing an alert. Cannot be updated or deleted. Must be `null` when changing `state` to `open`. @@ -76378,7 +76379,7 @@ paths: description: Response content: application/json: - schema: *481 + schema: *482 examples: default: value: @@ -76460,7 +76461,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &562 + items: &563 type: object properties: type: @@ -76816,9 +76817,9 @@ paths: application/json: schema: type: array - items: *482 + items: *483 examples: - default: *483 + default: *484 '400': *13 '404': *5 x-github: @@ -77012,9 +77013,9 @@ paths: description: Response content: application/json: - schema: *482 + schema: *483 examples: - default: &485 + default: &486 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -77354,7 +77355,7 @@ paths: description: Response content: application/json: - schema: *482 + schema: *483 examples: default: value: @@ -77500,15 +77501,15 @@ paths: parameters: - *214 - *215 - - *484 + - *485 responses: '200': description: Response content: application/json: - schema: *482 + schema: *483 examples: - default: *485 + default: *486 '403': *26 '404': *5 x-github: @@ -77534,7 +77535,7 @@ paths: parameters: - *214 - *215 - - *484 + - *485 requestBody: required: true content: @@ -77705,10 +77706,10 @@ paths: description: Response content: application/json: - schema: *482 + schema: *483 examples: - default: *485 - add_credit: *485 + default: *486 + add_credit: *486 '403': *26 '404': *5 '422': @@ -77748,7 +77749,7 @@ paths: parameters: - *214 - *215 - - *484 + - *485 responses: '202': *86 '400': *13 @@ -77776,7 +77777,7 @@ paths: parameters: - *214 - *215 - - *484 + - *485 responses: '202': description: Response @@ -77918,7 +77919,7 @@ paths: application/json: schema: type: array - items: &486 + items: &487 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -78290,7 +78291,7 @@ paths: application/json: schema: type: array - items: *486 + items: *487 examples: default: value: @@ -78380,7 +78381,7 @@ paths: description: Response content: application/json: - schema: *487 + schema: *488 examples: default: value: @@ -78474,7 +78475,7 @@ paths: description: if you subscribe to the repository content: application/json: - schema: &488 + schema: &489 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -78574,7 +78575,7 @@ paths: description: Response content: application/json: - schema: *488 + schema: *489 examples: default: value: @@ -78711,7 +78712,7 @@ paths: application/json: schema: type: array - items: &489 + items: &490 title: Tag protection description: Tag protection type: object @@ -78786,7 +78787,7 @@ paths: description: Response content: application/json: - schema: *489 + schema: *490 examples: default: value: @@ -78923,7 +78924,7 @@ paths: description: Response content: application/json: - schema: &490 + schema: &491 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -78935,7 +78936,7 @@ paths: required: - names examples: - default: &491 + default: &492 value: names: - octocat @@ -78990,9 +78991,9 @@ paths: description: Response content: application/json: - schema: *490 + schema: *491 examples: - default: *491 + default: *492 '404': *5 '422': *6 x-github: @@ -79015,7 +79016,7 @@ paths: parameters: - *214 - *215 - - &492 + - &493 name: per description: The time frame to display results for. in: query @@ -79046,7 +79047,7 @@ paths: - 128 clones: type: array - items: &493 + items: &494 title: Traffic type: object properties: @@ -79294,7 +79295,7 @@ paths: parameters: - *214 - *215 - - *492 + - *493 responses: '200': description: Response @@ -79315,7 +79316,7 @@ paths: - 3782 views: type: array - items: *493 + items: *494 required: - uniques - count @@ -80083,7 +80084,7 @@ paths: examples: - 73..77 - 77..78 - text_matches: &494 + text_matches: &495 title: Search Result Text Matches type: array items: @@ -80246,7 +80247,7 @@ paths: enum: - author-date - committer-date - - &495 + - &496 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 @@ -80334,7 +80335,7 @@ paths: url: type: string format: uri - verification: *379 + verification: *380 required: - author - committer @@ -80366,7 +80367,7 @@ paths: type: number node_id: type: string - text_matches: *494 + text_matches: *495 required: - sha - node_id @@ -80557,7 +80558,7 @@ paths: - interactions - created - updated - - *495 + - *496 - *16 - *17 responses: @@ -80673,7 +80674,7 @@ paths: - string - 'null' format: date-time - text_matches: *494 + text_matches: *495 pull_request: type: object properties: @@ -80895,7 +80896,7 @@ paths: enum: - created - updated - - *495 + - *496 - *16 - *17 responses: @@ -80940,7 +80941,7 @@ paths: - 'null' score: type: number - text_matches: *494 + text_matches: *495 required: - id - node_id @@ -81025,7 +81026,7 @@ paths: - forks - help-wanted-issues - updated - - *495 + - *496 - *16 - *17 responses: @@ -81262,7 +81263,7 @@ paths: - admin - pull - push - text_matches: *494 + text_matches: *495 temp_clone_token: type: string allow_merge_commit: @@ -81570,7 +81571,7 @@ paths: - string - 'null' format: uri - text_matches: *494 + text_matches: *495 related: type: - array @@ -81763,7 +81764,7 @@ paths: - followers - repositories - joined - - *495 + - *496 - *16 - *17 responses: @@ -81872,7 +81873,7 @@ paths: type: - boolean - 'null' - text_matches: *494 + text_matches: *495 blog: type: - string @@ -81953,7 +81954,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#get-a-team-legacy parameters: - - &496 + - &497 name: team_id description: The unique identifier of the team. in: path @@ -81992,7 +81993,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#update-a-team-legacy parameters: - - *496 + - *497 requestBody: required: true content: @@ -82092,7 +82093,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#delete-a-team-legacy parameters: - - *496 + - *497 responses: '204': description: Response @@ -82122,7 +82123,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#list-discussions-legacy parameters: - - *496 + - *497 - *36 - *16 - *17 @@ -82135,7 +82136,7 @@ paths: type: array items: *201 examples: - default: *497 + default: *498 headers: Link: *48 x-github: @@ -82163,7 +82164,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#create-a-discussion-legacy parameters: - - *496 + - *497 requestBody: required: true content: @@ -82225,7 +82226,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#get-a-discussion-legacy parameters: - - *496 + - *497 - *203 responses: '200': @@ -82258,7 +82259,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#update-a-discussion-legacy parameters: - - *496 + - *497 - *203 requestBody: required: false @@ -82284,7 +82285,7 @@ paths: application/json: schema: *201 examples: - default: *498 + default: *499 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82308,7 +82309,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#delete-a-discussion-legacy parameters: - - *496 + - *497 - *203 responses: '204': @@ -82337,7 +82338,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#list-discussion-comments-legacy parameters: - - *496 + - *497 - *203 - *36 - *16 @@ -82351,7 +82352,7 @@ paths: type: array items: *204 examples: - default: *499 + default: *500 headers: Link: *48 x-github: @@ -82379,7 +82380,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#create-a-discussion-comment-legacy parameters: - - *496 + - *497 - *203 requestBody: required: true @@ -82430,7 +82431,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#get-a-discussion-comment-legacy parameters: - - *496 + - *497 - *203 - *206 responses: @@ -82464,7 +82465,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#update-a-discussion-comment-legacy parameters: - - *496 + - *497 - *203 - *206 requestBody: @@ -82490,7 +82491,7 @@ paths: application/json: schema: *204 examples: - default: *500 + default: *501 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82514,7 +82515,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#delete-a-discussion-comment-legacy parameters: - - *496 + - *497 - *203 - *206 responses: @@ -82544,7 +82545,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion-comment-legacy parameters: - - *496 + - *497 - *203 - *206 - name: content @@ -82602,7 +82603,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion-comment-legacy parameters: - - *496 + - *497 - *203 - *206 requestBody: @@ -82663,7 +82664,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion-legacy parameters: - - *496 + - *497 - *203 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). @@ -82720,7 +82721,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion-legacy parameters: - - *496 + - *497 - *203 requestBody: required: true @@ -82778,7 +82779,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-pending-team-invitations-legacy parameters: - - *496 + - *497 - *16 - *17 responses: @@ -82815,7 +82816,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-team-members-legacy parameters: - - *496 + - *497 - name: role description: Filters members returned by their role in the team. in: query @@ -82866,7 +82867,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-member-legacy parameters: - - *496 + - *497 - *109 responses: '204': @@ -82902,7 +82903,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-team-member-legacy parameters: - - *496 + - *497 - *109 responses: '204': @@ -82941,7 +82942,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-member-legacy parameters: - - *496 + - *497 - *109 responses: '204': @@ -82977,7 +82978,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *496 + - *497 - *109 responses: '200': @@ -82986,7 +82987,7 @@ paths: application/json: schema: *211 examples: - response-if-user-is-a-team-maintainer: *501 + response-if-user-is-a-team-maintainer: *502 '404': *5 x-github: githubCloudOnly: false @@ -83017,7 +83018,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *496 + - *497 - *109 requestBody: required: false @@ -83045,7 +83046,7 @@ paths: application/json: schema: *211 examples: - response-if-users-membership-with-team-is-now-pending: *502 + response-if-users-membership-with-team-is-now-pending: *503 '403': description: Forbidden if team synchronization is set up '422': @@ -83077,7 +83078,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *496 + - *497 - *109 responses: '204': @@ -83106,7 +83107,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-projects-legacy parameters: - - *496 + - *497 - *16 - *17 responses: @@ -83118,7 +83119,7 @@ paths: type: array items: *212 examples: - default: *503 + default: *504 headers: Link: *48 '404': *5 @@ -83144,7 +83145,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-project-legacy parameters: - - *496 + - *497 - *213 responses: '200': @@ -83153,7 +83154,7 @@ paths: application/json: schema: *212 examples: - default: *504 + default: *505 '404': description: Not Found if project is not managed by this team x-github: @@ -83177,7 +83178,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-project-permissions-legacy parameters: - - *496 + - *497 - *213 requestBody: required: false @@ -83245,7 +83246,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-project-from-a-team-legacy parameters: - - *496 + - *497 - *213 responses: '204': @@ -83274,7 +83275,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-repositories-legacy parameters: - - *496 + - *497 - *16 - *17 responses: @@ -83314,7 +83315,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *496 + - *497 - *214 - *215 responses: @@ -83322,7 +83323,7 @@ paths: description: Alternative response with extra repository information content: application/json: - schema: *505 + schema: *506 examples: alternative-response-with-extra-repository-information: value: @@ -83472,7 +83473,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *496 + - *497 - *214 - *215 requestBody: @@ -83523,7 +83524,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *496 + - *497 - *214 - *215 responses: @@ -83551,7 +83552,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-child-teams-legacy parameters: - - *496 + - *497 - *16 - *17 responses: @@ -83563,7 +83564,7 @@ paths: type: array items: *117 examples: - response-if-child-teams-exist: *506 + response-if-child-teams-exist: *507 headers: Link: *48 '404': *5 @@ -83596,7 +83597,7 @@ paths: application/json: schema: oneOf: - - &508 + - &509 title: Private User description: Private User type: object @@ -83841,7 +83842,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *507 + - *508 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -84001,7 +84002,7 @@ paths: description: Response content: application/json: - schema: *508 + schema: *509 examples: default: value: @@ -84399,7 +84400,7 @@ paths: type: integer secrets: type: array - items: &509 + items: &510 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -84519,7 +84520,7 @@ paths: description: Response content: application/json: - schema: *509 + schema: *510 examples: default: value: @@ -85165,7 +85166,7 @@ paths: description: Response content: application/json: - schema: &510 + schema: &511 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -85218,7 +85219,7 @@ paths: examples: - https://github.com/octocat/hello-world/tree/:branch examples: - default: &511 + default: &512 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -85263,9 +85264,9 @@ paths: description: Response content: application/json: - schema: *510 + schema: *511 examples: - default: *511 + default: *512 '404': *5 x-github: githubCloudOnly: false @@ -85304,7 +85305,7 @@ paths: type: array items: *324 examples: - default: *512 + default: *513 '304': *34 '500': *115 '401': *22 @@ -86269,7 +86270,7 @@ paths: type: array items: *160 examples: - default: &525 + default: &526 value: - id: 197 name: hello_docker @@ -86370,7 +86371,7 @@ paths: application/json: schema: type: array - items: &513 + items: &514 title: Email description: Email type: object @@ -86440,9 +86441,9 @@ paths: application/json: schema: type: array - items: *513 + items: *514 examples: - default: &527 + default: &528 value: - email: octocat@github.com verified: true @@ -86519,7 +86520,7 @@ paths: application/json: schema: type: array - items: *513 + items: *514 examples: default: value: @@ -86776,7 +86777,7 @@ paths: application/json: schema: type: array - items: &514 + items: &515 title: GPG Key description: A unique encryption key type: object @@ -86919,7 +86920,7 @@ paths: - subkeys - revoked examples: - default: &536 + default: &537 value: - id: 3 name: Octocat's GPG Key @@ -87004,9 +87005,9 @@ paths: description: Response content: application/json: - schema: *514 + schema: *515 examples: - default: &515 + default: &516 value: id: 3 name: Octocat's GPG Key @@ -87063,7 +87064,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &516 + - &517 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -87075,9 +87076,9 @@ paths: description: Response content: application/json: - schema: *514 + schema: *515 examples: - default: *515 + default: *516 '404': *5 '304': *34 '403': *26 @@ -87100,7 +87101,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *516 + - *517 responses: '204': description: Response @@ -87291,7 +87292,7 @@ paths: type: array items: *50 examples: - default: *517 + default: *518 headers: Link: *48 '404': *5 @@ -87403,7 +87404,7 @@ paths: required: true content: application/json: - schema: *390 + schema: *391 examples: default: value: @@ -87555,7 +87556,7 @@ paths: application/json: schema: type: array - items: &518 + items: &519 title: Key description: Key type: object @@ -87652,9 +87653,9 @@ paths: description: Response content: application/json: - schema: *518 + schema: *519 examples: - default: &519 + default: &520 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -87687,15 +87688,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#get-a-public-ssh-key-for-the-authenticated-user parameters: - - *416 + - *417 responses: '200': description: Response content: application/json: - schema: *518 + schema: *519 examples: - default: *519 + default: *520 '404': *5 '304': *34 '403': *26 @@ -87718,7 +87719,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#delete-a-public-ssh-key-for-the-authenticated-user parameters: - - *416 + - *417 responses: '204': description: Response @@ -87751,7 +87752,7 @@ paths: application/json: schema: type: array - items: &520 + items: &521 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -87830,7 +87831,7 @@ paths: - account - plan examples: - default: &521 + default: &522 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -87892,9 +87893,9 @@ paths: application/json: schema: type: array - items: *520 + items: *521 examples: - default: *521 + default: *522 headers: Link: *48 '304': *34 @@ -88898,7 +88899,7 @@ paths: url: https://docs.github.com/rest/migrations/users#unlock-a-user-repository parameters: - *154 - - *522 + - *523 responses: '204': description: Response @@ -88968,7 +88969,7 @@ paths: type: array items: *150 examples: - default: *523 + default: *524 headers: Link: *48 '304': *34 @@ -89010,7 +89011,7 @@ paths: - docker - nuget - container - - *524 + - *525 - *17 - *16 responses: @@ -89022,8 +89023,8 @@ paths: type: array items: *160 examples: - default: *525 - '400': *526 + default: *526 + '400': *527 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -89052,7 +89053,7 @@ paths: application/json: schema: *160 examples: - default: &537 + default: &538 value: id: 40201 name: octo-name @@ -89504,9 +89505,9 @@ paths: application/json: schema: type: array - items: *513 + items: *514 examples: - default: *527 + default: *528 headers: Link: *48 '304': *34 @@ -89619,7 +89620,7 @@ paths: type: array items: *50 examples: - default: &534 + default: &535 summary: Default response value: - id: 1296269 @@ -89971,9 +89972,9 @@ paths: application/json: schema: type: array - items: *392 + items: *393 examples: - default: *528 + default: *529 headers: Link: *48 '304': *34 @@ -90052,7 +90053,7 @@ paths: application/json: schema: type: array - items: &529 + items: &530 title: Social account description: Social media account type: object @@ -90069,7 +90070,7 @@ paths: - provider - url examples: - default: &530 + default: &531 value: - provider: twitter url: https://twitter.com/github @@ -90132,9 +90133,9 @@ paths: application/json: schema: type: array - items: *529 + items: *530 examples: - default: *530 + default: *531 '422': *14 '304': *34 '404': *5 @@ -90222,7 +90223,7 @@ paths: application/json: schema: type: array - items: &531 + items: &532 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -90242,7 +90243,7 @@ paths: - title - created_at examples: - default: &544 + default: &545 value: - key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -90309,9 +90310,9 @@ paths: description: Response content: application/json: - schema: *531 + schema: *532 examples: - default: &532 + default: &533 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -90342,7 +90343,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/ssh-signing-keys#get-an-ssh-signing-key-for-the-authenticated-user parameters: - - &533 + - &534 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -90354,9 +90355,9 @@ paths: description: Response content: application/json: - schema: *531 + schema: *532 examples: - default: *532 + default: *533 '404': *5 '304': *34 '403': *26 @@ -90379,7 +90380,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/ssh-signing-keys#delete-an-ssh-signing-key-for-the-authenticated-user parameters: - - *533 + - *534 responses: '204': description: Response @@ -90408,7 +90409,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &545 + - &546 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 @@ -90433,11 +90434,11 @@ paths: type: array items: *50 examples: - default-response: *534 + default-response: *535 application/vnd.github.v3.star+json: schema: type: array - items: &546 + items: &547 title: Starred Repository description: Starred Repository type: object @@ -90794,7 +90795,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#list-users parameters: - - *535 + - *536 - *16 responses: '200': @@ -90841,8 +90842,8 @@ paths: application/json: schema: oneOf: + - *509 - *508 - - *507 examples: default-response: summary: Default response @@ -90949,7 +90950,7 @@ paths: type: array items: *160 examples: - default: *525 + default: *526 '403': *26 '401': *22 x-github: @@ -91345,9 +91346,9 @@ paths: application/json: schema: type: array - items: *514 + items: *515 examples: - default: *536 + default: *537 headers: Link: *48 x-github: @@ -91456,7 +91457,7 @@ paths: application/json: schema: *19 examples: - default: *389 + default: *390 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -91534,7 +91535,7 @@ paths: type: array items: *150 examples: - default: *523 + default: *524 headers: Link: *48 x-github: @@ -91573,7 +91574,7 @@ paths: - docker - nuget - container - - *524 + - *525 - *109 - *17 - *16 @@ -91586,10 +91587,10 @@ paths: type: array items: *160 examples: - default: *525 + default: *526 '403': *26 '401': *22 - '400': *526 + '400': *527 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -91619,7 +91620,7 @@ paths: application/json: schema: *160 examples: - default: *537 + default: *538 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -92207,9 +92208,9 @@ paths: description: Response content: application/json: - schema: *538 + schema: *539 examples: - default: *539 + default: *540 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -92237,9 +92238,9 @@ paths: description: Response content: application/json: - schema: *540 + schema: *541 examples: - default: *541 + default: *542 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -92267,9 +92268,9 @@ paths: description: Response content: application/json: - schema: *542 + schema: *543 examples: - default: *543 + default: *544 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -92297,9 +92298,9 @@ paths: application/json: schema: type: array - items: *529 + items: *530 examples: - default: *530 + default: *531 headers: Link: *48 x-github: @@ -92329,9 +92330,9 @@ paths: application/json: schema: type: array - items: *531 + items: *532 examples: - default: *544 + default: *545 headers: Link: *48 x-github: @@ -92356,7 +92357,7 @@ paths: url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-a-user parameters: - *109 - - *545 + - *546 - *36 - *16 - *17 @@ -92368,11 +92369,11 @@ paths: schema: anyOf: - type: array - items: *546 + items: *547 - type: array items: *50 examples: - default-response: *534 + default-response: *535 headers: Link: *48 x-github: @@ -92532,7 +92533,7 @@ webhooks: type: string enum: - disabled - enterprise: &547 + enterprise: &548 title: Enterprise description: | An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -92601,7 +92602,7 @@ webhooks: - created_at - updated_at - avatar_url - installation: &548 + installation: &549 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -92622,7 +92623,7 @@ webhooks: required: - id - node_id - organization: &549 + organization: &550 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -92695,7 +92696,7 @@ webhooks: - public_members_url - avatar_url - description - repository: &550 + repository: &551 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property @@ -93530,7 +93531,7 @@ webhooks: - watchers_count - created_at - updated_at - sender: &551 + sender: &552 title: Simple User description: The GitHub user that triggered the event. This property is included in every webhook payload. @@ -93723,11 +93724,11 @@ webhooks: type: string enum: - enabled - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 - sender: *551 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 + sender: *552 required: - action - repository @@ -93802,10 +93803,10 @@ webhooks: type: string enum: - created - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 rule: title: branch protection rule description: The branch protection rule. Includes a `name` and all @@ -93936,7 +93937,7 @@ webhooks: - required_conversation_resolution_level - authorized_actors_only - authorized_actor_names - sender: *551 + sender: *552 required: - action - rule @@ -94012,10 +94013,10 @@ webhooks: type: string enum: - deleted - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 rule: title: branch protection rule description: The branch protection rule. Includes a `name` and all @@ -94146,7 +94147,7 @@ webhooks: - required_conversation_resolution_level - authorized_actors_only - authorized_actor_names - sender: *551 + sender: *552 required: - action - rule @@ -94293,10 +94294,10 @@ webhooks: - everyone required: - from - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 rule: title: branch protection rule description: The branch protection rule. Includes a `name` and all @@ -94427,7 +94428,7 @@ webhooks: - required_conversation_resolution_level - authorized_actors_only - authorized_actor_names - sender: *551 + sender: *552 required: - action - rule @@ -94509,7 +94510,7 @@ webhooks: type: string enum: - completed - check_run: &553 + check_run: &554 title: CheckRun description: A check performed on the code of a given code change type: object @@ -94622,7 +94623,7 @@ webhooks: - examples: - neutral - deployment: *552 + deployment: *553 details_url: type: string examples: @@ -94720,10 +94721,10 @@ webhooks: - output - app - pull_requests - installation: *548 - organization: *549 - repository: *550 - sender: *551 + installation: *549 + organization: *550 + repository: *551 + sender: *552 required: - check_run - repository @@ -95114,11 +95115,11 @@ webhooks: type: string enum: - created - check_run: *553 - installation: *548 - organization: *549 - repository: *550 - sender: *551 + check_run: *554 + installation: *549 + organization: *550 + repository: *551 + sender: *552 required: - check_run - repository @@ -95512,10 +95513,10 @@ webhooks: type: string enum: - requested_action - check_run: *553 - installation: *548 - organization: *549 - repository: *550 + check_run: *554 + installation: *549 + organization: *550 + repository: *551 requested_action: description: The action requested by the user. type: object @@ -95524,7 +95525,7 @@ webhooks: description: The integrator reference of the action requested by the user. type: string - sender: *551 + sender: *552 required: - action - check_run @@ -95919,11 +95920,11 @@ webhooks: type: string enum: - rerequested - check_run: *553 - installation: *548 - organization: *549 - repository: *550 - sender: *551 + check_run: *554 + installation: *549 + organization: *550 + repository: *551 + sender: *552 required: - check_run - repository @@ -96906,11 +96907,11 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 - sender: *551 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 + sender: *552 required: - action - check_suite @@ -97586,11 +97587,11 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 - sender: *551 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 + sender: *552 required: - action - check_suite @@ -98260,11 +98261,11 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 - sender: *551 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 + sender: *552 required: - action - check_suite @@ -98573,16 +98574,16 @@ webhooks: 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: *547 - installation: *548 - organization: *549 + enterprise: *548 + installation: *549 + organization: *550 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - repository: *550 - sender: *551 + repository: *551 + sender: *552 required: - action - alert @@ -98912,16 +98913,16 @@ webhooks: 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: *547 - installation: *548 - organization: *549 + enterprise: *548 + installation: *549 + organization: *550 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - repository: *550 - sender: *551 + repository: *551 + sender: *552 required: - action - alert @@ -99195,16 +99196,16 @@ webhooks: 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: *547 - installation: *548 - organization: *549 + enterprise: *548 + installation: *549 + organization: *550 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - repository: *550 - sender: *551 + repository: *551 + sender: *552 required: - action - alert @@ -99538,16 +99539,16 @@ webhooks: 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: *547 - installation: *548 - organization: *549 + enterprise: *548 + installation: *549 + organization: *550 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - repository: *550 - sender: *551 + repository: *551 + sender: *552 required: - action - alert @@ -99815,9 +99816,9 @@ webhooks: type: - string - 'null' - enterprise: *547 - installation: *548 - organization: *549 + enterprise: *548 + installation: *549 + organization: *550 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event @@ -99825,8 +99826,8 @@ webhooks: type: - string - 'null' - repository: *550 - sender: *551 + repository: *551 + sender: *552 required: - action - alert @@ -100062,16 +100063,16 @@ webhooks: 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: *547 - installation: *548 - organization: *549 + enterprise: *548 + installation: *549 + organization: *550 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - repository: *550 - sender: *551 + repository: *551 + sender: *552 required: - action - alert @@ -100329,11 +100330,11 @@ webhooks: - updated_at - author_association - body - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 - sender: *551 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 + sender: *552 required: - action - comment @@ -100413,13 +100414,13 @@ webhooks: type: - string - 'null' - enterprise: *547 - installation: *548 + enterprise: *548 + installation: *549 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *549 + organization: *550 pusher_type: description: The pusher type for the event. Can be either `user` or a deploy key. @@ -100434,8 +100435,8 @@ webhooks: enum: - tag - branch - repository: *550 - sender: *551 + repository: *551 + sender: *552 required: - ref - ref_type @@ -100517,10 +100518,10 @@ webhooks: enum: - created definition: *175 - enterprise: *547 - installation: *548 - organization: *549 - sender: *551 + enterprise: *548 + installation: *549 + organization: *550 + sender: *552 required: - action - definition @@ -100604,10 +100605,10 @@ webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *547 - installation: *548 - organization: *549 - sender: *551 + enterprise: *548 + installation: *549 + organization: *550 + sender: *552 required: - action - definition @@ -100684,10 +100685,10 @@ webhooks: enum: - updated definition: *175 - enterprise: *547 - installation: *548 - organization: *549 - sender: *551 + enterprise: *548 + installation: *549 + organization: *550 + sender: *552 required: - action - definition @@ -100763,11 +100764,11 @@ webhooks: type: string enum: - updated - enterprise: *547 - installation: *548 - repository: *550 - organization: *549 - sender: *551 + enterprise: *548 + installation: *549 + repository: *551 + organization: *550 + sender: *552 new_property_values: type: array description: The new custom property values for the repository. @@ -100850,9 +100851,9 @@ webhooks: title: delete event type: object properties: - enterprise: *547 - installation: *548 - organization: *549 + enterprise: *548 + installation: *549 + organization: *550 pusher_type: description: The pusher type for the event. Can be either `user` or a deploy key. @@ -100867,8 +100868,8 @@ webhooks: enum: - tag - branch - repository: *550 - sender: *551 + repository: *551 + sender: *552 required: - ref - ref_type @@ -100951,11 +100952,11 @@ webhooks: enum: - auto_dismissed alert: *350 - installation: *548 - organization: *549 - enterprise: *547 - repository: *550 - sender: *551 + installation: *549 + organization: *550 + enterprise: *548 + repository: *551 + sender: *552 required: - action - alert @@ -101038,11 +101039,11 @@ webhooks: enum: - auto_reopened alert: *350 - installation: *548 - organization: *549 - enterprise: *547 - repository: *550 - sender: *551 + installation: *549 + organization: *550 + enterprise: *548 + repository: *551 + sender: *552 required: - action - alert @@ -101125,11 +101126,11 @@ webhooks: enum: - created alert: *350 - installation: *548 - organization: *549 - enterprise: *547 - repository: *550 - sender: *551 + installation: *549 + organization: *550 + enterprise: *548 + repository: *551 + sender: *552 required: - action - alert @@ -101210,11 +101211,11 @@ webhooks: enum: - dismissed alert: *350 - installation: *548 - organization: *549 - enterprise: *547 - repository: *550 - sender: *551 + installation: *549 + organization: *550 + enterprise: *548 + repository: *551 + sender: *552 required: - action - alert @@ -101295,11 +101296,11 @@ webhooks: enum: - fixed alert: *350 - installation: *548 - organization: *549 - enterprise: *547 - repository: *550 - sender: *551 + installation: *549 + organization: *550 + enterprise: *548 + repository: *551 + sender: *552 required: - action - alert @@ -101381,11 +101382,11 @@ webhooks: enum: - reintroduced alert: *350 - installation: *548 - organization: *549 - enterprise: *547 - repository: *550 - sender: *551 + installation: *549 + organization: *550 + enterprise: *548 + repository: *551 + sender: *552 required: - action - alert @@ -101466,11 +101467,11 @@ webhooks: enum: - reopened alert: *350 - installation: *548 - organization: *549 - enterprise: *547 - repository: *550 - sender: *551 + installation: *549 + organization: *550 + enterprise: *548 + repository: *551 + sender: *552 required: - action - alert @@ -101546,8 +101547,8 @@ webhooks: type: string enum: - created - enterprise: *547 - installation: *548 + enterprise: *548 + installation: *549 key: description: The [`deploy key`](https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. @@ -101584,9 +101585,9 @@ webhooks: - verified - created_at - read_only - organization: *549 - repository: *550 - sender: *551 + organization: *550 + repository: *551 + sender: *552 required: - action - key @@ -101662,8 +101663,8 @@ webhooks: type: string enum: - deleted - enterprise: *547 - installation: *548 + enterprise: *548 + installation: *549 key: description: The [`deploy key`](https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. @@ -101700,9 +101701,9 @@ webhooks: - verified - created_at - read_only - organization: *549 - repository: *550 - sender: *551 + organization: *550 + repository: *551 + sender: *552 required: - action - key @@ -102269,11 +102270,11 @@ webhooks: - updated_at - statuses_url - repository_url - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 - sender: *551 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 + sender: *552 workflow: title: Workflow type: @@ -103011,11 +103012,11 @@ webhooks: deployment: *356 pull_requests: type: array - items: *435 - repository: *550 - organization: *549 - installation: *548 - sender: *551 + items: *436 + repository: *551 + organization: *550 + installation: *549 + sender: *552 responses: '200': description: Return a 200 status to indicate that the data was received @@ -103126,10 +103127,10 @@ webhooks: type: string comment: type: string - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 reviewers: type: array items: @@ -103208,7 +103209,7 @@ webhooks: type: string enum: - User - sender: *551 + sender: *552 since: type: string workflow_job_run: @@ -103990,10 +103991,10 @@ webhooks: type: string comment: type: string - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 reviewers: type: array items: @@ -104072,7 +104073,7 @@ webhooks: type: string enum: - User - sender: *551 + sender: *552 since: type: string workflow_job_run: @@ -104813,12 +104814,12 @@ webhooks: type: string enum: - requested - enterprise: *547 + enterprise: *548 environment: type: string - installation: *548 - organization: *549 - repository: *550 + installation: *549 + organization: *550 + repository: *551 requestor: title: User type: @@ -104966,7 +104967,7 @@ webhooks: enum: - User - Team - sender: *551 + sender: *552 since: type: string workflow_job_run: @@ -106738,11 +106739,11 @@ webhooks: - updated_at - deployment_url - repository_url - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 - sender: *551 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 + sender: *552 workflow: title: Workflow type: @@ -107627,7 +107628,7 @@ webhooks: - created_at - updated_at - body - discussion: &554 + discussion: &555 title: Discussion description: A Discussion in a repository. type: object @@ -107937,11 +107938,11 @@ webhooks: - author_association - active_lock_reason - body - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 - sender: *551 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 + sender: *552 required: - action - discussion @@ -108066,12 +108067,12 @@ webhooks: - from required: - category - discussion: *554 - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 - sender: *551 + discussion: *555 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 + sender: *552 required: - action - changes @@ -108152,12 +108153,12 @@ webhooks: type: string enum: - closed - discussion: *554 - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 - sender: *551 + discussion: *555 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 + sender: *552 required: - action - discussion @@ -108394,12 +108395,12 @@ webhooks: - updated_at - body - reactions - discussion: *554 - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 - sender: *551 + discussion: *555 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 + sender: *552 required: - action - comment @@ -108637,12 +108638,12 @@ webhooks: - updated_at - body - reactions - discussion: *554 - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 - sender: *551 + discussion: *555 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 + sender: *552 required: - action - comment @@ -108892,12 +108893,12 @@ webhooks: - updated_at - body - reactions - discussion: *554 - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 - sender: *551 + discussion: *555 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 + sender: *552 required: - action - changes @@ -109414,11 +109415,11 @@ webhooks: - answer_html_url - answer_chosen_at - answer_chosen_by - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 - sender: *551 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 + sender: *552 required: - action - discussion @@ -109498,12 +109499,12 @@ webhooks: type: string enum: - deleted - discussion: *554 - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 - sender: *551 + discussion: *555 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 + sender: *552 required: - action - discussion @@ -109601,12 +109602,12 @@ webhooks: type: string required: - from - discussion: *554 - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 - sender: *551 + discussion: *555 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 + sender: *552 required: - action - discussion @@ -109686,9 +109687,9 @@ webhooks: type: string enum: - labeled - discussion: *554 - enterprise: *547 - installation: *548 + discussion: *555 + enterprise: *548 + installation: *549 label: title: Label type: object @@ -109722,9 +109723,9 @@ webhooks: - color - default - description - organization: *549 - repository: *550 - sender: *551 + organization: *550 + repository: *551 + sender: *552 required: - action - discussion @@ -109805,12 +109806,12 @@ webhooks: type: string enum: - locked - discussion: *554 - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 - sender: *551 + discussion: *555 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 + sender: *552 required: - action - discussion @@ -109890,12 +109891,12 @@ webhooks: type: string enum: - pinned - discussion: *554 - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 - sender: *551 + discussion: *555 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 + sender: *552 required: - action - discussion @@ -109975,12 +109976,12 @@ webhooks: type: string enum: - reopened - discussion: *554 - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 - sender: *551 + discussion: *555 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 + sender: *552 required: - action - discussion @@ -110063,17 +110064,17 @@ webhooks: changes: type: object properties: - new_discussion: *554 - new_repository: *550 + new_discussion: *555 + new_repository: *551 required: - new_discussion - new_repository - discussion: *554 - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 - sender: *551 + discussion: *555 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 + sender: *552 required: - action - changes @@ -110154,7 +110155,7 @@ webhooks: type: string enum: - unanswered - discussion: *554 + discussion: *555 old_answer: type: object properties: @@ -110312,9 +110313,9 @@ webhooks: - created_at - updated_at - body - organization: *549 - repository: *550 - sender: *551 + organization: *550 + repository: *551 + sender: *552 required: - action - discussion @@ -110394,9 +110395,9 @@ webhooks: type: string enum: - unlabeled - discussion: *554 - enterprise: *547 - installation: *548 + discussion: *555 + enterprise: *548 + installation: *549 label: title: Label type: object @@ -110430,9 +110431,9 @@ webhooks: - color - default - description - organization: *549 - repository: *550 - sender: *551 + organization: *550 + repository: *551 + sender: *552 required: - action - discussion @@ -110513,12 +110514,12 @@ webhooks: type: string enum: - unlocked - discussion: *554 - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 - sender: *551 + discussion: *555 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 + sender: *552 required: - action - discussion @@ -110598,12 +110599,12 @@ webhooks: type: string enum: - unpinned - discussion: *554 - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 - sender: *551 + discussion: *555 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 + sender: *552 required: - action - discussion @@ -110675,7 +110676,7 @@ webhooks: description: A user forks a repository. type: object properties: - enterprise: *547 + enterprise: *548 forkee: description: The created [`repository`](https://docs.github.com/rest/repos/repos#get-a-repository) resource. @@ -111356,10 +111357,10 @@ webhooks: type: integer watchers_count: type: integer - installation: *548 - organization: *549 - repository: *550 - sender: *551 + installation: *549 + organization: *550 + repository: *551 + sender: *552 required: - forkee - repository @@ -111437,7 +111438,7 @@ webhooks: type: string enum: - revoked - sender: *551 + sender: *552 required: - action - sender @@ -111504,9 +111505,9 @@ webhooks: title: gollum event type: object properties: - enterprise: *547 - installation: *548 - organization: *549 + enterprise: *548 + installation: *549 + organization: *550 pages: description: The pages that were updated. type: array @@ -111544,8 +111545,8 @@ webhooks: - action - sha - html_url - repository: *550 - sender: *551 + repository: *551 + sender: *552 required: - pages - repository @@ -111620,9 +111621,9 @@ webhooks: type: string enum: - created - enterprise: *547 + enterprise: *548 installation: *19 - organization: *549 + organization: *550 repositories: description: An array of repository objects that the installation can access. @@ -111649,7 +111650,7 @@ webhooks: - name - full_name - private - repository: *550 + repository: *551 requester: title: User type: @@ -111719,7 +111720,7 @@ webhooks: required: - login - id - sender: *551 + sender: *552 required: - action - installation @@ -111793,9 +111794,9 @@ webhooks: type: string enum: - deleted - enterprise: *547 + enterprise: *548 installation: *19 - organization: *549 + organization: *550 repositories: description: An array of repository objects that the installation can access. @@ -111822,11 +111823,11 @@ webhooks: - name - full_name - private - repository: *550 + repository: *551 requester: type: - 'null' - sender: *551 + sender: *552 required: - action - installation @@ -111899,9 +111900,9 @@ webhooks: type: string enum: - new_permissions_accepted - enterprise: *547 + enterprise: *548 installation: *19 - organization: *549 + organization: *550 repositories: description: An array of repository objects that the installation can access. @@ -111928,11 +111929,11 @@ webhooks: - name - full_name - private - repository: *550 + repository: *551 requester: type: - 'null' - sender: *551 + sender: *552 required: - action - installation @@ -112005,9 +112006,9 @@ webhooks: type: string enum: - added - enterprise: *547 + enterprise: *548 installation: *19 - organization: *549 + organization: *550 repositories_added: description: An array of repository objects, which were added to the installation. @@ -112054,7 +112055,7 @@ webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *550 + repository: *551 repository_selection: description: Describe whether all repositories have been selected or there's a selection involved @@ -112131,7 +112132,7 @@ webhooks: required: - login - id - sender: *551 + sender: *552 required: - action - installation @@ -112209,9 +112210,9 @@ webhooks: type: string enum: - removed - enterprise: *547 + enterprise: *548 installation: *19 - organization: *549 + organization: *550 repositories_added: description: An array of repository objects, which were added to the installation. @@ -112264,7 +112265,7 @@ webhooks: - name - full_name - private - repository: *550 + repository: *551 repository_selection: description: Describe whether all repositories have been selected or there's a selection involved @@ -112341,7 +112342,7 @@ webhooks: required: - login - id - sender: *551 + sender: *552 required: - action - installation @@ -112419,9 +112420,9 @@ webhooks: type: string enum: - suspend - enterprise: *547 + enterprise: *548 installation: *19 - organization: *549 + organization: *550 repositories: description: An array of repository objects that the installation can access. @@ -112448,11 +112449,11 @@ webhooks: - name - full_name - private - repository: *550 + repository: *551 requester: type: - 'null' - sender: *551 + sender: *552 required: - action - installation @@ -112628,11 +112629,11 @@ webhooks: type: string required: - from - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 - sender: *551 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 + sender: *552 target_type: type: string required: @@ -112710,9 +112711,9 @@ webhooks: type: string enum: - unsuspend - enterprise: *547 + enterprise: *548 installation: *19 - organization: *549 + organization: *550 repositories: description: An array of repository objects that the installation can access. @@ -112739,11 +112740,11 @@ webhooks: - name - full_name - private - repository: *550 + repository: *551 requester: type: - 'null' - sender: *551 + sender: *552 required: - action - installation @@ -112984,8 +112985,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *547 - installation: *548 + enterprise: *548 + installation: *549 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -114147,9 +114148,9 @@ webhooks: - state - locked - assignee - organization: *549 - repository: *550 - sender: *551 + organization: *550 + repository: *551 + sender: *552 required: - action - issue @@ -114395,8 +114396,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *547 - installation: *548 + enterprise: *548 + installation: *549 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -115554,9 +115555,9 @@ webhooks: - state - locked - assignee - organization: *549 - repository: *550 - sender: *551 + organization: *550 + repository: *551 + sender: *552 required: - action - issue @@ -115814,8 +115815,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *547 - installation: *548 + enterprise: *548 + installation: *549 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -116976,9 +116977,9 @@ webhooks: - state - locked - assignee - organization: *549 - repository: *550 - sender: *551 + organization: *550 + repository: *551 + sender: *552 required: - action - changes @@ -117128,8 +117129,8 @@ webhooks: required: - login - id - enterprise: *547 - installation: *548 + enterprise: *548 + installation: *549 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -118049,9 +118050,9 @@ webhooks: - active_lock_reason - body - reactions - organization: *549 - repository: *550 - sender: *551 + organization: *550 + repository: *551 + sender: *552 required: - action - issue @@ -118130,8 +118131,8 @@ webhooks: type: string enum: - closed - enterprise: *547 - installation: *548 + enterprise: *548 + installation: *549 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -119195,9 +119196,9 @@ webhooks: required: - state - closed_at - organization: *549 - repository: *550 - sender: *551 + organization: *550 + repository: *551 + sender: *552 required: - action - issue @@ -119275,8 +119276,8 @@ webhooks: type: string enum: - deleted - enterprise: *547 - installation: *548 + enterprise: *548 + installation: *549 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -120190,9 +120191,9 @@ webhooks: - active_lock_reason - body - reactions - organization: *549 - repository: *550 - sender: *551 + organization: *550 + repository: *551 + sender: *552 required: - action - issue @@ -120270,8 +120271,8 @@ webhooks: type: string enum: - demilestoned - enterprise: *547 - installation: *548 + enterprise: *548 + installation: *549 issue: allOf: - title: Issue @@ -121606,9 +121607,9 @@ webhooks: - updated_at - due_on - closed_at - organization: *549 - repository: *550 - sender: *551 + organization: *550 + repository: *551 + sender: *552 required: - action - issue @@ -121706,8 +121707,8 @@ webhooks: type: string required: - from - enterprise: *547 - installation: *548 + enterprise: *548 + installation: *549 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -122661,9 +122662,9 @@ webhooks: - color - default - description - organization: *549 - repository: *550 - sender: *551 + organization: *550 + repository: *551 + sender: *552 required: - action - changes @@ -122742,8 +122743,8 @@ webhooks: type: string enum: - labeled - enterprise: *547 - installation: *548 + enterprise: *548 + installation: *549 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -123696,9 +123697,9 @@ webhooks: - color - default - description - organization: *549 - repository: *550 - sender: *551 + organization: *550 + repository: *551 + sender: *552 required: - action - issue @@ -123777,8 +123778,8 @@ webhooks: type: string enum: - locked - enterprise: *547 - installation: *548 + enterprise: *548 + installation: *549 issue: allOf: - title: Issue @@ -124839,9 +124840,9 @@ webhooks: required: - locked - active_lock_reason - organization: *549 - repository: *550 - sender: *551 + organization: *550 + repository: *551 + sender: *552 required: - action - issue @@ -124919,8 +124920,8 @@ webhooks: type: string enum: - milestoned - enterprise: *547 - installation: *548 + enterprise: *548 + installation: *549 issue: allOf: - title: Issue @@ -126251,9 +126252,9 @@ webhooks: - updated_at - due_on - closed_at - organization: *549 - repository: *550 - sender: *551 + organization: *550 + repository: *551 + sender: *552 required: - action - issue @@ -127724,8 +127725,8 @@ webhooks: required: - old_issue - old_repository - enterprise: *547 - installation: *548 + enterprise: *548 + installation: *549 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -128643,9 +128644,9 @@ webhooks: - active_lock_reason - body - reactions - organization: *549 - repository: *550 - sender: *551 + organization: *550 + repository: *551 + sender: *552 required: - action - issue @@ -128724,8 +128725,8 @@ webhooks: type: string enum: - pinned - enterprise: *547 - installation: *548 + enterprise: *548 + installation: *549 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -129638,9 +129639,9 @@ webhooks: - active_lock_reason - body - reactions - organization: *549 - repository: *550 - sender: *551 + organization: *550 + repository: *551 + sender: *552 required: - action - issue @@ -129718,8 +129719,8 @@ webhooks: type: string enum: - reopened - enterprise: *547 - installation: *548 + enterprise: *548 + installation: *549 issue: allOf: - title: Issue @@ -130779,9 +130780,9 @@ webhooks: type: string required: - state - organization: *549 - repository: *550 - sender: *551 + organization: *550 + repository: *551 + sender: *552 required: - action - issue @@ -132252,8 +132253,8 @@ webhooks: required: - new_issue - new_repository - enterprise: *547 - installation: *548 + enterprise: *548 + installation: *549 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -133166,9 +133167,9 @@ webhooks: - active_lock_reason - body - reactions - organization: *549 - repository: *550 - sender: *551 + organization: *550 + repository: *551 + sender: *552 required: - action - changes @@ -133318,8 +133319,8 @@ webhooks: required: - login - id - enterprise: *547 - installation: *548 + enterprise: *548 + installation: *549 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -134239,9 +134240,9 @@ webhooks: - active_lock_reason - body - reactions - organization: *549 - repository: *550 - sender: *551 + organization: *550 + repository: *551 + sender: *552 required: - action - issue @@ -134319,8 +134320,8 @@ webhooks: type: string enum: - unlabeled - enterprise: *547 - installation: *548 + enterprise: *548 + installation: *549 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -135273,9 +135274,9 @@ webhooks: - color - default - description - organization: *549 - repository: *550 - sender: *551 + organization: *550 + repository: *551 + sender: *552 required: - action - issue @@ -135354,8 +135355,8 @@ webhooks: type: string enum: - unlocked - enterprise: *547 - installation: *548 + enterprise: *548 + installation: *549 issue: allOf: - title: Issue @@ -136406,9 +136407,9 @@ webhooks: required: - locked - active_lock_reason - organization: *549 - repository: *550 - sender: *551 + organization: *550 + repository: *551 + sender: *552 required: - action - issue @@ -136487,8 +136488,8 @@ webhooks: type: string enum: - unpinned - enterprise: *547 - installation: *548 + enterprise: *548 + installation: *549 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -137401,9 +137402,9 @@ webhooks: - active_lock_reason - body - reactions - organization: *549 - repository: *550 - sender: *551 + organization: *550 + repository: *551 + sender: *552 required: - action - issue @@ -137481,8 +137482,8 @@ webhooks: type: string enum: - created - enterprise: *547 - installation: *548 + enterprise: *548 + installation: *549 label: title: Label type: object @@ -137516,9 +137517,9 @@ webhooks: - color - default - description - organization: *549 - repository: *550 - sender: *551 + organization: *550 + repository: *551 + sender: *552 required: - action - label @@ -137595,8 +137596,8 @@ webhooks: type: string enum: - deleted - enterprise: *547 - installation: *548 + enterprise: *548 + installation: *549 label: title: Label type: object @@ -137630,9 +137631,9 @@ webhooks: - color - default - description - organization: *549 - repository: *550 - sender: *551 + organization: *550 + repository: *551 + sender: *552 required: - action - label @@ -137741,8 +137742,8 @@ webhooks: type: string required: - from - enterprise: *547 - installation: *548 + enterprise: *548 + installation: *549 label: title: Label type: object @@ -137776,9 +137777,9 @@ webhooks: - color - default - description - organization: *549 - repository: *550 - sender: *551 + organization: *550 + repository: *551 + sender: *552 required: - action - label @@ -137859,8 +137860,8 @@ webhooks: - cancelled effective_date: type: string - enterprise: *547 - installation: *548 + enterprise: *548 + installation: *549 marketplace_purchase: allOf: - title: Marketplace Purchase @@ -138011,7 +138012,7 @@ webhooks: type: integer required: - next_billing_date - organization: *549 + organization: *550 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -138096,8 +138097,8 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *550 - sender: *551 + repository: *551 + sender: *552 required: - action - effective_date @@ -138176,8 +138177,8 @@ webhooks: - changed effective_date: type: string - enterprise: *547 - installation: *548 + enterprise: *548 + installation: *549 marketplace_purchase: allOf: - title: Marketplace Purchase @@ -138328,7 +138329,7 @@ webhooks: type: integer required: - next_billing_date - organization: *549 + organization: *550 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -138416,8 +138417,8 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *550 - sender: *551 + repository: *551 + sender: *552 required: - action - effective_date @@ -138498,8 +138499,8 @@ webhooks: - pending_change effective_date: type: string - enterprise: *547 - installation: *548 + enterprise: *548 + installation: *549 marketplace_purchase: allOf: - title: Marketplace Purchase @@ -138650,7 +138651,7 @@ webhooks: type: integer required: - next_billing_date - organization: *549 + organization: *550 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -138736,8 +138737,8 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *550 - sender: *551 + repository: *551 + sender: *552 required: - action - effective_date @@ -138817,8 +138818,8 @@ webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *547 - installation: *548 + enterprise: *548 + installation: *549 marketplace_purchase: allOf: - title: Marketplace Purchase @@ -138910,7 +138911,7 @@ webhooks: type: string required: - next_billing_date - organization: *549 + organization: *550 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -138995,8 +138996,8 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *550 - sender: *551 + repository: *551 + sender: *552 required: - action - effective_date @@ -139075,8 +139076,8 @@ webhooks: - purchased effective_date: type: string - enterprise: *547 - installation: *548 + enterprise: *548 + installation: *549 marketplace_purchase: allOf: - title: Marketplace Purchase @@ -139227,7 +139228,7 @@ webhooks: type: integer required: - next_billing_date - organization: *549 + organization: *550 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -139312,8 +139313,8 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *550 - sender: *551 + repository: *551 + sender: *552 required: - action - effective_date @@ -139414,8 +139415,8 @@ webhooks: type: string required: - to - enterprise: *547 - installation: *548 + enterprise: *548 + installation: *549 member: title: User type: @@ -139485,9 +139486,9 @@ webhooks: required: - login - id - organization: *549 - repository: *550 - sender: *551 + organization: *550 + repository: *551 + sender: *552 required: - action - member @@ -139588,8 +139589,8 @@ webhooks: type: - string - 'null' - enterprise: *547 - installation: *548 + enterprise: *548 + installation: *549 member: title: User type: @@ -139659,9 +139660,9 @@ webhooks: required: - login - id - organization: *549 - repository: *550 - sender: *551 + organization: *550 + repository: *551 + sender: *552 required: - action - changes @@ -139739,8 +139740,8 @@ webhooks: type: string enum: - removed - enterprise: *547 - installation: *548 + enterprise: *548 + installation: *549 member: title: User type: @@ -139810,9 +139811,9 @@ webhooks: required: - login - id - organization: *549 - repository: *550 - sender: *551 + organization: *550 + repository: *551 + sender: *552 required: - action - member @@ -139889,8 +139890,8 @@ webhooks: type: string enum: - added - enterprise: *547 - installation: *548 + enterprise: *548 + installation: *549 member: title: User type: @@ -139960,8 +139961,8 @@ webhooks: required: - login - id - organization: *549 - repository: *550 + organization: *550 + repository: *551 scope: description: The scope of the membership. Currently, can only be `team`. @@ -140230,8 +140231,8 @@ webhooks: type: string enum: - removed - enterprise: *547 - installation: *548 + enterprise: *548 + installation: *549 member: title: User type: @@ -140301,8 +140302,8 @@ webhooks: required: - login - id - organization: *549 - repository: *550 + organization: *550 + repository: *551 scope: description: The scope of the membership. Currently, can only be `team`. @@ -140576,8 +140577,8 @@ webhooks: type: string enum: - checks_requested - installation: *548 - merge_group: &555 + installation: *549 + merge_group: &556 type: object title: Merge Group description: 'A group of pull requests that the merge queue has @@ -140605,9 +140606,9 @@ webhooks: - base_sha - base_ref - head_commit - organization: *549 - repository: *550 - sender: *551 + organization: *550 + repository: *551 + sender: *552 required: - action - merge_group @@ -140692,11 +140693,11 @@ webhooks: - merged - invalidated - dequeued - installation: *548 - merge_group: *555 - organization: *549 - repository: *550 - sender: *551 + installation: *549 + merge_group: *556 + organization: *550 + repository: *551 + sender: *552 required: - action - merge_group @@ -140768,7 +140769,7 @@ webhooks: type: string enum: - deleted - enterprise: *547 + enterprise: *548 hook: description: 'The modified webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -140876,13 +140877,13 @@ webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *548 - organization: *549 + installation: *549 + organization: *550 repository: anyOf: - type: 'null' - - *550 - sender: *551 + - *551 + sender: *552 required: - action - hook_id @@ -140961,8 +140962,8 @@ webhooks: type: string enum: - closed - enterprise: *547 - installation: *548 + enterprise: *548 + installation: *549 milestone: title: Milestone description: A collection of related issues and pull requests. @@ -141104,9 +141105,9 @@ webhooks: - updated_at - due_on - closed_at - organization: *549 - repository: *550 - sender: *551 + organization: *550 + repository: *551 + sender: *552 required: - action - milestone @@ -141184,8 +141185,8 @@ webhooks: type: string enum: - created - enterprise: *547 - installation: *548 + enterprise: *548 + installation: *549 milestone: title: Milestone description: A collection of related issues and pull requests. @@ -141326,9 +141327,9 @@ webhooks: - updated_at - due_on - closed_at - organization: *549 - repository: *550 - sender: *551 + organization: *550 + repository: *551 + sender: *552 required: - action - milestone @@ -141406,8 +141407,8 @@ webhooks: type: string enum: - deleted - enterprise: *547 - installation: *548 + enterprise: *548 + installation: *549 milestone: title: Milestone description: A collection of related issues and pull requests. @@ -141549,9 +141550,9 @@ webhooks: - updated_at - due_on - closed_at - organization: *549 - repository: *550 - sender: *551 + organization: *550 + repository: *551 + sender: *552 required: - action - milestone @@ -141660,8 +141661,8 @@ webhooks: type: string required: - from - enterprise: *547 - installation: *548 + enterprise: *548 + installation: *549 milestone: title: Milestone description: A collection of related issues and pull requests. @@ -141803,9 +141804,9 @@ webhooks: - updated_at - due_on - closed_at - organization: *549 - repository: *550 - sender: *551 + organization: *550 + repository: *551 + sender: *552 required: - action - changes @@ -141884,8 +141885,8 @@ webhooks: type: string enum: - opened - enterprise: *547 - installation: *548 + enterprise: *548 + installation: *549 milestone: title: Milestone description: A collection of related issues and pull requests. @@ -142026,9 +142027,9 @@ webhooks: - updated_at - due_on - closed_at - organization: *549 - repository: *550 - sender: *551 + organization: *550 + repository: *551 + sender: *552 required: - action - milestone @@ -142175,11 +142176,11 @@ webhooks: required: - login - id - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 - sender: *551 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 + sender: *552 required: - action - blocked_user @@ -142326,11 +142327,11 @@ webhooks: required: - login - id - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 - sender: *551 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 + sender: *552 required: - action - blocked_user @@ -142408,8 +142409,8 @@ webhooks: type: string enum: - deleted - enterprise: *547 - installation: *548 + enterprise: *548 + installation: *549 membership: title: Membership description: The membership between the user and the organization. @@ -142501,9 +142502,9 @@ webhooks: - role - organization_url - user - organization: *549 - repository: *550 - sender: *551 + organization: *550 + repository: *551 + sender: *552 required: - action - organization @@ -142580,8 +142581,8 @@ webhooks: type: string enum: - member_added - enterprise: *547 - installation: *548 + enterprise: *548 + installation: *549 membership: title: Membership description: The membership between the user and the organization. @@ -142673,9 +142674,9 @@ webhooks: - role - organization_url - user - organization: *549 - repository: *550 - sender: *551 + organization: *550 + repository: *551 + sender: *552 required: - action - membership @@ -142753,8 +142754,8 @@ webhooks: type: string enum: - member_invited - enterprise: *547 - installation: *548 + enterprise: *548 + installation: *549 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -142874,9 +142875,9 @@ webhooks: - inviter - team_count - invitation_teams_url - organization: *549 - repository: *550 - sender: *551 + organization: *550 + repository: *551 + sender: *552 user: title: User type: @@ -143023,8 +143024,8 @@ webhooks: type: string enum: - member_removed - enterprise: *547 - installation: *548 + enterprise: *548 + installation: *549 membership: title: Membership description: The membership between the user and the organization. @@ -143116,9 +143117,9 @@ webhooks: - role - organization_url - user - organization: *549 - repository: *550 - sender: *551 + organization: *550 + repository: *551 + sender: *552 required: - action - membership @@ -143204,8 +143205,8 @@ webhooks: properties: from: type: string - enterprise: *547 - installation: *548 + enterprise: *548 + installation: *549 membership: title: Membership description: The membership between the user and the organization. @@ -143297,9 +143298,9 @@ webhooks: - role - organization_url - user - organization: *549 - repository: *550 - sender: *551 + organization: *550 + repository: *551 + sender: *552 required: - action - organization @@ -143374,9 +143375,9 @@ webhooks: type: string enum: - published - enterprise: *547 - installation: *548 - organization: *549 + enterprise: *548 + installation: *549 + organization: *550 package: description: Information about the package. type: object @@ -143893,7 +143894,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: &556 + items: &557 title: Ruby Gems metadata type: object properties: @@ -143990,8 +143991,8 @@ webhooks: - owner - package_version - registry - repository: *550 - sender: *551 + repository: *551 + sender: *552 required: - action - package @@ -144066,9 +144067,9 @@ webhooks: type: string enum: - updated - enterprise: *547 - installation: *548 - organization: *549 + enterprise: *548 + installation: *549 + organization: *550 package: description: Information about the package. type: object @@ -144424,7 +144425,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *556 + items: *557 source_url: type: string format: uri @@ -144495,8 +144496,8 @@ webhooks: - owner - package_version - registry - repository: *550 - sender: *551 + repository: *551 + sender: *552 required: - action - package @@ -144674,13 +144675,13 @@ webhooks: - duration - created_at - updated_at - enterprise: *547 + enterprise: *548 id: type: integer - installation: *548 - organization: *549 - repository: *550 - sender: *551 + installation: *549 + organization: *550 + repository: *551 + sender: *552 required: - id - build @@ -144758,7 +144759,7 @@ webhooks: type: string enum: - approved - personal_access_token_request: &557 + personal_access_token_request: &558 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -144896,9 +144897,9 @@ webhooks: - token_expired - token_expires_at - token_last_used_at - organization: *549 - sender: *551 - installation: *548 + organization: *550 + sender: *552 + installation: *549 required: - action - personal_access_token_request @@ -144976,10 +144977,10 @@ webhooks: type: string enum: - cancelled - personal_access_token_request: *557 - organization: *549 - sender: *551 - installation: *548 + personal_access_token_request: *558 + organization: *550 + sender: *552 + installation: *549 required: - action - personal_access_token_request @@ -145056,10 +145057,10 @@ webhooks: type: string enum: - created - personal_access_token_request: *557 - organization: *549 - sender: *551 - installation: *548 + personal_access_token_request: *558 + organization: *550 + sender: *552 + installation: *549 required: - action - personal_access_token_request @@ -145136,10 +145137,10 @@ webhooks: type: string enum: - denied - personal_access_token_request: *557 - organization: *549 - sender: *551 - installation: *548 + personal_access_token_request: *558 + organization: *550 + sender: *552 + installation: *549 required: - action - personal_access_token_request @@ -145243,7 +145244,7 @@ webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *558 + last_response: *559 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -145275,9 +145276,9 @@ webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *549 - repository: *550 - sender: *551 + organization: *550 + repository: *551 + sender: *552 zen: description: Random string of GitHub zen. type: string @@ -145521,9 +145522,9 @@ webhooks: - from required: - note - enterprise: *547 - installation: *548 - organization: *549 + enterprise: *548 + installation: *549 + organization: *550 project_card: title: Project Card type: object @@ -145645,8 +145646,8 @@ webhooks: - creator - created_at - updated_at - repository: *550 - sender: *551 + repository: *551 + sender: *552 required: - action - changes @@ -145726,9 +145727,9 @@ webhooks: type: string enum: - created - enterprise: *547 - installation: *548 - organization: *549 + enterprise: *548 + installation: *549 + organization: *550 project_card: title: Project Card type: object @@ -145850,8 +145851,8 @@ webhooks: - creator - created_at - updated_at - repository: *550 - sender: *551 + repository: *551 + sender: *552 required: - action - project_card @@ -145930,9 +145931,9 @@ webhooks: type: string enum: - deleted - enterprise: *547 - installation: *548 - organization: *549 + enterprise: *548 + installation: *549 + organization: *550 project_card: title: Project Card type: object @@ -146060,8 +146061,8 @@ webhooks: repository: anyOf: - type: 'null' - - *550 - sender: *551 + - *551 + sender: *552 required: - action - project_card @@ -146154,9 +146155,9 @@ webhooks: - from required: - note - enterprise: *547 - installation: *548 - organization: *549 + enterprise: *548 + installation: *549 + organization: *550 project_card: title: Project Card type: object @@ -146278,8 +146279,8 @@ webhooks: - creator - created_at - updated_at - repository: *550 - sender: *551 + repository: *551 + sender: *552 required: - action - changes @@ -146372,9 +146373,9 @@ webhooks: - from required: - column_id - enterprise: *547 - installation: *548 - organization: *549 + enterprise: *548 + installation: *549 + organization: *550 project_card: allOf: - title: Project Card @@ -146569,8 +146570,8 @@ webhooks: type: string required: - after_id - repository: *550 - sender: *551 + repository: *551 + sender: *552 required: - action - project_card @@ -146649,9 +146650,9 @@ webhooks: type: string enum: - closed - enterprise: *547 - installation: *548 - organization: *549 + enterprise: *548 + installation: *549 + organization: *550 project: title: Project type: object @@ -146777,8 +146778,8 @@ webhooks: - creator - created_at - updated_at - repository: *550 - sender: *551 + repository: *551 + sender: *552 required: - action - project @@ -146857,9 +146858,9 @@ webhooks: type: string enum: - created - enterprise: *547 - installation: *548 - organization: *549 + enterprise: *548 + installation: *549 + organization: *550 project_column: title: Project Column type: object @@ -146900,8 +146901,8 @@ webhooks: - name - created_at - updated_at - repository: *550 - sender: *551 + repository: *551 + sender: *552 required: - action - project_column @@ -146979,9 +146980,9 @@ webhooks: type: string enum: - deleted - enterprise: *547 - installation: *548 - organization: *549 + enterprise: *548 + installation: *549 + organization: *550 project_column: title: Project Column type: object @@ -147025,8 +147026,8 @@ webhooks: repository: anyOf: - type: 'null' - - *550 - sender: *551 + - *551 + sender: *552 required: - action - project_column @@ -147114,9 +147115,9 @@ webhooks: type: string required: - from - enterprise: *547 - installation: *548 - organization: *549 + enterprise: *548 + installation: *549 + organization: *550 project_column: title: Project Column type: object @@ -147157,8 +147158,8 @@ webhooks: - name - created_at - updated_at - repository: *550 - sender: *551 + repository: *551 + sender: *552 required: - action - changes @@ -147237,9 +147238,9 @@ webhooks: type: string enum: - moved - enterprise: *547 - installation: *548 - organization: *549 + enterprise: *548 + installation: *549 + organization: *550 project_column: title: Project Column type: object @@ -147280,8 +147281,8 @@ webhooks: - name - created_at - updated_at - repository: *550 - sender: *551 + repository: *551 + sender: *552 required: - action - project_column @@ -147360,9 +147361,9 @@ webhooks: type: string enum: - created - enterprise: *547 - installation: *548 - organization: *549 + enterprise: *548 + installation: *549 + organization: *550 project: title: Project type: object @@ -147488,8 +147489,8 @@ webhooks: - creator - created_at - updated_at - repository: *550 - sender: *551 + repository: *551 + sender: *552 required: - action - project @@ -147568,9 +147569,9 @@ webhooks: type: string enum: - deleted - enterprise: *547 - installation: *548 - organization: *549 + enterprise: *548 + installation: *549 + organization: *550 project: title: Project type: object @@ -147699,8 +147700,8 @@ webhooks: repository: anyOf: - type: 'null' - - *550 - sender: *551 + - *551 + sender: *552 required: - action - project @@ -147800,9 +147801,9 @@ webhooks: type: string required: - from - enterprise: *547 - installation: *548 - organization: *549 + enterprise: *548 + installation: *549 + organization: *550 project: title: Project type: object @@ -147928,8 +147929,8 @@ webhooks: - creator - created_at - updated_at - repository: *550 - sender: *551 + repository: *551 + sender: *552 required: - action - project @@ -148007,9 +148008,9 @@ webhooks: type: string enum: - reopened - enterprise: *547 - installation: *548 - organization: *549 + enterprise: *548 + installation: *549 + organization: *550 project: title: Project type: object @@ -148135,8 +148136,8 @@ webhooks: - creator - created_at - updated_at - repository: *550 - sender: *551 + repository: *551 + sender: *552 required: - action - project @@ -148215,9 +148216,9 @@ webhooks: type: string enum: - closed - installation: *548 - organization: *549 - projects_v2: &559 + installation: *549 + organization: *550 + projects_v2: &560 title: Projects v2 Project description: A projects v2 project type: object @@ -148285,7 +148286,7 @@ webhooks: - short_description - deleted_at - deleted_by - sender: *551 + sender: *552 required: - action - projects_v2 @@ -148364,10 +148365,10 @@ webhooks: type: string enum: - created - installation: *548 - organization: *549 - projects_v2: *559 - sender: *551 + installation: *549 + organization: *550 + projects_v2: *560 + sender: *552 required: - action - projects_v2 @@ -148446,10 +148447,10 @@ webhooks: type: string enum: - deleted - installation: *548 - organization: *549 - projects_v2: *559 - sender: *551 + installation: *549 + organization: *550 + projects_v2: *560 + sender: *552 required: - action - projects_v2 @@ -148568,10 +148569,10 @@ webhooks: type: string to: type: string - installation: *548 - organization: *549 - projects_v2: *559 - sender: *551 + installation: *549 + organization: *550 + projects_v2: *560 + sender: *552 required: - action - projects_v2 @@ -148668,9 +148669,9 @@ webhooks: - string - 'null' format: date-time - installation: *548 - organization: *549 - projects_v2_item: &560 + installation: *549 + organization: *550 + projects_v2_item: &561 title: Projects v2 Item description: An item belonging to a project type: object @@ -148716,7 +148717,7 @@ webhooks: - created_at - updated_at - archived_at - sender: *551 + sender: *552 required: - action - projects_v2_item @@ -148808,10 +148809,10 @@ webhooks: - 'null' to: type: string - installation: *548 - organization: *549 - projects_v2_item: *560 - sender: *551 + installation: *549 + organization: *550 + projects_v2_item: *561 + sender: *552 required: - action - projects_v2_item @@ -148891,10 +148892,10 @@ webhooks: type: string enum: - created - installation: *548 - organization: *549 - projects_v2_item: *560 - sender: *551 + installation: *549 + organization: *550 + projects_v2_item: *561 + sender: *552 required: - action - projects_v2_item @@ -148973,10 +148974,10 @@ webhooks: type: string enum: - deleted - installation: *548 - organization: *549 - projects_v2_item: *560 - sender: *551 + installation: *549 + organization: *550 + projects_v2_item: *561 + sender: *552 required: - action - projects_v2_item @@ -149085,10 +149086,10 @@ webhooks: - 'null' required: - body - installation: *548 - organization: *549 - projects_v2_item: *560 - sender: *551 + installation: *549 + organization: *550 + projects_v2_item: *561 + sender: *552 required: - action - projects_v2_item @@ -149183,10 +149184,10 @@ webhooks: type: - string - 'null' - installation: *548 - organization: *549 - projects_v2_item: *560 - sender: *551 + installation: *549 + organization: *550 + projects_v2_item: *561 + sender: *552 required: - action - projects_v2_item @@ -149283,10 +149284,10 @@ webhooks: - string - 'null' format: date-time - installation: *548 - organization: *549 - projects_v2_item: *560 - sender: *551 + installation: *549 + organization: *550 + projects_v2_item: *561 + sender: *552 required: - action - projects_v2_item @@ -149366,10 +149367,10 @@ webhooks: type: string enum: - reopened - installation: *548 - organization: *549 - projects_v2: *559 - sender: *551 + installation: *549 + organization: *550 + projects_v2: *560 + sender: *552 required: - action - projects_v2 @@ -149439,11 +149440,11 @@ webhooks: title: public event type: object properties: - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 - sender: *551 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 + sender: *552 required: - repository - sender @@ -149588,12 +149589,12 @@ webhooks: required: - login - id - enterprise: *547 - installation: *548 + enterprise: *548 + installation: *549 number: description: The pull request number. type: integer - organization: *549 + organization: *550 pull_request: title: Pull Request type: object @@ -151915,8 +151916,8 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *550 - sender: *551 + repository: *551 + sender: *552 required: - action - number @@ -151997,11 +151998,11 @@ webhooks: type: string enum: - auto_merge_disabled - enterprise: *547 - installation: *548 + enterprise: *548 + installation: *549 number: type: integer - organization: *549 + organization: *550 pull_request: title: Pull Request type: object @@ -154318,8 +154319,8 @@ webhooks: - draft reason: type: string - repository: *550 - sender: *551 + repository: *551 + sender: *552 required: - action - number @@ -154400,11 +154401,11 @@ webhooks: type: string enum: - auto_merge_enabled - enterprise: *547 - installation: *548 + enterprise: *548 + installation: *549 number: type: integer - organization: *549 + organization: *550 pull_request: title: Pull Request type: object @@ -156722,8 +156723,8 @@ webhooks: - draft reason: type: string - repository: *550 - sender: *551 + repository: *551 + sender: *552 required: - action - number @@ -156804,15 +156805,15 @@ webhooks: type: string enum: - closed - enterprise: *547 - installation: *548 + enterprise: *548 + installation: *549 number: description: The pull request number. type: integer - organization: *549 + organization: *550 pull_request: allOf: - - *435 + - *436 - type: object properties: allow_auto_merge: @@ -156874,8 +156875,8 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *550 - sender: *551 + repository: *551 + sender: *552 required: - action - number @@ -156955,15 +156956,15 @@ webhooks: type: string enum: - converted_to_draft - enterprise: *547 - installation: *548 + enterprise: *548 + installation: *549 number: description: The pull request number. type: integer - organization: *549 + organization: *550 pull_request: allOf: - - *435 + - *436 - type: object properties: allow_auto_merge: @@ -157025,8 +157026,8 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *550 - sender: *551 + repository: *551 + sender: *552 required: - action - number @@ -157105,12 +157106,12 @@ webhooks: type: string enum: - demilestoned - enterprise: *547 + enterprise: *548 milestone: *336 number: description: The pull request number. type: integer - organization: *549 + organization: *550 pull_request: title: Pull Request type: object @@ -159415,8 +159416,8 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *550 - sender: *551 + repository: *551 + sender: *552 required: - action - number @@ -159494,11 +159495,11 @@ webhooks: type: string enum: - dequeued - enterprise: *547 - installation: *548 + enterprise: *548 + installation: *549 number: type: integer - organization: *549 + organization: *550 pull_request: title: Pull Request type: object @@ -161806,8 +161807,8 @@ webhooks: - draft reason: type: string - repository: *550 - sender: *551 + repository: *551 + sender: *552 required: - action - number @@ -161930,15 +161931,15 @@ webhooks: type: string required: - from - enterprise: *547 - installation: *548 + enterprise: *548 + installation: *549 number: description: The pull request number. type: integer - organization: *549 + organization: *550 pull_request: allOf: - - *435 + - *436 - type: object properties: allow_auto_merge: @@ -162000,8 +162001,8 @@ webhooks: Please use `squash_merge_commit_title` instead. type: boolean default: false - repository: *550 - sender: *551 + repository: *551 + sender: *552 required: - action - changes @@ -162080,11 +162081,11 @@ webhooks: type: string enum: - enqueued - enterprise: *547 - installation: *548 + enterprise: *548 + installation: *549 number: type: integer - organization: *549 + organization: *550 pull_request: title: Pull Request type: object @@ -164390,8 +164391,8 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *550 - sender: *551 + repository: *551 + sender: *552 required: - action - number @@ -164470,8 +164471,8 @@ webhooks: type: string enum: - labeled - enterprise: *547 - installation: *548 + enterprise: *548 + installation: *549 label: title: Label type: object @@ -164508,7 +164509,7 @@ webhooks: number: description: The pull request number. type: integer - organization: *549 + organization: *550 pull_request: title: Pull Request type: object @@ -166831,8 +166832,8 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *550 - sender: *551 + repository: *551 + sender: *552 required: - action - number @@ -166912,12 +166913,12 @@ webhooks: type: string enum: - locked - enterprise: *547 - installation: *548 + enterprise: *548 + installation: *549 number: description: The pull request number. type: integer - organization: *549 + organization: *550 pull_request: title: Pull Request type: object @@ -169238,8 +169239,8 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *550 - sender: *551 + repository: *551 + sender: *552 required: - action - number @@ -169318,12 +169319,12 @@ webhooks: type: string enum: - milestoned - enterprise: *547 + enterprise: *548 milestone: *336 number: description: The pull request number. type: integer - organization: *549 + organization: *550 pull_request: title: Pull Request type: object @@ -171628,8 +171629,8 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *550 - sender: *551 + repository: *551 + sender: *552 required: - action - number @@ -171707,15 +171708,15 @@ webhooks: type: string enum: - opened - enterprise: *547 - installation: *548 + enterprise: *548 + installation: *549 number: description: The pull request number. type: integer - organization: *549 + organization: *550 pull_request: allOf: - - *435 + - *436 - type: object properties: allow_auto_merge: @@ -171777,8 +171778,8 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *550 - sender: *551 + repository: *551 + sender: *552 required: - action - number @@ -171858,15 +171859,15 @@ webhooks: type: string enum: - ready_for_review - enterprise: *547 - installation: *548 + enterprise: *548 + installation: *549 number: description: The pull request number. type: integer - organization: *549 + organization: *550 pull_request: allOf: - - *435 + - *436 - type: object properties: allow_auto_merge: @@ -171928,8 +171929,8 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *550 - sender: *551 + repository: *551 + sender: *552 required: - action - number @@ -172008,15 +172009,15 @@ webhooks: type: string enum: - reopened - enterprise: *547 - installation: *548 + enterprise: *548 + installation: *549 number: description: The pull request number. type: integer - organization: *549 + organization: *550 pull_request: allOf: - - *435 + - *436 - type: object properties: allow_auto_merge: @@ -172078,8 +172079,8 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *550 - sender: *551 + repository: *551 + sender: *552 required: - action - number @@ -172450,9 +172451,9 @@ webhooks: - start_side - side - reactions - enterprise: *547 - installation: *548 - organization: *549 + enterprise: *548 + installation: *549 + organization: *550 pull_request: type: object properties: @@ -174659,8 +174660,8 @@ webhooks: - _links - author_association - active_lock_reason - repository: *550 - sender: *551 + repository: *551 + sender: *552 required: - action - comment @@ -175029,9 +175030,9 @@ webhooks: - start_side - side - reactions - enterprise: *547 - installation: *548 - organization: *549 + enterprise: *548 + installation: *549 + organization: *550 pull_request: type: object properties: @@ -177226,8 +177227,8 @@ webhooks: - _links - author_association - active_lock_reason - repository: *550 - sender: *551 + repository: *551 + sender: *552 required: - action - comment @@ -177608,9 +177609,9 @@ webhooks: - start_side - side - reactions - enterprise: *547 - installation: *548 - organization: *549 + enterprise: *548 + installation: *549 + organization: *550 pull_request: type: object properties: @@ -179806,8 +179807,8 @@ webhooks: - _links - author_association - active_lock_reason - repository: *550 - sender: *551 + repository: *551 + sender: *552 required: - action - changes @@ -179887,9 +179888,9 @@ webhooks: type: string enum: - dismissed - enterprise: *547 - installation: *548 - organization: *549 + enterprise: *548 + installation: *549 + organization: *550 pull_request: title: Simple Pull Request type: object @@ -182099,7 +182100,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *550 + repository: *551 review: description: The review that was affected. type: object @@ -182251,7 +182252,7 @@ webhooks: - pull_request_url - author_association - _links - sender: *551 + sender: *552 required: - action - review @@ -182342,9 +182343,9 @@ webhooks: type: string required: - from - enterprise: *547 - installation: *548 - organization: *549 + enterprise: *548 + installation: *549 + organization: *550 pull_request: title: Simple Pull Request type: object @@ -184435,7 +184436,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *550 + repository: *551 review: description: The review that was affected. type: object @@ -184584,7 +184585,7 @@ webhooks: - pull_request_url - author_association - _links - sender: *551 + sender: *552 required: - action - changes @@ -184666,12 +184667,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *547 - installation: *548 + enterprise: *548 + installation: *549 number: description: The pull request number. type: integer - organization: *549 + organization: *550 pull_request: title: Pull Request type: object @@ -186991,7 +186992,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *550 + repository: *551 requested_reviewer: title: User type: @@ -187061,7 +187062,7 @@ webhooks: required: - login - id - sender: *551 + sender: *552 required: - requested_reviewer - action @@ -187075,12 +187076,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *547 - installation: *548 + enterprise: *548 + installation: *549 number: description: The pull request number. type: integer - organization: *549 + organization: *550 pull_request: title: Pull Request type: object @@ -189407,7 +189408,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *550 + repository: *551 requested_team: title: Team description: Groups of organization members that gives permissions @@ -189520,7 +189521,7 @@ webhooks: - members_url - repositories_url - permission - sender: *551 + sender: *552 required: - requested_team - action @@ -189602,12 +189603,12 @@ webhooks: type: string enum: - review_requested - enterprise: *547 - installation: *548 + enterprise: *548 + installation: *549 number: description: The pull request number. type: integer - organization: *549 + organization: *550 pull_request: title: Pull Request type: object @@ -191929,7 +191930,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *550 + repository: *551 requested_reviewer: title: User type: @@ -192000,7 +192001,7 @@ webhooks: required: - login - id - sender: *551 + sender: *552 required: - requested_reviewer - action @@ -192014,12 +192015,12 @@ webhooks: type: string enum: - review_requested - enterprise: *547 - installation: *548 + enterprise: *548 + installation: *549 number: description: The pull request number. type: integer - organization: *549 + organization: *550 pull_request: title: Pull Request type: object @@ -194332,7 +194333,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *550 + repository: *551 requested_team: title: Team description: Groups of organization members that gives permissions @@ -194436,7 +194437,7 @@ webhooks: required: - name - id - sender: *551 + sender: *552 required: - requested_team - action @@ -194516,9 +194517,9 @@ webhooks: type: string enum: - submitted - enterprise: *547 - installation: *548 - organization: *549 + enterprise: *548 + installation: *549 + organization: *550 pull_request: title: Simple Pull Request type: object @@ -196731,7 +196732,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *550 + repository: *551 review: description: The review that was affected. type: object @@ -196880,7 +196881,7 @@ webhooks: - pull_request_url - author_association - _links - sender: *551 + sender: *552 required: - action - review @@ -196959,9 +196960,9 @@ webhooks: type: string enum: - resolved - enterprise: *547 - installation: *548 - organization: *549 + enterprise: *548 + installation: *549 + organization: *550 pull_request: title: Simple Pull Request type: object @@ -199069,8 +199070,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *550 - sender: *551 + repository: *551 + sender: *552 thread: type: object properties: @@ -199458,9 +199459,9 @@ webhooks: type: string enum: - unresolved - enterprise: *547 - installation: *548 - organization: *549 + enterprise: *548 + installation: *549 + organization: *550 pull_request: title: Simple Pull Request type: object @@ -201551,8 +201552,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *550 - sender: *551 + repository: *551 + sender: *552 thread: type: object properties: @@ -201942,12 +201943,12 @@ webhooks: type: string before: type: string - enterprise: *547 - installation: *548 + enterprise: *548 + installation: *549 number: description: The pull request number. type: integer - organization: *549 + organization: *550 pull_request: title: Pull Request type: object @@ -204257,8 +204258,8 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *550 - sender: *551 + repository: *551 + sender: *552 required: - action - number @@ -204409,12 +204410,12 @@ webhooks: required: - login - id - enterprise: *547 - installation: *548 + enterprise: *548 + installation: *549 number: description: The pull request number. type: integer - organization: *549 + organization: *550 pull_request: title: Pull Request type: object @@ -206739,8 +206740,8 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *550 - sender: *551 + repository: *551 + sender: *552 required: - action - number @@ -206818,8 +206819,8 @@ webhooks: type: string enum: - unlabeled - enterprise: *547 - installation: *548 + enterprise: *548 + installation: *549 label: title: Label type: object @@ -206856,7 +206857,7 @@ webhooks: number: description: The pull request number. type: integer - organization: *549 + organization: *550 pull_request: title: Pull Request type: object @@ -209170,8 +209171,8 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *550 - sender: *551 + repository: *551 + sender: *552 required: - action - number @@ -209251,12 +209252,12 @@ webhooks: type: string enum: - unlocked - enterprise: *547 - installation: *548 + enterprise: *548 + installation: *549 number: description: The pull request number. type: integer - organization: *549 + organization: *550 pull_request: title: Pull Request type: object @@ -211560,8 +211561,8 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *550 - sender: *551 + repository: *551 + sender: *552 required: - action - number @@ -211762,7 +211763,7 @@ webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *547 + enterprise: *548 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -211857,8 +211858,8 @@ webhooks: - url - author - committer - installation: *548 - organization: *549 + installation: *549 + organization: *550 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -212357,7 +212358,7 @@ webhooks: - default_branch - topics - visibility - sender: *551 + sender: *552 required: - ref - before @@ -212442,9 +212443,9 @@ webhooks: type: string enum: - published - enterprise: *547 - installation: *548 - organization: *549 + enterprise: *548 + installation: *549 + organization: *550 registry_package: type: object properties: @@ -212915,7 +212916,7 @@ webhooks: type: string rubygems_metadata: type: array - items: *556 + items: *557 summary: type: string tag_name: @@ -212971,8 +212972,8 @@ webhooks: - owner - package_version - registry - repository: *550 - sender: *551 + repository: *551 + sender: *552 required: - action - registry_package @@ -213048,9 +213049,9 @@ webhooks: type: string enum: - updated - enterprise: *547 - installation: *548 - organization: *549 + enterprise: *548 + installation: *549 + organization: *550 registry_package: type: object properties: @@ -213356,7 +213357,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *556 + items: *557 summary: type: string tag_name: @@ -213406,8 +213407,8 @@ webhooks: - owner - package_version - registry - repository: *550 - sender: *551 + repository: *551 + sender: *552 required: - action - registry_package @@ -213483,9 +213484,9 @@ webhooks: type: string enum: - created - enterprise: *547 - installation: *548 - organization: *549 + enterprise: *548 + installation: *549 + organization: *550 release: title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) @@ -213800,8 +213801,8 @@ webhooks: - tarball_url - zipball_url - body - repository: *550 - sender: *551 + repository: *551 + sender: *552 required: - action - release @@ -213877,9 +213878,9 @@ webhooks: type: string enum: - deleted - enterprise: *547 - installation: *548 - organization: *549 + enterprise: *548 + installation: *549 + organization: *550 release: title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) @@ -214194,8 +214195,8 @@ webhooks: - tarball_url - zipball_url - body - repository: *550 - sender: *551 + repository: *551 + sender: *552 required: - action - release @@ -214302,9 +214303,9 @@ webhooks: type: boolean required: - to - enterprise: *547 - installation: *548 - organization: *549 + enterprise: *548 + installation: *549 + organization: *550 release: title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) @@ -214619,8 +214620,8 @@ webhooks: - tarball_url - zipball_url - body - repository: *550 - sender: *551 + repository: *551 + sender: *552 required: - action - changes @@ -214697,9 +214698,9 @@ webhooks: type: string enum: - prereleased - enterprise: *547 - installation: *548 - organization: *549 + enterprise: *548 + installation: *549 + organization: *550 release: allOf: - title: Release @@ -215110,8 +215111,8 @@ webhooks: - 'null' required: - prerelease - repository: *550 - sender: *551 + repository: *551 + sender: *552 required: - action - release @@ -215186,9 +215187,9 @@ webhooks: type: string enum: - published - enterprise: *547 - installation: *548 - organization: *549 + enterprise: *548 + installation: *549 + organization: *550 release: allOf: - title: Release @@ -215596,8 +215597,8 @@ webhooks: - 'null' required: - published_at - repository: *550 - sender: *551 + repository: *551 + sender: *552 required: - action - release @@ -215672,9 +215673,9 @@ webhooks: type: string enum: - released - enterprise: *547 - installation: *548 - organization: *549 + enterprise: *548 + installation: *549 + organization: *550 release: title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) @@ -215989,8 +215990,8 @@ webhooks: - tarball_url - zipball_url - body - repository: *550 - sender: *551 + repository: *551 + sender: *552 required: - action - release @@ -216065,9 +216066,9 @@ webhooks: type: string enum: - unpublished - enterprise: *547 - installation: *548 - organization: *549 + enterprise: *548 + installation: *549 + organization: *550 release: allOf: - title: Release @@ -216474,8 +216475,8 @@ webhooks: - 'null' required: - published_at - repository: *550 - sender: *551 + repository: *551 + sender: *552 required: - action - release @@ -216550,12 +216551,12 @@ webhooks: type: string enum: - published - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 - repository_advisory: *482 - sender: *551 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 + repository_advisory: *483 + sender: *552 required: - action - repository @@ -216630,12 +216631,12 @@ webhooks: type: string enum: - reported - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 - repository_advisory: *482 - sender: *551 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 + repository_advisory: *483 + sender: *552 required: - action - repository @@ -216710,11 +216711,11 @@ webhooks: type: string enum: - archived - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 - sender: *551 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 + sender: *552 required: - action - repository @@ -216790,11 +216791,11 @@ webhooks: type: string enum: - created - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 - sender: *551 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 + sender: *552 required: - action - repository @@ -216871,11 +216872,11 @@ webhooks: type: string enum: - deleted - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 - sender: *551 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 + sender: *552 required: - action - repository @@ -216959,11 +216960,11 @@ webhooks: - object - 'null' additionalProperties: true - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 - sender: *551 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 + sender: *552 required: - action - branch @@ -217077,11 +217078,11 @@ webhooks: - 'null' items: type: string - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 - sender: *551 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 + sender: *552 required: - action - changes @@ -217152,11 +217153,11 @@ webhooks: title: repository_import event type: object properties: - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 - sender: *551 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 + sender: *552 status: type: string enum: @@ -217236,11 +217237,11 @@ webhooks: type: string enum: - privatized - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 - sender: *551 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 + sender: *552 required: - action - repository @@ -217316,11 +217317,11 @@ webhooks: type: string enum: - publicized - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 - sender: *551 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 + sender: *552 required: - action - repository @@ -217413,11 +217414,11 @@ webhooks: - name required: - repository - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 - sender: *551 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 + sender: *552 required: - action - changes @@ -217496,12 +217497,12 @@ webhooks: type: string enum: - created - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 repository_ruleset: *187 - sender: *551 + sender: *552 required: - action - repository_ruleset @@ -217578,12 +217579,12 @@ webhooks: type: string enum: - deleted - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 repository_ruleset: *187 - sender: *551 + sender: *552 required: - action - repository_ruleset @@ -217660,10 +217661,10 @@ webhooks: type: string enum: - edited - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 repository_ruleset: *187 changes: type: object @@ -217753,7 +217754,7 @@ webhooks: properties: from: type: string - sender: *551 + sender: *552 required: - action - repository_ruleset @@ -217968,11 +217969,11 @@ webhooks: - from required: - owner - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 - sender: *551 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 + sender: *552 required: - action - changes @@ -218049,11 +218050,11 @@ webhooks: type: string enum: - unarchived - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 - sender: *551 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 + sender: *552 required: - action - repository @@ -218288,11 +218289,11 @@ webhooks: - open required: - state - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 - sender: *551 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 + sender: *552 required: - action - alert @@ -218610,11 +218611,11 @@ webhooks: - dismiss_reason - dismissed_at - state - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 - sender: *551 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 + sender: *552 required: - action - alert @@ -218849,11 +218850,11 @@ webhooks: - open required: - state - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 - sender: *551 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 + sender: *552 required: - action - alert @@ -219093,11 +219094,11 @@ webhooks: - open required: - state - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 - sender: *551 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 + sender: *552 required: - action - alert @@ -219174,7 +219175,7 @@ webhooks: type: string enum: - created - alert: &561 + alert: &562 type: object properties: number: *42 @@ -219246,11 +219247,11 @@ webhooks: format: date-time description: 'The time that push protection was bypassed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 - sender: *551 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 + sender: *552 required: - action - alert @@ -219330,12 +219331,12 @@ webhooks: type: string enum: - created - alert: *561 - installation: *548 - location: *562 - organization: *549 - repository: *550 - sender: *551 + alert: *562 + installation: *549 + location: *563 + organization: *550 + repository: *551 + sender: *552 required: - location - alert @@ -219570,12 +219571,12 @@ webhooks: type: string enum: - reopened - alert: *561 - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 - sender: *551 + alert: *562 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 + sender: *552 required: - action - alert @@ -219652,12 +219653,12 @@ webhooks: type: string enum: - resolved - alert: *561 - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 - sender: *551 + alert: *562 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 + sender: *552 required: - action - alert @@ -219734,12 +219735,12 @@ webhooks: type: string enum: - revoked - alert: *561 - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 - sender: *551 + alert: *562 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 + sender: *552 required: - action - alert @@ -219816,12 +219817,12 @@ webhooks: type: string enum: - validated - alert: *561 - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 - sender: *551 + alert: *562 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 + sender: *552 required: - action - alert @@ -219896,10 +219897,10 @@ webhooks: type: string enum: - published - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -220013,7 +220014,7 @@ webhooks: - updated_at - withdrawn_at - vulnerabilities - sender: *551 + sender: *552 required: - action - security_advisory @@ -220085,10 +220086,10 @@ webhooks: type: string enum: - updated - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -220202,7 +220203,7 @@ webhooks: - updated_at - withdrawn_at - vulnerabilities - sender: *551 + sender: *552 required: - action - security_advisory @@ -220274,10 +220275,10 @@ webhooks: type: string enum: - withdrawn - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -220389,7 +220390,7 @@ webhooks: - updated_at - withdrawn_at - vulnerabilities - sender: *551 + sender: *552 required: - action - security_advisory @@ -220463,11 +220464,11 @@ webhooks: type: object properties: security_and_analysis: *180 - enterprise: *547 - installation: *548 - organization: *549 + enterprise: *548 + installation: *549 + organization: *550 repository: *225 - sender: *551 + sender: *552 required: - changes - repository @@ -220544,11 +220545,11 @@ webhooks: type: string enum: - cancelled - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 - sender: *551 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 + sender: *552 sponsorship: type: object properties: @@ -220848,11 +220849,11 @@ webhooks: type: string enum: - created - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 - sender: *551 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 + sender: *552 sponsorship: type: object properties: @@ -221166,11 +221167,11 @@ webhooks: type: string required: - from - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 - sender: *551 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 + sender: *552 sponsorship: type: object properties: @@ -221478,11 +221479,11 @@ webhooks: event types will include the date the cancellation or tier change will take effect. type: string - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 - sender: *551 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 + sender: *552 sponsorship: type: object properties: @@ -221831,11 +221832,11 @@ webhooks: event types will include the date the cancellation or tier change will take effect. type: string - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 - sender: *551 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 + sender: *552 sponsorship: type: object properties: @@ -222182,11 +222183,11 @@ webhooks: - from required: - tier - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 - sender: *551 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 + sender: *552 sponsorship: type: object properties: @@ -222486,11 +222487,11 @@ webhooks: type: string enum: - created - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 - sender: *551 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 + sender: *552 starred_at: description: 'The time the star was created. This is a timestamp in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`. Will be `null` for @@ -222573,11 +222574,11 @@ webhooks: type: string enum: - deleted - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 - sender: *551 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 + sender: *552 starred_at: description: 'The time the star was created. This is a timestamp in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`. Will be `null` for @@ -223005,16 +223006,16 @@ webhooks: type: - string - 'null' - enterprise: *547 + enterprise: *548 id: description: The unique identifier of the status. type: integer - installation: *548 + installation: *549 name: type: string - organization: *549 - repository: *550 - sender: *551 + organization: *550 + repository: *551 + sender: *552 sha: description: The Commit SHA. type: string @@ -223116,11 +223117,11 @@ webhooks: title: team_add event type: object properties: - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 - sender: *551 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 + sender: *552 team: title: Team description: Groups of organization members that gives permissions @@ -223314,9 +223315,9 @@ webhooks: type: string enum: - added_to_repository - enterprise: *547 - installation: *548 - organization: *549 + enterprise: *548 + installation: *549 + organization: *550 repository: title: Repository description: A git repository @@ -223782,7 +223783,7 @@ webhooks: - default_branch - topics - visibility - sender: *551 + sender: *552 team: title: Team description: Groups of organization members that gives permissions @@ -223976,9 +223977,9 @@ webhooks: type: string enum: - created - enterprise: *547 - installation: *548 - organization: *549 + enterprise: *548 + installation: *549 + organization: *550 repository: title: Repository description: A git repository @@ -224444,7 +224445,7 @@ webhooks: - default_branch - topics - visibility - sender: *551 + sender: *552 team: title: Team description: Groups of organization members that gives permissions @@ -224639,9 +224640,9 @@ webhooks: type: string enum: - deleted - enterprise: *547 - installation: *548 - organization: *549 + enterprise: *548 + installation: *549 + organization: *550 repository: title: Repository description: A git repository @@ -225107,7 +225108,7 @@ webhooks: - default_branch - topics - visibility - sender: *551 + sender: *552 team: title: Team description: Groups of organization members that gives permissions @@ -225369,9 +225370,9 @@ webhooks: - from required: - permissions - enterprise: *547 - installation: *548 - organization: *549 + enterprise: *548 + installation: *549 + organization: *550 repository: title: Repository description: A git repository @@ -225837,7 +225838,7 @@ webhooks: - default_branch - topics - visibility - sender: *551 + sender: *552 team: title: Team description: Groups of organization members that gives permissions @@ -226033,9 +226034,9 @@ webhooks: type: string enum: - removed_from_repository - enterprise: *547 - installation: *548 - organization: *549 + enterprise: *548 + installation: *549 + organization: *550 repository: title: Repository description: A git repository @@ -226501,7 +226502,7 @@ webhooks: - default_branch - topics - visibility - sender: *551 + sender: *552 team: title: Team description: Groups of organization members that gives permissions @@ -226695,11 +226696,11 @@ webhooks: type: string enum: - started - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 - sender: *551 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 + sender: *552 required: - action - repository @@ -226771,18 +226772,18 @@ webhooks: title: workflow_dispatch event type: object properties: - enterprise: *547 + enterprise: *548 inputs: type: - object - 'null' additionalProperties: true - installation: *548 - organization: *549 + installation: *549 + organization: *550 ref: type: string - repository: *550 - sender: *551 + repository: *551 + sender: *552 workflow: type: string required: @@ -226863,11 +226864,11 @@ webhooks: type: string enum: - completed - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 - sender: *551 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 + sender: *552 workflow_job: allOf: - title: Workflow Job @@ -227201,11 +227202,11 @@ webhooks: type: string enum: - in_progress - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 - sender: *551 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 + sender: *552 workflow_job: allOf: - title: Workflow Job @@ -227565,11 +227566,11 @@ webhooks: type: string enum: - queued - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 - sender: *551 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 + sender: *552 workflow_job: type: object properties: @@ -227793,11 +227794,11 @@ webhooks: type: string enum: - waiting - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 - sender: *551 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 + sender: *552 workflow_job: type: object properties: @@ -228023,11 +228024,11 @@ webhooks: type: string enum: - completed - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 - sender: *551 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 + sender: *552 workflow: title: Workflow type: @@ -229539,11 +229540,11 @@ webhooks: type: string enum: - in_progress - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 - sender: *551 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 + sender: *552 workflow: title: Workflow type: @@ -231057,11 +231058,11 @@ webhooks: type: string enum: - requested - enterprise: *547 - installation: *548 - organization: *549 - repository: *550 - sender: *551 + enterprise: *548 + installation: *549 + organization: *550 + repository: *551 + sender: *552 workflow: title: Workflow type: 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 aad4929226..91df11c92a 100644 --- a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json +++ b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json @@ -304216,9 +304216,10 @@ }, { "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)\" in the Git documentation.", + "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.", "in": "path", "required": true, + "example": "heads/feature-a", "schema": { "type": "string" }, @@ -304361,9 +304362,10 @@ }, { "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)\" in the Git documentation.", + "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.", "in": "path", "required": true, + "example": "heads/feature-a", "schema": { "type": "string" }, @@ -304706,7 +304708,7 @@ "/repos/{owner}/{repo}/git/refs/{ref}": { "patch": { "summary": "Update a reference", - "description": "", + "description": "Updates the provided reference to point to a new SHA. For more information, see \"[Git References](https://git-scm.com/book/en/v2/Git-Internals-Git-References)\" in the Git documentation.", "tags": [ "git" ], @@ -304736,10 +304738,10 @@ }, { "name": "ref", - "description": "The name of the reference to update (for example, `heads/featureA`). Can be a 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)\" in the Git documentation.", + "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.", "in": "path", "required": true, - "example": "heads/featureA", + "example": "heads/feature-a", "schema": { "type": "string" }, @@ -304934,7 +304936,7 @@ }, "delete": { "summary": "Delete a reference", - "description": "", + "description": "Deletes the provided reference.", "tags": [ "git" ], @@ -304964,9 +304966,10 @@ }, { "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)\" in the Git documentation.", + "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.", "in": "path", "required": true, + "example": "heads/feature-a", "schema": { "type": "string" }, 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 8e22427211..fe1a62d777 100644 --- a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml +++ b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml @@ -980,7 +980,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: - - &527 + - &528 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -1637,7 +1637,7 @@ paths: application/json: schema: *2 application/scim+json: - schema: &537 + schema: &538 title: Scim Error description: Scim Error type: object @@ -11908,14 +11908,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &522 + state: &523 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: &523 + resolution: &524 type: - string - 'null' @@ -13015,7 +13015,7 @@ paths: - author_association - created_at - updated_at - comment: &436 + comment: &437 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -13579,7 +13579,7 @@ paths: url: type: string format: uri - user: &576 + user: &577 title: Public User description: Public User type: object @@ -16970,7 +16970,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &464 + - &465 name: all description: If `true`, show notifications marked as read. in: query @@ -16978,7 +16978,7 @@ paths: schema: type: boolean default: false - - &465 + - &466 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -16988,7 +16988,7 @@ paths: type: boolean default: false - *83 - - &466 + - &467 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: @@ -17497,7 +17497,7 @@ paths: - url - subscription_url examples: - default: &467 + default: &468 value: - id: '1' repository: @@ -18049,7 +18049,7 @@ paths: type: array items: *49 examples: - default: &593 + default: &594 value: - login: github id: 1 @@ -19219,7 +19219,7 @@ paths: type: array items: *54 examples: - default: &587 + default: &588 value: total_count: 1 repositories: @@ -19981,7 +19981,7 @@ paths: type: array items: *126 examples: - default: &579 + default: &580 value: total_count: 1 repositories: @@ -26957,7 +26957,7 @@ paths: application/json: schema: *19 examples: - default: &432 + default: &433 value: id: 1 account: @@ -27184,7 +27184,7 @@ paths: required: true content: application/json: - schema: &433 + schema: &434 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration @@ -29029,7 +29029,7 @@ paths: parameters: - *109 - *197 - - &592 + - &593 name: repo_name description: repo_name parameter in: path @@ -30087,7 +30087,7 @@ paths: - nuget - container - *109 - - &594 + - &595 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -30128,7 +30128,7 @@ paths: default: *203 '403': *26 '401': *22 - '400': &596 + '400': &597 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -33746,7 +33746,7 @@ paths: type: object description: A repository rule. oneOf: - - &495 + - &496 title: creation description: Only allow users with bypass permission to create matching refs. @@ -33758,7 +33758,7 @@ paths: type: string enum: - creation - - &496 + - &497 title: update description: Only allow users with bypass permission to update matching refs. @@ -33779,7 +33779,7 @@ paths: repository required: - update_allows_fetch_and_merge - - &498 + - &499 title: deletion description: Only allow users with bypass permissions to delete matching refs. @@ -33791,7 +33791,7 @@ paths: type: string enum: - deletion - - &499 + - &500 title: required_linear_history description: Prevent merge commits from being pushed to matching refs. @@ -33803,7 +33803,7 @@ paths: type: string enum: - required_linear_history - - &500 + - &501 title: required_deployments description: Choose which environments must be successfully deployed to before refs can be pushed into a ref that @@ -33827,7 +33827,7 @@ paths: type: string required: - required_deployment_environments - - &501 + - &502 title: required_signatures description: Commits pushed to matching refs must have verified signatures. @@ -33839,7 +33839,7 @@ paths: type: string enum: - required_signatures - - &502 + - &503 title: pull_request description: Require all commits be made to a non-target branch and submitted via a pull request before they can @@ -33885,7 +33885,7 @@ paths: - require_last_push_approval - required_approving_review_count - required_review_thread_resolution - - &503 + - &504 title: required_status_checks description: Choose which status checks must pass before the ref is updated. When enabled, commits must first be @@ -33928,7 +33928,7 @@ paths: required: - required_status_checks - strict_required_status_checks_policy - - &504 + - &505 title: non_fast_forward description: Prevent users with push access from force pushing to refs. @@ -33940,7 +33940,7 @@ paths: type: string enum: - non_fast_forward - - &505 + - &506 title: commit_message_pattern description: Parameters to be used for the commit_message_pattern rule @@ -33976,7 +33976,7 @@ paths: required: - operator - pattern - - &506 + - &507 title: commit_author_email_pattern description: Parameters to be used for the commit_author_email_pattern rule @@ -34012,7 +34012,7 @@ paths: required: - operator - pattern - - &507 + - &508 title: committer_email_pattern description: Parameters to be used for the committer_email_pattern rule @@ -34048,7 +34048,7 @@ paths: required: - operator - pattern - - &508 + - &509 title: branch_name_pattern description: Parameters to be used for the branch_name_pattern rule @@ -34084,7 +34084,7 @@ paths: required: - operator - pattern - - &509 + - &510 title: tag_name_pattern description: Parameters to be used for the tag_name_pattern rule @@ -34120,7 +34120,7 @@ paths: required: - operator - pattern - - &510 + - &511 title: workflows description: Require all changes made to a targeted branch to pass the specified workflows before they can be merged. @@ -34345,7 +34345,7 @@ paths: in: query schema: type: integer - - &511 + - &512 name: time_period description: |- The time period to filter by. @@ -34361,14 +34361,14 @@ paths: - week - month default: day - - &512 + - &513 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 - - &513 + - &514 name: rule_suite_result description: The rule results to filter on. When specified, only suites with this result will be returned. @@ -34388,7 +34388,7 @@ paths: description: Response content: application/json: - schema: &514 + schema: &515 title: Rule Suites description: Response type: array @@ -34443,7 +34443,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &515 + default: &516 value: - id: 21 actor_id: 12 @@ -34487,7 +34487,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *109 - - &516 + - &517 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -34503,7 +34503,7 @@ paths: description: Response content: application/json: - schema: &517 + schema: &518 title: Rule Suite description: Response type: object @@ -34602,7 +34602,7 @@ paths: type: string description: Any associated details with the rule evaluation. examples: - default: &518 + default: &519 value: id: 21 actor_id: 12 @@ -34815,7 +34815,7 @@ paths: - *64 - *17 - *16 - - &520 + - &521 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 @@ -34825,7 +34825,7 @@ paths: required: false schema: type: string - - &521 + - &522 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 @@ -34915,7 +34915,7 @@ paths: application/json: schema: type: array - items: &525 + items: &526 description: A repository security advisory. type: object properties: @@ -35233,7 +35233,7 @@ paths: - private_fork additionalProperties: false examples: - default: &526 + default: &527 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -36749,7 +36749,7 @@ paths: - updated_at - url examples: - default: &566 + default: &567 value: - author: login: octocat @@ -36994,7 +36994,7 @@ paths: application/json: schema: *253 examples: - default: &567 + default: &568 value: author: login: octocat @@ -37183,7 +37183,7 @@ paths: - updated_at - url examples: - default: &568 + default: &569 value: - author: login: octocat @@ -37406,7 +37406,7 @@ paths: application/json: schema: *256 examples: - default: &569 + default: &570 value: author: login: octocat @@ -38113,7 +38113,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &570 + response-if-user-is-a-team-maintainer: &571 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -38176,7 +38176,7 @@ paths: application/json: schema: *267 examples: - response-if-users-membership-with-team-is-now-pending: &571 + response-if-users-membership-with-team-is-now-pending: &572 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -38316,7 +38316,7 @@ paths: - updated_at - permissions examples: - default: &572 + default: &573 value: - owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -38392,7 +38392,7 @@ paths: application/json: schema: *268 examples: - default: &573 + default: &574 value: owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -38592,7 +38592,7 @@ paths: description: Alternative response with repository permissions content: application/json: - schema: &574 + schema: &575 title: Team Repository description: A team's access to a repository. type: object @@ -39426,7 +39426,7 @@ paths: type: array items: *156 examples: - response-if-child-teams-exist: &575 + response-if-child-teams-exist: &576 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -47945,7 +47945,7 @@ paths: required: - sha - url - verification: &422 + verification: &423 title: Verification type: object properties: @@ -51171,7 +51171,7 @@ paths: check. type: array items: *339 - deployment: &616 + deployment: &617 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -55294,7 +55294,7 @@ paths: type: array items: *367 examples: - default: &582 + default: &583 value: total_count: 2 machines: @@ -55999,7 +55999,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &435 + schema: &436 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -56831,7 +56831,7 @@ paths: type: array items: *375 examples: - default: &482 + default: &483 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -57118,7 +57118,7 @@ paths: application/json: schema: type: array - items: &473 + items: &474 title: Pull Request Simple description: Pull Request Simple type: object @@ -57362,7 +57362,7 @@ paths: - review_comment - self author_association: *80 - auto_merge: &475 + auto_merge: &476 title: Auto merge description: The status of auto merging a pull request. type: @@ -57427,7 +57427,7 @@ paths: - author_association - auto_merge examples: - default: &474 + default: &475 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -57982,7 +57982,7 @@ paths: application/json: schema: *375 examples: - default: &461 + default: &462 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -58600,7 +58600,7 @@ paths: application/json: schema: type: array - items: &530 + items: &531 title: Status description: The status of a commit. type: object @@ -59558,7 +59558,7 @@ paths: - size - type - url - - &487 + - &488 title: Content File description: Content File type: object @@ -65039,7 +65039,16 @@ paths: parameters: - *270 - *271 - - *381 + - &420 + 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. + in: path + required: true + example: heads/feature-a + schema: + type: string + x-multi-segment: true responses: '200': description: Response @@ -65047,7 +65056,7 @@ paths: application/json: schema: type: array - items: &420 + items: &421 title: Git Reference description: Git references within a repository type: object @@ -65123,15 +65132,15 @@ paths: parameters: - *270 - *271 - - *381 + - *420 responses: '200': description: Response content: application/json: - schema: *420 + schema: *421 examples: - default: &421 + default: &422 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -65189,9 +65198,9 @@ paths: description: Response content: application/json: - schema: *420 + schema: *421 examples: - default: *421 + default: *422 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -65206,7 +65215,9 @@ paths: "/repos/{owner}/{repo}/git/refs/{ref}": patch: summary: Update a reference - description: '' + description: Updates the provided reference to point to a new SHA. For more + information, see "[Git References](https://git-scm.com/book/en/v2/Git-Internals-Git-References)" + in the Git documentation. tags: - git operationId: git/update-ref @@ -65216,17 +65227,7 @@ paths: parameters: - *270 - *271 - - name: ref - description: The name of the reference to update (for example, `heads/featureA`). - Can be a 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)" - in the Git documentation. - in: path - required: true - example: heads/featureA - schema: - type: string - x-multi-segment: true + - *420 requestBody: required: true content: @@ -65255,9 +65256,9 @@ paths: description: Response content: application/json: - schema: *420 + schema: *421 examples: - default: *421 + default: *422 '422': *14 x-github: githubCloudOnly: false @@ -65266,7 +65267,7 @@ paths: subcategory: refs delete: summary: Delete a reference - description: '' + description: Deletes the provided reference. tags: - git operationId: git/delete-ref @@ -65276,7 +65277,7 @@ paths: parameters: - *270 - *271 - - *381 + - *420 responses: '204': description: Response @@ -65395,7 +65396,7 @@ paths: description: Response content: application/json: - schema: &423 + schema: &424 title: Git Tag description: Metadata for a Git tag type: object @@ -65451,7 +65452,7 @@ paths: - sha - type - url - verification: *422 + verification: *423 required: - sha - url @@ -65461,7 +65462,7 @@ paths: - tag - message examples: - default: &424 + default: &425 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -65543,9 +65544,9 @@ paths: description: Response content: application/json: - schema: *423 + schema: *424 examples: - default: *424 + default: *425 '404': *5 x-github: githubCloudOnly: false @@ -65643,7 +65644,7 @@ paths: description: Response content: application/json: - schema: &425 + schema: &426 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -65784,7 +65785,7 @@ paths: description: Response content: application/json: - schema: *425 + schema: *426 examples: default-response: summary: Default response @@ -65853,7 +65854,7 @@ paths: application/json: schema: type: array - items: &426 + items: &427 title: Webhook description: Webhooks for repositories. type: object @@ -65916,7 +65917,7 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &622 + last_response: &623 title: Hook Response type: object properties: @@ -66047,9 +66048,9 @@ paths: description: Response content: application/json: - schema: *426 + schema: *427 examples: - default: &427 + default: &428 value: type: Repository id: 12345678 @@ -66105,9 +66106,9 @@ paths: description: Response content: application/json: - schema: *426 + schema: *427 examples: - default: *427 + default: *428 '404': *5 x-github: githubCloudOnly: false @@ -66174,9 +66175,9 @@ paths: description: Response content: application/json: - schema: *426 + schema: *427 examples: - default: *427 + default: *428 '422': *14 '404': *5 x-github: @@ -66480,7 +66481,7 @@ paths: description: Response content: application/json: - schema: &428 + schema: &429 title: Import description: A repository import from an external source. type: object @@ -66587,7 +66588,7 @@ paths: - html_url - authors_url examples: - default: &431 + default: &432 value: vcs: subversion use_lfs: true @@ -66603,7 +66604,7 @@ paths: authors_url: https://api.github.com/repos/octocat/socm/import/authors repository_url: https://api.github.com/repos/octocat/socm '404': *5 - '503': &429 + '503': &430 description: Unavailable due to service under maintenance. content: application/json: @@ -66680,7 +66681,7 @@ paths: description: Response content: application/json: - schema: *428 + schema: *429 examples: default: value: @@ -66705,7 +66706,7 @@ paths: type: string '422': *14 '404': *5 - '503': *429 + '503': *430 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66785,7 +66786,7 @@ paths: description: Response content: application/json: - schema: *428 + schema: *429 examples: example-1: summary: Example 1 @@ -66833,7 +66834,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': *429 + '503': *430 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66860,7 +66861,7 @@ paths: responses: '204': description: Response - '503': *429 + '503': *430 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66887,7 +66888,7 @@ paths: parameters: - *270 - *271 - - &605 + - &606 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -66901,7 +66902,7 @@ paths: application/json: schema: type: array - items: &430 + items: &431 title: Porter Author description: Porter Author type: object @@ -66955,7 +66956,7 @@ paths: url: https://api.github.com/repos/octocat/socm/import/authors/2268559 import_url: https://api.github.com/repos/octocat/socm/import '404': *5 - '503': *429 + '503': *430 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67010,7 +67011,7 @@ paths: description: Response content: application/json: - schema: *430 + schema: *431 examples: default: value: @@ -67023,7 +67024,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *14 '404': *5 - '503': *429 + '503': *430 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67088,7 +67089,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *429 + '503': *430 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67143,11 +67144,11 @@ paths: description: Response content: application/json: - schema: *428 + schema: *429 examples: - default: *431 + default: *432 '422': *14 - '503': *429 + '503': *430 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67179,7 +67180,7 @@ paths: application/json: schema: *19 examples: - default: *432 + default: *433 '301': *284 '404': *5 x-github: @@ -67214,7 +67215,7 @@ paths: properties: {} additionalProperties: false examples: - default: &434 + default: &435 value: limit: collaborators_only origin: repository @@ -67245,7 +67246,7 @@ paths: required: true content: application/json: - schema: *433 + schema: *434 examples: default: summary: Example request body @@ -67259,7 +67260,7 @@ paths: application/json: schema: *182 examples: - default: *434 + default: *435 '409': description: Response x-github: @@ -67316,9 +67317,9 @@ paths: application/json: schema: type: array - items: *435 + items: *436 examples: - default: &598 + default: &599 value: - id: 1 repository: @@ -67480,7 +67481,7 @@ paths: description: Response content: application/json: - schema: *435 + schema: *436 examples: default: value: @@ -67973,7 +67974,7 @@ paths: application/json: schema: *93 examples: - default: &439 + default: &440 value: id: 1 node_id: MDU6SXNzdWUx @@ -68179,9 +68180,9 @@ paths: application/json: schema: type: array - items: *436 + items: *437 examples: - default: &441 + default: &442 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -68247,9 +68248,9 @@ paths: description: Response content: application/json: - schema: *436 + schema: *437 examples: - default: &437 + default: &438 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -68327,9 +68328,9 @@ paths: description: Response content: application/json: - schema: *436 + schema: *437 examples: - default: *437 + default: *438 '422': *14 x-github: githubCloudOnly: false @@ -68518,7 +68519,7 @@ paths: application/json: schema: type: array - items: &438 + items: &439 title: Issue Event description: Issue Event type: object @@ -68869,7 +68870,7 @@ paths: description: Response content: application/json: - schema: *438 + schema: *439 examples: default: value: @@ -69100,7 +69101,7 @@ paths: parameters: - *270 - *271 - - &440 + - &441 name: issue_number description: The number that identifies the issue. in: path @@ -69114,7 +69115,7 @@ paths: application/json: schema: *93 examples: - default: *439 + default: *440 '301': *284 '404': *5 '410': *281 @@ -69144,7 +69145,7 @@ paths: parameters: - *270 - *271 - - *440 + - *441 requestBody: required: false content: @@ -69253,7 +69254,7 @@ paths: application/json: schema: *93 examples: - default: *439 + default: *440 '422': *14 '503': *78 '403': *26 @@ -69279,7 +69280,7 @@ paths: parameters: - *270 - *271 - - *440 + - *441 requestBody: required: false content: @@ -69307,7 +69308,7 @@ paths: application/json: schema: *93 examples: - default: *439 + default: *440 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69325,7 +69326,7 @@ paths: parameters: - *270 - *271 - - *440 + - *441 requestBody: content: application/json: @@ -69352,7 +69353,7 @@ paths: application/json: schema: *93 examples: - default: *439 + default: *440 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69376,7 +69377,7 @@ paths: parameters: - *270 - *271 - - *440 + - *441 - name: assignee in: path required: true @@ -69418,7 +69419,7 @@ paths: parameters: - *270 - *271 - - *440 + - *441 - *83 - *16 - *17 @@ -69429,9 +69430,9 @@ paths: application/json: schema: type: array - items: *436 + items: *437 examples: - default: *441 + default: *442 headers: Link: *36 '404': *5 @@ -69466,7 +69467,7 @@ paths: parameters: - *270 - *271 - - *440 + - *441 requestBody: required: true content: @@ -69488,9 +69489,9 @@ paths: description: Response content: application/json: - schema: *436 + schema: *437 examples: - default: *437 + default: *438 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 @@ -69519,7 +69520,7 @@ paths: parameters: - *270 - *271 - - *440 + - *441 - *16 - *17 responses: @@ -69533,7 +69534,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &444 + - &445 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -69582,7 +69583,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &445 + - &446 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -69710,7 +69711,7 @@ paths: - performed_via_github_app - assignee - assigner - - &446 + - &447 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -69756,7 +69757,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &447 + - &448 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -69802,7 +69803,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &448 + - &449 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -69851,7 +69852,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &449 + - &450 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -69893,7 +69894,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &450 + - &451 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -69935,7 +69936,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &451 + - &452 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -69991,7 +69992,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &452 + - &453 title: Locked Issue Event description: Locked Issue Event type: object @@ -70036,7 +70037,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &453 + - &454 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -70097,7 +70098,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &454 + - &455 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -70158,7 +70159,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &455 + - &456 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -70219,7 +70220,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &456 + - &457 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -70331,7 +70332,7 @@ paths: parameters: - *270 - *271 - - *440 + - *441 - *16 - *17 responses: @@ -70341,7 +70342,7 @@ paths: application/json: schema: type: array - items: &442 + items: &443 title: Label description: Color-coded labels help you categorize and filter your issues (just like labels in Gmail). @@ -70392,7 +70393,7 @@ paths: - color - default examples: - default: &443 + default: &444 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -70431,7 +70432,7 @@ paths: parameters: - *270 - *271 - - *440 + - *441 requestBody: required: false content: @@ -70490,9 +70491,9 @@ paths: application/json: schema: type: array - items: *442 + items: *443 examples: - default: *443 + default: *444 '301': *284 '404': *5 '410': *281 @@ -70514,7 +70515,7 @@ paths: parameters: - *270 - *271 - - *440 + - *441 requestBody: required: false content: @@ -70574,9 +70575,9 @@ paths: application/json: schema: type: array - items: *442 + items: *443 examples: - default: *443 + default: *444 '301': *284 '404': *5 '410': *281 @@ -70598,7 +70599,7 @@ paths: parameters: - *270 - *271 - - *440 + - *441 responses: '204': description: Response @@ -70625,7 +70626,7 @@ paths: parameters: - *270 - *271 - - *440 + - *441 - name: name in: path required: true @@ -70638,7 +70639,7 @@ paths: application/json: schema: type: array - items: *442 + items: *443 examples: default: value: @@ -70673,7 +70674,7 @@ paths: parameters: - *270 - *271 - - *440 + - *441 requestBody: required: false content: @@ -70722,7 +70723,7 @@ paths: parameters: - *270 - *271 - - *440 + - *441 responses: '204': description: Response @@ -70746,7 +70747,7 @@ paths: parameters: - *270 - *271 - - *440 + - *441 - 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. @@ -70798,7 +70799,7 @@ paths: parameters: - *270 - *271 - - *440 + - *441 requestBody: required: true content: @@ -70862,7 +70863,7 @@ paths: parameters: - *270 - *271 - - *440 + - *441 - *262 responses: '204': @@ -70885,7 +70886,7 @@ paths: parameters: - *270 - *271 - - *440 + - *441 - *16 - *17 responses: @@ -70900,7 +70901,6 @@ paths: description: Timeline Event type: object anyOf: - - *444 - *445 - *446 - *447 @@ -70913,6 +70913,7 @@ paths: - *454 - *455 - *456 + - *457 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -71231,7 +71232,7 @@ paths: type: string comments: type: array - items: &476 + items: &477 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -71770,7 +71771,7 @@ paths: application/json: schema: type: array - items: &457 + items: &458 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -71871,9 +71872,9 @@ paths: description: Response content: application/json: - schema: *457 + schema: *458 examples: - default: &458 + default: &459 value: id: 1 key: ssh-rsa AAA... @@ -71908,7 +71909,7 @@ paths: parameters: - *270 - *271 - - &459 + - &460 name: key_id description: The unique identifier of the key. in: path @@ -71920,9 +71921,9 @@ paths: description: Response content: application/json: - schema: *457 + schema: *458 examples: - default: *458 + default: *459 '404': *5 x-github: githubCloudOnly: false @@ -71942,7 +71943,7 @@ paths: parameters: - *270 - *271 - - *459 + - *460 responses: '204': description: Response @@ -71973,9 +71974,9 @@ paths: application/json: schema: type: array - items: *442 + items: *443 examples: - default: *443 + default: *444 headers: Link: *36 '404': *5 @@ -72033,9 +72034,9 @@ paths: description: Response content: application/json: - schema: *442 + schema: *443 examples: - default: &460 + default: &461 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -72079,9 +72080,9 @@ paths: description: Response content: application/json: - schema: *442 + schema: *443 examples: - default: *460 + default: *461 '404': *5 x-github: githubCloudOnly: false @@ -72138,7 +72139,7 @@ paths: description: Response content: application/json: - schema: *442 + schema: *443 examples: default: value: @@ -72536,7 +72537,7 @@ paths: application/json: schema: *375 examples: - default: *461 + default: *462 '204': description: Response when already merged '404': @@ -72702,7 +72703,7 @@ paths: application/json: schema: *379 examples: - default: &462 + default: &463 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -72763,7 +72764,7 @@ paths: parameters: - *270 - *271 - - &463 + - &464 name: milestone_number description: The number that identifies the milestone. in: path @@ -72777,7 +72778,7 @@ paths: application/json: schema: *379 examples: - default: *462 + default: *463 '404': *5 x-github: githubCloudOnly: false @@ -72796,7 +72797,7 @@ paths: parameters: - *270 - *271 - - *463 + - *464 requestBody: required: false content: @@ -72836,7 +72837,7 @@ paths: application/json: schema: *379 examples: - default: *462 + default: *463 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72854,7 +72855,7 @@ paths: parameters: - *270 - *271 - - *463 + - *464 responses: '204': description: Response @@ -72877,7 +72878,7 @@ paths: parameters: - *270 - *271 - - *463 + - *464 - *16 - *17 responses: @@ -72887,9 +72888,9 @@ paths: application/json: schema: type: array - items: *442 + items: *443 examples: - default: *443 + default: *444 headers: Link: *36 x-github: @@ -72910,10 +72911,10 @@ paths: parameters: - *270 - *271 - - *464 - *465 - - *83 - *466 + - *83 + - *467 - *16 - *17 responses: @@ -72925,7 +72926,7 @@ paths: type: array items: *105 examples: - default: *467 + default: *468 headers: Link: *36 x-github: @@ -73015,7 +73016,7 @@ paths: description: Response content: application/json: - schema: &468 + schema: &469 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -73159,7 +73160,7 @@ paths: - custom_404 - public examples: - default: &469 + default: &470 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -73254,9 +73255,9 @@ paths: description: Response content: application/json: - schema: *468 + schema: *469 examples: - default: *469 + default: *470 '422': *14 '409': *199 x-github: @@ -73426,7 +73427,7 @@ paths: application/json: schema: type: array - items: &470 + items: &471 title: Page Build description: Page Build type: object @@ -73573,9 +73574,9 @@ paths: description: Response content: application/json: - schema: *470 + schema: *471 examples: - default: &471 + default: &472 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -73635,9 +73636,9 @@ paths: description: Response content: application/json: - schema: *470 + schema: *471 examples: - default: *471 + default: *472 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73769,7 +73770,7 @@ paths: parameters: - *270 - *271 - - &472 + - &473 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -73829,7 +73830,7 @@ paths: parameters: - *270 - *271 - - *472 + - *473 responses: '204': *215 '404': *5 @@ -74499,9 +74500,9 @@ paths: application/json: schema: type: array - items: *473 + items: *474 examples: - default: *474 + default: *475 headers: Link: *36 '304': *34 @@ -74602,7 +74603,7 @@ paths: description: Response content: application/json: - schema: &478 + schema: &479 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -75725,7 +75726,7 @@ paths: - review_comment - self author_association: *80 - auto_merge: *475 + auto_merge: *476 draft: description: Indicates whether or not the pull request is a draft. type: boolean @@ -75827,7 +75828,7 @@ paths: - merged_by - review_comments examples: - default: &479 + default: &480 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -76384,9 +76385,9 @@ paths: application/json: schema: type: array - items: *476 + items: *477 examples: - default: &481 + default: &482 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -76471,9 +76472,9 @@ paths: description: Response content: application/json: - schema: *476 + schema: *477 examples: - default: &477 + default: &478 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -76572,9 +76573,9 @@ paths: description: Response content: application/json: - schema: *476 + schema: *477 examples: - default: *477 + default: *478 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76776,7 +76777,7 @@ paths: parameters: - *270 - *271 - - &480 + - &481 name: pull_number description: The number that identifies the pull request. in: path @@ -76789,9 +76790,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *478 + schema: *479 examples: - default: *479 + default: *480 '304': *34 '404': *5 '500': *154 @@ -76824,7 +76825,7 @@ paths: parameters: - *270 - *271 - - *480 + - *481 requestBody: required: false content: @@ -76866,9 +76867,9 @@ paths: description: Response content: application/json: - schema: *478 + schema: *479 examples: - default: *479 + default: *480 '422': *14 '403': *26 x-github: @@ -76892,7 +76893,7 @@ paths: parameters: - *270 - *271 - - *480 + - *481 requestBody: required: true content: @@ -76995,7 +76996,7 @@ paths: parameters: - *270 - *271 - - *480 + - *481 - *102 - name: direction description: The direction to sort results. Ignored without `sort` parameter. @@ -77016,9 +77017,9 @@ paths: application/json: schema: type: array - items: *476 + items: *477 examples: - default: *481 + default: *482 headers: Link: *36 x-github: @@ -77053,7 +77054,7 @@ paths: parameters: - *270 - *271 - - *480 + - *481 requestBody: required: true content: @@ -77159,7 +77160,7 @@ paths: description: Response content: application/json: - schema: *476 + schema: *477 examples: example-for-a-multi-line-comment: value: @@ -77249,7 +77250,7 @@ paths: parameters: - *270 - *271 - - *480 + - *481 - *92 requestBody: required: true @@ -77272,7 +77273,7 @@ paths: description: Response content: application/json: - schema: *476 + schema: *477 examples: default: value: @@ -77361,7 +77362,7 @@ paths: parameters: - *270 - *271 - - *480 + - *481 - *16 - *17 responses: @@ -77373,7 +77374,7 @@ paths: type: array items: *375 examples: - default: *482 + default: *483 headers: Link: *36 x-github: @@ -77406,7 +77407,7 @@ paths: parameters: - *270 - *271 - - *480 + - *481 - *16 - *17 responses: @@ -77456,7 +77457,7 @@ paths: parameters: - *270 - *271 - - *480 + - *481 responses: '204': description: Response if pull request has been merged @@ -77481,7 +77482,7 @@ paths: parameters: - *270 - *271 - - *480 + - *481 requestBody: required: false content: @@ -77595,7 +77596,7 @@ paths: parameters: - *270 - *271 - - *480 + - *481 responses: '200': description: Response @@ -77672,7 +77673,7 @@ paths: parameters: - *270 - *271 - - *480 + - *481 requestBody: required: false content: @@ -77709,7 +77710,7 @@ paths: description: Response content: application/json: - schema: *473 + schema: *474 examples: default: value: @@ -78247,7 +78248,7 @@ paths: parameters: - *270 - *271 - - *480 + - *481 requestBody: required: true content: @@ -78281,7 +78282,7 @@ paths: description: Response content: application/json: - schema: *473 + schema: *474 examples: default: value: @@ -78788,7 +78789,7 @@ paths: parameters: - *270 - *271 - - *480 + - *481 - *16 - *17 responses: @@ -78798,7 +78799,7 @@ paths: application/json: schema: type: array - items: &483 + items: &484 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -78954,7 +78955,7 @@ paths: parameters: - *270 - *271 - - *480 + - *481 requestBody: required: false content: @@ -79044,9 +79045,9 @@ paths: description: Response content: application/json: - schema: *483 + schema: *484 examples: - default: &485 + default: &486 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -79111,8 +79112,8 @@ paths: parameters: - *270 - *271 - - *480 - - &484 + - *481 + - &485 name: review_id description: The unique identifier of the review. in: path @@ -79124,9 +79125,9 @@ paths: description: Response content: application/json: - schema: *483 + schema: *484 examples: - default: &486 + default: &487 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -79187,8 +79188,8 @@ paths: parameters: - *270 - *271 - - *480 - - *484 + - *481 + - *485 requestBody: required: true content: @@ -79211,7 +79212,7 @@ paths: description: Response content: application/json: - schema: *483 + schema: *484 examples: default: value: @@ -79275,16 +79276,16 @@ paths: parameters: - *270 - *271 - - *480 - - *484 + - *481 + - *485 responses: '200': description: Response content: application/json: - schema: *483 + schema: *484 examples: - default: *485 + default: *486 '422': *6 '404': *5 x-github: @@ -79313,8 +79314,8 @@ paths: parameters: - *270 - *271 - - *480 - - *484 + - *481 + - *485 - *16 - *17 responses: @@ -79566,8 +79567,8 @@ paths: parameters: - *270 - *271 - - *480 - - *484 + - *481 + - *485 requestBody: required: true content: @@ -79596,7 +79597,7 @@ paths: description: Response content: application/json: - schema: *483 + schema: *484 examples: default: value: @@ -79661,8 +79662,8 @@ paths: parameters: - *270 - *271 - - *480 - - *484 + - *481 + - *485 requestBody: required: true content: @@ -79697,9 +79698,9 @@ paths: description: Response content: application/json: - schema: *483 + schema: *484 examples: - default: *486 + default: *487 '404': *5 '422': *6 '403': *26 @@ -79722,7 +79723,7 @@ paths: parameters: - *270 - *271 - - *480 + - *481 requestBody: required: false content: @@ -79800,9 +79801,9 @@ paths: description: Response content: application/json: - schema: *487 + schema: *488 examples: - default: &488 + default: &489 value: type: file encoding: base64 @@ -79864,9 +79865,9 @@ paths: description: Response content: application/json: - schema: *487 + schema: *488 examples: - default: *488 + default: *489 '404': *5 '422': *14 x-github: @@ -79899,7 +79900,7 @@ paths: application/json: schema: type: array - items: &489 + items: &490 title: Release description: A release. type: object @@ -79971,7 +79972,7 @@ paths: author: *3 assets: type: array - items: &490 + items: &491 title: Release Asset description: Data related to a release. type: object @@ -80228,9 +80229,9 @@ paths: description: Response content: application/json: - schema: *489 + schema: *490 examples: - default: &493 + default: &494 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -80333,7 +80334,7 @@ paths: parameters: - *270 - *271 - - &491 + - &492 name: asset_id description: The unique identifier of the asset. in: path @@ -80345,9 +80346,9 @@ paths: description: Response content: application/json: - schema: *490 + schema: *491 examples: - default: &492 + default: &493 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 @@ -80399,7 +80400,7 @@ paths: parameters: - *270 - *271 - - *491 + - *492 requestBody: required: false content: @@ -80428,9 +80429,9 @@ paths: description: Response content: application/json: - schema: *490 + schema: *491 examples: - default: *492 + default: *493 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80448,7 +80449,7 @@ paths: parameters: - *270 - *271 - - *491 + - *492 responses: '204': description: Response @@ -80566,9 +80567,9 @@ paths: description: Response content: application/json: - schema: *489 + schema: *490 examples: - default: *493 + default: *494 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80599,9 +80600,9 @@ paths: description: Response content: application/json: - schema: *489 + schema: *490 examples: - default: *493 + default: *494 '404': *5 x-github: githubCloudOnly: false @@ -80626,7 +80627,7 @@ paths: parameters: - *270 - *271 - - &494 + - &495 name: release_id description: The unique identifier of the release. in: path @@ -80640,9 +80641,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: *489 + schema: *490 examples: - default: *493 + default: *494 '401': description: Unauthorized x-github: @@ -80662,7 +80663,7 @@ paths: parameters: - *270 - *271 - - *494 + - *495 requestBody: required: false content: @@ -80726,9 +80727,9 @@ paths: description: Response content: application/json: - schema: *489 + schema: *490 examples: - default: *493 + default: *494 '404': description: Not Found if the discussion category name is invalid content: @@ -80751,7 +80752,7 @@ paths: parameters: - *270 - *271 - - *494 + - *495 responses: '204': description: Response @@ -80773,7 +80774,7 @@ paths: parameters: - *270 - *271 - - *494 + - *495 - *16 - *17 responses: @@ -80783,7 +80784,7 @@ paths: application/json: schema: type: array - items: *490 + items: *491 examples: default: value: @@ -80866,7 +80867,7 @@ paths: parameters: - *270 - *271 - - *494 + - *495 - name: name in: query required: true @@ -80892,7 +80893,7 @@ paths: description: Response for successful upload content: application/json: - schema: *490 + schema: *491 examples: response-for-successful-upload: value: @@ -80948,7 +80949,7 @@ paths: parameters: - *270 - *271 - - *494 + - *495 - 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. @@ -80997,7 +80998,7 @@ paths: parameters: - *270 - *271 - - *494 + - *495 requestBody: required: true content: @@ -81059,7 +81060,7 @@ paths: parameters: - *270 - *271 - - *494 + - *495 - *262 responses: '204': @@ -81102,8 +81103,8 @@ paths: description: A repository rule with ruleset details. oneOf: - allOf: - - *495 - - &497 + - *496 + - &498 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -81123,47 +81124,47 @@ paths: type: integer description: The ID of the ruleset that includes this rule. - allOf: - - *496 - *497 - - allOf: - *498 - - *497 - allOf: - *499 - - *497 + - *498 - allOf: - *500 - - *497 + - *498 - allOf: - *501 - - *497 + - *498 - allOf: - *502 - - *497 + - *498 - allOf: - *503 - - *497 + - *498 - allOf: - *504 - - *497 + - *498 - allOf: - *505 - - *497 + - *498 - allOf: - *506 - - *497 + - *498 - allOf: - *507 - - *497 + - *498 - allOf: - *508 - - *497 + - *498 - allOf: - *509 - - *497 + - *498 - allOf: - *510 - - *497 + - *498 + - allOf: + - *511 + - *498 examples: default: value: @@ -81329,7 +81330,7 @@ paths: application/json: schema: *231 examples: - default: &519 + default: &520 value: id: 42 name: super cool ruleset @@ -81385,9 +81386,9 @@ paths: schema: type: string x-multi-segment: true - - *511 - *512 - *513 + - *514 - *16 - *17 responses: @@ -81395,9 +81396,9 @@ paths: description: Response content: application/json: - schema: *514 + schema: *515 examples: - default: *515 + default: *516 '404': *5 '500': *154 x-github: @@ -81420,15 +81421,15 @@ paths: parameters: - *270 - *271 - - *516 + - *517 responses: '200': description: Response content: application/json: - schema: *517 + schema: *518 examples: - default: *518 + default: *519 '404': *5 '500': *154 x-github: @@ -81475,7 +81476,7 @@ paths: application/json: schema: *231 examples: - default: *519 + default: *520 '404': *5 '500': *154 put: @@ -81557,7 +81558,7 @@ paths: application/json: schema: *231 examples: - default: *519 + default: *520 '404': *5 '500': *154 delete: @@ -81613,8 +81614,8 @@ paths: - *64 - *17 - *16 - - *520 - *521 + - *522 - *237 responses: '200': @@ -81623,7 +81624,7 @@ paths: application/json: schema: type: array - items: &524 + items: &525 type: object properties: number: *68 @@ -81639,8 +81640,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *522 - resolution: *523 + state: *523 + resolution: *524 resolved_at: type: - string @@ -81798,7 +81799,7 @@ paths: description: Response content: application/json: - schema: *524 + schema: *525 examples: default: value: @@ -81854,8 +81855,8 @@ paths: schema: type: object properties: - state: *522 - resolution: *523 + state: *523 + resolution: *524 resolution_comment: description: An optional comment when closing an alert. Cannot be updated or deleted. Must be `null` when changing `state` to `open`. @@ -81874,7 +81875,7 @@ paths: description: Response content: application/json: - schema: *524 + schema: *525 examples: default: value: @@ -81956,7 +81957,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &626 + items: &627 type: object properties: type: @@ -82312,9 +82313,9 @@ paths: application/json: schema: type: array - items: *525 + items: *526 examples: - default: *526 + default: *527 '400': *13 '404': *5 x-github: @@ -82508,9 +82509,9 @@ paths: description: Response content: application/json: - schema: *525 + schema: *526 examples: - default: &528 + default: &529 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -82850,7 +82851,7 @@ paths: description: Response content: application/json: - schema: *525 + schema: *526 examples: default: value: @@ -82996,15 +82997,15 @@ paths: parameters: - *270 - *271 - - *527 + - *528 responses: '200': description: Response content: application/json: - schema: *525 + schema: *526 examples: - default: *528 + default: *529 '403': *26 '404': *5 x-github: @@ -83030,7 +83031,7 @@ paths: parameters: - *270 - *271 - - *527 + - *528 requestBody: required: true content: @@ -83201,10 +83202,10 @@ paths: description: Response content: application/json: - schema: *525 + schema: *526 examples: - default: *528 - add_credit: *528 + default: *529 + add_credit: *529 '403': *26 '404': *5 '422': @@ -83244,7 +83245,7 @@ paths: parameters: - *270 - *271 - - *527 + - *528 responses: '202': *114 '400': *13 @@ -83272,7 +83273,7 @@ paths: parameters: - *270 - *271 - - *527 + - *528 responses: '202': description: Response @@ -83414,7 +83415,7 @@ paths: application/json: schema: type: array - items: &529 + items: &530 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -83786,7 +83787,7 @@ paths: application/json: schema: type: array - items: *529 + items: *530 examples: default: value: @@ -83876,7 +83877,7 @@ paths: description: Response content: application/json: - schema: *530 + schema: *531 examples: default: value: @@ -83970,7 +83971,7 @@ paths: description: if you subscribe to the repository content: application/json: - schema: &531 + schema: &532 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -84070,7 +84071,7 @@ paths: description: Response content: application/json: - schema: *531 + schema: *532 examples: default: value: @@ -84207,7 +84208,7 @@ paths: application/json: schema: type: array - items: &532 + items: &533 title: Tag protection description: Tag protection type: object @@ -84282,7 +84283,7 @@ paths: description: Response content: application/json: - schema: *532 + schema: *533 examples: default: value: @@ -84419,7 +84420,7 @@ paths: description: Response content: application/json: - schema: &533 + schema: &534 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -84431,7 +84432,7 @@ paths: required: - names examples: - default: &534 + default: &535 value: names: - octocat @@ -84486,9 +84487,9 @@ paths: description: Response content: application/json: - schema: *533 + schema: *534 examples: - default: *534 + default: *535 '404': *5 '422': *6 x-github: @@ -84511,7 +84512,7 @@ paths: parameters: - *270 - *271 - - &535 + - &536 name: per description: The time frame to display results for. in: query @@ -84542,7 +84543,7 @@ paths: - 128 clones: type: array - items: &536 + items: &537 title: Traffic type: object properties: @@ -84790,7 +84791,7 @@ paths: parameters: - *270 - *271 - - *535 + - *536 responses: '200': description: Response @@ -84811,7 +84812,7 @@ paths: - 3782 views: type: array - items: *536 + items: *537 required: - uniques - count @@ -85485,7 +85486,7 @@ paths: value: Engineering externalId: value: 8aa1a0c0-c4c3-4bc0-b4a5-2ef676900159 - - &544 + - &545 name: excludedAttributes description: Excludes the specified attribute from being returned in the results. Using this parameter can speed up response time. @@ -85495,7 +85496,7 @@ paths: type: string examples: - members - - &549 + - &550 name: startIndex description: 'Used for pagination: the starting index of the first result to return when paginating through values.' @@ -85507,7 +85508,7 @@ paths: format: int32 examples: - 1 - - &550 + - &551 name: count description: 'Used for pagination: the number of results to return per page.' in: query @@ -85550,7 +85551,7 @@ paths: Resources: type: array description: Information about each provisioned group. - items: &538 + items: &539 allOf: - type: object required: @@ -85632,7 +85633,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: &551 + meta: &552 type: object description: The metadata associated with the creation/updates to the user. @@ -85697,31 +85698,31 @@ paths: location: https://api.github.localhost/scim/v2/Groups/927fa2c08dcb4a7fae9e startIndex: 1 itemsPerPage: 20 - '400': &539 + '400': &540 description: Bad request content: application/json: - schema: *537 + schema: *538 application/scim+json: - schema: *537 - '401': &540 + schema: *538 + '401': &541 description: Authorization failure - '403': &541 + '403': &542 description: Permission denied - '429': &542 + '429': &543 description: Too many requests content: application/json: - schema: *537 + schema: *538 application/scim+json: - schema: *537 - '500': &543 + schema: *538 + '500': &544 description: Internal server error content: application/json: - schema: *537 + schema: *538 application/scim+json: - schema: *537 + schema: *538 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -85746,7 +85747,7 @@ paths: required: true content: application/json: - schema: &547 + schema: &548 type: object required: - schemas @@ -85806,9 +85807,9 @@ paths: description: Group has been created content: application/scim+json: - schema: *538 + schema: *539 examples: - group: &545 + group: &546 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:Group @@ -85827,13 +85828,13 @@ paths: created: '2012-03-27T19:59:26.000Z' lastModified: '2018-03-27T19:59:26.000Z' location: https://api.github.localhost/scim/v2/Groups/927fa2c08dcb4a7fae9e - '400': *539 - '401': *540 - '403': *541 - '409': &548 + '400': *540 + '401': *541 + '403': *542 + '409': &549 description: Duplicate record detected - '429': *542 - '500': *543 + '429': *543 + '500': *544 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -85854,7 +85855,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: - - &546 + - &547 name: scim_group_id description: A unique identifier of the SCIM group. in: path @@ -85863,21 +85864,21 @@ paths: type: string examples: - 7fce0092-d52e-4f76-b727-3955bd72c939 - - *544 + - *545 responses: '200': description: Success, a group was found content: application/scim+json: - schema: *538 + schema: *539 examples: - default: *545 - '400': *539 - '401': *540 - '403': *541 + default: *546 + '400': *540 + '401': *541 + '403': *542 '404': *5 - '429': *542 - '500': *543 + '429': *543 + '500': *544 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -85899,12 +85900,12 @@ 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: - - *546 + - *547 requestBody: required: true content: application/json: - schema: *547 + schema: *548 examples: group: summary: Group @@ -85930,17 +85931,17 @@ paths: description: Group was updated content: application/scim+json: - schema: *538 + schema: *539 examples: - group: *545 - groupWithMembers: *545 - '400': *539 - '401': *540 - '403': *541 + group: *546 + groupWithMembers: *546 + '400': *540 + '401': *541 + '403': *542 '404': *5 - '409': *548 - '429': *542 - '500': *543 + '409': *549 + '429': *543 + '500': *544 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -85966,12 +85967,12 @@ 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: - - *546 + - *547 requestBody: required: true content: application/json: - schema: &558 + schema: &559 type: object required: - Operations @@ -86031,17 +86032,17 @@ paths: description: Success, group was updated content: application/scim+json: - schema: *538 + schema: *539 examples: - updateGroup: *545 - addMembers: *545 - '400': *539 - '401': *540 - '403': *541 + updateGroup: *546 + addMembers: *546 + '400': *540 + '401': *541 + '403': *542 '404': *5 - '409': *548 - '429': *542 - '500': *543 + '409': *549 + '429': *543 + '500': *544 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -86061,16 +86062,16 @@ 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: - - *546 + - *547 responses: '204': description: Group was deleted, no content - '400': *539 - '401': *540 - '403': *541 + '400': *540 + '401': *541 + '403': *542 '404': *5 - '429': *542 - '500': *543 + '429': *543 + '500': *544 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -86107,8 +86108,8 @@ paths: value: userName eq 'E012345' externalId: value: externalId eq 'E012345' - - *549 - *550 + - *551 responses: '200': description: Success, either users were found or not found @@ -86141,7 +86142,7 @@ paths: Resources: type: array description: Information about each provisioned account. - items: &553 + items: &554 allOf: - type: object required: @@ -86233,7 +86234,7 @@ paths: address. examples: - true - roles: &552 + roles: &553 type: array description: The roles assigned to the user. items: @@ -86292,7 +86293,7 @@ paths: type: string description: Provisioned SCIM groups that the user is a member of. - meta: *551 + meta: *552 startIndex: type: integer description: A starting index for the returned page @@ -86331,11 +86332,11 @@ paths: primary: false startIndex: 1 itemsPerPage: 20 - '400': *539 - '401': *540 - '403': *541 - '429': *542 - '500': *543 + '400': *540 + '401': *541 + '403': *542 + '429': *543 + '500': *544 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -86360,7 +86361,7 @@ paths: required: true content: application/json: - schema: &556 + schema: &557 type: object required: - schemas @@ -86453,9 +86454,9 @@ paths: description: Whether this email address is the primary address. examples: - true - roles: *552 + roles: *553 examples: - user: &557 + user: &558 summary: User value: schemas: @@ -86502,9 +86503,9 @@ paths: description: User has been created content: application/scim+json: - schema: *553 + schema: *554 examples: - user: &554 + user: &555 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -86530,13 +86531,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: *554 - '400': *539 - '401': *540 - '403': *541 - '409': *548 - '429': *542 - '500': *543 + enterpriseOwner: *555 + '400': *540 + '401': *541 + '403': *542 + '409': *549 + '429': *543 + '500': *544 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -86557,7 +86558,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: - - &555 + - &556 name: scim_user_id description: The unique identifier of the SCIM user. in: path @@ -86569,15 +86570,15 @@ paths: description: Success, a user was found content: application/scim+json: - schema: *553 + schema: *554 examples: - default: *554 - '400': *539 - '401': *540 - '403': *541 + default: *555 + '400': *540 + '401': *541 + '403': *542 '404': *5 - '429': *542 - '500': *543 + '429': *543 + '500': *544 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -86601,29 +86602,29 @@ 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: - - *555 + - *556 requestBody: required: true content: application/json: - schema: *556 + schema: *557 examples: - user: *557 + user: *558 responses: '200': description: User was updated content: application/scim+json: - schema: *553 + schema: *554 examples: - user: *554 - '400': *539 - '401': *540 - '403': *541 + user: *555 + '400': *540 + '401': *541 + '403': *542 '404': *5 - '409': *548 - '429': *542 - '500': *543 + '409': *549 + '429': *543 + '500': *544 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -86660,12 +86661,12 @@ 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: - - *555 + - *556 requestBody: required: true content: application/json: - schema: *558 + schema: *559 examples: userMultiValuedProperties: summary: Multi Valued Property @@ -86705,18 +86706,18 @@ paths: description: Success, user was updated content: application/scim+json: - schema: *553 - examples: - userMultiValuedProperties: *554 - userSingleValuedProperties: *554 - disableUser: *554 - '400': *539 - '401': *540 - '403': *541 + schema: *554 + examples: + userMultiValuedProperties: *555 + userSingleValuedProperties: *555 + disableUser: *555 + '400': *540 + '401': *541 + '403': *542 '404': *5 - '409': *548 - '429': *542 - '500': *543 + '409': *549 + '429': *543 + '500': *544 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -86736,16 +86737,16 @@ 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: - - *555 + - *556 responses: '204': description: User was deleted, no content - '400': *539 - '401': *540 - '403': *541 + '400': *540 + '401': *541 + '403': *542 '404': *5 - '429': *542 - '500': *543 + '429': *543 + '500': *544 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -86836,7 +86837,7 @@ paths: - 1 Resources: type: array - items: &559 + items: &560 title: SCIM /Users description: SCIM /Users provisioning endpoints type: object @@ -87083,22 +87084,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': *34 - '404': &560 + '404': &561 description: Resource not found content: application/json: - schema: *537 + schema: *538 application/scim+json: - schema: *537 - '403': &561 + schema: *538 + '403': &562 description: Forbidden content: application/json: - schema: *537 + schema: *538 application/scim+json: - schema: *537 - '400': *539 - '429': *542 + schema: *538 + '400': *540 + '429': *543 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -87124,9 +87125,9 @@ paths: description: Response content: application/scim+json: - schema: *559 + schema: *560 examples: - default: &562 + default: &563 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -87149,17 +87150,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': *34 - '404': *560 - '403': *561 - '500': *543 + '404': *561 + '403': *562 + '500': *544 '409': description: Conflict content: application/json: - schema: *537 + schema: *538 application/scim+json: - schema: *537 - '400': *539 + schema: *538 + '400': *540 requestBody: required: true content: @@ -87254,17 +87255,17 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#get-scim-provisioning-information-for-a-user parameters: - *109 - - *555 + - *556 responses: '200': description: Response content: application/scim+json: - schema: *559 + schema: *560 examples: - default: *562 - '404': *560 - '403': *561 + default: *563 + '404': *561 + '403': *562 '304': *34 x-github: githubCloudOnly: true @@ -87287,18 +87288,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-a-provisioned-organization-membership parameters: - *109 - - *555 + - *556 responses: '200': description: Response content: application/scim+json: - schema: *559 + schema: *560 examples: - default: *562 + default: *563 '304': *34 - '404': *560 - '403': *561 + '404': *561 + '403': *562 requestBody: required: true content: @@ -87408,19 +87409,19 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-an-attribute-for-a-scim-user parameters: - *109 - - *555 + - *556 responses: '200': description: Response content: application/scim+json: - schema: *559 + schema: *560 examples: - default: *562 + default: *563 '304': *34 - '404': *560 - '403': *561 - '400': *539 + '404': *561 + '403': *562 + '400': *540 '429': description: Response content: @@ -87516,12 +87517,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#delete-a-scim-user-from-an-organization parameters: - *109 - - *555 + - *556 responses: '204': description: Response - '404': *560 - '403': *561 + '404': *561 + '403': *562 '304': *34 x-github: githubCloudOnly: true @@ -87654,7 +87655,7 @@ paths: examples: - 73..77 - 77..78 - text_matches: &563 + text_matches: &564 title: Search Result Text Matches type: array items: @@ -87818,7 +87819,7 @@ paths: enum: - author-date - committer-date - - &564 + - &565 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 @@ -87906,7 +87907,7 @@ paths: url: type: string format: uri - verification: *422 + verification: *423 required: - author - committer @@ -87938,7 +87939,7 @@ paths: type: number node_id: type: string - text_matches: *563 + text_matches: *564 required: - sha - node_id @@ -88130,7 +88131,7 @@ paths: - interactions - created - updated - - *564 + - *565 - *16 - *17 responses: @@ -88246,7 +88247,7 @@ paths: - string - 'null' format: date-time - text_matches: *563 + text_matches: *564 pull_request: type: object properties: @@ -88468,7 +88469,7 @@ paths: enum: - created - updated - - *564 + - *565 - *16 - *17 responses: @@ -88513,7 +88514,7 @@ paths: - 'null' score: type: number - text_matches: *563 + text_matches: *564 required: - id - node_id @@ -88599,7 +88600,7 @@ paths: - forks - help-wanted-issues - updated - - *564 + - *565 - *16 - *17 responses: @@ -88836,7 +88837,7 @@ paths: - admin - pull - push - text_matches: *563 + text_matches: *564 temp_clone_token: type: string allow_merge_commit: @@ -89145,7 +89146,7 @@ paths: - string - 'null' format: uri - text_matches: *563 + text_matches: *564 related: type: - array @@ -89340,7 +89341,7 @@ paths: - followers - repositories - joined - - *564 + - *565 - *16 - *17 responses: @@ -89449,7 +89450,7 @@ paths: type: - boolean - 'null' - text_matches: *563 + text_matches: *564 blog: type: - string @@ -89530,7 +89531,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#get-a-team-legacy parameters: - - &565 + - &566 name: team_id description: The unique identifier of the team. in: path @@ -89569,7 +89570,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#update-a-team-legacy parameters: - - *565 + - *566 requestBody: required: true content: @@ -89669,7 +89670,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#delete-a-team-legacy parameters: - - *565 + - *566 responses: '204': description: Response @@ -89699,7 +89700,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#list-discussions-legacy parameters: - - *565 + - *566 - *64 - *16 - *17 @@ -89712,7 +89713,7 @@ paths: type: array items: *253 examples: - default: *566 + default: *567 headers: Link: *36 x-github: @@ -89740,7 +89741,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#create-a-discussion-legacy parameters: - - *565 + - *566 requestBody: required: true content: @@ -89802,7 +89803,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#get-a-discussion-legacy parameters: - - *565 + - *566 - *255 responses: '200': @@ -89835,7 +89836,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#update-a-discussion-legacy parameters: - - *565 + - *566 - *255 requestBody: required: false @@ -89861,7 +89862,7 @@ paths: application/json: schema: *253 examples: - default: *567 + default: *568 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89885,7 +89886,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#delete-a-discussion-legacy parameters: - - *565 + - *566 - *255 responses: '204': @@ -89914,7 +89915,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#list-discussion-comments-legacy parameters: - - *565 + - *566 - *255 - *64 - *16 @@ -89928,7 +89929,7 @@ paths: type: array items: *256 examples: - default: *568 + default: *569 headers: Link: *36 x-github: @@ -89956,7 +89957,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#create-a-discussion-comment-legacy parameters: - - *565 + - *566 - *255 requestBody: required: true @@ -90007,7 +90008,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#get-a-discussion-comment-legacy parameters: - - *565 + - *566 - *255 - *258 responses: @@ -90041,7 +90042,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#update-a-discussion-comment-legacy parameters: - - *565 + - *566 - *255 - *258 requestBody: @@ -90067,7 +90068,7 @@ paths: application/json: schema: *256 examples: - default: *569 + default: *570 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90091,7 +90092,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#delete-a-discussion-comment-legacy parameters: - - *565 + - *566 - *255 - *258 responses: @@ -90121,7 +90122,7 @@ 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: - - *565 + - *566 - *255 - *258 - name: content @@ -90179,7 +90180,7 @@ 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: - - *565 + - *566 - *255 - *258 requestBody: @@ -90240,7 +90241,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-team-discussion-legacy parameters: - - *565 + - *566 - *255 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -90297,7 +90298,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-team-discussion-legacy parameters: - - *565 + - *566 - *255 requestBody: required: true @@ -90355,7 +90356,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-pending-team-invitations-legacy parameters: - - *565 + - *566 - *16 - *17 responses: @@ -90392,7 +90393,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-team-members-legacy parameters: - - *565 + - *566 - name: role description: Filters members returned by their role in the team. in: query @@ -90443,7 +90444,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-member-legacy parameters: - - *565 + - *566 - *148 responses: '204': @@ -90479,7 +90480,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-team-member-legacy parameters: - - *565 + - *566 - *148 responses: '204': @@ -90518,7 +90519,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-member-legacy parameters: - - *565 + - *566 - *148 responses: '204': @@ -90554,7 +90555,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *565 + - *566 - *148 responses: '200': @@ -90563,7 +90564,7 @@ paths: application/json: schema: *267 examples: - response-if-user-is-a-team-maintainer: *570 + response-if-user-is-a-team-maintainer: *571 '404': *5 x-github: githubCloudOnly: false @@ -90594,7 +90595,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *565 + - *566 - *148 requestBody: required: false @@ -90622,7 +90623,7 @@ paths: application/json: schema: *267 examples: - response-if-users-membership-with-team-is-now-pending: *571 + response-if-users-membership-with-team-is-now-pending: *572 '403': description: Forbidden if team synchronization is set up '422': @@ -90654,7 +90655,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *565 + - *566 - *148 responses: '204': @@ -90683,7 +90684,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-projects-legacy parameters: - - *565 + - *566 - *16 - *17 responses: @@ -90695,7 +90696,7 @@ paths: type: array items: *268 examples: - default: *572 + default: *573 headers: Link: *36 '404': *5 @@ -90721,7 +90722,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#check-team-permissions-for-a-project-legacy parameters: - - *565 + - *566 - *269 responses: '200': @@ -90730,7 +90731,7 @@ paths: application/json: schema: *268 examples: - default: *573 + default: *574 '404': description: Not Found if project is not managed by this team x-github: @@ -90754,7 +90755,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#add-or-update-team-project-permissions-legacy parameters: - - *565 + - *566 - *269 requestBody: required: false @@ -90822,7 +90823,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#remove-a-project-from-a-team-legacy parameters: - - *565 + - *566 - *269 responses: '204': @@ -90851,7 +90852,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-repositories-legacy parameters: - - *565 + - *566 - *16 - *17 responses: @@ -90891,7 +90892,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *565 + - *566 - *270 - *271 responses: @@ -90899,7 +90900,7 @@ paths: description: Alternative response with extra repository information content: application/json: - schema: *574 + schema: *575 examples: alternative-response-with-extra-repository-information: value: @@ -91049,7 +91050,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *565 + - *566 - *270 - *271 requestBody: @@ -91100,7 +91101,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *565 + - *566 - *270 - *271 responses: @@ -91130,7 +91131,7 @@ 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: - - *565 + - *566 responses: '200': description: Response @@ -91164,7 +91165,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: - - *565 + - *566 requestBody: required: true content: @@ -91257,7 +91258,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-child-teams-legacy parameters: - - *565 + - *566 - *16 - *17 responses: @@ -91269,7 +91270,7 @@ paths: type: array items: *156 examples: - response-if-child-teams-exist: *575 + response-if-child-teams-exist: *576 headers: Link: *36 '404': *5 @@ -91302,7 +91303,7 @@ paths: application/json: schema: oneOf: - - &577 + - &578 title: Private User description: Private User type: object @@ -91547,7 +91548,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *576 + - *577 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -91707,7 +91708,7 @@ paths: description: Response content: application/json: - schema: *577 + schema: *578 examples: default: value: @@ -92105,7 +92106,7 @@ paths: type: integer secrets: type: array - items: &578 + items: &579 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -92225,7 +92226,7 @@ paths: description: Response content: application/json: - schema: *578 + schema: *579 examples: default: value: @@ -92371,7 +92372,7 @@ paths: type: array items: *126 examples: - default: *579 + default: *580 '401': *22 '403': *26 '404': *5 @@ -92638,7 +92639,7 @@ paths: description: Response content: application/json: - schema: &580 + schema: &581 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -92691,7 +92692,7 @@ paths: examples: - https://github.com/octocat/hello-world/tree/:branch examples: - default: &581 + default: &582 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -92736,9 +92737,9 @@ paths: description: Response content: application/json: - schema: *580 + schema: *581 examples: - default: *581 + default: *582 '404': *5 x-github: githubCloudOnly: false @@ -92777,7 +92778,7 @@ paths: type: array items: *367 examples: - default: *582 + default: *583 '304': *34 '500': *154 '401': *22 @@ -93742,7 +93743,7 @@ paths: type: array items: *202 examples: - default: &595 + default: &596 value: - id: 197 name: hello_docker @@ -93843,7 +93844,7 @@ paths: application/json: schema: type: array - items: &583 + items: &584 title: Email description: Email type: object @@ -93913,9 +93914,9 @@ paths: application/json: schema: type: array - items: *583 + items: *584 examples: - default: &597 + default: &598 value: - email: octocat@github.com verified: true @@ -93992,7 +93993,7 @@ paths: application/json: schema: type: array - items: *583 + items: *584 examples: default: value: @@ -94249,7 +94250,7 @@ paths: application/json: schema: type: array - items: &584 + items: &585 title: GPG Key description: A unique encryption key type: object @@ -94392,7 +94393,7 @@ paths: - subkeys - revoked examples: - default: &606 + default: &607 value: - id: 3 name: Octocat's GPG Key @@ -94477,9 +94478,9 @@ paths: description: Response content: application/json: - schema: *584 + schema: *585 examples: - default: &585 + default: &586 value: id: 3 name: Octocat's GPG Key @@ -94536,7 +94537,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: - - &586 + - &587 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -94548,9 +94549,9 @@ paths: description: Response content: application/json: - schema: *584 + schema: *585 examples: - default: *585 + default: *586 '404': *5 '304': *34 '403': *26 @@ -94573,7 +94574,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: - - *586 + - *587 responses: '204': description: Response @@ -94764,7 +94765,7 @@ paths: type: array items: *54 examples: - default: *587 + default: *588 headers: Link: *36 '404': *5 @@ -94876,7 +94877,7 @@ paths: required: true content: application/json: - schema: *433 + schema: *434 examples: default: value: @@ -95028,7 +95029,7 @@ paths: application/json: schema: type: array - items: &588 + items: &589 title: Key description: Key type: object @@ -95125,9 +95126,9 @@ paths: description: Response content: application/json: - schema: *588 + schema: *589 examples: - default: &589 + default: &590 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -95160,15 +95161,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: - - *459 + - *460 responses: '200': description: Response content: application/json: - schema: *588 + schema: *589 examples: - default: *589 + default: *590 '404': *5 '304': *34 '403': *26 @@ -95191,7 +95192,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: - - *459 + - *460 responses: '204': description: Response @@ -95224,7 +95225,7 @@ paths: application/json: schema: type: array - items: &590 + items: &591 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -95303,7 +95304,7 @@ paths: - account - plan examples: - default: &591 + default: &592 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -95365,9 +95366,9 @@ paths: application/json: schema: type: array - items: *590 + items: *591 examples: - default: *591 + default: *592 headers: Link: *36 '304': *34 @@ -96371,7 +96372,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#unlock-a-user-repository parameters: - *197 - - *592 + - *593 responses: '204': description: Response @@ -96441,7 +96442,7 @@ paths: type: array items: *49 examples: - default: *593 + default: *594 headers: Link: *36 '304': *34 @@ -96483,7 +96484,7 @@ paths: - docker - nuget - container - - *594 + - *595 - *17 - *16 responses: @@ -96495,8 +96496,8 @@ paths: type: array items: *202 examples: - default: *595 - '400': *596 + default: *596 + '400': *597 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -96525,7 +96526,7 @@ paths: application/json: schema: *202 examples: - default: &607 + default: &608 value: id: 40201 name: octo-name @@ -96977,9 +96978,9 @@ paths: application/json: schema: type: array - items: *583 + items: *584 examples: - default: *597 + default: *598 headers: Link: *36 '304': *34 @@ -97092,7 +97093,7 @@ paths: type: array items: *54 examples: - default: &604 + default: &605 summary: Default response value: - id: 1296269 @@ -97444,9 +97445,9 @@ paths: application/json: schema: type: array - items: *435 + items: *436 examples: - default: *598 + default: *599 headers: Link: *36 '304': *34 @@ -97525,7 +97526,7 @@ paths: application/json: schema: type: array - items: &599 + items: &600 title: Social account description: Social media account type: object @@ -97542,7 +97543,7 @@ paths: - provider - url examples: - default: &600 + default: &601 value: - provider: twitter url: https://twitter.com/github @@ -97605,9 +97606,9 @@ paths: application/json: schema: type: array - items: *599 + items: *600 examples: - default: *600 + default: *601 '422': *14 '304': *34 '404': *5 @@ -97695,7 +97696,7 @@ paths: application/json: schema: type: array - items: &601 + items: &602 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -97715,7 +97716,7 @@ paths: - title - created_at examples: - default: &608 + default: &609 value: - key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -97782,9 +97783,9 @@ paths: description: Response content: application/json: - schema: *601 + schema: *602 examples: - default: &602 + default: &603 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -97815,7 +97816,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: - - &603 + - &604 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -97827,9 +97828,9 @@ paths: description: Response content: application/json: - schema: *601 + schema: *602 examples: - default: *602 + default: *603 '404': *5 '304': *34 '403': *26 @@ -97852,7 +97853,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: - - *603 + - *604 responses: '204': description: Response @@ -97881,7 +97882,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: - - &609 + - &610 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 @@ -97906,11 +97907,11 @@ paths: type: array items: *54 examples: - default-response: *604 + default-response: *605 application/vnd.github.v3.star+json: schema: type: array - items: &610 + items: &611 title: Starred Repository description: Starred Repository type: object @@ -98267,7 +98268,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/users#list-users parameters: - - *605 + - *606 - *16 responses: '200': @@ -98314,8 +98315,8 @@ paths: application/json: schema: oneOf: + - *578 - *577 - - *576 examples: default-response: summary: Default response @@ -98422,7 +98423,7 @@ paths: type: array items: *202 examples: - default: *595 + default: *596 '403': *26 '401': *22 x-github: @@ -98818,9 +98819,9 @@ paths: application/json: schema: type: array - items: *584 + items: *585 examples: - default: *606 + default: *607 headers: Link: *36 x-github: @@ -98929,7 +98930,7 @@ paths: application/json: schema: *19 examples: - default: *432 + default: *433 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -99007,7 +99008,7 @@ paths: type: array items: *49 examples: - default: *593 + default: *594 headers: Link: *36 x-github: @@ -99046,7 +99047,7 @@ paths: - docker - nuget - container - - *594 + - *595 - *148 - *17 - *16 @@ -99059,10 +99060,10 @@ paths: type: array items: *202 examples: - default: *595 + default: *596 '403': *26 '401': *22 - '400': *596 + '400': *597 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -99092,7 +99093,7 @@ paths: application/json: schema: *202 examples: - default: *607 + default: *608 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -99770,9 +99771,9 @@ paths: application/json: schema: type: array - items: *599 + items: *600 examples: - default: *600 + default: *601 headers: Link: *36 x-github: @@ -99802,9 +99803,9 @@ paths: application/json: schema: type: array - items: *601 + items: *602 examples: - default: *608 + default: *609 headers: Link: *36 x-github: @@ -99829,7 +99830,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-repositories-starred-by-a-user parameters: - *148 - - *609 + - *610 - *64 - *16 - *17 @@ -99841,11 +99842,11 @@ paths: schema: anyOf: - type: array - items: *610 + items: *611 - type: array items: *54 examples: - default-response: *604 + default-response: *605 headers: Link: *36 x-github: @@ -100005,7 +100006,7 @@ webhooks: type: string enum: - disabled - enterprise: &611 + enterprise: &612 title: Enterprise description: | An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -100074,7 +100075,7 @@ webhooks: - created_at - updated_at - avatar_url - installation: &612 + installation: &613 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -100095,7 +100096,7 @@ webhooks: required: - id - node_id - organization: &613 + organization: &614 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -100168,7 +100169,7 @@ webhooks: - public_members_url - avatar_url - description - repository: &614 + repository: &615 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property @@ -101003,7 +101004,7 @@ webhooks: - watchers_count - created_at - updated_at - sender: &615 + sender: &616 title: Simple User description: The GitHub user that triggered the event. This property is included in every webhook payload. @@ -101196,11 +101197,11 @@ webhooks: type: string enum: - enabled - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - sender: *615 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + sender: *616 required: - action - repository @@ -101275,10 +101276,10 @@ webhooks: type: string enum: - created - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 rule: title: branch protection rule description: The branch protection rule. Includes a `name` and all @@ -101409,7 +101410,7 @@ webhooks: - required_conversation_resolution_level - authorized_actors_only - authorized_actor_names - sender: *615 + sender: *616 required: - action - rule @@ -101485,10 +101486,10 @@ webhooks: type: string enum: - deleted - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 rule: title: branch protection rule description: The branch protection rule. Includes a `name` and all @@ -101619,7 +101620,7 @@ webhooks: - required_conversation_resolution_level - authorized_actors_only - authorized_actor_names - sender: *615 + sender: *616 required: - action - rule @@ -101766,10 +101767,10 @@ webhooks: - everyone required: - from - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 rule: title: branch protection rule description: The branch protection rule. Includes a `name` and all @@ -101900,7 +101901,7 @@ webhooks: - required_conversation_resolution_level - authorized_actors_only - authorized_actor_names - sender: *615 + sender: *616 required: - action - rule @@ -101982,7 +101983,7 @@ webhooks: type: string enum: - completed - check_run: &617 + check_run: &618 title: CheckRun description: A check performed on the code of a given code change type: object @@ -102095,7 +102096,7 @@ webhooks: - examples: - neutral - deployment: *616 + deployment: *617 details_url: type: string examples: @@ -102193,10 +102194,10 @@ webhooks: - output - app - pull_requests - installation: *612 - organization: *613 - repository: *614 - sender: *615 + installation: *613 + organization: *614 + repository: *615 + sender: *616 required: - check_run - repository @@ -102587,11 +102588,11 @@ webhooks: type: string enum: - created - check_run: *617 - installation: *612 - organization: *613 - repository: *614 - sender: *615 + check_run: *618 + installation: *613 + organization: *614 + repository: *615 + sender: *616 required: - check_run - repository @@ -102985,10 +102986,10 @@ webhooks: type: string enum: - requested_action - check_run: *617 - installation: *612 - organization: *613 - repository: *614 + check_run: *618 + installation: *613 + organization: *614 + repository: *615 requested_action: description: The action requested by the user. type: object @@ -102997,7 +102998,7 @@ webhooks: description: The integrator reference of the action requested by the user. type: string - sender: *615 + sender: *616 required: - action - check_run @@ -103392,11 +103393,11 @@ webhooks: type: string enum: - rerequested - check_run: *617 - installation: *612 - organization: *613 - repository: *614 - sender: *615 + check_run: *618 + installation: *613 + organization: *614 + repository: *615 + sender: *616 required: - check_run - repository @@ -104379,11 +104380,11 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - sender: *615 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + sender: *616 required: - action - check_suite @@ -105059,11 +105060,11 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - sender: *615 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + sender: *616 required: - action - check_suite @@ -105733,11 +105734,11 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - sender: *615 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + sender: *616 required: - action - check_suite @@ -106046,16 +106047,16 @@ webhooks: 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: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - repository: *614 - sender: *615 + repository: *615 + sender: *616 required: - action - alert @@ -106385,16 +106386,16 @@ webhooks: 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: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - repository: *614 - sender: *615 + repository: *615 + sender: *616 required: - action - alert @@ -106668,16 +106669,16 @@ webhooks: 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: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - repository: *614 - sender: *615 + repository: *615 + sender: *616 required: - action - alert @@ -107011,16 +107012,16 @@ webhooks: 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: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - repository: *614 - sender: *615 + repository: *615 + sender: *616 required: - action - alert @@ -107288,9 +107289,9 @@ webhooks: type: - string - 'null' - enterprise: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event @@ -107298,8 +107299,8 @@ webhooks: type: - string - 'null' - repository: *614 - sender: *615 + repository: *615 + sender: *616 required: - action - alert @@ -107535,16 +107536,16 @@ webhooks: 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: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - repository: *614 - sender: *615 + repository: *615 + sender: *616 required: - action - alert @@ -107802,11 +107803,11 @@ webhooks: - updated_at - author_association - body - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - sender: *615 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + sender: *616 required: - action - comment @@ -107886,13 +107887,13 @@ webhooks: type: - string - 'null' - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *613 + organization: *614 pusher_type: description: The pusher type for the event. Can be either `user` or a deploy key. @@ -107907,8 +107908,8 @@ webhooks: enum: - tag - branch - repository: *614 - sender: *615 + repository: *615 + sender: *616 required: - ref - ref_type @@ -107990,10 +107991,10 @@ webhooks: enum: - created definition: *217 - enterprise: *611 - installation: *612 - organization: *613 - sender: *615 + enterprise: *612 + installation: *613 + organization: *614 + sender: *616 required: - action - definition @@ -108077,10 +108078,10 @@ webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *611 - installation: *612 - organization: *613 - sender: *615 + enterprise: *612 + installation: *613 + organization: *614 + sender: *616 required: - action - definition @@ -108157,10 +108158,10 @@ webhooks: enum: - updated definition: *217 - enterprise: *611 - installation: *612 - organization: *613 - sender: *615 + enterprise: *612 + installation: *613 + organization: *614 + sender: *616 required: - action - definition @@ -108236,11 +108237,11 @@ webhooks: type: string enum: - updated - enterprise: *611 - installation: *612 - repository: *614 - organization: *613 - sender: *615 + enterprise: *612 + installation: *613 + repository: *615 + organization: *614 + sender: *616 new_property_values: type: array description: The new custom property values for the repository. @@ -108323,9 +108324,9 @@ webhooks: title: delete event type: object properties: - enterprise: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 pusher_type: description: The pusher type for the event. Can be either `user` or a deploy key. @@ -108340,8 +108341,8 @@ webhooks: enum: - tag - branch - repository: *614 - sender: *615 + repository: *615 + sender: *616 required: - ref - ref_type @@ -108424,11 +108425,11 @@ webhooks: enum: - auto_dismissed alert: *393 - installation: *612 - organization: *613 - enterprise: *611 - repository: *614 - sender: *615 + installation: *613 + organization: *614 + enterprise: *612 + repository: *615 + sender: *616 required: - action - alert @@ -108511,11 +108512,11 @@ webhooks: enum: - auto_reopened alert: *393 - installation: *612 - organization: *613 - enterprise: *611 - repository: *614 - sender: *615 + installation: *613 + organization: *614 + enterprise: *612 + repository: *615 + sender: *616 required: - action - alert @@ -108598,11 +108599,11 @@ webhooks: enum: - created alert: *393 - installation: *612 - organization: *613 - enterprise: *611 - repository: *614 - sender: *615 + installation: *613 + organization: *614 + enterprise: *612 + repository: *615 + sender: *616 required: - action - alert @@ -108683,11 +108684,11 @@ webhooks: enum: - dismissed alert: *393 - installation: *612 - organization: *613 - enterprise: *611 - repository: *614 - sender: *615 + installation: *613 + organization: *614 + enterprise: *612 + repository: *615 + sender: *616 required: - action - alert @@ -108768,11 +108769,11 @@ webhooks: enum: - fixed alert: *393 - installation: *612 - organization: *613 - enterprise: *611 - repository: *614 - sender: *615 + installation: *613 + organization: *614 + enterprise: *612 + repository: *615 + sender: *616 required: - action - alert @@ -108854,11 +108855,11 @@ webhooks: enum: - reintroduced alert: *393 - installation: *612 - organization: *613 - enterprise: *611 - repository: *614 - sender: *615 + installation: *613 + organization: *614 + enterprise: *612 + repository: *615 + sender: *616 required: - action - alert @@ -108939,11 +108940,11 @@ webhooks: enum: - reopened alert: *393 - installation: *612 - organization: *613 - enterprise: *611 - repository: *614 - sender: *615 + installation: *613 + organization: *614 + enterprise: *612 + repository: *615 + sender: *616 required: - action - alert @@ -109019,8 +109020,8 @@ webhooks: type: string enum: - created - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 key: description: The [`deploy key`](https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. @@ -109057,9 +109058,9 @@ webhooks: - verified - created_at - read_only - organization: *613 - repository: *614 - sender: *615 + organization: *614 + repository: *615 + sender: *616 required: - action - key @@ -109135,8 +109136,8 @@ webhooks: type: string enum: - deleted - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 key: description: The [`deploy key`](https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. @@ -109173,9 +109174,9 @@ webhooks: - verified - created_at - read_only - organization: *613 - repository: *614 - sender: *615 + organization: *614 + repository: *615 + sender: *616 required: - action - key @@ -109742,11 +109743,11 @@ webhooks: - updated_at - statuses_url - repository_url - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - sender: *615 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + sender: *616 workflow: title: Workflow type: @@ -110484,11 +110485,11 @@ webhooks: deployment: *399 pull_requests: type: array - items: *478 - repository: *614 - organization: *613 - installation: *612 - sender: *615 + items: *479 + repository: *615 + organization: *614 + installation: *613 + sender: *616 responses: '200': description: Return a 200 status to indicate that the data was received @@ -110599,10 +110600,10 @@ webhooks: type: string comment: type: string - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 reviewers: type: array items: @@ -110681,7 +110682,7 @@ webhooks: type: string enum: - User - sender: *615 + sender: *616 since: type: string workflow_job_run: @@ -111463,10 +111464,10 @@ webhooks: type: string comment: type: string - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 reviewers: type: array items: @@ -111545,7 +111546,7 @@ webhooks: type: string enum: - User - sender: *615 + sender: *616 since: type: string workflow_job_run: @@ -112286,12 +112287,12 @@ webhooks: type: string enum: - requested - enterprise: *611 + enterprise: *612 environment: type: string - installation: *612 - organization: *613 - repository: *614 + installation: *613 + organization: *614 + repository: *615 requestor: title: User type: @@ -112439,7 +112440,7 @@ webhooks: enum: - User - Team - sender: *615 + sender: *616 since: type: string workflow_job_run: @@ -114211,11 +114212,11 @@ webhooks: - updated_at - deployment_url - repository_url - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - sender: *615 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + sender: *616 workflow: title: Workflow type: @@ -115100,7 +115101,7 @@ webhooks: - created_at - updated_at - body - discussion: &618 + discussion: &619 title: Discussion description: A Discussion in a repository. type: object @@ -115410,11 +115411,11 @@ webhooks: - author_association - active_lock_reason - body - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - sender: *615 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + sender: *616 required: - action - discussion @@ -115539,12 +115540,12 @@ webhooks: - from required: - category - discussion: *618 - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - sender: *615 + discussion: *619 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + sender: *616 required: - action - changes @@ -115625,12 +115626,12 @@ webhooks: type: string enum: - closed - discussion: *618 - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - sender: *615 + discussion: *619 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + sender: *616 required: - action - discussion @@ -115867,12 +115868,12 @@ webhooks: - updated_at - body - reactions - discussion: *618 - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - sender: *615 + discussion: *619 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + sender: *616 required: - action - comment @@ -116110,12 +116111,12 @@ webhooks: - updated_at - body - reactions - discussion: *618 - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - sender: *615 + discussion: *619 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + sender: *616 required: - action - comment @@ -116365,12 +116366,12 @@ webhooks: - updated_at - body - reactions - discussion: *618 - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - sender: *615 + discussion: *619 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + sender: *616 required: - action - changes @@ -116887,11 +116888,11 @@ webhooks: - answer_html_url - answer_chosen_at - answer_chosen_by - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - sender: *615 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + sender: *616 required: - action - discussion @@ -116971,12 +116972,12 @@ webhooks: type: string enum: - deleted - discussion: *618 - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - sender: *615 + discussion: *619 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + sender: *616 required: - action - discussion @@ -117074,12 +117075,12 @@ webhooks: type: string required: - from - discussion: *618 - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - sender: *615 + discussion: *619 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + sender: *616 required: - action - discussion @@ -117159,9 +117160,9 @@ webhooks: type: string enum: - labeled - discussion: *618 - enterprise: *611 - installation: *612 + discussion: *619 + enterprise: *612 + installation: *613 label: title: Label type: object @@ -117195,9 +117196,9 @@ webhooks: - color - default - description - organization: *613 - repository: *614 - sender: *615 + organization: *614 + repository: *615 + sender: *616 required: - action - discussion @@ -117278,12 +117279,12 @@ webhooks: type: string enum: - locked - discussion: *618 - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - sender: *615 + discussion: *619 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + sender: *616 required: - action - discussion @@ -117363,12 +117364,12 @@ webhooks: type: string enum: - pinned - discussion: *618 - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - sender: *615 + discussion: *619 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + sender: *616 required: - action - discussion @@ -117448,12 +117449,12 @@ webhooks: type: string enum: - reopened - discussion: *618 - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - sender: *615 + discussion: *619 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + sender: *616 required: - action - discussion @@ -117536,17 +117537,17 @@ webhooks: changes: type: object properties: - new_discussion: *618 - new_repository: *614 + new_discussion: *619 + new_repository: *615 required: - new_discussion - new_repository - discussion: *618 - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - sender: *615 + discussion: *619 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + sender: *616 required: - action - changes @@ -117627,7 +117628,7 @@ webhooks: type: string enum: - unanswered - discussion: *618 + discussion: *619 old_answer: type: object properties: @@ -117785,9 +117786,9 @@ webhooks: - created_at - updated_at - body - organization: *613 - repository: *614 - sender: *615 + organization: *614 + repository: *615 + sender: *616 required: - action - discussion @@ -117867,9 +117868,9 @@ webhooks: type: string enum: - unlabeled - discussion: *618 - enterprise: *611 - installation: *612 + discussion: *619 + enterprise: *612 + installation: *613 label: title: Label type: object @@ -117903,9 +117904,9 @@ webhooks: - color - default - description - organization: *613 - repository: *614 - sender: *615 + organization: *614 + repository: *615 + sender: *616 required: - action - discussion @@ -117986,12 +117987,12 @@ webhooks: type: string enum: - unlocked - discussion: *618 - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - sender: *615 + discussion: *619 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + sender: *616 required: - action - discussion @@ -118071,12 +118072,12 @@ webhooks: type: string enum: - unpinned - discussion: *618 - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - sender: *615 + discussion: *619 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + sender: *616 required: - action - discussion @@ -118148,7 +118149,7 @@ webhooks: description: A user forks a repository. type: object properties: - enterprise: *611 + enterprise: *612 forkee: description: The created [`repository`](https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository) resource. @@ -118829,10 +118830,10 @@ webhooks: type: integer watchers_count: type: integer - installation: *612 - organization: *613 - repository: *614 - sender: *615 + installation: *613 + organization: *614 + repository: *615 + sender: *616 required: - forkee - repository @@ -118910,7 +118911,7 @@ webhooks: type: string enum: - revoked - sender: *615 + sender: *616 required: - action - sender @@ -118977,9 +118978,9 @@ webhooks: title: gollum event type: object properties: - enterprise: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 pages: description: The pages that were updated. type: array @@ -119017,8 +119018,8 @@ webhooks: - action - sha - html_url - repository: *614 - sender: *615 + repository: *615 + sender: *616 required: - pages - repository @@ -119093,9 +119094,9 @@ webhooks: type: string enum: - created - enterprise: *611 + enterprise: *612 installation: *19 - organization: *613 + organization: *614 repositories: description: An array of repository objects that the installation can access. @@ -119122,7 +119123,7 @@ webhooks: - name - full_name - private - repository: *614 + repository: *615 requester: title: User type: @@ -119192,7 +119193,7 @@ webhooks: required: - login - id - sender: *615 + sender: *616 required: - action - installation @@ -119266,9 +119267,9 @@ webhooks: type: string enum: - deleted - enterprise: *611 + enterprise: *612 installation: *19 - organization: *613 + organization: *614 repositories: description: An array of repository objects that the installation can access. @@ -119295,11 +119296,11 @@ webhooks: - name - full_name - private - repository: *614 + repository: *615 requester: type: - 'null' - sender: *615 + sender: *616 required: - action - installation @@ -119372,9 +119373,9 @@ webhooks: type: string enum: - new_permissions_accepted - enterprise: *611 + enterprise: *612 installation: *19 - organization: *613 + organization: *614 repositories: description: An array of repository objects that the installation can access. @@ -119401,11 +119402,11 @@ webhooks: - name - full_name - private - repository: *614 + repository: *615 requester: type: - 'null' - sender: *615 + sender: *616 required: - action - installation @@ -119478,9 +119479,9 @@ webhooks: type: string enum: - added - enterprise: *611 + enterprise: *612 installation: *19 - organization: *613 + organization: *614 repositories_added: description: An array of repository objects, which were added to the installation. @@ -119527,7 +119528,7 @@ webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *614 + repository: *615 repository_selection: description: Describe whether all repositories have been selected or there's a selection involved @@ -119604,7 +119605,7 @@ webhooks: required: - login - id - sender: *615 + sender: *616 required: - action - installation @@ -119682,9 +119683,9 @@ webhooks: type: string enum: - removed - enterprise: *611 + enterprise: *612 installation: *19 - organization: *613 + organization: *614 repositories_added: description: An array of repository objects, which were added to the installation. @@ -119737,7 +119738,7 @@ webhooks: - name - full_name - private - repository: *614 + repository: *615 repository_selection: description: Describe whether all repositories have been selected or there's a selection involved @@ -119814,7 +119815,7 @@ webhooks: required: - login - id - sender: *615 + sender: *616 required: - action - installation @@ -119892,9 +119893,9 @@ webhooks: type: string enum: - suspend - enterprise: *611 + enterprise: *612 installation: *19 - organization: *613 + organization: *614 repositories: description: An array of repository objects that the installation can access. @@ -119921,11 +119922,11 @@ webhooks: - name - full_name - private - repository: *614 + repository: *615 requester: type: - 'null' - sender: *615 + sender: *616 required: - action - installation @@ -120102,11 +120103,11 @@ webhooks: type: string required: - from - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - sender: *615 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + sender: *616 target_type: type: string required: @@ -120184,9 +120185,9 @@ webhooks: type: string enum: - unsuspend - enterprise: *611 + enterprise: *612 installation: *19 - organization: *613 + organization: *614 repositories: description: An array of repository objects that the installation can access. @@ -120213,11 +120214,11 @@ webhooks: - name - full_name - private - repository: *614 + repository: *615 requester: type: - 'null' - sender: *615 + sender: *616 required: - action - installation @@ -120458,8 +120459,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -121621,9 +121622,9 @@ webhooks: - state - locked - assignee - organization: *613 - repository: *614 - sender: *615 + organization: *614 + repository: *615 + sender: *616 required: - action - issue @@ -121869,8 +121870,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -123028,9 +123029,9 @@ webhooks: - state - locked - assignee - organization: *613 - repository: *614 - sender: *615 + organization: *614 + repository: *615 + sender: *616 required: - action - issue @@ -123288,8 +123289,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -124450,9 +124451,9 @@ webhooks: - state - locked - assignee - organization: *613 - repository: *614 - sender: *615 + organization: *614 + repository: *615 + sender: *616 required: - action - changes @@ -124602,8 +124603,8 @@ webhooks: required: - login - id - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -125523,9 +125524,9 @@ webhooks: - active_lock_reason - body - reactions - organization: *613 - repository: *614 - sender: *615 + organization: *614 + repository: *615 + sender: *616 required: - action - issue @@ -125604,8 +125605,8 @@ webhooks: type: string enum: - closed - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -126669,9 +126670,9 @@ webhooks: required: - state - closed_at - organization: *613 - repository: *614 - sender: *615 + organization: *614 + repository: *615 + sender: *616 required: - action - issue @@ -126749,8 +126750,8 @@ webhooks: type: string enum: - deleted - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -127664,9 +127665,9 @@ webhooks: - active_lock_reason - body - reactions - organization: *613 - repository: *614 - sender: *615 + organization: *614 + repository: *615 + sender: *616 required: - action - issue @@ -127744,8 +127745,8 @@ webhooks: type: string enum: - demilestoned - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 issue: allOf: - title: Issue @@ -129080,9 +129081,9 @@ webhooks: - updated_at - due_on - closed_at - organization: *613 - repository: *614 - sender: *615 + organization: *614 + repository: *615 + sender: *616 required: - action - issue @@ -129180,8 +129181,8 @@ webhooks: type: string required: - from - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -130135,9 +130136,9 @@ webhooks: - color - default - description - organization: *613 - repository: *614 - sender: *615 + organization: *614 + repository: *615 + sender: *616 required: - action - changes @@ -130216,8 +130217,8 @@ webhooks: type: string enum: - labeled - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -131170,9 +131171,9 @@ webhooks: - color - default - description - organization: *613 - repository: *614 - sender: *615 + organization: *614 + repository: *615 + sender: *616 required: - action - issue @@ -131251,8 +131252,8 @@ webhooks: type: string enum: - locked - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 issue: allOf: - title: Issue @@ -132313,9 +132314,9 @@ webhooks: required: - locked - active_lock_reason - organization: *613 - repository: *614 - sender: *615 + organization: *614 + repository: *615 + sender: *616 required: - action - issue @@ -132393,8 +132394,8 @@ webhooks: type: string enum: - milestoned - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 issue: allOf: - title: Issue @@ -133725,9 +133726,9 @@ webhooks: - updated_at - due_on - closed_at - organization: *613 - repository: *614 - sender: *615 + organization: *614 + repository: *615 + sender: *616 required: - action - issue @@ -135198,8 +135199,8 @@ webhooks: required: - old_issue - old_repository - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -136117,9 +136118,9 @@ webhooks: - active_lock_reason - body - reactions - organization: *613 - repository: *614 - sender: *615 + organization: *614 + repository: *615 + sender: *616 required: - action - issue @@ -136198,8 +136199,8 @@ webhooks: type: string enum: - pinned - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -137112,9 +137113,9 @@ webhooks: - active_lock_reason - body - reactions - organization: *613 - repository: *614 - sender: *615 + organization: *614 + repository: *615 + sender: *616 required: - action - issue @@ -137192,8 +137193,8 @@ webhooks: type: string enum: - reopened - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 issue: allOf: - title: Issue @@ -138253,9 +138254,9 @@ webhooks: type: string required: - state - organization: *613 - repository: *614 - sender: *615 + organization: *614 + repository: *615 + sender: *616 required: - action - issue @@ -139726,8 +139727,8 @@ webhooks: required: - new_issue - new_repository - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -140640,9 +140641,9 @@ webhooks: - active_lock_reason - body - reactions - organization: *613 - repository: *614 - sender: *615 + organization: *614 + repository: *615 + sender: *616 required: - action - changes @@ -140792,8 +140793,8 @@ webhooks: required: - login - id - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -141713,9 +141714,9 @@ webhooks: - active_lock_reason - body - reactions - organization: *613 - repository: *614 - sender: *615 + organization: *614 + repository: *615 + sender: *616 required: - action - issue @@ -141793,8 +141794,8 @@ webhooks: type: string enum: - unlabeled - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -142747,9 +142748,9 @@ webhooks: - color - default - description - organization: *613 - repository: *614 - sender: *615 + organization: *614 + repository: *615 + sender: *616 required: - action - issue @@ -142828,8 +142829,8 @@ webhooks: type: string enum: - unlocked - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 issue: allOf: - title: Issue @@ -143880,9 +143881,9 @@ webhooks: required: - locked - active_lock_reason - organization: *613 - repository: *614 - sender: *615 + organization: *614 + repository: *615 + sender: *616 required: - action - issue @@ -143961,8 +143962,8 @@ webhooks: type: string enum: - unpinned - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -144875,9 +144876,9 @@ webhooks: - active_lock_reason - body - reactions - organization: *613 - repository: *614 - sender: *615 + organization: *614 + repository: *615 + sender: *616 required: - action - issue @@ -144955,8 +144956,8 @@ webhooks: type: string enum: - created - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 label: title: Label type: object @@ -144990,9 +144991,9 @@ webhooks: - color - default - description - organization: *613 - repository: *614 - sender: *615 + organization: *614 + repository: *615 + sender: *616 required: - action - label @@ -145069,8 +145070,8 @@ webhooks: type: string enum: - deleted - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 label: title: Label type: object @@ -145104,9 +145105,9 @@ webhooks: - color - default - description - organization: *613 - repository: *614 - sender: *615 + organization: *614 + repository: *615 + sender: *616 required: - action - label @@ -145215,8 +145216,8 @@ webhooks: type: string required: - from - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 label: title: Label type: object @@ -145250,9 +145251,9 @@ webhooks: - color - default - description - organization: *613 - repository: *614 - sender: *615 + organization: *614 + repository: *615 + sender: *616 required: - action - label @@ -145333,8 +145334,8 @@ webhooks: - cancelled effective_date: type: string - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 marketplace_purchase: allOf: - title: Marketplace Purchase @@ -145485,7 +145486,7 @@ webhooks: type: integer required: - next_billing_date - organization: *613 + organization: *614 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -145570,8 +145571,8 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *614 - sender: *615 + repository: *615 + sender: *616 required: - action - effective_date @@ -145650,8 +145651,8 @@ webhooks: - changed effective_date: type: string - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 marketplace_purchase: allOf: - title: Marketplace Purchase @@ -145802,7 +145803,7 @@ webhooks: type: integer required: - next_billing_date - organization: *613 + organization: *614 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -145890,8 +145891,8 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *614 - sender: *615 + repository: *615 + sender: *616 required: - action - effective_date @@ -145972,8 +145973,8 @@ webhooks: - pending_change effective_date: type: string - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 marketplace_purchase: allOf: - title: Marketplace Purchase @@ -146124,7 +146125,7 @@ webhooks: type: integer required: - next_billing_date - organization: *613 + organization: *614 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -146210,8 +146211,8 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *614 - sender: *615 + repository: *615 + sender: *616 required: - action - effective_date @@ -146291,8 +146292,8 @@ webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 marketplace_purchase: allOf: - title: Marketplace Purchase @@ -146384,7 +146385,7 @@ webhooks: type: string required: - next_billing_date - organization: *613 + organization: *614 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -146469,8 +146470,8 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *614 - sender: *615 + repository: *615 + sender: *616 required: - action - effective_date @@ -146549,8 +146550,8 @@ webhooks: - purchased effective_date: type: string - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 marketplace_purchase: allOf: - title: Marketplace Purchase @@ -146701,7 +146702,7 @@ webhooks: type: integer required: - next_billing_date - organization: *613 + organization: *614 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -146786,8 +146787,8 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *614 - sender: *615 + repository: *615 + sender: *616 required: - action - effective_date @@ -146888,8 +146889,8 @@ webhooks: type: string required: - to - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 member: title: User type: @@ -146959,9 +146960,9 @@ webhooks: required: - login - id - organization: *613 - repository: *614 - sender: *615 + organization: *614 + repository: *615 + sender: *616 required: - action - member @@ -147062,8 +147063,8 @@ webhooks: type: - string - 'null' - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 member: title: User type: @@ -147133,9 +147134,9 @@ webhooks: required: - login - id - organization: *613 - repository: *614 - sender: *615 + organization: *614 + repository: *615 + sender: *616 required: - action - changes @@ -147213,8 +147214,8 @@ webhooks: type: string enum: - removed - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 member: title: User type: @@ -147284,9 +147285,9 @@ webhooks: required: - login - id - organization: *613 - repository: *614 - sender: *615 + organization: *614 + repository: *615 + sender: *616 required: - action - member @@ -147363,8 +147364,8 @@ webhooks: type: string enum: - added - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 member: title: User type: @@ -147434,8 +147435,8 @@ webhooks: required: - login - id - organization: *613 - repository: *614 + organization: *614 + repository: *615 scope: description: The scope of the membership. Currently, can only be `team`. @@ -147704,8 +147705,8 @@ webhooks: type: string enum: - removed - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 member: title: User type: @@ -147775,8 +147776,8 @@ webhooks: required: - login - id - organization: *613 - repository: *614 + organization: *614 + repository: *615 scope: description: The scope of the membership. Currently, can only be `team`. @@ -148050,8 +148051,8 @@ webhooks: type: string enum: - checks_requested - installation: *612 - merge_group: &619 + installation: *613 + merge_group: &620 type: object title: Merge Group description: 'A group of pull requests that the merge queue has @@ -148079,9 +148080,9 @@ webhooks: - base_sha - base_ref - head_commit - organization: *613 - repository: *614 - sender: *615 + organization: *614 + repository: *615 + sender: *616 required: - action - merge_group @@ -148166,11 +148167,11 @@ webhooks: - merged - invalidated - dequeued - installation: *612 - merge_group: *619 - organization: *613 - repository: *614 - sender: *615 + installation: *613 + merge_group: *620 + organization: *614 + repository: *615 + sender: *616 required: - action - merge_group @@ -148242,7 +148243,7 @@ webhooks: type: string enum: - deleted - enterprise: *611 + enterprise: *612 hook: description: 'The modified webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -148350,13 +148351,13 @@ webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *612 - organization: *613 + installation: *613 + organization: *614 repository: anyOf: - type: 'null' - - *614 - sender: *615 + - *615 + sender: *616 required: - action - hook_id @@ -148435,8 +148436,8 @@ webhooks: type: string enum: - closed - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 milestone: title: Milestone description: A collection of related issues and pull requests. @@ -148578,9 +148579,9 @@ webhooks: - updated_at - due_on - closed_at - organization: *613 - repository: *614 - sender: *615 + organization: *614 + repository: *615 + sender: *616 required: - action - milestone @@ -148658,8 +148659,8 @@ webhooks: type: string enum: - created - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 milestone: title: Milestone description: A collection of related issues and pull requests. @@ -148800,9 +148801,9 @@ webhooks: - updated_at - due_on - closed_at - organization: *613 - repository: *614 - sender: *615 + organization: *614 + repository: *615 + sender: *616 required: - action - milestone @@ -148880,8 +148881,8 @@ webhooks: type: string enum: - deleted - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 milestone: title: Milestone description: A collection of related issues and pull requests. @@ -149023,9 +149024,9 @@ webhooks: - updated_at - due_on - closed_at - organization: *613 - repository: *614 - sender: *615 + organization: *614 + repository: *615 + sender: *616 required: - action - milestone @@ -149134,8 +149135,8 @@ webhooks: type: string required: - from - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 milestone: title: Milestone description: A collection of related issues and pull requests. @@ -149277,9 +149278,9 @@ webhooks: - updated_at - due_on - closed_at - organization: *613 - repository: *614 - sender: *615 + organization: *614 + repository: *615 + sender: *616 required: - action - changes @@ -149358,8 +149359,8 @@ webhooks: type: string enum: - opened - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 milestone: title: Milestone description: A collection of related issues and pull requests. @@ -149500,9 +149501,9 @@ webhooks: - updated_at - due_on - closed_at - organization: *613 - repository: *614 - sender: *615 + organization: *614 + repository: *615 + sender: *616 required: - action - milestone @@ -149649,11 +149650,11 @@ webhooks: required: - login - id - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - sender: *615 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + sender: *616 required: - action - blocked_user @@ -149800,11 +149801,11 @@ webhooks: required: - login - id - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - sender: *615 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + sender: *616 required: - action - blocked_user @@ -149882,8 +149883,8 @@ webhooks: type: string enum: - deleted - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 membership: title: Membership description: The membership between the user and the organization. @@ -149975,9 +149976,9 @@ webhooks: - role - organization_url - user - organization: *613 - repository: *614 - sender: *615 + organization: *614 + repository: *615 + sender: *616 required: - action - organization @@ -150054,8 +150055,8 @@ webhooks: type: string enum: - member_added - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 membership: title: Membership description: The membership between the user and the organization. @@ -150147,9 +150148,9 @@ webhooks: - role - organization_url - user - organization: *613 - repository: *614 - sender: *615 + organization: *614 + repository: *615 + sender: *616 required: - action - membership @@ -150227,8 +150228,8 @@ webhooks: type: string enum: - member_invited - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -150348,9 +150349,9 @@ webhooks: - inviter - team_count - invitation_teams_url - organization: *613 - repository: *614 - sender: *615 + organization: *614 + repository: *615 + sender: *616 user: title: User type: @@ -150497,8 +150498,8 @@ webhooks: type: string enum: - member_removed - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 membership: title: Membership description: The membership between the user and the organization. @@ -150590,9 +150591,9 @@ webhooks: - role - organization_url - user - organization: *613 - repository: *614 - sender: *615 + organization: *614 + repository: *615 + sender: *616 required: - action - membership @@ -150678,8 +150679,8 @@ webhooks: properties: from: type: string - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 membership: title: Membership description: The membership between the user and the organization. @@ -150771,9 +150772,9 @@ webhooks: - role - organization_url - user - organization: *613 - repository: *614 - sender: *615 + organization: *614 + repository: *615 + sender: *616 required: - action - organization @@ -150848,9 +150849,9 @@ webhooks: type: string enum: - published - enterprise: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 package: description: Information about the package. type: object @@ -151367,7 +151368,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: &620 + items: &621 title: Ruby Gems metadata type: object properties: @@ -151464,8 +151465,8 @@ webhooks: - owner - package_version - registry - repository: *614 - sender: *615 + repository: *615 + sender: *616 required: - action - package @@ -151540,9 +151541,9 @@ webhooks: type: string enum: - updated - enterprise: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 package: description: Information about the package. type: object @@ -151898,7 +151899,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *620 + items: *621 source_url: type: string format: uri @@ -151969,8 +151970,8 @@ webhooks: - owner - package_version - registry - repository: *614 - sender: *615 + repository: *615 + sender: *616 required: - action - package @@ -152148,13 +152149,13 @@ webhooks: - duration - created_at - updated_at - enterprise: *611 + enterprise: *612 id: type: integer - installation: *612 - organization: *613 - repository: *614 - sender: *615 + installation: *613 + organization: *614 + repository: *615 + sender: *616 required: - id - build @@ -152232,7 +152233,7 @@ webhooks: type: string enum: - approved - personal_access_token_request: &621 + personal_access_token_request: &622 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -152370,9 +152371,9 @@ webhooks: - token_expired - token_expires_at - token_last_used_at - organization: *613 - sender: *615 - installation: *612 + organization: *614 + sender: *616 + installation: *613 required: - action - personal_access_token_request @@ -152450,10 +152451,10 @@ webhooks: type: string enum: - cancelled - personal_access_token_request: *621 - organization: *613 - sender: *615 - installation: *612 + personal_access_token_request: *622 + organization: *614 + sender: *616 + installation: *613 required: - action - personal_access_token_request @@ -152530,10 +152531,10 @@ webhooks: type: string enum: - created - personal_access_token_request: *621 - organization: *613 - sender: *615 - installation: *612 + personal_access_token_request: *622 + organization: *614 + sender: *616 + installation: *613 required: - action - personal_access_token_request @@ -152610,10 +152611,10 @@ webhooks: type: string enum: - denied - personal_access_token_request: *621 - organization: *613 - sender: *615 - installation: *612 + personal_access_token_request: *622 + organization: *614 + sender: *616 + installation: *613 required: - action - personal_access_token_request @@ -152717,7 +152718,7 @@ webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *622 + last_response: *623 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -152749,9 +152750,9 @@ webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *613 - repository: *614 - sender: *615 + organization: *614 + repository: *615 + sender: *616 zen: description: Random string of GitHub zen. type: string @@ -152995,9 +152996,9 @@ webhooks: - from required: - note - enterprise: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 project_card: title: Project Card type: object @@ -153119,8 +153120,8 @@ webhooks: - creator - created_at - updated_at - repository: *614 - sender: *615 + repository: *615 + sender: *616 required: - action - changes @@ -153200,9 +153201,9 @@ webhooks: type: string enum: - created - enterprise: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 project_card: title: Project Card type: object @@ -153324,8 +153325,8 @@ webhooks: - creator - created_at - updated_at - repository: *614 - sender: *615 + repository: *615 + sender: *616 required: - action - project_card @@ -153404,9 +153405,9 @@ webhooks: type: string enum: - deleted - enterprise: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 project_card: title: Project Card type: object @@ -153534,8 +153535,8 @@ webhooks: repository: anyOf: - type: 'null' - - *614 - sender: *615 + - *615 + sender: *616 required: - action - project_card @@ -153628,9 +153629,9 @@ webhooks: - from required: - note - enterprise: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 project_card: title: Project Card type: object @@ -153752,8 +153753,8 @@ webhooks: - creator - created_at - updated_at - repository: *614 - sender: *615 + repository: *615 + sender: *616 required: - action - changes @@ -153846,9 +153847,9 @@ webhooks: - from required: - column_id - enterprise: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 project_card: allOf: - title: Project Card @@ -154043,8 +154044,8 @@ webhooks: type: string required: - after_id - repository: *614 - sender: *615 + repository: *615 + sender: *616 required: - action - project_card @@ -154123,9 +154124,9 @@ webhooks: type: string enum: - closed - enterprise: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 project: title: Project type: object @@ -154251,8 +154252,8 @@ webhooks: - creator - created_at - updated_at - repository: *614 - sender: *615 + repository: *615 + sender: *616 required: - action - project @@ -154331,9 +154332,9 @@ webhooks: type: string enum: - created - enterprise: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 project_column: title: Project Column type: object @@ -154374,8 +154375,8 @@ webhooks: - name - created_at - updated_at - repository: *614 - sender: *615 + repository: *615 + sender: *616 required: - action - project_column @@ -154453,9 +154454,9 @@ webhooks: type: string enum: - deleted - enterprise: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 project_column: title: Project Column type: object @@ -154499,8 +154500,8 @@ webhooks: repository: anyOf: - type: 'null' - - *614 - sender: *615 + - *615 + sender: *616 required: - action - project_column @@ -154588,9 +154589,9 @@ webhooks: type: string required: - from - enterprise: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 project_column: title: Project Column type: object @@ -154631,8 +154632,8 @@ webhooks: - name - created_at - updated_at - repository: *614 - sender: *615 + repository: *615 + sender: *616 required: - action - changes @@ -154711,9 +154712,9 @@ webhooks: type: string enum: - moved - enterprise: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 project_column: title: Project Column type: object @@ -154754,8 +154755,8 @@ webhooks: - name - created_at - updated_at - repository: *614 - sender: *615 + repository: *615 + sender: *616 required: - action - project_column @@ -154834,9 +154835,9 @@ webhooks: type: string enum: - created - enterprise: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 project: title: Project type: object @@ -154962,8 +154963,8 @@ webhooks: - creator - created_at - updated_at - repository: *614 - sender: *615 + repository: *615 + sender: *616 required: - action - project @@ -155042,9 +155043,9 @@ webhooks: type: string enum: - deleted - enterprise: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 project: title: Project type: object @@ -155173,8 +155174,8 @@ webhooks: repository: anyOf: - type: 'null' - - *614 - sender: *615 + - *615 + sender: *616 required: - action - project @@ -155274,9 +155275,9 @@ webhooks: type: string required: - from - enterprise: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 project: title: Project type: object @@ -155402,8 +155403,8 @@ webhooks: - creator - created_at - updated_at - repository: *614 - sender: *615 + repository: *615 + sender: *616 required: - action - project @@ -155481,9 +155482,9 @@ webhooks: type: string enum: - reopened - enterprise: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 project: title: Project type: object @@ -155609,8 +155610,8 @@ webhooks: - creator - created_at - updated_at - repository: *614 - sender: *615 + repository: *615 + sender: *616 required: - action - project @@ -155689,9 +155690,9 @@ webhooks: type: string enum: - closed - installation: *612 - organization: *613 - projects_v2: &623 + installation: *613 + organization: *614 + projects_v2: &624 title: Projects v2 Project description: A projects v2 project type: object @@ -155759,7 +155760,7 @@ webhooks: - short_description - deleted_at - deleted_by - sender: *615 + sender: *616 required: - action - projects_v2 @@ -155838,10 +155839,10 @@ webhooks: type: string enum: - created - installation: *612 - organization: *613 - projects_v2: *623 - sender: *615 + installation: *613 + organization: *614 + projects_v2: *624 + sender: *616 required: - action - projects_v2 @@ -155920,10 +155921,10 @@ webhooks: type: string enum: - deleted - installation: *612 - organization: *613 - projects_v2: *623 - sender: *615 + installation: *613 + organization: *614 + projects_v2: *624 + sender: *616 required: - action - projects_v2 @@ -156042,10 +156043,10 @@ webhooks: type: string to: type: string - installation: *612 - organization: *613 - projects_v2: *623 - sender: *615 + installation: *613 + organization: *614 + projects_v2: *624 + sender: *616 required: - action - projects_v2 @@ -156142,9 +156143,9 @@ webhooks: - string - 'null' format: date-time - installation: *612 - organization: *613 - projects_v2_item: &624 + installation: *613 + organization: *614 + projects_v2_item: &625 title: Projects v2 Item description: An item belonging to a project type: object @@ -156190,7 +156191,7 @@ webhooks: - created_at - updated_at - archived_at - sender: *615 + sender: *616 required: - action - projects_v2_item @@ -156282,10 +156283,10 @@ webhooks: - 'null' to: type: string - installation: *612 - organization: *613 - projects_v2_item: *624 - sender: *615 + installation: *613 + organization: *614 + projects_v2_item: *625 + sender: *616 required: - action - projects_v2_item @@ -156365,10 +156366,10 @@ webhooks: type: string enum: - created - installation: *612 - organization: *613 - projects_v2_item: *624 - sender: *615 + installation: *613 + organization: *614 + projects_v2_item: *625 + sender: *616 required: - action - projects_v2_item @@ -156447,10 +156448,10 @@ webhooks: type: string enum: - deleted - installation: *612 - organization: *613 - projects_v2_item: *624 - sender: *615 + installation: *613 + organization: *614 + projects_v2_item: *625 + sender: *616 required: - action - projects_v2_item @@ -156559,10 +156560,10 @@ webhooks: - 'null' required: - body - installation: *612 - organization: *613 - projects_v2_item: *624 - sender: *615 + installation: *613 + organization: *614 + projects_v2_item: *625 + sender: *616 required: - action - projects_v2_item @@ -156657,10 +156658,10 @@ webhooks: type: - string - 'null' - installation: *612 - organization: *613 - projects_v2_item: *624 - sender: *615 + installation: *613 + organization: *614 + projects_v2_item: *625 + sender: *616 required: - action - projects_v2_item @@ -156757,10 +156758,10 @@ webhooks: - string - 'null' format: date-time - installation: *612 - organization: *613 - projects_v2_item: *624 - sender: *615 + installation: *613 + organization: *614 + projects_v2_item: *625 + sender: *616 required: - action - projects_v2_item @@ -156840,10 +156841,10 @@ webhooks: type: string enum: - reopened - installation: *612 - organization: *613 - projects_v2: *623 - sender: *615 + installation: *613 + organization: *614 + projects_v2: *624 + sender: *616 required: - action - projects_v2 @@ -156913,11 +156914,11 @@ webhooks: title: public event type: object properties: - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - sender: *615 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + sender: *616 required: - repository - sender @@ -157062,12 +157063,12 @@ webhooks: required: - login - id - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 number: description: The pull request number. type: integer - organization: *613 + organization: *614 pull_request: title: Pull Request type: object @@ -159389,8 +159390,8 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *614 - sender: *615 + repository: *615 + sender: *616 required: - action - number @@ -159471,11 +159472,11 @@ webhooks: type: string enum: - auto_merge_disabled - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 number: type: integer - organization: *613 + organization: *614 pull_request: title: Pull Request type: object @@ -161792,8 +161793,8 @@ webhooks: - draft reason: type: string - repository: *614 - sender: *615 + repository: *615 + sender: *616 required: - action - number @@ -161874,11 +161875,11 @@ webhooks: type: string enum: - auto_merge_enabled - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 number: type: integer - organization: *613 + organization: *614 pull_request: title: Pull Request type: object @@ -164196,8 +164197,8 @@ webhooks: - draft reason: type: string - repository: *614 - sender: *615 + repository: *615 + sender: *616 required: - action - number @@ -164278,15 +164279,15 @@ webhooks: type: string enum: - closed - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 number: description: The pull request number. type: integer - organization: *613 + organization: *614 pull_request: allOf: - - *478 + - *479 - type: object properties: allow_auto_merge: @@ -164348,8 +164349,8 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *614 - sender: *615 + repository: *615 + sender: *616 required: - action - number @@ -164429,15 +164430,15 @@ webhooks: type: string enum: - converted_to_draft - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 number: description: The pull request number. type: integer - organization: *613 + organization: *614 pull_request: allOf: - - *478 + - *479 - type: object properties: allow_auto_merge: @@ -164499,8 +164500,8 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *614 - sender: *615 + repository: *615 + sender: *616 required: - action - number @@ -164579,12 +164580,12 @@ webhooks: type: string enum: - demilestoned - enterprise: *611 + enterprise: *612 milestone: *379 number: description: The pull request number. type: integer - organization: *613 + organization: *614 pull_request: title: Pull Request type: object @@ -166889,8 +166890,8 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *614 - sender: *615 + repository: *615 + sender: *616 required: - action - number @@ -166968,11 +166969,11 @@ webhooks: type: string enum: - dequeued - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 number: type: integer - organization: *613 + organization: *614 pull_request: title: Pull Request type: object @@ -169280,8 +169281,8 @@ webhooks: - draft reason: type: string - repository: *614 - sender: *615 + repository: *615 + sender: *616 required: - action - number @@ -169404,15 +169405,15 @@ webhooks: type: string required: - from - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 number: description: The pull request number. type: integer - organization: *613 + organization: *614 pull_request: allOf: - - *478 + - *479 - type: object properties: allow_auto_merge: @@ -169474,8 +169475,8 @@ webhooks: Please use `squash_merge_commit_title` instead. type: boolean default: false - repository: *614 - sender: *615 + repository: *615 + sender: *616 required: - action - changes @@ -169554,11 +169555,11 @@ webhooks: type: string enum: - enqueued - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 number: type: integer - organization: *613 + organization: *614 pull_request: title: Pull Request type: object @@ -171864,8 +171865,8 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *614 - sender: *615 + repository: *615 + sender: *616 required: - action - number @@ -171944,8 +171945,8 @@ webhooks: type: string enum: - labeled - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 label: title: Label type: object @@ -171982,7 +171983,7 @@ webhooks: number: description: The pull request number. type: integer - organization: *613 + organization: *614 pull_request: title: Pull Request type: object @@ -174305,8 +174306,8 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *614 - sender: *615 + repository: *615 + sender: *616 required: - action - number @@ -174386,12 +174387,12 @@ webhooks: type: string enum: - locked - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 number: description: The pull request number. type: integer - organization: *613 + organization: *614 pull_request: title: Pull Request type: object @@ -176712,8 +176713,8 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *614 - sender: *615 + repository: *615 + sender: *616 required: - action - number @@ -176792,12 +176793,12 @@ webhooks: type: string enum: - milestoned - enterprise: *611 + enterprise: *612 milestone: *379 number: description: The pull request number. type: integer - organization: *613 + organization: *614 pull_request: title: Pull Request type: object @@ -179102,8 +179103,8 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *614 - sender: *615 + repository: *615 + sender: *616 required: - action - number @@ -179181,15 +179182,15 @@ webhooks: type: string enum: - opened - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 number: description: The pull request number. type: integer - organization: *613 + organization: *614 pull_request: allOf: - - *478 + - *479 - type: object properties: allow_auto_merge: @@ -179251,8 +179252,8 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *614 - sender: *615 + repository: *615 + sender: *616 required: - action - number @@ -179332,15 +179333,15 @@ webhooks: type: string enum: - ready_for_review - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 number: description: The pull request number. type: integer - organization: *613 + organization: *614 pull_request: allOf: - - *478 + - *479 - type: object properties: allow_auto_merge: @@ -179402,8 +179403,8 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *614 - sender: *615 + repository: *615 + sender: *616 required: - action - number @@ -179482,15 +179483,15 @@ webhooks: type: string enum: - reopened - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 number: description: The pull request number. type: integer - organization: *613 + organization: *614 pull_request: allOf: - - *478 + - *479 - type: object properties: allow_auto_merge: @@ -179552,8 +179553,8 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *614 - sender: *615 + repository: *615 + sender: *616 required: - action - number @@ -179924,9 +179925,9 @@ webhooks: - start_side - side - reactions - enterprise: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 pull_request: type: object properties: @@ -182133,8 +182134,8 @@ webhooks: - _links - author_association - active_lock_reason - repository: *614 - sender: *615 + repository: *615 + sender: *616 required: - action - comment @@ -182503,9 +182504,9 @@ webhooks: - start_side - side - reactions - enterprise: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 pull_request: type: object properties: @@ -184700,8 +184701,8 @@ webhooks: - _links - author_association - active_lock_reason - repository: *614 - sender: *615 + repository: *615 + sender: *616 required: - action - comment @@ -185082,9 +185083,9 @@ webhooks: - start_side - side - reactions - enterprise: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 pull_request: type: object properties: @@ -187280,8 +187281,8 @@ webhooks: - _links - author_association - active_lock_reason - repository: *614 - sender: *615 + repository: *615 + sender: *616 required: - action - changes @@ -187361,9 +187362,9 @@ webhooks: type: string enum: - dismissed - enterprise: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 pull_request: title: Simple Pull Request type: object @@ -189573,7 +189574,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *614 + repository: *615 review: description: The review that was affected. type: object @@ -189725,7 +189726,7 @@ webhooks: - pull_request_url - author_association - _links - sender: *615 + sender: *616 required: - action - review @@ -189816,9 +189817,9 @@ webhooks: type: string required: - from - enterprise: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 pull_request: title: Simple Pull Request type: object @@ -191909,7 +191910,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *614 + repository: *615 review: description: The review that was affected. type: object @@ -192058,7 +192059,7 @@ webhooks: - pull_request_url - author_association - _links - sender: *615 + sender: *616 required: - action - changes @@ -192140,12 +192141,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 number: description: The pull request number. type: integer - organization: *613 + organization: *614 pull_request: title: Pull Request type: object @@ -194465,7 +194466,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *614 + repository: *615 requested_reviewer: title: User type: @@ -194535,7 +194536,7 @@ webhooks: required: - login - id - sender: *615 + sender: *616 required: - requested_reviewer - action @@ -194549,12 +194550,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 number: description: The pull request number. type: integer - organization: *613 + organization: *614 pull_request: title: Pull Request type: object @@ -196881,7 +196882,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *614 + repository: *615 requested_team: title: Team description: Groups of organization members that gives permissions @@ -196994,7 +196995,7 @@ webhooks: - members_url - repositories_url - permission - sender: *615 + sender: *616 required: - requested_team - action @@ -197076,12 +197077,12 @@ webhooks: type: string enum: - review_requested - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 number: description: The pull request number. type: integer - organization: *613 + organization: *614 pull_request: title: Pull Request type: object @@ -199403,7 +199404,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *614 + repository: *615 requested_reviewer: title: User type: @@ -199474,7 +199475,7 @@ webhooks: required: - login - id - sender: *615 + sender: *616 required: - requested_reviewer - action @@ -199488,12 +199489,12 @@ webhooks: type: string enum: - review_requested - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 number: description: The pull request number. type: integer - organization: *613 + organization: *614 pull_request: title: Pull Request type: object @@ -201806,7 +201807,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *614 + repository: *615 requested_team: title: Team description: Groups of organization members that gives permissions @@ -201910,7 +201911,7 @@ webhooks: required: - name - id - sender: *615 + sender: *616 required: - requested_team - action @@ -201990,9 +201991,9 @@ webhooks: type: string enum: - submitted - enterprise: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 pull_request: title: Simple Pull Request type: object @@ -204205,7 +204206,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *614 + repository: *615 review: description: The review that was affected. type: object @@ -204354,7 +204355,7 @@ webhooks: - pull_request_url - author_association - _links - sender: *615 + sender: *616 required: - action - review @@ -204433,9 +204434,9 @@ webhooks: type: string enum: - resolved - enterprise: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 pull_request: title: Simple Pull Request type: object @@ -206543,8 +206544,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *614 - sender: *615 + repository: *615 + sender: *616 thread: type: object properties: @@ -206932,9 +206933,9 @@ webhooks: type: string enum: - unresolved - enterprise: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 pull_request: title: Simple Pull Request type: object @@ -209025,8 +209026,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *614 - sender: *615 + repository: *615 + sender: *616 thread: type: object properties: @@ -209416,12 +209417,12 @@ webhooks: type: string before: type: string - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 number: description: The pull request number. type: integer - organization: *613 + organization: *614 pull_request: title: Pull Request type: object @@ -211731,8 +211732,8 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *614 - sender: *615 + repository: *615 + sender: *616 required: - action - number @@ -211883,12 +211884,12 @@ webhooks: required: - login - id - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 number: description: The pull request number. type: integer - organization: *613 + organization: *614 pull_request: title: Pull Request type: object @@ -214213,8 +214214,8 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *614 - sender: *615 + repository: *615 + sender: *616 required: - action - number @@ -214292,8 +214293,8 @@ webhooks: type: string enum: - unlabeled - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 label: title: Label type: object @@ -214330,7 +214331,7 @@ webhooks: number: description: The pull request number. type: integer - organization: *613 + organization: *614 pull_request: title: Pull Request type: object @@ -216644,8 +216645,8 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *614 - sender: *615 + repository: *615 + sender: *616 required: - action - number @@ -216725,12 +216726,12 @@ webhooks: type: string enum: - unlocked - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 number: description: The pull request number. type: integer - organization: *613 + organization: *614 pull_request: title: Pull Request type: object @@ -219034,8 +219035,8 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *614 - sender: *615 + repository: *615 + sender: *616 required: - action - number @@ -219236,7 +219237,7 @@ webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *611 + enterprise: *612 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -219331,8 +219332,8 @@ webhooks: - url - author - committer - installation: *612 - organization: *613 + installation: *613 + organization: *614 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -219831,7 +219832,7 @@ webhooks: - default_branch - topics - visibility - sender: *615 + sender: *616 required: - ref - before @@ -219916,9 +219917,9 @@ webhooks: type: string enum: - published - enterprise: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 registry_package: type: object properties: @@ -220389,7 +220390,7 @@ webhooks: type: string rubygems_metadata: type: array - items: *620 + items: *621 summary: type: string tag_name: @@ -220445,8 +220446,8 @@ webhooks: - owner - package_version - registry - repository: *614 - sender: *615 + repository: *615 + sender: *616 required: - action - registry_package @@ -220522,9 +220523,9 @@ webhooks: type: string enum: - updated - enterprise: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 registry_package: type: object properties: @@ -220830,7 +220831,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *620 + items: *621 summary: type: string tag_name: @@ -220880,8 +220881,8 @@ webhooks: - owner - package_version - registry - repository: *614 - sender: *615 + repository: *615 + sender: *616 required: - action - registry_package @@ -220957,9 +220958,9 @@ webhooks: type: string enum: - created - enterprise: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 release: title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) @@ -221274,8 +221275,8 @@ webhooks: - tarball_url - zipball_url - body - repository: *614 - sender: *615 + repository: *615 + sender: *616 required: - action - release @@ -221351,9 +221352,9 @@ webhooks: type: string enum: - deleted - enterprise: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 release: title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) @@ -221668,8 +221669,8 @@ webhooks: - tarball_url - zipball_url - body - repository: *614 - sender: *615 + repository: *615 + sender: *616 required: - action - release @@ -221776,9 +221777,9 @@ webhooks: type: boolean required: - to - enterprise: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 release: title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) @@ -222093,8 +222094,8 @@ webhooks: - tarball_url - zipball_url - body - repository: *614 - sender: *615 + repository: *615 + sender: *616 required: - action - changes @@ -222171,9 +222172,9 @@ webhooks: type: string enum: - prereleased - enterprise: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 release: allOf: - title: Release @@ -222584,8 +222585,8 @@ webhooks: - 'null' required: - prerelease - repository: *614 - sender: *615 + repository: *615 + sender: *616 required: - action - release @@ -222660,9 +222661,9 @@ webhooks: type: string enum: - published - enterprise: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 release: allOf: - title: Release @@ -223070,8 +223071,8 @@ webhooks: - 'null' required: - published_at - repository: *614 - sender: *615 + repository: *615 + sender: *616 required: - action - release @@ -223146,9 +223147,9 @@ webhooks: type: string enum: - released - enterprise: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 release: title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) @@ -223463,8 +223464,8 @@ webhooks: - tarball_url - zipball_url - body - repository: *614 - sender: *615 + repository: *615 + sender: *616 required: - action - release @@ -223539,9 +223540,9 @@ webhooks: type: string enum: - unpublished - enterprise: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 release: allOf: - title: Release @@ -223948,8 +223949,8 @@ webhooks: - 'null' required: - published_at - repository: *614 - sender: *615 + repository: *615 + sender: *616 required: - action - release @@ -224024,12 +224025,12 @@ webhooks: type: string enum: - published - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - repository_advisory: *525 - sender: *615 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + repository_advisory: *526 + sender: *616 required: - action - repository @@ -224104,12 +224105,12 @@ webhooks: type: string enum: - reported - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - repository_advisory: *525 - sender: *615 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + repository_advisory: *526 + sender: *616 required: - action - repository @@ -224184,11 +224185,11 @@ webhooks: type: string enum: - archived - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - sender: *615 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + sender: *616 required: - action - repository @@ -224264,11 +224265,11 @@ webhooks: type: string enum: - created - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - sender: *615 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + sender: *616 required: - action - repository @@ -224345,11 +224346,11 @@ webhooks: type: string enum: - deleted - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - sender: *615 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + sender: *616 required: - action - repository @@ -224433,11 +224434,11 @@ webhooks: - object - 'null' additionalProperties: true - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - sender: *615 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + sender: *616 required: - action - branch @@ -224551,11 +224552,11 @@ webhooks: - 'null' items: type: string - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - sender: *615 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + sender: *616 required: - action - changes @@ -224626,11 +224627,11 @@ webhooks: title: repository_import event type: object properties: - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - sender: *615 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + sender: *616 status: type: string enum: @@ -224710,11 +224711,11 @@ webhooks: type: string enum: - privatized - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - sender: *615 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + sender: *616 required: - action - repository @@ -224790,11 +224791,11 @@ webhooks: type: string enum: - publicized - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - sender: *615 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + sender: *616 required: - action - repository @@ -224887,11 +224888,11 @@ webhooks: - name required: - repository - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - sender: *615 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + sender: *616 required: - action - changes @@ -224970,12 +224971,12 @@ webhooks: type: string enum: - created - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 repository_ruleset: *231 - sender: *615 + sender: *616 required: - action - repository_ruleset @@ -225052,12 +225053,12 @@ webhooks: type: string enum: - deleted - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 repository_ruleset: *231 - sender: *615 + sender: *616 required: - action - repository_ruleset @@ -225134,10 +225135,10 @@ webhooks: type: string enum: - edited - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 repository_ruleset: *231 changes: type: object @@ -225227,7 +225228,7 @@ webhooks: properties: from: type: string - sender: *615 + sender: *616 required: - action - repository_ruleset @@ -225442,11 +225443,11 @@ webhooks: - from required: - owner - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - sender: *615 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + sender: *616 required: - action - changes @@ -225523,11 +225524,11 @@ webhooks: type: string enum: - unarchived - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - sender: *615 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + sender: *616 required: - action - repository @@ -225762,11 +225763,11 @@ webhooks: - open required: - state - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - sender: *615 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + sender: *616 required: - action - alert @@ -226084,11 +226085,11 @@ webhooks: - dismiss_reason - dismissed_at - state - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - sender: *615 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + sender: *616 required: - action - alert @@ -226323,11 +226324,11 @@ webhooks: - open required: - state - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - sender: *615 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + sender: *616 required: - action - alert @@ -226567,11 +226568,11 @@ webhooks: - open required: - state - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - sender: *615 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + sender: *616 required: - action - alert @@ -226648,7 +226649,7 @@ webhooks: type: string enum: - created - alert: &625 + alert: &626 type: object properties: number: *68 @@ -226720,11 +226721,11 @@ webhooks: format: date-time description: 'The time that push protection was bypassed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - sender: *615 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + sender: *616 required: - action - alert @@ -226804,12 +226805,12 @@ webhooks: type: string enum: - created - alert: *625 - installation: *612 - location: *626 - organization: *613 - repository: *614 - sender: *615 + alert: *626 + installation: *613 + location: *627 + organization: *614 + repository: *615 + sender: *616 required: - location - alert @@ -227044,12 +227045,12 @@ webhooks: type: string enum: - reopened - alert: *625 - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - sender: *615 + alert: *626 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + sender: *616 required: - action - alert @@ -227126,12 +227127,12 @@ webhooks: type: string enum: - resolved - alert: *625 - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - sender: *615 + alert: *626 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + sender: *616 required: - action - alert @@ -227208,12 +227209,12 @@ webhooks: type: string enum: - revoked - alert: *625 - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - sender: *615 + alert: *626 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + sender: *616 required: - action - alert @@ -227290,12 +227291,12 @@ webhooks: type: string enum: - validated - alert: *625 - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - sender: *615 + alert: *626 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + sender: *616 required: - action - alert @@ -227370,10 +227371,10 @@ webhooks: type: string enum: - published - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -227487,7 +227488,7 @@ webhooks: - updated_at - withdrawn_at - vulnerabilities - sender: *615 + sender: *616 required: - action - security_advisory @@ -227559,10 +227560,10 @@ webhooks: type: string enum: - updated - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -227676,7 +227677,7 @@ webhooks: - updated_at - withdrawn_at - vulnerabilities - sender: *615 + sender: *616 required: - action - security_advisory @@ -227748,10 +227749,10 @@ webhooks: type: string enum: - withdrawn - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -227863,7 +227864,7 @@ webhooks: - updated_at - withdrawn_at - vulnerabilities - sender: *615 + sender: *616 required: - action - security_advisory @@ -227937,11 +227938,11 @@ webhooks: type: object properties: security_and_analysis: *222 - enterprise: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 repository: *283 - sender: *615 + sender: *616 required: - changes - repository @@ -228018,11 +228019,11 @@ webhooks: type: string enum: - cancelled - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - sender: *615 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + sender: *616 sponsorship: type: object properties: @@ -228322,11 +228323,11 @@ webhooks: type: string enum: - created - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - sender: *615 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + sender: *616 sponsorship: type: object properties: @@ -228640,11 +228641,11 @@ webhooks: type: string required: - from - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - sender: *615 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + sender: *616 sponsorship: type: object properties: @@ -228952,11 +228953,11 @@ webhooks: event types will include the date the cancellation or tier change will take effect. type: string - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - sender: *615 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + sender: *616 sponsorship: type: object properties: @@ -229305,11 +229306,11 @@ webhooks: event types will include the date the cancellation or tier change will take effect. type: string - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - sender: *615 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + sender: *616 sponsorship: type: object properties: @@ -229656,11 +229657,11 @@ webhooks: - from required: - tier - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - sender: *615 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + sender: *616 sponsorship: type: object properties: @@ -229960,11 +229961,11 @@ webhooks: type: string enum: - created - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - sender: *615 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + sender: *616 starred_at: description: 'The time the star was created. This is a timestamp in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`. Will be `null` for @@ -230047,11 +230048,11 @@ webhooks: type: string enum: - deleted - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - sender: *615 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + sender: *616 starred_at: description: 'The time the star was created. This is a timestamp in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`. Will be `null` for @@ -230479,16 +230480,16 @@ webhooks: type: - string - 'null' - enterprise: *611 + enterprise: *612 id: description: The unique identifier of the status. type: integer - installation: *612 + installation: *613 name: type: string - organization: *613 - repository: *614 - sender: *615 + organization: *614 + repository: *615 + sender: *616 sha: description: The Commit SHA. type: string @@ -230590,11 +230591,11 @@ webhooks: title: team_add event type: object properties: - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - sender: *615 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + sender: *616 team: title: Team description: Groups of organization members that gives permissions @@ -230788,9 +230789,9 @@ webhooks: type: string enum: - added_to_repository - enterprise: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 repository: title: Repository description: A git repository @@ -231256,7 +231257,7 @@ webhooks: - default_branch - topics - visibility - sender: *615 + sender: *616 team: title: Team description: Groups of organization members that gives permissions @@ -231450,9 +231451,9 @@ webhooks: type: string enum: - created - enterprise: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 repository: title: Repository description: A git repository @@ -231918,7 +231919,7 @@ webhooks: - default_branch - topics - visibility - sender: *615 + sender: *616 team: title: Team description: Groups of organization members that gives permissions @@ -232113,9 +232114,9 @@ webhooks: type: string enum: - deleted - enterprise: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 repository: title: Repository description: A git repository @@ -232581,7 +232582,7 @@ webhooks: - default_branch - topics - visibility - sender: *615 + sender: *616 team: title: Team description: Groups of organization members that gives permissions @@ -232843,9 +232844,9 @@ webhooks: - from required: - permissions - enterprise: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 repository: title: Repository description: A git repository @@ -233311,7 +233312,7 @@ webhooks: - default_branch - topics - visibility - sender: *615 + sender: *616 team: title: Team description: Groups of organization members that gives permissions @@ -233507,9 +233508,9 @@ webhooks: type: string enum: - removed_from_repository - enterprise: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 repository: title: Repository description: A git repository @@ -233975,7 +233976,7 @@ webhooks: - default_branch - topics - visibility - sender: *615 + sender: *616 team: title: Team description: Groups of organization members that gives permissions @@ -234169,11 +234170,11 @@ webhooks: type: string enum: - started - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - sender: *615 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + sender: *616 required: - action - repository @@ -234245,18 +234246,18 @@ webhooks: title: workflow_dispatch event type: object properties: - enterprise: *611 + enterprise: *612 inputs: type: - object - 'null' additionalProperties: true - installation: *612 - organization: *613 + installation: *613 + organization: *614 ref: type: string - repository: *614 - sender: *615 + repository: *615 + sender: *616 workflow: type: string required: @@ -234337,11 +234338,11 @@ webhooks: type: string enum: - completed - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - sender: *615 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + sender: *616 workflow_job: allOf: - title: Workflow Job @@ -234675,11 +234676,11 @@ webhooks: type: string enum: - in_progress - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - sender: *615 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + sender: *616 workflow_job: allOf: - title: Workflow Job @@ -235039,11 +235040,11 @@ webhooks: type: string enum: - queued - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - sender: *615 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + sender: *616 workflow_job: type: object properties: @@ -235267,11 +235268,11 @@ webhooks: type: string enum: - waiting - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - sender: *615 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + sender: *616 workflow_job: type: object properties: @@ -235497,11 +235498,11 @@ webhooks: type: string enum: - completed - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - sender: *615 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + sender: *616 workflow: title: Workflow type: @@ -237013,11 +237014,11 @@ webhooks: type: string enum: - in_progress - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - sender: *615 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + sender: *616 workflow: title: Workflow type: @@ -238531,11 +238532,11 @@ webhooks: type: string enum: - requested - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - sender: *615 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + sender: *616 workflow: title: Workflow type: diff --git a/descriptions-next/ghec/dereferenced/ghec.deref.json b/descriptions-next/ghec/dereferenced/ghec.deref.json index aad4929226..91df11c92a 100644 --- a/descriptions-next/ghec/dereferenced/ghec.deref.json +++ b/descriptions-next/ghec/dereferenced/ghec.deref.json @@ -304216,9 +304216,10 @@ }, { "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)\" in the Git documentation.", + "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.", "in": "path", "required": true, + "example": "heads/feature-a", "schema": { "type": "string" }, @@ -304361,9 +304362,10 @@ }, { "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)\" in the Git documentation.", + "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.", "in": "path", "required": true, + "example": "heads/feature-a", "schema": { "type": "string" }, @@ -304706,7 +304708,7 @@ "/repos/{owner}/{repo}/git/refs/{ref}": { "patch": { "summary": "Update a reference", - "description": "", + "description": "Updates the provided reference to point to a new SHA. For more information, see \"[Git References](https://git-scm.com/book/en/v2/Git-Internals-Git-References)\" in the Git documentation.", "tags": [ "git" ], @@ -304736,10 +304738,10 @@ }, { "name": "ref", - "description": "The name of the reference to update (for example, `heads/featureA`). Can be a 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)\" in the Git documentation.", + "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.", "in": "path", "required": true, - "example": "heads/featureA", + "example": "heads/feature-a", "schema": { "type": "string" }, @@ -304934,7 +304936,7 @@ }, "delete": { "summary": "Delete a reference", - "description": "", + "description": "Deletes the provided reference.", "tags": [ "git" ], @@ -304964,9 +304966,10 @@ }, { "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)\" in the Git documentation.", + "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.", "in": "path", "required": true, + "example": "heads/feature-a", "schema": { "type": "string" }, diff --git a/descriptions-next/ghec/dereferenced/ghec.deref.yaml b/descriptions-next/ghec/dereferenced/ghec.deref.yaml index 8e22427211..fe1a62d777 100644 --- a/descriptions-next/ghec/dereferenced/ghec.deref.yaml +++ b/descriptions-next/ghec/dereferenced/ghec.deref.yaml @@ -980,7 +980,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: - - &527 + - &528 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -1637,7 +1637,7 @@ paths: application/json: schema: *2 application/scim+json: - schema: &537 + schema: &538 title: Scim Error description: Scim Error type: object @@ -11908,14 +11908,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &522 + state: &523 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: &523 + resolution: &524 type: - string - 'null' @@ -13015,7 +13015,7 @@ paths: - author_association - created_at - updated_at - comment: &436 + comment: &437 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -13579,7 +13579,7 @@ paths: url: type: string format: uri - user: &576 + user: &577 title: Public User description: Public User type: object @@ -16970,7 +16970,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &464 + - &465 name: all description: If `true`, show notifications marked as read. in: query @@ -16978,7 +16978,7 @@ paths: schema: type: boolean default: false - - &465 + - &466 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -16988,7 +16988,7 @@ paths: type: boolean default: false - *83 - - &466 + - &467 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: @@ -17497,7 +17497,7 @@ paths: - url - subscription_url examples: - default: &467 + default: &468 value: - id: '1' repository: @@ -18049,7 +18049,7 @@ paths: type: array items: *49 examples: - default: &593 + default: &594 value: - login: github id: 1 @@ -19219,7 +19219,7 @@ paths: type: array items: *54 examples: - default: &587 + default: &588 value: total_count: 1 repositories: @@ -19981,7 +19981,7 @@ paths: type: array items: *126 examples: - default: &579 + default: &580 value: total_count: 1 repositories: @@ -26957,7 +26957,7 @@ paths: application/json: schema: *19 examples: - default: &432 + default: &433 value: id: 1 account: @@ -27184,7 +27184,7 @@ paths: required: true content: application/json: - schema: &433 + schema: &434 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration @@ -29029,7 +29029,7 @@ paths: parameters: - *109 - *197 - - &592 + - &593 name: repo_name description: repo_name parameter in: path @@ -30087,7 +30087,7 @@ paths: - nuget - container - *109 - - &594 + - &595 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -30128,7 +30128,7 @@ paths: default: *203 '403': *26 '401': *22 - '400': &596 + '400': &597 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -33746,7 +33746,7 @@ paths: type: object description: A repository rule. oneOf: - - &495 + - &496 title: creation description: Only allow users with bypass permission to create matching refs. @@ -33758,7 +33758,7 @@ paths: type: string enum: - creation - - &496 + - &497 title: update description: Only allow users with bypass permission to update matching refs. @@ -33779,7 +33779,7 @@ paths: repository required: - update_allows_fetch_and_merge - - &498 + - &499 title: deletion description: Only allow users with bypass permissions to delete matching refs. @@ -33791,7 +33791,7 @@ paths: type: string enum: - deletion - - &499 + - &500 title: required_linear_history description: Prevent merge commits from being pushed to matching refs. @@ -33803,7 +33803,7 @@ paths: type: string enum: - required_linear_history - - &500 + - &501 title: required_deployments description: Choose which environments must be successfully deployed to before refs can be pushed into a ref that @@ -33827,7 +33827,7 @@ paths: type: string required: - required_deployment_environments - - &501 + - &502 title: required_signatures description: Commits pushed to matching refs must have verified signatures. @@ -33839,7 +33839,7 @@ paths: type: string enum: - required_signatures - - &502 + - &503 title: pull_request description: Require all commits be made to a non-target branch and submitted via a pull request before they can @@ -33885,7 +33885,7 @@ paths: - require_last_push_approval - required_approving_review_count - required_review_thread_resolution - - &503 + - &504 title: required_status_checks description: Choose which status checks must pass before the ref is updated. When enabled, commits must first be @@ -33928,7 +33928,7 @@ paths: required: - required_status_checks - strict_required_status_checks_policy - - &504 + - &505 title: non_fast_forward description: Prevent users with push access from force pushing to refs. @@ -33940,7 +33940,7 @@ paths: type: string enum: - non_fast_forward - - &505 + - &506 title: commit_message_pattern description: Parameters to be used for the commit_message_pattern rule @@ -33976,7 +33976,7 @@ paths: required: - operator - pattern - - &506 + - &507 title: commit_author_email_pattern description: Parameters to be used for the commit_author_email_pattern rule @@ -34012,7 +34012,7 @@ paths: required: - operator - pattern - - &507 + - &508 title: committer_email_pattern description: Parameters to be used for the committer_email_pattern rule @@ -34048,7 +34048,7 @@ paths: required: - operator - pattern - - &508 + - &509 title: branch_name_pattern description: Parameters to be used for the branch_name_pattern rule @@ -34084,7 +34084,7 @@ paths: required: - operator - pattern - - &509 + - &510 title: tag_name_pattern description: Parameters to be used for the tag_name_pattern rule @@ -34120,7 +34120,7 @@ paths: required: - operator - pattern - - &510 + - &511 title: workflows description: Require all changes made to a targeted branch to pass the specified workflows before they can be merged. @@ -34345,7 +34345,7 @@ paths: in: query schema: type: integer - - &511 + - &512 name: time_period description: |- The time period to filter by. @@ -34361,14 +34361,14 @@ paths: - week - month default: day - - &512 + - &513 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 - - &513 + - &514 name: rule_suite_result description: The rule results to filter on. When specified, only suites with this result will be returned. @@ -34388,7 +34388,7 @@ paths: description: Response content: application/json: - schema: &514 + schema: &515 title: Rule Suites description: Response type: array @@ -34443,7 +34443,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &515 + default: &516 value: - id: 21 actor_id: 12 @@ -34487,7 +34487,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *109 - - &516 + - &517 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -34503,7 +34503,7 @@ paths: description: Response content: application/json: - schema: &517 + schema: &518 title: Rule Suite description: Response type: object @@ -34602,7 +34602,7 @@ paths: type: string description: Any associated details with the rule evaluation. examples: - default: &518 + default: &519 value: id: 21 actor_id: 12 @@ -34815,7 +34815,7 @@ paths: - *64 - *17 - *16 - - &520 + - &521 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 @@ -34825,7 +34825,7 @@ paths: required: false schema: type: string - - &521 + - &522 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 @@ -34915,7 +34915,7 @@ paths: application/json: schema: type: array - items: &525 + items: &526 description: A repository security advisory. type: object properties: @@ -35233,7 +35233,7 @@ paths: - private_fork additionalProperties: false examples: - default: &526 + default: &527 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -36749,7 +36749,7 @@ paths: - updated_at - url examples: - default: &566 + default: &567 value: - author: login: octocat @@ -36994,7 +36994,7 @@ paths: application/json: schema: *253 examples: - default: &567 + default: &568 value: author: login: octocat @@ -37183,7 +37183,7 @@ paths: - updated_at - url examples: - default: &568 + default: &569 value: - author: login: octocat @@ -37406,7 +37406,7 @@ paths: application/json: schema: *256 examples: - default: &569 + default: &570 value: author: login: octocat @@ -38113,7 +38113,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &570 + response-if-user-is-a-team-maintainer: &571 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -38176,7 +38176,7 @@ paths: application/json: schema: *267 examples: - response-if-users-membership-with-team-is-now-pending: &571 + response-if-users-membership-with-team-is-now-pending: &572 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -38316,7 +38316,7 @@ paths: - updated_at - permissions examples: - default: &572 + default: &573 value: - owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -38392,7 +38392,7 @@ paths: application/json: schema: *268 examples: - default: &573 + default: &574 value: owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -38592,7 +38592,7 @@ paths: description: Alternative response with repository permissions content: application/json: - schema: &574 + schema: &575 title: Team Repository description: A team's access to a repository. type: object @@ -39426,7 +39426,7 @@ paths: type: array items: *156 examples: - response-if-child-teams-exist: &575 + response-if-child-teams-exist: &576 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -47945,7 +47945,7 @@ paths: required: - sha - url - verification: &422 + verification: &423 title: Verification type: object properties: @@ -51171,7 +51171,7 @@ paths: check. type: array items: *339 - deployment: &616 + deployment: &617 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -55294,7 +55294,7 @@ paths: type: array items: *367 examples: - default: &582 + default: &583 value: total_count: 2 machines: @@ -55999,7 +55999,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &435 + schema: &436 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -56831,7 +56831,7 @@ paths: type: array items: *375 examples: - default: &482 + default: &483 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -57118,7 +57118,7 @@ paths: application/json: schema: type: array - items: &473 + items: &474 title: Pull Request Simple description: Pull Request Simple type: object @@ -57362,7 +57362,7 @@ paths: - review_comment - self author_association: *80 - auto_merge: &475 + auto_merge: &476 title: Auto merge description: The status of auto merging a pull request. type: @@ -57427,7 +57427,7 @@ paths: - author_association - auto_merge examples: - default: &474 + default: &475 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -57982,7 +57982,7 @@ paths: application/json: schema: *375 examples: - default: &461 + default: &462 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -58600,7 +58600,7 @@ paths: application/json: schema: type: array - items: &530 + items: &531 title: Status description: The status of a commit. type: object @@ -59558,7 +59558,7 @@ paths: - size - type - url - - &487 + - &488 title: Content File description: Content File type: object @@ -65039,7 +65039,16 @@ paths: parameters: - *270 - *271 - - *381 + - &420 + 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. + in: path + required: true + example: heads/feature-a + schema: + type: string + x-multi-segment: true responses: '200': description: Response @@ -65047,7 +65056,7 @@ paths: application/json: schema: type: array - items: &420 + items: &421 title: Git Reference description: Git references within a repository type: object @@ -65123,15 +65132,15 @@ paths: parameters: - *270 - *271 - - *381 + - *420 responses: '200': description: Response content: application/json: - schema: *420 + schema: *421 examples: - default: &421 + default: &422 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -65189,9 +65198,9 @@ paths: description: Response content: application/json: - schema: *420 + schema: *421 examples: - default: *421 + default: *422 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -65206,7 +65215,9 @@ paths: "/repos/{owner}/{repo}/git/refs/{ref}": patch: summary: Update a reference - description: '' + description: Updates the provided reference to point to a new SHA. For more + information, see "[Git References](https://git-scm.com/book/en/v2/Git-Internals-Git-References)" + in the Git documentation. tags: - git operationId: git/update-ref @@ -65216,17 +65227,7 @@ paths: parameters: - *270 - *271 - - name: ref - description: The name of the reference to update (for example, `heads/featureA`). - Can be a 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)" - in the Git documentation. - in: path - required: true - example: heads/featureA - schema: - type: string - x-multi-segment: true + - *420 requestBody: required: true content: @@ -65255,9 +65256,9 @@ paths: description: Response content: application/json: - schema: *420 + schema: *421 examples: - default: *421 + default: *422 '422': *14 x-github: githubCloudOnly: false @@ -65266,7 +65267,7 @@ paths: subcategory: refs delete: summary: Delete a reference - description: '' + description: Deletes the provided reference. tags: - git operationId: git/delete-ref @@ -65276,7 +65277,7 @@ paths: parameters: - *270 - *271 - - *381 + - *420 responses: '204': description: Response @@ -65395,7 +65396,7 @@ paths: description: Response content: application/json: - schema: &423 + schema: &424 title: Git Tag description: Metadata for a Git tag type: object @@ -65451,7 +65452,7 @@ paths: - sha - type - url - verification: *422 + verification: *423 required: - sha - url @@ -65461,7 +65462,7 @@ paths: - tag - message examples: - default: &424 + default: &425 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -65543,9 +65544,9 @@ paths: description: Response content: application/json: - schema: *423 + schema: *424 examples: - default: *424 + default: *425 '404': *5 x-github: githubCloudOnly: false @@ -65643,7 +65644,7 @@ paths: description: Response content: application/json: - schema: &425 + schema: &426 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -65784,7 +65785,7 @@ paths: description: Response content: application/json: - schema: *425 + schema: *426 examples: default-response: summary: Default response @@ -65853,7 +65854,7 @@ paths: application/json: schema: type: array - items: &426 + items: &427 title: Webhook description: Webhooks for repositories. type: object @@ -65916,7 +65917,7 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &622 + last_response: &623 title: Hook Response type: object properties: @@ -66047,9 +66048,9 @@ paths: description: Response content: application/json: - schema: *426 + schema: *427 examples: - default: &427 + default: &428 value: type: Repository id: 12345678 @@ -66105,9 +66106,9 @@ paths: description: Response content: application/json: - schema: *426 + schema: *427 examples: - default: *427 + default: *428 '404': *5 x-github: githubCloudOnly: false @@ -66174,9 +66175,9 @@ paths: description: Response content: application/json: - schema: *426 + schema: *427 examples: - default: *427 + default: *428 '422': *14 '404': *5 x-github: @@ -66480,7 +66481,7 @@ paths: description: Response content: application/json: - schema: &428 + schema: &429 title: Import description: A repository import from an external source. type: object @@ -66587,7 +66588,7 @@ paths: - html_url - authors_url examples: - default: &431 + default: &432 value: vcs: subversion use_lfs: true @@ -66603,7 +66604,7 @@ paths: authors_url: https://api.github.com/repos/octocat/socm/import/authors repository_url: https://api.github.com/repos/octocat/socm '404': *5 - '503': &429 + '503': &430 description: Unavailable due to service under maintenance. content: application/json: @@ -66680,7 +66681,7 @@ paths: description: Response content: application/json: - schema: *428 + schema: *429 examples: default: value: @@ -66705,7 +66706,7 @@ paths: type: string '422': *14 '404': *5 - '503': *429 + '503': *430 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66785,7 +66786,7 @@ paths: description: Response content: application/json: - schema: *428 + schema: *429 examples: example-1: summary: Example 1 @@ -66833,7 +66834,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': *429 + '503': *430 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66860,7 +66861,7 @@ paths: responses: '204': description: Response - '503': *429 + '503': *430 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66887,7 +66888,7 @@ paths: parameters: - *270 - *271 - - &605 + - &606 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -66901,7 +66902,7 @@ paths: application/json: schema: type: array - items: &430 + items: &431 title: Porter Author description: Porter Author type: object @@ -66955,7 +66956,7 @@ paths: url: https://api.github.com/repos/octocat/socm/import/authors/2268559 import_url: https://api.github.com/repos/octocat/socm/import '404': *5 - '503': *429 + '503': *430 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67010,7 +67011,7 @@ paths: description: Response content: application/json: - schema: *430 + schema: *431 examples: default: value: @@ -67023,7 +67024,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *14 '404': *5 - '503': *429 + '503': *430 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67088,7 +67089,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *429 + '503': *430 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67143,11 +67144,11 @@ paths: description: Response content: application/json: - schema: *428 + schema: *429 examples: - default: *431 + default: *432 '422': *14 - '503': *429 + '503': *430 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67179,7 +67180,7 @@ paths: application/json: schema: *19 examples: - default: *432 + default: *433 '301': *284 '404': *5 x-github: @@ -67214,7 +67215,7 @@ paths: properties: {} additionalProperties: false examples: - default: &434 + default: &435 value: limit: collaborators_only origin: repository @@ -67245,7 +67246,7 @@ paths: required: true content: application/json: - schema: *433 + schema: *434 examples: default: summary: Example request body @@ -67259,7 +67260,7 @@ paths: application/json: schema: *182 examples: - default: *434 + default: *435 '409': description: Response x-github: @@ -67316,9 +67317,9 @@ paths: application/json: schema: type: array - items: *435 + items: *436 examples: - default: &598 + default: &599 value: - id: 1 repository: @@ -67480,7 +67481,7 @@ paths: description: Response content: application/json: - schema: *435 + schema: *436 examples: default: value: @@ -67973,7 +67974,7 @@ paths: application/json: schema: *93 examples: - default: &439 + default: &440 value: id: 1 node_id: MDU6SXNzdWUx @@ -68179,9 +68180,9 @@ paths: application/json: schema: type: array - items: *436 + items: *437 examples: - default: &441 + default: &442 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -68247,9 +68248,9 @@ paths: description: Response content: application/json: - schema: *436 + schema: *437 examples: - default: &437 + default: &438 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -68327,9 +68328,9 @@ paths: description: Response content: application/json: - schema: *436 + schema: *437 examples: - default: *437 + default: *438 '422': *14 x-github: githubCloudOnly: false @@ -68518,7 +68519,7 @@ paths: application/json: schema: type: array - items: &438 + items: &439 title: Issue Event description: Issue Event type: object @@ -68869,7 +68870,7 @@ paths: description: Response content: application/json: - schema: *438 + schema: *439 examples: default: value: @@ -69100,7 +69101,7 @@ paths: parameters: - *270 - *271 - - &440 + - &441 name: issue_number description: The number that identifies the issue. in: path @@ -69114,7 +69115,7 @@ paths: application/json: schema: *93 examples: - default: *439 + default: *440 '301': *284 '404': *5 '410': *281 @@ -69144,7 +69145,7 @@ paths: parameters: - *270 - *271 - - *440 + - *441 requestBody: required: false content: @@ -69253,7 +69254,7 @@ paths: application/json: schema: *93 examples: - default: *439 + default: *440 '422': *14 '503': *78 '403': *26 @@ -69279,7 +69280,7 @@ paths: parameters: - *270 - *271 - - *440 + - *441 requestBody: required: false content: @@ -69307,7 +69308,7 @@ paths: application/json: schema: *93 examples: - default: *439 + default: *440 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69325,7 +69326,7 @@ paths: parameters: - *270 - *271 - - *440 + - *441 requestBody: content: application/json: @@ -69352,7 +69353,7 @@ paths: application/json: schema: *93 examples: - default: *439 + default: *440 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69376,7 +69377,7 @@ paths: parameters: - *270 - *271 - - *440 + - *441 - name: assignee in: path required: true @@ -69418,7 +69419,7 @@ paths: parameters: - *270 - *271 - - *440 + - *441 - *83 - *16 - *17 @@ -69429,9 +69430,9 @@ paths: application/json: schema: type: array - items: *436 + items: *437 examples: - default: *441 + default: *442 headers: Link: *36 '404': *5 @@ -69466,7 +69467,7 @@ paths: parameters: - *270 - *271 - - *440 + - *441 requestBody: required: true content: @@ -69488,9 +69489,9 @@ paths: description: Response content: application/json: - schema: *436 + schema: *437 examples: - default: *437 + default: *438 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 @@ -69519,7 +69520,7 @@ paths: parameters: - *270 - *271 - - *440 + - *441 - *16 - *17 responses: @@ -69533,7 +69534,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &444 + - &445 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -69582,7 +69583,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &445 + - &446 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -69710,7 +69711,7 @@ paths: - performed_via_github_app - assignee - assigner - - &446 + - &447 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -69756,7 +69757,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &447 + - &448 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -69802,7 +69803,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &448 + - &449 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -69851,7 +69852,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &449 + - &450 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -69893,7 +69894,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &450 + - &451 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -69935,7 +69936,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &451 + - &452 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -69991,7 +69992,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &452 + - &453 title: Locked Issue Event description: Locked Issue Event type: object @@ -70036,7 +70037,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &453 + - &454 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -70097,7 +70098,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &454 + - &455 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -70158,7 +70159,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &455 + - &456 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -70219,7 +70220,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &456 + - &457 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -70331,7 +70332,7 @@ paths: parameters: - *270 - *271 - - *440 + - *441 - *16 - *17 responses: @@ -70341,7 +70342,7 @@ paths: application/json: schema: type: array - items: &442 + items: &443 title: Label description: Color-coded labels help you categorize and filter your issues (just like labels in Gmail). @@ -70392,7 +70393,7 @@ paths: - color - default examples: - default: &443 + default: &444 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -70431,7 +70432,7 @@ paths: parameters: - *270 - *271 - - *440 + - *441 requestBody: required: false content: @@ -70490,9 +70491,9 @@ paths: application/json: schema: type: array - items: *442 + items: *443 examples: - default: *443 + default: *444 '301': *284 '404': *5 '410': *281 @@ -70514,7 +70515,7 @@ paths: parameters: - *270 - *271 - - *440 + - *441 requestBody: required: false content: @@ -70574,9 +70575,9 @@ paths: application/json: schema: type: array - items: *442 + items: *443 examples: - default: *443 + default: *444 '301': *284 '404': *5 '410': *281 @@ -70598,7 +70599,7 @@ paths: parameters: - *270 - *271 - - *440 + - *441 responses: '204': description: Response @@ -70625,7 +70626,7 @@ paths: parameters: - *270 - *271 - - *440 + - *441 - name: name in: path required: true @@ -70638,7 +70639,7 @@ paths: application/json: schema: type: array - items: *442 + items: *443 examples: default: value: @@ -70673,7 +70674,7 @@ paths: parameters: - *270 - *271 - - *440 + - *441 requestBody: required: false content: @@ -70722,7 +70723,7 @@ paths: parameters: - *270 - *271 - - *440 + - *441 responses: '204': description: Response @@ -70746,7 +70747,7 @@ paths: parameters: - *270 - *271 - - *440 + - *441 - 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. @@ -70798,7 +70799,7 @@ paths: parameters: - *270 - *271 - - *440 + - *441 requestBody: required: true content: @@ -70862,7 +70863,7 @@ paths: parameters: - *270 - *271 - - *440 + - *441 - *262 responses: '204': @@ -70885,7 +70886,7 @@ paths: parameters: - *270 - *271 - - *440 + - *441 - *16 - *17 responses: @@ -70900,7 +70901,6 @@ paths: description: Timeline Event type: object anyOf: - - *444 - *445 - *446 - *447 @@ -70913,6 +70913,7 @@ paths: - *454 - *455 - *456 + - *457 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -71231,7 +71232,7 @@ paths: type: string comments: type: array - items: &476 + items: &477 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -71770,7 +71771,7 @@ paths: application/json: schema: type: array - items: &457 + items: &458 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -71871,9 +71872,9 @@ paths: description: Response content: application/json: - schema: *457 + schema: *458 examples: - default: &458 + default: &459 value: id: 1 key: ssh-rsa AAA... @@ -71908,7 +71909,7 @@ paths: parameters: - *270 - *271 - - &459 + - &460 name: key_id description: The unique identifier of the key. in: path @@ -71920,9 +71921,9 @@ paths: description: Response content: application/json: - schema: *457 + schema: *458 examples: - default: *458 + default: *459 '404': *5 x-github: githubCloudOnly: false @@ -71942,7 +71943,7 @@ paths: parameters: - *270 - *271 - - *459 + - *460 responses: '204': description: Response @@ -71973,9 +71974,9 @@ paths: application/json: schema: type: array - items: *442 + items: *443 examples: - default: *443 + default: *444 headers: Link: *36 '404': *5 @@ -72033,9 +72034,9 @@ paths: description: Response content: application/json: - schema: *442 + schema: *443 examples: - default: &460 + default: &461 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -72079,9 +72080,9 @@ paths: description: Response content: application/json: - schema: *442 + schema: *443 examples: - default: *460 + default: *461 '404': *5 x-github: githubCloudOnly: false @@ -72138,7 +72139,7 @@ paths: description: Response content: application/json: - schema: *442 + schema: *443 examples: default: value: @@ -72536,7 +72537,7 @@ paths: application/json: schema: *375 examples: - default: *461 + default: *462 '204': description: Response when already merged '404': @@ -72702,7 +72703,7 @@ paths: application/json: schema: *379 examples: - default: &462 + default: &463 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -72763,7 +72764,7 @@ paths: parameters: - *270 - *271 - - &463 + - &464 name: milestone_number description: The number that identifies the milestone. in: path @@ -72777,7 +72778,7 @@ paths: application/json: schema: *379 examples: - default: *462 + default: *463 '404': *5 x-github: githubCloudOnly: false @@ -72796,7 +72797,7 @@ paths: parameters: - *270 - *271 - - *463 + - *464 requestBody: required: false content: @@ -72836,7 +72837,7 @@ paths: application/json: schema: *379 examples: - default: *462 + default: *463 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72854,7 +72855,7 @@ paths: parameters: - *270 - *271 - - *463 + - *464 responses: '204': description: Response @@ -72877,7 +72878,7 @@ paths: parameters: - *270 - *271 - - *463 + - *464 - *16 - *17 responses: @@ -72887,9 +72888,9 @@ paths: application/json: schema: type: array - items: *442 + items: *443 examples: - default: *443 + default: *444 headers: Link: *36 x-github: @@ -72910,10 +72911,10 @@ paths: parameters: - *270 - *271 - - *464 - *465 - - *83 - *466 + - *83 + - *467 - *16 - *17 responses: @@ -72925,7 +72926,7 @@ paths: type: array items: *105 examples: - default: *467 + default: *468 headers: Link: *36 x-github: @@ -73015,7 +73016,7 @@ paths: description: Response content: application/json: - schema: &468 + schema: &469 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -73159,7 +73160,7 @@ paths: - custom_404 - public examples: - default: &469 + default: &470 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -73254,9 +73255,9 @@ paths: description: Response content: application/json: - schema: *468 + schema: *469 examples: - default: *469 + default: *470 '422': *14 '409': *199 x-github: @@ -73426,7 +73427,7 @@ paths: application/json: schema: type: array - items: &470 + items: &471 title: Page Build description: Page Build type: object @@ -73573,9 +73574,9 @@ paths: description: Response content: application/json: - schema: *470 + schema: *471 examples: - default: &471 + default: &472 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -73635,9 +73636,9 @@ paths: description: Response content: application/json: - schema: *470 + schema: *471 examples: - default: *471 + default: *472 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73769,7 +73770,7 @@ paths: parameters: - *270 - *271 - - &472 + - &473 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -73829,7 +73830,7 @@ paths: parameters: - *270 - *271 - - *472 + - *473 responses: '204': *215 '404': *5 @@ -74499,9 +74500,9 @@ paths: application/json: schema: type: array - items: *473 + items: *474 examples: - default: *474 + default: *475 headers: Link: *36 '304': *34 @@ -74602,7 +74603,7 @@ paths: description: Response content: application/json: - schema: &478 + schema: &479 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -75725,7 +75726,7 @@ paths: - review_comment - self author_association: *80 - auto_merge: *475 + auto_merge: *476 draft: description: Indicates whether or not the pull request is a draft. type: boolean @@ -75827,7 +75828,7 @@ paths: - merged_by - review_comments examples: - default: &479 + default: &480 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -76384,9 +76385,9 @@ paths: application/json: schema: type: array - items: *476 + items: *477 examples: - default: &481 + default: &482 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -76471,9 +76472,9 @@ paths: description: Response content: application/json: - schema: *476 + schema: *477 examples: - default: &477 + default: &478 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -76572,9 +76573,9 @@ paths: description: Response content: application/json: - schema: *476 + schema: *477 examples: - default: *477 + default: *478 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76776,7 +76777,7 @@ paths: parameters: - *270 - *271 - - &480 + - &481 name: pull_number description: The number that identifies the pull request. in: path @@ -76789,9 +76790,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *478 + schema: *479 examples: - default: *479 + default: *480 '304': *34 '404': *5 '500': *154 @@ -76824,7 +76825,7 @@ paths: parameters: - *270 - *271 - - *480 + - *481 requestBody: required: false content: @@ -76866,9 +76867,9 @@ paths: description: Response content: application/json: - schema: *478 + schema: *479 examples: - default: *479 + default: *480 '422': *14 '403': *26 x-github: @@ -76892,7 +76893,7 @@ paths: parameters: - *270 - *271 - - *480 + - *481 requestBody: required: true content: @@ -76995,7 +76996,7 @@ paths: parameters: - *270 - *271 - - *480 + - *481 - *102 - name: direction description: The direction to sort results. Ignored without `sort` parameter. @@ -77016,9 +77017,9 @@ paths: application/json: schema: type: array - items: *476 + items: *477 examples: - default: *481 + default: *482 headers: Link: *36 x-github: @@ -77053,7 +77054,7 @@ paths: parameters: - *270 - *271 - - *480 + - *481 requestBody: required: true content: @@ -77159,7 +77160,7 @@ paths: description: Response content: application/json: - schema: *476 + schema: *477 examples: example-for-a-multi-line-comment: value: @@ -77249,7 +77250,7 @@ paths: parameters: - *270 - *271 - - *480 + - *481 - *92 requestBody: required: true @@ -77272,7 +77273,7 @@ paths: description: Response content: application/json: - schema: *476 + schema: *477 examples: default: value: @@ -77361,7 +77362,7 @@ paths: parameters: - *270 - *271 - - *480 + - *481 - *16 - *17 responses: @@ -77373,7 +77374,7 @@ paths: type: array items: *375 examples: - default: *482 + default: *483 headers: Link: *36 x-github: @@ -77406,7 +77407,7 @@ paths: parameters: - *270 - *271 - - *480 + - *481 - *16 - *17 responses: @@ -77456,7 +77457,7 @@ paths: parameters: - *270 - *271 - - *480 + - *481 responses: '204': description: Response if pull request has been merged @@ -77481,7 +77482,7 @@ paths: parameters: - *270 - *271 - - *480 + - *481 requestBody: required: false content: @@ -77595,7 +77596,7 @@ paths: parameters: - *270 - *271 - - *480 + - *481 responses: '200': description: Response @@ -77672,7 +77673,7 @@ paths: parameters: - *270 - *271 - - *480 + - *481 requestBody: required: false content: @@ -77709,7 +77710,7 @@ paths: description: Response content: application/json: - schema: *473 + schema: *474 examples: default: value: @@ -78247,7 +78248,7 @@ paths: parameters: - *270 - *271 - - *480 + - *481 requestBody: required: true content: @@ -78281,7 +78282,7 @@ paths: description: Response content: application/json: - schema: *473 + schema: *474 examples: default: value: @@ -78788,7 +78789,7 @@ paths: parameters: - *270 - *271 - - *480 + - *481 - *16 - *17 responses: @@ -78798,7 +78799,7 @@ paths: application/json: schema: type: array - items: &483 + items: &484 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -78954,7 +78955,7 @@ paths: parameters: - *270 - *271 - - *480 + - *481 requestBody: required: false content: @@ -79044,9 +79045,9 @@ paths: description: Response content: application/json: - schema: *483 + schema: *484 examples: - default: &485 + default: &486 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -79111,8 +79112,8 @@ paths: parameters: - *270 - *271 - - *480 - - &484 + - *481 + - &485 name: review_id description: The unique identifier of the review. in: path @@ -79124,9 +79125,9 @@ paths: description: Response content: application/json: - schema: *483 + schema: *484 examples: - default: &486 + default: &487 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -79187,8 +79188,8 @@ paths: parameters: - *270 - *271 - - *480 - - *484 + - *481 + - *485 requestBody: required: true content: @@ -79211,7 +79212,7 @@ paths: description: Response content: application/json: - schema: *483 + schema: *484 examples: default: value: @@ -79275,16 +79276,16 @@ paths: parameters: - *270 - *271 - - *480 - - *484 + - *481 + - *485 responses: '200': description: Response content: application/json: - schema: *483 + schema: *484 examples: - default: *485 + default: *486 '422': *6 '404': *5 x-github: @@ -79313,8 +79314,8 @@ paths: parameters: - *270 - *271 - - *480 - - *484 + - *481 + - *485 - *16 - *17 responses: @@ -79566,8 +79567,8 @@ paths: parameters: - *270 - *271 - - *480 - - *484 + - *481 + - *485 requestBody: required: true content: @@ -79596,7 +79597,7 @@ paths: description: Response content: application/json: - schema: *483 + schema: *484 examples: default: value: @@ -79661,8 +79662,8 @@ paths: parameters: - *270 - *271 - - *480 - - *484 + - *481 + - *485 requestBody: required: true content: @@ -79697,9 +79698,9 @@ paths: description: Response content: application/json: - schema: *483 + schema: *484 examples: - default: *486 + default: *487 '404': *5 '422': *6 '403': *26 @@ -79722,7 +79723,7 @@ paths: parameters: - *270 - *271 - - *480 + - *481 requestBody: required: false content: @@ -79800,9 +79801,9 @@ paths: description: Response content: application/json: - schema: *487 + schema: *488 examples: - default: &488 + default: &489 value: type: file encoding: base64 @@ -79864,9 +79865,9 @@ paths: description: Response content: application/json: - schema: *487 + schema: *488 examples: - default: *488 + default: *489 '404': *5 '422': *14 x-github: @@ -79899,7 +79900,7 @@ paths: application/json: schema: type: array - items: &489 + items: &490 title: Release description: A release. type: object @@ -79971,7 +79972,7 @@ paths: author: *3 assets: type: array - items: &490 + items: &491 title: Release Asset description: Data related to a release. type: object @@ -80228,9 +80229,9 @@ paths: description: Response content: application/json: - schema: *489 + schema: *490 examples: - default: &493 + default: &494 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -80333,7 +80334,7 @@ paths: parameters: - *270 - *271 - - &491 + - &492 name: asset_id description: The unique identifier of the asset. in: path @@ -80345,9 +80346,9 @@ paths: description: Response content: application/json: - schema: *490 + schema: *491 examples: - default: &492 + default: &493 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 @@ -80399,7 +80400,7 @@ paths: parameters: - *270 - *271 - - *491 + - *492 requestBody: required: false content: @@ -80428,9 +80429,9 @@ paths: description: Response content: application/json: - schema: *490 + schema: *491 examples: - default: *492 + default: *493 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80448,7 +80449,7 @@ paths: parameters: - *270 - *271 - - *491 + - *492 responses: '204': description: Response @@ -80566,9 +80567,9 @@ paths: description: Response content: application/json: - schema: *489 + schema: *490 examples: - default: *493 + default: *494 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80599,9 +80600,9 @@ paths: description: Response content: application/json: - schema: *489 + schema: *490 examples: - default: *493 + default: *494 '404': *5 x-github: githubCloudOnly: false @@ -80626,7 +80627,7 @@ paths: parameters: - *270 - *271 - - &494 + - &495 name: release_id description: The unique identifier of the release. in: path @@ -80640,9 +80641,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: *489 + schema: *490 examples: - default: *493 + default: *494 '401': description: Unauthorized x-github: @@ -80662,7 +80663,7 @@ paths: parameters: - *270 - *271 - - *494 + - *495 requestBody: required: false content: @@ -80726,9 +80727,9 @@ paths: description: Response content: application/json: - schema: *489 + schema: *490 examples: - default: *493 + default: *494 '404': description: Not Found if the discussion category name is invalid content: @@ -80751,7 +80752,7 @@ paths: parameters: - *270 - *271 - - *494 + - *495 responses: '204': description: Response @@ -80773,7 +80774,7 @@ paths: parameters: - *270 - *271 - - *494 + - *495 - *16 - *17 responses: @@ -80783,7 +80784,7 @@ paths: application/json: schema: type: array - items: *490 + items: *491 examples: default: value: @@ -80866,7 +80867,7 @@ paths: parameters: - *270 - *271 - - *494 + - *495 - name: name in: query required: true @@ -80892,7 +80893,7 @@ paths: description: Response for successful upload content: application/json: - schema: *490 + schema: *491 examples: response-for-successful-upload: value: @@ -80948,7 +80949,7 @@ paths: parameters: - *270 - *271 - - *494 + - *495 - 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. @@ -80997,7 +80998,7 @@ paths: parameters: - *270 - *271 - - *494 + - *495 requestBody: required: true content: @@ -81059,7 +81060,7 @@ paths: parameters: - *270 - *271 - - *494 + - *495 - *262 responses: '204': @@ -81102,8 +81103,8 @@ paths: description: A repository rule with ruleset details. oneOf: - allOf: - - *495 - - &497 + - *496 + - &498 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -81123,47 +81124,47 @@ paths: type: integer description: The ID of the ruleset that includes this rule. - allOf: - - *496 - *497 - - allOf: - *498 - - *497 - allOf: - *499 - - *497 + - *498 - allOf: - *500 - - *497 + - *498 - allOf: - *501 - - *497 + - *498 - allOf: - *502 - - *497 + - *498 - allOf: - *503 - - *497 + - *498 - allOf: - *504 - - *497 + - *498 - allOf: - *505 - - *497 + - *498 - allOf: - *506 - - *497 + - *498 - allOf: - *507 - - *497 + - *498 - allOf: - *508 - - *497 + - *498 - allOf: - *509 - - *497 + - *498 - allOf: - *510 - - *497 + - *498 + - allOf: + - *511 + - *498 examples: default: value: @@ -81329,7 +81330,7 @@ paths: application/json: schema: *231 examples: - default: &519 + default: &520 value: id: 42 name: super cool ruleset @@ -81385,9 +81386,9 @@ paths: schema: type: string x-multi-segment: true - - *511 - *512 - *513 + - *514 - *16 - *17 responses: @@ -81395,9 +81396,9 @@ paths: description: Response content: application/json: - schema: *514 + schema: *515 examples: - default: *515 + default: *516 '404': *5 '500': *154 x-github: @@ -81420,15 +81421,15 @@ paths: parameters: - *270 - *271 - - *516 + - *517 responses: '200': description: Response content: application/json: - schema: *517 + schema: *518 examples: - default: *518 + default: *519 '404': *5 '500': *154 x-github: @@ -81475,7 +81476,7 @@ paths: application/json: schema: *231 examples: - default: *519 + default: *520 '404': *5 '500': *154 put: @@ -81557,7 +81558,7 @@ paths: application/json: schema: *231 examples: - default: *519 + default: *520 '404': *5 '500': *154 delete: @@ -81613,8 +81614,8 @@ paths: - *64 - *17 - *16 - - *520 - *521 + - *522 - *237 responses: '200': @@ -81623,7 +81624,7 @@ paths: application/json: schema: type: array - items: &524 + items: &525 type: object properties: number: *68 @@ -81639,8 +81640,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *522 - resolution: *523 + state: *523 + resolution: *524 resolved_at: type: - string @@ -81798,7 +81799,7 @@ paths: description: Response content: application/json: - schema: *524 + schema: *525 examples: default: value: @@ -81854,8 +81855,8 @@ paths: schema: type: object properties: - state: *522 - resolution: *523 + state: *523 + resolution: *524 resolution_comment: description: An optional comment when closing an alert. Cannot be updated or deleted. Must be `null` when changing `state` to `open`. @@ -81874,7 +81875,7 @@ paths: description: Response content: application/json: - schema: *524 + schema: *525 examples: default: value: @@ -81956,7 +81957,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &626 + items: &627 type: object properties: type: @@ -82312,9 +82313,9 @@ paths: application/json: schema: type: array - items: *525 + items: *526 examples: - default: *526 + default: *527 '400': *13 '404': *5 x-github: @@ -82508,9 +82509,9 @@ paths: description: Response content: application/json: - schema: *525 + schema: *526 examples: - default: &528 + default: &529 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -82850,7 +82851,7 @@ paths: description: Response content: application/json: - schema: *525 + schema: *526 examples: default: value: @@ -82996,15 +82997,15 @@ paths: parameters: - *270 - *271 - - *527 + - *528 responses: '200': description: Response content: application/json: - schema: *525 + schema: *526 examples: - default: *528 + default: *529 '403': *26 '404': *5 x-github: @@ -83030,7 +83031,7 @@ paths: parameters: - *270 - *271 - - *527 + - *528 requestBody: required: true content: @@ -83201,10 +83202,10 @@ paths: description: Response content: application/json: - schema: *525 + schema: *526 examples: - default: *528 - add_credit: *528 + default: *529 + add_credit: *529 '403': *26 '404': *5 '422': @@ -83244,7 +83245,7 @@ paths: parameters: - *270 - *271 - - *527 + - *528 responses: '202': *114 '400': *13 @@ -83272,7 +83273,7 @@ paths: parameters: - *270 - *271 - - *527 + - *528 responses: '202': description: Response @@ -83414,7 +83415,7 @@ paths: application/json: schema: type: array - items: &529 + items: &530 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -83786,7 +83787,7 @@ paths: application/json: schema: type: array - items: *529 + items: *530 examples: default: value: @@ -83876,7 +83877,7 @@ paths: description: Response content: application/json: - schema: *530 + schema: *531 examples: default: value: @@ -83970,7 +83971,7 @@ paths: description: if you subscribe to the repository content: application/json: - schema: &531 + schema: &532 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -84070,7 +84071,7 @@ paths: description: Response content: application/json: - schema: *531 + schema: *532 examples: default: value: @@ -84207,7 +84208,7 @@ paths: application/json: schema: type: array - items: &532 + items: &533 title: Tag protection description: Tag protection type: object @@ -84282,7 +84283,7 @@ paths: description: Response content: application/json: - schema: *532 + schema: *533 examples: default: value: @@ -84419,7 +84420,7 @@ paths: description: Response content: application/json: - schema: &533 + schema: &534 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -84431,7 +84432,7 @@ paths: required: - names examples: - default: &534 + default: &535 value: names: - octocat @@ -84486,9 +84487,9 @@ paths: description: Response content: application/json: - schema: *533 + schema: *534 examples: - default: *534 + default: *535 '404': *5 '422': *6 x-github: @@ -84511,7 +84512,7 @@ paths: parameters: - *270 - *271 - - &535 + - &536 name: per description: The time frame to display results for. in: query @@ -84542,7 +84543,7 @@ paths: - 128 clones: type: array - items: &536 + items: &537 title: Traffic type: object properties: @@ -84790,7 +84791,7 @@ paths: parameters: - *270 - *271 - - *535 + - *536 responses: '200': description: Response @@ -84811,7 +84812,7 @@ paths: - 3782 views: type: array - items: *536 + items: *537 required: - uniques - count @@ -85485,7 +85486,7 @@ paths: value: Engineering externalId: value: 8aa1a0c0-c4c3-4bc0-b4a5-2ef676900159 - - &544 + - &545 name: excludedAttributes description: Excludes the specified attribute from being returned in the results. Using this parameter can speed up response time. @@ -85495,7 +85496,7 @@ paths: type: string examples: - members - - &549 + - &550 name: startIndex description: 'Used for pagination: the starting index of the first result to return when paginating through values.' @@ -85507,7 +85508,7 @@ paths: format: int32 examples: - 1 - - &550 + - &551 name: count description: 'Used for pagination: the number of results to return per page.' in: query @@ -85550,7 +85551,7 @@ paths: Resources: type: array description: Information about each provisioned group. - items: &538 + items: &539 allOf: - type: object required: @@ -85632,7 +85633,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: &551 + meta: &552 type: object description: The metadata associated with the creation/updates to the user. @@ -85697,31 +85698,31 @@ paths: location: https://api.github.localhost/scim/v2/Groups/927fa2c08dcb4a7fae9e startIndex: 1 itemsPerPage: 20 - '400': &539 + '400': &540 description: Bad request content: application/json: - schema: *537 + schema: *538 application/scim+json: - schema: *537 - '401': &540 + schema: *538 + '401': &541 description: Authorization failure - '403': &541 + '403': &542 description: Permission denied - '429': &542 + '429': &543 description: Too many requests content: application/json: - schema: *537 + schema: *538 application/scim+json: - schema: *537 - '500': &543 + schema: *538 + '500': &544 description: Internal server error content: application/json: - schema: *537 + schema: *538 application/scim+json: - schema: *537 + schema: *538 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -85746,7 +85747,7 @@ paths: required: true content: application/json: - schema: &547 + schema: &548 type: object required: - schemas @@ -85806,9 +85807,9 @@ paths: description: Group has been created content: application/scim+json: - schema: *538 + schema: *539 examples: - group: &545 + group: &546 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:Group @@ -85827,13 +85828,13 @@ paths: created: '2012-03-27T19:59:26.000Z' lastModified: '2018-03-27T19:59:26.000Z' location: https://api.github.localhost/scim/v2/Groups/927fa2c08dcb4a7fae9e - '400': *539 - '401': *540 - '403': *541 - '409': &548 + '400': *540 + '401': *541 + '403': *542 + '409': &549 description: Duplicate record detected - '429': *542 - '500': *543 + '429': *543 + '500': *544 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -85854,7 +85855,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: - - &546 + - &547 name: scim_group_id description: A unique identifier of the SCIM group. in: path @@ -85863,21 +85864,21 @@ paths: type: string examples: - 7fce0092-d52e-4f76-b727-3955bd72c939 - - *544 + - *545 responses: '200': description: Success, a group was found content: application/scim+json: - schema: *538 + schema: *539 examples: - default: *545 - '400': *539 - '401': *540 - '403': *541 + default: *546 + '400': *540 + '401': *541 + '403': *542 '404': *5 - '429': *542 - '500': *543 + '429': *543 + '500': *544 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -85899,12 +85900,12 @@ 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: - - *546 + - *547 requestBody: required: true content: application/json: - schema: *547 + schema: *548 examples: group: summary: Group @@ -85930,17 +85931,17 @@ paths: description: Group was updated content: application/scim+json: - schema: *538 + schema: *539 examples: - group: *545 - groupWithMembers: *545 - '400': *539 - '401': *540 - '403': *541 + group: *546 + groupWithMembers: *546 + '400': *540 + '401': *541 + '403': *542 '404': *5 - '409': *548 - '429': *542 - '500': *543 + '409': *549 + '429': *543 + '500': *544 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -85966,12 +85967,12 @@ 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: - - *546 + - *547 requestBody: required: true content: application/json: - schema: &558 + schema: &559 type: object required: - Operations @@ -86031,17 +86032,17 @@ paths: description: Success, group was updated content: application/scim+json: - schema: *538 + schema: *539 examples: - updateGroup: *545 - addMembers: *545 - '400': *539 - '401': *540 - '403': *541 + updateGroup: *546 + addMembers: *546 + '400': *540 + '401': *541 + '403': *542 '404': *5 - '409': *548 - '429': *542 - '500': *543 + '409': *549 + '429': *543 + '500': *544 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -86061,16 +86062,16 @@ 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: - - *546 + - *547 responses: '204': description: Group was deleted, no content - '400': *539 - '401': *540 - '403': *541 + '400': *540 + '401': *541 + '403': *542 '404': *5 - '429': *542 - '500': *543 + '429': *543 + '500': *544 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -86107,8 +86108,8 @@ paths: value: userName eq 'E012345' externalId: value: externalId eq 'E012345' - - *549 - *550 + - *551 responses: '200': description: Success, either users were found or not found @@ -86141,7 +86142,7 @@ paths: Resources: type: array description: Information about each provisioned account. - items: &553 + items: &554 allOf: - type: object required: @@ -86233,7 +86234,7 @@ paths: address. examples: - true - roles: &552 + roles: &553 type: array description: The roles assigned to the user. items: @@ -86292,7 +86293,7 @@ paths: type: string description: Provisioned SCIM groups that the user is a member of. - meta: *551 + meta: *552 startIndex: type: integer description: A starting index for the returned page @@ -86331,11 +86332,11 @@ paths: primary: false startIndex: 1 itemsPerPage: 20 - '400': *539 - '401': *540 - '403': *541 - '429': *542 - '500': *543 + '400': *540 + '401': *541 + '403': *542 + '429': *543 + '500': *544 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -86360,7 +86361,7 @@ paths: required: true content: application/json: - schema: &556 + schema: &557 type: object required: - schemas @@ -86453,9 +86454,9 @@ paths: description: Whether this email address is the primary address. examples: - true - roles: *552 + roles: *553 examples: - user: &557 + user: &558 summary: User value: schemas: @@ -86502,9 +86503,9 @@ paths: description: User has been created content: application/scim+json: - schema: *553 + schema: *554 examples: - user: &554 + user: &555 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -86530,13 +86531,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: *554 - '400': *539 - '401': *540 - '403': *541 - '409': *548 - '429': *542 - '500': *543 + enterpriseOwner: *555 + '400': *540 + '401': *541 + '403': *542 + '409': *549 + '429': *543 + '500': *544 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -86557,7 +86558,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: - - &555 + - &556 name: scim_user_id description: The unique identifier of the SCIM user. in: path @@ -86569,15 +86570,15 @@ paths: description: Success, a user was found content: application/scim+json: - schema: *553 + schema: *554 examples: - default: *554 - '400': *539 - '401': *540 - '403': *541 + default: *555 + '400': *540 + '401': *541 + '403': *542 '404': *5 - '429': *542 - '500': *543 + '429': *543 + '500': *544 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -86601,29 +86602,29 @@ 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: - - *555 + - *556 requestBody: required: true content: application/json: - schema: *556 + schema: *557 examples: - user: *557 + user: *558 responses: '200': description: User was updated content: application/scim+json: - schema: *553 + schema: *554 examples: - user: *554 - '400': *539 - '401': *540 - '403': *541 + user: *555 + '400': *540 + '401': *541 + '403': *542 '404': *5 - '409': *548 - '429': *542 - '500': *543 + '409': *549 + '429': *543 + '500': *544 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -86660,12 +86661,12 @@ 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: - - *555 + - *556 requestBody: required: true content: application/json: - schema: *558 + schema: *559 examples: userMultiValuedProperties: summary: Multi Valued Property @@ -86705,18 +86706,18 @@ paths: description: Success, user was updated content: application/scim+json: - schema: *553 - examples: - userMultiValuedProperties: *554 - userSingleValuedProperties: *554 - disableUser: *554 - '400': *539 - '401': *540 - '403': *541 + schema: *554 + examples: + userMultiValuedProperties: *555 + userSingleValuedProperties: *555 + disableUser: *555 + '400': *540 + '401': *541 + '403': *542 '404': *5 - '409': *548 - '429': *542 - '500': *543 + '409': *549 + '429': *543 + '500': *544 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -86736,16 +86737,16 @@ 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: - - *555 + - *556 responses: '204': description: User was deleted, no content - '400': *539 - '401': *540 - '403': *541 + '400': *540 + '401': *541 + '403': *542 '404': *5 - '429': *542 - '500': *543 + '429': *543 + '500': *544 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -86836,7 +86837,7 @@ paths: - 1 Resources: type: array - items: &559 + items: &560 title: SCIM /Users description: SCIM /Users provisioning endpoints type: object @@ -87083,22 +87084,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': *34 - '404': &560 + '404': &561 description: Resource not found content: application/json: - schema: *537 + schema: *538 application/scim+json: - schema: *537 - '403': &561 + schema: *538 + '403': &562 description: Forbidden content: application/json: - schema: *537 + schema: *538 application/scim+json: - schema: *537 - '400': *539 - '429': *542 + schema: *538 + '400': *540 + '429': *543 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -87124,9 +87125,9 @@ paths: description: Response content: application/scim+json: - schema: *559 + schema: *560 examples: - default: &562 + default: &563 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -87149,17 +87150,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': *34 - '404': *560 - '403': *561 - '500': *543 + '404': *561 + '403': *562 + '500': *544 '409': description: Conflict content: application/json: - schema: *537 + schema: *538 application/scim+json: - schema: *537 - '400': *539 + schema: *538 + '400': *540 requestBody: required: true content: @@ -87254,17 +87255,17 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#get-scim-provisioning-information-for-a-user parameters: - *109 - - *555 + - *556 responses: '200': description: Response content: application/scim+json: - schema: *559 + schema: *560 examples: - default: *562 - '404': *560 - '403': *561 + default: *563 + '404': *561 + '403': *562 '304': *34 x-github: githubCloudOnly: true @@ -87287,18 +87288,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-a-provisioned-organization-membership parameters: - *109 - - *555 + - *556 responses: '200': description: Response content: application/scim+json: - schema: *559 + schema: *560 examples: - default: *562 + default: *563 '304': *34 - '404': *560 - '403': *561 + '404': *561 + '403': *562 requestBody: required: true content: @@ -87408,19 +87409,19 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-an-attribute-for-a-scim-user parameters: - *109 - - *555 + - *556 responses: '200': description: Response content: application/scim+json: - schema: *559 + schema: *560 examples: - default: *562 + default: *563 '304': *34 - '404': *560 - '403': *561 - '400': *539 + '404': *561 + '403': *562 + '400': *540 '429': description: Response content: @@ -87516,12 +87517,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#delete-a-scim-user-from-an-organization parameters: - *109 - - *555 + - *556 responses: '204': description: Response - '404': *560 - '403': *561 + '404': *561 + '403': *562 '304': *34 x-github: githubCloudOnly: true @@ -87654,7 +87655,7 @@ paths: examples: - 73..77 - 77..78 - text_matches: &563 + text_matches: &564 title: Search Result Text Matches type: array items: @@ -87818,7 +87819,7 @@ paths: enum: - author-date - committer-date - - &564 + - &565 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 @@ -87906,7 +87907,7 @@ paths: url: type: string format: uri - verification: *422 + verification: *423 required: - author - committer @@ -87938,7 +87939,7 @@ paths: type: number node_id: type: string - text_matches: *563 + text_matches: *564 required: - sha - node_id @@ -88130,7 +88131,7 @@ paths: - interactions - created - updated - - *564 + - *565 - *16 - *17 responses: @@ -88246,7 +88247,7 @@ paths: - string - 'null' format: date-time - text_matches: *563 + text_matches: *564 pull_request: type: object properties: @@ -88468,7 +88469,7 @@ paths: enum: - created - updated - - *564 + - *565 - *16 - *17 responses: @@ -88513,7 +88514,7 @@ paths: - 'null' score: type: number - text_matches: *563 + text_matches: *564 required: - id - node_id @@ -88599,7 +88600,7 @@ paths: - forks - help-wanted-issues - updated - - *564 + - *565 - *16 - *17 responses: @@ -88836,7 +88837,7 @@ paths: - admin - pull - push - text_matches: *563 + text_matches: *564 temp_clone_token: type: string allow_merge_commit: @@ -89145,7 +89146,7 @@ paths: - string - 'null' format: uri - text_matches: *563 + text_matches: *564 related: type: - array @@ -89340,7 +89341,7 @@ paths: - followers - repositories - joined - - *564 + - *565 - *16 - *17 responses: @@ -89449,7 +89450,7 @@ paths: type: - boolean - 'null' - text_matches: *563 + text_matches: *564 blog: type: - string @@ -89530,7 +89531,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#get-a-team-legacy parameters: - - &565 + - &566 name: team_id description: The unique identifier of the team. in: path @@ -89569,7 +89570,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#update-a-team-legacy parameters: - - *565 + - *566 requestBody: required: true content: @@ -89669,7 +89670,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#delete-a-team-legacy parameters: - - *565 + - *566 responses: '204': description: Response @@ -89699,7 +89700,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#list-discussions-legacy parameters: - - *565 + - *566 - *64 - *16 - *17 @@ -89712,7 +89713,7 @@ paths: type: array items: *253 examples: - default: *566 + default: *567 headers: Link: *36 x-github: @@ -89740,7 +89741,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#create-a-discussion-legacy parameters: - - *565 + - *566 requestBody: required: true content: @@ -89802,7 +89803,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#get-a-discussion-legacy parameters: - - *565 + - *566 - *255 responses: '200': @@ -89835,7 +89836,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#update-a-discussion-legacy parameters: - - *565 + - *566 - *255 requestBody: required: false @@ -89861,7 +89862,7 @@ paths: application/json: schema: *253 examples: - default: *567 + default: *568 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89885,7 +89886,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#delete-a-discussion-legacy parameters: - - *565 + - *566 - *255 responses: '204': @@ -89914,7 +89915,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#list-discussion-comments-legacy parameters: - - *565 + - *566 - *255 - *64 - *16 @@ -89928,7 +89929,7 @@ paths: type: array items: *256 examples: - default: *568 + default: *569 headers: Link: *36 x-github: @@ -89956,7 +89957,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#create-a-discussion-comment-legacy parameters: - - *565 + - *566 - *255 requestBody: required: true @@ -90007,7 +90008,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#get-a-discussion-comment-legacy parameters: - - *565 + - *566 - *255 - *258 responses: @@ -90041,7 +90042,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#update-a-discussion-comment-legacy parameters: - - *565 + - *566 - *255 - *258 requestBody: @@ -90067,7 +90068,7 @@ paths: application/json: schema: *256 examples: - default: *569 + default: *570 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90091,7 +90092,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#delete-a-discussion-comment-legacy parameters: - - *565 + - *566 - *255 - *258 responses: @@ -90121,7 +90122,7 @@ 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: - - *565 + - *566 - *255 - *258 - name: content @@ -90179,7 +90180,7 @@ 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: - - *565 + - *566 - *255 - *258 requestBody: @@ -90240,7 +90241,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-team-discussion-legacy parameters: - - *565 + - *566 - *255 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -90297,7 +90298,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-team-discussion-legacy parameters: - - *565 + - *566 - *255 requestBody: required: true @@ -90355,7 +90356,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-pending-team-invitations-legacy parameters: - - *565 + - *566 - *16 - *17 responses: @@ -90392,7 +90393,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-team-members-legacy parameters: - - *565 + - *566 - name: role description: Filters members returned by their role in the team. in: query @@ -90443,7 +90444,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-member-legacy parameters: - - *565 + - *566 - *148 responses: '204': @@ -90479,7 +90480,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-team-member-legacy parameters: - - *565 + - *566 - *148 responses: '204': @@ -90518,7 +90519,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-member-legacy parameters: - - *565 + - *566 - *148 responses: '204': @@ -90554,7 +90555,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *565 + - *566 - *148 responses: '200': @@ -90563,7 +90564,7 @@ paths: application/json: schema: *267 examples: - response-if-user-is-a-team-maintainer: *570 + response-if-user-is-a-team-maintainer: *571 '404': *5 x-github: githubCloudOnly: false @@ -90594,7 +90595,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *565 + - *566 - *148 requestBody: required: false @@ -90622,7 +90623,7 @@ paths: application/json: schema: *267 examples: - response-if-users-membership-with-team-is-now-pending: *571 + response-if-users-membership-with-team-is-now-pending: *572 '403': description: Forbidden if team synchronization is set up '422': @@ -90654,7 +90655,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *565 + - *566 - *148 responses: '204': @@ -90683,7 +90684,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-projects-legacy parameters: - - *565 + - *566 - *16 - *17 responses: @@ -90695,7 +90696,7 @@ paths: type: array items: *268 examples: - default: *572 + default: *573 headers: Link: *36 '404': *5 @@ -90721,7 +90722,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#check-team-permissions-for-a-project-legacy parameters: - - *565 + - *566 - *269 responses: '200': @@ -90730,7 +90731,7 @@ paths: application/json: schema: *268 examples: - default: *573 + default: *574 '404': description: Not Found if project is not managed by this team x-github: @@ -90754,7 +90755,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#add-or-update-team-project-permissions-legacy parameters: - - *565 + - *566 - *269 requestBody: required: false @@ -90822,7 +90823,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#remove-a-project-from-a-team-legacy parameters: - - *565 + - *566 - *269 responses: '204': @@ -90851,7 +90852,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-repositories-legacy parameters: - - *565 + - *566 - *16 - *17 responses: @@ -90891,7 +90892,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *565 + - *566 - *270 - *271 responses: @@ -90899,7 +90900,7 @@ paths: description: Alternative response with extra repository information content: application/json: - schema: *574 + schema: *575 examples: alternative-response-with-extra-repository-information: value: @@ -91049,7 +91050,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *565 + - *566 - *270 - *271 requestBody: @@ -91100,7 +91101,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *565 + - *566 - *270 - *271 responses: @@ -91130,7 +91131,7 @@ 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: - - *565 + - *566 responses: '200': description: Response @@ -91164,7 +91165,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: - - *565 + - *566 requestBody: required: true content: @@ -91257,7 +91258,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-child-teams-legacy parameters: - - *565 + - *566 - *16 - *17 responses: @@ -91269,7 +91270,7 @@ paths: type: array items: *156 examples: - response-if-child-teams-exist: *575 + response-if-child-teams-exist: *576 headers: Link: *36 '404': *5 @@ -91302,7 +91303,7 @@ paths: application/json: schema: oneOf: - - &577 + - &578 title: Private User description: Private User type: object @@ -91547,7 +91548,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *576 + - *577 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -91707,7 +91708,7 @@ paths: description: Response content: application/json: - schema: *577 + schema: *578 examples: default: value: @@ -92105,7 +92106,7 @@ paths: type: integer secrets: type: array - items: &578 + items: &579 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -92225,7 +92226,7 @@ paths: description: Response content: application/json: - schema: *578 + schema: *579 examples: default: value: @@ -92371,7 +92372,7 @@ paths: type: array items: *126 examples: - default: *579 + default: *580 '401': *22 '403': *26 '404': *5 @@ -92638,7 +92639,7 @@ paths: description: Response content: application/json: - schema: &580 + schema: &581 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -92691,7 +92692,7 @@ paths: examples: - https://github.com/octocat/hello-world/tree/:branch examples: - default: &581 + default: &582 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -92736,9 +92737,9 @@ paths: description: Response content: application/json: - schema: *580 + schema: *581 examples: - default: *581 + default: *582 '404': *5 x-github: githubCloudOnly: false @@ -92777,7 +92778,7 @@ paths: type: array items: *367 examples: - default: *582 + default: *583 '304': *34 '500': *154 '401': *22 @@ -93742,7 +93743,7 @@ paths: type: array items: *202 examples: - default: &595 + default: &596 value: - id: 197 name: hello_docker @@ -93843,7 +93844,7 @@ paths: application/json: schema: type: array - items: &583 + items: &584 title: Email description: Email type: object @@ -93913,9 +93914,9 @@ paths: application/json: schema: type: array - items: *583 + items: *584 examples: - default: &597 + default: &598 value: - email: octocat@github.com verified: true @@ -93992,7 +93993,7 @@ paths: application/json: schema: type: array - items: *583 + items: *584 examples: default: value: @@ -94249,7 +94250,7 @@ paths: application/json: schema: type: array - items: &584 + items: &585 title: GPG Key description: A unique encryption key type: object @@ -94392,7 +94393,7 @@ paths: - subkeys - revoked examples: - default: &606 + default: &607 value: - id: 3 name: Octocat's GPG Key @@ -94477,9 +94478,9 @@ paths: description: Response content: application/json: - schema: *584 + schema: *585 examples: - default: &585 + default: &586 value: id: 3 name: Octocat's GPG Key @@ -94536,7 +94537,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: - - &586 + - &587 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -94548,9 +94549,9 @@ paths: description: Response content: application/json: - schema: *584 + schema: *585 examples: - default: *585 + default: *586 '404': *5 '304': *34 '403': *26 @@ -94573,7 +94574,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: - - *586 + - *587 responses: '204': description: Response @@ -94764,7 +94765,7 @@ paths: type: array items: *54 examples: - default: *587 + default: *588 headers: Link: *36 '404': *5 @@ -94876,7 +94877,7 @@ paths: required: true content: application/json: - schema: *433 + schema: *434 examples: default: value: @@ -95028,7 +95029,7 @@ paths: application/json: schema: type: array - items: &588 + items: &589 title: Key description: Key type: object @@ -95125,9 +95126,9 @@ paths: description: Response content: application/json: - schema: *588 + schema: *589 examples: - default: &589 + default: &590 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -95160,15 +95161,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: - - *459 + - *460 responses: '200': description: Response content: application/json: - schema: *588 + schema: *589 examples: - default: *589 + default: *590 '404': *5 '304': *34 '403': *26 @@ -95191,7 +95192,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: - - *459 + - *460 responses: '204': description: Response @@ -95224,7 +95225,7 @@ paths: application/json: schema: type: array - items: &590 + items: &591 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -95303,7 +95304,7 @@ paths: - account - plan examples: - default: &591 + default: &592 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -95365,9 +95366,9 @@ paths: application/json: schema: type: array - items: *590 + items: *591 examples: - default: *591 + default: *592 headers: Link: *36 '304': *34 @@ -96371,7 +96372,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#unlock-a-user-repository parameters: - *197 - - *592 + - *593 responses: '204': description: Response @@ -96441,7 +96442,7 @@ paths: type: array items: *49 examples: - default: *593 + default: *594 headers: Link: *36 '304': *34 @@ -96483,7 +96484,7 @@ paths: - docker - nuget - container - - *594 + - *595 - *17 - *16 responses: @@ -96495,8 +96496,8 @@ paths: type: array items: *202 examples: - default: *595 - '400': *596 + default: *596 + '400': *597 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -96525,7 +96526,7 @@ paths: application/json: schema: *202 examples: - default: &607 + default: &608 value: id: 40201 name: octo-name @@ -96977,9 +96978,9 @@ paths: application/json: schema: type: array - items: *583 + items: *584 examples: - default: *597 + default: *598 headers: Link: *36 '304': *34 @@ -97092,7 +97093,7 @@ paths: type: array items: *54 examples: - default: &604 + default: &605 summary: Default response value: - id: 1296269 @@ -97444,9 +97445,9 @@ paths: application/json: schema: type: array - items: *435 + items: *436 examples: - default: *598 + default: *599 headers: Link: *36 '304': *34 @@ -97525,7 +97526,7 @@ paths: application/json: schema: type: array - items: &599 + items: &600 title: Social account description: Social media account type: object @@ -97542,7 +97543,7 @@ paths: - provider - url examples: - default: &600 + default: &601 value: - provider: twitter url: https://twitter.com/github @@ -97605,9 +97606,9 @@ paths: application/json: schema: type: array - items: *599 + items: *600 examples: - default: *600 + default: *601 '422': *14 '304': *34 '404': *5 @@ -97695,7 +97696,7 @@ paths: application/json: schema: type: array - items: &601 + items: &602 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -97715,7 +97716,7 @@ paths: - title - created_at examples: - default: &608 + default: &609 value: - key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -97782,9 +97783,9 @@ paths: description: Response content: application/json: - schema: *601 + schema: *602 examples: - default: &602 + default: &603 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -97815,7 +97816,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: - - &603 + - &604 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -97827,9 +97828,9 @@ paths: description: Response content: application/json: - schema: *601 + schema: *602 examples: - default: *602 + default: *603 '404': *5 '304': *34 '403': *26 @@ -97852,7 +97853,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: - - *603 + - *604 responses: '204': description: Response @@ -97881,7 +97882,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: - - &609 + - &610 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 @@ -97906,11 +97907,11 @@ paths: type: array items: *54 examples: - default-response: *604 + default-response: *605 application/vnd.github.v3.star+json: schema: type: array - items: &610 + items: &611 title: Starred Repository description: Starred Repository type: object @@ -98267,7 +98268,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/users#list-users parameters: - - *605 + - *606 - *16 responses: '200': @@ -98314,8 +98315,8 @@ paths: application/json: schema: oneOf: + - *578 - *577 - - *576 examples: default-response: summary: Default response @@ -98422,7 +98423,7 @@ paths: type: array items: *202 examples: - default: *595 + default: *596 '403': *26 '401': *22 x-github: @@ -98818,9 +98819,9 @@ paths: application/json: schema: type: array - items: *584 + items: *585 examples: - default: *606 + default: *607 headers: Link: *36 x-github: @@ -98929,7 +98930,7 @@ paths: application/json: schema: *19 examples: - default: *432 + default: *433 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -99007,7 +99008,7 @@ paths: type: array items: *49 examples: - default: *593 + default: *594 headers: Link: *36 x-github: @@ -99046,7 +99047,7 @@ paths: - docker - nuget - container - - *594 + - *595 - *148 - *17 - *16 @@ -99059,10 +99060,10 @@ paths: type: array items: *202 examples: - default: *595 + default: *596 '403': *26 '401': *22 - '400': *596 + '400': *597 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -99092,7 +99093,7 @@ paths: application/json: schema: *202 examples: - default: *607 + default: *608 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -99770,9 +99771,9 @@ paths: application/json: schema: type: array - items: *599 + items: *600 examples: - default: *600 + default: *601 headers: Link: *36 x-github: @@ -99802,9 +99803,9 @@ paths: application/json: schema: type: array - items: *601 + items: *602 examples: - default: *608 + default: *609 headers: Link: *36 x-github: @@ -99829,7 +99830,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-repositories-starred-by-a-user parameters: - *148 - - *609 + - *610 - *64 - *16 - *17 @@ -99841,11 +99842,11 @@ paths: schema: anyOf: - type: array - items: *610 + items: *611 - type: array items: *54 examples: - default-response: *604 + default-response: *605 headers: Link: *36 x-github: @@ -100005,7 +100006,7 @@ webhooks: type: string enum: - disabled - enterprise: &611 + enterprise: &612 title: Enterprise description: | An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -100074,7 +100075,7 @@ webhooks: - created_at - updated_at - avatar_url - installation: &612 + installation: &613 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -100095,7 +100096,7 @@ webhooks: required: - id - node_id - organization: &613 + organization: &614 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -100168,7 +100169,7 @@ webhooks: - public_members_url - avatar_url - description - repository: &614 + repository: &615 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property @@ -101003,7 +101004,7 @@ webhooks: - watchers_count - created_at - updated_at - sender: &615 + sender: &616 title: Simple User description: The GitHub user that triggered the event. This property is included in every webhook payload. @@ -101196,11 +101197,11 @@ webhooks: type: string enum: - enabled - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - sender: *615 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + sender: *616 required: - action - repository @@ -101275,10 +101276,10 @@ webhooks: type: string enum: - created - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 rule: title: branch protection rule description: The branch protection rule. Includes a `name` and all @@ -101409,7 +101410,7 @@ webhooks: - required_conversation_resolution_level - authorized_actors_only - authorized_actor_names - sender: *615 + sender: *616 required: - action - rule @@ -101485,10 +101486,10 @@ webhooks: type: string enum: - deleted - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 rule: title: branch protection rule description: The branch protection rule. Includes a `name` and all @@ -101619,7 +101620,7 @@ webhooks: - required_conversation_resolution_level - authorized_actors_only - authorized_actor_names - sender: *615 + sender: *616 required: - action - rule @@ -101766,10 +101767,10 @@ webhooks: - everyone required: - from - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 rule: title: branch protection rule description: The branch protection rule. Includes a `name` and all @@ -101900,7 +101901,7 @@ webhooks: - required_conversation_resolution_level - authorized_actors_only - authorized_actor_names - sender: *615 + sender: *616 required: - action - rule @@ -101982,7 +101983,7 @@ webhooks: type: string enum: - completed - check_run: &617 + check_run: &618 title: CheckRun description: A check performed on the code of a given code change type: object @@ -102095,7 +102096,7 @@ webhooks: - examples: - neutral - deployment: *616 + deployment: *617 details_url: type: string examples: @@ -102193,10 +102194,10 @@ webhooks: - output - app - pull_requests - installation: *612 - organization: *613 - repository: *614 - sender: *615 + installation: *613 + organization: *614 + repository: *615 + sender: *616 required: - check_run - repository @@ -102587,11 +102588,11 @@ webhooks: type: string enum: - created - check_run: *617 - installation: *612 - organization: *613 - repository: *614 - sender: *615 + check_run: *618 + installation: *613 + organization: *614 + repository: *615 + sender: *616 required: - check_run - repository @@ -102985,10 +102986,10 @@ webhooks: type: string enum: - requested_action - check_run: *617 - installation: *612 - organization: *613 - repository: *614 + check_run: *618 + installation: *613 + organization: *614 + repository: *615 requested_action: description: The action requested by the user. type: object @@ -102997,7 +102998,7 @@ webhooks: description: The integrator reference of the action requested by the user. type: string - sender: *615 + sender: *616 required: - action - check_run @@ -103392,11 +103393,11 @@ webhooks: type: string enum: - rerequested - check_run: *617 - installation: *612 - organization: *613 - repository: *614 - sender: *615 + check_run: *618 + installation: *613 + organization: *614 + repository: *615 + sender: *616 required: - check_run - repository @@ -104379,11 +104380,11 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - sender: *615 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + sender: *616 required: - action - check_suite @@ -105059,11 +105060,11 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - sender: *615 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + sender: *616 required: - action - check_suite @@ -105733,11 +105734,11 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - sender: *615 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + sender: *616 required: - action - check_suite @@ -106046,16 +106047,16 @@ webhooks: 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: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - repository: *614 - sender: *615 + repository: *615 + sender: *616 required: - action - alert @@ -106385,16 +106386,16 @@ webhooks: 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: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - repository: *614 - sender: *615 + repository: *615 + sender: *616 required: - action - alert @@ -106668,16 +106669,16 @@ webhooks: 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: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - repository: *614 - sender: *615 + repository: *615 + sender: *616 required: - action - alert @@ -107011,16 +107012,16 @@ webhooks: 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: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - repository: *614 - sender: *615 + repository: *615 + sender: *616 required: - action - alert @@ -107288,9 +107289,9 @@ webhooks: type: - string - 'null' - enterprise: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event @@ -107298,8 +107299,8 @@ webhooks: type: - string - 'null' - repository: *614 - sender: *615 + repository: *615 + sender: *616 required: - action - alert @@ -107535,16 +107536,16 @@ webhooks: 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: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - repository: *614 - sender: *615 + repository: *615 + sender: *616 required: - action - alert @@ -107802,11 +107803,11 @@ webhooks: - updated_at - author_association - body - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - sender: *615 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + sender: *616 required: - action - comment @@ -107886,13 +107887,13 @@ webhooks: type: - string - 'null' - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *613 + organization: *614 pusher_type: description: The pusher type for the event. Can be either `user` or a deploy key. @@ -107907,8 +107908,8 @@ webhooks: enum: - tag - branch - repository: *614 - sender: *615 + repository: *615 + sender: *616 required: - ref - ref_type @@ -107990,10 +107991,10 @@ webhooks: enum: - created definition: *217 - enterprise: *611 - installation: *612 - organization: *613 - sender: *615 + enterprise: *612 + installation: *613 + organization: *614 + sender: *616 required: - action - definition @@ -108077,10 +108078,10 @@ webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *611 - installation: *612 - organization: *613 - sender: *615 + enterprise: *612 + installation: *613 + organization: *614 + sender: *616 required: - action - definition @@ -108157,10 +108158,10 @@ webhooks: enum: - updated definition: *217 - enterprise: *611 - installation: *612 - organization: *613 - sender: *615 + enterprise: *612 + installation: *613 + organization: *614 + sender: *616 required: - action - definition @@ -108236,11 +108237,11 @@ webhooks: type: string enum: - updated - enterprise: *611 - installation: *612 - repository: *614 - organization: *613 - sender: *615 + enterprise: *612 + installation: *613 + repository: *615 + organization: *614 + sender: *616 new_property_values: type: array description: The new custom property values for the repository. @@ -108323,9 +108324,9 @@ webhooks: title: delete event type: object properties: - enterprise: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 pusher_type: description: The pusher type for the event. Can be either `user` or a deploy key. @@ -108340,8 +108341,8 @@ webhooks: enum: - tag - branch - repository: *614 - sender: *615 + repository: *615 + sender: *616 required: - ref - ref_type @@ -108424,11 +108425,11 @@ webhooks: enum: - auto_dismissed alert: *393 - installation: *612 - organization: *613 - enterprise: *611 - repository: *614 - sender: *615 + installation: *613 + organization: *614 + enterprise: *612 + repository: *615 + sender: *616 required: - action - alert @@ -108511,11 +108512,11 @@ webhooks: enum: - auto_reopened alert: *393 - installation: *612 - organization: *613 - enterprise: *611 - repository: *614 - sender: *615 + installation: *613 + organization: *614 + enterprise: *612 + repository: *615 + sender: *616 required: - action - alert @@ -108598,11 +108599,11 @@ webhooks: enum: - created alert: *393 - installation: *612 - organization: *613 - enterprise: *611 - repository: *614 - sender: *615 + installation: *613 + organization: *614 + enterprise: *612 + repository: *615 + sender: *616 required: - action - alert @@ -108683,11 +108684,11 @@ webhooks: enum: - dismissed alert: *393 - installation: *612 - organization: *613 - enterprise: *611 - repository: *614 - sender: *615 + installation: *613 + organization: *614 + enterprise: *612 + repository: *615 + sender: *616 required: - action - alert @@ -108768,11 +108769,11 @@ webhooks: enum: - fixed alert: *393 - installation: *612 - organization: *613 - enterprise: *611 - repository: *614 - sender: *615 + installation: *613 + organization: *614 + enterprise: *612 + repository: *615 + sender: *616 required: - action - alert @@ -108854,11 +108855,11 @@ webhooks: enum: - reintroduced alert: *393 - installation: *612 - organization: *613 - enterprise: *611 - repository: *614 - sender: *615 + installation: *613 + organization: *614 + enterprise: *612 + repository: *615 + sender: *616 required: - action - alert @@ -108939,11 +108940,11 @@ webhooks: enum: - reopened alert: *393 - installation: *612 - organization: *613 - enterprise: *611 - repository: *614 - sender: *615 + installation: *613 + organization: *614 + enterprise: *612 + repository: *615 + sender: *616 required: - action - alert @@ -109019,8 +109020,8 @@ webhooks: type: string enum: - created - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 key: description: The [`deploy key`](https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. @@ -109057,9 +109058,9 @@ webhooks: - verified - created_at - read_only - organization: *613 - repository: *614 - sender: *615 + organization: *614 + repository: *615 + sender: *616 required: - action - key @@ -109135,8 +109136,8 @@ webhooks: type: string enum: - deleted - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 key: description: The [`deploy key`](https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. @@ -109173,9 +109174,9 @@ webhooks: - verified - created_at - read_only - organization: *613 - repository: *614 - sender: *615 + organization: *614 + repository: *615 + sender: *616 required: - action - key @@ -109742,11 +109743,11 @@ webhooks: - updated_at - statuses_url - repository_url - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - sender: *615 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + sender: *616 workflow: title: Workflow type: @@ -110484,11 +110485,11 @@ webhooks: deployment: *399 pull_requests: type: array - items: *478 - repository: *614 - organization: *613 - installation: *612 - sender: *615 + items: *479 + repository: *615 + organization: *614 + installation: *613 + sender: *616 responses: '200': description: Return a 200 status to indicate that the data was received @@ -110599,10 +110600,10 @@ webhooks: type: string comment: type: string - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 reviewers: type: array items: @@ -110681,7 +110682,7 @@ webhooks: type: string enum: - User - sender: *615 + sender: *616 since: type: string workflow_job_run: @@ -111463,10 +111464,10 @@ webhooks: type: string comment: type: string - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 reviewers: type: array items: @@ -111545,7 +111546,7 @@ webhooks: type: string enum: - User - sender: *615 + sender: *616 since: type: string workflow_job_run: @@ -112286,12 +112287,12 @@ webhooks: type: string enum: - requested - enterprise: *611 + enterprise: *612 environment: type: string - installation: *612 - organization: *613 - repository: *614 + installation: *613 + organization: *614 + repository: *615 requestor: title: User type: @@ -112439,7 +112440,7 @@ webhooks: enum: - User - Team - sender: *615 + sender: *616 since: type: string workflow_job_run: @@ -114211,11 +114212,11 @@ webhooks: - updated_at - deployment_url - repository_url - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - sender: *615 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + sender: *616 workflow: title: Workflow type: @@ -115100,7 +115101,7 @@ webhooks: - created_at - updated_at - body - discussion: &618 + discussion: &619 title: Discussion description: A Discussion in a repository. type: object @@ -115410,11 +115411,11 @@ webhooks: - author_association - active_lock_reason - body - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - sender: *615 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + sender: *616 required: - action - discussion @@ -115539,12 +115540,12 @@ webhooks: - from required: - category - discussion: *618 - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - sender: *615 + discussion: *619 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + sender: *616 required: - action - changes @@ -115625,12 +115626,12 @@ webhooks: type: string enum: - closed - discussion: *618 - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - sender: *615 + discussion: *619 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + sender: *616 required: - action - discussion @@ -115867,12 +115868,12 @@ webhooks: - updated_at - body - reactions - discussion: *618 - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - sender: *615 + discussion: *619 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + sender: *616 required: - action - comment @@ -116110,12 +116111,12 @@ webhooks: - updated_at - body - reactions - discussion: *618 - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - sender: *615 + discussion: *619 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + sender: *616 required: - action - comment @@ -116365,12 +116366,12 @@ webhooks: - updated_at - body - reactions - discussion: *618 - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - sender: *615 + discussion: *619 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + sender: *616 required: - action - changes @@ -116887,11 +116888,11 @@ webhooks: - answer_html_url - answer_chosen_at - answer_chosen_by - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - sender: *615 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + sender: *616 required: - action - discussion @@ -116971,12 +116972,12 @@ webhooks: type: string enum: - deleted - discussion: *618 - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - sender: *615 + discussion: *619 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + sender: *616 required: - action - discussion @@ -117074,12 +117075,12 @@ webhooks: type: string required: - from - discussion: *618 - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - sender: *615 + discussion: *619 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + sender: *616 required: - action - discussion @@ -117159,9 +117160,9 @@ webhooks: type: string enum: - labeled - discussion: *618 - enterprise: *611 - installation: *612 + discussion: *619 + enterprise: *612 + installation: *613 label: title: Label type: object @@ -117195,9 +117196,9 @@ webhooks: - color - default - description - organization: *613 - repository: *614 - sender: *615 + organization: *614 + repository: *615 + sender: *616 required: - action - discussion @@ -117278,12 +117279,12 @@ webhooks: type: string enum: - locked - discussion: *618 - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - sender: *615 + discussion: *619 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + sender: *616 required: - action - discussion @@ -117363,12 +117364,12 @@ webhooks: type: string enum: - pinned - discussion: *618 - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - sender: *615 + discussion: *619 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + sender: *616 required: - action - discussion @@ -117448,12 +117449,12 @@ webhooks: type: string enum: - reopened - discussion: *618 - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - sender: *615 + discussion: *619 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + sender: *616 required: - action - discussion @@ -117536,17 +117537,17 @@ webhooks: changes: type: object properties: - new_discussion: *618 - new_repository: *614 + new_discussion: *619 + new_repository: *615 required: - new_discussion - new_repository - discussion: *618 - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - sender: *615 + discussion: *619 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + sender: *616 required: - action - changes @@ -117627,7 +117628,7 @@ webhooks: type: string enum: - unanswered - discussion: *618 + discussion: *619 old_answer: type: object properties: @@ -117785,9 +117786,9 @@ webhooks: - created_at - updated_at - body - organization: *613 - repository: *614 - sender: *615 + organization: *614 + repository: *615 + sender: *616 required: - action - discussion @@ -117867,9 +117868,9 @@ webhooks: type: string enum: - unlabeled - discussion: *618 - enterprise: *611 - installation: *612 + discussion: *619 + enterprise: *612 + installation: *613 label: title: Label type: object @@ -117903,9 +117904,9 @@ webhooks: - color - default - description - organization: *613 - repository: *614 - sender: *615 + organization: *614 + repository: *615 + sender: *616 required: - action - discussion @@ -117986,12 +117987,12 @@ webhooks: type: string enum: - unlocked - discussion: *618 - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - sender: *615 + discussion: *619 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + sender: *616 required: - action - discussion @@ -118071,12 +118072,12 @@ webhooks: type: string enum: - unpinned - discussion: *618 - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - sender: *615 + discussion: *619 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + sender: *616 required: - action - discussion @@ -118148,7 +118149,7 @@ webhooks: description: A user forks a repository. type: object properties: - enterprise: *611 + enterprise: *612 forkee: description: The created [`repository`](https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository) resource. @@ -118829,10 +118830,10 @@ webhooks: type: integer watchers_count: type: integer - installation: *612 - organization: *613 - repository: *614 - sender: *615 + installation: *613 + organization: *614 + repository: *615 + sender: *616 required: - forkee - repository @@ -118910,7 +118911,7 @@ webhooks: type: string enum: - revoked - sender: *615 + sender: *616 required: - action - sender @@ -118977,9 +118978,9 @@ webhooks: title: gollum event type: object properties: - enterprise: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 pages: description: The pages that were updated. type: array @@ -119017,8 +119018,8 @@ webhooks: - action - sha - html_url - repository: *614 - sender: *615 + repository: *615 + sender: *616 required: - pages - repository @@ -119093,9 +119094,9 @@ webhooks: type: string enum: - created - enterprise: *611 + enterprise: *612 installation: *19 - organization: *613 + organization: *614 repositories: description: An array of repository objects that the installation can access. @@ -119122,7 +119123,7 @@ webhooks: - name - full_name - private - repository: *614 + repository: *615 requester: title: User type: @@ -119192,7 +119193,7 @@ webhooks: required: - login - id - sender: *615 + sender: *616 required: - action - installation @@ -119266,9 +119267,9 @@ webhooks: type: string enum: - deleted - enterprise: *611 + enterprise: *612 installation: *19 - organization: *613 + organization: *614 repositories: description: An array of repository objects that the installation can access. @@ -119295,11 +119296,11 @@ webhooks: - name - full_name - private - repository: *614 + repository: *615 requester: type: - 'null' - sender: *615 + sender: *616 required: - action - installation @@ -119372,9 +119373,9 @@ webhooks: type: string enum: - new_permissions_accepted - enterprise: *611 + enterprise: *612 installation: *19 - organization: *613 + organization: *614 repositories: description: An array of repository objects that the installation can access. @@ -119401,11 +119402,11 @@ webhooks: - name - full_name - private - repository: *614 + repository: *615 requester: type: - 'null' - sender: *615 + sender: *616 required: - action - installation @@ -119478,9 +119479,9 @@ webhooks: type: string enum: - added - enterprise: *611 + enterprise: *612 installation: *19 - organization: *613 + organization: *614 repositories_added: description: An array of repository objects, which were added to the installation. @@ -119527,7 +119528,7 @@ webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *614 + repository: *615 repository_selection: description: Describe whether all repositories have been selected or there's a selection involved @@ -119604,7 +119605,7 @@ webhooks: required: - login - id - sender: *615 + sender: *616 required: - action - installation @@ -119682,9 +119683,9 @@ webhooks: type: string enum: - removed - enterprise: *611 + enterprise: *612 installation: *19 - organization: *613 + organization: *614 repositories_added: description: An array of repository objects, which were added to the installation. @@ -119737,7 +119738,7 @@ webhooks: - name - full_name - private - repository: *614 + repository: *615 repository_selection: description: Describe whether all repositories have been selected or there's a selection involved @@ -119814,7 +119815,7 @@ webhooks: required: - login - id - sender: *615 + sender: *616 required: - action - installation @@ -119892,9 +119893,9 @@ webhooks: type: string enum: - suspend - enterprise: *611 + enterprise: *612 installation: *19 - organization: *613 + organization: *614 repositories: description: An array of repository objects that the installation can access. @@ -119921,11 +119922,11 @@ webhooks: - name - full_name - private - repository: *614 + repository: *615 requester: type: - 'null' - sender: *615 + sender: *616 required: - action - installation @@ -120102,11 +120103,11 @@ webhooks: type: string required: - from - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - sender: *615 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + sender: *616 target_type: type: string required: @@ -120184,9 +120185,9 @@ webhooks: type: string enum: - unsuspend - enterprise: *611 + enterprise: *612 installation: *19 - organization: *613 + organization: *614 repositories: description: An array of repository objects that the installation can access. @@ -120213,11 +120214,11 @@ webhooks: - name - full_name - private - repository: *614 + repository: *615 requester: type: - 'null' - sender: *615 + sender: *616 required: - action - installation @@ -120458,8 +120459,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -121621,9 +121622,9 @@ webhooks: - state - locked - assignee - organization: *613 - repository: *614 - sender: *615 + organization: *614 + repository: *615 + sender: *616 required: - action - issue @@ -121869,8 +121870,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -123028,9 +123029,9 @@ webhooks: - state - locked - assignee - organization: *613 - repository: *614 - sender: *615 + organization: *614 + repository: *615 + sender: *616 required: - action - issue @@ -123288,8 +123289,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -124450,9 +124451,9 @@ webhooks: - state - locked - assignee - organization: *613 - repository: *614 - sender: *615 + organization: *614 + repository: *615 + sender: *616 required: - action - changes @@ -124602,8 +124603,8 @@ webhooks: required: - login - id - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -125523,9 +125524,9 @@ webhooks: - active_lock_reason - body - reactions - organization: *613 - repository: *614 - sender: *615 + organization: *614 + repository: *615 + sender: *616 required: - action - issue @@ -125604,8 +125605,8 @@ webhooks: type: string enum: - closed - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -126669,9 +126670,9 @@ webhooks: required: - state - closed_at - organization: *613 - repository: *614 - sender: *615 + organization: *614 + repository: *615 + sender: *616 required: - action - issue @@ -126749,8 +126750,8 @@ webhooks: type: string enum: - deleted - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -127664,9 +127665,9 @@ webhooks: - active_lock_reason - body - reactions - organization: *613 - repository: *614 - sender: *615 + organization: *614 + repository: *615 + sender: *616 required: - action - issue @@ -127744,8 +127745,8 @@ webhooks: type: string enum: - demilestoned - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 issue: allOf: - title: Issue @@ -129080,9 +129081,9 @@ webhooks: - updated_at - due_on - closed_at - organization: *613 - repository: *614 - sender: *615 + organization: *614 + repository: *615 + sender: *616 required: - action - issue @@ -129180,8 +129181,8 @@ webhooks: type: string required: - from - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -130135,9 +130136,9 @@ webhooks: - color - default - description - organization: *613 - repository: *614 - sender: *615 + organization: *614 + repository: *615 + sender: *616 required: - action - changes @@ -130216,8 +130217,8 @@ webhooks: type: string enum: - labeled - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -131170,9 +131171,9 @@ webhooks: - color - default - description - organization: *613 - repository: *614 - sender: *615 + organization: *614 + repository: *615 + sender: *616 required: - action - issue @@ -131251,8 +131252,8 @@ webhooks: type: string enum: - locked - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 issue: allOf: - title: Issue @@ -132313,9 +132314,9 @@ webhooks: required: - locked - active_lock_reason - organization: *613 - repository: *614 - sender: *615 + organization: *614 + repository: *615 + sender: *616 required: - action - issue @@ -132393,8 +132394,8 @@ webhooks: type: string enum: - milestoned - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 issue: allOf: - title: Issue @@ -133725,9 +133726,9 @@ webhooks: - updated_at - due_on - closed_at - organization: *613 - repository: *614 - sender: *615 + organization: *614 + repository: *615 + sender: *616 required: - action - issue @@ -135198,8 +135199,8 @@ webhooks: required: - old_issue - old_repository - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -136117,9 +136118,9 @@ webhooks: - active_lock_reason - body - reactions - organization: *613 - repository: *614 - sender: *615 + organization: *614 + repository: *615 + sender: *616 required: - action - issue @@ -136198,8 +136199,8 @@ webhooks: type: string enum: - pinned - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -137112,9 +137113,9 @@ webhooks: - active_lock_reason - body - reactions - organization: *613 - repository: *614 - sender: *615 + organization: *614 + repository: *615 + sender: *616 required: - action - issue @@ -137192,8 +137193,8 @@ webhooks: type: string enum: - reopened - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 issue: allOf: - title: Issue @@ -138253,9 +138254,9 @@ webhooks: type: string required: - state - organization: *613 - repository: *614 - sender: *615 + organization: *614 + repository: *615 + sender: *616 required: - action - issue @@ -139726,8 +139727,8 @@ webhooks: required: - new_issue - new_repository - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -140640,9 +140641,9 @@ webhooks: - active_lock_reason - body - reactions - organization: *613 - repository: *614 - sender: *615 + organization: *614 + repository: *615 + sender: *616 required: - action - changes @@ -140792,8 +140793,8 @@ webhooks: required: - login - id - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -141713,9 +141714,9 @@ webhooks: - active_lock_reason - body - reactions - organization: *613 - repository: *614 - sender: *615 + organization: *614 + repository: *615 + sender: *616 required: - action - issue @@ -141793,8 +141794,8 @@ webhooks: type: string enum: - unlabeled - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -142747,9 +142748,9 @@ webhooks: - color - default - description - organization: *613 - repository: *614 - sender: *615 + organization: *614 + repository: *615 + sender: *616 required: - action - issue @@ -142828,8 +142829,8 @@ webhooks: type: string enum: - unlocked - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 issue: allOf: - title: Issue @@ -143880,9 +143881,9 @@ webhooks: required: - locked - active_lock_reason - organization: *613 - repository: *614 - sender: *615 + organization: *614 + repository: *615 + sender: *616 required: - action - issue @@ -143961,8 +143962,8 @@ webhooks: type: string enum: - unpinned - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -144875,9 +144876,9 @@ webhooks: - active_lock_reason - body - reactions - organization: *613 - repository: *614 - sender: *615 + organization: *614 + repository: *615 + sender: *616 required: - action - issue @@ -144955,8 +144956,8 @@ webhooks: type: string enum: - created - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 label: title: Label type: object @@ -144990,9 +144991,9 @@ webhooks: - color - default - description - organization: *613 - repository: *614 - sender: *615 + organization: *614 + repository: *615 + sender: *616 required: - action - label @@ -145069,8 +145070,8 @@ webhooks: type: string enum: - deleted - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 label: title: Label type: object @@ -145104,9 +145105,9 @@ webhooks: - color - default - description - organization: *613 - repository: *614 - sender: *615 + organization: *614 + repository: *615 + sender: *616 required: - action - label @@ -145215,8 +145216,8 @@ webhooks: type: string required: - from - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 label: title: Label type: object @@ -145250,9 +145251,9 @@ webhooks: - color - default - description - organization: *613 - repository: *614 - sender: *615 + organization: *614 + repository: *615 + sender: *616 required: - action - label @@ -145333,8 +145334,8 @@ webhooks: - cancelled effective_date: type: string - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 marketplace_purchase: allOf: - title: Marketplace Purchase @@ -145485,7 +145486,7 @@ webhooks: type: integer required: - next_billing_date - organization: *613 + organization: *614 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -145570,8 +145571,8 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *614 - sender: *615 + repository: *615 + sender: *616 required: - action - effective_date @@ -145650,8 +145651,8 @@ webhooks: - changed effective_date: type: string - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 marketplace_purchase: allOf: - title: Marketplace Purchase @@ -145802,7 +145803,7 @@ webhooks: type: integer required: - next_billing_date - organization: *613 + organization: *614 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -145890,8 +145891,8 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *614 - sender: *615 + repository: *615 + sender: *616 required: - action - effective_date @@ -145972,8 +145973,8 @@ webhooks: - pending_change effective_date: type: string - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 marketplace_purchase: allOf: - title: Marketplace Purchase @@ -146124,7 +146125,7 @@ webhooks: type: integer required: - next_billing_date - organization: *613 + organization: *614 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -146210,8 +146211,8 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *614 - sender: *615 + repository: *615 + sender: *616 required: - action - effective_date @@ -146291,8 +146292,8 @@ webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 marketplace_purchase: allOf: - title: Marketplace Purchase @@ -146384,7 +146385,7 @@ webhooks: type: string required: - next_billing_date - organization: *613 + organization: *614 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -146469,8 +146470,8 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *614 - sender: *615 + repository: *615 + sender: *616 required: - action - effective_date @@ -146549,8 +146550,8 @@ webhooks: - purchased effective_date: type: string - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 marketplace_purchase: allOf: - title: Marketplace Purchase @@ -146701,7 +146702,7 @@ webhooks: type: integer required: - next_billing_date - organization: *613 + organization: *614 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -146786,8 +146787,8 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *614 - sender: *615 + repository: *615 + sender: *616 required: - action - effective_date @@ -146888,8 +146889,8 @@ webhooks: type: string required: - to - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 member: title: User type: @@ -146959,9 +146960,9 @@ webhooks: required: - login - id - organization: *613 - repository: *614 - sender: *615 + organization: *614 + repository: *615 + sender: *616 required: - action - member @@ -147062,8 +147063,8 @@ webhooks: type: - string - 'null' - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 member: title: User type: @@ -147133,9 +147134,9 @@ webhooks: required: - login - id - organization: *613 - repository: *614 - sender: *615 + organization: *614 + repository: *615 + sender: *616 required: - action - changes @@ -147213,8 +147214,8 @@ webhooks: type: string enum: - removed - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 member: title: User type: @@ -147284,9 +147285,9 @@ webhooks: required: - login - id - organization: *613 - repository: *614 - sender: *615 + organization: *614 + repository: *615 + sender: *616 required: - action - member @@ -147363,8 +147364,8 @@ webhooks: type: string enum: - added - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 member: title: User type: @@ -147434,8 +147435,8 @@ webhooks: required: - login - id - organization: *613 - repository: *614 + organization: *614 + repository: *615 scope: description: The scope of the membership. Currently, can only be `team`. @@ -147704,8 +147705,8 @@ webhooks: type: string enum: - removed - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 member: title: User type: @@ -147775,8 +147776,8 @@ webhooks: required: - login - id - organization: *613 - repository: *614 + organization: *614 + repository: *615 scope: description: The scope of the membership. Currently, can only be `team`. @@ -148050,8 +148051,8 @@ webhooks: type: string enum: - checks_requested - installation: *612 - merge_group: &619 + installation: *613 + merge_group: &620 type: object title: Merge Group description: 'A group of pull requests that the merge queue has @@ -148079,9 +148080,9 @@ webhooks: - base_sha - base_ref - head_commit - organization: *613 - repository: *614 - sender: *615 + organization: *614 + repository: *615 + sender: *616 required: - action - merge_group @@ -148166,11 +148167,11 @@ webhooks: - merged - invalidated - dequeued - installation: *612 - merge_group: *619 - organization: *613 - repository: *614 - sender: *615 + installation: *613 + merge_group: *620 + organization: *614 + repository: *615 + sender: *616 required: - action - merge_group @@ -148242,7 +148243,7 @@ webhooks: type: string enum: - deleted - enterprise: *611 + enterprise: *612 hook: description: 'The modified webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -148350,13 +148351,13 @@ webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *612 - organization: *613 + installation: *613 + organization: *614 repository: anyOf: - type: 'null' - - *614 - sender: *615 + - *615 + sender: *616 required: - action - hook_id @@ -148435,8 +148436,8 @@ webhooks: type: string enum: - closed - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 milestone: title: Milestone description: A collection of related issues and pull requests. @@ -148578,9 +148579,9 @@ webhooks: - updated_at - due_on - closed_at - organization: *613 - repository: *614 - sender: *615 + organization: *614 + repository: *615 + sender: *616 required: - action - milestone @@ -148658,8 +148659,8 @@ webhooks: type: string enum: - created - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 milestone: title: Milestone description: A collection of related issues and pull requests. @@ -148800,9 +148801,9 @@ webhooks: - updated_at - due_on - closed_at - organization: *613 - repository: *614 - sender: *615 + organization: *614 + repository: *615 + sender: *616 required: - action - milestone @@ -148880,8 +148881,8 @@ webhooks: type: string enum: - deleted - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 milestone: title: Milestone description: A collection of related issues and pull requests. @@ -149023,9 +149024,9 @@ webhooks: - updated_at - due_on - closed_at - organization: *613 - repository: *614 - sender: *615 + organization: *614 + repository: *615 + sender: *616 required: - action - milestone @@ -149134,8 +149135,8 @@ webhooks: type: string required: - from - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 milestone: title: Milestone description: A collection of related issues and pull requests. @@ -149277,9 +149278,9 @@ webhooks: - updated_at - due_on - closed_at - organization: *613 - repository: *614 - sender: *615 + organization: *614 + repository: *615 + sender: *616 required: - action - changes @@ -149358,8 +149359,8 @@ webhooks: type: string enum: - opened - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 milestone: title: Milestone description: A collection of related issues and pull requests. @@ -149500,9 +149501,9 @@ webhooks: - updated_at - due_on - closed_at - organization: *613 - repository: *614 - sender: *615 + organization: *614 + repository: *615 + sender: *616 required: - action - milestone @@ -149649,11 +149650,11 @@ webhooks: required: - login - id - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - sender: *615 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + sender: *616 required: - action - blocked_user @@ -149800,11 +149801,11 @@ webhooks: required: - login - id - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - sender: *615 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + sender: *616 required: - action - blocked_user @@ -149882,8 +149883,8 @@ webhooks: type: string enum: - deleted - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 membership: title: Membership description: The membership between the user and the organization. @@ -149975,9 +149976,9 @@ webhooks: - role - organization_url - user - organization: *613 - repository: *614 - sender: *615 + organization: *614 + repository: *615 + sender: *616 required: - action - organization @@ -150054,8 +150055,8 @@ webhooks: type: string enum: - member_added - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 membership: title: Membership description: The membership between the user and the organization. @@ -150147,9 +150148,9 @@ webhooks: - role - organization_url - user - organization: *613 - repository: *614 - sender: *615 + organization: *614 + repository: *615 + sender: *616 required: - action - membership @@ -150227,8 +150228,8 @@ webhooks: type: string enum: - member_invited - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -150348,9 +150349,9 @@ webhooks: - inviter - team_count - invitation_teams_url - organization: *613 - repository: *614 - sender: *615 + organization: *614 + repository: *615 + sender: *616 user: title: User type: @@ -150497,8 +150498,8 @@ webhooks: type: string enum: - member_removed - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 membership: title: Membership description: The membership between the user and the organization. @@ -150590,9 +150591,9 @@ webhooks: - role - organization_url - user - organization: *613 - repository: *614 - sender: *615 + organization: *614 + repository: *615 + sender: *616 required: - action - membership @@ -150678,8 +150679,8 @@ webhooks: properties: from: type: string - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 membership: title: Membership description: The membership between the user and the organization. @@ -150771,9 +150772,9 @@ webhooks: - role - organization_url - user - organization: *613 - repository: *614 - sender: *615 + organization: *614 + repository: *615 + sender: *616 required: - action - organization @@ -150848,9 +150849,9 @@ webhooks: type: string enum: - published - enterprise: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 package: description: Information about the package. type: object @@ -151367,7 +151368,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: &620 + items: &621 title: Ruby Gems metadata type: object properties: @@ -151464,8 +151465,8 @@ webhooks: - owner - package_version - registry - repository: *614 - sender: *615 + repository: *615 + sender: *616 required: - action - package @@ -151540,9 +151541,9 @@ webhooks: type: string enum: - updated - enterprise: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 package: description: Information about the package. type: object @@ -151898,7 +151899,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *620 + items: *621 source_url: type: string format: uri @@ -151969,8 +151970,8 @@ webhooks: - owner - package_version - registry - repository: *614 - sender: *615 + repository: *615 + sender: *616 required: - action - package @@ -152148,13 +152149,13 @@ webhooks: - duration - created_at - updated_at - enterprise: *611 + enterprise: *612 id: type: integer - installation: *612 - organization: *613 - repository: *614 - sender: *615 + installation: *613 + organization: *614 + repository: *615 + sender: *616 required: - id - build @@ -152232,7 +152233,7 @@ webhooks: type: string enum: - approved - personal_access_token_request: &621 + personal_access_token_request: &622 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -152370,9 +152371,9 @@ webhooks: - token_expired - token_expires_at - token_last_used_at - organization: *613 - sender: *615 - installation: *612 + organization: *614 + sender: *616 + installation: *613 required: - action - personal_access_token_request @@ -152450,10 +152451,10 @@ webhooks: type: string enum: - cancelled - personal_access_token_request: *621 - organization: *613 - sender: *615 - installation: *612 + personal_access_token_request: *622 + organization: *614 + sender: *616 + installation: *613 required: - action - personal_access_token_request @@ -152530,10 +152531,10 @@ webhooks: type: string enum: - created - personal_access_token_request: *621 - organization: *613 - sender: *615 - installation: *612 + personal_access_token_request: *622 + organization: *614 + sender: *616 + installation: *613 required: - action - personal_access_token_request @@ -152610,10 +152611,10 @@ webhooks: type: string enum: - denied - personal_access_token_request: *621 - organization: *613 - sender: *615 - installation: *612 + personal_access_token_request: *622 + organization: *614 + sender: *616 + installation: *613 required: - action - personal_access_token_request @@ -152717,7 +152718,7 @@ webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *622 + last_response: *623 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -152749,9 +152750,9 @@ webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *613 - repository: *614 - sender: *615 + organization: *614 + repository: *615 + sender: *616 zen: description: Random string of GitHub zen. type: string @@ -152995,9 +152996,9 @@ webhooks: - from required: - note - enterprise: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 project_card: title: Project Card type: object @@ -153119,8 +153120,8 @@ webhooks: - creator - created_at - updated_at - repository: *614 - sender: *615 + repository: *615 + sender: *616 required: - action - changes @@ -153200,9 +153201,9 @@ webhooks: type: string enum: - created - enterprise: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 project_card: title: Project Card type: object @@ -153324,8 +153325,8 @@ webhooks: - creator - created_at - updated_at - repository: *614 - sender: *615 + repository: *615 + sender: *616 required: - action - project_card @@ -153404,9 +153405,9 @@ webhooks: type: string enum: - deleted - enterprise: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 project_card: title: Project Card type: object @@ -153534,8 +153535,8 @@ webhooks: repository: anyOf: - type: 'null' - - *614 - sender: *615 + - *615 + sender: *616 required: - action - project_card @@ -153628,9 +153629,9 @@ webhooks: - from required: - note - enterprise: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 project_card: title: Project Card type: object @@ -153752,8 +153753,8 @@ webhooks: - creator - created_at - updated_at - repository: *614 - sender: *615 + repository: *615 + sender: *616 required: - action - changes @@ -153846,9 +153847,9 @@ webhooks: - from required: - column_id - enterprise: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 project_card: allOf: - title: Project Card @@ -154043,8 +154044,8 @@ webhooks: type: string required: - after_id - repository: *614 - sender: *615 + repository: *615 + sender: *616 required: - action - project_card @@ -154123,9 +154124,9 @@ webhooks: type: string enum: - closed - enterprise: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 project: title: Project type: object @@ -154251,8 +154252,8 @@ webhooks: - creator - created_at - updated_at - repository: *614 - sender: *615 + repository: *615 + sender: *616 required: - action - project @@ -154331,9 +154332,9 @@ webhooks: type: string enum: - created - enterprise: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 project_column: title: Project Column type: object @@ -154374,8 +154375,8 @@ webhooks: - name - created_at - updated_at - repository: *614 - sender: *615 + repository: *615 + sender: *616 required: - action - project_column @@ -154453,9 +154454,9 @@ webhooks: type: string enum: - deleted - enterprise: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 project_column: title: Project Column type: object @@ -154499,8 +154500,8 @@ webhooks: repository: anyOf: - type: 'null' - - *614 - sender: *615 + - *615 + sender: *616 required: - action - project_column @@ -154588,9 +154589,9 @@ webhooks: type: string required: - from - enterprise: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 project_column: title: Project Column type: object @@ -154631,8 +154632,8 @@ webhooks: - name - created_at - updated_at - repository: *614 - sender: *615 + repository: *615 + sender: *616 required: - action - changes @@ -154711,9 +154712,9 @@ webhooks: type: string enum: - moved - enterprise: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 project_column: title: Project Column type: object @@ -154754,8 +154755,8 @@ webhooks: - name - created_at - updated_at - repository: *614 - sender: *615 + repository: *615 + sender: *616 required: - action - project_column @@ -154834,9 +154835,9 @@ webhooks: type: string enum: - created - enterprise: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 project: title: Project type: object @@ -154962,8 +154963,8 @@ webhooks: - creator - created_at - updated_at - repository: *614 - sender: *615 + repository: *615 + sender: *616 required: - action - project @@ -155042,9 +155043,9 @@ webhooks: type: string enum: - deleted - enterprise: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 project: title: Project type: object @@ -155173,8 +155174,8 @@ webhooks: repository: anyOf: - type: 'null' - - *614 - sender: *615 + - *615 + sender: *616 required: - action - project @@ -155274,9 +155275,9 @@ webhooks: type: string required: - from - enterprise: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 project: title: Project type: object @@ -155402,8 +155403,8 @@ webhooks: - creator - created_at - updated_at - repository: *614 - sender: *615 + repository: *615 + sender: *616 required: - action - project @@ -155481,9 +155482,9 @@ webhooks: type: string enum: - reopened - enterprise: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 project: title: Project type: object @@ -155609,8 +155610,8 @@ webhooks: - creator - created_at - updated_at - repository: *614 - sender: *615 + repository: *615 + sender: *616 required: - action - project @@ -155689,9 +155690,9 @@ webhooks: type: string enum: - closed - installation: *612 - organization: *613 - projects_v2: &623 + installation: *613 + organization: *614 + projects_v2: &624 title: Projects v2 Project description: A projects v2 project type: object @@ -155759,7 +155760,7 @@ webhooks: - short_description - deleted_at - deleted_by - sender: *615 + sender: *616 required: - action - projects_v2 @@ -155838,10 +155839,10 @@ webhooks: type: string enum: - created - installation: *612 - organization: *613 - projects_v2: *623 - sender: *615 + installation: *613 + organization: *614 + projects_v2: *624 + sender: *616 required: - action - projects_v2 @@ -155920,10 +155921,10 @@ webhooks: type: string enum: - deleted - installation: *612 - organization: *613 - projects_v2: *623 - sender: *615 + installation: *613 + organization: *614 + projects_v2: *624 + sender: *616 required: - action - projects_v2 @@ -156042,10 +156043,10 @@ webhooks: type: string to: type: string - installation: *612 - organization: *613 - projects_v2: *623 - sender: *615 + installation: *613 + organization: *614 + projects_v2: *624 + sender: *616 required: - action - projects_v2 @@ -156142,9 +156143,9 @@ webhooks: - string - 'null' format: date-time - installation: *612 - organization: *613 - projects_v2_item: &624 + installation: *613 + organization: *614 + projects_v2_item: &625 title: Projects v2 Item description: An item belonging to a project type: object @@ -156190,7 +156191,7 @@ webhooks: - created_at - updated_at - archived_at - sender: *615 + sender: *616 required: - action - projects_v2_item @@ -156282,10 +156283,10 @@ webhooks: - 'null' to: type: string - installation: *612 - organization: *613 - projects_v2_item: *624 - sender: *615 + installation: *613 + organization: *614 + projects_v2_item: *625 + sender: *616 required: - action - projects_v2_item @@ -156365,10 +156366,10 @@ webhooks: type: string enum: - created - installation: *612 - organization: *613 - projects_v2_item: *624 - sender: *615 + installation: *613 + organization: *614 + projects_v2_item: *625 + sender: *616 required: - action - projects_v2_item @@ -156447,10 +156448,10 @@ webhooks: type: string enum: - deleted - installation: *612 - organization: *613 - projects_v2_item: *624 - sender: *615 + installation: *613 + organization: *614 + projects_v2_item: *625 + sender: *616 required: - action - projects_v2_item @@ -156559,10 +156560,10 @@ webhooks: - 'null' required: - body - installation: *612 - organization: *613 - projects_v2_item: *624 - sender: *615 + installation: *613 + organization: *614 + projects_v2_item: *625 + sender: *616 required: - action - projects_v2_item @@ -156657,10 +156658,10 @@ webhooks: type: - string - 'null' - installation: *612 - organization: *613 - projects_v2_item: *624 - sender: *615 + installation: *613 + organization: *614 + projects_v2_item: *625 + sender: *616 required: - action - projects_v2_item @@ -156757,10 +156758,10 @@ webhooks: - string - 'null' format: date-time - installation: *612 - organization: *613 - projects_v2_item: *624 - sender: *615 + installation: *613 + organization: *614 + projects_v2_item: *625 + sender: *616 required: - action - projects_v2_item @@ -156840,10 +156841,10 @@ webhooks: type: string enum: - reopened - installation: *612 - organization: *613 - projects_v2: *623 - sender: *615 + installation: *613 + organization: *614 + projects_v2: *624 + sender: *616 required: - action - projects_v2 @@ -156913,11 +156914,11 @@ webhooks: title: public event type: object properties: - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - sender: *615 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + sender: *616 required: - repository - sender @@ -157062,12 +157063,12 @@ webhooks: required: - login - id - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 number: description: The pull request number. type: integer - organization: *613 + organization: *614 pull_request: title: Pull Request type: object @@ -159389,8 +159390,8 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *614 - sender: *615 + repository: *615 + sender: *616 required: - action - number @@ -159471,11 +159472,11 @@ webhooks: type: string enum: - auto_merge_disabled - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 number: type: integer - organization: *613 + organization: *614 pull_request: title: Pull Request type: object @@ -161792,8 +161793,8 @@ webhooks: - draft reason: type: string - repository: *614 - sender: *615 + repository: *615 + sender: *616 required: - action - number @@ -161874,11 +161875,11 @@ webhooks: type: string enum: - auto_merge_enabled - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 number: type: integer - organization: *613 + organization: *614 pull_request: title: Pull Request type: object @@ -164196,8 +164197,8 @@ webhooks: - draft reason: type: string - repository: *614 - sender: *615 + repository: *615 + sender: *616 required: - action - number @@ -164278,15 +164279,15 @@ webhooks: type: string enum: - closed - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 number: description: The pull request number. type: integer - organization: *613 + organization: *614 pull_request: allOf: - - *478 + - *479 - type: object properties: allow_auto_merge: @@ -164348,8 +164349,8 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *614 - sender: *615 + repository: *615 + sender: *616 required: - action - number @@ -164429,15 +164430,15 @@ webhooks: type: string enum: - converted_to_draft - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 number: description: The pull request number. type: integer - organization: *613 + organization: *614 pull_request: allOf: - - *478 + - *479 - type: object properties: allow_auto_merge: @@ -164499,8 +164500,8 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *614 - sender: *615 + repository: *615 + sender: *616 required: - action - number @@ -164579,12 +164580,12 @@ webhooks: type: string enum: - demilestoned - enterprise: *611 + enterprise: *612 milestone: *379 number: description: The pull request number. type: integer - organization: *613 + organization: *614 pull_request: title: Pull Request type: object @@ -166889,8 +166890,8 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *614 - sender: *615 + repository: *615 + sender: *616 required: - action - number @@ -166968,11 +166969,11 @@ webhooks: type: string enum: - dequeued - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 number: type: integer - organization: *613 + organization: *614 pull_request: title: Pull Request type: object @@ -169280,8 +169281,8 @@ webhooks: - draft reason: type: string - repository: *614 - sender: *615 + repository: *615 + sender: *616 required: - action - number @@ -169404,15 +169405,15 @@ webhooks: type: string required: - from - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 number: description: The pull request number. type: integer - organization: *613 + organization: *614 pull_request: allOf: - - *478 + - *479 - type: object properties: allow_auto_merge: @@ -169474,8 +169475,8 @@ webhooks: Please use `squash_merge_commit_title` instead. type: boolean default: false - repository: *614 - sender: *615 + repository: *615 + sender: *616 required: - action - changes @@ -169554,11 +169555,11 @@ webhooks: type: string enum: - enqueued - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 number: type: integer - organization: *613 + organization: *614 pull_request: title: Pull Request type: object @@ -171864,8 +171865,8 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *614 - sender: *615 + repository: *615 + sender: *616 required: - action - number @@ -171944,8 +171945,8 @@ webhooks: type: string enum: - labeled - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 label: title: Label type: object @@ -171982,7 +171983,7 @@ webhooks: number: description: The pull request number. type: integer - organization: *613 + organization: *614 pull_request: title: Pull Request type: object @@ -174305,8 +174306,8 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *614 - sender: *615 + repository: *615 + sender: *616 required: - action - number @@ -174386,12 +174387,12 @@ webhooks: type: string enum: - locked - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 number: description: The pull request number. type: integer - organization: *613 + organization: *614 pull_request: title: Pull Request type: object @@ -176712,8 +176713,8 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *614 - sender: *615 + repository: *615 + sender: *616 required: - action - number @@ -176792,12 +176793,12 @@ webhooks: type: string enum: - milestoned - enterprise: *611 + enterprise: *612 milestone: *379 number: description: The pull request number. type: integer - organization: *613 + organization: *614 pull_request: title: Pull Request type: object @@ -179102,8 +179103,8 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *614 - sender: *615 + repository: *615 + sender: *616 required: - action - number @@ -179181,15 +179182,15 @@ webhooks: type: string enum: - opened - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 number: description: The pull request number. type: integer - organization: *613 + organization: *614 pull_request: allOf: - - *478 + - *479 - type: object properties: allow_auto_merge: @@ -179251,8 +179252,8 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *614 - sender: *615 + repository: *615 + sender: *616 required: - action - number @@ -179332,15 +179333,15 @@ webhooks: type: string enum: - ready_for_review - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 number: description: The pull request number. type: integer - organization: *613 + organization: *614 pull_request: allOf: - - *478 + - *479 - type: object properties: allow_auto_merge: @@ -179402,8 +179403,8 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *614 - sender: *615 + repository: *615 + sender: *616 required: - action - number @@ -179482,15 +179483,15 @@ webhooks: type: string enum: - reopened - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 number: description: The pull request number. type: integer - organization: *613 + organization: *614 pull_request: allOf: - - *478 + - *479 - type: object properties: allow_auto_merge: @@ -179552,8 +179553,8 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *614 - sender: *615 + repository: *615 + sender: *616 required: - action - number @@ -179924,9 +179925,9 @@ webhooks: - start_side - side - reactions - enterprise: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 pull_request: type: object properties: @@ -182133,8 +182134,8 @@ webhooks: - _links - author_association - active_lock_reason - repository: *614 - sender: *615 + repository: *615 + sender: *616 required: - action - comment @@ -182503,9 +182504,9 @@ webhooks: - start_side - side - reactions - enterprise: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 pull_request: type: object properties: @@ -184700,8 +184701,8 @@ webhooks: - _links - author_association - active_lock_reason - repository: *614 - sender: *615 + repository: *615 + sender: *616 required: - action - comment @@ -185082,9 +185083,9 @@ webhooks: - start_side - side - reactions - enterprise: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 pull_request: type: object properties: @@ -187280,8 +187281,8 @@ webhooks: - _links - author_association - active_lock_reason - repository: *614 - sender: *615 + repository: *615 + sender: *616 required: - action - changes @@ -187361,9 +187362,9 @@ webhooks: type: string enum: - dismissed - enterprise: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 pull_request: title: Simple Pull Request type: object @@ -189573,7 +189574,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *614 + repository: *615 review: description: The review that was affected. type: object @@ -189725,7 +189726,7 @@ webhooks: - pull_request_url - author_association - _links - sender: *615 + sender: *616 required: - action - review @@ -189816,9 +189817,9 @@ webhooks: type: string required: - from - enterprise: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 pull_request: title: Simple Pull Request type: object @@ -191909,7 +191910,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *614 + repository: *615 review: description: The review that was affected. type: object @@ -192058,7 +192059,7 @@ webhooks: - pull_request_url - author_association - _links - sender: *615 + sender: *616 required: - action - changes @@ -192140,12 +192141,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 number: description: The pull request number. type: integer - organization: *613 + organization: *614 pull_request: title: Pull Request type: object @@ -194465,7 +194466,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *614 + repository: *615 requested_reviewer: title: User type: @@ -194535,7 +194536,7 @@ webhooks: required: - login - id - sender: *615 + sender: *616 required: - requested_reviewer - action @@ -194549,12 +194550,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 number: description: The pull request number. type: integer - organization: *613 + organization: *614 pull_request: title: Pull Request type: object @@ -196881,7 +196882,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *614 + repository: *615 requested_team: title: Team description: Groups of organization members that gives permissions @@ -196994,7 +196995,7 @@ webhooks: - members_url - repositories_url - permission - sender: *615 + sender: *616 required: - requested_team - action @@ -197076,12 +197077,12 @@ webhooks: type: string enum: - review_requested - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 number: description: The pull request number. type: integer - organization: *613 + organization: *614 pull_request: title: Pull Request type: object @@ -199403,7 +199404,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *614 + repository: *615 requested_reviewer: title: User type: @@ -199474,7 +199475,7 @@ webhooks: required: - login - id - sender: *615 + sender: *616 required: - requested_reviewer - action @@ -199488,12 +199489,12 @@ webhooks: type: string enum: - review_requested - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 number: description: The pull request number. type: integer - organization: *613 + organization: *614 pull_request: title: Pull Request type: object @@ -201806,7 +201807,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *614 + repository: *615 requested_team: title: Team description: Groups of organization members that gives permissions @@ -201910,7 +201911,7 @@ webhooks: required: - name - id - sender: *615 + sender: *616 required: - requested_team - action @@ -201990,9 +201991,9 @@ webhooks: type: string enum: - submitted - enterprise: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 pull_request: title: Simple Pull Request type: object @@ -204205,7 +204206,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *614 + repository: *615 review: description: The review that was affected. type: object @@ -204354,7 +204355,7 @@ webhooks: - pull_request_url - author_association - _links - sender: *615 + sender: *616 required: - action - review @@ -204433,9 +204434,9 @@ webhooks: type: string enum: - resolved - enterprise: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 pull_request: title: Simple Pull Request type: object @@ -206543,8 +206544,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *614 - sender: *615 + repository: *615 + sender: *616 thread: type: object properties: @@ -206932,9 +206933,9 @@ webhooks: type: string enum: - unresolved - enterprise: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 pull_request: title: Simple Pull Request type: object @@ -209025,8 +209026,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *614 - sender: *615 + repository: *615 + sender: *616 thread: type: object properties: @@ -209416,12 +209417,12 @@ webhooks: type: string before: type: string - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 number: description: The pull request number. type: integer - organization: *613 + organization: *614 pull_request: title: Pull Request type: object @@ -211731,8 +211732,8 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *614 - sender: *615 + repository: *615 + sender: *616 required: - action - number @@ -211883,12 +211884,12 @@ webhooks: required: - login - id - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 number: description: The pull request number. type: integer - organization: *613 + organization: *614 pull_request: title: Pull Request type: object @@ -214213,8 +214214,8 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *614 - sender: *615 + repository: *615 + sender: *616 required: - action - number @@ -214292,8 +214293,8 @@ webhooks: type: string enum: - unlabeled - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 label: title: Label type: object @@ -214330,7 +214331,7 @@ webhooks: number: description: The pull request number. type: integer - organization: *613 + organization: *614 pull_request: title: Pull Request type: object @@ -216644,8 +216645,8 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *614 - sender: *615 + repository: *615 + sender: *616 required: - action - number @@ -216725,12 +216726,12 @@ webhooks: type: string enum: - unlocked - enterprise: *611 - installation: *612 + enterprise: *612 + installation: *613 number: description: The pull request number. type: integer - organization: *613 + organization: *614 pull_request: title: Pull Request type: object @@ -219034,8 +219035,8 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *614 - sender: *615 + repository: *615 + sender: *616 required: - action - number @@ -219236,7 +219237,7 @@ webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *611 + enterprise: *612 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -219331,8 +219332,8 @@ webhooks: - url - author - committer - installation: *612 - organization: *613 + installation: *613 + organization: *614 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -219831,7 +219832,7 @@ webhooks: - default_branch - topics - visibility - sender: *615 + sender: *616 required: - ref - before @@ -219916,9 +219917,9 @@ webhooks: type: string enum: - published - enterprise: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 registry_package: type: object properties: @@ -220389,7 +220390,7 @@ webhooks: type: string rubygems_metadata: type: array - items: *620 + items: *621 summary: type: string tag_name: @@ -220445,8 +220446,8 @@ webhooks: - owner - package_version - registry - repository: *614 - sender: *615 + repository: *615 + sender: *616 required: - action - registry_package @@ -220522,9 +220523,9 @@ webhooks: type: string enum: - updated - enterprise: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 registry_package: type: object properties: @@ -220830,7 +220831,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *620 + items: *621 summary: type: string tag_name: @@ -220880,8 +220881,8 @@ webhooks: - owner - package_version - registry - repository: *614 - sender: *615 + repository: *615 + sender: *616 required: - action - registry_package @@ -220957,9 +220958,9 @@ webhooks: type: string enum: - created - enterprise: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 release: title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) @@ -221274,8 +221275,8 @@ webhooks: - tarball_url - zipball_url - body - repository: *614 - sender: *615 + repository: *615 + sender: *616 required: - action - release @@ -221351,9 +221352,9 @@ webhooks: type: string enum: - deleted - enterprise: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 release: title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) @@ -221668,8 +221669,8 @@ webhooks: - tarball_url - zipball_url - body - repository: *614 - sender: *615 + repository: *615 + sender: *616 required: - action - release @@ -221776,9 +221777,9 @@ webhooks: type: boolean required: - to - enterprise: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 release: title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) @@ -222093,8 +222094,8 @@ webhooks: - tarball_url - zipball_url - body - repository: *614 - sender: *615 + repository: *615 + sender: *616 required: - action - changes @@ -222171,9 +222172,9 @@ webhooks: type: string enum: - prereleased - enterprise: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 release: allOf: - title: Release @@ -222584,8 +222585,8 @@ webhooks: - 'null' required: - prerelease - repository: *614 - sender: *615 + repository: *615 + sender: *616 required: - action - release @@ -222660,9 +222661,9 @@ webhooks: type: string enum: - published - enterprise: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 release: allOf: - title: Release @@ -223070,8 +223071,8 @@ webhooks: - 'null' required: - published_at - repository: *614 - sender: *615 + repository: *615 + sender: *616 required: - action - release @@ -223146,9 +223147,9 @@ webhooks: type: string enum: - released - enterprise: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 release: title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) @@ -223463,8 +223464,8 @@ webhooks: - tarball_url - zipball_url - body - repository: *614 - sender: *615 + repository: *615 + sender: *616 required: - action - release @@ -223539,9 +223540,9 @@ webhooks: type: string enum: - unpublished - enterprise: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 release: allOf: - title: Release @@ -223948,8 +223949,8 @@ webhooks: - 'null' required: - published_at - repository: *614 - sender: *615 + repository: *615 + sender: *616 required: - action - release @@ -224024,12 +224025,12 @@ webhooks: type: string enum: - published - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - repository_advisory: *525 - sender: *615 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + repository_advisory: *526 + sender: *616 required: - action - repository @@ -224104,12 +224105,12 @@ webhooks: type: string enum: - reported - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - repository_advisory: *525 - sender: *615 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + repository_advisory: *526 + sender: *616 required: - action - repository @@ -224184,11 +224185,11 @@ webhooks: type: string enum: - archived - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - sender: *615 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + sender: *616 required: - action - repository @@ -224264,11 +224265,11 @@ webhooks: type: string enum: - created - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - sender: *615 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + sender: *616 required: - action - repository @@ -224345,11 +224346,11 @@ webhooks: type: string enum: - deleted - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - sender: *615 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + sender: *616 required: - action - repository @@ -224433,11 +224434,11 @@ webhooks: - object - 'null' additionalProperties: true - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - sender: *615 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + sender: *616 required: - action - branch @@ -224551,11 +224552,11 @@ webhooks: - 'null' items: type: string - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - sender: *615 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + sender: *616 required: - action - changes @@ -224626,11 +224627,11 @@ webhooks: title: repository_import event type: object properties: - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - sender: *615 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + sender: *616 status: type: string enum: @@ -224710,11 +224711,11 @@ webhooks: type: string enum: - privatized - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - sender: *615 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + sender: *616 required: - action - repository @@ -224790,11 +224791,11 @@ webhooks: type: string enum: - publicized - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - sender: *615 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + sender: *616 required: - action - repository @@ -224887,11 +224888,11 @@ webhooks: - name required: - repository - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - sender: *615 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + sender: *616 required: - action - changes @@ -224970,12 +224971,12 @@ webhooks: type: string enum: - created - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 repository_ruleset: *231 - sender: *615 + sender: *616 required: - action - repository_ruleset @@ -225052,12 +225053,12 @@ webhooks: type: string enum: - deleted - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 repository_ruleset: *231 - sender: *615 + sender: *616 required: - action - repository_ruleset @@ -225134,10 +225135,10 @@ webhooks: type: string enum: - edited - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 repository_ruleset: *231 changes: type: object @@ -225227,7 +225228,7 @@ webhooks: properties: from: type: string - sender: *615 + sender: *616 required: - action - repository_ruleset @@ -225442,11 +225443,11 @@ webhooks: - from required: - owner - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - sender: *615 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + sender: *616 required: - action - changes @@ -225523,11 +225524,11 @@ webhooks: type: string enum: - unarchived - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - sender: *615 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + sender: *616 required: - action - repository @@ -225762,11 +225763,11 @@ webhooks: - open required: - state - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - sender: *615 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + sender: *616 required: - action - alert @@ -226084,11 +226085,11 @@ webhooks: - dismiss_reason - dismissed_at - state - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - sender: *615 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + sender: *616 required: - action - alert @@ -226323,11 +226324,11 @@ webhooks: - open required: - state - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - sender: *615 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + sender: *616 required: - action - alert @@ -226567,11 +226568,11 @@ webhooks: - open required: - state - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - sender: *615 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + sender: *616 required: - action - alert @@ -226648,7 +226649,7 @@ webhooks: type: string enum: - created - alert: &625 + alert: &626 type: object properties: number: *68 @@ -226720,11 +226721,11 @@ webhooks: format: date-time description: 'The time that push protection was bypassed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - sender: *615 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + sender: *616 required: - action - alert @@ -226804,12 +226805,12 @@ webhooks: type: string enum: - created - alert: *625 - installation: *612 - location: *626 - organization: *613 - repository: *614 - sender: *615 + alert: *626 + installation: *613 + location: *627 + organization: *614 + repository: *615 + sender: *616 required: - location - alert @@ -227044,12 +227045,12 @@ webhooks: type: string enum: - reopened - alert: *625 - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - sender: *615 + alert: *626 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + sender: *616 required: - action - alert @@ -227126,12 +227127,12 @@ webhooks: type: string enum: - resolved - alert: *625 - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - sender: *615 + alert: *626 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + sender: *616 required: - action - alert @@ -227208,12 +227209,12 @@ webhooks: type: string enum: - revoked - alert: *625 - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - sender: *615 + alert: *626 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + sender: *616 required: - action - alert @@ -227290,12 +227291,12 @@ webhooks: type: string enum: - validated - alert: *625 - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - sender: *615 + alert: *626 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + sender: *616 required: - action - alert @@ -227370,10 +227371,10 @@ webhooks: type: string enum: - published - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -227487,7 +227488,7 @@ webhooks: - updated_at - withdrawn_at - vulnerabilities - sender: *615 + sender: *616 required: - action - security_advisory @@ -227559,10 +227560,10 @@ webhooks: type: string enum: - updated - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -227676,7 +227677,7 @@ webhooks: - updated_at - withdrawn_at - vulnerabilities - sender: *615 + sender: *616 required: - action - security_advisory @@ -227748,10 +227749,10 @@ webhooks: type: string enum: - withdrawn - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -227863,7 +227864,7 @@ webhooks: - updated_at - withdrawn_at - vulnerabilities - sender: *615 + sender: *616 required: - action - security_advisory @@ -227937,11 +227938,11 @@ webhooks: type: object properties: security_and_analysis: *222 - enterprise: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 repository: *283 - sender: *615 + sender: *616 required: - changes - repository @@ -228018,11 +228019,11 @@ webhooks: type: string enum: - cancelled - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - sender: *615 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + sender: *616 sponsorship: type: object properties: @@ -228322,11 +228323,11 @@ webhooks: type: string enum: - created - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - sender: *615 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + sender: *616 sponsorship: type: object properties: @@ -228640,11 +228641,11 @@ webhooks: type: string required: - from - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - sender: *615 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + sender: *616 sponsorship: type: object properties: @@ -228952,11 +228953,11 @@ webhooks: event types will include the date the cancellation or tier change will take effect. type: string - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - sender: *615 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + sender: *616 sponsorship: type: object properties: @@ -229305,11 +229306,11 @@ webhooks: event types will include the date the cancellation or tier change will take effect. type: string - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - sender: *615 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + sender: *616 sponsorship: type: object properties: @@ -229656,11 +229657,11 @@ webhooks: - from required: - tier - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - sender: *615 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + sender: *616 sponsorship: type: object properties: @@ -229960,11 +229961,11 @@ webhooks: type: string enum: - created - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - sender: *615 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + sender: *616 starred_at: description: 'The time the star was created. This is a timestamp in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`. Will be `null` for @@ -230047,11 +230048,11 @@ webhooks: type: string enum: - deleted - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - sender: *615 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + sender: *616 starred_at: description: 'The time the star was created. This is a timestamp in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`. Will be `null` for @@ -230479,16 +230480,16 @@ webhooks: type: - string - 'null' - enterprise: *611 + enterprise: *612 id: description: The unique identifier of the status. type: integer - installation: *612 + installation: *613 name: type: string - organization: *613 - repository: *614 - sender: *615 + organization: *614 + repository: *615 + sender: *616 sha: description: The Commit SHA. type: string @@ -230590,11 +230591,11 @@ webhooks: title: team_add event type: object properties: - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - sender: *615 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + sender: *616 team: title: Team description: Groups of organization members that gives permissions @@ -230788,9 +230789,9 @@ webhooks: type: string enum: - added_to_repository - enterprise: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 repository: title: Repository description: A git repository @@ -231256,7 +231257,7 @@ webhooks: - default_branch - topics - visibility - sender: *615 + sender: *616 team: title: Team description: Groups of organization members that gives permissions @@ -231450,9 +231451,9 @@ webhooks: type: string enum: - created - enterprise: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 repository: title: Repository description: A git repository @@ -231918,7 +231919,7 @@ webhooks: - default_branch - topics - visibility - sender: *615 + sender: *616 team: title: Team description: Groups of organization members that gives permissions @@ -232113,9 +232114,9 @@ webhooks: type: string enum: - deleted - enterprise: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 repository: title: Repository description: A git repository @@ -232581,7 +232582,7 @@ webhooks: - default_branch - topics - visibility - sender: *615 + sender: *616 team: title: Team description: Groups of organization members that gives permissions @@ -232843,9 +232844,9 @@ webhooks: - from required: - permissions - enterprise: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 repository: title: Repository description: A git repository @@ -233311,7 +233312,7 @@ webhooks: - default_branch - topics - visibility - sender: *615 + sender: *616 team: title: Team description: Groups of organization members that gives permissions @@ -233507,9 +233508,9 @@ webhooks: type: string enum: - removed_from_repository - enterprise: *611 - installation: *612 - organization: *613 + enterprise: *612 + installation: *613 + organization: *614 repository: title: Repository description: A git repository @@ -233975,7 +233976,7 @@ webhooks: - default_branch - topics - visibility - sender: *615 + sender: *616 team: title: Team description: Groups of organization members that gives permissions @@ -234169,11 +234170,11 @@ webhooks: type: string enum: - started - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - sender: *615 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + sender: *616 required: - action - repository @@ -234245,18 +234246,18 @@ webhooks: title: workflow_dispatch event type: object properties: - enterprise: *611 + enterprise: *612 inputs: type: - object - 'null' additionalProperties: true - installation: *612 - organization: *613 + installation: *613 + organization: *614 ref: type: string - repository: *614 - sender: *615 + repository: *615 + sender: *616 workflow: type: string required: @@ -234337,11 +234338,11 @@ webhooks: type: string enum: - completed - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - sender: *615 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + sender: *616 workflow_job: allOf: - title: Workflow Job @@ -234675,11 +234676,11 @@ webhooks: type: string enum: - in_progress - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - sender: *615 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + sender: *616 workflow_job: allOf: - title: Workflow Job @@ -235039,11 +235040,11 @@ webhooks: type: string enum: - queued - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - sender: *615 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + sender: *616 workflow_job: type: object properties: @@ -235267,11 +235268,11 @@ webhooks: type: string enum: - waiting - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - sender: *615 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + sender: *616 workflow_job: type: object properties: @@ -235497,11 +235498,11 @@ webhooks: type: string enum: - completed - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - sender: *615 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + sender: *616 workflow: title: Workflow type: @@ -237013,11 +237014,11 @@ webhooks: type: string enum: - in_progress - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - sender: *615 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + sender: *616 workflow: title: Workflow type: @@ -238531,11 +238532,11 @@ webhooks: type: string enum: - requested - enterprise: *611 - installation: *612 - organization: *613 - repository: *614 - sender: *615 + enterprise: *612 + installation: *613 + organization: *614 + repository: *615 + sender: *616 workflow: title: Workflow type: diff --git a/descriptions-next/ghec/ghec.2022-11-28.json b/descriptions-next/ghec/ghec.2022-11-28.json index 291b0e5ef0..313c25dd81 100644 --- a/descriptions-next/ghec/ghec.2022-11-28.json +++ b/descriptions-next/ghec/ghec.2022-11-28.json @@ -42793,7 +42793,7 @@ "$ref": "#/components/parameters/repo" }, { - "$ref": "#/components/parameters/commit-ref" + "$ref": "#/components/parameters/git-ref-only" } ], "responses": { @@ -42849,7 +42849,7 @@ "$ref": "#/components/parameters/repo" }, { - "$ref": "#/components/parameters/commit-ref" + "$ref": "#/components/parameters/git-ref-only" } ], "responses": { @@ -42971,7 +42971,7 @@ "/repos/{owner}/{repo}/git/refs/{ref}": { "patch": { "summary": "Update a reference", - "description": "", + "description": "Updates the provided reference to point to a new SHA. For more information, see \"[Git References](https://git-scm.com/book/en/v2/Git-Internals-Git-References)\" in the Git documentation.", "tags": [ "git" ], @@ -42988,15 +42988,7 @@ "$ref": "#/components/parameters/repo" }, { - "name": "ref", - "description": "The name of the reference to update (for example, `heads/featureA`). Can be a 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)\" in the Git documentation.", - "in": "path", - "required": true, - "example": "heads/featureA", - "schema": { - "type": "string" - }, - "x-multi-segment": true + "$ref": "#/components/parameters/git-ref-only" } ], "requestBody": { @@ -43060,7 +43052,7 @@ }, "delete": { "summary": "Delete a reference", - "description": "", + "description": "Deletes the provided reference.", "tags": [ "git" ], @@ -43077,7 +43069,7 @@ "$ref": "#/components/parameters/repo" }, { - "$ref": "#/components/parameters/commit-ref" + "$ref": "#/components/parameters/git-ref-only" } ], "responses": { @@ -328178,6 +328170,17 @@ "type": "integer" } }, + "git-ref-only": { + "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.", + "in": "path", + "required": true, + "example": "heads/feature-a", + "schema": { + "type": "string" + }, + "x-multi-segment": true + }, "since-user": { "name": "since", "description": "A user ID. Only return users with an ID greater than this ID.", diff --git a/descriptions-next/ghec/ghec.2022-11-28.yaml b/descriptions-next/ghec/ghec.2022-11-28.yaml index e0aa2977db..3e8ab58814 100644 --- a/descriptions-next/ghec/ghec.2022-11-28.yaml +++ b/descriptions-next/ghec/ghec.2022-11-28.yaml @@ -31027,7 +31027,7 @@ paths: parameters: - "$ref": "#/components/parameters/owner" - "$ref": "#/components/parameters/repo" - - "$ref": "#/components/parameters/commit-ref" + - "$ref": "#/components/parameters/git-ref-only" responses: '200': description: Response @@ -31064,7 +31064,7 @@ paths: parameters: - "$ref": "#/components/parameters/owner" - "$ref": "#/components/parameters/repo" - - "$ref": "#/components/parameters/commit-ref" + - "$ref": "#/components/parameters/git-ref-only" responses: '200': description: Response @@ -31145,7 +31145,9 @@ paths: "/repos/{owner}/{repo}/git/refs/{ref}": patch: summary: Update a reference - description: '' + description: Updates the provided reference to point to a new SHA. For more + information, see "[Git References](https://git-scm.com/book/en/v2/Git-Internals-Git-References)" + in the Git documentation. tags: - git operationId: git/update-ref @@ -31155,17 +31157,7 @@ paths: parameters: - "$ref": "#/components/parameters/owner" - "$ref": "#/components/parameters/repo" - - name: ref - description: The name of the reference to update (for example, `heads/featureA`). - Can be a 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)" - in the Git documentation. - in: path - required: true - example: heads/featureA - schema: - type: string - x-multi-segment: true + - "$ref": "#/components/parameters/git-ref-only" requestBody: required: true content: @@ -31208,7 +31200,7 @@ paths: subcategory: refs delete: summary: Delete a reference - description: '' + description: Deletes the provided reference. tags: - git operationId: git/delete-ref @@ -31218,7 +31210,7 @@ paths: parameters: - "$ref": "#/components/parameters/owner" - "$ref": "#/components/parameters/repo" - - "$ref": "#/components/parameters/commit-ref" + - "$ref": "#/components/parameters/git-ref-only" responses: '204': description: Response @@ -244945,6 +244937,16 @@ components: required: true schema: type: integer + git-ref-only: + 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. + in: path + required: true + example: heads/feature-a + schema: + type: string + x-multi-segment: true since-user: name: since description: A user ID. Only return users with an ID greater than this ID. diff --git a/descriptions-next/ghec/ghec.json b/descriptions-next/ghec/ghec.json index 291b0e5ef0..313c25dd81 100644 --- a/descriptions-next/ghec/ghec.json +++ b/descriptions-next/ghec/ghec.json @@ -42793,7 +42793,7 @@ "$ref": "#/components/parameters/repo" }, { - "$ref": "#/components/parameters/commit-ref" + "$ref": "#/components/parameters/git-ref-only" } ], "responses": { @@ -42849,7 +42849,7 @@ "$ref": "#/components/parameters/repo" }, { - "$ref": "#/components/parameters/commit-ref" + "$ref": "#/components/parameters/git-ref-only" } ], "responses": { @@ -42971,7 +42971,7 @@ "/repos/{owner}/{repo}/git/refs/{ref}": { "patch": { "summary": "Update a reference", - "description": "", + "description": "Updates the provided reference to point to a new SHA. For more information, see \"[Git References](https://git-scm.com/book/en/v2/Git-Internals-Git-References)\" in the Git documentation.", "tags": [ "git" ], @@ -42988,15 +42988,7 @@ "$ref": "#/components/parameters/repo" }, { - "name": "ref", - "description": "The name of the reference to update (for example, `heads/featureA`). Can be a 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)\" in the Git documentation.", - "in": "path", - "required": true, - "example": "heads/featureA", - "schema": { - "type": "string" - }, - "x-multi-segment": true + "$ref": "#/components/parameters/git-ref-only" } ], "requestBody": { @@ -43060,7 +43052,7 @@ }, "delete": { "summary": "Delete a reference", - "description": "", + "description": "Deletes the provided reference.", "tags": [ "git" ], @@ -43077,7 +43069,7 @@ "$ref": "#/components/parameters/repo" }, { - "$ref": "#/components/parameters/commit-ref" + "$ref": "#/components/parameters/git-ref-only" } ], "responses": { @@ -328178,6 +328170,17 @@ "type": "integer" } }, + "git-ref-only": { + "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.", + "in": "path", + "required": true, + "example": "heads/feature-a", + "schema": { + "type": "string" + }, + "x-multi-segment": true + }, "since-user": { "name": "since", "description": "A user ID. Only return users with an ID greater than this ID.", diff --git a/descriptions-next/ghec/ghec.yaml b/descriptions-next/ghec/ghec.yaml index e0aa2977db..3e8ab58814 100644 --- a/descriptions-next/ghec/ghec.yaml +++ b/descriptions-next/ghec/ghec.yaml @@ -31027,7 +31027,7 @@ paths: parameters: - "$ref": "#/components/parameters/owner" - "$ref": "#/components/parameters/repo" - - "$ref": "#/components/parameters/commit-ref" + - "$ref": "#/components/parameters/git-ref-only" responses: '200': description: Response @@ -31064,7 +31064,7 @@ paths: parameters: - "$ref": "#/components/parameters/owner" - "$ref": "#/components/parameters/repo" - - "$ref": "#/components/parameters/commit-ref" + - "$ref": "#/components/parameters/git-ref-only" responses: '200': description: Response @@ -31145,7 +31145,9 @@ paths: "/repos/{owner}/{repo}/git/refs/{ref}": patch: summary: Update a reference - description: '' + description: Updates the provided reference to point to a new SHA. For more + information, see "[Git References](https://git-scm.com/book/en/v2/Git-Internals-Git-References)" + in the Git documentation. tags: - git operationId: git/update-ref @@ -31155,17 +31157,7 @@ paths: parameters: - "$ref": "#/components/parameters/owner" - "$ref": "#/components/parameters/repo" - - name: ref - description: The name of the reference to update (for example, `heads/featureA`). - Can be a 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)" - in the Git documentation. - in: path - required: true - example: heads/featureA - schema: - type: string - x-multi-segment: true + - "$ref": "#/components/parameters/git-ref-only" requestBody: required: true content: @@ -31208,7 +31200,7 @@ paths: subcategory: refs delete: summary: Delete a reference - description: '' + description: Deletes the provided reference. tags: - git operationId: git/delete-ref @@ -31218,7 +31210,7 @@ paths: parameters: - "$ref": "#/components/parameters/owner" - "$ref": "#/components/parameters/repo" - - "$ref": "#/components/parameters/commit-ref" + - "$ref": "#/components/parameters/git-ref-only" responses: '204': description: Response @@ -244945,6 +244937,16 @@ components: required: true schema: type: integer + git-ref-only: + 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. + in: path + required: true + example: heads/feature-a + schema: + type: string + x-multi-segment: true since-user: name: since description: A user ID. Only return users with an ID greater than this ID. diff --git a/descriptions-next/ghes-3.10/dereferenced/ghes-3.10.2022-11-28.deref.json b/descriptions-next/ghes-3.10/dereferenced/ghes-3.10.2022-11-28.deref.json index 79c5b95bec..e3c1fc7bd1 100644 --- a/descriptions-next/ghes-3.10/dereferenced/ghes-3.10.2022-11-28.deref.json +++ b/descriptions-next/ghes-3.10/dereferenced/ghes-3.10.2022-11-28.deref.json @@ -272982,9 +272982,10 @@ }, { "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)\" in the Git documentation.", + "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.", "in": "path", "required": true, + "example": "heads/feature-a", "schema": { "type": "string" }, @@ -273127,9 +273128,10 @@ }, { "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)\" in the Git documentation.", + "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.", "in": "path", "required": true, + "example": "heads/feature-a", "schema": { "type": "string" }, @@ -273472,7 +273474,7 @@ "/repos/{owner}/{repo}/git/refs/{ref}": { "patch": { "summary": "Update a reference", - "description": "", + "description": "Updates the provided reference to point to a new SHA. For more information, see \"[Git References](https://git-scm.com/book/en/v2/Git-Internals-Git-References)\" in the Git documentation.", "tags": [ "git" ], @@ -273502,10 +273504,10 @@ }, { "name": "ref", - "description": "The name of the reference to update (for example, `heads/featureA`). Can be a 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)\" in the Git documentation.", + "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.", "in": "path", "required": true, - "example": "heads/featureA", + "example": "heads/feature-a", "schema": { "type": "string" }, @@ -273700,7 +273702,7 @@ }, "delete": { "summary": "Delete a reference", - "description": "", + "description": "Deletes the provided reference.", "tags": [ "git" ], @@ -273730,9 +273732,10 @@ }, { "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)\" in the Git documentation.", + "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.", "in": "path", "required": true, + "example": "heads/feature-a", "schema": { "type": "string" }, diff --git a/descriptions-next/ghes-3.10/dereferenced/ghes-3.10.2022-11-28.deref.yaml b/descriptions-next/ghes-3.10/dereferenced/ghes-3.10.2022-11-28.deref.yaml index c92c1c9faf..1b19a29951 100644 --- a/descriptions-next/ghes-3.10/dereferenced/ghes-3.10.2022-11-28.deref.yaml +++ b/descriptions-next/ghes-3.10/dereferenced/ghes-3.10.2022-11-28.deref.yaml @@ -3825,7 +3825,7 @@ paths: application/json: schema: *27 application/scim+json: - schema: &474 + schema: &475 title: Scim Error description: Scim Error type: object @@ -13647,14 +13647,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &465 + state: &466 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: &466 + resolution: &467 type: - string - 'null' @@ -14522,7 +14522,7 @@ paths: - author_association - created_at - updated_at - comment: &401 + comment: &402 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -15083,7 +15083,7 @@ paths: url: type: string format: uri - user: &512 + user: &513 title: Public User description: Public User type: object @@ -18361,7 +18361,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.10/rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &429 + - &430 name: all description: If `true`, show notifications marked as read. in: query @@ -18369,7 +18369,7 @@ paths: schema: type: boolean default: false - - &430 + - &431 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -18379,7 +18379,7 @@ paths: type: boolean default: false - *105 - - &431 + - &432 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: @@ -18880,7 +18880,7 @@ paths: - url - subscription_url examples: - default: &432 + default: &433 value: - id: '1' repository: @@ -19411,7 +19411,7 @@ paths: type: array items: *66 examples: - default: &521 + default: &522 value: - login: github id: 1 @@ -20544,7 +20544,7 @@ paths: type: array items: *81 examples: - default: &518 + default: &519 value: total_count: 1 repositories: @@ -25319,7 +25319,7 @@ paths: application/json: schema: *33 examples: - default: &398 + default: &399 value: id: 1 account: @@ -27019,7 +27019,7 @@ paths: - nuget - container - *126 - - &522 + - &523 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -27060,7 +27060,7 @@ paths: default: *201 '403': *38 '401': *36 - '400': &524 + '400': &525 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -30119,7 +30119,7 @@ paths: - *9 - *5 - *4 - - &463 + - &464 name: before description: A cursor, as given in the [Link header](https://docs.github.com/enterprise-server@3.10/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events before this cursor. To @@ -30129,7 +30129,7 @@ paths: required: false schema: type: string - - &464 + - &465 name: after description: A cursor, as given in the [Link header](https://docs.github.com/enterprise-server@3.10/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events after this cursor. To @@ -31305,7 +31305,7 @@ paths: - updated_at - url examples: - default: &502 + default: &503 value: - author: login: octocat @@ -31550,7 +31550,7 @@ paths: application/json: schema: *234 examples: - default: &503 + default: &504 value: author: login: octocat @@ -31739,7 +31739,7 @@ paths: - updated_at - url examples: - default: &504 + default: &505 value: - author: login: octocat @@ -31962,7 +31962,7 @@ paths: application/json: schema: *237 examples: - default: &505 + default: &506 value: author: login: octocat @@ -32634,7 +32634,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &506 + response-if-user-is-a-team-maintainer: &507 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -32697,7 +32697,7 @@ paths: application/json: schema: *248 examples: - response-if-users-membership-with-team-is-now-pending: &507 + response-if-users-membership-with-team-is-now-pending: &508 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -32837,7 +32837,7 @@ paths: - updated_at - permissions examples: - default: &508 + default: &509 value: - owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -32913,7 +32913,7 @@ paths: application/json: schema: *249 examples: - default: &509 + default: &510 value: owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -33113,7 +33113,7 @@ paths: description: Alternative response with repository permissions content: application/json: - schema: &510 + schema: &511 title: Team Repository description: A team's access to a repository. type: object @@ -33840,7 +33840,7 @@ paths: type: array items: *253 examples: - response-if-child-teams-exist: &511 + response-if-child-teams-exist: &512 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -41920,7 +41920,7 @@ paths: required: - sha - url - verification: &392 + verification: &393 title: Verification type: object properties: @@ -45146,7 +45146,7 @@ paths: check. type: array items: *321 - deployment: &543 + deployment: &544 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -49453,7 +49453,7 @@ paths: type: array items: *348 examples: - default: &449 + default: &450 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -49740,7 +49740,7 @@ paths: application/json: schema: type: array - items: &439 + items: &440 title: Pull Request Simple description: Pull Request Simple type: object @@ -49984,7 +49984,7 @@ paths: - review_comment - self author_association: *102 - auto_merge: &441 + auto_merge: &442 title: Auto merge description: The status of auto merging a pull request. type: @@ -50049,7 +50049,7 @@ paths: - author_association - auto_merge examples: - default: &440 + default: &441 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -50604,7 +50604,7 @@ paths: application/json: schema: *348 examples: - default: &426 + default: &427 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -51222,7 +51222,7 @@ paths: application/json: schema: type: array - items: &469 + items: &470 title: Status description: The status of a commit. type: object @@ -52021,7 +52021,7 @@ paths: - size - type - url - - &454 + - &455 title: Content File description: Content File type: object @@ -52308,7 +52308,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *34 '403': *38 - '302': &458 + '302': &459 description: Found x-github: githubCloudOnly: false @@ -57459,7 +57459,16 @@ paths: parameters: - *251 - *252 - - *354 + - &390 + 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. + in: path + required: true + example: heads/feature-a + schema: + type: string + x-multi-segment: true responses: '200': description: Response @@ -57467,7 +57476,7 @@ paths: application/json: schema: type: array - items: &390 + items: &391 title: Git Reference description: Git references within a repository type: object @@ -57543,15 +57552,15 @@ paths: parameters: - *251 - *252 - - *354 + - *390 responses: '200': description: Response content: application/json: - schema: *390 + schema: *391 examples: - default: &391 + default: &392 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -57609,9 +57618,9 @@ paths: description: Response content: application/json: - schema: *390 + schema: *391 examples: - default: *391 + default: *392 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -57626,7 +57635,9 @@ paths: "/repos/{owner}/{repo}/git/refs/{ref}": patch: summary: Update a reference - description: '' + description: Updates the provided reference to point to a new SHA. For more + information, see "[Git References](https://git-scm.com/book/en/v2/Git-Internals-Git-References)" + in the Git documentation. tags: - git operationId: git/update-ref @@ -57636,17 +57647,7 @@ paths: parameters: - *251 - *252 - - name: ref - description: The name of the reference to update (for example, `heads/featureA`). - Can be a 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)" - in the Git documentation. - in: path - required: true - example: heads/featureA - schema: - type: string - x-multi-segment: true + - *390 requestBody: required: true content: @@ -57675,9 +57676,9 @@ paths: description: Response content: application/json: - schema: *390 + schema: *391 examples: - default: *391 + default: *392 '422': *29 x-github: githubCloudOnly: false @@ -57686,7 +57687,7 @@ paths: subcategory: refs delete: summary: Delete a reference - description: '' + description: Deletes the provided reference. tags: - git operationId: git/delete-ref @@ -57696,7 +57697,7 @@ paths: parameters: - *251 - *252 - - *354 + - *390 responses: '204': description: Response @@ -57815,7 +57816,7 @@ paths: description: Response content: application/json: - schema: &393 + schema: &394 title: Git Tag description: Metadata for a Git tag type: object @@ -57871,7 +57872,7 @@ paths: - sha - type - url - verification: *392 + verification: *393 required: - sha - url @@ -57881,7 +57882,7 @@ paths: - tag - message examples: - default: &394 + default: &395 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -57963,9 +57964,9 @@ paths: description: Response content: application/json: - schema: *393 + schema: *394 examples: - default: *394 + default: *395 '404': *34 x-github: githubCloudOnly: false @@ -58063,7 +58064,7 @@ paths: description: Response content: application/json: - schema: &395 + schema: &396 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -58204,7 +58205,7 @@ paths: description: Response content: application/json: - schema: *395 + schema: *396 examples: default-response: summary: Default response @@ -58273,7 +58274,7 @@ paths: application/json: schema: type: array - items: &396 + items: &397 title: Webhook description: Webhooks for repositories. type: object @@ -58336,7 +58337,7 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &548 + last_response: &549 title: Hook Response type: object properties: @@ -58467,9 +58468,9 @@ paths: description: Response content: application/json: - schema: *396 + schema: *397 examples: - default: &397 + default: &398 value: type: Repository id: 12345678 @@ -58525,9 +58526,9 @@ paths: description: Response content: application/json: - schema: *396 + schema: *397 examples: - default: *397 + default: *398 '404': *34 x-github: githubCloudOnly: false @@ -58594,9 +58595,9 @@ paths: description: Response content: application/json: - schema: *396 + schema: *397 examples: - default: *397 + default: *398 '422': *29 '404': *34 x-github: @@ -58869,7 +58870,7 @@ paths: application/json: schema: *33 examples: - default: *398 + default: *399 '301': *263 '404': *34 x-github: @@ -58900,7 +58901,7 @@ paths: application/json: schema: type: array - items: &399 + items: &400 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -58961,7 +58962,7 @@ paths: - html_url - created_at examples: - default: &526 + default: &527 value: - id: 1 repository: @@ -59094,7 +59095,7 @@ paths: parameters: - *251 - *252 - - &400 + - &401 name: invitation_id description: The unique identifier of the invitation. in: path @@ -59129,7 +59130,7 @@ paths: description: Response content: application/json: - schema: *399 + schema: *400 examples: default: value: @@ -59262,7 +59263,7 @@ paths: parameters: - *251 - *252 - - *400 + - *401 responses: '204': description: Response @@ -59622,7 +59623,7 @@ paths: application/json: schema: *115 examples: - default: &404 + default: &405 value: id: 1 node_id: MDU6SXNzdWUx @@ -59808,7 +59809,7 @@ paths: parameters: - *251 - *252 - - &447 + - &448 name: sort description: The property to sort the results by. in: query @@ -59838,9 +59839,9 @@ paths: application/json: schema: type: array - items: *401 + items: *402 examples: - default: &406 + default: &407 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -59906,9 +59907,9 @@ paths: description: Response content: application/json: - schema: *401 + schema: *402 examples: - default: &402 + default: &403 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -59986,9 +59987,9 @@ paths: description: Response content: application/json: - schema: *401 + schema: *402 examples: - default: *402 + default: *403 '422': *29 x-github: githubCloudOnly: false @@ -60177,7 +60178,7 @@ paths: application/json: schema: type: array - items: &403 + items: &404 title: Issue Event description: Issue Event type: object @@ -60528,7 +60529,7 @@ paths: description: Response content: application/json: - schema: *403 + schema: *404 examples: default: value: @@ -60759,7 +60760,7 @@ paths: parameters: - *251 - *252 - - &405 + - &406 name: issue_number description: The number that identifies the issue. in: path @@ -60773,7 +60774,7 @@ paths: application/json: schema: *115 examples: - default: *404 + default: *405 '301': *263 '404': *34 '410': *218 @@ -60803,7 +60804,7 @@ paths: parameters: - *251 - *252 - - *405 + - *406 requestBody: required: false content: @@ -60912,7 +60913,7 @@ paths: application/json: schema: *115 examples: - default: *404 + default: *405 '422': *29 '503': *100 '403': *38 @@ -60938,7 +60939,7 @@ paths: parameters: - *251 - *252 - - *405 + - *406 requestBody: required: false content: @@ -60966,7 +60967,7 @@ paths: application/json: schema: *115 examples: - default: *404 + default: *405 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60984,7 +60985,7 @@ paths: parameters: - *251 - *252 - - *405 + - *406 requestBody: content: application/json: @@ -61011,7 +61012,7 @@ paths: application/json: schema: *115 examples: - default: *404 + default: *405 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61035,7 +61036,7 @@ paths: parameters: - *251 - *252 - - *405 + - *406 - name: assignee in: path required: true @@ -61077,7 +61078,7 @@ paths: parameters: - *251 - *252 - - *405 + - *406 - *105 - *4 - *5 @@ -61088,9 +61089,9 @@ paths: application/json: schema: type: array - items: *401 + items: *402 examples: - default: *406 + default: *407 headers: Link: *6 '404': *34 @@ -61125,7 +61126,7 @@ paths: parameters: - *251 - *252 - - *405 + - *406 requestBody: required: true content: @@ -61147,9 +61148,9 @@ paths: description: Response content: application/json: - schema: *401 + schema: *402 examples: - default: *402 + default: *403 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 @@ -61178,7 +61179,7 @@ paths: parameters: - *251 - *252 - - *405 + - *406 - *4 - *5 responses: @@ -61192,7 +61193,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &409 + - &410 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -61241,7 +61242,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &410 + - &411 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -61369,7 +61370,7 @@ paths: - performed_via_github_app - assignee - assigner - - &411 + - &412 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -61415,7 +61416,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &412 + - &413 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -61461,7 +61462,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &413 + - &414 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -61510,7 +61511,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &414 + - &415 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -61552,7 +61553,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &415 + - &416 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -61594,7 +61595,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &416 + - &417 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -61650,7 +61651,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &417 + - &418 title: Locked Issue Event description: Locked Issue Event type: object @@ -61695,7 +61696,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &418 + - &419 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -61756,7 +61757,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &419 + - &420 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -61817,7 +61818,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &420 + - &421 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -61878,7 +61879,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &421 + - &422 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -61990,7 +61991,7 @@ paths: parameters: - *251 - *252 - - *405 + - *406 - *4 - *5 responses: @@ -62000,7 +62001,7 @@ paths: application/json: schema: type: array - items: &407 + items: &408 title: Label description: Color-coded labels help you categorize and filter your issues (just like labels in Gmail). @@ -62051,7 +62052,7 @@ paths: - color - default examples: - default: &408 + default: &409 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -62090,7 +62091,7 @@ paths: parameters: - *251 - *252 - - *405 + - *406 requestBody: required: false content: @@ -62149,9 +62150,9 @@ paths: application/json: schema: type: array - items: *407 + items: *408 examples: - default: *408 + default: *409 '301': *263 '404': *34 '410': *218 @@ -62173,7 +62174,7 @@ paths: parameters: - *251 - *252 - - *405 + - *406 requestBody: required: false content: @@ -62233,9 +62234,9 @@ paths: application/json: schema: type: array - items: *407 + items: *408 examples: - default: *408 + default: *409 '301': *263 '404': *34 '410': *218 @@ -62257,7 +62258,7 @@ paths: parameters: - *251 - *252 - - *405 + - *406 responses: '204': description: Response @@ -62284,7 +62285,7 @@ paths: parameters: - *251 - *252 - - *405 + - *406 - name: name in: path required: true @@ -62297,7 +62298,7 @@ paths: application/json: schema: type: array - items: *407 + items: *408 examples: default: value: @@ -62332,7 +62333,7 @@ paths: parameters: - *251 - *252 - - *405 + - *406 requestBody: required: false content: @@ -62381,7 +62382,7 @@ paths: parameters: - *251 - *252 - - *405 + - *406 responses: '204': description: Response @@ -62405,7 +62406,7 @@ paths: parameters: - *251 - *252 - - *405 + - *406 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.10/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to an issue. @@ -62457,7 +62458,7 @@ paths: parameters: - *251 - *252 - - *405 + - *406 requestBody: required: true content: @@ -62521,7 +62522,7 @@ paths: parameters: - *251 - *252 - - *405 + - *406 - *243 responses: '204': @@ -62544,7 +62545,7 @@ paths: parameters: - *251 - *252 - - *405 + - *406 - *4 - *5 responses: @@ -62559,7 +62560,6 @@ paths: description: Timeline Event type: object anyOf: - - *409 - *410 - *411 - *412 @@ -62572,6 +62572,7 @@ paths: - *419 - *420 - *421 + - *422 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -62890,7 +62891,7 @@ paths: type: string comments: type: array - items: &442 + items: &443 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -63429,7 +63430,7 @@ paths: application/json: schema: type: array - items: &422 + items: &423 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -63530,9 +63531,9 @@ paths: description: Response content: application/json: - schema: *422 + schema: *423 examples: - default: &423 + default: &424 value: id: 1 key: ssh-rsa AAA... @@ -63567,7 +63568,7 @@ paths: parameters: - *251 - *252 - - &424 + - &425 name: key_id description: The unique identifier of the key. in: path @@ -63579,9 +63580,9 @@ paths: description: Response content: application/json: - schema: *422 + schema: *423 examples: - default: *423 + default: *424 '404': *34 x-github: githubCloudOnly: false @@ -63601,7 +63602,7 @@ paths: parameters: - *251 - *252 - - *424 + - *425 responses: '204': description: Response @@ -63632,9 +63633,9 @@ paths: application/json: schema: type: array - items: *407 + items: *408 examples: - default: *408 + default: *409 headers: Link: *6 '404': *34 @@ -63692,9 +63693,9 @@ paths: description: Response content: application/json: - schema: *407 + schema: *408 examples: - default: &425 + default: &426 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -63738,9 +63739,9 @@ paths: description: Response content: application/json: - schema: *407 + schema: *408 examples: - default: *425 + default: *426 '404': *34 x-github: githubCloudOnly: false @@ -63797,7 +63798,7 @@ paths: description: Response content: application/json: - schema: *407 + schema: *408 examples: default: value: @@ -64194,7 +64195,7 @@ paths: application/json: schema: *348 examples: - default: *426 + default: *427 '204': description: Response when already merged '404': @@ -64360,7 +64361,7 @@ paths: application/json: schema: *352 examples: - default: &427 + default: &428 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -64421,7 +64422,7 @@ paths: parameters: - *251 - *252 - - &428 + - &429 name: milestone_number description: The number that identifies the milestone. in: path @@ -64435,7 +64436,7 @@ paths: application/json: schema: *352 examples: - default: *427 + default: *428 '404': *34 x-github: githubCloudOnly: false @@ -64454,7 +64455,7 @@ paths: parameters: - *251 - *252 - - *428 + - *429 requestBody: required: false content: @@ -64494,7 +64495,7 @@ paths: application/json: schema: *352 examples: - default: *427 + default: *428 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64512,7 +64513,7 @@ paths: parameters: - *251 - *252 - - *428 + - *429 responses: '204': description: Response @@ -64535,7 +64536,7 @@ paths: parameters: - *251 - *252 - - *428 + - *429 - *4 - *5 responses: @@ -64545,9 +64546,9 @@ paths: application/json: schema: type: array - items: *407 + items: *408 examples: - default: *408 + default: *409 headers: Link: *6 x-github: @@ -64568,10 +64569,10 @@ paths: parameters: - *251 - *252 - - *429 - *430 - - *105 - *431 + - *105 + - *432 - *4 - *5 responses: @@ -64583,7 +64584,7 @@ paths: type: array items: *122 examples: - default: *432 + default: *433 headers: Link: *6 x-github: @@ -64673,7 +64674,7 @@ paths: description: Response content: application/json: - schema: &433 + schema: &434 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -64817,7 +64818,7 @@ paths: - custom_404 - public examples: - default: &434 + default: &435 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -64912,9 +64913,9 @@ paths: description: Response content: application/json: - schema: *433 + schema: *434 examples: - default: *434 + default: *435 '422': *29 '409': *287 x-github: @@ -65076,7 +65077,7 @@ paths: application/json: schema: type: array - items: &435 + items: &436 title: Page Build description: Page Build type: object @@ -65223,9 +65224,9 @@ paths: description: Response content: application/json: - schema: *435 + schema: *436 examples: - default: &436 + default: &437 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -65285,9 +65286,9 @@ paths: description: Response content: application/json: - schema: *435 + schema: *436 examples: - default: *436 + default: *437 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65426,7 +65427,7 @@ paths: application/json: schema: type: array - items: &437 + items: &438 type: object properties: id: @@ -65468,9 +65469,9 @@ paths: description: Response content: application/json: - schema: *437 + schema: *438 examples: - default: &438 + default: &439 value: id: 42 name: Check Commits @@ -65500,7 +65501,7 @@ paths: description: Response content: application/json: - schema: *437 + schema: *438 examples: default: value: @@ -65553,9 +65554,9 @@ paths: global level. content: application/json: - schema: *437 + schema: *438 examples: - default: *438 + default: *439 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65785,9 +65786,9 @@ paths: application/json: schema: type: array - items: *439 + items: *440 examples: - default: *440 + default: *441 headers: Link: *6 '304': *37 @@ -65888,7 +65889,7 @@ paths: description: Response content: application/json: - schema: &444 + schema: &445 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -67011,7 +67012,7 @@ paths: - review_comment - self author_association: *102 - auto_merge: *441 + auto_merge: *442 draft: description: Indicates whether or not the pull request is a draft. type: boolean @@ -67113,7 +67114,7 @@ paths: - merged_by - review_comments examples: - default: &445 + default: &446 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -67670,9 +67671,9 @@ paths: application/json: schema: type: array - items: *442 + items: *443 examples: - default: &448 + default: &449 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -67757,9 +67758,9 @@ paths: description: Response content: application/json: - schema: *442 + schema: *443 examples: - default: &443 + default: &444 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -67858,9 +67859,9 @@ paths: description: Response content: application/json: - schema: *442 + schema: *443 examples: - default: *443 + default: *444 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68062,7 +68063,7 @@ paths: parameters: - *251 - *252 - - &446 + - &447 name: pull_number description: The number that identifies the pull request. in: path @@ -68075,9 +68076,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *444 + schema: *445 examples: - default: *445 + default: *446 '304': *37 '404': *34 '500': *206 @@ -68110,7 +68111,7 @@ paths: parameters: - *251 - *252 - - *446 + - *447 requestBody: required: false content: @@ -68152,9 +68153,9 @@ paths: description: Response content: application/json: - schema: *444 + schema: *445 examples: - default: *445 + default: *446 '422': *29 '403': *38 x-github: @@ -68184,8 +68185,8 @@ paths: parameters: - *251 - *252 - - *446 - *447 + - *448 - name: direction description: The direction to sort results. Ignored without `sort` parameter. in: query @@ -68205,9 +68206,9 @@ paths: application/json: schema: type: array - items: *442 + items: *443 examples: - default: *448 + default: *449 headers: Link: *6 x-github: @@ -68242,7 +68243,7 @@ paths: parameters: - *251 - *252 - - *446 + - *447 requestBody: required: true content: @@ -68348,7 +68349,7 @@ paths: description: Response content: application/json: - schema: *442 + schema: *443 examples: example-for-a-multi-line-comment: value: @@ -68438,7 +68439,7 @@ paths: parameters: - *251 - *252 - - *446 + - *447 - *114 requestBody: required: true @@ -68461,7 +68462,7 @@ paths: description: Response content: application/json: - schema: *442 + schema: *443 examples: default: value: @@ -68550,7 +68551,7 @@ paths: parameters: - *251 - *252 - - *446 + - *447 - *4 - *5 responses: @@ -68562,7 +68563,7 @@ paths: type: array items: *348 examples: - default: *449 + default: *450 headers: Link: *6 x-github: @@ -68595,7 +68596,7 @@ paths: parameters: - *251 - *252 - - *446 + - *447 - *4 - *5 responses: @@ -68645,7 +68646,7 @@ paths: parameters: - *251 - *252 - - *446 + - *447 responses: '204': description: Response if pull request has been merged @@ -68670,7 +68671,7 @@ paths: parameters: - *251 - *252 - - *446 + - *447 requestBody: required: false content: @@ -68784,7 +68785,7 @@ paths: parameters: - *251 - *252 - - *446 + - *447 responses: '200': description: Response @@ -68861,7 +68862,7 @@ paths: parameters: - *251 - *252 - - *446 + - *447 requestBody: required: false content: @@ -68898,7 +68899,7 @@ paths: description: Response content: application/json: - schema: *439 + schema: *440 examples: default: value: @@ -69436,7 +69437,7 @@ paths: parameters: - *251 - *252 - - *446 + - *447 requestBody: required: true content: @@ -69470,7 +69471,7 @@ paths: description: Response content: application/json: - schema: *439 + schema: *440 examples: default: value: @@ -69977,7 +69978,7 @@ paths: parameters: - *251 - *252 - - *446 + - *447 - *4 - *5 responses: @@ -69987,7 +69988,7 @@ paths: application/json: schema: type: array - items: &450 + items: &451 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -70143,7 +70144,7 @@ paths: parameters: - *251 - *252 - - *446 + - *447 requestBody: required: false content: @@ -70233,9 +70234,9 @@ paths: description: Response content: application/json: - schema: *450 + schema: *451 examples: - default: &452 + default: &453 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -70300,8 +70301,8 @@ paths: parameters: - *251 - *252 - - *446 - - &451 + - *447 + - &452 name: review_id description: The unique identifier of the review. in: path @@ -70313,9 +70314,9 @@ paths: description: Response content: application/json: - schema: *450 + schema: *451 examples: - default: &453 + default: &454 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -70376,8 +70377,8 @@ paths: parameters: - *251 - *252 - - *446 - - *451 + - *447 + - *452 requestBody: required: true content: @@ -70400,7 +70401,7 @@ paths: description: Response content: application/json: - schema: *450 + schema: *451 examples: default: value: @@ -70464,16 +70465,16 @@ paths: parameters: - *251 - *252 - - *446 - - *451 + - *447 + - *452 responses: '200': description: Response content: application/json: - schema: *450 + schema: *451 examples: - default: *452 + default: *453 '422': *80 '404': *34 x-github: @@ -70502,8 +70503,8 @@ paths: parameters: - *251 - *252 - - *446 - - *451 + - *447 + - *452 - *4 - *5 responses: @@ -70755,8 +70756,8 @@ paths: parameters: - *251 - *252 - - *446 - - *451 + - *447 + - *452 requestBody: required: true content: @@ -70785,7 +70786,7 @@ paths: description: Response content: application/json: - schema: *450 + schema: *451 examples: default: value: @@ -70850,8 +70851,8 @@ paths: parameters: - *251 - *252 - - *446 - - *451 + - *447 + - *452 requestBody: required: true content: @@ -70886,9 +70887,9 @@ paths: description: Response content: application/json: - schema: *450 + schema: *451 examples: - default: *453 + default: *454 '404': *34 '422': *80 '403': *38 @@ -70911,7 +70912,7 @@ paths: parameters: - *251 - *252 - - *446 + - *447 requestBody: required: false content: @@ -70989,9 +70990,9 @@ paths: description: Response content: application/json: - schema: *454 + schema: *455 examples: - default: &455 + default: &456 value: type: file encoding: base64 @@ -71053,9 +71054,9 @@ paths: description: Response content: application/json: - schema: *454 + schema: *455 examples: - default: *455 + default: *456 '404': *34 '422': *29 x-github: @@ -71088,7 +71089,7 @@ paths: application/json: schema: type: array - items: &456 + items: &457 title: Release description: A release. type: object @@ -71160,7 +71161,7 @@ paths: author: *17 assets: type: array - items: &457 + items: &458 title: Release Asset description: Data related to a release. type: object @@ -71407,9 +71408,9 @@ paths: description: Response content: application/json: - schema: *456 + schema: *457 examples: - default: &461 + default: &462 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -71507,7 +71508,7 @@ paths: parameters: - *251 - *252 - - &459 + - &460 name: asset_id description: The unique identifier of the asset. in: path @@ -71519,9 +71520,9 @@ paths: description: Response content: application/json: - schema: *457 + schema: *458 examples: - default: &460 + default: &461 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 @@ -71555,7 +71556,7 @@ paths: type: User site_admin: false '404': *34 - '302': *458 + '302': *459 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71573,7 +71574,7 @@ paths: parameters: - *251 - *252 - - *459 + - *460 requestBody: required: false content: @@ -71602,9 +71603,9 @@ paths: description: Response content: application/json: - schema: *457 + schema: *458 examples: - default: *460 + default: *461 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71622,7 +71623,7 @@ paths: parameters: - *251 - *252 - - *459 + - *460 responses: '204': description: Response @@ -71740,9 +71741,9 @@ paths: description: Response content: application/json: - schema: *456 + schema: *457 examples: - default: *461 + default: *462 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71773,9 +71774,9 @@ paths: description: Response content: application/json: - schema: *456 + schema: *457 examples: - default: *461 + default: *462 '404': *34 x-github: githubCloudOnly: false @@ -71800,7 +71801,7 @@ paths: parameters: - *251 - *252 - - &462 + - &463 name: release_id description: The unique identifier of the release. in: path @@ -71814,9 +71815,9 @@ paths: For more information, see "[Getting started with the REST API](https://docs.github.com/enterprise-server@3.10/rest/using-the-rest-api/getting-started-with-the-rest-api#hypermedia)."' content: application/json: - schema: *456 + schema: *457 examples: - default: *461 + default: *462 '401': description: Unauthorized x-github: @@ -71836,7 +71837,7 @@ paths: parameters: - *251 - *252 - - *462 + - *463 requestBody: required: false content: @@ -71893,9 +71894,9 @@ paths: description: Response content: application/json: - schema: *456 + schema: *457 examples: - default: *461 + default: *462 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71913,7 +71914,7 @@ paths: parameters: - *251 - *252 - - *462 + - *463 responses: '204': description: Response @@ -71935,7 +71936,7 @@ paths: parameters: - *251 - *252 - - *462 + - *463 - *4 - *5 responses: @@ -71945,7 +71946,7 @@ paths: application/json: schema: type: array - items: *457 + items: *458 examples: default: value: @@ -72028,7 +72029,7 @@ paths: parameters: - *251 - *252 - - *462 + - *463 - name: name in: query required: true @@ -72054,7 +72055,7 @@ paths: description: Response for successful upload content: application/json: - schema: *457 + schema: *458 examples: response-for-successful-upload: value: @@ -72110,7 +72111,7 @@ paths: parameters: - *251 - *252 - - *462 + - *463 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.10/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a release. @@ -72159,7 +72160,7 @@ paths: parameters: - *251 - *252 - - *462 + - *463 requestBody: required: true content: @@ -72221,7 +72222,7 @@ paths: parameters: - *251 - *252 - - *462 + - *463 - *243 responses: '204': @@ -72328,8 +72329,8 @@ paths: - *9 - *5 - *4 - - *463 - *464 + - *465 responses: '200': description: Response @@ -72337,7 +72338,7 @@ paths: application/json: schema: type: array - items: &467 + items: &468 type: object properties: number: *90 @@ -72353,8 +72354,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *465 - resolution: *466 + state: *466 + resolution: *467 resolved_at: type: - string @@ -72503,7 +72504,7 @@ paths: description: Response content: application/json: - schema: *467 + schema: *468 examples: default: value: @@ -72552,8 +72553,8 @@ paths: schema: type: object properties: - state: *465 - resolution: *466 + state: *466 + resolution: *467 resolution_comment: description: An optional comment when closing an alert. Cannot be updated or deleted. Must be `null` when changing `state` to `open`. @@ -72572,7 +72573,7 @@ paths: description: Response content: application/json: - schema: *467 + schema: *468 examples: default: value: @@ -72651,7 +72652,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &552 + items: &553 type: object properties: type: @@ -73066,7 +73067,7 @@ paths: application/json: schema: type: array - items: &468 + items: &469 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -73434,7 +73435,7 @@ paths: application/json: schema: type: array - items: *468 + items: *469 examples: default: value: @@ -73524,7 +73525,7 @@ paths: description: Response content: application/json: - schema: *469 + schema: *470 examples: default: value: @@ -73618,7 +73619,7 @@ paths: description: if you subscribe to the repository content: application/json: - schema: &470 + schema: &471 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -73718,7 +73719,7 @@ paths: description: Response content: application/json: - schema: *470 + schema: *471 examples: default: value: @@ -73855,7 +73856,7 @@ paths: application/json: schema: type: array - items: &471 + items: &472 title: Tag protection description: Tag protection type: object @@ -73930,7 +73931,7 @@ paths: description: Response content: application/json: - schema: *471 + schema: *472 examples: default: value: @@ -74067,7 +74068,7 @@ paths: description: Response content: application/json: - schema: &472 + schema: &473 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -74079,7 +74080,7 @@ paths: required: - names examples: - default: &473 + default: &474 value: names: - octocat @@ -74134,9 +74135,9 @@ paths: description: Response content: application/json: - schema: *472 + schema: *473 examples: - default: *473 + default: *474 '404': *34 '422': *80 x-github: @@ -74776,7 +74777,7 @@ paths: value: Engineering externalId: value: 8aa1a0c0-c4c3-4bc0-b4a5-2ef676900159 - - &481 + - &482 name: excludedAttributes description: Excludes the specified attribute from being returned in the results. Using this parameter can speed up response time. @@ -74786,7 +74787,7 @@ paths: type: string examples: - members - - &486 + - &487 name: startIndex description: 'Used for pagination: the starting index of the first result to return when paginating through values.' @@ -74798,7 +74799,7 @@ paths: format: int32 examples: - 1 - - &487 + - &488 name: count description: 'Used for pagination: the number of results to return per page.' in: query @@ -74841,7 +74842,7 @@ paths: Resources: type: array description: Information about each provisioned group. - items: &475 + items: &476 allOf: - type: object required: @@ -74923,7 +74924,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: &488 + meta: &489 type: object description: The metadata associated with the creation/updates to the user. @@ -74988,31 +74989,31 @@ paths: location: https://api.github.localhost/scim/v2/Groups/927fa2c08dcb4a7fae9e startIndex: 1 itemsPerPage: 20 - '400': &476 + '400': &477 description: Bad request content: application/json: - schema: *474 + schema: *475 application/scim+json: - schema: *474 - '401': &477 + schema: *475 + '401': &478 description: Authorization failure - '403': &478 + '403': &479 description: Permission denied - '429': &479 + '429': &480 description: Too many requests content: application/json: - schema: *474 + schema: *475 application/scim+json: - schema: *474 - '500': &480 + schema: *475 + '500': &481 description: Internal server error content: application/json: - schema: *474 + schema: *475 application/scim+json: - schema: *474 + schema: *475 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -75036,7 +75037,7 @@ paths: required: true content: application/json: - schema: &484 + schema: &485 type: object required: - schemas @@ -75096,9 +75097,9 @@ paths: description: Group has been created content: application/scim+json: - schema: *475 + schema: *476 examples: - group: &482 + group: &483 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:Group @@ -75117,13 +75118,13 @@ paths: created: '2012-03-27T19:59:26.000Z' lastModified: '2018-03-27T19:59:26.000Z' location: https://api.github.localhost/scim/v2/Groups/927fa2c08dcb4a7fae9e - '400': *476 - '401': *477 - '403': *478 - '409': &485 + '400': *477 + '401': *478 + '403': *479 + '409': &486 description: Duplicate record detected - '429': *479 - '500': *480 + '429': *480 + '500': *481 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -75143,7 +75144,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.10/rest/enterprise-admin/scim#get-scim-provisioning-information-for-an-enterprise-group parameters: - - &483 + - &484 name: scim_group_id description: A unique identifier of the SCIM group. in: path @@ -75152,21 +75153,21 @@ paths: type: string examples: - 7fce0092-d52e-4f76-b727-3955bd72c939 - - *481 + - *482 responses: '200': description: Success, a group was found content: application/scim+json: - schema: *475 + schema: *476 examples: - default: *482 - '400': *476 - '401': *477 - '403': *478 + default: *483 + '400': *477 + '401': *478 + '403': *479 '404': *34 - '429': *479 - '500': *480 + '429': *480 + '500': *481 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -75187,12 +75188,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.10/rest/enterprise-admin/scim#set-scim-information-for-a-provisioned-enterprise-group parameters: - - *483 + - *484 requestBody: required: true content: application/json: - schema: *484 + schema: *485 examples: group: summary: Group @@ -75218,17 +75219,17 @@ paths: description: Group was updated content: application/scim+json: - schema: *475 + schema: *476 examples: - group: *482 - groupWithMembers: *482 - '400': *476 - '401': *477 - '403': *478 + group: *483 + groupWithMembers: *483 + '400': *477 + '401': *478 + '403': *479 '404': *34 - '409': *485 - '429': *479 - '500': *480 + '409': *486 + '429': *480 + '500': *481 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -75251,12 +75252,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.10/rest/enterprise-admin/scim#update-an-attribute-for-a-scim-enterprise-group parameters: - - *483 + - *484 requestBody: required: true content: application/json: - schema: &495 + schema: &496 type: object required: - Operations @@ -75316,17 +75317,17 @@ paths: description: Success, group was updated content: application/scim+json: - schema: *475 + schema: *476 examples: - updateGroup: *482 - addMembers: *482 - '400': *476 - '401': *477 - '403': *478 + updateGroup: *483 + addMembers: *483 + '400': *477 + '401': *478 + '403': *479 '404': *34 - '409': *485 - '429': *479 - '500': *480 + '409': *486 + '429': *480 + '500': *481 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -75345,16 +75346,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.10/rest/enterprise-admin/scim#delete-a-scim-group-from-an-enterprise parameters: - - *483 + - *484 responses: '204': description: Group was deleted, no content - '400': *476 - '401': *477 - '403': *478 + '400': *477 + '401': *478 + '403': *479 '404': *34 - '429': *479 - '500': *480 + '429': *480 + '500': *481 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -75390,8 +75391,8 @@ paths: value: userName eq 'E012345' externalId: value: externalId eq 'E012345' - - *486 - *487 + - *488 responses: '200': description: Success, either users were found or not found @@ -75424,7 +75425,7 @@ paths: Resources: type: array description: Information about each provisioned account. - items: &490 + items: &491 allOf: - type: object required: @@ -75516,7 +75517,7 @@ paths: address. examples: - true - roles: &489 + roles: &490 type: array description: The roles assigned to the user. items: @@ -75575,7 +75576,7 @@ paths: type: string description: Provisioned SCIM groups that the user is a member of. - meta: *488 + meta: *489 startIndex: type: integer description: A starting index for the returned page @@ -75614,11 +75615,11 @@ paths: primary: false startIndex: 1 itemsPerPage: 20 - '400': *476 - '401': *477 - '403': *478 - '429': *479 - '500': *480 + '400': *477 + '401': *478 + '403': *479 + '429': *480 + '500': *481 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -75644,7 +75645,7 @@ paths: required: true content: application/json: - schema: &493 + schema: &494 type: object required: - schemas @@ -75737,9 +75738,9 @@ paths: description: Whether this email address is the primary address. examples: - true - roles: *489 + roles: *490 examples: - user: &494 + user: &495 summary: User value: schemas: @@ -75786,9 +75787,9 @@ paths: description: User has been created content: application/scim+json: - schema: *490 + schema: *491 examples: - user: &491 + user: &492 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -75814,13 +75815,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: *491 - '400': *476 - '401': *477 - '403': *478 - '409': *485 - '429': *479 - '500': *480 + enterpriseOwner: *492 + '400': *477 + '401': *478 + '403': *479 + '409': *486 + '429': *480 + '500': *481 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -75840,7 +75841,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.10/rest/enterprise-admin/scim#get-scim-provisioning-information-for-an-enterprise-user parameters: - - &492 + - &493 name: scim_user_id description: The unique identifier of the SCIM user. in: path @@ -75852,15 +75853,15 @@ paths: description: Success, a user was found content: application/scim+json: - schema: *490 + schema: *491 examples: - default: *491 - '400': *476 - '401': *477 - '403': *478 + default: *492 + '400': *477 + '401': *478 + '403': *479 '404': *34 - '429': *479 - '500': *480 + '429': *480 + '500': *481 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -75883,29 +75884,29 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.10/rest/enterprise-admin/scim#set-scim-information-for-a-provisioned-enterprise-user parameters: - - *492 + - *493 requestBody: required: true content: application/json: - schema: *493 + schema: *494 examples: - user: *494 + user: *495 responses: '200': description: User was updated content: application/scim+json: - schema: *490 + schema: *491 examples: - user: *491 - '400': *476 - '401': *477 - '403': *478 + user: *492 + '400': *477 + '401': *478 + '403': *479 '404': *34 - '409': *485 - '429': *479 - '500': *480 + '409': *486 + '429': *480 + '500': *481 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -75940,12 +75941,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.10/rest/enterprise-admin/scim#update-an-attribute-for-a-scim-enterprise-user parameters: - - *492 + - *493 requestBody: required: true content: application/json: - schema: *495 + schema: *496 examples: userMultiValuedProperties: summary: Multi Valued Property @@ -75985,18 +75986,18 @@ paths: description: Success, user was updated content: application/scim+json: - schema: *490 - examples: - userMultiValuedProperties: *491 - userSingleValuedProperties: *491 - disableUser: *491 - '400': *476 - '401': *477 - '403': *478 + schema: *491 + examples: + userMultiValuedProperties: *492 + userSingleValuedProperties: *492 + disableUser: *492 + '400': *477 + '401': *478 + '403': *479 '404': *34 - '409': *485 - '429': *479 - '500': *480 + '409': *486 + '429': *480 + '500': *481 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -76015,16 +76016,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.10/rest/enterprise-admin/scim#delete-a-scim-user-from-an-enterprise parameters: - - *492 + - *493 responses: '204': description: User was deleted, no content - '400': *476 - '401': *477 - '403': *478 + '400': *477 + '401': *478 + '403': *479 '404': *34 - '429': *479 - '500': *480 + '429': *480 + '500': *481 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -76152,7 +76153,7 @@ paths: examples: - 73..77 - 77..78 - text_matches: &496 + text_matches: &497 title: Search Result Text Matches type: array items: @@ -76316,7 +76317,7 @@ paths: enum: - author-date - committer-date - - &497 + - &498 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 @@ -76404,7 +76405,7 @@ paths: url: type: string format: uri - verification: *392 + verification: *393 required: - author - committer @@ -76436,7 +76437,7 @@ paths: type: number node_id: type: string - text_matches: *496 + text_matches: *497 required: - sha - node_id @@ -76628,7 +76629,7 @@ paths: - interactions - created - updated - - *497 + - *498 - *4 - *5 responses: @@ -76744,7 +76745,7 @@ paths: - string - 'null' format: date-time - text_matches: *496 + text_matches: *497 pull_request: type: object properties: @@ -76966,7 +76967,7 @@ paths: enum: - created - updated - - *497 + - *498 - *4 - *5 responses: @@ -77011,7 +77012,7 @@ paths: - 'null' score: type: number - text_matches: *496 + text_matches: *497 required: - id - node_id @@ -77097,7 +77098,7 @@ paths: - forks - help-wanted-issues - updated - - *497 + - *498 - *4 - *5 responses: @@ -77334,7 +77335,7 @@ paths: - admin - pull - push - text_matches: *496 + text_matches: *497 temp_clone_token: type: string allow_merge_commit: @@ -77643,7 +77644,7 @@ paths: - string - 'null' format: uri - text_matches: *496 + text_matches: *497 related: type: - array @@ -77838,7 +77839,7 @@ paths: - followers - repositories - joined - - *497 + - *498 - *4 - *5 responses: @@ -77947,7 +77948,7 @@ paths: type: - boolean - 'null' - text_matches: *496 + text_matches: *497 blog: type: - string @@ -78143,7 +78144,7 @@ paths: description: Response content: application/json: - schema: &498 + schema: &499 type: object properties: status: @@ -78163,7 +78164,7 @@ paths: - name - number examples: - default: &499 + default: &500 value: status: scheduled scheduled_time: Tuesday, January 22 at 15:34 -0800 @@ -78209,9 +78210,9 @@ paths: description: Response content: application/json: - schema: *498 + schema: *499 examples: - default: *499 + default: *500 '401': description: Unauthorized requestBody: @@ -78803,7 +78804,7 @@ paths: application/json: schema: type: array - items: &500 + items: &501 type: object properties: key: @@ -78811,7 +78812,7 @@ paths: pretty-print: type: string examples: - default: &501 + default: &502 value: - key: ssh-rsa AAAAB3NzaC1yc2EAAAAB... pretty-print: ssh-rsa 01:14:0f:f2:0f:e2:fe:e8:f4:72:62:af:75:f7:1a:88:3e:04:92:64 @@ -78854,9 +78855,9 @@ paths: application/json: schema: type: array - items: *500 + items: *501 examples: - default: *501 + default: *502 '401': description: Unauthorized requestBody: @@ -78908,9 +78909,9 @@ paths: application/json: schema: type: array - items: *500 + items: *501 examples: - default: *501 + default: *502 '401': description: Unauthorized requestBody: @@ -79236,7 +79237,7 @@ paths: type: array items: *234 examples: - default: *502 + default: *503 headers: Link: *6 x-github: @@ -79385,7 +79386,7 @@ paths: application/json: schema: *234 examples: - default: *503 + default: *504 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79452,7 +79453,7 @@ paths: type: array items: *237 examples: - default: *504 + default: *505 headers: Link: *6 x-github: @@ -79591,7 +79592,7 @@ paths: application/json: schema: *237 examples: - default: *505 + default: *506 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80050,7 +80051,7 @@ paths: application/json: schema: *248 examples: - response-if-user-is-a-team-maintainer: *506 + response-if-user-is-a-team-maintainer: *507 '404': *34 x-github: githubCloudOnly: false @@ -80109,7 +80110,7 @@ paths: application/json: schema: *248 examples: - response-if-users-membership-with-team-is-now-pending: *507 + response-if-users-membership-with-team-is-now-pending: *508 '403': description: Forbidden if team synchronization is set up '422': @@ -80182,7 +80183,7 @@ paths: type: array items: *249 examples: - default: *508 + default: *509 headers: Link: *6 '404': *34 @@ -80217,7 +80218,7 @@ paths: application/json: schema: *249 examples: - default: *509 + default: *510 '404': description: Not Found if project is not managed by this team x-github: @@ -80386,7 +80387,7 @@ paths: description: Alternative response with extra repository information content: application/json: - schema: *510 + schema: *511 examples: alternative-response-with-extra-repository-information: value: @@ -80627,7 +80628,7 @@ paths: type: array items: *253 examples: - response-if-child-teams-exist: *511 + response-if-child-teams-exist: *512 headers: Link: *6 '404': *34 @@ -80660,7 +80661,7 @@ paths: application/json: schema: oneOf: - - &513 + - &514 title: Private User description: Private User type: object @@ -80905,7 +80906,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *512 + - *513 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -81063,7 +81064,7 @@ paths: description: Response content: application/json: - schema: *513 + schema: *514 examples: default: value: @@ -81141,7 +81142,7 @@ paths: type: array items: *200 examples: - default: &523 + default: &524 value: - id: 197 name: hello_docker @@ -81228,7 +81229,7 @@ paths: application/json: schema: type: array - items: &514 + items: &515 title: Email description: Email type: object @@ -81258,7 +81259,7 @@ paths: - verified - visibility examples: - default: &525 + default: &526 value: - email: octocat@github.com verified: true @@ -81335,7 +81336,7 @@ paths: application/json: schema: type: array - items: *514 + items: *515 examples: default: value: @@ -81592,7 +81593,7 @@ paths: application/json: schema: type: array - items: &515 + items: &516 title: GPG Key description: A unique encryption key type: object @@ -81735,7 +81736,7 @@ paths: - subkeys - revoked examples: - default: &533 + default: &534 value: - id: 3 name: Octocat's GPG Key @@ -81820,9 +81821,9 @@ paths: description: Response content: application/json: - schema: *515 + schema: *516 examples: - default: &516 + default: &517 value: id: 3 name: Octocat's GPG Key @@ -81879,7 +81880,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.10/rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &517 + - &518 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -81891,9 +81892,9 @@ paths: description: Response content: application/json: - schema: *515 + schema: *516 examples: - default: *516 + default: *517 '404': *34 '304': *37 '403': *38 @@ -81916,7 +81917,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.10/rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *517 + - *518 responses: '204': description: Response @@ -82107,7 +82108,7 @@ paths: type: array items: *81 examples: - default: *518 + default: *519 headers: Link: *6 '404': *34 @@ -82283,7 +82284,7 @@ paths: application/json: schema: type: array - items: &519 + items: &520 title: Key description: Key type: object @@ -82380,9 +82381,9 @@ paths: description: Response content: application/json: - schema: *519 + schema: *520 examples: - default: &520 + default: &521 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -82415,15 +82416,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.10/rest/users/keys#get-a-public-ssh-key-for-the-authenticated-user parameters: - - *424 + - *425 responses: '200': description: Response content: application/json: - schema: *519 + schema: *520 examples: - default: *520 + default: *521 '404': *34 '304': *37 '403': *38 @@ -82446,7 +82447,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.10/rest/users/keys#delete-a-public-ssh-key-for-the-authenticated-user parameters: - - *424 + - *425 responses: '204': description: Response @@ -83272,7 +83273,7 @@ paths: type: array items: *66 examples: - default: *521 + default: *522 headers: Link: *6 '304': *37 @@ -83314,7 +83315,7 @@ paths: - docker - nuget - container - - *522 + - *523 - *5 - *4 responses: @@ -83326,8 +83327,8 @@ paths: type: array items: *200 examples: - default: *523 - '400': *524 + default: *524 + '400': *525 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -83356,7 +83357,7 @@ paths: application/json: schema: *200 examples: - default: &534 + default: &535 value: id: 40201 name: octo-name @@ -83808,9 +83809,9 @@ paths: application/json: schema: type: array - items: *514 + items: *515 examples: - default: *525 + default: *526 headers: Link: *6 '304': *37 @@ -83923,7 +83924,7 @@ paths: type: array items: *81 examples: - default: &532 + default: &533 summary: Default response value: - id: 1296269 @@ -84275,9 +84276,9 @@ paths: application/json: schema: type: array - items: *399 + items: *400 examples: - default: *526 + default: *527 headers: Link: *6 '304': *37 @@ -84300,7 +84301,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.10/rest/collaborators/invitations#accept-a-repository-invitation parameters: - - *400 + - *401 responses: '204': description: Response @@ -84323,7 +84324,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.10/rest/collaborators/invitations#decline-a-repository-invitation parameters: - - *400 + - *401 responses: '204': description: Response @@ -84356,7 +84357,7 @@ paths: application/json: schema: type: array - items: &527 + items: &528 title: Social account description: Social media account type: object @@ -84373,7 +84374,7 @@ paths: - provider - url examples: - default: &528 + default: &529 value: - provider: twitter url: https://twitter.com/github @@ -84436,9 +84437,9 @@ paths: application/json: schema: type: array - items: *527 + items: *528 examples: - default: *528 + default: *529 '422': *29 '304': *37 '404': *34 @@ -84526,7 +84527,7 @@ paths: application/json: schema: type: array - items: &529 + items: &530 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -84546,7 +84547,7 @@ paths: - title - created_at examples: - default: &535 + default: &536 value: - key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -84613,9 +84614,9 @@ paths: description: Response content: application/json: - schema: *529 + schema: *530 examples: - default: &530 + default: &531 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -84646,7 +84647,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.10/rest/users/ssh-signing-keys#get-an-ssh-signing-key-for-the-authenticated-user parameters: - - &531 + - &532 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -84658,9 +84659,9 @@ paths: description: Response content: application/json: - schema: *529 + schema: *530 examples: - default: *530 + default: *531 '404': *34 '304': *37 '403': *38 @@ -84683,7 +84684,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.10/rest/users/ssh-signing-keys#delete-an-ssh-signing-key-for-the-authenticated-user parameters: - - *531 + - *532 responses: '204': description: Response @@ -84712,7 +84713,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.10/rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &536 + - &537 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 @@ -84737,11 +84738,11 @@ paths: type: array items: *81 examples: - default-response: *532 + default-response: *533 application/vnd.github.v3.star+json: schema: type: array - items: &537 + items: &538 title: Starred Repository description: Starred Repository type: object @@ -85148,8 +85149,8 @@ paths: application/json: schema: oneOf: + - *514 - *513 - - *512 examples: default-response: summary: Default response @@ -85256,7 +85257,7 @@ paths: type: array items: *200 examples: - default: *523 + default: *524 '403': *38 '401': *36 x-github: @@ -85652,9 +85653,9 @@ paths: application/json: schema: type: array - items: *515 + items: *516 examples: - default: *533 + default: *534 headers: Link: *6 x-github: @@ -85763,7 +85764,7 @@ paths: application/json: schema: *33 examples: - default: *398 + default: *399 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -85841,7 +85842,7 @@ paths: type: array items: *66 examples: - default: *521 + default: *522 headers: Link: *6 x-github: @@ -85880,7 +85881,7 @@ paths: - docker - nuget - container - - *522 + - *523 - *8 - *5 - *4 @@ -85893,10 +85894,10 @@ paths: type: array items: *200 examples: - default: *523 + default: *524 '403': *38 '401': *36 - '400': *524 + '400': *525 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -85926,7 +85927,7 @@ paths: application/json: schema: *200 examples: - default: *534 + default: *535 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -86554,9 +86555,9 @@ paths: application/json: schema: type: array - items: *527 + items: *528 examples: - default: *528 + default: *529 headers: Link: *6 x-github: @@ -86586,9 +86587,9 @@ paths: application/json: schema: type: array - items: *529 + items: *530 examples: - default: *535 + default: *536 headers: Link: *6 x-github: @@ -86613,7 +86614,7 @@ paths: url: https://docs.github.com/enterprise-server@3.10/rest/activity/starring#list-repositories-starred-by-a-user parameters: - *8 - - *536 + - *537 - *9 - *4 - *5 @@ -86625,11 +86626,11 @@ paths: schema: anyOf: - type: array - items: *537 + items: *538 - type: array items: *81 examples: - default-response: *532 + default-response: *533 headers: Link: *6 x-github: @@ -86849,7 +86850,7 @@ webhooks: type: string enum: - created - enterprise: &538 + enterprise: &539 title: Enterprise description: | An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -86918,7 +86919,7 @@ webhooks: - created_at - updated_at - avatar_url - installation: &539 + installation: &540 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -86939,7 +86940,7 @@ webhooks: required: - id - node_id - organization: &540 + organization: &541 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -87012,7 +87013,7 @@ webhooks: - public_members_url - avatar_url - description - repository: &541 + repository: &542 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property @@ -87971,7 +87972,7 @@ webhooks: - required_conversation_resolution_level - authorized_actors_only - authorized_actor_names - sender: &542 + sender: &543 title: Simple User description: The GitHub user that triggered the event. This property is included in every webhook payload. @@ -88173,10 +88174,10 @@ webhooks: type: string enum: - deleted - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 rule: title: branch protection rule description: The branch protection rule. Includes a `name` and all @@ -88307,7 +88308,7 @@ webhooks: - required_conversation_resolution_level - authorized_actors_only - authorized_actor_names - sender: *542 + sender: *543 required: - action - rule @@ -88464,10 +88465,10 @@ webhooks: - everyone required: - from - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 rule: title: branch protection rule description: The branch protection rule. Includes a `name` and all @@ -88598,7 +88599,7 @@ webhooks: - required_conversation_resolution_level - authorized_actors_only - authorized_actor_names - sender: *542 + sender: *543 required: - action - rule @@ -88682,13 +88683,13 @@ webhooks: type: string cache_location: type: string - enterprise: *538 - installation: *539 - organization: *540 + enterprise: *539 + installation: *540 + organization: *541 ref: type: string - repository: *541 - sender: *542 + repository: *542 + sender: *543 required: - cache_location - ref @@ -88780,7 +88781,7 @@ webhooks: type: string enum: - completed - check_run: &544 + check_run: &545 title: CheckRun description: A check performed on the code of a given code change type: object @@ -88893,7 +88894,7 @@ webhooks: - examples: - neutral - deployment: *543 + deployment: *544 details_url: type: string examples: @@ -88991,10 +88992,10 @@ webhooks: - output - app - pull_requests - installation: *539 - organization: *540 - repository: *541 - sender: *542 + installation: *540 + organization: *541 + repository: *542 + sender: *543 required: - check_run - repository @@ -89395,11 +89396,11 @@ webhooks: type: string enum: - created - check_run: *544 - installation: *539 - organization: *540 - repository: *541 - sender: *542 + check_run: *545 + installation: *540 + organization: *541 + repository: *542 + sender: *543 required: - check_run - repository @@ -89803,10 +89804,10 @@ webhooks: type: string enum: - requested_action - check_run: *544 - installation: *539 - organization: *540 - repository: *541 + check_run: *545 + installation: *540 + organization: *541 + repository: *542 requested_action: description: The action requested by the user. type: object @@ -89815,7 +89816,7 @@ webhooks: description: The integrator reference of the action requested by the user. type: string - sender: *542 + sender: *543 required: - action - check_run @@ -90220,11 +90221,11 @@ webhooks: type: string enum: - rerequested - check_run: *544 - installation: *539 - organization: *540 - repository: *541 - sender: *542 + check_run: *545 + installation: *540 + organization: *541 + repository: *542 + sender: *543 required: - check_run - repository @@ -91217,11 +91218,11 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 - sender: *542 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 + sender: *543 required: - action - check_suite @@ -91907,11 +91908,11 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 - sender: *542 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 + sender: *543 required: - action - check_suite @@ -92591,11 +92592,11 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 - sender: *542 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 + sender: *543 required: - action - check_suite @@ -92914,16 +92915,16 @@ webhooks: 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: *538 - installation: *539 - organization: *540 + enterprise: *539 + installation: *540 + organization: *541 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - repository: *541 - sender: *542 + repository: *542 + sender: *543 required: - action - alert @@ -93263,16 +93264,16 @@ webhooks: 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: *538 - installation: *539 - organization: *540 + enterprise: *539 + installation: *540 + organization: *541 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - repository: *541 - sender: *542 + repository: *542 + sender: *543 required: - action - alert @@ -93556,16 +93557,16 @@ webhooks: 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: *538 - installation: *539 - organization: *540 + enterprise: *539 + installation: *540 + organization: *541 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - repository: *541 - sender: *542 + repository: *542 + sender: *543 required: - action - alert @@ -93909,16 +93910,16 @@ webhooks: 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: *538 - installation: *539 - organization: *540 + enterprise: *539 + installation: *540 + organization: *541 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - repository: *541 - sender: *542 + repository: *542 + sender: *543 required: - action - alert @@ -94196,9 +94197,9 @@ webhooks: type: - string - 'null' - enterprise: *538 - installation: *539 - organization: *540 + enterprise: *539 + installation: *540 + organization: *541 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event @@ -94206,8 +94207,8 @@ webhooks: type: - string - 'null' - repository: *541 - sender: *542 + repository: *542 + sender: *543 required: - action - alert @@ -94453,16 +94454,16 @@ webhooks: 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: *538 - installation: *539 - organization: *540 + enterprise: *539 + installation: *540 + organization: *541 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - repository: *541 - sender: *542 + repository: *542 + sender: *543 required: - action - alert @@ -94730,11 +94731,11 @@ webhooks: - updated_at - author_association - body - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 - sender: *542 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 + sender: *543 required: - action - comment @@ -94824,13 +94825,13 @@ webhooks: type: - string - 'null' - enterprise: *538 - installation: *539 + enterprise: *539 + installation: *540 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *540 + organization: *541 pusher_type: description: The pusher type for the event. Can be either `user` or a deploy key. @@ -94845,8 +94846,8 @@ webhooks: enum: - tag - branch - repository: *541 - sender: *542 + repository: *542 + sender: *543 required: - ref - ref_type @@ -94933,9 +94934,9 @@ webhooks: title: delete event type: object properties: - enterprise: *538 - installation: *539 - organization: *540 + enterprise: *539 + installation: *540 + organization: *541 pusher_type: description: The pusher type for the event. Can be either `user` or a deploy key. @@ -94950,8 +94951,8 @@ webhooks: enum: - tag - branch - repository: *541 - sender: *542 + repository: *542 + sender: *543 required: - ref - ref_type @@ -95045,11 +95046,11 @@ webhooks: enum: - created alert: *363 - installation: *539 - organization: *540 - enterprise: *538 - repository: *541 - sender: *542 + installation: *540 + organization: *541 + enterprise: *539 + repository: *542 + sender: *543 required: - action - alert @@ -95140,11 +95141,11 @@ webhooks: enum: - dismissed alert: *363 - installation: *539 - organization: *540 - enterprise: *538 - repository: *541 - sender: *542 + installation: *540 + organization: *541 + enterprise: *539 + repository: *542 + sender: *543 required: - action - alert @@ -95235,11 +95236,11 @@ webhooks: enum: - fixed alert: *363 - installation: *539 - organization: *540 - enterprise: *538 - repository: *541 - sender: *542 + installation: *540 + organization: *541 + enterprise: *539 + repository: *542 + sender: *543 required: - action - alert @@ -95331,11 +95332,11 @@ webhooks: enum: - reintroduced alert: *363 - installation: *539 - organization: *540 - enterprise: *538 - repository: *541 - sender: *542 + installation: *540 + organization: *541 + enterprise: *539 + repository: *542 + sender: *543 required: - action - alert @@ -95426,11 +95427,11 @@ webhooks: enum: - reopened alert: *363 - installation: *539 - organization: *540 - enterprise: *538 - repository: *541 - sender: *542 + installation: *540 + organization: *541 + enterprise: *539 + repository: *542 + sender: *543 required: - action - alert @@ -95516,8 +95517,8 @@ webhooks: type: string enum: - created - enterprise: *538 - installation: *539 + enterprise: *539 + installation: *540 key: description: The [`deploy key`](https://docs.github.com/enterprise-server@3.10/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. @@ -95554,9 +95555,9 @@ webhooks: - verified - created_at - read_only - organization: *540 - repository: *541 - sender: *542 + organization: *541 + repository: *542 + sender: *543 required: - action - key @@ -95642,8 +95643,8 @@ webhooks: type: string enum: - deleted - enterprise: *538 - installation: *539 + enterprise: *539 + installation: *540 key: description: The [`deploy key`](https://docs.github.com/enterprise-server@3.10/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. @@ -95680,9 +95681,9 @@ webhooks: - verified - created_at - read_only - organization: *540 - repository: *541 - sender: *542 + organization: *541 + repository: *542 + sender: *543 required: - action - key @@ -96259,11 +96260,11 @@ webhooks: - updated_at - statuses_url - repository_url - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 - sender: *542 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 + sender: *543 workflow: title: Workflow type: @@ -97011,11 +97012,11 @@ webhooks: deployment: *369 pull_requests: type: array - items: *444 - repository: *541 - organization: *540 - installation: *539 - sender: *542 + items: *445 + repository: *542 + organization: *541 + installation: *540 + sender: *543 responses: '200': description: Return a 200 status to indicate that the data was received @@ -97136,10 +97137,10 @@ webhooks: type: string comment: type: string - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 reviewers: type: array items: @@ -97218,7 +97219,7 @@ webhooks: type: string enum: - User - sender: *542 + sender: *543 since: type: string workflow_job_run: @@ -98010,10 +98011,10 @@ webhooks: type: string comment: type: string - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 reviewers: type: array items: @@ -98092,7 +98093,7 @@ webhooks: type: string enum: - User - sender: *542 + sender: *543 since: type: string workflow_job_run: @@ -98843,12 +98844,12 @@ webhooks: type: string enum: - requested - enterprise: *538 + enterprise: *539 environment: type: string - installation: *539 - organization: *540 - repository: *541 + installation: *540 + organization: *541 + repository: *542 requestor: title: User type: @@ -98996,7 +98997,7 @@ webhooks: enum: - User - Team - sender: *542 + sender: *543 since: type: string workflow_job_run: @@ -100778,11 +100779,11 @@ webhooks: - updated_at - deployment_url - repository_url - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 - sender: *542 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 + sender: *543 workflow: title: Workflow type: @@ -101677,7 +101678,7 @@ webhooks: - created_at - updated_at - body - discussion: &545 + discussion: &546 title: Discussion description: A Discussion in a repository. type: object @@ -101987,11 +101988,11 @@ webhooks: - author_association - active_lock_reason - body - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 - sender: *542 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 + sender: *543 required: - action - discussion @@ -102126,12 +102127,12 @@ webhooks: - from required: - category - discussion: *545 - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 - sender: *542 + discussion: *546 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 + sender: *543 required: - action - changes @@ -102222,12 +102223,12 @@ webhooks: type: string enum: - closed - discussion: *545 - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 - sender: *542 + discussion: *546 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 + sender: *543 required: - action - discussion @@ -102474,12 +102475,12 @@ webhooks: - updated_at - body - reactions - discussion: *545 - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 - sender: *542 + discussion: *546 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 + sender: *543 required: - action - comment @@ -102727,12 +102728,12 @@ webhooks: - updated_at - body - reactions - discussion: *545 - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 - sender: *542 + discussion: *546 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 + sender: *543 required: - action - comment @@ -102992,12 +102993,12 @@ webhooks: - updated_at - body - reactions - discussion: *545 - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 - sender: *542 + discussion: *546 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 + sender: *543 required: - action - changes @@ -103524,11 +103525,11 @@ webhooks: - answer_html_url - answer_chosen_at - answer_chosen_by - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 - sender: *542 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 + sender: *543 required: - action - discussion @@ -103618,12 +103619,12 @@ webhooks: type: string enum: - deleted - discussion: *545 - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 - sender: *542 + discussion: *546 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 + sender: *543 required: - action - discussion @@ -103731,12 +103732,12 @@ webhooks: type: string required: - from - discussion: *545 - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 - sender: *542 + discussion: *546 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 + sender: *543 required: - action - discussion @@ -103826,9 +103827,9 @@ webhooks: type: string enum: - labeled - discussion: *545 - enterprise: *538 - installation: *539 + discussion: *546 + enterprise: *539 + installation: *540 label: title: Label type: object @@ -103862,9 +103863,9 @@ webhooks: - color - default - description - organization: *540 - repository: *541 - sender: *542 + organization: *541 + repository: *542 + sender: *543 required: - action - discussion @@ -103955,12 +103956,12 @@ webhooks: type: string enum: - locked - discussion: *545 - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 - sender: *542 + discussion: *546 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 + sender: *543 required: - action - discussion @@ -104050,12 +104051,12 @@ webhooks: type: string enum: - pinned - discussion: *545 - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 - sender: *542 + discussion: *546 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 + sender: *543 required: - action - discussion @@ -104145,12 +104146,12 @@ webhooks: type: string enum: - reopened - discussion: *545 - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 - sender: *542 + discussion: *546 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 + sender: *543 required: - action - discussion @@ -104243,17 +104244,17 @@ webhooks: changes: type: object properties: - new_discussion: *545 - new_repository: *541 + new_discussion: *546 + new_repository: *542 required: - new_discussion - new_repository - discussion: *545 - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 - sender: *542 + discussion: *546 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 + sender: *543 required: - action - changes @@ -104344,7 +104345,7 @@ webhooks: type: string enum: - unanswered - discussion: *545 + discussion: *546 old_answer: type: object properties: @@ -104502,9 +104503,9 @@ webhooks: - created_at - updated_at - body - organization: *540 - repository: *541 - sender: *542 + organization: *541 + repository: *542 + sender: *543 required: - action - discussion @@ -104594,9 +104595,9 @@ webhooks: type: string enum: - unlabeled - discussion: *545 - enterprise: *538 - installation: *539 + discussion: *546 + enterprise: *539 + installation: *540 label: title: Label type: object @@ -104630,9 +104631,9 @@ webhooks: - color - default - description - organization: *540 - repository: *541 - sender: *542 + organization: *541 + repository: *542 + sender: *543 required: - action - discussion @@ -104723,12 +104724,12 @@ webhooks: type: string enum: - unlocked - discussion: *545 - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 - sender: *542 + discussion: *546 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 + sender: *543 required: - action - discussion @@ -104818,12 +104819,12 @@ webhooks: type: string enum: - unpinned - discussion: *545 - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 - sender: *542 + discussion: *546 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 + sender: *543 required: - action - discussion @@ -104907,7 +104908,7 @@ webhooks: type: string enum: - anonymous_access_disabled - sender: *542 + sender: *543 required: - action responses: @@ -104986,7 +104987,7 @@ webhooks: type: string enum: - anonymous_access_enabled - sender: *542 + sender: *543 required: - action responses: @@ -105063,7 +105064,7 @@ webhooks: description: A user forks a repository. type: object properties: - enterprise: *538 + enterprise: *539 forkee: description: The created [`repository`](https://docs.github.com/enterprise-server@3.10/rest/repos/repos#get-a-repository) resource. @@ -105745,10 +105746,10 @@ webhooks: watchers_count: type: integer properties: {} - installation: *539 - organization: *540 - repository: *541 - sender: *542 + installation: *540 + organization: *541 + repository: *542 + sender: *543 required: - forkee - repository @@ -105836,7 +105837,7 @@ webhooks: type: string enum: - revoked - sender: *542 + sender: *543 required: - action - sender @@ -105913,9 +105914,9 @@ webhooks: title: gollum event type: object properties: - enterprise: *538 - installation: *539 - organization: *540 + enterprise: *539 + installation: *540 + organization: *541 pages: description: The pages that were updated. type: array @@ -105953,8 +105954,8 @@ webhooks: - action - sha - html_url - repository: *541 - sender: *542 + repository: *542 + sender: *543 required: - pages - repository @@ -106039,9 +106040,9 @@ webhooks: type: string enum: - created - enterprise: *538 + enterprise: *539 installation: *33 - organization: *540 + organization: *541 repositories: description: An array of repository objects that the installation can access. @@ -106068,7 +106069,7 @@ webhooks: - name - full_name - private - repository: *541 + repository: *542 requester: title: User type: @@ -106138,7 +106139,7 @@ webhooks: required: - login - id - sender: *542 + sender: *543 required: - action - installation @@ -106222,9 +106223,9 @@ webhooks: type: string enum: - deleted - enterprise: *538 + enterprise: *539 installation: *33 - organization: *540 + organization: *541 repositories: description: An array of repository objects that the installation can access. @@ -106251,11 +106252,11 @@ webhooks: - name - full_name - private - repository: *541 + repository: *542 requester: type: - 'null' - sender: *542 + sender: *543 required: - action - installation @@ -106338,9 +106339,9 @@ webhooks: type: string enum: - new_permissions_accepted - enterprise: *538 + enterprise: *539 installation: *33 - organization: *540 + organization: *541 repositories: description: An array of repository objects that the installation can access. @@ -106367,11 +106368,11 @@ webhooks: - name - full_name - private - repository: *541 + repository: *542 requester: type: - 'null' - sender: *542 + sender: *543 required: - action - installation @@ -106454,9 +106455,9 @@ webhooks: type: string enum: - added - enterprise: *538 + enterprise: *539 installation: *33 - organization: *540 + organization: *541 repositories_added: description: An array of repository objects, which were added to the installation. @@ -106503,7 +106504,7 @@ webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *541 + repository: *542 repository_selection: description: Describe whether all repositories have been selected or there's a selection involved @@ -106580,7 +106581,7 @@ webhooks: required: - login - id - sender: *542 + sender: *543 required: - action - installation @@ -106668,9 +106669,9 @@ webhooks: type: string enum: - removed - enterprise: *538 + enterprise: *539 installation: *33 - organization: *540 + organization: *541 repositories_added: description: An array of repository objects, which were added to the installation. @@ -106723,7 +106724,7 @@ webhooks: - name - full_name - private - repository: *541 + repository: *542 repository_selection: description: Describe whether all repositories have been selected or there's a selection involved @@ -106800,7 +106801,7 @@ webhooks: required: - login - id - sender: *542 + sender: *543 required: - action - installation @@ -106888,9 +106889,9 @@ webhooks: type: string enum: - suspend - enterprise: *538 + enterprise: *539 installation: *33 - organization: *540 + organization: *541 repositories: description: An array of repository objects that the installation can access. @@ -106917,11 +106918,11 @@ webhooks: - name - full_name - private - repository: *541 + repository: *542 requester: type: - 'null' - sender: *542 + sender: *543 required: - action - installation @@ -107104,11 +107105,11 @@ webhooks: type: string required: - from - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 - sender: *542 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 + sender: *543 target_type: type: string required: @@ -107196,9 +107197,9 @@ webhooks: type: string enum: - unsuspend - enterprise: *538 + enterprise: *539 installation: *33 - organization: *540 + organization: *541 repositories: description: An array of repository objects that the installation can access. @@ -107225,11 +107226,11 @@ webhooks: - name - full_name - private - repository: *541 + repository: *542 requester: type: - 'null' - sender: *542 + sender: *543 required: - action - installation @@ -107480,8 +107481,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *538 - installation: *539 + enterprise: *539 + installation: *540 issue: description: The [issue](https://docs.github.com/enterprise-server@3.10/rest/issues/issues#get-an-issue) the comment belongs to. @@ -108643,9 +108644,9 @@ webhooks: - state - locked - assignee - organization: *540 - repository: *541 - sender: *542 + organization: *541 + repository: *542 + sender: *543 required: - action - issue @@ -108901,8 +108902,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *538 - installation: *539 + enterprise: *539 + installation: *540 issue: description: The [issue](https://docs.github.com/enterprise-server@3.10/rest/issues/issues#get-an-issue) the comment belongs to. @@ -110060,9 +110061,9 @@ webhooks: - state - locked - assignee - organization: *540 - repository: *541 - sender: *542 + organization: *541 + repository: *542 + sender: *543 required: - action - issue @@ -110330,8 +110331,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *538 - installation: *539 + enterprise: *539 + installation: *540 issue: description: The [issue](https://docs.github.com/enterprise-server@3.10/rest/issues/issues#get-an-issue) the comment belongs to. @@ -111492,9 +111493,9 @@ webhooks: - state - locked - assignee - organization: *540 - repository: *541 - sender: *542 + organization: *541 + repository: *542 + sender: *543 required: - action - changes @@ -111654,8 +111655,8 @@ webhooks: required: - login - id - enterprise: *538 - installation: *539 + enterprise: *539 + installation: *540 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.10/rest/issues/issues#get-an-issue) @@ -112575,9 +112576,9 @@ webhooks: - active_lock_reason - body - reactions - organization: *540 - repository: *541 - sender: *542 + organization: *541 + repository: *542 + sender: *543 required: - action - issue @@ -112666,8 +112667,8 @@ webhooks: type: string enum: - closed - enterprise: *538 - installation: *539 + enterprise: *539 + installation: *540 issue: description: The [issue](https://docs.github.com/enterprise-server@3.10/rest/issues/issues#get-an-issue) itself. @@ -113731,9 +113732,9 @@ webhooks: required: - state - closed_at - organization: *540 - repository: *541 - sender: *542 + organization: *541 + repository: *542 + sender: *543 required: - action - issue @@ -113821,8 +113822,8 @@ webhooks: type: string enum: - deleted - enterprise: *538 - installation: *539 + enterprise: *539 + installation: *540 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.10/rest/issues/issues#get-an-issue) @@ -114736,9 +114737,9 @@ webhooks: - active_lock_reason - body - reactions - organization: *540 - repository: *541 - sender: *542 + organization: *541 + repository: *542 + sender: *543 required: - action - issue @@ -114826,8 +114827,8 @@ webhooks: type: string enum: - demilestoned - enterprise: *538 - installation: *539 + enterprise: *539 + installation: *540 issue: allOf: - title: Issue @@ -116162,9 +116163,9 @@ webhooks: - updated_at - due_on - closed_at - organization: *540 - repository: *541 - sender: *542 + organization: *541 + repository: *542 + sender: *543 required: - action - issue @@ -116272,8 +116273,8 @@ webhooks: type: string required: - from - enterprise: *538 - installation: *539 + enterprise: *539 + installation: *540 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.10/rest/issues/issues#get-an-issue) @@ -117227,9 +117228,9 @@ webhooks: - color - default - description - organization: *540 - repository: *541 - sender: *542 + organization: *541 + repository: *542 + sender: *543 required: - action - changes @@ -117318,8 +117319,8 @@ webhooks: type: string enum: - labeled - enterprise: *538 - installation: *539 + enterprise: *539 + installation: *540 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.10/rest/issues/issues#get-an-issue) @@ -118272,9 +118273,9 @@ webhooks: - color - default - description - organization: *540 - repository: *541 - sender: *542 + organization: *541 + repository: *542 + sender: *543 required: - action - issue @@ -118363,8 +118364,8 @@ webhooks: type: string enum: - locked - enterprise: *538 - installation: *539 + enterprise: *539 + installation: *540 issue: allOf: - title: Issue @@ -119425,9 +119426,9 @@ webhooks: required: - locked - active_lock_reason - organization: *540 - repository: *541 - sender: *542 + organization: *541 + repository: *542 + sender: *543 required: - action - issue @@ -119515,8 +119516,8 @@ webhooks: type: string enum: - milestoned - enterprise: *538 - installation: *539 + enterprise: *539 + installation: *540 issue: allOf: - title: Issue @@ -120847,9 +120848,9 @@ webhooks: - updated_at - due_on - closed_at - organization: *540 - repository: *541 - sender: *542 + organization: *541 + repository: *542 + sender: *543 required: - action - issue @@ -122324,8 +122325,8 @@ webhooks: required: - old_issue - old_repository - enterprise: *538 - installation: *539 + enterprise: *539 + installation: *540 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.10/rest/issues/issues#get-an-issue) @@ -123243,9 +123244,9 @@ webhooks: - active_lock_reason - body - reactions - organization: *540 - repository: *541 - sender: *542 + organization: *541 + repository: *542 + sender: *543 required: - action - issue @@ -123334,8 +123335,8 @@ webhooks: type: string enum: - pinned - enterprise: *538 - installation: *539 + enterprise: *539 + installation: *540 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.10/rest/issues/issues#get-an-issue) @@ -124248,9 +124249,9 @@ webhooks: - active_lock_reason - body - reactions - organization: *540 - repository: *541 - sender: *542 + organization: *541 + repository: *542 + sender: *543 required: - action - issue @@ -124338,8 +124339,8 @@ webhooks: type: string enum: - reopened - enterprise: *538 - installation: *539 + enterprise: *539 + installation: *540 issue: allOf: - title: Issue @@ -125399,9 +125400,9 @@ webhooks: type: string required: - state - organization: *540 - repository: *541 - sender: *542 + organization: *541 + repository: *542 + sender: *543 required: - action - issue @@ -126876,8 +126877,8 @@ webhooks: required: - new_issue - new_repository - enterprise: *538 - installation: *539 + enterprise: *539 + installation: *540 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.10/rest/issues/issues#get-an-issue) @@ -127790,9 +127791,9 @@ webhooks: - active_lock_reason - body - reactions - organization: *540 - repository: *541 - sender: *542 + organization: *541 + repository: *542 + sender: *543 required: - action - changes @@ -127952,8 +127953,8 @@ webhooks: required: - login - id - enterprise: *538 - installation: *539 + enterprise: *539 + installation: *540 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.10/rest/issues/issues#get-an-issue) @@ -128873,9 +128874,9 @@ webhooks: - active_lock_reason - body - reactions - organization: *540 - repository: *541 - sender: *542 + organization: *541 + repository: *542 + sender: *543 required: - action - issue @@ -128963,8 +128964,8 @@ webhooks: type: string enum: - unlabeled - enterprise: *538 - installation: *539 + enterprise: *539 + installation: *540 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.10/rest/issues/issues#get-an-issue) @@ -129917,9 +129918,9 @@ webhooks: - color - default - description - organization: *540 - repository: *541 - sender: *542 + organization: *541 + repository: *542 + sender: *543 required: - action - issue @@ -130008,8 +130009,8 @@ webhooks: type: string enum: - unlocked - enterprise: *538 - installation: *539 + enterprise: *539 + installation: *540 issue: allOf: - title: Issue @@ -131060,9 +131061,9 @@ webhooks: required: - locked - active_lock_reason - organization: *540 - repository: *541 - sender: *542 + organization: *541 + repository: *542 + sender: *543 required: - action - issue @@ -131151,8 +131152,8 @@ webhooks: type: string enum: - unpinned - enterprise: *538 - installation: *539 + enterprise: *539 + installation: *540 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.10/rest/issues/issues#get-an-issue) @@ -132065,9 +132066,9 @@ webhooks: - active_lock_reason - body - reactions - organization: *540 - repository: *541 - sender: *542 + organization: *541 + repository: *542 + sender: *543 required: - action - issue @@ -132155,8 +132156,8 @@ webhooks: type: string enum: - created - enterprise: *538 - installation: *539 + enterprise: *539 + installation: *540 label: title: Label type: object @@ -132190,9 +132191,9 @@ webhooks: - color - default - description - organization: *540 - repository: *541 - sender: *542 + organization: *541 + repository: *542 + sender: *543 required: - action - label @@ -132279,8 +132280,8 @@ webhooks: type: string enum: - deleted - enterprise: *538 - installation: *539 + enterprise: *539 + installation: *540 label: title: Label type: object @@ -132314,9 +132315,9 @@ webhooks: - color - default - description - organization: *540 - repository: *541 - sender: *542 + organization: *541 + repository: *542 + sender: *543 required: - action - label @@ -132435,8 +132436,8 @@ webhooks: type: string required: - from - enterprise: *538 - installation: *539 + enterprise: *539 + installation: *540 label: title: Label type: object @@ -132470,9 +132471,9 @@ webhooks: - color - default - description - organization: *540 - repository: *541 - sender: *542 + organization: *541 + repository: *542 + sender: *543 required: - action - label @@ -132585,8 +132586,8 @@ webhooks: type: string required: - to - enterprise: *538 - installation: *539 + enterprise: *539 + installation: *540 member: title: User type: @@ -132656,9 +132657,9 @@ webhooks: required: - login - id - organization: *540 - repository: *541 - sender: *542 + organization: *541 + repository: *542 + sender: *543 required: - action - member @@ -132769,8 +132770,8 @@ webhooks: type: - string - 'null' - enterprise: *538 - installation: *539 + enterprise: *539 + installation: *540 member: title: User type: @@ -132840,9 +132841,9 @@ webhooks: required: - login - id - organization: *540 - repository: *541 - sender: *542 + organization: *541 + repository: *542 + sender: *543 required: - action - changes @@ -132930,8 +132931,8 @@ webhooks: type: string enum: - removed - enterprise: *538 - installation: *539 + enterprise: *539 + installation: *540 member: title: User type: @@ -133001,9 +133002,9 @@ webhooks: required: - login - id - organization: *540 - repository: *541 - sender: *542 + organization: *541 + repository: *542 + sender: *543 required: - action - member @@ -133090,8 +133091,8 @@ webhooks: type: string enum: - added - enterprise: *538 - installation: *539 + enterprise: *539 + installation: *540 member: title: User type: @@ -133161,8 +133162,8 @@ webhooks: required: - login - id - organization: *540 - repository: *541 + organization: *541 + repository: *542 scope: description: The scope of the membership. Currently, can only be `team`. @@ -133441,8 +133442,8 @@ webhooks: type: string enum: - removed - enterprise: *538 - installation: *539 + enterprise: *539 + installation: *540 member: title: User type: @@ -133512,8 +133513,8 @@ webhooks: required: - login - id - organization: *540 - repository: *541 + organization: *541 + repository: *542 scope: description: The scope of the membership. Currently, can only be `team`. @@ -133793,7 +133794,7 @@ webhooks: type: string enum: - deleted - enterprise: *538 + enterprise: *539 hook: description: 'The modified webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -133901,13 +133902,13 @@ webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *539 - organization: *540 + installation: *540 + organization: *541 repository: anyOf: - type: 'null' - - *541 - sender: *542 + - *542 + sender: *543 required: - action - hook_id @@ -133996,8 +133997,8 @@ webhooks: type: string enum: - closed - enterprise: *538 - installation: *539 + enterprise: *539 + installation: *540 milestone: title: Milestone description: A collection of related issues and pull requests. @@ -134139,9 +134140,9 @@ webhooks: - updated_at - due_on - closed_at - organization: *540 - repository: *541 - sender: *542 + organization: *541 + repository: *542 + sender: *543 required: - action - milestone @@ -134229,8 +134230,8 @@ webhooks: type: string enum: - created - enterprise: *538 - installation: *539 + enterprise: *539 + installation: *540 milestone: title: Milestone description: A collection of related issues and pull requests. @@ -134371,9 +134372,9 @@ webhooks: - updated_at - due_on - closed_at - organization: *540 - repository: *541 - sender: *542 + organization: *541 + repository: *542 + sender: *543 required: - action - milestone @@ -134461,8 +134462,8 @@ webhooks: type: string enum: - deleted - enterprise: *538 - installation: *539 + enterprise: *539 + installation: *540 milestone: title: Milestone description: A collection of related issues and pull requests. @@ -134604,9 +134605,9 @@ webhooks: - updated_at - due_on - closed_at - organization: *540 - repository: *541 - sender: *542 + organization: *541 + repository: *542 + sender: *543 required: - action - milestone @@ -134725,8 +134726,8 @@ webhooks: type: string required: - from - enterprise: *538 - installation: *539 + enterprise: *539 + installation: *540 milestone: title: Milestone description: A collection of related issues and pull requests. @@ -134868,9 +134869,9 @@ webhooks: - updated_at - due_on - closed_at - organization: *540 - repository: *541 - sender: *542 + organization: *541 + repository: *542 + sender: *543 required: - action - changes @@ -134959,8 +134960,8 @@ webhooks: type: string enum: - opened - enterprise: *538 - installation: *539 + enterprise: *539 + installation: *540 milestone: title: Milestone description: A collection of related issues and pull requests. @@ -135101,9 +135102,9 @@ webhooks: - updated_at - due_on - closed_at - organization: *540 - repository: *541 - sender: *542 + organization: *541 + repository: *542 + sender: *543 required: - action - milestone @@ -135191,8 +135192,8 @@ webhooks: type: string enum: - deleted - enterprise: *538 - installation: *539 + enterprise: *539 + installation: *540 membership: title: Membership description: The membership between the user and the organization. @@ -135284,9 +135285,9 @@ webhooks: - role - organization_url - user - organization: *540 - repository: *541 - sender: *542 + organization: *541 + repository: *542 + sender: *543 required: - action - organization @@ -135373,8 +135374,8 @@ webhooks: type: string enum: - member_added - enterprise: *538 - installation: *539 + enterprise: *539 + installation: *540 membership: title: Membership description: The membership between the user and the organization. @@ -135466,9 +135467,9 @@ webhooks: - role - organization_url - user - organization: *540 - repository: *541 - sender: *542 + organization: *541 + repository: *542 + sender: *543 required: - action - membership @@ -135556,8 +135557,8 @@ webhooks: type: string enum: - member_invited - enterprise: *538 - installation: *539 + enterprise: *539 + installation: *540 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -135677,9 +135678,9 @@ webhooks: - inviter - team_count - invitation_teams_url - organization: *540 - repository: *541 - sender: *542 + organization: *541 + repository: *542 + sender: *543 user: title: User type: @@ -135836,8 +135837,8 @@ webhooks: type: string enum: - member_removed - enterprise: *538 - installation: *539 + enterprise: *539 + installation: *540 membership: title: Membership description: The membership between the user and the organization. @@ -135929,9 +135930,9 @@ webhooks: - role - organization_url - user - organization: *540 - repository: *541 - sender: *542 + organization: *541 + repository: *542 + sender: *543 required: - action - membership @@ -136027,8 +136028,8 @@ webhooks: properties: from: type: string - enterprise: *538 - installation: *539 + enterprise: *539 + installation: *540 membership: title: Membership description: The membership between the user and the organization. @@ -136120,9 +136121,9 @@ webhooks: - role - organization_url - user - organization: *540 - repository: *541 - sender: *542 + organization: *541 + repository: *542 + sender: *543 required: - action - organization @@ -136207,9 +136208,9 @@ webhooks: type: string enum: - published - enterprise: *538 - installation: *539 - organization: *540 + enterprise: *539 + installation: *540 + organization: *541 package: description: Information about the package. type: object @@ -136726,7 +136727,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: &546 + items: &547 title: Ruby Gems metadata type: object properties: @@ -136823,8 +136824,8 @@ webhooks: - owner - package_version - registry - repository: *541 - sender: *542 + repository: *542 + sender: *543 required: - action - package @@ -136909,9 +136910,9 @@ webhooks: type: string enum: - updated - enterprise: *538 - installation: *539 - organization: *540 + enterprise: *539 + installation: *540 + organization: *541 package: description: Information about the package. type: object @@ -137267,7 +137268,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *546 + items: *547 source_url: type: string format: uri @@ -137338,8 +137339,8 @@ webhooks: - owner - package_version - registry - repository: *541 - sender: *542 + repository: *542 + sender: *543 required: - action - package @@ -137527,13 +137528,13 @@ webhooks: - duration - created_at - updated_at - enterprise: *538 + enterprise: *539 id: type: integer - installation: *539 - organization: *540 - repository: *541 - sender: *542 + installation: *540 + organization: *541 + repository: *542 + sender: *543 required: - id - build @@ -137611,7 +137612,7 @@ webhooks: type: string enum: - approved - personal_access_token_request: &547 + personal_access_token_request: &548 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -137749,9 +137750,9 @@ webhooks: - token_expired - token_expires_at - token_last_used_at - organization: *540 - sender: *542 - installation: *539 + organization: *541 + sender: *543 + installation: *540 required: - action - personal_access_token_request @@ -137829,10 +137830,10 @@ webhooks: type: string enum: - cancelled - personal_access_token_request: *547 - organization: *540 - sender: *542 - installation: *539 + personal_access_token_request: *548 + organization: *541 + sender: *543 + installation: *540 required: - action - personal_access_token_request @@ -137909,10 +137910,10 @@ webhooks: type: string enum: - created - personal_access_token_request: *547 - organization: *540 - sender: *542 - installation: *539 + personal_access_token_request: *548 + organization: *541 + sender: *543 + installation: *540 required: - action - personal_access_token_request @@ -137989,10 +137990,10 @@ webhooks: type: string enum: - denied - personal_access_token_request: *547 - organization: *540 - sender: *542 - installation: *539 + personal_access_token_request: *548 + organization: *541 + sender: *543 + installation: *540 required: - action - personal_access_token_request @@ -138106,7 +138107,7 @@ webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *548 + last_response: *549 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -138138,9 +138139,9 @@ webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *540 - repository: *541 - sender: *542 + organization: *541 + repository: *542 + sender: *543 zen: description: Random string of GitHub zen. type: string @@ -138394,9 +138395,9 @@ webhooks: - from required: - note - enterprise: *538 - installation: *539 - organization: *540 + enterprise: *539 + installation: *540 + organization: *541 project_card: title: Project Card type: object @@ -138518,8 +138519,8 @@ webhooks: - creator - created_at - updated_at - repository: *541 - sender: *542 + repository: *542 + sender: *543 required: - action - changes @@ -138609,9 +138610,9 @@ webhooks: type: string enum: - created - enterprise: *538 - installation: *539 - organization: *540 + enterprise: *539 + installation: *540 + organization: *541 project_card: title: Project Card type: object @@ -138733,8 +138734,8 @@ webhooks: - creator - created_at - updated_at - repository: *541 - sender: *542 + repository: *542 + sender: *543 required: - action - project_card @@ -138823,9 +138824,9 @@ webhooks: type: string enum: - deleted - enterprise: *538 - installation: *539 - organization: *540 + enterprise: *539 + installation: *540 + organization: *541 project_card: title: Project Card type: object @@ -138953,8 +138954,8 @@ webhooks: repository: anyOf: - type: 'null' - - *541 - sender: *542 + - *542 + sender: *543 required: - action - project_card @@ -139057,9 +139058,9 @@ webhooks: - from required: - note - enterprise: *538 - installation: *539 - organization: *540 + enterprise: *539 + installation: *540 + organization: *541 project_card: title: Project Card type: object @@ -139181,8 +139182,8 @@ webhooks: - creator - created_at - updated_at - repository: *541 - sender: *542 + repository: *542 + sender: *543 required: - action - changes @@ -139285,9 +139286,9 @@ webhooks: - from required: - column_id - enterprise: *538 - installation: *539 - organization: *540 + enterprise: *539 + installation: *540 + organization: *541 project_card: allOf: - title: Project Card @@ -139482,8 +139483,8 @@ webhooks: type: string required: - after_id - repository: *541 - sender: *542 + repository: *542 + sender: *543 required: - action - project_card @@ -139572,9 +139573,9 @@ webhooks: type: string enum: - closed - enterprise: *538 - installation: *539 - organization: *540 + enterprise: *539 + installation: *540 + organization: *541 project: title: Project type: object @@ -139700,8 +139701,8 @@ webhooks: - creator - created_at - updated_at - repository: *541 - sender: *542 + repository: *542 + sender: *543 required: - action - project @@ -139790,9 +139791,9 @@ webhooks: type: string enum: - created - enterprise: *538 - installation: *539 - organization: *540 + enterprise: *539 + installation: *540 + organization: *541 project_column: title: Project Column type: object @@ -139833,8 +139834,8 @@ webhooks: - name - created_at - updated_at - repository: *541 - sender: *542 + repository: *542 + sender: *543 required: - action - project_column @@ -139922,9 +139923,9 @@ webhooks: type: string enum: - deleted - enterprise: *538 - installation: *539 - organization: *540 + enterprise: *539 + installation: *540 + organization: *541 project_column: title: Project Column type: object @@ -139968,8 +139969,8 @@ webhooks: repository: anyOf: - type: 'null' - - *541 - sender: *542 + - *542 + sender: *543 required: - action - project_column @@ -140067,9 +140068,9 @@ webhooks: type: string required: - from - enterprise: *538 - installation: *539 - organization: *540 + enterprise: *539 + installation: *540 + organization: *541 project_column: title: Project Column type: object @@ -140110,8 +140111,8 @@ webhooks: - name - created_at - updated_at - repository: *541 - sender: *542 + repository: *542 + sender: *543 required: - action - changes @@ -140200,9 +140201,9 @@ webhooks: type: string enum: - moved - enterprise: *538 - installation: *539 - organization: *540 + enterprise: *539 + installation: *540 + organization: *541 project_column: title: Project Column type: object @@ -140243,8 +140244,8 @@ webhooks: - name - created_at - updated_at - repository: *541 - sender: *542 + repository: *542 + sender: *543 required: - action - project_column @@ -140333,9 +140334,9 @@ webhooks: type: string enum: - created - enterprise: *538 - installation: *539 - organization: *540 + enterprise: *539 + installation: *540 + organization: *541 project: title: Project type: object @@ -140461,8 +140462,8 @@ webhooks: - creator - created_at - updated_at - repository: *541 - sender: *542 + repository: *542 + sender: *543 required: - action - project @@ -140551,9 +140552,9 @@ webhooks: type: string enum: - deleted - enterprise: *538 - installation: *539 - organization: *540 + enterprise: *539 + installation: *540 + organization: *541 project: title: Project type: object @@ -140682,8 +140683,8 @@ webhooks: repository: anyOf: - type: 'null' - - *541 - sender: *542 + - *542 + sender: *543 required: - action - project @@ -140793,9 +140794,9 @@ webhooks: type: string required: - from - enterprise: *538 - installation: *539 - organization: *540 + enterprise: *539 + installation: *540 + organization: *541 project: title: Project type: object @@ -140921,8 +140922,8 @@ webhooks: - creator - created_at - updated_at - repository: *541 - sender: *542 + repository: *542 + sender: *543 required: - action - project @@ -141010,9 +141011,9 @@ webhooks: type: string enum: - reopened - enterprise: *538 - installation: *539 - organization: *540 + enterprise: *539 + installation: *540 + organization: *541 project: title: Project type: object @@ -141138,8 +141139,8 @@ webhooks: - creator - created_at - updated_at - repository: *541 - sender: *542 + repository: *542 + sender: *543 required: - action - project @@ -141228,9 +141229,9 @@ webhooks: type: string enum: - closed - installation: *539 - organization: *540 - projects_v2: &549 + installation: *540 + organization: *541 + projects_v2: &550 title: Projects v2 Project description: A projects v2 project type: object @@ -141298,7 +141299,7 @@ webhooks: - short_description - deleted_at - deleted_by - sender: *542 + sender: *543 required: - action - projects_v2 @@ -141387,10 +141388,10 @@ webhooks: type: string enum: - created - installation: *539 - organization: *540 - projects_v2: *549 - sender: *542 + installation: *540 + organization: *541 + projects_v2: *550 + sender: *543 required: - action - projects_v2 @@ -141479,10 +141480,10 @@ webhooks: type: string enum: - deleted - installation: *539 - organization: *540 - projects_v2: *549 - sender: *542 + installation: *540 + organization: *541 + projects_v2: *550 + sender: *543 required: - action - projects_v2 @@ -141611,10 +141612,10 @@ webhooks: type: string to: type: string - installation: *539 - organization: *540 - projects_v2: *549 - sender: *542 + installation: *540 + organization: *541 + projects_v2: *550 + sender: *543 required: - action - projects_v2 @@ -141721,9 +141722,9 @@ webhooks: - string - 'null' format: date-time - installation: *539 - organization: *540 - projects_v2_item: &550 + installation: *540 + organization: *541 + projects_v2_item: &551 title: Projects v2 Item description: An item belonging to a project type: object @@ -141769,7 +141770,7 @@ webhooks: - created_at - updated_at - archived_at - sender: *542 + sender: *543 required: - action - projects_v2_item @@ -141871,10 +141872,10 @@ webhooks: - 'null' to: type: string - installation: *539 - organization: *540 - projects_v2_item: *550 - sender: *542 + installation: *540 + organization: *541 + projects_v2_item: *551 + sender: *543 required: - action - projects_v2_item @@ -141964,10 +141965,10 @@ webhooks: type: string enum: - created - installation: *539 - organization: *540 - projects_v2_item: *550 - sender: *542 + installation: *540 + organization: *541 + projects_v2_item: *551 + sender: *543 required: - action - projects_v2_item @@ -142056,10 +142057,10 @@ webhooks: type: string enum: - deleted - installation: *539 - organization: *540 - projects_v2_item: *550 - sender: *542 + installation: *540 + organization: *541 + projects_v2_item: *551 + sender: *543 required: - action - projects_v2_item @@ -142178,10 +142179,10 @@ webhooks: - 'null' required: - body - installation: *539 - organization: *540 - projects_v2_item: *550 - sender: *542 + installation: *540 + organization: *541 + projects_v2_item: *551 + sender: *543 required: - action - projects_v2_item @@ -142286,10 +142287,10 @@ webhooks: type: - string - 'null' - installation: *539 - organization: *540 - projects_v2_item: *550 - sender: *542 + installation: *540 + organization: *541 + projects_v2_item: *551 + sender: *543 required: - action - projects_v2_item @@ -142396,10 +142397,10 @@ webhooks: - string - 'null' format: date-time - installation: *539 - organization: *540 - projects_v2_item: *550 - sender: *542 + installation: *540 + organization: *541 + projects_v2_item: *551 + sender: *543 required: - action - projects_v2_item @@ -142489,10 +142490,10 @@ webhooks: type: string enum: - reopened - installation: *539 - organization: *540 - projects_v2: *549 - sender: *542 + installation: *540 + organization: *541 + projects_v2: *550 + sender: *543 required: - action - projects_v2 @@ -142572,11 +142573,11 @@ webhooks: title: public event type: object properties: - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 - sender: *542 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 + sender: *543 required: - repository - sender @@ -142731,12 +142732,12 @@ webhooks: required: - login - id - enterprise: *538 - installation: *539 + enterprise: *539 + installation: *540 number: description: The pull request number. type: integer - organization: *540 + organization: *541 pull_request: title: Pull Request type: object @@ -145058,8 +145059,8 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *541 - sender: *542 + repository: *542 + sender: *543 required: - action - number @@ -145150,11 +145151,11 @@ webhooks: type: string enum: - auto_merge_disabled - enterprise: *538 - installation: *539 + enterprise: *539 + installation: *540 number: type: integer - organization: *540 + organization: *541 pull_request: title: Pull Request type: object @@ -147471,8 +147472,8 @@ webhooks: - draft reason: type: string - repository: *541 - sender: *542 + repository: *542 + sender: *543 required: - action - number @@ -147563,11 +147564,11 @@ webhooks: type: string enum: - auto_merge_enabled - enterprise: *538 - installation: *539 + enterprise: *539 + installation: *540 number: type: integer - organization: *540 + organization: *541 pull_request: title: Pull Request type: object @@ -149885,8 +149886,8 @@ webhooks: - draft reason: type: string - repository: *541 - sender: *542 + repository: *542 + sender: *543 required: - action - number @@ -149977,15 +149978,15 @@ webhooks: type: string enum: - closed - enterprise: *538 - installation: *539 + enterprise: *539 + installation: *540 number: description: The pull request number. type: integer - organization: *540 + organization: *541 pull_request: allOf: - - *444 + - *445 - type: object properties: allow_auto_merge: @@ -150047,8 +150048,8 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *541 - sender: *542 + repository: *542 + sender: *543 required: - action - number @@ -150138,15 +150139,15 @@ webhooks: type: string enum: - converted_to_draft - enterprise: *538 - installation: *539 + enterprise: *539 + installation: *540 number: description: The pull request number. type: integer - organization: *540 + organization: *541 pull_request: allOf: - - *444 + - *445 - type: object properties: allow_auto_merge: @@ -150208,8 +150209,8 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *541 - sender: *542 + repository: *542 + sender: *543 required: - action - number @@ -150298,12 +150299,12 @@ webhooks: type: string enum: - demilestoned - enterprise: *538 + enterprise: *539 milestone: *352 number: description: The pull request number. type: integer - organization: *540 + organization: *541 pull_request: title: Pull Request type: object @@ -152608,8 +152609,8 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *541 - sender: *542 + repository: *542 + sender: *543 required: - action - number @@ -152740,15 +152741,15 @@ webhooks: type: string required: - from - enterprise: *538 - installation: *539 + enterprise: *539 + installation: *540 number: description: The pull request number. type: integer - organization: *540 + organization: *541 pull_request: allOf: - - *444 + - *445 - type: object properties: allow_auto_merge: @@ -152810,8 +152811,8 @@ webhooks: Please use `squash_merge_commit_title` instead. type: boolean default: false - repository: *541 - sender: *542 + repository: *542 + sender: *543 required: - action - changes @@ -152900,8 +152901,8 @@ webhooks: type: string enum: - labeled - enterprise: *538 - installation: *539 + enterprise: *539 + installation: *540 label: title: Label type: object @@ -152938,7 +152939,7 @@ webhooks: number: description: The pull request number. type: integer - organization: *540 + organization: *541 pull_request: title: Pull Request type: object @@ -155261,8 +155262,8 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *541 - sender: *542 + repository: *542 + sender: *543 required: - action - number @@ -155352,12 +155353,12 @@ webhooks: type: string enum: - locked - enterprise: *538 - installation: *539 + enterprise: *539 + installation: *540 number: description: The pull request number. type: integer - organization: *540 + organization: *541 pull_request: title: Pull Request type: object @@ -157678,8 +157679,8 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *541 - sender: *542 + repository: *542 + sender: *543 required: - action - number @@ -157768,12 +157769,12 @@ webhooks: type: string enum: - milestoned - enterprise: *538 + enterprise: *539 milestone: *352 number: description: The pull request number. type: integer - organization: *540 + organization: *541 pull_request: title: Pull Request type: object @@ -160078,8 +160079,8 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *541 - sender: *542 + repository: *542 + sender: *543 required: - action - number @@ -160167,15 +160168,15 @@ webhooks: type: string enum: - opened - enterprise: *538 - installation: *539 + enterprise: *539 + installation: *540 number: description: The pull request number. type: integer - organization: *540 + organization: *541 pull_request: allOf: - - *444 + - *445 - type: object properties: allow_auto_merge: @@ -160237,8 +160238,8 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *541 - sender: *542 + repository: *542 + sender: *543 required: - action - number @@ -160328,15 +160329,15 @@ webhooks: type: string enum: - ready_for_review - enterprise: *538 - installation: *539 + enterprise: *539 + installation: *540 number: description: The pull request number. type: integer - organization: *540 + organization: *541 pull_request: allOf: - - *444 + - *445 - type: object properties: allow_auto_merge: @@ -160398,8 +160399,8 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *541 - sender: *542 + repository: *542 + sender: *543 required: - action - number @@ -160488,15 +160489,15 @@ webhooks: type: string enum: - reopened - enterprise: *538 - installation: *539 + enterprise: *539 + installation: *540 number: description: The pull request number. type: integer - organization: *540 + organization: *541 pull_request: allOf: - - *444 + - *445 - type: object properties: allow_auto_merge: @@ -160558,8 +160559,8 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *541 - sender: *542 + repository: *542 + sender: *543 required: - action - number @@ -160940,9 +160941,9 @@ webhooks: - start_side - side - reactions - enterprise: *538 - installation: *539 - organization: *540 + enterprise: *539 + installation: *540 + organization: *541 pull_request: type: object properties: @@ -163149,8 +163150,8 @@ webhooks: - _links - author_association - active_lock_reason - repository: *541 - sender: *542 + repository: *542 + sender: *543 required: - action - comment @@ -163529,9 +163530,9 @@ webhooks: - start_side - side - reactions - enterprise: *538 - installation: *539 - organization: *540 + enterprise: *539 + installation: *540 + organization: *541 pull_request: type: object properties: @@ -165726,8 +165727,8 @@ webhooks: - _links - author_association - active_lock_reason - repository: *541 - sender: *542 + repository: *542 + sender: *543 required: - action - comment @@ -166118,9 +166119,9 @@ webhooks: - start_side - side - reactions - enterprise: *538 - installation: *539 - organization: *540 + enterprise: *539 + installation: *540 + organization: *541 pull_request: type: object properties: @@ -168316,8 +168317,8 @@ webhooks: - _links - author_association - active_lock_reason - repository: *541 - sender: *542 + repository: *542 + sender: *543 required: - action - changes @@ -168407,9 +168408,9 @@ webhooks: type: string enum: - dismissed - enterprise: *538 - installation: *539 - organization: *540 + enterprise: *539 + installation: *540 + organization: *541 pull_request: title: Simple Pull Request type: object @@ -170619,7 +170620,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *541 + repository: *542 review: description: The review that was affected. type: object @@ -170771,7 +170772,7 @@ webhooks: - pull_request_url - author_association - _links - sender: *542 + sender: *543 required: - action - review @@ -170872,9 +170873,9 @@ webhooks: type: string required: - from - enterprise: *538 - installation: *539 - organization: *540 + enterprise: *539 + installation: *540 + organization: *541 pull_request: title: Simple Pull Request type: object @@ -172965,7 +172966,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *541 + repository: *542 review: description: The review that was affected. type: object @@ -173114,7 +173115,7 @@ webhooks: - pull_request_url - author_association - _links - sender: *542 + sender: *543 required: - action - changes @@ -173206,12 +173207,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *538 - installation: *539 + enterprise: *539 + installation: *540 number: description: The pull request number. type: integer - organization: *540 + organization: *541 pull_request: title: Pull Request type: object @@ -175531,7 +175532,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *541 + repository: *542 requested_reviewer: title: User type: @@ -175601,7 +175602,7 @@ webhooks: required: - login - id - sender: *542 + sender: *543 required: - requested_reviewer - action @@ -175615,12 +175616,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *538 - installation: *539 + enterprise: *539 + installation: *540 number: description: The pull request number. type: integer - organization: *540 + organization: *541 pull_request: title: Pull Request type: object @@ -177947,7 +177948,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *541 + repository: *542 requested_team: title: Team description: Groups of organization members that gives permissions @@ -178060,7 +178061,7 @@ webhooks: - members_url - repositories_url - permission - sender: *542 + sender: *543 required: - requested_team - action @@ -178152,12 +178153,12 @@ webhooks: type: string enum: - review_requested - enterprise: *538 - installation: *539 + enterprise: *539 + installation: *540 number: description: The pull request number. type: integer - organization: *540 + organization: *541 pull_request: title: Pull Request type: object @@ -180479,7 +180480,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *541 + repository: *542 requested_reviewer: title: User type: @@ -180550,7 +180551,7 @@ webhooks: required: - login - id - sender: *542 + sender: *543 required: - requested_reviewer - action @@ -180564,12 +180565,12 @@ webhooks: type: string enum: - review_requested - enterprise: *538 - installation: *539 + enterprise: *539 + installation: *540 number: description: The pull request number. type: integer - organization: *540 + organization: *541 pull_request: title: Pull Request type: object @@ -182882,7 +182883,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *541 + repository: *542 requested_team: title: Team description: Groups of organization members that gives permissions @@ -182986,7 +182987,7 @@ webhooks: required: - name - id - sender: *542 + sender: *543 required: - requested_team - action @@ -183076,9 +183077,9 @@ webhooks: type: string enum: - submitted - enterprise: *538 - installation: *539 - organization: *540 + enterprise: *539 + installation: *540 + organization: *541 pull_request: title: Simple Pull Request type: object @@ -185291,7 +185292,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *541 + repository: *542 review: description: The review that was affected. type: object @@ -185440,7 +185441,7 @@ webhooks: - pull_request_url - author_association - _links - sender: *542 + sender: *543 required: - action - review @@ -185529,9 +185530,9 @@ webhooks: type: string enum: - resolved - enterprise: *538 - installation: *539 - organization: *540 + enterprise: *539 + installation: *540 + organization: *541 pull_request: title: Simple Pull Request type: object @@ -187639,8 +187640,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *541 - sender: *542 + repository: *542 + sender: *543 thread: type: object properties: @@ -188038,9 +188039,9 @@ webhooks: type: string enum: - unresolved - enterprise: *538 - installation: *539 - organization: *540 + enterprise: *539 + installation: *540 + organization: *541 pull_request: title: Simple Pull Request type: object @@ -190131,8 +190132,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *541 - sender: *542 + repository: *542 + sender: *543 thread: type: object properties: @@ -190532,12 +190533,12 @@ webhooks: type: string before: type: string - enterprise: *538 - installation: *539 + enterprise: *539 + installation: *540 number: description: The pull request number. type: integer - organization: *540 + organization: *541 pull_request: title: Pull Request type: object @@ -192847,8 +192848,8 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *541 - sender: *542 + repository: *542 + sender: *543 required: - action - number @@ -193009,12 +193010,12 @@ webhooks: required: - login - id - enterprise: *538 - installation: *539 + enterprise: *539 + installation: *540 number: description: The pull request number. type: integer - organization: *540 + organization: *541 pull_request: title: Pull Request type: object @@ -195339,8 +195340,8 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *541 - sender: *542 + repository: *542 + sender: *543 required: - action - number @@ -195428,8 +195429,8 @@ webhooks: type: string enum: - unlabeled - enterprise: *538 - installation: *539 + enterprise: *539 + installation: *540 label: title: Label type: object @@ -195466,7 +195467,7 @@ webhooks: number: description: The pull request number. type: integer - organization: *540 + organization: *541 pull_request: title: Pull Request type: object @@ -197780,8 +197781,8 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *541 - sender: *542 + repository: *542 + sender: *543 required: - action - number @@ -197871,12 +197872,12 @@ webhooks: type: string enum: - unlocked - enterprise: *538 - installation: *539 + enterprise: *539 + installation: *540 number: description: The pull request number. type: integer - organization: *540 + organization: *541 pull_request: title: Pull Request type: object @@ -200180,8 +200181,8 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *541 - sender: *542 + repository: *542 + sender: *543 required: - action - number @@ -200392,7 +200393,7 @@ webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *538 + enterprise: *539 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -200487,8 +200488,8 @@ webhooks: - url - author - committer - installation: *539 - organization: *540 + installation: *540 + organization: *541 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -200981,7 +200982,7 @@ webhooks: - default_branch - topics - visibility - sender: *542 + sender: *543 required: - ref - before @@ -201076,9 +201077,9 @@ webhooks: type: string enum: - published - enterprise: *538 - installation: *539 - organization: *540 + enterprise: *539 + installation: *540 + organization: *541 registry_package: type: object properties: @@ -201549,7 +201550,7 @@ webhooks: type: string rubygems_metadata: type: array - items: *546 + items: *547 summary: type: string tag_name: @@ -201605,8 +201606,8 @@ webhooks: - owner - package_version - registry - repository: *541 - sender: *542 + repository: *542 + sender: *543 required: - action - registry_package @@ -201692,9 +201693,9 @@ webhooks: type: string enum: - updated - enterprise: *538 - installation: *539 - organization: *540 + enterprise: *539 + installation: *540 + organization: *541 registry_package: type: object properties: @@ -202000,7 +202001,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *546 + items: *547 summary: type: string tag_name: @@ -202050,8 +202051,8 @@ webhooks: - owner - package_version - registry - repository: *541 - sender: *542 + repository: *542 + sender: *543 required: - action - registry_package @@ -202137,9 +202138,9 @@ webhooks: type: string enum: - created - enterprise: *538 - installation: *539 - organization: *540 + enterprise: *539 + installation: *540 + organization: *541 release: title: Release description: The [release](https://docs.github.com/enterprise-server@3.10/rest/releases/releases/#get-a-release) @@ -202454,8 +202455,8 @@ webhooks: - tarball_url - zipball_url - body - repository: *541 - sender: *542 + repository: *542 + sender: *543 required: - action - release @@ -202541,9 +202542,9 @@ webhooks: type: string enum: - deleted - enterprise: *538 - installation: *539 - organization: *540 + enterprise: *539 + installation: *540 + organization: *541 release: title: Release description: The [release](https://docs.github.com/enterprise-server@3.10/rest/releases/releases/#get-a-release) @@ -202858,8 +202859,8 @@ webhooks: - tarball_url - zipball_url - body - repository: *541 - sender: *542 + repository: *542 + sender: *543 required: - action - release @@ -202976,9 +202977,9 @@ webhooks: type: boolean required: - to - enterprise: *538 - installation: *539 - organization: *540 + enterprise: *539 + installation: *540 + organization: *541 release: title: Release description: The [release](https://docs.github.com/enterprise-server@3.10/rest/releases/releases/#get-a-release) @@ -203293,8 +203294,8 @@ webhooks: - tarball_url - zipball_url - body - repository: *541 - sender: *542 + repository: *542 + sender: *543 required: - action - changes @@ -203381,9 +203382,9 @@ webhooks: type: string enum: - prereleased - enterprise: *538 - installation: *539 - organization: *540 + enterprise: *539 + installation: *540 + organization: *541 release: allOf: - title: Release @@ -203794,8 +203795,8 @@ webhooks: - 'null' required: - prerelease - repository: *541 - sender: *542 + repository: *542 + sender: *543 required: - action - release @@ -203880,9 +203881,9 @@ webhooks: type: string enum: - published - enterprise: *538 - installation: *539 - organization: *540 + enterprise: *539 + installation: *540 + organization: *541 release: allOf: - title: Release @@ -204290,8 +204291,8 @@ webhooks: - 'null' required: - published_at - repository: *541 - sender: *542 + repository: *542 + sender: *543 required: - action - release @@ -204376,9 +204377,9 @@ webhooks: type: string enum: - released - enterprise: *538 - installation: *539 - organization: *540 + enterprise: *539 + installation: *540 + organization: *541 release: title: Release description: The [release](https://docs.github.com/enterprise-server@3.10/rest/releases/releases/#get-a-release) @@ -204693,8 +204694,8 @@ webhooks: - tarball_url - zipball_url - body - repository: *541 - sender: *542 + repository: *542 + sender: *543 required: - action - release @@ -204779,9 +204780,9 @@ webhooks: type: string enum: - unpublished - enterprise: *538 - installation: *539 - organization: *540 + enterprise: *539 + installation: *540 + organization: *541 release: allOf: - title: Release @@ -205188,8 +205189,8 @@ webhooks: - 'null' required: - published_at - repository: *541 - sender: *542 + repository: *542 + sender: *543 required: - action - release @@ -205274,11 +205275,11 @@ webhooks: type: string enum: - anonymous_access_disabled - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 - sender: *542 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 + sender: *543 required: - action responses: @@ -205362,11 +205363,11 @@ webhooks: type: string enum: - anonymous_access_enabled - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 - sender: *542 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 + sender: *543 required: - action responses: @@ -205450,11 +205451,11 @@ webhooks: type: string enum: - archived - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 - sender: *542 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 + sender: *543 required: - action - repository @@ -205540,11 +205541,11 @@ webhooks: type: string enum: - created - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 - sender: *542 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 + sender: *543 required: - action - repository @@ -205631,11 +205632,11 @@ webhooks: type: string enum: - deleted - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 - sender: *542 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 + sender: *543 required: - action - repository @@ -205729,11 +205730,11 @@ webhooks: - object - 'null' additionalProperties: true - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 - sender: *542 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 + sender: *543 required: - action - branch @@ -205857,11 +205858,11 @@ webhooks: - 'null' items: type: string - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 - sender: *542 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 + sender: *543 required: - action - changes @@ -205948,11 +205949,11 @@ webhooks: type: string enum: - privatized - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 - sender: *542 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 + sender: *543 required: - action - repository @@ -206038,11 +206039,11 @@ webhooks: type: string enum: - publicized - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 - sender: *542 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 + sender: *543 required: - action - repository @@ -206145,11 +206146,11 @@ webhooks: - name required: - repository - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 - sender: *542 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 + sender: *543 required: - action - changes @@ -206376,11 +206377,11 @@ webhooks: - from required: - owner - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 - sender: *542 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 + sender: *543 required: - action - changes @@ -206467,11 +206468,11 @@ webhooks: type: string enum: - unarchived - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 - sender: *542 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 + sender: *543 required: - action - repository @@ -206716,11 +206717,11 @@ webhooks: - open required: - state - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 - sender: *542 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 + sender: *543 required: - action - alert @@ -207048,11 +207049,11 @@ webhooks: - dismiss_reason - dismissed_at - state - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 - sender: *542 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 + sender: *543 required: - action - alert @@ -207297,11 +207298,11 @@ webhooks: - open required: - state - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 - sender: *542 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 + sender: *543 required: - action - alert @@ -207551,11 +207552,11 @@ webhooks: - open required: - state - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 - sender: *542 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 + sender: *543 required: - action - alert @@ -207642,7 +207643,7 @@ webhooks: type: string enum: - created - alert: &551 + alert: &552 type: object properties: number: *90 @@ -207714,11 +207715,11 @@ webhooks: format: date-time description: 'The time that push protection was bypassed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 - sender: *542 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 + sender: *543 required: - action - alert @@ -207808,12 +207809,12 @@ webhooks: type: string enum: - created - alert: *551 - installation: *539 - location: *552 - organization: *540 - repository: *541 - sender: *542 + alert: *552 + installation: *540 + location: *553 + organization: *541 + repository: *542 + sender: *543 required: - location - alert @@ -208058,12 +208059,12 @@ webhooks: type: string enum: - reopened - alert: *551 - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 - sender: *542 + alert: *552 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 + sender: *543 required: - action - alert @@ -208150,12 +208151,12 @@ webhooks: type: string enum: - resolved - alert: *551 - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 - sender: *542 + alert: *552 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 + sender: *543 required: - action - alert @@ -208242,12 +208243,12 @@ webhooks: type: string enum: - revoked - alert: *551 - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 - sender: *542 + alert: *552 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 + sender: *543 required: - action - alert @@ -208332,10 +208333,10 @@ webhooks: type: string enum: - published - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -208449,7 +208450,7 @@ webhooks: - updated_at - withdrawn_at - vulnerabilities - sender: *542 + sender: *543 required: - action - security_advisory @@ -208531,10 +208532,10 @@ webhooks: type: string enum: - updated - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -208648,7 +208649,7 @@ webhooks: - updated_at - withdrawn_at - vulnerabilities - sender: *542 + sender: *543 required: - action - security_advisory @@ -208730,10 +208731,10 @@ webhooks: type: string enum: - withdrawn - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -208845,7 +208846,7 @@ webhooks: - updated_at - withdrawn_at - vulnerabilities - sender: *542 + sender: *543 required: - action - security_advisory @@ -208929,11 +208930,11 @@ webhooks: type: object properties: security_and_analysis: *219 - enterprise: *538 - installation: *539 - organization: *540 + enterprise: *539 + installation: *540 + organization: *541 repository: *262 - sender: *542 + sender: *543 required: - changes - repository @@ -209020,11 +209021,11 @@ webhooks: type: string enum: - cancelled - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 - sender: *542 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 + sender: *543 sponsorship: type: object properties: @@ -209334,11 +209335,11 @@ webhooks: type: string enum: - created - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 - sender: *542 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 + sender: *543 sponsorship: type: object properties: @@ -209662,11 +209663,11 @@ webhooks: type: string required: - from - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 - sender: *542 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 + sender: *543 sponsorship: type: object properties: @@ -209984,11 +209985,11 @@ webhooks: event types will include the date the cancellation or tier change will take effect. type: string - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 - sender: *542 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 + sender: *543 sponsorship: type: object properties: @@ -210347,11 +210348,11 @@ webhooks: event types will include the date the cancellation or tier change will take effect. type: string - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 - sender: *542 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 + sender: *543 sponsorship: type: object properties: @@ -210708,11 +210709,11 @@ webhooks: - from required: - tier - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 - sender: *542 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 + sender: *543 sponsorship: type: object properties: @@ -211022,11 +211023,11 @@ webhooks: type: string enum: - created - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 - sender: *542 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 + sender: *543 starred_at: description: 'The time the star was created. This is a timestamp in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`. Will be `null` for @@ -211119,11 +211120,11 @@ webhooks: type: string enum: - deleted - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 - sender: *542 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 + sender: *543 starred_at: description: 'The time the star was created. This is a timestamp in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`. Will be `null` for @@ -211561,16 +211562,16 @@ webhooks: type: - string - 'null' - enterprise: *538 + enterprise: *539 id: description: The unique identifier of the status. type: integer - installation: *539 + installation: *540 name: type: string - organization: *540 - repository: *541 - sender: *542 + organization: *541 + repository: *542 + sender: *543 sha: description: The Commit SHA. type: string @@ -211682,11 +211683,11 @@ webhooks: title: team_add event type: object properties: - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 - sender: *542 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 + sender: *543 team: title: Team description: Groups of organization members that gives permissions @@ -211890,9 +211891,9 @@ webhooks: type: string enum: - added_to_repository - enterprise: *538 - installation: *539 - organization: *540 + enterprise: *539 + installation: *540 + organization: *541 repository: title: Repository description: A git repository @@ -212352,7 +212353,7 @@ webhooks: - default_branch - topics - visibility - sender: *542 + sender: *543 team: title: Team description: Groups of organization members that gives permissions @@ -212556,9 +212557,9 @@ webhooks: type: string enum: - created - enterprise: *538 - installation: *539 - organization: *540 + enterprise: *539 + installation: *540 + organization: *541 repository: title: Repository description: A git repository @@ -213018,7 +213019,7 @@ webhooks: - default_branch - topics - visibility - sender: *542 + sender: *543 team: title: Team description: Groups of organization members that gives permissions @@ -213223,9 +213224,9 @@ webhooks: type: string enum: - deleted - enterprise: *538 - installation: *539 - organization: *540 + enterprise: *539 + installation: *540 + organization: *541 repository: title: Repository description: A git repository @@ -213685,7 +213686,7 @@ webhooks: - default_branch - topics - visibility - sender: *542 + sender: *543 team: title: Team description: Groups of organization members that gives permissions @@ -213957,9 +213958,9 @@ webhooks: - from required: - permissions - enterprise: *538 - installation: *539 - organization: *540 + enterprise: *539 + installation: *540 + organization: *541 repository: title: Repository description: A git repository @@ -214419,7 +214420,7 @@ webhooks: - default_branch - topics - visibility - sender: *542 + sender: *543 team: title: Team description: Groups of organization members that gives permissions @@ -214625,9 +214626,9 @@ webhooks: type: string enum: - removed_from_repository - enterprise: *538 - installation: *539 - organization: *540 + enterprise: *539 + installation: *540 + organization: *541 repository: title: Repository description: A git repository @@ -215087,7 +215088,7 @@ webhooks: - default_branch - topics - visibility - sender: *542 + sender: *543 team: title: Team description: Groups of organization members that gives permissions @@ -215288,11 +215289,11 @@ webhooks: type: string enum: - created - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 - sender: *542 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 + sender: *543 user: title: User type: @@ -215439,11 +215440,11 @@ webhooks: type: string enum: - deleted - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 - sender: *542 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 + sender: *543 user: title: User type: @@ -215593,11 +215594,11 @@ webhooks: type: string enum: - started - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 - sender: *542 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 + sender: *543 required: - action - repository @@ -215679,18 +215680,18 @@ webhooks: title: workflow_dispatch event type: object properties: - enterprise: *538 + enterprise: *539 inputs: type: - object - 'null' additionalProperties: true - installation: *539 - organization: *540 + installation: *540 + organization: *541 ref: type: string - repository: *541 - sender: *542 + repository: *542 + sender: *543 workflow: type: string required: @@ -215781,11 +215782,11 @@ webhooks: type: string enum: - completed - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 - sender: *542 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 + sender: *543 workflow_job: allOf: - title: Workflow Job @@ -216129,11 +216130,11 @@ webhooks: type: string enum: - in_progress - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 - sender: *542 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 + sender: *543 workflow_job: allOf: - title: Workflow Job @@ -216503,11 +216504,11 @@ webhooks: type: string enum: - queued - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 - sender: *542 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 + sender: *543 workflow_job: type: object properties: @@ -216741,11 +216742,11 @@ webhooks: type: string enum: - waiting - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 - sender: *542 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 + sender: *543 workflow_job: type: object properties: @@ -216981,11 +216982,11 @@ webhooks: type: string enum: - completed - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 - sender: *542 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 + sender: *543 workflow: title: Workflow type: @@ -218507,11 +218508,11 @@ webhooks: type: string enum: - in_progress - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 - sender: *542 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 + sender: *543 workflow: title: Workflow type: @@ -220035,11 +220036,11 @@ webhooks: type: string enum: - requested - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 - sender: *542 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 + sender: *543 workflow: title: Workflow type: diff --git a/descriptions-next/ghes-3.10/dereferenced/ghes-3.10.deref.json b/descriptions-next/ghes-3.10/dereferenced/ghes-3.10.deref.json index 79c5b95bec..e3c1fc7bd1 100644 --- a/descriptions-next/ghes-3.10/dereferenced/ghes-3.10.deref.json +++ b/descriptions-next/ghes-3.10/dereferenced/ghes-3.10.deref.json @@ -272982,9 +272982,10 @@ }, { "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)\" in the Git documentation.", + "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.", "in": "path", "required": true, + "example": "heads/feature-a", "schema": { "type": "string" }, @@ -273127,9 +273128,10 @@ }, { "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)\" in the Git documentation.", + "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.", "in": "path", "required": true, + "example": "heads/feature-a", "schema": { "type": "string" }, @@ -273472,7 +273474,7 @@ "/repos/{owner}/{repo}/git/refs/{ref}": { "patch": { "summary": "Update a reference", - "description": "", + "description": "Updates the provided reference to point to a new SHA. For more information, see \"[Git References](https://git-scm.com/book/en/v2/Git-Internals-Git-References)\" in the Git documentation.", "tags": [ "git" ], @@ -273502,10 +273504,10 @@ }, { "name": "ref", - "description": "The name of the reference to update (for example, `heads/featureA`). Can be a 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)\" in the Git documentation.", + "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.", "in": "path", "required": true, - "example": "heads/featureA", + "example": "heads/feature-a", "schema": { "type": "string" }, @@ -273700,7 +273702,7 @@ }, "delete": { "summary": "Delete a reference", - "description": "", + "description": "Deletes the provided reference.", "tags": [ "git" ], @@ -273730,9 +273732,10 @@ }, { "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)\" in the Git documentation.", + "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.", "in": "path", "required": true, + "example": "heads/feature-a", "schema": { "type": "string" }, diff --git a/descriptions-next/ghes-3.10/dereferenced/ghes-3.10.deref.yaml b/descriptions-next/ghes-3.10/dereferenced/ghes-3.10.deref.yaml index c92c1c9faf..1b19a29951 100644 --- a/descriptions-next/ghes-3.10/dereferenced/ghes-3.10.deref.yaml +++ b/descriptions-next/ghes-3.10/dereferenced/ghes-3.10.deref.yaml @@ -3825,7 +3825,7 @@ paths: application/json: schema: *27 application/scim+json: - schema: &474 + schema: &475 title: Scim Error description: Scim Error type: object @@ -13647,14 +13647,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &465 + state: &466 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: &466 + resolution: &467 type: - string - 'null' @@ -14522,7 +14522,7 @@ paths: - author_association - created_at - updated_at - comment: &401 + comment: &402 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -15083,7 +15083,7 @@ paths: url: type: string format: uri - user: &512 + user: &513 title: Public User description: Public User type: object @@ -18361,7 +18361,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.10/rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &429 + - &430 name: all description: If `true`, show notifications marked as read. in: query @@ -18369,7 +18369,7 @@ paths: schema: type: boolean default: false - - &430 + - &431 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -18379,7 +18379,7 @@ paths: type: boolean default: false - *105 - - &431 + - &432 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: @@ -18880,7 +18880,7 @@ paths: - url - subscription_url examples: - default: &432 + default: &433 value: - id: '1' repository: @@ -19411,7 +19411,7 @@ paths: type: array items: *66 examples: - default: &521 + default: &522 value: - login: github id: 1 @@ -20544,7 +20544,7 @@ paths: type: array items: *81 examples: - default: &518 + default: &519 value: total_count: 1 repositories: @@ -25319,7 +25319,7 @@ paths: application/json: schema: *33 examples: - default: &398 + default: &399 value: id: 1 account: @@ -27019,7 +27019,7 @@ paths: - nuget - container - *126 - - &522 + - &523 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -27060,7 +27060,7 @@ paths: default: *201 '403': *38 '401': *36 - '400': &524 + '400': &525 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -30119,7 +30119,7 @@ paths: - *9 - *5 - *4 - - &463 + - &464 name: before description: A cursor, as given in the [Link header](https://docs.github.com/enterprise-server@3.10/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events before this cursor. To @@ -30129,7 +30129,7 @@ paths: required: false schema: type: string - - &464 + - &465 name: after description: A cursor, as given in the [Link header](https://docs.github.com/enterprise-server@3.10/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events after this cursor. To @@ -31305,7 +31305,7 @@ paths: - updated_at - url examples: - default: &502 + default: &503 value: - author: login: octocat @@ -31550,7 +31550,7 @@ paths: application/json: schema: *234 examples: - default: &503 + default: &504 value: author: login: octocat @@ -31739,7 +31739,7 @@ paths: - updated_at - url examples: - default: &504 + default: &505 value: - author: login: octocat @@ -31962,7 +31962,7 @@ paths: application/json: schema: *237 examples: - default: &505 + default: &506 value: author: login: octocat @@ -32634,7 +32634,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &506 + response-if-user-is-a-team-maintainer: &507 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -32697,7 +32697,7 @@ paths: application/json: schema: *248 examples: - response-if-users-membership-with-team-is-now-pending: &507 + response-if-users-membership-with-team-is-now-pending: &508 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -32837,7 +32837,7 @@ paths: - updated_at - permissions examples: - default: &508 + default: &509 value: - owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -32913,7 +32913,7 @@ paths: application/json: schema: *249 examples: - default: &509 + default: &510 value: owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -33113,7 +33113,7 @@ paths: description: Alternative response with repository permissions content: application/json: - schema: &510 + schema: &511 title: Team Repository description: A team's access to a repository. type: object @@ -33840,7 +33840,7 @@ paths: type: array items: *253 examples: - response-if-child-teams-exist: &511 + response-if-child-teams-exist: &512 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -41920,7 +41920,7 @@ paths: required: - sha - url - verification: &392 + verification: &393 title: Verification type: object properties: @@ -45146,7 +45146,7 @@ paths: check. type: array items: *321 - deployment: &543 + deployment: &544 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -49453,7 +49453,7 @@ paths: type: array items: *348 examples: - default: &449 + default: &450 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -49740,7 +49740,7 @@ paths: application/json: schema: type: array - items: &439 + items: &440 title: Pull Request Simple description: Pull Request Simple type: object @@ -49984,7 +49984,7 @@ paths: - review_comment - self author_association: *102 - auto_merge: &441 + auto_merge: &442 title: Auto merge description: The status of auto merging a pull request. type: @@ -50049,7 +50049,7 @@ paths: - author_association - auto_merge examples: - default: &440 + default: &441 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -50604,7 +50604,7 @@ paths: application/json: schema: *348 examples: - default: &426 + default: &427 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -51222,7 +51222,7 @@ paths: application/json: schema: type: array - items: &469 + items: &470 title: Status description: The status of a commit. type: object @@ -52021,7 +52021,7 @@ paths: - size - type - url - - &454 + - &455 title: Content File description: Content File type: object @@ -52308,7 +52308,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *34 '403': *38 - '302': &458 + '302': &459 description: Found x-github: githubCloudOnly: false @@ -57459,7 +57459,16 @@ paths: parameters: - *251 - *252 - - *354 + - &390 + 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. + in: path + required: true + example: heads/feature-a + schema: + type: string + x-multi-segment: true responses: '200': description: Response @@ -57467,7 +57476,7 @@ paths: application/json: schema: type: array - items: &390 + items: &391 title: Git Reference description: Git references within a repository type: object @@ -57543,15 +57552,15 @@ paths: parameters: - *251 - *252 - - *354 + - *390 responses: '200': description: Response content: application/json: - schema: *390 + schema: *391 examples: - default: &391 + default: &392 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -57609,9 +57618,9 @@ paths: description: Response content: application/json: - schema: *390 + schema: *391 examples: - default: *391 + default: *392 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -57626,7 +57635,9 @@ paths: "/repos/{owner}/{repo}/git/refs/{ref}": patch: summary: Update a reference - description: '' + description: Updates the provided reference to point to a new SHA. For more + information, see "[Git References](https://git-scm.com/book/en/v2/Git-Internals-Git-References)" + in the Git documentation. tags: - git operationId: git/update-ref @@ -57636,17 +57647,7 @@ paths: parameters: - *251 - *252 - - name: ref - description: The name of the reference to update (for example, `heads/featureA`). - Can be a 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)" - in the Git documentation. - in: path - required: true - example: heads/featureA - schema: - type: string - x-multi-segment: true + - *390 requestBody: required: true content: @@ -57675,9 +57676,9 @@ paths: description: Response content: application/json: - schema: *390 + schema: *391 examples: - default: *391 + default: *392 '422': *29 x-github: githubCloudOnly: false @@ -57686,7 +57687,7 @@ paths: subcategory: refs delete: summary: Delete a reference - description: '' + description: Deletes the provided reference. tags: - git operationId: git/delete-ref @@ -57696,7 +57697,7 @@ paths: parameters: - *251 - *252 - - *354 + - *390 responses: '204': description: Response @@ -57815,7 +57816,7 @@ paths: description: Response content: application/json: - schema: &393 + schema: &394 title: Git Tag description: Metadata for a Git tag type: object @@ -57871,7 +57872,7 @@ paths: - sha - type - url - verification: *392 + verification: *393 required: - sha - url @@ -57881,7 +57882,7 @@ paths: - tag - message examples: - default: &394 + default: &395 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -57963,9 +57964,9 @@ paths: description: Response content: application/json: - schema: *393 + schema: *394 examples: - default: *394 + default: *395 '404': *34 x-github: githubCloudOnly: false @@ -58063,7 +58064,7 @@ paths: description: Response content: application/json: - schema: &395 + schema: &396 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -58204,7 +58205,7 @@ paths: description: Response content: application/json: - schema: *395 + schema: *396 examples: default-response: summary: Default response @@ -58273,7 +58274,7 @@ paths: application/json: schema: type: array - items: &396 + items: &397 title: Webhook description: Webhooks for repositories. type: object @@ -58336,7 +58337,7 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &548 + last_response: &549 title: Hook Response type: object properties: @@ -58467,9 +58468,9 @@ paths: description: Response content: application/json: - schema: *396 + schema: *397 examples: - default: &397 + default: &398 value: type: Repository id: 12345678 @@ -58525,9 +58526,9 @@ paths: description: Response content: application/json: - schema: *396 + schema: *397 examples: - default: *397 + default: *398 '404': *34 x-github: githubCloudOnly: false @@ -58594,9 +58595,9 @@ paths: description: Response content: application/json: - schema: *396 + schema: *397 examples: - default: *397 + default: *398 '422': *29 '404': *34 x-github: @@ -58869,7 +58870,7 @@ paths: application/json: schema: *33 examples: - default: *398 + default: *399 '301': *263 '404': *34 x-github: @@ -58900,7 +58901,7 @@ paths: application/json: schema: type: array - items: &399 + items: &400 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -58961,7 +58962,7 @@ paths: - html_url - created_at examples: - default: &526 + default: &527 value: - id: 1 repository: @@ -59094,7 +59095,7 @@ paths: parameters: - *251 - *252 - - &400 + - &401 name: invitation_id description: The unique identifier of the invitation. in: path @@ -59129,7 +59130,7 @@ paths: description: Response content: application/json: - schema: *399 + schema: *400 examples: default: value: @@ -59262,7 +59263,7 @@ paths: parameters: - *251 - *252 - - *400 + - *401 responses: '204': description: Response @@ -59622,7 +59623,7 @@ paths: application/json: schema: *115 examples: - default: &404 + default: &405 value: id: 1 node_id: MDU6SXNzdWUx @@ -59808,7 +59809,7 @@ paths: parameters: - *251 - *252 - - &447 + - &448 name: sort description: The property to sort the results by. in: query @@ -59838,9 +59839,9 @@ paths: application/json: schema: type: array - items: *401 + items: *402 examples: - default: &406 + default: &407 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -59906,9 +59907,9 @@ paths: description: Response content: application/json: - schema: *401 + schema: *402 examples: - default: &402 + default: &403 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -59986,9 +59987,9 @@ paths: description: Response content: application/json: - schema: *401 + schema: *402 examples: - default: *402 + default: *403 '422': *29 x-github: githubCloudOnly: false @@ -60177,7 +60178,7 @@ paths: application/json: schema: type: array - items: &403 + items: &404 title: Issue Event description: Issue Event type: object @@ -60528,7 +60529,7 @@ paths: description: Response content: application/json: - schema: *403 + schema: *404 examples: default: value: @@ -60759,7 +60760,7 @@ paths: parameters: - *251 - *252 - - &405 + - &406 name: issue_number description: The number that identifies the issue. in: path @@ -60773,7 +60774,7 @@ paths: application/json: schema: *115 examples: - default: *404 + default: *405 '301': *263 '404': *34 '410': *218 @@ -60803,7 +60804,7 @@ paths: parameters: - *251 - *252 - - *405 + - *406 requestBody: required: false content: @@ -60912,7 +60913,7 @@ paths: application/json: schema: *115 examples: - default: *404 + default: *405 '422': *29 '503': *100 '403': *38 @@ -60938,7 +60939,7 @@ paths: parameters: - *251 - *252 - - *405 + - *406 requestBody: required: false content: @@ -60966,7 +60967,7 @@ paths: application/json: schema: *115 examples: - default: *404 + default: *405 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60984,7 +60985,7 @@ paths: parameters: - *251 - *252 - - *405 + - *406 requestBody: content: application/json: @@ -61011,7 +61012,7 @@ paths: application/json: schema: *115 examples: - default: *404 + default: *405 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61035,7 +61036,7 @@ paths: parameters: - *251 - *252 - - *405 + - *406 - name: assignee in: path required: true @@ -61077,7 +61078,7 @@ paths: parameters: - *251 - *252 - - *405 + - *406 - *105 - *4 - *5 @@ -61088,9 +61089,9 @@ paths: application/json: schema: type: array - items: *401 + items: *402 examples: - default: *406 + default: *407 headers: Link: *6 '404': *34 @@ -61125,7 +61126,7 @@ paths: parameters: - *251 - *252 - - *405 + - *406 requestBody: required: true content: @@ -61147,9 +61148,9 @@ paths: description: Response content: application/json: - schema: *401 + schema: *402 examples: - default: *402 + default: *403 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 @@ -61178,7 +61179,7 @@ paths: parameters: - *251 - *252 - - *405 + - *406 - *4 - *5 responses: @@ -61192,7 +61193,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &409 + - &410 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -61241,7 +61242,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &410 + - &411 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -61369,7 +61370,7 @@ paths: - performed_via_github_app - assignee - assigner - - &411 + - &412 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -61415,7 +61416,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &412 + - &413 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -61461,7 +61462,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &413 + - &414 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -61510,7 +61511,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &414 + - &415 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -61552,7 +61553,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &415 + - &416 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -61594,7 +61595,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &416 + - &417 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -61650,7 +61651,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &417 + - &418 title: Locked Issue Event description: Locked Issue Event type: object @@ -61695,7 +61696,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &418 + - &419 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -61756,7 +61757,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &419 + - &420 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -61817,7 +61818,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &420 + - &421 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -61878,7 +61879,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &421 + - &422 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -61990,7 +61991,7 @@ paths: parameters: - *251 - *252 - - *405 + - *406 - *4 - *5 responses: @@ -62000,7 +62001,7 @@ paths: application/json: schema: type: array - items: &407 + items: &408 title: Label description: Color-coded labels help you categorize and filter your issues (just like labels in Gmail). @@ -62051,7 +62052,7 @@ paths: - color - default examples: - default: &408 + default: &409 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -62090,7 +62091,7 @@ paths: parameters: - *251 - *252 - - *405 + - *406 requestBody: required: false content: @@ -62149,9 +62150,9 @@ paths: application/json: schema: type: array - items: *407 + items: *408 examples: - default: *408 + default: *409 '301': *263 '404': *34 '410': *218 @@ -62173,7 +62174,7 @@ paths: parameters: - *251 - *252 - - *405 + - *406 requestBody: required: false content: @@ -62233,9 +62234,9 @@ paths: application/json: schema: type: array - items: *407 + items: *408 examples: - default: *408 + default: *409 '301': *263 '404': *34 '410': *218 @@ -62257,7 +62258,7 @@ paths: parameters: - *251 - *252 - - *405 + - *406 responses: '204': description: Response @@ -62284,7 +62285,7 @@ paths: parameters: - *251 - *252 - - *405 + - *406 - name: name in: path required: true @@ -62297,7 +62298,7 @@ paths: application/json: schema: type: array - items: *407 + items: *408 examples: default: value: @@ -62332,7 +62333,7 @@ paths: parameters: - *251 - *252 - - *405 + - *406 requestBody: required: false content: @@ -62381,7 +62382,7 @@ paths: parameters: - *251 - *252 - - *405 + - *406 responses: '204': description: Response @@ -62405,7 +62406,7 @@ paths: parameters: - *251 - *252 - - *405 + - *406 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.10/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to an issue. @@ -62457,7 +62458,7 @@ paths: parameters: - *251 - *252 - - *405 + - *406 requestBody: required: true content: @@ -62521,7 +62522,7 @@ paths: parameters: - *251 - *252 - - *405 + - *406 - *243 responses: '204': @@ -62544,7 +62545,7 @@ paths: parameters: - *251 - *252 - - *405 + - *406 - *4 - *5 responses: @@ -62559,7 +62560,6 @@ paths: description: Timeline Event type: object anyOf: - - *409 - *410 - *411 - *412 @@ -62572,6 +62572,7 @@ paths: - *419 - *420 - *421 + - *422 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -62890,7 +62891,7 @@ paths: type: string comments: type: array - items: &442 + items: &443 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -63429,7 +63430,7 @@ paths: application/json: schema: type: array - items: &422 + items: &423 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -63530,9 +63531,9 @@ paths: description: Response content: application/json: - schema: *422 + schema: *423 examples: - default: &423 + default: &424 value: id: 1 key: ssh-rsa AAA... @@ -63567,7 +63568,7 @@ paths: parameters: - *251 - *252 - - &424 + - &425 name: key_id description: The unique identifier of the key. in: path @@ -63579,9 +63580,9 @@ paths: description: Response content: application/json: - schema: *422 + schema: *423 examples: - default: *423 + default: *424 '404': *34 x-github: githubCloudOnly: false @@ -63601,7 +63602,7 @@ paths: parameters: - *251 - *252 - - *424 + - *425 responses: '204': description: Response @@ -63632,9 +63633,9 @@ paths: application/json: schema: type: array - items: *407 + items: *408 examples: - default: *408 + default: *409 headers: Link: *6 '404': *34 @@ -63692,9 +63693,9 @@ paths: description: Response content: application/json: - schema: *407 + schema: *408 examples: - default: &425 + default: &426 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -63738,9 +63739,9 @@ paths: description: Response content: application/json: - schema: *407 + schema: *408 examples: - default: *425 + default: *426 '404': *34 x-github: githubCloudOnly: false @@ -63797,7 +63798,7 @@ paths: description: Response content: application/json: - schema: *407 + schema: *408 examples: default: value: @@ -64194,7 +64195,7 @@ paths: application/json: schema: *348 examples: - default: *426 + default: *427 '204': description: Response when already merged '404': @@ -64360,7 +64361,7 @@ paths: application/json: schema: *352 examples: - default: &427 + default: &428 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -64421,7 +64422,7 @@ paths: parameters: - *251 - *252 - - &428 + - &429 name: milestone_number description: The number that identifies the milestone. in: path @@ -64435,7 +64436,7 @@ paths: application/json: schema: *352 examples: - default: *427 + default: *428 '404': *34 x-github: githubCloudOnly: false @@ -64454,7 +64455,7 @@ paths: parameters: - *251 - *252 - - *428 + - *429 requestBody: required: false content: @@ -64494,7 +64495,7 @@ paths: application/json: schema: *352 examples: - default: *427 + default: *428 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64512,7 +64513,7 @@ paths: parameters: - *251 - *252 - - *428 + - *429 responses: '204': description: Response @@ -64535,7 +64536,7 @@ paths: parameters: - *251 - *252 - - *428 + - *429 - *4 - *5 responses: @@ -64545,9 +64546,9 @@ paths: application/json: schema: type: array - items: *407 + items: *408 examples: - default: *408 + default: *409 headers: Link: *6 x-github: @@ -64568,10 +64569,10 @@ paths: parameters: - *251 - *252 - - *429 - *430 - - *105 - *431 + - *105 + - *432 - *4 - *5 responses: @@ -64583,7 +64584,7 @@ paths: type: array items: *122 examples: - default: *432 + default: *433 headers: Link: *6 x-github: @@ -64673,7 +64674,7 @@ paths: description: Response content: application/json: - schema: &433 + schema: &434 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -64817,7 +64818,7 @@ paths: - custom_404 - public examples: - default: &434 + default: &435 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -64912,9 +64913,9 @@ paths: description: Response content: application/json: - schema: *433 + schema: *434 examples: - default: *434 + default: *435 '422': *29 '409': *287 x-github: @@ -65076,7 +65077,7 @@ paths: application/json: schema: type: array - items: &435 + items: &436 title: Page Build description: Page Build type: object @@ -65223,9 +65224,9 @@ paths: description: Response content: application/json: - schema: *435 + schema: *436 examples: - default: &436 + default: &437 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -65285,9 +65286,9 @@ paths: description: Response content: application/json: - schema: *435 + schema: *436 examples: - default: *436 + default: *437 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65426,7 +65427,7 @@ paths: application/json: schema: type: array - items: &437 + items: &438 type: object properties: id: @@ -65468,9 +65469,9 @@ paths: description: Response content: application/json: - schema: *437 + schema: *438 examples: - default: &438 + default: &439 value: id: 42 name: Check Commits @@ -65500,7 +65501,7 @@ paths: description: Response content: application/json: - schema: *437 + schema: *438 examples: default: value: @@ -65553,9 +65554,9 @@ paths: global level. content: application/json: - schema: *437 + schema: *438 examples: - default: *438 + default: *439 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65785,9 +65786,9 @@ paths: application/json: schema: type: array - items: *439 + items: *440 examples: - default: *440 + default: *441 headers: Link: *6 '304': *37 @@ -65888,7 +65889,7 @@ paths: description: Response content: application/json: - schema: &444 + schema: &445 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -67011,7 +67012,7 @@ paths: - review_comment - self author_association: *102 - auto_merge: *441 + auto_merge: *442 draft: description: Indicates whether or not the pull request is a draft. type: boolean @@ -67113,7 +67114,7 @@ paths: - merged_by - review_comments examples: - default: &445 + default: &446 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -67670,9 +67671,9 @@ paths: application/json: schema: type: array - items: *442 + items: *443 examples: - default: &448 + default: &449 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -67757,9 +67758,9 @@ paths: description: Response content: application/json: - schema: *442 + schema: *443 examples: - default: &443 + default: &444 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -67858,9 +67859,9 @@ paths: description: Response content: application/json: - schema: *442 + schema: *443 examples: - default: *443 + default: *444 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68062,7 +68063,7 @@ paths: parameters: - *251 - *252 - - &446 + - &447 name: pull_number description: The number that identifies the pull request. in: path @@ -68075,9 +68076,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *444 + schema: *445 examples: - default: *445 + default: *446 '304': *37 '404': *34 '500': *206 @@ -68110,7 +68111,7 @@ paths: parameters: - *251 - *252 - - *446 + - *447 requestBody: required: false content: @@ -68152,9 +68153,9 @@ paths: description: Response content: application/json: - schema: *444 + schema: *445 examples: - default: *445 + default: *446 '422': *29 '403': *38 x-github: @@ -68184,8 +68185,8 @@ paths: parameters: - *251 - *252 - - *446 - *447 + - *448 - name: direction description: The direction to sort results. Ignored without `sort` parameter. in: query @@ -68205,9 +68206,9 @@ paths: application/json: schema: type: array - items: *442 + items: *443 examples: - default: *448 + default: *449 headers: Link: *6 x-github: @@ -68242,7 +68243,7 @@ paths: parameters: - *251 - *252 - - *446 + - *447 requestBody: required: true content: @@ -68348,7 +68349,7 @@ paths: description: Response content: application/json: - schema: *442 + schema: *443 examples: example-for-a-multi-line-comment: value: @@ -68438,7 +68439,7 @@ paths: parameters: - *251 - *252 - - *446 + - *447 - *114 requestBody: required: true @@ -68461,7 +68462,7 @@ paths: description: Response content: application/json: - schema: *442 + schema: *443 examples: default: value: @@ -68550,7 +68551,7 @@ paths: parameters: - *251 - *252 - - *446 + - *447 - *4 - *5 responses: @@ -68562,7 +68563,7 @@ paths: type: array items: *348 examples: - default: *449 + default: *450 headers: Link: *6 x-github: @@ -68595,7 +68596,7 @@ paths: parameters: - *251 - *252 - - *446 + - *447 - *4 - *5 responses: @@ -68645,7 +68646,7 @@ paths: parameters: - *251 - *252 - - *446 + - *447 responses: '204': description: Response if pull request has been merged @@ -68670,7 +68671,7 @@ paths: parameters: - *251 - *252 - - *446 + - *447 requestBody: required: false content: @@ -68784,7 +68785,7 @@ paths: parameters: - *251 - *252 - - *446 + - *447 responses: '200': description: Response @@ -68861,7 +68862,7 @@ paths: parameters: - *251 - *252 - - *446 + - *447 requestBody: required: false content: @@ -68898,7 +68899,7 @@ paths: description: Response content: application/json: - schema: *439 + schema: *440 examples: default: value: @@ -69436,7 +69437,7 @@ paths: parameters: - *251 - *252 - - *446 + - *447 requestBody: required: true content: @@ -69470,7 +69471,7 @@ paths: description: Response content: application/json: - schema: *439 + schema: *440 examples: default: value: @@ -69977,7 +69978,7 @@ paths: parameters: - *251 - *252 - - *446 + - *447 - *4 - *5 responses: @@ -69987,7 +69988,7 @@ paths: application/json: schema: type: array - items: &450 + items: &451 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -70143,7 +70144,7 @@ paths: parameters: - *251 - *252 - - *446 + - *447 requestBody: required: false content: @@ -70233,9 +70234,9 @@ paths: description: Response content: application/json: - schema: *450 + schema: *451 examples: - default: &452 + default: &453 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -70300,8 +70301,8 @@ paths: parameters: - *251 - *252 - - *446 - - &451 + - *447 + - &452 name: review_id description: The unique identifier of the review. in: path @@ -70313,9 +70314,9 @@ paths: description: Response content: application/json: - schema: *450 + schema: *451 examples: - default: &453 + default: &454 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -70376,8 +70377,8 @@ paths: parameters: - *251 - *252 - - *446 - - *451 + - *447 + - *452 requestBody: required: true content: @@ -70400,7 +70401,7 @@ paths: description: Response content: application/json: - schema: *450 + schema: *451 examples: default: value: @@ -70464,16 +70465,16 @@ paths: parameters: - *251 - *252 - - *446 - - *451 + - *447 + - *452 responses: '200': description: Response content: application/json: - schema: *450 + schema: *451 examples: - default: *452 + default: *453 '422': *80 '404': *34 x-github: @@ -70502,8 +70503,8 @@ paths: parameters: - *251 - *252 - - *446 - - *451 + - *447 + - *452 - *4 - *5 responses: @@ -70755,8 +70756,8 @@ paths: parameters: - *251 - *252 - - *446 - - *451 + - *447 + - *452 requestBody: required: true content: @@ -70785,7 +70786,7 @@ paths: description: Response content: application/json: - schema: *450 + schema: *451 examples: default: value: @@ -70850,8 +70851,8 @@ paths: parameters: - *251 - *252 - - *446 - - *451 + - *447 + - *452 requestBody: required: true content: @@ -70886,9 +70887,9 @@ paths: description: Response content: application/json: - schema: *450 + schema: *451 examples: - default: *453 + default: *454 '404': *34 '422': *80 '403': *38 @@ -70911,7 +70912,7 @@ paths: parameters: - *251 - *252 - - *446 + - *447 requestBody: required: false content: @@ -70989,9 +70990,9 @@ paths: description: Response content: application/json: - schema: *454 + schema: *455 examples: - default: &455 + default: &456 value: type: file encoding: base64 @@ -71053,9 +71054,9 @@ paths: description: Response content: application/json: - schema: *454 + schema: *455 examples: - default: *455 + default: *456 '404': *34 '422': *29 x-github: @@ -71088,7 +71089,7 @@ paths: application/json: schema: type: array - items: &456 + items: &457 title: Release description: A release. type: object @@ -71160,7 +71161,7 @@ paths: author: *17 assets: type: array - items: &457 + items: &458 title: Release Asset description: Data related to a release. type: object @@ -71407,9 +71408,9 @@ paths: description: Response content: application/json: - schema: *456 + schema: *457 examples: - default: &461 + default: &462 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -71507,7 +71508,7 @@ paths: parameters: - *251 - *252 - - &459 + - &460 name: asset_id description: The unique identifier of the asset. in: path @@ -71519,9 +71520,9 @@ paths: description: Response content: application/json: - schema: *457 + schema: *458 examples: - default: &460 + default: &461 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 @@ -71555,7 +71556,7 @@ paths: type: User site_admin: false '404': *34 - '302': *458 + '302': *459 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71573,7 +71574,7 @@ paths: parameters: - *251 - *252 - - *459 + - *460 requestBody: required: false content: @@ -71602,9 +71603,9 @@ paths: description: Response content: application/json: - schema: *457 + schema: *458 examples: - default: *460 + default: *461 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71622,7 +71623,7 @@ paths: parameters: - *251 - *252 - - *459 + - *460 responses: '204': description: Response @@ -71740,9 +71741,9 @@ paths: description: Response content: application/json: - schema: *456 + schema: *457 examples: - default: *461 + default: *462 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71773,9 +71774,9 @@ paths: description: Response content: application/json: - schema: *456 + schema: *457 examples: - default: *461 + default: *462 '404': *34 x-github: githubCloudOnly: false @@ -71800,7 +71801,7 @@ paths: parameters: - *251 - *252 - - &462 + - &463 name: release_id description: The unique identifier of the release. in: path @@ -71814,9 +71815,9 @@ paths: For more information, see "[Getting started with the REST API](https://docs.github.com/enterprise-server@3.10/rest/using-the-rest-api/getting-started-with-the-rest-api#hypermedia)."' content: application/json: - schema: *456 + schema: *457 examples: - default: *461 + default: *462 '401': description: Unauthorized x-github: @@ -71836,7 +71837,7 @@ paths: parameters: - *251 - *252 - - *462 + - *463 requestBody: required: false content: @@ -71893,9 +71894,9 @@ paths: description: Response content: application/json: - schema: *456 + schema: *457 examples: - default: *461 + default: *462 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71913,7 +71914,7 @@ paths: parameters: - *251 - *252 - - *462 + - *463 responses: '204': description: Response @@ -71935,7 +71936,7 @@ paths: parameters: - *251 - *252 - - *462 + - *463 - *4 - *5 responses: @@ -71945,7 +71946,7 @@ paths: application/json: schema: type: array - items: *457 + items: *458 examples: default: value: @@ -72028,7 +72029,7 @@ paths: parameters: - *251 - *252 - - *462 + - *463 - name: name in: query required: true @@ -72054,7 +72055,7 @@ paths: description: Response for successful upload content: application/json: - schema: *457 + schema: *458 examples: response-for-successful-upload: value: @@ -72110,7 +72111,7 @@ paths: parameters: - *251 - *252 - - *462 + - *463 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.10/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a release. @@ -72159,7 +72160,7 @@ paths: parameters: - *251 - *252 - - *462 + - *463 requestBody: required: true content: @@ -72221,7 +72222,7 @@ paths: parameters: - *251 - *252 - - *462 + - *463 - *243 responses: '204': @@ -72328,8 +72329,8 @@ paths: - *9 - *5 - *4 - - *463 - *464 + - *465 responses: '200': description: Response @@ -72337,7 +72338,7 @@ paths: application/json: schema: type: array - items: &467 + items: &468 type: object properties: number: *90 @@ -72353,8 +72354,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *465 - resolution: *466 + state: *466 + resolution: *467 resolved_at: type: - string @@ -72503,7 +72504,7 @@ paths: description: Response content: application/json: - schema: *467 + schema: *468 examples: default: value: @@ -72552,8 +72553,8 @@ paths: schema: type: object properties: - state: *465 - resolution: *466 + state: *466 + resolution: *467 resolution_comment: description: An optional comment when closing an alert. Cannot be updated or deleted. Must be `null` when changing `state` to `open`. @@ -72572,7 +72573,7 @@ paths: description: Response content: application/json: - schema: *467 + schema: *468 examples: default: value: @@ -72651,7 +72652,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &552 + items: &553 type: object properties: type: @@ -73066,7 +73067,7 @@ paths: application/json: schema: type: array - items: &468 + items: &469 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -73434,7 +73435,7 @@ paths: application/json: schema: type: array - items: *468 + items: *469 examples: default: value: @@ -73524,7 +73525,7 @@ paths: description: Response content: application/json: - schema: *469 + schema: *470 examples: default: value: @@ -73618,7 +73619,7 @@ paths: description: if you subscribe to the repository content: application/json: - schema: &470 + schema: &471 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -73718,7 +73719,7 @@ paths: description: Response content: application/json: - schema: *470 + schema: *471 examples: default: value: @@ -73855,7 +73856,7 @@ paths: application/json: schema: type: array - items: &471 + items: &472 title: Tag protection description: Tag protection type: object @@ -73930,7 +73931,7 @@ paths: description: Response content: application/json: - schema: *471 + schema: *472 examples: default: value: @@ -74067,7 +74068,7 @@ paths: description: Response content: application/json: - schema: &472 + schema: &473 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -74079,7 +74080,7 @@ paths: required: - names examples: - default: &473 + default: &474 value: names: - octocat @@ -74134,9 +74135,9 @@ paths: description: Response content: application/json: - schema: *472 + schema: *473 examples: - default: *473 + default: *474 '404': *34 '422': *80 x-github: @@ -74776,7 +74777,7 @@ paths: value: Engineering externalId: value: 8aa1a0c0-c4c3-4bc0-b4a5-2ef676900159 - - &481 + - &482 name: excludedAttributes description: Excludes the specified attribute from being returned in the results. Using this parameter can speed up response time. @@ -74786,7 +74787,7 @@ paths: type: string examples: - members - - &486 + - &487 name: startIndex description: 'Used for pagination: the starting index of the first result to return when paginating through values.' @@ -74798,7 +74799,7 @@ paths: format: int32 examples: - 1 - - &487 + - &488 name: count description: 'Used for pagination: the number of results to return per page.' in: query @@ -74841,7 +74842,7 @@ paths: Resources: type: array description: Information about each provisioned group. - items: &475 + items: &476 allOf: - type: object required: @@ -74923,7 +74924,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: &488 + meta: &489 type: object description: The metadata associated with the creation/updates to the user. @@ -74988,31 +74989,31 @@ paths: location: https://api.github.localhost/scim/v2/Groups/927fa2c08dcb4a7fae9e startIndex: 1 itemsPerPage: 20 - '400': &476 + '400': &477 description: Bad request content: application/json: - schema: *474 + schema: *475 application/scim+json: - schema: *474 - '401': &477 + schema: *475 + '401': &478 description: Authorization failure - '403': &478 + '403': &479 description: Permission denied - '429': &479 + '429': &480 description: Too many requests content: application/json: - schema: *474 + schema: *475 application/scim+json: - schema: *474 - '500': &480 + schema: *475 + '500': &481 description: Internal server error content: application/json: - schema: *474 + schema: *475 application/scim+json: - schema: *474 + schema: *475 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -75036,7 +75037,7 @@ paths: required: true content: application/json: - schema: &484 + schema: &485 type: object required: - schemas @@ -75096,9 +75097,9 @@ paths: description: Group has been created content: application/scim+json: - schema: *475 + schema: *476 examples: - group: &482 + group: &483 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:Group @@ -75117,13 +75118,13 @@ paths: created: '2012-03-27T19:59:26.000Z' lastModified: '2018-03-27T19:59:26.000Z' location: https://api.github.localhost/scim/v2/Groups/927fa2c08dcb4a7fae9e - '400': *476 - '401': *477 - '403': *478 - '409': &485 + '400': *477 + '401': *478 + '403': *479 + '409': &486 description: Duplicate record detected - '429': *479 - '500': *480 + '429': *480 + '500': *481 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -75143,7 +75144,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.10/rest/enterprise-admin/scim#get-scim-provisioning-information-for-an-enterprise-group parameters: - - &483 + - &484 name: scim_group_id description: A unique identifier of the SCIM group. in: path @@ -75152,21 +75153,21 @@ paths: type: string examples: - 7fce0092-d52e-4f76-b727-3955bd72c939 - - *481 + - *482 responses: '200': description: Success, a group was found content: application/scim+json: - schema: *475 + schema: *476 examples: - default: *482 - '400': *476 - '401': *477 - '403': *478 + default: *483 + '400': *477 + '401': *478 + '403': *479 '404': *34 - '429': *479 - '500': *480 + '429': *480 + '500': *481 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -75187,12 +75188,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.10/rest/enterprise-admin/scim#set-scim-information-for-a-provisioned-enterprise-group parameters: - - *483 + - *484 requestBody: required: true content: application/json: - schema: *484 + schema: *485 examples: group: summary: Group @@ -75218,17 +75219,17 @@ paths: description: Group was updated content: application/scim+json: - schema: *475 + schema: *476 examples: - group: *482 - groupWithMembers: *482 - '400': *476 - '401': *477 - '403': *478 + group: *483 + groupWithMembers: *483 + '400': *477 + '401': *478 + '403': *479 '404': *34 - '409': *485 - '429': *479 - '500': *480 + '409': *486 + '429': *480 + '500': *481 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -75251,12 +75252,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.10/rest/enterprise-admin/scim#update-an-attribute-for-a-scim-enterprise-group parameters: - - *483 + - *484 requestBody: required: true content: application/json: - schema: &495 + schema: &496 type: object required: - Operations @@ -75316,17 +75317,17 @@ paths: description: Success, group was updated content: application/scim+json: - schema: *475 + schema: *476 examples: - updateGroup: *482 - addMembers: *482 - '400': *476 - '401': *477 - '403': *478 + updateGroup: *483 + addMembers: *483 + '400': *477 + '401': *478 + '403': *479 '404': *34 - '409': *485 - '429': *479 - '500': *480 + '409': *486 + '429': *480 + '500': *481 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -75345,16 +75346,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.10/rest/enterprise-admin/scim#delete-a-scim-group-from-an-enterprise parameters: - - *483 + - *484 responses: '204': description: Group was deleted, no content - '400': *476 - '401': *477 - '403': *478 + '400': *477 + '401': *478 + '403': *479 '404': *34 - '429': *479 - '500': *480 + '429': *480 + '500': *481 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -75390,8 +75391,8 @@ paths: value: userName eq 'E012345' externalId: value: externalId eq 'E012345' - - *486 - *487 + - *488 responses: '200': description: Success, either users were found or not found @@ -75424,7 +75425,7 @@ paths: Resources: type: array description: Information about each provisioned account. - items: &490 + items: &491 allOf: - type: object required: @@ -75516,7 +75517,7 @@ paths: address. examples: - true - roles: &489 + roles: &490 type: array description: The roles assigned to the user. items: @@ -75575,7 +75576,7 @@ paths: type: string description: Provisioned SCIM groups that the user is a member of. - meta: *488 + meta: *489 startIndex: type: integer description: A starting index for the returned page @@ -75614,11 +75615,11 @@ paths: primary: false startIndex: 1 itemsPerPage: 20 - '400': *476 - '401': *477 - '403': *478 - '429': *479 - '500': *480 + '400': *477 + '401': *478 + '403': *479 + '429': *480 + '500': *481 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -75644,7 +75645,7 @@ paths: required: true content: application/json: - schema: &493 + schema: &494 type: object required: - schemas @@ -75737,9 +75738,9 @@ paths: description: Whether this email address is the primary address. examples: - true - roles: *489 + roles: *490 examples: - user: &494 + user: &495 summary: User value: schemas: @@ -75786,9 +75787,9 @@ paths: description: User has been created content: application/scim+json: - schema: *490 + schema: *491 examples: - user: &491 + user: &492 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -75814,13 +75815,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: *491 - '400': *476 - '401': *477 - '403': *478 - '409': *485 - '429': *479 - '500': *480 + enterpriseOwner: *492 + '400': *477 + '401': *478 + '403': *479 + '409': *486 + '429': *480 + '500': *481 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -75840,7 +75841,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.10/rest/enterprise-admin/scim#get-scim-provisioning-information-for-an-enterprise-user parameters: - - &492 + - &493 name: scim_user_id description: The unique identifier of the SCIM user. in: path @@ -75852,15 +75853,15 @@ paths: description: Success, a user was found content: application/scim+json: - schema: *490 + schema: *491 examples: - default: *491 - '400': *476 - '401': *477 - '403': *478 + default: *492 + '400': *477 + '401': *478 + '403': *479 '404': *34 - '429': *479 - '500': *480 + '429': *480 + '500': *481 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -75883,29 +75884,29 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.10/rest/enterprise-admin/scim#set-scim-information-for-a-provisioned-enterprise-user parameters: - - *492 + - *493 requestBody: required: true content: application/json: - schema: *493 + schema: *494 examples: - user: *494 + user: *495 responses: '200': description: User was updated content: application/scim+json: - schema: *490 + schema: *491 examples: - user: *491 - '400': *476 - '401': *477 - '403': *478 + user: *492 + '400': *477 + '401': *478 + '403': *479 '404': *34 - '409': *485 - '429': *479 - '500': *480 + '409': *486 + '429': *480 + '500': *481 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -75940,12 +75941,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.10/rest/enterprise-admin/scim#update-an-attribute-for-a-scim-enterprise-user parameters: - - *492 + - *493 requestBody: required: true content: application/json: - schema: *495 + schema: *496 examples: userMultiValuedProperties: summary: Multi Valued Property @@ -75985,18 +75986,18 @@ paths: description: Success, user was updated content: application/scim+json: - schema: *490 - examples: - userMultiValuedProperties: *491 - userSingleValuedProperties: *491 - disableUser: *491 - '400': *476 - '401': *477 - '403': *478 + schema: *491 + examples: + userMultiValuedProperties: *492 + userSingleValuedProperties: *492 + disableUser: *492 + '400': *477 + '401': *478 + '403': *479 '404': *34 - '409': *485 - '429': *479 - '500': *480 + '409': *486 + '429': *480 + '500': *481 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -76015,16 +76016,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.10/rest/enterprise-admin/scim#delete-a-scim-user-from-an-enterprise parameters: - - *492 + - *493 responses: '204': description: User was deleted, no content - '400': *476 - '401': *477 - '403': *478 + '400': *477 + '401': *478 + '403': *479 '404': *34 - '429': *479 - '500': *480 + '429': *480 + '500': *481 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -76152,7 +76153,7 @@ paths: examples: - 73..77 - 77..78 - text_matches: &496 + text_matches: &497 title: Search Result Text Matches type: array items: @@ -76316,7 +76317,7 @@ paths: enum: - author-date - committer-date - - &497 + - &498 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 @@ -76404,7 +76405,7 @@ paths: url: type: string format: uri - verification: *392 + verification: *393 required: - author - committer @@ -76436,7 +76437,7 @@ paths: type: number node_id: type: string - text_matches: *496 + text_matches: *497 required: - sha - node_id @@ -76628,7 +76629,7 @@ paths: - interactions - created - updated - - *497 + - *498 - *4 - *5 responses: @@ -76744,7 +76745,7 @@ paths: - string - 'null' format: date-time - text_matches: *496 + text_matches: *497 pull_request: type: object properties: @@ -76966,7 +76967,7 @@ paths: enum: - created - updated - - *497 + - *498 - *4 - *5 responses: @@ -77011,7 +77012,7 @@ paths: - 'null' score: type: number - text_matches: *496 + text_matches: *497 required: - id - node_id @@ -77097,7 +77098,7 @@ paths: - forks - help-wanted-issues - updated - - *497 + - *498 - *4 - *5 responses: @@ -77334,7 +77335,7 @@ paths: - admin - pull - push - text_matches: *496 + text_matches: *497 temp_clone_token: type: string allow_merge_commit: @@ -77643,7 +77644,7 @@ paths: - string - 'null' format: uri - text_matches: *496 + text_matches: *497 related: type: - array @@ -77838,7 +77839,7 @@ paths: - followers - repositories - joined - - *497 + - *498 - *4 - *5 responses: @@ -77947,7 +77948,7 @@ paths: type: - boolean - 'null' - text_matches: *496 + text_matches: *497 blog: type: - string @@ -78143,7 +78144,7 @@ paths: description: Response content: application/json: - schema: &498 + schema: &499 type: object properties: status: @@ -78163,7 +78164,7 @@ paths: - name - number examples: - default: &499 + default: &500 value: status: scheduled scheduled_time: Tuesday, January 22 at 15:34 -0800 @@ -78209,9 +78210,9 @@ paths: description: Response content: application/json: - schema: *498 + schema: *499 examples: - default: *499 + default: *500 '401': description: Unauthorized requestBody: @@ -78803,7 +78804,7 @@ paths: application/json: schema: type: array - items: &500 + items: &501 type: object properties: key: @@ -78811,7 +78812,7 @@ paths: pretty-print: type: string examples: - default: &501 + default: &502 value: - key: ssh-rsa AAAAB3NzaC1yc2EAAAAB... pretty-print: ssh-rsa 01:14:0f:f2:0f:e2:fe:e8:f4:72:62:af:75:f7:1a:88:3e:04:92:64 @@ -78854,9 +78855,9 @@ paths: application/json: schema: type: array - items: *500 + items: *501 examples: - default: *501 + default: *502 '401': description: Unauthorized requestBody: @@ -78908,9 +78909,9 @@ paths: application/json: schema: type: array - items: *500 + items: *501 examples: - default: *501 + default: *502 '401': description: Unauthorized requestBody: @@ -79236,7 +79237,7 @@ paths: type: array items: *234 examples: - default: *502 + default: *503 headers: Link: *6 x-github: @@ -79385,7 +79386,7 @@ paths: application/json: schema: *234 examples: - default: *503 + default: *504 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79452,7 +79453,7 @@ paths: type: array items: *237 examples: - default: *504 + default: *505 headers: Link: *6 x-github: @@ -79591,7 +79592,7 @@ paths: application/json: schema: *237 examples: - default: *505 + default: *506 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80050,7 +80051,7 @@ paths: application/json: schema: *248 examples: - response-if-user-is-a-team-maintainer: *506 + response-if-user-is-a-team-maintainer: *507 '404': *34 x-github: githubCloudOnly: false @@ -80109,7 +80110,7 @@ paths: application/json: schema: *248 examples: - response-if-users-membership-with-team-is-now-pending: *507 + response-if-users-membership-with-team-is-now-pending: *508 '403': description: Forbidden if team synchronization is set up '422': @@ -80182,7 +80183,7 @@ paths: type: array items: *249 examples: - default: *508 + default: *509 headers: Link: *6 '404': *34 @@ -80217,7 +80218,7 @@ paths: application/json: schema: *249 examples: - default: *509 + default: *510 '404': description: Not Found if project is not managed by this team x-github: @@ -80386,7 +80387,7 @@ paths: description: Alternative response with extra repository information content: application/json: - schema: *510 + schema: *511 examples: alternative-response-with-extra-repository-information: value: @@ -80627,7 +80628,7 @@ paths: type: array items: *253 examples: - response-if-child-teams-exist: *511 + response-if-child-teams-exist: *512 headers: Link: *6 '404': *34 @@ -80660,7 +80661,7 @@ paths: application/json: schema: oneOf: - - &513 + - &514 title: Private User description: Private User type: object @@ -80905,7 +80906,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *512 + - *513 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -81063,7 +81064,7 @@ paths: description: Response content: application/json: - schema: *513 + schema: *514 examples: default: value: @@ -81141,7 +81142,7 @@ paths: type: array items: *200 examples: - default: &523 + default: &524 value: - id: 197 name: hello_docker @@ -81228,7 +81229,7 @@ paths: application/json: schema: type: array - items: &514 + items: &515 title: Email description: Email type: object @@ -81258,7 +81259,7 @@ paths: - verified - visibility examples: - default: &525 + default: &526 value: - email: octocat@github.com verified: true @@ -81335,7 +81336,7 @@ paths: application/json: schema: type: array - items: *514 + items: *515 examples: default: value: @@ -81592,7 +81593,7 @@ paths: application/json: schema: type: array - items: &515 + items: &516 title: GPG Key description: A unique encryption key type: object @@ -81735,7 +81736,7 @@ paths: - subkeys - revoked examples: - default: &533 + default: &534 value: - id: 3 name: Octocat's GPG Key @@ -81820,9 +81821,9 @@ paths: description: Response content: application/json: - schema: *515 + schema: *516 examples: - default: &516 + default: &517 value: id: 3 name: Octocat's GPG Key @@ -81879,7 +81880,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.10/rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &517 + - &518 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -81891,9 +81892,9 @@ paths: description: Response content: application/json: - schema: *515 + schema: *516 examples: - default: *516 + default: *517 '404': *34 '304': *37 '403': *38 @@ -81916,7 +81917,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.10/rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *517 + - *518 responses: '204': description: Response @@ -82107,7 +82108,7 @@ paths: type: array items: *81 examples: - default: *518 + default: *519 headers: Link: *6 '404': *34 @@ -82283,7 +82284,7 @@ paths: application/json: schema: type: array - items: &519 + items: &520 title: Key description: Key type: object @@ -82380,9 +82381,9 @@ paths: description: Response content: application/json: - schema: *519 + schema: *520 examples: - default: &520 + default: &521 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -82415,15 +82416,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.10/rest/users/keys#get-a-public-ssh-key-for-the-authenticated-user parameters: - - *424 + - *425 responses: '200': description: Response content: application/json: - schema: *519 + schema: *520 examples: - default: *520 + default: *521 '404': *34 '304': *37 '403': *38 @@ -82446,7 +82447,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.10/rest/users/keys#delete-a-public-ssh-key-for-the-authenticated-user parameters: - - *424 + - *425 responses: '204': description: Response @@ -83272,7 +83273,7 @@ paths: type: array items: *66 examples: - default: *521 + default: *522 headers: Link: *6 '304': *37 @@ -83314,7 +83315,7 @@ paths: - docker - nuget - container - - *522 + - *523 - *5 - *4 responses: @@ -83326,8 +83327,8 @@ paths: type: array items: *200 examples: - default: *523 - '400': *524 + default: *524 + '400': *525 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -83356,7 +83357,7 @@ paths: application/json: schema: *200 examples: - default: &534 + default: &535 value: id: 40201 name: octo-name @@ -83808,9 +83809,9 @@ paths: application/json: schema: type: array - items: *514 + items: *515 examples: - default: *525 + default: *526 headers: Link: *6 '304': *37 @@ -83923,7 +83924,7 @@ paths: type: array items: *81 examples: - default: &532 + default: &533 summary: Default response value: - id: 1296269 @@ -84275,9 +84276,9 @@ paths: application/json: schema: type: array - items: *399 + items: *400 examples: - default: *526 + default: *527 headers: Link: *6 '304': *37 @@ -84300,7 +84301,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.10/rest/collaborators/invitations#accept-a-repository-invitation parameters: - - *400 + - *401 responses: '204': description: Response @@ -84323,7 +84324,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.10/rest/collaborators/invitations#decline-a-repository-invitation parameters: - - *400 + - *401 responses: '204': description: Response @@ -84356,7 +84357,7 @@ paths: application/json: schema: type: array - items: &527 + items: &528 title: Social account description: Social media account type: object @@ -84373,7 +84374,7 @@ paths: - provider - url examples: - default: &528 + default: &529 value: - provider: twitter url: https://twitter.com/github @@ -84436,9 +84437,9 @@ paths: application/json: schema: type: array - items: *527 + items: *528 examples: - default: *528 + default: *529 '422': *29 '304': *37 '404': *34 @@ -84526,7 +84527,7 @@ paths: application/json: schema: type: array - items: &529 + items: &530 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -84546,7 +84547,7 @@ paths: - title - created_at examples: - default: &535 + default: &536 value: - key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -84613,9 +84614,9 @@ paths: description: Response content: application/json: - schema: *529 + schema: *530 examples: - default: &530 + default: &531 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -84646,7 +84647,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.10/rest/users/ssh-signing-keys#get-an-ssh-signing-key-for-the-authenticated-user parameters: - - &531 + - &532 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -84658,9 +84659,9 @@ paths: description: Response content: application/json: - schema: *529 + schema: *530 examples: - default: *530 + default: *531 '404': *34 '304': *37 '403': *38 @@ -84683,7 +84684,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.10/rest/users/ssh-signing-keys#delete-an-ssh-signing-key-for-the-authenticated-user parameters: - - *531 + - *532 responses: '204': description: Response @@ -84712,7 +84713,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.10/rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &536 + - &537 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 @@ -84737,11 +84738,11 @@ paths: type: array items: *81 examples: - default-response: *532 + default-response: *533 application/vnd.github.v3.star+json: schema: type: array - items: &537 + items: &538 title: Starred Repository description: Starred Repository type: object @@ -85148,8 +85149,8 @@ paths: application/json: schema: oneOf: + - *514 - *513 - - *512 examples: default-response: summary: Default response @@ -85256,7 +85257,7 @@ paths: type: array items: *200 examples: - default: *523 + default: *524 '403': *38 '401': *36 x-github: @@ -85652,9 +85653,9 @@ paths: application/json: schema: type: array - items: *515 + items: *516 examples: - default: *533 + default: *534 headers: Link: *6 x-github: @@ -85763,7 +85764,7 @@ paths: application/json: schema: *33 examples: - default: *398 + default: *399 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -85841,7 +85842,7 @@ paths: type: array items: *66 examples: - default: *521 + default: *522 headers: Link: *6 x-github: @@ -85880,7 +85881,7 @@ paths: - docker - nuget - container - - *522 + - *523 - *8 - *5 - *4 @@ -85893,10 +85894,10 @@ paths: type: array items: *200 examples: - default: *523 + default: *524 '403': *38 '401': *36 - '400': *524 + '400': *525 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -85926,7 +85927,7 @@ paths: application/json: schema: *200 examples: - default: *534 + default: *535 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -86554,9 +86555,9 @@ paths: application/json: schema: type: array - items: *527 + items: *528 examples: - default: *528 + default: *529 headers: Link: *6 x-github: @@ -86586,9 +86587,9 @@ paths: application/json: schema: type: array - items: *529 + items: *530 examples: - default: *535 + default: *536 headers: Link: *6 x-github: @@ -86613,7 +86614,7 @@ paths: url: https://docs.github.com/enterprise-server@3.10/rest/activity/starring#list-repositories-starred-by-a-user parameters: - *8 - - *536 + - *537 - *9 - *4 - *5 @@ -86625,11 +86626,11 @@ paths: schema: anyOf: - type: array - items: *537 + items: *538 - type: array items: *81 examples: - default-response: *532 + default-response: *533 headers: Link: *6 x-github: @@ -86849,7 +86850,7 @@ webhooks: type: string enum: - created - enterprise: &538 + enterprise: &539 title: Enterprise description: | An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -86918,7 +86919,7 @@ webhooks: - created_at - updated_at - avatar_url - installation: &539 + installation: &540 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -86939,7 +86940,7 @@ webhooks: required: - id - node_id - organization: &540 + organization: &541 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -87012,7 +87013,7 @@ webhooks: - public_members_url - avatar_url - description - repository: &541 + repository: &542 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property @@ -87971,7 +87972,7 @@ webhooks: - required_conversation_resolution_level - authorized_actors_only - authorized_actor_names - sender: &542 + sender: &543 title: Simple User description: The GitHub user that triggered the event. This property is included in every webhook payload. @@ -88173,10 +88174,10 @@ webhooks: type: string enum: - deleted - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 rule: title: branch protection rule description: The branch protection rule. Includes a `name` and all @@ -88307,7 +88308,7 @@ webhooks: - required_conversation_resolution_level - authorized_actors_only - authorized_actor_names - sender: *542 + sender: *543 required: - action - rule @@ -88464,10 +88465,10 @@ webhooks: - everyone required: - from - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 rule: title: branch protection rule description: The branch protection rule. Includes a `name` and all @@ -88598,7 +88599,7 @@ webhooks: - required_conversation_resolution_level - authorized_actors_only - authorized_actor_names - sender: *542 + sender: *543 required: - action - rule @@ -88682,13 +88683,13 @@ webhooks: type: string cache_location: type: string - enterprise: *538 - installation: *539 - organization: *540 + enterprise: *539 + installation: *540 + organization: *541 ref: type: string - repository: *541 - sender: *542 + repository: *542 + sender: *543 required: - cache_location - ref @@ -88780,7 +88781,7 @@ webhooks: type: string enum: - completed - check_run: &544 + check_run: &545 title: CheckRun description: A check performed on the code of a given code change type: object @@ -88893,7 +88894,7 @@ webhooks: - examples: - neutral - deployment: *543 + deployment: *544 details_url: type: string examples: @@ -88991,10 +88992,10 @@ webhooks: - output - app - pull_requests - installation: *539 - organization: *540 - repository: *541 - sender: *542 + installation: *540 + organization: *541 + repository: *542 + sender: *543 required: - check_run - repository @@ -89395,11 +89396,11 @@ webhooks: type: string enum: - created - check_run: *544 - installation: *539 - organization: *540 - repository: *541 - sender: *542 + check_run: *545 + installation: *540 + organization: *541 + repository: *542 + sender: *543 required: - check_run - repository @@ -89803,10 +89804,10 @@ webhooks: type: string enum: - requested_action - check_run: *544 - installation: *539 - organization: *540 - repository: *541 + check_run: *545 + installation: *540 + organization: *541 + repository: *542 requested_action: description: The action requested by the user. type: object @@ -89815,7 +89816,7 @@ webhooks: description: The integrator reference of the action requested by the user. type: string - sender: *542 + sender: *543 required: - action - check_run @@ -90220,11 +90221,11 @@ webhooks: type: string enum: - rerequested - check_run: *544 - installation: *539 - organization: *540 - repository: *541 - sender: *542 + check_run: *545 + installation: *540 + organization: *541 + repository: *542 + sender: *543 required: - check_run - repository @@ -91217,11 +91218,11 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 - sender: *542 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 + sender: *543 required: - action - check_suite @@ -91907,11 +91908,11 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 - sender: *542 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 + sender: *543 required: - action - check_suite @@ -92591,11 +92592,11 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 - sender: *542 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 + sender: *543 required: - action - check_suite @@ -92914,16 +92915,16 @@ webhooks: 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: *538 - installation: *539 - organization: *540 + enterprise: *539 + installation: *540 + organization: *541 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - repository: *541 - sender: *542 + repository: *542 + sender: *543 required: - action - alert @@ -93263,16 +93264,16 @@ webhooks: 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: *538 - installation: *539 - organization: *540 + enterprise: *539 + installation: *540 + organization: *541 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - repository: *541 - sender: *542 + repository: *542 + sender: *543 required: - action - alert @@ -93556,16 +93557,16 @@ webhooks: 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: *538 - installation: *539 - organization: *540 + enterprise: *539 + installation: *540 + organization: *541 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - repository: *541 - sender: *542 + repository: *542 + sender: *543 required: - action - alert @@ -93909,16 +93910,16 @@ webhooks: 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: *538 - installation: *539 - organization: *540 + enterprise: *539 + installation: *540 + organization: *541 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - repository: *541 - sender: *542 + repository: *542 + sender: *543 required: - action - alert @@ -94196,9 +94197,9 @@ webhooks: type: - string - 'null' - enterprise: *538 - installation: *539 - organization: *540 + enterprise: *539 + installation: *540 + organization: *541 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event @@ -94206,8 +94207,8 @@ webhooks: type: - string - 'null' - repository: *541 - sender: *542 + repository: *542 + sender: *543 required: - action - alert @@ -94453,16 +94454,16 @@ webhooks: 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: *538 - installation: *539 - organization: *540 + enterprise: *539 + installation: *540 + organization: *541 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - repository: *541 - sender: *542 + repository: *542 + sender: *543 required: - action - alert @@ -94730,11 +94731,11 @@ webhooks: - updated_at - author_association - body - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 - sender: *542 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 + sender: *543 required: - action - comment @@ -94824,13 +94825,13 @@ webhooks: type: - string - 'null' - enterprise: *538 - installation: *539 + enterprise: *539 + installation: *540 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *540 + organization: *541 pusher_type: description: The pusher type for the event. Can be either `user` or a deploy key. @@ -94845,8 +94846,8 @@ webhooks: enum: - tag - branch - repository: *541 - sender: *542 + repository: *542 + sender: *543 required: - ref - ref_type @@ -94933,9 +94934,9 @@ webhooks: title: delete event type: object properties: - enterprise: *538 - installation: *539 - organization: *540 + enterprise: *539 + installation: *540 + organization: *541 pusher_type: description: The pusher type for the event. Can be either `user` or a deploy key. @@ -94950,8 +94951,8 @@ webhooks: enum: - tag - branch - repository: *541 - sender: *542 + repository: *542 + sender: *543 required: - ref - ref_type @@ -95045,11 +95046,11 @@ webhooks: enum: - created alert: *363 - installation: *539 - organization: *540 - enterprise: *538 - repository: *541 - sender: *542 + installation: *540 + organization: *541 + enterprise: *539 + repository: *542 + sender: *543 required: - action - alert @@ -95140,11 +95141,11 @@ webhooks: enum: - dismissed alert: *363 - installation: *539 - organization: *540 - enterprise: *538 - repository: *541 - sender: *542 + installation: *540 + organization: *541 + enterprise: *539 + repository: *542 + sender: *543 required: - action - alert @@ -95235,11 +95236,11 @@ webhooks: enum: - fixed alert: *363 - installation: *539 - organization: *540 - enterprise: *538 - repository: *541 - sender: *542 + installation: *540 + organization: *541 + enterprise: *539 + repository: *542 + sender: *543 required: - action - alert @@ -95331,11 +95332,11 @@ webhooks: enum: - reintroduced alert: *363 - installation: *539 - organization: *540 - enterprise: *538 - repository: *541 - sender: *542 + installation: *540 + organization: *541 + enterprise: *539 + repository: *542 + sender: *543 required: - action - alert @@ -95426,11 +95427,11 @@ webhooks: enum: - reopened alert: *363 - installation: *539 - organization: *540 - enterprise: *538 - repository: *541 - sender: *542 + installation: *540 + organization: *541 + enterprise: *539 + repository: *542 + sender: *543 required: - action - alert @@ -95516,8 +95517,8 @@ webhooks: type: string enum: - created - enterprise: *538 - installation: *539 + enterprise: *539 + installation: *540 key: description: The [`deploy key`](https://docs.github.com/enterprise-server@3.10/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. @@ -95554,9 +95555,9 @@ webhooks: - verified - created_at - read_only - organization: *540 - repository: *541 - sender: *542 + organization: *541 + repository: *542 + sender: *543 required: - action - key @@ -95642,8 +95643,8 @@ webhooks: type: string enum: - deleted - enterprise: *538 - installation: *539 + enterprise: *539 + installation: *540 key: description: The [`deploy key`](https://docs.github.com/enterprise-server@3.10/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. @@ -95680,9 +95681,9 @@ webhooks: - verified - created_at - read_only - organization: *540 - repository: *541 - sender: *542 + organization: *541 + repository: *542 + sender: *543 required: - action - key @@ -96259,11 +96260,11 @@ webhooks: - updated_at - statuses_url - repository_url - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 - sender: *542 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 + sender: *543 workflow: title: Workflow type: @@ -97011,11 +97012,11 @@ webhooks: deployment: *369 pull_requests: type: array - items: *444 - repository: *541 - organization: *540 - installation: *539 - sender: *542 + items: *445 + repository: *542 + organization: *541 + installation: *540 + sender: *543 responses: '200': description: Return a 200 status to indicate that the data was received @@ -97136,10 +97137,10 @@ webhooks: type: string comment: type: string - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 reviewers: type: array items: @@ -97218,7 +97219,7 @@ webhooks: type: string enum: - User - sender: *542 + sender: *543 since: type: string workflow_job_run: @@ -98010,10 +98011,10 @@ webhooks: type: string comment: type: string - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 reviewers: type: array items: @@ -98092,7 +98093,7 @@ webhooks: type: string enum: - User - sender: *542 + sender: *543 since: type: string workflow_job_run: @@ -98843,12 +98844,12 @@ webhooks: type: string enum: - requested - enterprise: *538 + enterprise: *539 environment: type: string - installation: *539 - organization: *540 - repository: *541 + installation: *540 + organization: *541 + repository: *542 requestor: title: User type: @@ -98996,7 +98997,7 @@ webhooks: enum: - User - Team - sender: *542 + sender: *543 since: type: string workflow_job_run: @@ -100778,11 +100779,11 @@ webhooks: - updated_at - deployment_url - repository_url - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 - sender: *542 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 + sender: *543 workflow: title: Workflow type: @@ -101677,7 +101678,7 @@ webhooks: - created_at - updated_at - body - discussion: &545 + discussion: &546 title: Discussion description: A Discussion in a repository. type: object @@ -101987,11 +101988,11 @@ webhooks: - author_association - active_lock_reason - body - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 - sender: *542 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 + sender: *543 required: - action - discussion @@ -102126,12 +102127,12 @@ webhooks: - from required: - category - discussion: *545 - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 - sender: *542 + discussion: *546 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 + sender: *543 required: - action - changes @@ -102222,12 +102223,12 @@ webhooks: type: string enum: - closed - discussion: *545 - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 - sender: *542 + discussion: *546 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 + sender: *543 required: - action - discussion @@ -102474,12 +102475,12 @@ webhooks: - updated_at - body - reactions - discussion: *545 - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 - sender: *542 + discussion: *546 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 + sender: *543 required: - action - comment @@ -102727,12 +102728,12 @@ webhooks: - updated_at - body - reactions - discussion: *545 - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 - sender: *542 + discussion: *546 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 + sender: *543 required: - action - comment @@ -102992,12 +102993,12 @@ webhooks: - updated_at - body - reactions - discussion: *545 - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 - sender: *542 + discussion: *546 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 + sender: *543 required: - action - changes @@ -103524,11 +103525,11 @@ webhooks: - answer_html_url - answer_chosen_at - answer_chosen_by - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 - sender: *542 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 + sender: *543 required: - action - discussion @@ -103618,12 +103619,12 @@ webhooks: type: string enum: - deleted - discussion: *545 - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 - sender: *542 + discussion: *546 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 + sender: *543 required: - action - discussion @@ -103731,12 +103732,12 @@ webhooks: type: string required: - from - discussion: *545 - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 - sender: *542 + discussion: *546 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 + sender: *543 required: - action - discussion @@ -103826,9 +103827,9 @@ webhooks: type: string enum: - labeled - discussion: *545 - enterprise: *538 - installation: *539 + discussion: *546 + enterprise: *539 + installation: *540 label: title: Label type: object @@ -103862,9 +103863,9 @@ webhooks: - color - default - description - organization: *540 - repository: *541 - sender: *542 + organization: *541 + repository: *542 + sender: *543 required: - action - discussion @@ -103955,12 +103956,12 @@ webhooks: type: string enum: - locked - discussion: *545 - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 - sender: *542 + discussion: *546 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 + sender: *543 required: - action - discussion @@ -104050,12 +104051,12 @@ webhooks: type: string enum: - pinned - discussion: *545 - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 - sender: *542 + discussion: *546 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 + sender: *543 required: - action - discussion @@ -104145,12 +104146,12 @@ webhooks: type: string enum: - reopened - discussion: *545 - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 - sender: *542 + discussion: *546 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 + sender: *543 required: - action - discussion @@ -104243,17 +104244,17 @@ webhooks: changes: type: object properties: - new_discussion: *545 - new_repository: *541 + new_discussion: *546 + new_repository: *542 required: - new_discussion - new_repository - discussion: *545 - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 - sender: *542 + discussion: *546 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 + sender: *543 required: - action - changes @@ -104344,7 +104345,7 @@ webhooks: type: string enum: - unanswered - discussion: *545 + discussion: *546 old_answer: type: object properties: @@ -104502,9 +104503,9 @@ webhooks: - created_at - updated_at - body - organization: *540 - repository: *541 - sender: *542 + organization: *541 + repository: *542 + sender: *543 required: - action - discussion @@ -104594,9 +104595,9 @@ webhooks: type: string enum: - unlabeled - discussion: *545 - enterprise: *538 - installation: *539 + discussion: *546 + enterprise: *539 + installation: *540 label: title: Label type: object @@ -104630,9 +104631,9 @@ webhooks: - color - default - description - organization: *540 - repository: *541 - sender: *542 + organization: *541 + repository: *542 + sender: *543 required: - action - discussion @@ -104723,12 +104724,12 @@ webhooks: type: string enum: - unlocked - discussion: *545 - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 - sender: *542 + discussion: *546 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 + sender: *543 required: - action - discussion @@ -104818,12 +104819,12 @@ webhooks: type: string enum: - unpinned - discussion: *545 - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 - sender: *542 + discussion: *546 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 + sender: *543 required: - action - discussion @@ -104907,7 +104908,7 @@ webhooks: type: string enum: - anonymous_access_disabled - sender: *542 + sender: *543 required: - action responses: @@ -104986,7 +104987,7 @@ webhooks: type: string enum: - anonymous_access_enabled - sender: *542 + sender: *543 required: - action responses: @@ -105063,7 +105064,7 @@ webhooks: description: A user forks a repository. type: object properties: - enterprise: *538 + enterprise: *539 forkee: description: The created [`repository`](https://docs.github.com/enterprise-server@3.10/rest/repos/repos#get-a-repository) resource. @@ -105745,10 +105746,10 @@ webhooks: watchers_count: type: integer properties: {} - installation: *539 - organization: *540 - repository: *541 - sender: *542 + installation: *540 + organization: *541 + repository: *542 + sender: *543 required: - forkee - repository @@ -105836,7 +105837,7 @@ webhooks: type: string enum: - revoked - sender: *542 + sender: *543 required: - action - sender @@ -105913,9 +105914,9 @@ webhooks: title: gollum event type: object properties: - enterprise: *538 - installation: *539 - organization: *540 + enterprise: *539 + installation: *540 + organization: *541 pages: description: The pages that were updated. type: array @@ -105953,8 +105954,8 @@ webhooks: - action - sha - html_url - repository: *541 - sender: *542 + repository: *542 + sender: *543 required: - pages - repository @@ -106039,9 +106040,9 @@ webhooks: type: string enum: - created - enterprise: *538 + enterprise: *539 installation: *33 - organization: *540 + organization: *541 repositories: description: An array of repository objects that the installation can access. @@ -106068,7 +106069,7 @@ webhooks: - name - full_name - private - repository: *541 + repository: *542 requester: title: User type: @@ -106138,7 +106139,7 @@ webhooks: required: - login - id - sender: *542 + sender: *543 required: - action - installation @@ -106222,9 +106223,9 @@ webhooks: type: string enum: - deleted - enterprise: *538 + enterprise: *539 installation: *33 - organization: *540 + organization: *541 repositories: description: An array of repository objects that the installation can access. @@ -106251,11 +106252,11 @@ webhooks: - name - full_name - private - repository: *541 + repository: *542 requester: type: - 'null' - sender: *542 + sender: *543 required: - action - installation @@ -106338,9 +106339,9 @@ webhooks: type: string enum: - new_permissions_accepted - enterprise: *538 + enterprise: *539 installation: *33 - organization: *540 + organization: *541 repositories: description: An array of repository objects that the installation can access. @@ -106367,11 +106368,11 @@ webhooks: - name - full_name - private - repository: *541 + repository: *542 requester: type: - 'null' - sender: *542 + sender: *543 required: - action - installation @@ -106454,9 +106455,9 @@ webhooks: type: string enum: - added - enterprise: *538 + enterprise: *539 installation: *33 - organization: *540 + organization: *541 repositories_added: description: An array of repository objects, which were added to the installation. @@ -106503,7 +106504,7 @@ webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *541 + repository: *542 repository_selection: description: Describe whether all repositories have been selected or there's a selection involved @@ -106580,7 +106581,7 @@ webhooks: required: - login - id - sender: *542 + sender: *543 required: - action - installation @@ -106668,9 +106669,9 @@ webhooks: type: string enum: - removed - enterprise: *538 + enterprise: *539 installation: *33 - organization: *540 + organization: *541 repositories_added: description: An array of repository objects, which were added to the installation. @@ -106723,7 +106724,7 @@ webhooks: - name - full_name - private - repository: *541 + repository: *542 repository_selection: description: Describe whether all repositories have been selected or there's a selection involved @@ -106800,7 +106801,7 @@ webhooks: required: - login - id - sender: *542 + sender: *543 required: - action - installation @@ -106888,9 +106889,9 @@ webhooks: type: string enum: - suspend - enterprise: *538 + enterprise: *539 installation: *33 - organization: *540 + organization: *541 repositories: description: An array of repository objects that the installation can access. @@ -106917,11 +106918,11 @@ webhooks: - name - full_name - private - repository: *541 + repository: *542 requester: type: - 'null' - sender: *542 + sender: *543 required: - action - installation @@ -107104,11 +107105,11 @@ webhooks: type: string required: - from - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 - sender: *542 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 + sender: *543 target_type: type: string required: @@ -107196,9 +107197,9 @@ webhooks: type: string enum: - unsuspend - enterprise: *538 + enterprise: *539 installation: *33 - organization: *540 + organization: *541 repositories: description: An array of repository objects that the installation can access. @@ -107225,11 +107226,11 @@ webhooks: - name - full_name - private - repository: *541 + repository: *542 requester: type: - 'null' - sender: *542 + sender: *543 required: - action - installation @@ -107480,8 +107481,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *538 - installation: *539 + enterprise: *539 + installation: *540 issue: description: The [issue](https://docs.github.com/enterprise-server@3.10/rest/issues/issues#get-an-issue) the comment belongs to. @@ -108643,9 +108644,9 @@ webhooks: - state - locked - assignee - organization: *540 - repository: *541 - sender: *542 + organization: *541 + repository: *542 + sender: *543 required: - action - issue @@ -108901,8 +108902,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *538 - installation: *539 + enterprise: *539 + installation: *540 issue: description: The [issue](https://docs.github.com/enterprise-server@3.10/rest/issues/issues#get-an-issue) the comment belongs to. @@ -110060,9 +110061,9 @@ webhooks: - state - locked - assignee - organization: *540 - repository: *541 - sender: *542 + organization: *541 + repository: *542 + sender: *543 required: - action - issue @@ -110330,8 +110331,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *538 - installation: *539 + enterprise: *539 + installation: *540 issue: description: The [issue](https://docs.github.com/enterprise-server@3.10/rest/issues/issues#get-an-issue) the comment belongs to. @@ -111492,9 +111493,9 @@ webhooks: - state - locked - assignee - organization: *540 - repository: *541 - sender: *542 + organization: *541 + repository: *542 + sender: *543 required: - action - changes @@ -111654,8 +111655,8 @@ webhooks: required: - login - id - enterprise: *538 - installation: *539 + enterprise: *539 + installation: *540 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.10/rest/issues/issues#get-an-issue) @@ -112575,9 +112576,9 @@ webhooks: - active_lock_reason - body - reactions - organization: *540 - repository: *541 - sender: *542 + organization: *541 + repository: *542 + sender: *543 required: - action - issue @@ -112666,8 +112667,8 @@ webhooks: type: string enum: - closed - enterprise: *538 - installation: *539 + enterprise: *539 + installation: *540 issue: description: The [issue](https://docs.github.com/enterprise-server@3.10/rest/issues/issues#get-an-issue) itself. @@ -113731,9 +113732,9 @@ webhooks: required: - state - closed_at - organization: *540 - repository: *541 - sender: *542 + organization: *541 + repository: *542 + sender: *543 required: - action - issue @@ -113821,8 +113822,8 @@ webhooks: type: string enum: - deleted - enterprise: *538 - installation: *539 + enterprise: *539 + installation: *540 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.10/rest/issues/issues#get-an-issue) @@ -114736,9 +114737,9 @@ webhooks: - active_lock_reason - body - reactions - organization: *540 - repository: *541 - sender: *542 + organization: *541 + repository: *542 + sender: *543 required: - action - issue @@ -114826,8 +114827,8 @@ webhooks: type: string enum: - demilestoned - enterprise: *538 - installation: *539 + enterprise: *539 + installation: *540 issue: allOf: - title: Issue @@ -116162,9 +116163,9 @@ webhooks: - updated_at - due_on - closed_at - organization: *540 - repository: *541 - sender: *542 + organization: *541 + repository: *542 + sender: *543 required: - action - issue @@ -116272,8 +116273,8 @@ webhooks: type: string required: - from - enterprise: *538 - installation: *539 + enterprise: *539 + installation: *540 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.10/rest/issues/issues#get-an-issue) @@ -117227,9 +117228,9 @@ webhooks: - color - default - description - organization: *540 - repository: *541 - sender: *542 + organization: *541 + repository: *542 + sender: *543 required: - action - changes @@ -117318,8 +117319,8 @@ webhooks: type: string enum: - labeled - enterprise: *538 - installation: *539 + enterprise: *539 + installation: *540 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.10/rest/issues/issues#get-an-issue) @@ -118272,9 +118273,9 @@ webhooks: - color - default - description - organization: *540 - repository: *541 - sender: *542 + organization: *541 + repository: *542 + sender: *543 required: - action - issue @@ -118363,8 +118364,8 @@ webhooks: type: string enum: - locked - enterprise: *538 - installation: *539 + enterprise: *539 + installation: *540 issue: allOf: - title: Issue @@ -119425,9 +119426,9 @@ webhooks: required: - locked - active_lock_reason - organization: *540 - repository: *541 - sender: *542 + organization: *541 + repository: *542 + sender: *543 required: - action - issue @@ -119515,8 +119516,8 @@ webhooks: type: string enum: - milestoned - enterprise: *538 - installation: *539 + enterprise: *539 + installation: *540 issue: allOf: - title: Issue @@ -120847,9 +120848,9 @@ webhooks: - updated_at - due_on - closed_at - organization: *540 - repository: *541 - sender: *542 + organization: *541 + repository: *542 + sender: *543 required: - action - issue @@ -122324,8 +122325,8 @@ webhooks: required: - old_issue - old_repository - enterprise: *538 - installation: *539 + enterprise: *539 + installation: *540 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.10/rest/issues/issues#get-an-issue) @@ -123243,9 +123244,9 @@ webhooks: - active_lock_reason - body - reactions - organization: *540 - repository: *541 - sender: *542 + organization: *541 + repository: *542 + sender: *543 required: - action - issue @@ -123334,8 +123335,8 @@ webhooks: type: string enum: - pinned - enterprise: *538 - installation: *539 + enterprise: *539 + installation: *540 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.10/rest/issues/issues#get-an-issue) @@ -124248,9 +124249,9 @@ webhooks: - active_lock_reason - body - reactions - organization: *540 - repository: *541 - sender: *542 + organization: *541 + repository: *542 + sender: *543 required: - action - issue @@ -124338,8 +124339,8 @@ webhooks: type: string enum: - reopened - enterprise: *538 - installation: *539 + enterprise: *539 + installation: *540 issue: allOf: - title: Issue @@ -125399,9 +125400,9 @@ webhooks: type: string required: - state - organization: *540 - repository: *541 - sender: *542 + organization: *541 + repository: *542 + sender: *543 required: - action - issue @@ -126876,8 +126877,8 @@ webhooks: required: - new_issue - new_repository - enterprise: *538 - installation: *539 + enterprise: *539 + installation: *540 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.10/rest/issues/issues#get-an-issue) @@ -127790,9 +127791,9 @@ webhooks: - active_lock_reason - body - reactions - organization: *540 - repository: *541 - sender: *542 + organization: *541 + repository: *542 + sender: *543 required: - action - changes @@ -127952,8 +127953,8 @@ webhooks: required: - login - id - enterprise: *538 - installation: *539 + enterprise: *539 + installation: *540 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.10/rest/issues/issues#get-an-issue) @@ -128873,9 +128874,9 @@ webhooks: - active_lock_reason - body - reactions - organization: *540 - repository: *541 - sender: *542 + organization: *541 + repository: *542 + sender: *543 required: - action - issue @@ -128963,8 +128964,8 @@ webhooks: type: string enum: - unlabeled - enterprise: *538 - installation: *539 + enterprise: *539 + installation: *540 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.10/rest/issues/issues#get-an-issue) @@ -129917,9 +129918,9 @@ webhooks: - color - default - description - organization: *540 - repository: *541 - sender: *542 + organization: *541 + repository: *542 + sender: *543 required: - action - issue @@ -130008,8 +130009,8 @@ webhooks: type: string enum: - unlocked - enterprise: *538 - installation: *539 + enterprise: *539 + installation: *540 issue: allOf: - title: Issue @@ -131060,9 +131061,9 @@ webhooks: required: - locked - active_lock_reason - organization: *540 - repository: *541 - sender: *542 + organization: *541 + repository: *542 + sender: *543 required: - action - issue @@ -131151,8 +131152,8 @@ webhooks: type: string enum: - unpinned - enterprise: *538 - installation: *539 + enterprise: *539 + installation: *540 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.10/rest/issues/issues#get-an-issue) @@ -132065,9 +132066,9 @@ webhooks: - active_lock_reason - body - reactions - organization: *540 - repository: *541 - sender: *542 + organization: *541 + repository: *542 + sender: *543 required: - action - issue @@ -132155,8 +132156,8 @@ webhooks: type: string enum: - created - enterprise: *538 - installation: *539 + enterprise: *539 + installation: *540 label: title: Label type: object @@ -132190,9 +132191,9 @@ webhooks: - color - default - description - organization: *540 - repository: *541 - sender: *542 + organization: *541 + repository: *542 + sender: *543 required: - action - label @@ -132279,8 +132280,8 @@ webhooks: type: string enum: - deleted - enterprise: *538 - installation: *539 + enterprise: *539 + installation: *540 label: title: Label type: object @@ -132314,9 +132315,9 @@ webhooks: - color - default - description - organization: *540 - repository: *541 - sender: *542 + organization: *541 + repository: *542 + sender: *543 required: - action - label @@ -132435,8 +132436,8 @@ webhooks: type: string required: - from - enterprise: *538 - installation: *539 + enterprise: *539 + installation: *540 label: title: Label type: object @@ -132470,9 +132471,9 @@ webhooks: - color - default - description - organization: *540 - repository: *541 - sender: *542 + organization: *541 + repository: *542 + sender: *543 required: - action - label @@ -132585,8 +132586,8 @@ webhooks: type: string required: - to - enterprise: *538 - installation: *539 + enterprise: *539 + installation: *540 member: title: User type: @@ -132656,9 +132657,9 @@ webhooks: required: - login - id - organization: *540 - repository: *541 - sender: *542 + organization: *541 + repository: *542 + sender: *543 required: - action - member @@ -132769,8 +132770,8 @@ webhooks: type: - string - 'null' - enterprise: *538 - installation: *539 + enterprise: *539 + installation: *540 member: title: User type: @@ -132840,9 +132841,9 @@ webhooks: required: - login - id - organization: *540 - repository: *541 - sender: *542 + organization: *541 + repository: *542 + sender: *543 required: - action - changes @@ -132930,8 +132931,8 @@ webhooks: type: string enum: - removed - enterprise: *538 - installation: *539 + enterprise: *539 + installation: *540 member: title: User type: @@ -133001,9 +133002,9 @@ webhooks: required: - login - id - organization: *540 - repository: *541 - sender: *542 + organization: *541 + repository: *542 + sender: *543 required: - action - member @@ -133090,8 +133091,8 @@ webhooks: type: string enum: - added - enterprise: *538 - installation: *539 + enterprise: *539 + installation: *540 member: title: User type: @@ -133161,8 +133162,8 @@ webhooks: required: - login - id - organization: *540 - repository: *541 + organization: *541 + repository: *542 scope: description: The scope of the membership. Currently, can only be `team`. @@ -133441,8 +133442,8 @@ webhooks: type: string enum: - removed - enterprise: *538 - installation: *539 + enterprise: *539 + installation: *540 member: title: User type: @@ -133512,8 +133513,8 @@ webhooks: required: - login - id - organization: *540 - repository: *541 + organization: *541 + repository: *542 scope: description: The scope of the membership. Currently, can only be `team`. @@ -133793,7 +133794,7 @@ webhooks: type: string enum: - deleted - enterprise: *538 + enterprise: *539 hook: description: 'The modified webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -133901,13 +133902,13 @@ webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *539 - organization: *540 + installation: *540 + organization: *541 repository: anyOf: - type: 'null' - - *541 - sender: *542 + - *542 + sender: *543 required: - action - hook_id @@ -133996,8 +133997,8 @@ webhooks: type: string enum: - closed - enterprise: *538 - installation: *539 + enterprise: *539 + installation: *540 milestone: title: Milestone description: A collection of related issues and pull requests. @@ -134139,9 +134140,9 @@ webhooks: - updated_at - due_on - closed_at - organization: *540 - repository: *541 - sender: *542 + organization: *541 + repository: *542 + sender: *543 required: - action - milestone @@ -134229,8 +134230,8 @@ webhooks: type: string enum: - created - enterprise: *538 - installation: *539 + enterprise: *539 + installation: *540 milestone: title: Milestone description: A collection of related issues and pull requests. @@ -134371,9 +134372,9 @@ webhooks: - updated_at - due_on - closed_at - organization: *540 - repository: *541 - sender: *542 + organization: *541 + repository: *542 + sender: *543 required: - action - milestone @@ -134461,8 +134462,8 @@ webhooks: type: string enum: - deleted - enterprise: *538 - installation: *539 + enterprise: *539 + installation: *540 milestone: title: Milestone description: A collection of related issues and pull requests. @@ -134604,9 +134605,9 @@ webhooks: - updated_at - due_on - closed_at - organization: *540 - repository: *541 - sender: *542 + organization: *541 + repository: *542 + sender: *543 required: - action - milestone @@ -134725,8 +134726,8 @@ webhooks: type: string required: - from - enterprise: *538 - installation: *539 + enterprise: *539 + installation: *540 milestone: title: Milestone description: A collection of related issues and pull requests. @@ -134868,9 +134869,9 @@ webhooks: - updated_at - due_on - closed_at - organization: *540 - repository: *541 - sender: *542 + organization: *541 + repository: *542 + sender: *543 required: - action - changes @@ -134959,8 +134960,8 @@ webhooks: type: string enum: - opened - enterprise: *538 - installation: *539 + enterprise: *539 + installation: *540 milestone: title: Milestone description: A collection of related issues and pull requests. @@ -135101,9 +135102,9 @@ webhooks: - updated_at - due_on - closed_at - organization: *540 - repository: *541 - sender: *542 + organization: *541 + repository: *542 + sender: *543 required: - action - milestone @@ -135191,8 +135192,8 @@ webhooks: type: string enum: - deleted - enterprise: *538 - installation: *539 + enterprise: *539 + installation: *540 membership: title: Membership description: The membership between the user and the organization. @@ -135284,9 +135285,9 @@ webhooks: - role - organization_url - user - organization: *540 - repository: *541 - sender: *542 + organization: *541 + repository: *542 + sender: *543 required: - action - organization @@ -135373,8 +135374,8 @@ webhooks: type: string enum: - member_added - enterprise: *538 - installation: *539 + enterprise: *539 + installation: *540 membership: title: Membership description: The membership between the user and the organization. @@ -135466,9 +135467,9 @@ webhooks: - role - organization_url - user - organization: *540 - repository: *541 - sender: *542 + organization: *541 + repository: *542 + sender: *543 required: - action - membership @@ -135556,8 +135557,8 @@ webhooks: type: string enum: - member_invited - enterprise: *538 - installation: *539 + enterprise: *539 + installation: *540 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -135677,9 +135678,9 @@ webhooks: - inviter - team_count - invitation_teams_url - organization: *540 - repository: *541 - sender: *542 + organization: *541 + repository: *542 + sender: *543 user: title: User type: @@ -135836,8 +135837,8 @@ webhooks: type: string enum: - member_removed - enterprise: *538 - installation: *539 + enterprise: *539 + installation: *540 membership: title: Membership description: The membership between the user and the organization. @@ -135929,9 +135930,9 @@ webhooks: - role - organization_url - user - organization: *540 - repository: *541 - sender: *542 + organization: *541 + repository: *542 + sender: *543 required: - action - membership @@ -136027,8 +136028,8 @@ webhooks: properties: from: type: string - enterprise: *538 - installation: *539 + enterprise: *539 + installation: *540 membership: title: Membership description: The membership between the user and the organization. @@ -136120,9 +136121,9 @@ webhooks: - role - organization_url - user - organization: *540 - repository: *541 - sender: *542 + organization: *541 + repository: *542 + sender: *543 required: - action - organization @@ -136207,9 +136208,9 @@ webhooks: type: string enum: - published - enterprise: *538 - installation: *539 - organization: *540 + enterprise: *539 + installation: *540 + organization: *541 package: description: Information about the package. type: object @@ -136726,7 +136727,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: &546 + items: &547 title: Ruby Gems metadata type: object properties: @@ -136823,8 +136824,8 @@ webhooks: - owner - package_version - registry - repository: *541 - sender: *542 + repository: *542 + sender: *543 required: - action - package @@ -136909,9 +136910,9 @@ webhooks: type: string enum: - updated - enterprise: *538 - installation: *539 - organization: *540 + enterprise: *539 + installation: *540 + organization: *541 package: description: Information about the package. type: object @@ -137267,7 +137268,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *546 + items: *547 source_url: type: string format: uri @@ -137338,8 +137339,8 @@ webhooks: - owner - package_version - registry - repository: *541 - sender: *542 + repository: *542 + sender: *543 required: - action - package @@ -137527,13 +137528,13 @@ webhooks: - duration - created_at - updated_at - enterprise: *538 + enterprise: *539 id: type: integer - installation: *539 - organization: *540 - repository: *541 - sender: *542 + installation: *540 + organization: *541 + repository: *542 + sender: *543 required: - id - build @@ -137611,7 +137612,7 @@ webhooks: type: string enum: - approved - personal_access_token_request: &547 + personal_access_token_request: &548 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -137749,9 +137750,9 @@ webhooks: - token_expired - token_expires_at - token_last_used_at - organization: *540 - sender: *542 - installation: *539 + organization: *541 + sender: *543 + installation: *540 required: - action - personal_access_token_request @@ -137829,10 +137830,10 @@ webhooks: type: string enum: - cancelled - personal_access_token_request: *547 - organization: *540 - sender: *542 - installation: *539 + personal_access_token_request: *548 + organization: *541 + sender: *543 + installation: *540 required: - action - personal_access_token_request @@ -137909,10 +137910,10 @@ webhooks: type: string enum: - created - personal_access_token_request: *547 - organization: *540 - sender: *542 - installation: *539 + personal_access_token_request: *548 + organization: *541 + sender: *543 + installation: *540 required: - action - personal_access_token_request @@ -137989,10 +137990,10 @@ webhooks: type: string enum: - denied - personal_access_token_request: *547 - organization: *540 - sender: *542 - installation: *539 + personal_access_token_request: *548 + organization: *541 + sender: *543 + installation: *540 required: - action - personal_access_token_request @@ -138106,7 +138107,7 @@ webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *548 + last_response: *549 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -138138,9 +138139,9 @@ webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *540 - repository: *541 - sender: *542 + organization: *541 + repository: *542 + sender: *543 zen: description: Random string of GitHub zen. type: string @@ -138394,9 +138395,9 @@ webhooks: - from required: - note - enterprise: *538 - installation: *539 - organization: *540 + enterprise: *539 + installation: *540 + organization: *541 project_card: title: Project Card type: object @@ -138518,8 +138519,8 @@ webhooks: - creator - created_at - updated_at - repository: *541 - sender: *542 + repository: *542 + sender: *543 required: - action - changes @@ -138609,9 +138610,9 @@ webhooks: type: string enum: - created - enterprise: *538 - installation: *539 - organization: *540 + enterprise: *539 + installation: *540 + organization: *541 project_card: title: Project Card type: object @@ -138733,8 +138734,8 @@ webhooks: - creator - created_at - updated_at - repository: *541 - sender: *542 + repository: *542 + sender: *543 required: - action - project_card @@ -138823,9 +138824,9 @@ webhooks: type: string enum: - deleted - enterprise: *538 - installation: *539 - organization: *540 + enterprise: *539 + installation: *540 + organization: *541 project_card: title: Project Card type: object @@ -138953,8 +138954,8 @@ webhooks: repository: anyOf: - type: 'null' - - *541 - sender: *542 + - *542 + sender: *543 required: - action - project_card @@ -139057,9 +139058,9 @@ webhooks: - from required: - note - enterprise: *538 - installation: *539 - organization: *540 + enterprise: *539 + installation: *540 + organization: *541 project_card: title: Project Card type: object @@ -139181,8 +139182,8 @@ webhooks: - creator - created_at - updated_at - repository: *541 - sender: *542 + repository: *542 + sender: *543 required: - action - changes @@ -139285,9 +139286,9 @@ webhooks: - from required: - column_id - enterprise: *538 - installation: *539 - organization: *540 + enterprise: *539 + installation: *540 + organization: *541 project_card: allOf: - title: Project Card @@ -139482,8 +139483,8 @@ webhooks: type: string required: - after_id - repository: *541 - sender: *542 + repository: *542 + sender: *543 required: - action - project_card @@ -139572,9 +139573,9 @@ webhooks: type: string enum: - closed - enterprise: *538 - installation: *539 - organization: *540 + enterprise: *539 + installation: *540 + organization: *541 project: title: Project type: object @@ -139700,8 +139701,8 @@ webhooks: - creator - created_at - updated_at - repository: *541 - sender: *542 + repository: *542 + sender: *543 required: - action - project @@ -139790,9 +139791,9 @@ webhooks: type: string enum: - created - enterprise: *538 - installation: *539 - organization: *540 + enterprise: *539 + installation: *540 + organization: *541 project_column: title: Project Column type: object @@ -139833,8 +139834,8 @@ webhooks: - name - created_at - updated_at - repository: *541 - sender: *542 + repository: *542 + sender: *543 required: - action - project_column @@ -139922,9 +139923,9 @@ webhooks: type: string enum: - deleted - enterprise: *538 - installation: *539 - organization: *540 + enterprise: *539 + installation: *540 + organization: *541 project_column: title: Project Column type: object @@ -139968,8 +139969,8 @@ webhooks: repository: anyOf: - type: 'null' - - *541 - sender: *542 + - *542 + sender: *543 required: - action - project_column @@ -140067,9 +140068,9 @@ webhooks: type: string required: - from - enterprise: *538 - installation: *539 - organization: *540 + enterprise: *539 + installation: *540 + organization: *541 project_column: title: Project Column type: object @@ -140110,8 +140111,8 @@ webhooks: - name - created_at - updated_at - repository: *541 - sender: *542 + repository: *542 + sender: *543 required: - action - changes @@ -140200,9 +140201,9 @@ webhooks: type: string enum: - moved - enterprise: *538 - installation: *539 - organization: *540 + enterprise: *539 + installation: *540 + organization: *541 project_column: title: Project Column type: object @@ -140243,8 +140244,8 @@ webhooks: - name - created_at - updated_at - repository: *541 - sender: *542 + repository: *542 + sender: *543 required: - action - project_column @@ -140333,9 +140334,9 @@ webhooks: type: string enum: - created - enterprise: *538 - installation: *539 - organization: *540 + enterprise: *539 + installation: *540 + organization: *541 project: title: Project type: object @@ -140461,8 +140462,8 @@ webhooks: - creator - created_at - updated_at - repository: *541 - sender: *542 + repository: *542 + sender: *543 required: - action - project @@ -140551,9 +140552,9 @@ webhooks: type: string enum: - deleted - enterprise: *538 - installation: *539 - organization: *540 + enterprise: *539 + installation: *540 + organization: *541 project: title: Project type: object @@ -140682,8 +140683,8 @@ webhooks: repository: anyOf: - type: 'null' - - *541 - sender: *542 + - *542 + sender: *543 required: - action - project @@ -140793,9 +140794,9 @@ webhooks: type: string required: - from - enterprise: *538 - installation: *539 - organization: *540 + enterprise: *539 + installation: *540 + organization: *541 project: title: Project type: object @@ -140921,8 +140922,8 @@ webhooks: - creator - created_at - updated_at - repository: *541 - sender: *542 + repository: *542 + sender: *543 required: - action - project @@ -141010,9 +141011,9 @@ webhooks: type: string enum: - reopened - enterprise: *538 - installation: *539 - organization: *540 + enterprise: *539 + installation: *540 + organization: *541 project: title: Project type: object @@ -141138,8 +141139,8 @@ webhooks: - creator - created_at - updated_at - repository: *541 - sender: *542 + repository: *542 + sender: *543 required: - action - project @@ -141228,9 +141229,9 @@ webhooks: type: string enum: - closed - installation: *539 - organization: *540 - projects_v2: &549 + installation: *540 + organization: *541 + projects_v2: &550 title: Projects v2 Project description: A projects v2 project type: object @@ -141298,7 +141299,7 @@ webhooks: - short_description - deleted_at - deleted_by - sender: *542 + sender: *543 required: - action - projects_v2 @@ -141387,10 +141388,10 @@ webhooks: type: string enum: - created - installation: *539 - organization: *540 - projects_v2: *549 - sender: *542 + installation: *540 + organization: *541 + projects_v2: *550 + sender: *543 required: - action - projects_v2 @@ -141479,10 +141480,10 @@ webhooks: type: string enum: - deleted - installation: *539 - organization: *540 - projects_v2: *549 - sender: *542 + installation: *540 + organization: *541 + projects_v2: *550 + sender: *543 required: - action - projects_v2 @@ -141611,10 +141612,10 @@ webhooks: type: string to: type: string - installation: *539 - organization: *540 - projects_v2: *549 - sender: *542 + installation: *540 + organization: *541 + projects_v2: *550 + sender: *543 required: - action - projects_v2 @@ -141721,9 +141722,9 @@ webhooks: - string - 'null' format: date-time - installation: *539 - organization: *540 - projects_v2_item: &550 + installation: *540 + organization: *541 + projects_v2_item: &551 title: Projects v2 Item description: An item belonging to a project type: object @@ -141769,7 +141770,7 @@ webhooks: - created_at - updated_at - archived_at - sender: *542 + sender: *543 required: - action - projects_v2_item @@ -141871,10 +141872,10 @@ webhooks: - 'null' to: type: string - installation: *539 - organization: *540 - projects_v2_item: *550 - sender: *542 + installation: *540 + organization: *541 + projects_v2_item: *551 + sender: *543 required: - action - projects_v2_item @@ -141964,10 +141965,10 @@ webhooks: type: string enum: - created - installation: *539 - organization: *540 - projects_v2_item: *550 - sender: *542 + installation: *540 + organization: *541 + projects_v2_item: *551 + sender: *543 required: - action - projects_v2_item @@ -142056,10 +142057,10 @@ webhooks: type: string enum: - deleted - installation: *539 - organization: *540 - projects_v2_item: *550 - sender: *542 + installation: *540 + organization: *541 + projects_v2_item: *551 + sender: *543 required: - action - projects_v2_item @@ -142178,10 +142179,10 @@ webhooks: - 'null' required: - body - installation: *539 - organization: *540 - projects_v2_item: *550 - sender: *542 + installation: *540 + organization: *541 + projects_v2_item: *551 + sender: *543 required: - action - projects_v2_item @@ -142286,10 +142287,10 @@ webhooks: type: - string - 'null' - installation: *539 - organization: *540 - projects_v2_item: *550 - sender: *542 + installation: *540 + organization: *541 + projects_v2_item: *551 + sender: *543 required: - action - projects_v2_item @@ -142396,10 +142397,10 @@ webhooks: - string - 'null' format: date-time - installation: *539 - organization: *540 - projects_v2_item: *550 - sender: *542 + installation: *540 + organization: *541 + projects_v2_item: *551 + sender: *543 required: - action - projects_v2_item @@ -142489,10 +142490,10 @@ webhooks: type: string enum: - reopened - installation: *539 - organization: *540 - projects_v2: *549 - sender: *542 + installation: *540 + organization: *541 + projects_v2: *550 + sender: *543 required: - action - projects_v2 @@ -142572,11 +142573,11 @@ webhooks: title: public event type: object properties: - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 - sender: *542 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 + sender: *543 required: - repository - sender @@ -142731,12 +142732,12 @@ webhooks: required: - login - id - enterprise: *538 - installation: *539 + enterprise: *539 + installation: *540 number: description: The pull request number. type: integer - organization: *540 + organization: *541 pull_request: title: Pull Request type: object @@ -145058,8 +145059,8 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *541 - sender: *542 + repository: *542 + sender: *543 required: - action - number @@ -145150,11 +145151,11 @@ webhooks: type: string enum: - auto_merge_disabled - enterprise: *538 - installation: *539 + enterprise: *539 + installation: *540 number: type: integer - organization: *540 + organization: *541 pull_request: title: Pull Request type: object @@ -147471,8 +147472,8 @@ webhooks: - draft reason: type: string - repository: *541 - sender: *542 + repository: *542 + sender: *543 required: - action - number @@ -147563,11 +147564,11 @@ webhooks: type: string enum: - auto_merge_enabled - enterprise: *538 - installation: *539 + enterprise: *539 + installation: *540 number: type: integer - organization: *540 + organization: *541 pull_request: title: Pull Request type: object @@ -149885,8 +149886,8 @@ webhooks: - draft reason: type: string - repository: *541 - sender: *542 + repository: *542 + sender: *543 required: - action - number @@ -149977,15 +149978,15 @@ webhooks: type: string enum: - closed - enterprise: *538 - installation: *539 + enterprise: *539 + installation: *540 number: description: The pull request number. type: integer - organization: *540 + organization: *541 pull_request: allOf: - - *444 + - *445 - type: object properties: allow_auto_merge: @@ -150047,8 +150048,8 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *541 - sender: *542 + repository: *542 + sender: *543 required: - action - number @@ -150138,15 +150139,15 @@ webhooks: type: string enum: - converted_to_draft - enterprise: *538 - installation: *539 + enterprise: *539 + installation: *540 number: description: The pull request number. type: integer - organization: *540 + organization: *541 pull_request: allOf: - - *444 + - *445 - type: object properties: allow_auto_merge: @@ -150208,8 +150209,8 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *541 - sender: *542 + repository: *542 + sender: *543 required: - action - number @@ -150298,12 +150299,12 @@ webhooks: type: string enum: - demilestoned - enterprise: *538 + enterprise: *539 milestone: *352 number: description: The pull request number. type: integer - organization: *540 + organization: *541 pull_request: title: Pull Request type: object @@ -152608,8 +152609,8 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *541 - sender: *542 + repository: *542 + sender: *543 required: - action - number @@ -152740,15 +152741,15 @@ webhooks: type: string required: - from - enterprise: *538 - installation: *539 + enterprise: *539 + installation: *540 number: description: The pull request number. type: integer - organization: *540 + organization: *541 pull_request: allOf: - - *444 + - *445 - type: object properties: allow_auto_merge: @@ -152810,8 +152811,8 @@ webhooks: Please use `squash_merge_commit_title` instead. type: boolean default: false - repository: *541 - sender: *542 + repository: *542 + sender: *543 required: - action - changes @@ -152900,8 +152901,8 @@ webhooks: type: string enum: - labeled - enterprise: *538 - installation: *539 + enterprise: *539 + installation: *540 label: title: Label type: object @@ -152938,7 +152939,7 @@ webhooks: number: description: The pull request number. type: integer - organization: *540 + organization: *541 pull_request: title: Pull Request type: object @@ -155261,8 +155262,8 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *541 - sender: *542 + repository: *542 + sender: *543 required: - action - number @@ -155352,12 +155353,12 @@ webhooks: type: string enum: - locked - enterprise: *538 - installation: *539 + enterprise: *539 + installation: *540 number: description: The pull request number. type: integer - organization: *540 + organization: *541 pull_request: title: Pull Request type: object @@ -157678,8 +157679,8 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *541 - sender: *542 + repository: *542 + sender: *543 required: - action - number @@ -157768,12 +157769,12 @@ webhooks: type: string enum: - milestoned - enterprise: *538 + enterprise: *539 milestone: *352 number: description: The pull request number. type: integer - organization: *540 + organization: *541 pull_request: title: Pull Request type: object @@ -160078,8 +160079,8 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *541 - sender: *542 + repository: *542 + sender: *543 required: - action - number @@ -160167,15 +160168,15 @@ webhooks: type: string enum: - opened - enterprise: *538 - installation: *539 + enterprise: *539 + installation: *540 number: description: The pull request number. type: integer - organization: *540 + organization: *541 pull_request: allOf: - - *444 + - *445 - type: object properties: allow_auto_merge: @@ -160237,8 +160238,8 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *541 - sender: *542 + repository: *542 + sender: *543 required: - action - number @@ -160328,15 +160329,15 @@ webhooks: type: string enum: - ready_for_review - enterprise: *538 - installation: *539 + enterprise: *539 + installation: *540 number: description: The pull request number. type: integer - organization: *540 + organization: *541 pull_request: allOf: - - *444 + - *445 - type: object properties: allow_auto_merge: @@ -160398,8 +160399,8 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *541 - sender: *542 + repository: *542 + sender: *543 required: - action - number @@ -160488,15 +160489,15 @@ webhooks: type: string enum: - reopened - enterprise: *538 - installation: *539 + enterprise: *539 + installation: *540 number: description: The pull request number. type: integer - organization: *540 + organization: *541 pull_request: allOf: - - *444 + - *445 - type: object properties: allow_auto_merge: @@ -160558,8 +160559,8 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *541 - sender: *542 + repository: *542 + sender: *543 required: - action - number @@ -160940,9 +160941,9 @@ webhooks: - start_side - side - reactions - enterprise: *538 - installation: *539 - organization: *540 + enterprise: *539 + installation: *540 + organization: *541 pull_request: type: object properties: @@ -163149,8 +163150,8 @@ webhooks: - _links - author_association - active_lock_reason - repository: *541 - sender: *542 + repository: *542 + sender: *543 required: - action - comment @@ -163529,9 +163530,9 @@ webhooks: - start_side - side - reactions - enterprise: *538 - installation: *539 - organization: *540 + enterprise: *539 + installation: *540 + organization: *541 pull_request: type: object properties: @@ -165726,8 +165727,8 @@ webhooks: - _links - author_association - active_lock_reason - repository: *541 - sender: *542 + repository: *542 + sender: *543 required: - action - comment @@ -166118,9 +166119,9 @@ webhooks: - start_side - side - reactions - enterprise: *538 - installation: *539 - organization: *540 + enterprise: *539 + installation: *540 + organization: *541 pull_request: type: object properties: @@ -168316,8 +168317,8 @@ webhooks: - _links - author_association - active_lock_reason - repository: *541 - sender: *542 + repository: *542 + sender: *543 required: - action - changes @@ -168407,9 +168408,9 @@ webhooks: type: string enum: - dismissed - enterprise: *538 - installation: *539 - organization: *540 + enterprise: *539 + installation: *540 + organization: *541 pull_request: title: Simple Pull Request type: object @@ -170619,7 +170620,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *541 + repository: *542 review: description: The review that was affected. type: object @@ -170771,7 +170772,7 @@ webhooks: - pull_request_url - author_association - _links - sender: *542 + sender: *543 required: - action - review @@ -170872,9 +170873,9 @@ webhooks: type: string required: - from - enterprise: *538 - installation: *539 - organization: *540 + enterprise: *539 + installation: *540 + organization: *541 pull_request: title: Simple Pull Request type: object @@ -172965,7 +172966,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *541 + repository: *542 review: description: The review that was affected. type: object @@ -173114,7 +173115,7 @@ webhooks: - pull_request_url - author_association - _links - sender: *542 + sender: *543 required: - action - changes @@ -173206,12 +173207,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *538 - installation: *539 + enterprise: *539 + installation: *540 number: description: The pull request number. type: integer - organization: *540 + organization: *541 pull_request: title: Pull Request type: object @@ -175531,7 +175532,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *541 + repository: *542 requested_reviewer: title: User type: @@ -175601,7 +175602,7 @@ webhooks: required: - login - id - sender: *542 + sender: *543 required: - requested_reviewer - action @@ -175615,12 +175616,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *538 - installation: *539 + enterprise: *539 + installation: *540 number: description: The pull request number. type: integer - organization: *540 + organization: *541 pull_request: title: Pull Request type: object @@ -177947,7 +177948,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *541 + repository: *542 requested_team: title: Team description: Groups of organization members that gives permissions @@ -178060,7 +178061,7 @@ webhooks: - members_url - repositories_url - permission - sender: *542 + sender: *543 required: - requested_team - action @@ -178152,12 +178153,12 @@ webhooks: type: string enum: - review_requested - enterprise: *538 - installation: *539 + enterprise: *539 + installation: *540 number: description: The pull request number. type: integer - organization: *540 + organization: *541 pull_request: title: Pull Request type: object @@ -180479,7 +180480,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *541 + repository: *542 requested_reviewer: title: User type: @@ -180550,7 +180551,7 @@ webhooks: required: - login - id - sender: *542 + sender: *543 required: - requested_reviewer - action @@ -180564,12 +180565,12 @@ webhooks: type: string enum: - review_requested - enterprise: *538 - installation: *539 + enterprise: *539 + installation: *540 number: description: The pull request number. type: integer - organization: *540 + organization: *541 pull_request: title: Pull Request type: object @@ -182882,7 +182883,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *541 + repository: *542 requested_team: title: Team description: Groups of organization members that gives permissions @@ -182986,7 +182987,7 @@ webhooks: required: - name - id - sender: *542 + sender: *543 required: - requested_team - action @@ -183076,9 +183077,9 @@ webhooks: type: string enum: - submitted - enterprise: *538 - installation: *539 - organization: *540 + enterprise: *539 + installation: *540 + organization: *541 pull_request: title: Simple Pull Request type: object @@ -185291,7 +185292,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *541 + repository: *542 review: description: The review that was affected. type: object @@ -185440,7 +185441,7 @@ webhooks: - pull_request_url - author_association - _links - sender: *542 + sender: *543 required: - action - review @@ -185529,9 +185530,9 @@ webhooks: type: string enum: - resolved - enterprise: *538 - installation: *539 - organization: *540 + enterprise: *539 + installation: *540 + organization: *541 pull_request: title: Simple Pull Request type: object @@ -187639,8 +187640,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *541 - sender: *542 + repository: *542 + sender: *543 thread: type: object properties: @@ -188038,9 +188039,9 @@ webhooks: type: string enum: - unresolved - enterprise: *538 - installation: *539 - organization: *540 + enterprise: *539 + installation: *540 + organization: *541 pull_request: title: Simple Pull Request type: object @@ -190131,8 +190132,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *541 - sender: *542 + repository: *542 + sender: *543 thread: type: object properties: @@ -190532,12 +190533,12 @@ webhooks: type: string before: type: string - enterprise: *538 - installation: *539 + enterprise: *539 + installation: *540 number: description: The pull request number. type: integer - organization: *540 + organization: *541 pull_request: title: Pull Request type: object @@ -192847,8 +192848,8 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *541 - sender: *542 + repository: *542 + sender: *543 required: - action - number @@ -193009,12 +193010,12 @@ webhooks: required: - login - id - enterprise: *538 - installation: *539 + enterprise: *539 + installation: *540 number: description: The pull request number. type: integer - organization: *540 + organization: *541 pull_request: title: Pull Request type: object @@ -195339,8 +195340,8 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *541 - sender: *542 + repository: *542 + sender: *543 required: - action - number @@ -195428,8 +195429,8 @@ webhooks: type: string enum: - unlabeled - enterprise: *538 - installation: *539 + enterprise: *539 + installation: *540 label: title: Label type: object @@ -195466,7 +195467,7 @@ webhooks: number: description: The pull request number. type: integer - organization: *540 + organization: *541 pull_request: title: Pull Request type: object @@ -197780,8 +197781,8 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *541 - sender: *542 + repository: *542 + sender: *543 required: - action - number @@ -197871,12 +197872,12 @@ webhooks: type: string enum: - unlocked - enterprise: *538 - installation: *539 + enterprise: *539 + installation: *540 number: description: The pull request number. type: integer - organization: *540 + organization: *541 pull_request: title: Pull Request type: object @@ -200180,8 +200181,8 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *541 - sender: *542 + repository: *542 + sender: *543 required: - action - number @@ -200392,7 +200393,7 @@ webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *538 + enterprise: *539 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -200487,8 +200488,8 @@ webhooks: - url - author - committer - installation: *539 - organization: *540 + installation: *540 + organization: *541 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -200981,7 +200982,7 @@ webhooks: - default_branch - topics - visibility - sender: *542 + sender: *543 required: - ref - before @@ -201076,9 +201077,9 @@ webhooks: type: string enum: - published - enterprise: *538 - installation: *539 - organization: *540 + enterprise: *539 + installation: *540 + organization: *541 registry_package: type: object properties: @@ -201549,7 +201550,7 @@ webhooks: type: string rubygems_metadata: type: array - items: *546 + items: *547 summary: type: string tag_name: @@ -201605,8 +201606,8 @@ webhooks: - owner - package_version - registry - repository: *541 - sender: *542 + repository: *542 + sender: *543 required: - action - registry_package @@ -201692,9 +201693,9 @@ webhooks: type: string enum: - updated - enterprise: *538 - installation: *539 - organization: *540 + enterprise: *539 + installation: *540 + organization: *541 registry_package: type: object properties: @@ -202000,7 +202001,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *546 + items: *547 summary: type: string tag_name: @@ -202050,8 +202051,8 @@ webhooks: - owner - package_version - registry - repository: *541 - sender: *542 + repository: *542 + sender: *543 required: - action - registry_package @@ -202137,9 +202138,9 @@ webhooks: type: string enum: - created - enterprise: *538 - installation: *539 - organization: *540 + enterprise: *539 + installation: *540 + organization: *541 release: title: Release description: The [release](https://docs.github.com/enterprise-server@3.10/rest/releases/releases/#get-a-release) @@ -202454,8 +202455,8 @@ webhooks: - tarball_url - zipball_url - body - repository: *541 - sender: *542 + repository: *542 + sender: *543 required: - action - release @@ -202541,9 +202542,9 @@ webhooks: type: string enum: - deleted - enterprise: *538 - installation: *539 - organization: *540 + enterprise: *539 + installation: *540 + organization: *541 release: title: Release description: The [release](https://docs.github.com/enterprise-server@3.10/rest/releases/releases/#get-a-release) @@ -202858,8 +202859,8 @@ webhooks: - tarball_url - zipball_url - body - repository: *541 - sender: *542 + repository: *542 + sender: *543 required: - action - release @@ -202976,9 +202977,9 @@ webhooks: type: boolean required: - to - enterprise: *538 - installation: *539 - organization: *540 + enterprise: *539 + installation: *540 + organization: *541 release: title: Release description: The [release](https://docs.github.com/enterprise-server@3.10/rest/releases/releases/#get-a-release) @@ -203293,8 +203294,8 @@ webhooks: - tarball_url - zipball_url - body - repository: *541 - sender: *542 + repository: *542 + sender: *543 required: - action - changes @@ -203381,9 +203382,9 @@ webhooks: type: string enum: - prereleased - enterprise: *538 - installation: *539 - organization: *540 + enterprise: *539 + installation: *540 + organization: *541 release: allOf: - title: Release @@ -203794,8 +203795,8 @@ webhooks: - 'null' required: - prerelease - repository: *541 - sender: *542 + repository: *542 + sender: *543 required: - action - release @@ -203880,9 +203881,9 @@ webhooks: type: string enum: - published - enterprise: *538 - installation: *539 - organization: *540 + enterprise: *539 + installation: *540 + organization: *541 release: allOf: - title: Release @@ -204290,8 +204291,8 @@ webhooks: - 'null' required: - published_at - repository: *541 - sender: *542 + repository: *542 + sender: *543 required: - action - release @@ -204376,9 +204377,9 @@ webhooks: type: string enum: - released - enterprise: *538 - installation: *539 - organization: *540 + enterprise: *539 + installation: *540 + organization: *541 release: title: Release description: The [release](https://docs.github.com/enterprise-server@3.10/rest/releases/releases/#get-a-release) @@ -204693,8 +204694,8 @@ webhooks: - tarball_url - zipball_url - body - repository: *541 - sender: *542 + repository: *542 + sender: *543 required: - action - release @@ -204779,9 +204780,9 @@ webhooks: type: string enum: - unpublished - enterprise: *538 - installation: *539 - organization: *540 + enterprise: *539 + installation: *540 + organization: *541 release: allOf: - title: Release @@ -205188,8 +205189,8 @@ webhooks: - 'null' required: - published_at - repository: *541 - sender: *542 + repository: *542 + sender: *543 required: - action - release @@ -205274,11 +205275,11 @@ webhooks: type: string enum: - anonymous_access_disabled - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 - sender: *542 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 + sender: *543 required: - action responses: @@ -205362,11 +205363,11 @@ webhooks: type: string enum: - anonymous_access_enabled - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 - sender: *542 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 + sender: *543 required: - action responses: @@ -205450,11 +205451,11 @@ webhooks: type: string enum: - archived - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 - sender: *542 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 + sender: *543 required: - action - repository @@ -205540,11 +205541,11 @@ webhooks: type: string enum: - created - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 - sender: *542 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 + sender: *543 required: - action - repository @@ -205631,11 +205632,11 @@ webhooks: type: string enum: - deleted - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 - sender: *542 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 + sender: *543 required: - action - repository @@ -205729,11 +205730,11 @@ webhooks: - object - 'null' additionalProperties: true - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 - sender: *542 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 + sender: *543 required: - action - branch @@ -205857,11 +205858,11 @@ webhooks: - 'null' items: type: string - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 - sender: *542 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 + sender: *543 required: - action - changes @@ -205948,11 +205949,11 @@ webhooks: type: string enum: - privatized - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 - sender: *542 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 + sender: *543 required: - action - repository @@ -206038,11 +206039,11 @@ webhooks: type: string enum: - publicized - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 - sender: *542 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 + sender: *543 required: - action - repository @@ -206145,11 +206146,11 @@ webhooks: - name required: - repository - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 - sender: *542 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 + sender: *543 required: - action - changes @@ -206376,11 +206377,11 @@ webhooks: - from required: - owner - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 - sender: *542 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 + sender: *543 required: - action - changes @@ -206467,11 +206468,11 @@ webhooks: type: string enum: - unarchived - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 - sender: *542 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 + sender: *543 required: - action - repository @@ -206716,11 +206717,11 @@ webhooks: - open required: - state - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 - sender: *542 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 + sender: *543 required: - action - alert @@ -207048,11 +207049,11 @@ webhooks: - dismiss_reason - dismissed_at - state - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 - sender: *542 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 + sender: *543 required: - action - alert @@ -207297,11 +207298,11 @@ webhooks: - open required: - state - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 - sender: *542 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 + sender: *543 required: - action - alert @@ -207551,11 +207552,11 @@ webhooks: - open required: - state - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 - sender: *542 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 + sender: *543 required: - action - alert @@ -207642,7 +207643,7 @@ webhooks: type: string enum: - created - alert: &551 + alert: &552 type: object properties: number: *90 @@ -207714,11 +207715,11 @@ webhooks: format: date-time description: 'The time that push protection was bypassed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 - sender: *542 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 + sender: *543 required: - action - alert @@ -207808,12 +207809,12 @@ webhooks: type: string enum: - created - alert: *551 - installation: *539 - location: *552 - organization: *540 - repository: *541 - sender: *542 + alert: *552 + installation: *540 + location: *553 + organization: *541 + repository: *542 + sender: *543 required: - location - alert @@ -208058,12 +208059,12 @@ webhooks: type: string enum: - reopened - alert: *551 - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 - sender: *542 + alert: *552 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 + sender: *543 required: - action - alert @@ -208150,12 +208151,12 @@ webhooks: type: string enum: - resolved - alert: *551 - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 - sender: *542 + alert: *552 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 + sender: *543 required: - action - alert @@ -208242,12 +208243,12 @@ webhooks: type: string enum: - revoked - alert: *551 - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 - sender: *542 + alert: *552 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 + sender: *543 required: - action - alert @@ -208332,10 +208333,10 @@ webhooks: type: string enum: - published - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -208449,7 +208450,7 @@ webhooks: - updated_at - withdrawn_at - vulnerabilities - sender: *542 + sender: *543 required: - action - security_advisory @@ -208531,10 +208532,10 @@ webhooks: type: string enum: - updated - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -208648,7 +208649,7 @@ webhooks: - updated_at - withdrawn_at - vulnerabilities - sender: *542 + sender: *543 required: - action - security_advisory @@ -208730,10 +208731,10 @@ webhooks: type: string enum: - withdrawn - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -208845,7 +208846,7 @@ webhooks: - updated_at - withdrawn_at - vulnerabilities - sender: *542 + sender: *543 required: - action - security_advisory @@ -208929,11 +208930,11 @@ webhooks: type: object properties: security_and_analysis: *219 - enterprise: *538 - installation: *539 - organization: *540 + enterprise: *539 + installation: *540 + organization: *541 repository: *262 - sender: *542 + sender: *543 required: - changes - repository @@ -209020,11 +209021,11 @@ webhooks: type: string enum: - cancelled - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 - sender: *542 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 + sender: *543 sponsorship: type: object properties: @@ -209334,11 +209335,11 @@ webhooks: type: string enum: - created - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 - sender: *542 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 + sender: *543 sponsorship: type: object properties: @@ -209662,11 +209663,11 @@ webhooks: type: string required: - from - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 - sender: *542 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 + sender: *543 sponsorship: type: object properties: @@ -209984,11 +209985,11 @@ webhooks: event types will include the date the cancellation or tier change will take effect. type: string - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 - sender: *542 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 + sender: *543 sponsorship: type: object properties: @@ -210347,11 +210348,11 @@ webhooks: event types will include the date the cancellation or tier change will take effect. type: string - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 - sender: *542 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 + sender: *543 sponsorship: type: object properties: @@ -210708,11 +210709,11 @@ webhooks: - from required: - tier - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 - sender: *542 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 + sender: *543 sponsorship: type: object properties: @@ -211022,11 +211023,11 @@ webhooks: type: string enum: - created - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 - sender: *542 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 + sender: *543 starred_at: description: 'The time the star was created. This is a timestamp in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`. Will be `null` for @@ -211119,11 +211120,11 @@ webhooks: type: string enum: - deleted - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 - sender: *542 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 + sender: *543 starred_at: description: 'The time the star was created. This is a timestamp in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`. Will be `null` for @@ -211561,16 +211562,16 @@ webhooks: type: - string - 'null' - enterprise: *538 + enterprise: *539 id: description: The unique identifier of the status. type: integer - installation: *539 + installation: *540 name: type: string - organization: *540 - repository: *541 - sender: *542 + organization: *541 + repository: *542 + sender: *543 sha: description: The Commit SHA. type: string @@ -211682,11 +211683,11 @@ webhooks: title: team_add event type: object properties: - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 - sender: *542 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 + sender: *543 team: title: Team description: Groups of organization members that gives permissions @@ -211890,9 +211891,9 @@ webhooks: type: string enum: - added_to_repository - enterprise: *538 - installation: *539 - organization: *540 + enterprise: *539 + installation: *540 + organization: *541 repository: title: Repository description: A git repository @@ -212352,7 +212353,7 @@ webhooks: - default_branch - topics - visibility - sender: *542 + sender: *543 team: title: Team description: Groups of organization members that gives permissions @@ -212556,9 +212557,9 @@ webhooks: type: string enum: - created - enterprise: *538 - installation: *539 - organization: *540 + enterprise: *539 + installation: *540 + organization: *541 repository: title: Repository description: A git repository @@ -213018,7 +213019,7 @@ webhooks: - default_branch - topics - visibility - sender: *542 + sender: *543 team: title: Team description: Groups of organization members that gives permissions @@ -213223,9 +213224,9 @@ webhooks: type: string enum: - deleted - enterprise: *538 - installation: *539 - organization: *540 + enterprise: *539 + installation: *540 + organization: *541 repository: title: Repository description: A git repository @@ -213685,7 +213686,7 @@ webhooks: - default_branch - topics - visibility - sender: *542 + sender: *543 team: title: Team description: Groups of organization members that gives permissions @@ -213957,9 +213958,9 @@ webhooks: - from required: - permissions - enterprise: *538 - installation: *539 - organization: *540 + enterprise: *539 + installation: *540 + organization: *541 repository: title: Repository description: A git repository @@ -214419,7 +214420,7 @@ webhooks: - default_branch - topics - visibility - sender: *542 + sender: *543 team: title: Team description: Groups of organization members that gives permissions @@ -214625,9 +214626,9 @@ webhooks: type: string enum: - removed_from_repository - enterprise: *538 - installation: *539 - organization: *540 + enterprise: *539 + installation: *540 + organization: *541 repository: title: Repository description: A git repository @@ -215087,7 +215088,7 @@ webhooks: - default_branch - topics - visibility - sender: *542 + sender: *543 team: title: Team description: Groups of organization members that gives permissions @@ -215288,11 +215289,11 @@ webhooks: type: string enum: - created - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 - sender: *542 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 + sender: *543 user: title: User type: @@ -215439,11 +215440,11 @@ webhooks: type: string enum: - deleted - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 - sender: *542 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 + sender: *543 user: title: User type: @@ -215593,11 +215594,11 @@ webhooks: type: string enum: - started - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 - sender: *542 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 + sender: *543 required: - action - repository @@ -215679,18 +215680,18 @@ webhooks: title: workflow_dispatch event type: object properties: - enterprise: *538 + enterprise: *539 inputs: type: - object - 'null' additionalProperties: true - installation: *539 - organization: *540 + installation: *540 + organization: *541 ref: type: string - repository: *541 - sender: *542 + repository: *542 + sender: *543 workflow: type: string required: @@ -215781,11 +215782,11 @@ webhooks: type: string enum: - completed - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 - sender: *542 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 + sender: *543 workflow_job: allOf: - title: Workflow Job @@ -216129,11 +216130,11 @@ webhooks: type: string enum: - in_progress - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 - sender: *542 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 + sender: *543 workflow_job: allOf: - title: Workflow Job @@ -216503,11 +216504,11 @@ webhooks: type: string enum: - queued - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 - sender: *542 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 + sender: *543 workflow_job: type: object properties: @@ -216741,11 +216742,11 @@ webhooks: type: string enum: - waiting - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 - sender: *542 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 + sender: *543 workflow_job: type: object properties: @@ -216981,11 +216982,11 @@ webhooks: type: string enum: - completed - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 - sender: *542 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 + sender: *543 workflow: title: Workflow type: @@ -218507,11 +218508,11 @@ webhooks: type: string enum: - in_progress - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 - sender: *542 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 + sender: *543 workflow: title: Workflow type: @@ -220035,11 +220036,11 @@ webhooks: type: string enum: - requested - enterprise: *538 - installation: *539 - organization: *540 - repository: *541 - sender: *542 + enterprise: *539 + installation: *540 + organization: *541 + repository: *542 + sender: *543 workflow: title: Workflow type: diff --git a/descriptions-next/ghes-3.10/ghes-3.10.2022-11-28.json b/descriptions-next/ghes-3.10/ghes-3.10.2022-11-28.json index 32f30d01ec..4790923c6b 100644 --- a/descriptions-next/ghes-3.10/ghes-3.10.2022-11-28.json +++ b/descriptions-next/ghes-3.10/ghes-3.10.2022-11-28.json @@ -39125,7 +39125,7 @@ "$ref": "#/components/parameters/repo" }, { - "$ref": "#/components/parameters/commit-ref" + "$ref": "#/components/parameters/git-ref-only" } ], "responses": { @@ -39181,7 +39181,7 @@ "$ref": "#/components/parameters/repo" }, { - "$ref": "#/components/parameters/commit-ref" + "$ref": "#/components/parameters/git-ref-only" } ], "responses": { @@ -39303,7 +39303,7 @@ "/repos/{owner}/{repo}/git/refs/{ref}": { "patch": { "summary": "Update a reference", - "description": "", + "description": "Updates the provided reference to point to a new SHA. For more information, see \"[Git References](https://git-scm.com/book/en/v2/Git-Internals-Git-References)\" in the Git documentation.", "tags": [ "git" ], @@ -39320,15 +39320,7 @@ "$ref": "#/components/parameters/repo" }, { - "name": "ref", - "description": "The name of the reference to update (for example, `heads/featureA`). Can be a 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)\" in the Git documentation.", - "in": "path", - "required": true, - "example": "heads/featureA", - "schema": { - "type": "string" - }, - "x-multi-segment": true + "$ref": "#/components/parameters/git-ref-only" } ], "requestBody": { @@ -39392,7 +39384,7 @@ }, "delete": { "summary": "Delete a reference", - "description": "", + "description": "Deletes the provided reference.", "tags": [ "git" ], @@ -39409,7 +39401,7 @@ "$ref": "#/components/parameters/repo" }, { - "$ref": "#/components/parameters/commit-ref" + "$ref": "#/components/parameters/git-ref-only" } ], "responses": { @@ -303176,6 +303168,17 @@ "type": "integer" } }, + "git-ref-only": { + "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.", + "in": "path", + "required": true, + "example": "heads/feature-a", + "schema": { + "type": "string" + }, + "x-multi-segment": true + }, "invitation-id": { "name": "invitation_id", "description": "The unique identifier of the invitation.", diff --git a/descriptions-next/ghes-3.10/ghes-3.10.2022-11-28.yaml b/descriptions-next/ghes-3.10/ghes-3.10.2022-11-28.yaml index 10b7286268..f6b895dace 100644 --- a/descriptions-next/ghes-3.10/ghes-3.10.2022-11-28.yaml +++ b/descriptions-next/ghes-3.10/ghes-3.10.2022-11-28.yaml @@ -28254,7 +28254,7 @@ paths: parameters: - "$ref": "#/components/parameters/owner" - "$ref": "#/components/parameters/repo" - - "$ref": "#/components/parameters/commit-ref" + - "$ref": "#/components/parameters/git-ref-only" responses: '200': description: Response @@ -28291,7 +28291,7 @@ paths: parameters: - "$ref": "#/components/parameters/owner" - "$ref": "#/components/parameters/repo" - - "$ref": "#/components/parameters/commit-ref" + - "$ref": "#/components/parameters/git-ref-only" responses: '200': description: Response @@ -28372,7 +28372,9 @@ paths: "/repos/{owner}/{repo}/git/refs/{ref}": patch: summary: Update a reference - descriptio{"code":"internal","msg":"git-diff-tree: context deadline exceeded","meta":{"cause":"*fmt.wrapError"}}