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 ad1765fa7..6b3817c94 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 @@ -17205,6 +17205,9 @@ }, { "$ref": "#/components/parameters/page" + }, + { + "$ref": "#/components/parameters/ruleset-targets" } ], "responses": { @@ -51294,6 +51297,9 @@ "type": "boolean", "default": true } + }, + { + "$ref": "#/components/parameters/ruleset-targets" } ], "responses": { @@ -97755,15 +97761,6 @@ 10000 ] }, - "collaborators": { - "type": [ - "integer", - "null" - ], - "examples": [ - 8 - ] - }, "billing_email": { "type": [ "string", @@ -298682,6 +298679,18 @@ "type": "string" } }, + "ruleset-targets": { + "name": "targets", + "description": "A comma-separated list of rule targets to filter by.\nIf provided, only rulesets that apply to the specified targets will be returned.\nFor example, `branch,tag,push`.\n", + "in": "query", + "required": false, + "schema": { + "type": "string", + "examples": [ + "branch,tag,push" + ] + } + }, "ref-in-query": { "name": "ref", "description": "The name of the ref. Cannot contain wildcard characters. Optionally prefix with `refs/heads/` to limit to branches or `refs/tags/` to limit to tags. Omit the prefix to search across all refs. When specified, only rule evaluations triggered for this ref will be returned.", 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 1f9520a63..8d75bc65c 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 @@ -12569,6 +12569,7 @@ paths: - "$ref": "#/components/parameters/org" - "$ref": "#/components/parameters/per-page" - "$ref": "#/components/parameters/page" + - "$ref": "#/components/parameters/ruleset-targets" responses: '200': description: Response @@ -37251,6 +37252,7 @@ paths: schema: type: boolean default: true + - "$ref": "#/components/parameters/ruleset-targets" responses: '200': description: Response @@ -70752,12 +70754,6 @@ components: - 'null' examples: - 10000 - collaborators: - type: - - integer - - 'null' - examples: - - 8 billing_email: type: - string @@ -223775,6 +223771,18 @@ components: required: true schema: type: string + ruleset-targets: + name: targets + description: | + A comma-separated list of rule targets to filter by. + If provided, only rulesets that apply to the specified targets will be returned. + For example, `branch,tag,push`. + in: query + required: false + schema: + type: string + examples: + - branch,tag,push ref-in-query: name: ref description: The name of the ref. Cannot contain wildcard characters. Optionally diff --git a/descriptions-next/api.github.com/api.github.com.json b/descriptions-next/api.github.com/api.github.com.json index ad1765fa7..6b3817c94 100644 --- a/descriptions-next/api.github.com/api.github.com.json +++ b/descriptions-next/api.github.com/api.github.com.json @@ -17205,6 +17205,9 @@ }, { "$ref": "#/components/parameters/page" + }, + { + "$ref": "#/components/parameters/ruleset-targets" } ], "responses": { @@ -51294,6 +51297,9 @@ "type": "boolean", "default": true } + }, + { + "$ref": "#/components/parameters/ruleset-targets" } ], "responses": { @@ -97755,15 +97761,6 @@ 10000 ] }, - "collaborators": { - "type": [ - "integer", - "null" - ], - "examples": [ - 8 - ] - }, "billing_email": { "type": [ "string", @@ -298682,6 +298679,18 @@ "type": "string" } }, + "ruleset-targets": { + "name": "targets", + "description": "A comma-separated list of rule targets to filter by.\nIf provided, only rulesets that apply to the specified targets will be returned.\nFor example, `branch,tag,push`.\n", + "in": "query", + "required": false, + "schema": { + "type": "string", + "examples": [ + "branch,tag,push" + ] + } + }, "ref-in-query": { "name": "ref", "description": "The name of the ref. Cannot contain wildcard characters. Optionally prefix with `refs/heads/` to limit to branches or `refs/tags/` to limit to tags. Omit the prefix to search across all refs. When specified, only rule evaluations triggered for this ref will be returned.", diff --git a/descriptions-next/api.github.com/api.github.com.yaml b/descriptions-next/api.github.com/api.github.com.yaml index 1f9520a63..8d75bc65c 100644 --- a/descriptions-next/api.github.com/api.github.com.yaml +++ b/descriptions-next/api.github.com/api.github.com.yaml @@ -12569,6 +12569,7 @@ paths: - "$ref": "#/components/parameters/org" - "$ref": "#/components/parameters/per-page" - "$ref": "#/components/parameters/page" + - "$ref": "#/components/parameters/ruleset-targets" responses: '200': description: Response @@ -37251,6 +37252,7 @@ paths: schema: type: boolean default: true + - "$ref": "#/components/parameters/ruleset-targets" responses: '200': description: Response @@ -70752,12 +70754,6 @@ components: - 'null' examples: - 10000 - collaborators: - type: - - integer - - 'null' - examples: - - 8 billing_email: type: - string @@ -223775,6 +223771,18 @@ components: required: true schema: type: string + ruleset-targets: + name: targets + description: | + A comma-separated list of rule targets to filter by. + If provided, only rulesets that apply to the specified targets will be returned. + For example, `branch,tag,push`. + in: query + required: false + schema: + type: string + examples: + - branch,tag,push ref-in-query: name: ref description: The name of the ref. Cannot contain wildcard characters. Optionally 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 d75a86324..4803db022 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 @@ -53777,15 +53777,6 @@ 10000 ] }, - "collaborators": { - "type": [ - "integer", - "null" - ], - "examples": [ - 8 - ] - }, "billing_email": { "type": [ "string", @@ -54523,15 +54514,6 @@ 10000 ] }, - "collaborators": { - "type": [ - "integer", - "null" - ], - "examples": [ - 8 - ] - }, "billing_email": { "type": [ "string", @@ -126846,6 +126828,18 @@ "type": "integer", "default": 1 } + }, + { + "name": "targets", + "description": "A comma-separated list of rule targets to filter by.\nIf provided, only rulesets that apply to the specified targets will be returned.\nFor example, `branch,tag,push`.\n", + "in": "query", + "required": false, + "schema": { + "type": "string", + "examples": [ + "branch,tag,push" + ] + } } ], "responses": { @@ -434421,6 +434415,18 @@ "type": "boolean", "default": true } + }, + { + "name": "targets", + "description": "A comma-separated list of rule targets to filter by.\nIf provided, only rulesets that apply to the specified targets will be returned.\nFor example, `branch,tag,push`.\n", + "in": "query", + "required": false, + "schema": { + "type": "string", + "examples": [ + "branch,tag,push" + ] + } } ], "responses": { diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml index a0621fb63..4999814b5 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 @@ -1048,7 +1048,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/global-advisories#get-a-global-security-advisory parameters: - - &506 + - &507 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -9116,14 +9116,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &499 + state: &500 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: &500 + resolution: &501 type: - string - 'null' @@ -10572,7 +10572,7 @@ paths: url: type: string format: uri - user: &529 + user: &530 title: Public User description: Public User type: object @@ -15085,7 +15085,7 @@ paths: type: array items: *85 examples: - default: &545 + default: &546 value: - login: github id: 1 @@ -15285,12 +15285,6 @@ paths: - 'null' examples: - 10000 - collaborators: - type: - - integer - - 'null' - examples: - - 8 billing_email: type: - string @@ -16181,7 +16175,7 @@ paths: type: array items: *54 examples: - default: &539 + default: &540 value: total_count: 1 repositories: @@ -25805,7 +25799,7 @@ paths: parameters: - *86 - *164 - - &544 + - &545 name: repo_name description: repo_name parameter in: path @@ -26790,7 +26784,7 @@ paths: - nuget - container - *86 - - &546 + - &547 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -26831,7 +26825,7 @@ paths: default: *171 '403': *27 '401': *23 - '400': &548 + '400': &549 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -30190,6 +30184,18 @@ paths: - *86 - *17 - *18 + - &487 + name: targets + description: | + A comma-separated list of rule targets to filter by. + If provided, only rulesets that apply to the specified targets will be returned. + For example, `branch,tag,push`. + in: query + required: false + schema: + type: string + examples: + - branch,tag,push responses: '200': description: Response @@ -31293,7 +31299,7 @@ paths: url: https://docs.github.com/rest/orgs/rule-suites#list-organization-rule-suites parameters: - *86 - - &487 + - &488 name: ref description: The name of the ref. Cannot contain wildcard characters. Optionally prefix with `refs/heads/` to limit to branches or `refs/tags/` to limit @@ -31309,7 +31315,7 @@ paths: in: query schema: type: integer - - &488 + - &489 name: time_period description: |- The time period to filter by. @@ -31325,14 +31331,14 @@ paths: - week - month default: day - - &489 + - &490 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 - - &490 + - &491 name: rule_suite_result description: The rule results to filter on. When specified, only suites with this result will be returned. @@ -31352,7 +31358,7 @@ paths: description: Response content: application/json: - schema: &491 + schema: &492 title: Rule Suites description: Response type: array @@ -31408,7 +31414,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &492 + default: &493 value: - id: 21 actor_id: 12 @@ -31452,7 +31458,7 @@ paths: url: https://docs.github.com/rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *86 - - &493 + - &494 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -31468,7 +31474,7 @@ paths: description: Response content: application/json: - schema: &494 + schema: &495 title: Rule Suite description: Response type: object @@ -31575,7 +31581,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &495 + default: &496 value: id: 21 actor_id: 12 @@ -31793,7 +31799,7 @@ paths: - *40 - *18 - *17 - - &497 + - &498 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 @@ -31803,7 +31809,7 @@ paths: required: false schema: type: string - - &498 + - &499 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 @@ -31893,7 +31899,7 @@ paths: application/json: schema: type: array - items: &504 + items: &505 description: A repository security advisory. type: object properties: @@ -32212,7 +32218,7 @@ paths: - private_fork additionalProperties: false examples: - default: &505 + default: &506 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -32686,7 +32692,7 @@ paths: description: Response content: application/json: - schema: &562 + schema: &563 type: object properties: total_minutes_used: @@ -32756,7 +32762,7 @@ paths: - included_minutes - minutes_used_breakdown examples: - default: &563 + default: &564 value: total_minutes_used: 305 total_paid_minutes_used: 0 @@ -32792,7 +32798,7 @@ paths: description: Response content: application/json: - schema: &564 + schema: &565 type: object properties: total_gigabytes_bandwidth_used: @@ -32810,7 +32816,7 @@ paths: - total_paid_gigabytes_bandwidth_used - included_gigabytes_bandwidth examples: - default: &565 + default: &566 value: total_gigabytes_bandwidth_used: 50 total_paid_gigabytes_bandwidth_used: 40 @@ -32842,7 +32848,7 @@ paths: description: Response content: application/json: - schema: &566 + schema: &567 type: object properties: days_left_in_billing_cycle: @@ -32860,7 +32866,7 @@ paths: - estimated_paid_storage_for_month - estimated_storage_for_month examples: - default: &567 + default: &568 value: days_left_in_billing_cycle: 20 estimated_paid_storage_for_month: 15 @@ -33795,7 +33801,7 @@ paths: - updated_at - url examples: - default: &519 + default: &520 value: - author: login: octocat @@ -34043,7 +34049,7 @@ paths: application/json: schema: *208 examples: - default: &520 + default: &521 value: author: login: octocat @@ -34234,7 +34240,7 @@ paths: - updated_at - url examples: - default: &521 + default: &522 value: - author: login: octocat @@ -34460,7 +34466,7 @@ paths: application/json: schema: *211 examples: - default: &522 + default: &523 value: author: login: octocat @@ -35078,7 +35084,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &523 + response-if-user-is-a-team-maintainer: &524 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -35143,7 +35149,7 @@ paths: application/json: schema: *218 examples: - response-if-users-membership-with-team-is-now-pending: &524 + response-if-users-membership-with-team-is-now-pending: &525 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -35286,7 +35292,7 @@ paths: - updated_at - permissions examples: - default: &525 + default: &526 value: - owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -35363,7 +35369,7 @@ paths: application/json: schema: *219 examples: - default: &526 + default: &527 value: owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -35567,7 +35573,7 @@ paths: description: Alternative response with repository permissions content: application/json: - schema: &527 + schema: &528 title: Team Repository description: A team's access to a repository. type: object @@ -36296,7 +36302,7 @@ paths: type: array items: *154 examples: - response-if-child-teams-exist: &528 + response-if-child-teams-exist: &529 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -48239,7 +48245,7 @@ paths: check. type: array items: *301 - deployment: &576 + deployment: &577 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -53128,7 +53134,7 @@ paths: type: array items: *339 examples: - default: &534 + default: &535 value: total_count: 2 machines: @@ -56455,7 +56461,7 @@ paths: application/json: schema: type: array - items: &509 + items: &510 title: Status description: The status of a commit. type: object @@ -58042,7 +58048,7 @@ paths: items: type: object properties: - placeholder_id: &502 + placeholder_id: &503 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -63875,7 +63881,7 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &607 + last_response: &608 title: Hook Response type: object properties: @@ -64852,7 +64858,7 @@ paths: parameters: - *221 - *222 - - &557 + - &558 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -65286,7 +65292,7 @@ paths: type: array items: *409 examples: - default: &550 + default: &551 value: - id: 1 repository: @@ -79178,6 +79184,7 @@ paths: schema: type: boolean default: true + - *487 responses: '200': description: Response @@ -79295,7 +79302,7 @@ paths: application/json: schema: *196 examples: - default: &496 + default: &497 value: id: 42 name: super cool ruleset @@ -79344,10 +79351,10 @@ paths: parameters: - *221 - *222 - - *487 - *488 - *489 - *490 + - *491 - *17 - *18 responses: @@ -79355,9 +79362,9 @@ paths: description: Response content: application/json: - schema: *491 + schema: *492 examples: - default: *492 + default: *493 '404': *6 '500': *39 x-github: @@ -79380,15 +79387,15 @@ paths: parameters: - *221 - *222 - - *493 + - *494 responses: '200': description: Response content: application/json: - schema: *494 + schema: *495 examples: - default: *495 + default: *496 '404': *6 '500': *39 x-github: @@ -79439,7 +79446,7 @@ paths: application/json: schema: *196 examples: - default: *496 + default: *497 '404': *6 '500': *39 put: @@ -79522,7 +79529,7 @@ paths: application/json: schema: *196 examples: - default: *496 + default: *497 '404': *6 '500': *39 delete: @@ -79578,8 +79585,8 @@ paths: - *40 - *18 - *17 - - *497 - *498 + - *499 - *202 responses: '200': @@ -79588,7 +79595,7 @@ paths: application/json: schema: type: array - items: &501 + items: &502 type: object properties: number: *46 @@ -79604,8 +79611,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *499 - resolution: *500 + state: *500 + resolution: *501 resolved_at: type: - string @@ -79763,7 +79770,7 @@ paths: description: Response content: application/json: - schema: *501 + schema: *502 examples: default: value: @@ -79819,8 +79826,8 @@ paths: schema: type: object properties: - state: *499 - resolution: *500 + state: *500 + resolution: *501 resolution_comment: description: An optional comment when closing an alert. Cannot be updated or deleted. Must be `null` when changing `state` to `open`. @@ -79839,7 +79846,7 @@ paths: description: Response content: application/json: - schema: *501 + schema: *502 examples: default: value: @@ -79921,7 +79928,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &628 + items: &629 type: object properties: type: @@ -80309,14 +80316,14 @@ paths: schema: type: object properties: - reason: &503 + reason: &504 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *502 + placeholder_id: *503 required: - reason - placeholder_id @@ -80333,7 +80340,7 @@ paths: schema: type: object properties: - reason: *503 + reason: *504 expire_at: type: - string @@ -80424,9 +80431,9 @@ paths: application/json: schema: type: array - items: *504 + items: *505 examples: - default: *505 + default: *506 '400': *14 '404': *6 x-github: @@ -80620,9 +80627,9 @@ paths: description: Response content: application/json: - schema: *504 + schema: *505 examples: - default: &507 + default: &508 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -80969,7 +80976,7 @@ paths: description: Response content: application/json: - schema: *504 + schema: *505 examples: default: value: @@ -81118,15 +81125,15 @@ paths: parameters: - *221 - *222 - - *506 + - *507 responses: '200': description: Response content: application/json: - schema: *504 + schema: *505 examples: - default: *507 + default: *508 '403': *27 '404': *6 x-github: @@ -81152,7 +81159,7 @@ paths: parameters: - *221 - *222 - - *506 + - *507 requestBody: required: true content: @@ -81323,10 +81330,10 @@ paths: description: Response content: application/json: - schema: *504 + schema: *505 examples: - default: *507 - add_credit: *507 + default: *508 + add_credit: *508 '403': *27 '404': *6 '422': @@ -81366,7 +81373,7 @@ paths: parameters: - *221 - *222 - - *506 + - *507 responses: '202': *91 '400': *14 @@ -81395,7 +81402,7 @@ paths: parameters: - *221 - *222 - - *506 + - *507 responses: '202': description: Response @@ -81536,7 +81543,7 @@ paths: application/json: schema: type: array - items: &508 + items: &509 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -81909,7 +81916,7 @@ paths: application/json: schema: type: array - items: *508 + items: *509 examples: default: value: @@ -81999,7 +82006,7 @@ paths: description: Response content: application/json: - schema: *509 + schema: *510 examples: default: value: @@ -82093,7 +82100,7 @@ paths: description: if you subscribe to the repository content: application/json: - schema: &510 + schema: &511 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -82193,7 +82200,7 @@ paths: description: Response content: application/json: - schema: *510 + schema: *511 examples: default: value: @@ -82333,7 +82340,7 @@ paths: application/json: schema: type: array - items: &511 + items: &512 title: Tag protection description: Tag protection type: object @@ -82414,7 +82421,7 @@ paths: description: Response content: application/json: - schema: *511 + schema: *512 examples: default: value: @@ -82562,7 +82569,7 @@ paths: description: Response content: application/json: - schema: &512 + schema: &513 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -82574,7 +82581,7 @@ paths: required: - names examples: - default: &513 + default: &514 value: names: - octocat @@ -82629,9 +82636,9 @@ paths: description: Response content: application/json: - schema: *512 + schema: *513 examples: - default: *513 + default: *514 '404': *6 '422': *7 x-github: @@ -82654,7 +82661,7 @@ paths: parameters: - *221 - *222 - - &514 + - &515 name: per description: The time frame to display results for. in: query @@ -82685,7 +82692,7 @@ paths: - 128 clones: type: array - items: &515 + items: &516 title: Traffic type: object properties: @@ -82933,7 +82940,7 @@ paths: parameters: - *221 - *222 - - *514 + - *515 responses: '200': description: Response @@ -82954,7 +82961,7 @@ paths: - 3782 views: type: array - items: *515 + items: *516 required: - uniques - count @@ -83723,7 +83730,7 @@ paths: examples: - 73..77 - 77..78 - text_matches: &516 + text_matches: &517 title: Search Result Text Matches type: array items: @@ -83886,7 +83893,7 @@ paths: enum: - author-date - committer-date - - &517 + - &518 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 @@ -84006,7 +84013,7 @@ paths: type: number node_id: type: string - text_matches: *516 + text_matches: *517 required: - sha - node_id @@ -84198,7 +84205,7 @@ paths: - interactions - created - updated - - *517 + - *518 - *17 - *18 responses: @@ -84314,7 +84321,7 @@ paths: - string - 'null' format: date-time - text_matches: *516 + text_matches: *517 pull_request: type: object properties: @@ -84536,7 +84543,7 @@ paths: enum: - created - updated - - *517 + - *518 - *17 - *18 responses: @@ -84581,7 +84588,7 @@ paths: - 'null' score: type: number - text_matches: *516 + text_matches: *517 required: - id - node_id @@ -84666,7 +84673,7 @@ paths: - forks - help-wanted-issues - updated - - *517 + - *518 - *17 - *18 responses: @@ -84903,7 +84910,7 @@ paths: - admin - pull - push - text_matches: *516 + text_matches: *517 temp_clone_token: type: string allow_merge_commit: @@ -85211,7 +85218,7 @@ paths: - string - 'null' format: uri - text_matches: *516 + text_matches: *517 related: type: - array @@ -85404,7 +85411,7 @@ paths: - followers - repositories - joined - - *517 + - *518 - *17 - *18 responses: @@ -85514,7 +85521,7 @@ paths: type: - boolean - 'null' - text_matches: *516 + text_matches: *517 blog: type: - string @@ -85594,7 +85601,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#get-a-team-legacy parameters: - - &518 + - &519 name: team_id description: The unique identifier of the team. in: path @@ -85635,7 +85642,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#update-a-team-legacy parameters: - - *518 + - *519 requestBody: required: true content: @@ -85736,7 +85743,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#delete-a-team-legacy parameters: - - *518 + - *519 responses: '204': description: Response @@ -85767,7 +85774,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#list-discussions-legacy parameters: - - *518 + - *519 - *40 - *17 - *18 @@ -85780,7 +85787,7 @@ paths: type: array items: *208 examples: - default: *519 + default: *520 headers: Link: *37 x-github: @@ -85809,7 +85816,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#create-a-discussion-legacy parameters: - - *518 + - *519 requestBody: required: true content: @@ -85872,7 +85879,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#get-a-discussion-legacy parameters: - - *518 + - *519 - *210 responses: '200': @@ -85906,7 +85913,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#update-a-discussion-legacy parameters: - - *518 + - *519 - *210 requestBody: required: false @@ -85932,7 +85939,7 @@ paths: application/json: schema: *208 examples: - default: *520 + default: *521 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85957,7 +85964,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#delete-a-discussion-legacy parameters: - - *518 + - *519 - *210 responses: '204': @@ -85987,7 +85994,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#list-discussion-comments-legacy parameters: - - *518 + - *519 - *210 - *40 - *17 @@ -86001,7 +86008,7 @@ paths: type: array items: *211 examples: - default: *521 + default: *522 headers: Link: *37 x-github: @@ -86030,7 +86037,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#create-a-discussion-comment-legacy parameters: - - *518 + - *519 - *210 requestBody: required: true @@ -86082,7 +86089,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#get-a-discussion-comment-legacy parameters: - - *518 + - *519 - *210 - *213 responses: @@ -86117,7 +86124,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#update-a-discussion-comment-legacy parameters: - - *518 + - *519 - *210 - *213 requestBody: @@ -86143,7 +86150,7 @@ paths: application/json: schema: *211 examples: - default: *522 + default: *523 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86168,7 +86175,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#delete-a-discussion-comment-legacy parameters: - - *518 + - *519 - *210 - *213 responses: @@ -86199,7 +86206,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion-comment-legacy parameters: - - *518 + - *519 - *210 - *213 - name: content @@ -86258,7 +86265,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion-comment-legacy parameters: - - *518 + - *519 - *210 - *213 requestBody: @@ -86320,7 +86327,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion-legacy parameters: - - *518 + - *519 - *210 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). @@ -86378,7 +86385,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion-legacy parameters: - - *518 + - *519 - *210 requestBody: required: true @@ -86437,7 +86444,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-pending-team-invitations-legacy parameters: - - *518 + - *519 - *17 - *18 responses: @@ -86475,7 +86482,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-team-members-legacy parameters: - - *518 + - *519 - name: role description: Filters members returned by their role in the team. in: query @@ -86526,7 +86533,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-member-legacy parameters: - - *518 + - *519 - *114 responses: '204': @@ -86563,7 +86570,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-team-member-legacy parameters: - - *518 + - *519 - *114 responses: '204': @@ -86603,7 +86610,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-member-legacy parameters: - - *518 + - *519 - *114 responses: '204': @@ -86640,7 +86647,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *518 + - *519 - *114 responses: '200': @@ -86649,7 +86656,7 @@ paths: application/json: schema: *218 examples: - response-if-user-is-a-team-maintainer: *523 + response-if-user-is-a-team-maintainer: *524 '404': *6 x-github: githubCloudOnly: false @@ -86682,7 +86689,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *518 + - *519 - *114 requestBody: required: false @@ -86710,7 +86717,7 @@ paths: application/json: schema: *218 examples: - response-if-users-membership-with-team-is-now-pending: *524 + response-if-users-membership-with-team-is-now-pending: *525 '403': description: Forbidden if team synchronization is set up '422': @@ -86744,7 +86751,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *518 + - *519 - *114 responses: '204': @@ -86774,7 +86781,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-projects-legacy parameters: - - *518 + - *519 - *17 - *18 responses: @@ -86786,7 +86793,7 @@ paths: type: array items: *219 examples: - default: *525 + default: *526 headers: Link: *37 '404': *6 @@ -86813,7 +86820,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-project-legacy parameters: - - *518 + - *519 - *220 responses: '200': @@ -86822,7 +86829,7 @@ paths: application/json: schema: *219 examples: - default: *526 + default: *527 '404': description: Not Found if project is not managed by this team x-github: @@ -86847,7 +86854,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-project-permissions-legacy parameters: - - *518 + - *519 - *220 requestBody: required: false @@ -86916,7 +86923,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-project-from-a-team-legacy parameters: - - *518 + - *519 - *220 responses: '204': @@ -86944,7 +86951,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-repositories-legacy parameters: - - *518 + - *519 - *17 - *18 responses: @@ -86986,7 +86993,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *518 + - *519 - *221 - *222 responses: @@ -86994,7 +87001,7 @@ paths: description: Alternative response with extra repository information content: application/json: - schema: *527 + schema: *528 examples: alternative-response-with-extra-repository-information: value: @@ -87145,7 +87152,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *518 + - *519 - *221 - *222 requestBody: @@ -87197,7 +87204,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *518 + - *519 - *221 - *222 responses: @@ -87224,7 +87231,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-child-teams-legacy parameters: - - *518 + - *519 - *17 - *18 responses: @@ -87236,7 +87243,7 @@ paths: type: array items: *154 examples: - response-if-child-teams-exist: *528 + response-if-child-teams-exist: *529 headers: Link: *37 '404': *6 @@ -87269,7 +87276,7 @@ paths: application/json: schema: oneOf: - - &530 + - &531 title: Private User description: Private User type: object @@ -87522,7 +87529,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *529 + - *530 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -87682,7 +87689,7 @@ paths: description: Response content: application/json: - schema: *530 + schema: *531 examples: default: value: @@ -88080,7 +88087,7 @@ paths: type: integer secrets: type: array - items: &531 + items: &532 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -88200,7 +88207,7 @@ paths: description: Response content: application/json: - schema: *531 + schema: *532 examples: default: value: @@ -88846,7 +88853,7 @@ paths: description: Response content: application/json: - schema: &532 + schema: &533 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -88899,7 +88906,7 @@ paths: examples: - https://github.com/octocat/hello-world/tree/:branch examples: - default: &533 + default: &534 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -88944,9 +88951,9 @@ paths: description: Response content: application/json: - schema: *532 + schema: *533 examples: - default: *533 + default: *534 '404': *6 x-github: githubCloudOnly: false @@ -88985,7 +88992,7 @@ paths: type: array items: *339 examples: - default: *534 + default: *535 '304': *35 '500': *39 '401': *23 @@ -89951,7 +89958,7 @@ paths: type: array items: *170 examples: - default: &547 + default: &548 value: - id: 197 name: hello_docker @@ -90052,7 +90059,7 @@ paths: application/json: schema: type: array - items: &535 + items: &536 title: Email description: Email type: object @@ -90122,9 +90129,9 @@ paths: application/json: schema: type: array - items: *535 + items: *536 examples: - default: &549 + default: &550 value: - email: octocat@github.com verified: true @@ -90201,7 +90208,7 @@ paths: application/json: schema: type: array - items: *535 + items: *536 examples: default: value: @@ -90458,7 +90465,7 @@ paths: application/json: schema: type: array - items: &536 + items: &537 title: GPG Key description: A unique encryption key type: object @@ -90603,7 +90610,7 @@ paths: - subkeys - revoked examples: - default: &560 + default: &561 value: - id: 3 name: Octocat's GPG Key @@ -90688,9 +90695,9 @@ paths: description: Response content: application/json: - schema: *536 + schema: *537 examples: - default: &537 + default: &538 value: id: 3 name: Octocat's GPG Key @@ -90747,7 +90754,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &538 + - &539 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -90759,9 +90766,9 @@ paths: description: Response content: application/json: - schema: *536 + schema: *537 examples: - default: *537 + default: *538 '404': *6 '304': *35 '403': *27 @@ -90784,7 +90791,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *538 + - *539 responses: '204': description: Response @@ -90975,7 +90982,7 @@ paths: type: array items: *54 examples: - default: *539 + default: *540 headers: Link: *37 '404': *6 @@ -91239,7 +91246,7 @@ paths: application/json: schema: type: array - items: &540 + items: &541 title: Key description: Key type: object @@ -91337,9 +91344,9 @@ paths: description: Response content: application/json: - schema: *540 + schema: *541 examples: - default: &541 + default: &542 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -91378,9 +91385,9 @@ paths: description: Response content: application/json: - schema: *540 + schema: *541 examples: - default: *541 + default: *542 '404': *6 '304': *35 '403': *27 @@ -91436,7 +91443,7 @@ paths: application/json: schema: type: array - items: &542 + items: &543 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -91515,7 +91522,7 @@ paths: - account - plan examples: - default: &543 + default: &544 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -91577,9 +91584,9 @@ paths: application/json: schema: type: array - items: *542 + items: *543 examples: - default: *543 + default: *544 headers: Link: *37 '304': *35 @@ -92583,7 +92590,7 @@ paths: url: https://docs.github.com/rest/migrations/users#unlock-a-user-repository parameters: - *164 - - *544 + - *545 responses: '204': description: Response @@ -92653,7 +92660,7 @@ paths: type: array items: *85 examples: - default: *545 + default: *546 headers: Link: *37 '304': *35 @@ -92695,7 +92702,7 @@ paths: - docker - nuget - container - - *546 + - *547 - *18 - *17 responses: @@ -92707,8 +92714,8 @@ paths: type: array items: *170 examples: - default: *547 - '400': *548 + default: *548 + '400': *549 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -92737,7 +92744,7 @@ paths: application/json: schema: *170 examples: - default: &561 + default: &562 value: id: 40201 name: octo-name @@ -93189,9 +93196,9 @@ paths: application/json: schema: type: array - items: *535 + items: *536 examples: - default: *549 + default: *550 headers: Link: *37 '304': *35 @@ -93304,7 +93311,7 @@ paths: type: array items: *54 examples: - default: &556 + default: &557 summary: Default response value: - id: 1296269 @@ -93662,7 +93669,7 @@ paths: type: array items: *409 examples: - default: *550 + default: *551 headers: Link: *37 '304': *35 @@ -93741,7 +93748,7 @@ paths: application/json: schema: type: array - items: &551 + items: &552 title: Social account description: Social media account type: object @@ -93758,7 +93765,7 @@ paths: - provider - url examples: - default: &552 + default: &553 value: - provider: twitter url: https://twitter.com/github @@ -93821,9 +93828,9 @@ paths: application/json: schema: type: array - items: *551 + items: *552 examples: - default: *552 + default: *553 '422': *15 '304': *35 '404': *6 @@ -93911,7 +93918,7 @@ paths: application/json: schema: type: array - items: &553 + items: &554 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -93931,7 +93938,7 @@ paths: - title - created_at examples: - default: &568 + default: &569 value: - key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -93998,9 +94005,9 @@ paths: description: Response content: application/json: - schema: *553 + schema: *554 examples: - default: &554 + default: &555 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -94031,7 +94038,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: - - &555 + - &556 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -94043,9 +94050,9 @@ paths: description: Response content: application/json: - schema: *553 + schema: *554 examples: - default: *554 + default: *555 '404': *6 '304': *35 '403': *27 @@ -94068,7 +94075,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: - - *555 + - *556 responses: '204': description: Response @@ -94097,7 +94104,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &569 + - &570 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 @@ -94122,11 +94129,11 @@ paths: type: array items: *54 examples: - default-response: *556 + default-response: *557 application/vnd.github.v3.star+json: schema: type: array - items: &570 + items: &571 title: Starred Repository description: Starred Repository type: object @@ -94493,10 +94500,10 @@ paths: application/json: schema: oneOf: + - *531 - *530 - - *529 examples: - default-response: &558 + default-response: &559 summary: Default response value: login: octocat @@ -94531,7 +94538,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &559 + response-with-git-hub-plan-information: &560 summary: Response with GitHub plan information value: login: octocat @@ -94591,7 +94598,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#list-users parameters: - - *557 + - *558 - *17 responses: '200': @@ -94638,11 +94645,11 @@ paths: application/json: schema: oneOf: + - *531 - *530 - - *529 examples: - default-response: *558 - response-with-git-hub-plan-information: *559 + default-response: *559 + response-with-git-hub-plan-information: *560 '404': *6 x-github: githubCloudOnly: false @@ -94806,7 +94813,7 @@ paths: type: array items: *170 examples: - default: *547 + default: *548 '403': *27 '401': *23 x-github: @@ -95210,9 +95217,9 @@ paths: application/json: schema: type: array - items: *536 + items: *537 examples: - default: *560 + default: *561 headers: Link: *37 x-github: @@ -95394,7 +95401,7 @@ paths: type: array items: *85 examples: - default: *545 + default: *546 headers: Link: *37 x-github: @@ -95433,7 +95440,7 @@ paths: - docker - nuget - container - - *546 + - *547 - *114 - *18 - *17 @@ -95446,10 +95453,10 @@ paths: type: array items: *170 examples: - default: *547 + default: *548 '403': *27 '401': *23 - '400': *548 + '400': *549 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -95479,7 +95486,7 @@ paths: application/json: schema: *170 examples: - default: *561 + default: *562 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -96072,9 +96079,9 @@ paths: description: Response content: application/json: - schema: *562 + schema: *563 examples: - default: *563 + default: *564 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -96102,9 +96109,9 @@ paths: description: Response content: application/json: - schema: *564 + schema: *565 examples: - default: *565 + default: *566 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -96132,9 +96139,9 @@ paths: description: Response content: application/json: - schema: *566 + schema: *567 examples: - default: *567 + default: *568 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -96162,9 +96169,9 @@ paths: application/json: schema: type: array - items: *551 + items: *552 examples: - default: *552 + default: *553 headers: Link: *37 x-github: @@ -96194,9 +96201,9 @@ paths: application/json: schema: type: array - items: *553 + items: *554 examples: - default: *568 + default: *569 headers: Link: *37 x-github: @@ -96221,7 +96228,7 @@ paths: url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-a-user parameters: - *114 - - *569 + - *570 - *40 - *17 - *18 @@ -96233,11 +96240,11 @@ paths: schema: anyOf: - type: array - items: *570 + items: *571 - type: array items: *54 examples: - default-response: *556 + default-response: *557 headers: Link: *37 x-github: @@ -96397,7 +96404,7 @@ webhooks: type: string enum: - disabled - enterprise: &571 + enterprise: &572 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -96466,7 +96473,7 @@ webhooks: - created_at - updated_at - avatar_url - installation: &572 + installation: &573 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -96487,7 +96494,7 @@ webhooks: required: - id - node_id - organization: &573 + organization: &574 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -96560,7 +96567,7 @@ webhooks: - public_members_url - avatar_url - description - repository: &574 + repository: &575 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property @@ -97473,10 +97480,10 @@ webhooks: type: string enum: - enabled - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 sender: *4 required: - action @@ -97552,11 +97559,11 @@ webhooks: type: string enum: - created - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 - rule: &575 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 + rule: &576 title: branch protection rule description: The branch protection rule. Includes a `name` and all the [branch protection settings](https://docs.github.com/github/administering-a-repository/defining-the-mergeability-of-pull-requests/about-protected-branches#about-branch-protection-settings) @@ -97779,11 +97786,11 @@ webhooks: type: string enum: - deleted - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 - rule: *575 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 + rule: *576 sender: *4 required: - action @@ -97971,11 +97978,11 @@ webhooks: - everyone required: - from - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 - rule: *575 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 + rule: *576 sender: *4 required: - action @@ -98059,7 +98066,7 @@ webhooks: type: string enum: - completed - check_run: &577 + check_run: &578 title: CheckRun description: A check performed on the code of a given code change type: object @@ -98172,7 +98179,7 @@ webhooks: - examples: - neutral - deployment: *576 + deployment: *577 details_url: type: string examples: @@ -98270,9 +98277,9 @@ webhooks: - output - app - pull_requests - installation: *572 - organization: *573 - repository: *574 + installation: *573 + organization: *574 + repository: *575 sender: *4 required: - check_run @@ -98665,10 +98672,10 @@ webhooks: type: string enum: - created - check_run: *577 - installation: *572 - organization: *573 - repository: *574 + check_run: *578 + installation: *573 + organization: *574 + repository: *575 sender: *4 required: - check_run @@ -99064,10 +99071,10 @@ webhooks: type: string enum: - requested_action - check_run: *577 - installation: *572 - organization: *573 - repository: *574 + check_run: *578 + installation: *573 + organization: *574 + repository: *575 requested_action: description: The action requested by the user. type: object @@ -99472,10 +99479,10 @@ webhooks: type: string enum: - rerequested - check_run: *577 - installation: *572 - organization: *573 - repository: *574 + check_run: *578 + installation: *573 + organization: *574 + repository: *575 sender: *4 required: - check_run @@ -100465,10 +100472,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 sender: *4 required: - action @@ -101151,10 +101158,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 sender: *4 required: - action @@ -101831,10 +101838,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 sender: *4 required: - action @@ -102139,20 +102146,20 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: &578 + commit_oid: &579 description: The commit SHA of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - enterprise: *571 - installation: *572 - organization: *573 - ref: &579 + enterprise: *572 + installation: *573 + organization: *574 + ref: &580 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: *574 + repository: *575 sender: *4 required: - action @@ -102478,12 +102485,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *578 - enterprise: *571 - installation: *572 - organization: *573 - ref: *579 - repository: *574 + commit_oid: *579 + enterprise: *572 + installation: *573 + organization: *574 + ref: *580 + repository: *575 sender: *4 required: - action @@ -102753,12 +102760,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *578 - enterprise: *571 - installation: *572 - organization: *573 - ref: *579 - repository: *574 + commit_oid: *579 + enterprise: *572 + installation: *573 + organization: *574 + ref: *580 + repository: *575 sender: *4 required: - action @@ -103088,12 +103095,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *578 - enterprise: *571 - installation: *572 - organization: *573 - ref: *579 - repository: *574 + commit_oid: *579 + enterprise: *572 + installation: *573 + organization: *574 + ref: *580 + repository: *575 sender: *4 required: - action @@ -103362,9 +103369,9 @@ webhooks: type: - string - 'null' - enterprise: *571 - installation: *572 - organization: *573 + enterprise: *572 + installation: *573 + organization: *574 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event @@ -103372,7 +103379,7 @@ webhooks: type: - string - 'null' - repository: *574 + repository: *575 sender: *4 required: - action @@ -103604,12 +103611,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *578 - enterprise: *571 - installation: *572 - organization: *573 - ref: *579 - repository: *574 + commit_oid: *579 + enterprise: *572 + installation: *573 + organization: *574 + ref: *580 + repository: *575 sender: *4 required: - action @@ -103869,10 +103876,10 @@ webhooks: - updated_at - author_association - body - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 sender: *4 required: - action @@ -103953,18 +103960,18 @@ webhooks: type: - string - 'null' - enterprise: *571 - installation: *572 + enterprise: *572 + installation: *573 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *573 - pusher_type: &580 + organization: *574 + pusher_type: &581 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &581 + ref: &582 description: The [`git ref`](https://docs.github.com/rest/git/refs#get-a-reference) resource. type: string @@ -103974,7 +103981,7 @@ webhooks: enum: - tag - branch - repository: *574 + repository: *575 sender: *4 required: - ref @@ -104057,9 +104064,9 @@ webhooks: enum: - created definition: *184 - enterprise: *571 - installation: *572 - organization: *573 + enterprise: *572 + installation: *573 + organization: *574 sender: *4 required: - action @@ -104143,9 +104150,9 @@ webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *571 - installation: *572 - organization: *573 + enterprise: *572 + installation: *573 + organization: *574 sender: *4 required: - action @@ -104222,9 +104229,9 @@ webhooks: enum: - updated definition: *184 - enterprise: *571 - installation: *572 - organization: *573 + enterprise: *572 + installation: *573 + organization: *574 sender: *4 required: - action @@ -104300,10 +104307,10 @@ webhooks: type: string enum: - updated - enterprise: *571 - installation: *572 - repository: *574 - organization: *573 + enterprise: *572 + installation: *573 + repository: *575 + organization: *574 sender: *4 new_property_values: type: array @@ -104388,18 +104395,18 @@ webhooks: title: delete event type: object properties: - enterprise: *571 - installation: *572 - organization: *573 - pusher_type: *580 - ref: *581 + enterprise: *572 + installation: *573 + organization: *574 + pusher_type: *581 + ref: *582 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *574 + repository: *575 sender: *4 required: - ref @@ -104484,10 +104491,10 @@ webhooks: enum: - auto_dismissed alert: *365 - installation: *572 - organization: *573 - enterprise: *571 - repository: *574 + installation: *573 + organization: *574 + enterprise: *572 + repository: *575 sender: *4 required: - action @@ -104572,10 +104579,10 @@ webhooks: enum: - auto_reopened alert: *365 - installation: *572 - organization: *573 - enterprise: *571 - repository: *574 + installation: *573 + organization: *574 + enterprise: *572 + repository: *575 sender: *4 required: - action @@ -104660,10 +104667,10 @@ webhooks: enum: - created alert: *365 - installation: *572 - organization: *573 - enterprise: *571 - repository: *574 + installation: *573 + organization: *574 + enterprise: *572 + repository: *575 sender: *4 required: - action @@ -104746,10 +104753,10 @@ webhooks: enum: - dismissed alert: *365 - installation: *572 - organization: *573 - enterprise: *571 - repository: *574 + installation: *573 + organization: *574 + enterprise: *572 + repository: *575 sender: *4 required: - action @@ -104832,10 +104839,10 @@ webhooks: enum: - fixed alert: *365 - installation: *572 - organization: *573 - enterprise: *571 - repository: *574 + installation: *573 + organization: *574 + enterprise: *572 + repository: *575 sender: *4 required: - action @@ -104919,10 +104926,10 @@ webhooks: enum: - reintroduced alert: *365 - installation: *572 - organization: *573 - enterprise: *571 - repository: *574 + installation: *573 + organization: *574 + enterprise: *572 + repository: *575 sender: *4 required: - action @@ -105005,10 +105012,10 @@ webhooks: enum: - reopened alert: *365 - installation: *572 - organization: *573 - enterprise: *571 - repository: *574 + installation: *573 + organization: *574 + enterprise: *572 + repository: *575 sender: *4 required: - action @@ -105085,9 +105092,9 @@ webhooks: type: string enum: - created - enterprise: *571 - installation: *572 - key: &582 + enterprise: *572 + installation: *573 + key: &583 description: The [`deploy key`](https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -105123,8 +105130,8 @@ webhooks: - verified - created_at - read_only - organization: *573 - repository: *574 + organization: *574 + repository: *575 sender: *4 required: - action @@ -105201,11 +105208,11 @@ webhooks: type: string enum: - deleted - enterprise: *571 - installation: *572 - key: *582 - organization: *573 - repository: *574 + enterprise: *572 + installation: *573 + key: *583 + organization: *574 + repository: *575 sender: *4 required: - action @@ -105773,12 +105780,12 @@ webhooks: - updated_at - statuses_url - repository_url - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 sender: *4 - workflow: &586 + workflow: &587 title: Workflow type: - object @@ -106516,9 +106523,9 @@ webhooks: pull_requests: type: array items: *452 - repository: *574 - organization: *573 - installation: *572 + repository: *575 + organization: *574 + installation: *573 sender: *4 responses: '200': @@ -106589,7 +106596,7 @@ webhooks: type: string enum: - approved - approver: &583 + approver: &584 type: object properties: avatar_url: @@ -106630,11 +106637,11 @@ webhooks: type: string comment: type: string - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 - reviewers: &584 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 + reviewers: &585 type: array items: type: object @@ -106715,7 +106722,7 @@ webhooks: sender: *4 since: type: string - workflow_job_run: &585 + workflow_job_run: &586 type: object properties: conclusion: @@ -107453,18 +107460,18 @@ webhooks: type: string enum: - rejected - approver: *583 + approver: *584 comment: type: string - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 - reviewers: *584 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 + reviewers: *585 sender: *4 since: type: string - workflow_job_run: *585 + workflow_job_run: *586 workflow_job_runs: type: array items: @@ -108173,13 +108180,13 @@ webhooks: type: string enum: - requested - enterprise: *571 + enterprise: *572 environment: type: string - installation: *572 - organization: *573 - repository: *574 - requestor: &591 + installation: *573 + organization: *574 + repository: *575 + requestor: &592 title: User type: - object @@ -110102,12 +110109,12 @@ webhooks: - updated_at - deployment_url - repository_url - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 sender: *4 - workflow: *586 + workflow: *587 workflow_run: title: Deployment Workflow Run type: @@ -110794,7 +110801,7 @@ webhooks: type: string enum: - answered - answer: &589 + answer: &590 type: object properties: author_association: @@ -110952,7 +110959,7 @@ webhooks: - created_at - updated_at - body - discussion: &587 + discussion: &588 title: Discussion description: A Discussion in a repository. type: object @@ -111266,10 +111273,10 @@ webhooks: - author_association - active_lock_reason - body - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 sender: *4 required: - action @@ -111396,11 +111403,11 @@ webhooks: - from required: - category - discussion: *587 - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 + discussion: *588 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 sender: *4 required: - action @@ -111483,11 +111490,11 @@ webhooks: type: string enum: - closed - discussion: *587 - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 + discussion: *588 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 sender: *4 required: - action @@ -111569,7 +111576,7 @@ webhooks: type: string enum: - created - comment: &588 + comment: &589 type: object properties: author_association: @@ -111727,11 +111734,11 @@ webhooks: - updated_at - body - reactions - discussion: *587 - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 + discussion: *588 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 sender: *4 required: - action @@ -111814,12 +111821,12 @@ webhooks: type: string enum: - deleted - comment: *588 - discussion: *587 - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 + comment: *589 + discussion: *588 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 sender: *4 required: - action @@ -111914,12 +111921,12 @@ webhooks: - from required: - body - comment: *588 - discussion: *587 - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 + comment: *589 + discussion: *588 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 sender: *4 required: - action @@ -112003,11 +112010,11 @@ webhooks: type: string enum: - created - discussion: *587 - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 + discussion: *588 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 sender: *4 required: - action @@ -112089,11 +112096,11 @@ webhooks: type: string enum: - deleted - discussion: *587 - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 + discussion: *588 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 sender: *4 required: - action @@ -112193,11 +112200,11 @@ webhooks: type: string required: - from - discussion: *587 - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 + discussion: *588 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 sender: *4 required: - action @@ -112279,10 +112286,10 @@ webhooks: type: string enum: - labeled - discussion: *587 - enterprise: *571 - installation: *572 - label: &590 + discussion: *588 + enterprise: *572 + installation: *573 + label: &591 title: Label type: object properties: @@ -112315,8 +112322,8 @@ webhooks: - color - default - description - organization: *573 - repository: *574 + organization: *574 + repository: *575 sender: *4 required: - action @@ -112399,11 +112406,11 @@ webhooks: type: string enum: - locked - discussion: *587 - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 + discussion: *588 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 sender: *4 required: - action @@ -112485,11 +112492,11 @@ webhooks: type: string enum: - pinned - discussion: *587 - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 + discussion: *588 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 sender: *4 required: - action @@ -112571,11 +112578,11 @@ webhooks: type: string enum: - reopened - discussion: *587 - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 + discussion: *588 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 sender: *4 required: - action @@ -112660,16 +112667,16 @@ webhooks: changes: type: object properties: - new_discussion: *587 - new_repository: *574 + new_discussion: *588 + new_repository: *575 required: - new_discussion - new_repository - discussion: *587 - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 + discussion: *588 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 sender: *4 required: - action @@ -112752,10 +112759,10 @@ webhooks: type: string enum: - unanswered - discussion: *587 - old_answer: *589 - organization: *573 - repository: *574 + discussion: *588 + old_answer: *590 + organization: *574 + repository: *575 sender: *4 required: - action @@ -112837,12 +112844,12 @@ webhooks: type: string enum: - unlabeled - discussion: *587 - enterprise: *571 - installation: *572 - label: *590 - organization: *573 - repository: *574 + discussion: *588 + enterprise: *572 + installation: *573 + label: *591 + organization: *574 + repository: *575 sender: *4 required: - action @@ -112925,11 +112932,11 @@ webhooks: type: string enum: - unlocked - discussion: *587 - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 + discussion: *588 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 sender: *4 required: - action @@ -113011,11 +113018,11 @@ webhooks: type: string enum: - unpinned - discussion: *587 - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 + discussion: *588 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 sender: *4 required: - action @@ -113088,7 +113095,7 @@ webhooks: description: A user forks a repository. type: object properties: - enterprise: *571 + enterprise: *572 forkee: description: The created [`repository`](https://docs.github.com/rest/repos/repos#get-a-repository) resource. @@ -113764,9 +113771,9 @@ webhooks: type: integer watchers_count: type: integer - installation: *572 - organization: *573 - repository: *574 + installation: *573 + organization: *574 + repository: *575 sender: *4 required: - forkee @@ -113912,9 +113919,9 @@ webhooks: title: gollum event type: object properties: - enterprise: *571 - installation: *572 - organization: *573 + enterprise: *572 + installation: *573 + organization: *574 pages: description: The pages that were updated. type: array @@ -113952,7 +113959,7 @@ webhooks: - action - sha - html_url - repository: *574 + repository: *575 sender: *4 required: - pages @@ -114028,10 +114035,10 @@ webhooks: type: string enum: - created - enterprise: *571 + enterprise: *572 installation: *20 - organization: *573 - repositories: &592 + organization: *574 + repositories: &593 description: An array of repository objects that the installation can access. type: array @@ -114057,8 +114064,8 @@ webhooks: - name - full_name - private - repository: *574 - requester: *591 + repository: *575 + requester: *592 sender: *4 required: - action @@ -114133,11 +114140,11 @@ webhooks: type: string enum: - deleted - enterprise: *571 + enterprise: *572 installation: *20 - organization: *573 - repositories: *592 - repository: *574 + organization: *574 + repositories: *593 + repository: *575 requester: type: - 'null' @@ -114214,11 +114221,11 @@ webhooks: type: string enum: - new_permissions_accepted - enterprise: *571 + enterprise: *572 installation: *20 - organization: *573 - repositories: *592 - repository: *574 + organization: *574 + repositories: *593 + repository: *575 requester: type: - 'null' @@ -114295,10 +114302,10 @@ webhooks: type: string enum: - added - enterprise: *571 + enterprise: *572 installation: *20 - organization: *573 - repositories_added: &593 + organization: *574 + repositories_added: &594 description: An array of repository objects, which were added to the installation. type: array @@ -114344,15 +114351,15 @@ webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *574 - repository_selection: &594 + repository: *575 + repository_selection: &595 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *591 + requester: *592 sender: *4 required: - action @@ -114431,10 +114438,10 @@ webhooks: type: string enum: - removed - enterprise: *571 + enterprise: *572 installation: *20 - organization: *573 - repositories_added: *593 + organization: *574 + repositories_added: *594 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -114461,9 +114468,9 @@ webhooks: - name - full_name - private - repository: *574 - repository_selection: *594 - requester: *591 + repository: *575 + repository_selection: *595 + requester: *592 sender: *4 required: - action @@ -114542,11 +114549,11 @@ webhooks: type: string enum: - suspend - enterprise: *571 + enterprise: *572 installation: *20 - organization: *573 - repositories: *592 - repository: *574 + organization: *574 + repositories: *593 + repository: *575 requester: type: - 'null' @@ -114726,10 +114733,10 @@ webhooks: type: string required: - from - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 sender: *4 target_type: type: string @@ -114808,11 +114815,11 @@ webhooks: type: string enum: - unsuspend - enterprise: *571 + enterprise: *572 installation: *20 - organization: *573 - repositories: *592 - repository: *574 + organization: *574 + repositories: *593 + repository: *575 requester: type: - 'null' @@ -115058,8 +115065,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *571 - installation: *572 + enterprise: *572 + installation: *573 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -116223,8 +116230,8 @@ webhooks: - state - locked - assignee - organization: *573 - repository: *574 + organization: *574 + repository: *575 sender: *4 required: - action @@ -116304,7 +116311,7 @@ webhooks: type: string enum: - deleted - comment: &595 + comment: &596 title: issue comment description: The [comment](https://docs.github.com/rest/issues/comments#get-an-issue-comment) itself. @@ -116469,8 +116476,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *571 - installation: *572 + enterprise: *572 + installation: *573 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -117630,8 +117637,8 @@ webhooks: - state - locked - assignee - organization: *573 - repository: *574 + organization: *574 + repository: *575 sender: *4 required: - action @@ -117711,7 +117718,7 @@ webhooks: type: string enum: - edited - changes: &620 + changes: &621 description: The changes to the comment. type: object properties: @@ -117723,9 +117730,9 @@ webhooks: type: string required: - from - comment: *595 - enterprise: *571 - installation: *572 + comment: *596 + enterprise: *572 + installation: *573 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -118888,8 +118895,8 @@ webhooks: - state - locked - assignee - organization: *573 - repository: *574 + organization: *574 + repository: *575 sender: *4 required: - action @@ -118971,10 +118978,10 @@ webhooks: type: string enum: - assigned - assignee: *591 - enterprise: *571 - installation: *572 - issue: &598 + assignee: *592 + enterprise: *572 + installation: *573 + issue: &599 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -119894,8 +119901,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *573 - repository: *574 + organization: *574 + repository: *575 sender: *4 required: - action @@ -119975,8 +119982,8 @@ webhooks: type: string enum: - closed - enterprise: *571 - installation: *572 + enterprise: *572 + installation: *573 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -121042,8 +121049,8 @@ webhooks: required: - state - closed_at - organization: *573 - repository: *574 + organization: *574 + repository: *575 sender: *4 required: - action @@ -121122,8 +121129,8 @@ webhooks: type: string enum: - deleted - enterprise: *571 - installation: *572 + enterprise: *572 + installation: *573 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -122038,8 +122045,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *573 - repository: *574 + organization: *574 + repository: *575 sender: *4 required: - action @@ -122118,8 +122125,8 @@ webhooks: type: string enum: - demilestoned - enterprise: *571 - installation: *572 + enterprise: *572 + installation: *573 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -123040,7 +123047,7 @@ webhooks: url: type: string format: uri - milestone: &596 + milestone: &597 title: Milestone description: A collection of related issues and pull requests. type: object @@ -123181,8 +123188,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *573 - repository: *574 + organization: *574 + repository: *575 sender: *4 required: - action @@ -123281,8 +123288,8 @@ webhooks: type: string required: - from - enterprise: *571 - installation: *572 + enterprise: *572 + installation: *573 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -124204,9 +124211,9 @@ webhooks: - active_lock_reason - body - reactions - label: *590 - organization: *573 - repository: *574 + label: *591 + organization: *574 + repository: *575 sender: *4 required: - action @@ -124286,8 +124293,8 @@ webhooks: type: string enum: - labeled - enterprise: *571 - installation: *572 + enterprise: *572 + installation: *573 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -125208,9 +125215,9 @@ webhooks: - active_lock_reason - body - reactions - label: *590 - organization: *573 - repository: *574 + label: *591 + organization: *574 + repository: *575 sender: *4 required: - action @@ -125290,8 +125297,8 @@ webhooks: type: string enum: - locked - enterprise: *571 - installation: *572 + enterprise: *572 + installation: *573 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -126212,8 +126219,8 @@ webhooks: url: type: string format: uri - organization: *573 - repository: *574 + organization: *574 + repository: *575 sender: *4 required: - action @@ -126292,8 +126299,8 @@ webhooks: type: string enum: - milestoned - enterprise: *571 - installation: *572 + enterprise: *572 + installation: *573 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -127212,9 +127219,9 @@ webhooks: url: type: string format: uri - milestone: *596 - organization: *573 - repository: *574 + milestone: *597 + organization: *574 + repository: *575 sender: *4 required: - action @@ -128688,8 +128695,8 @@ webhooks: required: - old_issue - old_repository - enterprise: *571 - installation: *572 + enterprise: *572 + installation: *573 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -129608,8 +129615,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *573 - repository: *574 + organization: *574 + repository: *575 sender: *4 required: - action @@ -129689,9 +129696,9 @@ webhooks: type: string enum: - pinned - enterprise: *571 - installation: *572 - issue: &597 + enterprise: *572 + installation: *573 + issue: &598 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -130604,8 +130611,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *573 - repository: *574 + organization: *574 + repository: *575 sender: *4 required: - action @@ -130684,8 +130691,8 @@ webhooks: type: string enum: - reopened - enterprise: *571 - installation: *572 + enterprise: *572 + installation: *573 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -131609,8 +131616,8 @@ webhooks: url: type: string format: uri - organization: *573 - repository: *574 + organization: *574 + repository: *575 sender: *4 required: - action @@ -133084,11 +133091,11 @@ webhooks: required: - new_issue - new_repository - enterprise: *571 - installation: *572 - issue: *597 - organization: *573 - repository: *574 + enterprise: *572 + installation: *573 + issue: *598 + organization: *574 + repository: *575 sender: *4 required: - action @@ -133169,7 +133176,7 @@ webhooks: type: string enum: - unassigned - assignee: &623 + assignee: &624 title: User type: - object @@ -133239,11 +133246,11 @@ webhooks: required: - login - id - enterprise: *571 - installation: *572 - issue: *598 - organization: *573 - repository: *574 + enterprise: *572 + installation: *573 + issue: *599 + organization: *574 + repository: *575 sender: *4 required: - action @@ -133322,12 +133329,12 @@ webhooks: type: string enum: - unlabeled - enterprise: *571 - installation: *572 - issue: *598 - label: *590 - organization: *573 - repository: *574 + enterprise: *572 + installation: *573 + issue: *599 + label: *591 + organization: *574 + repository: *575 sender: *4 required: - action @@ -133407,8 +133414,8 @@ webhooks: type: string enum: - unlocked - enterprise: *571 - installation: *572 + enterprise: *572 + installation: *573 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -134327,8 +134334,8 @@ webhooks: url: type: string format: uri - organization: *573 - repository: *574 + organization: *574 + repository: *575 sender: *4 required: - action @@ -134408,11 +134415,11 @@ webhooks: type: string enum: - unpinned - enterprise: *571 - installation: *572 - issue: *597 - organization: *573 - repository: *574 + enterprise: *572 + installation: *573 + issue: *598 + organization: *574 + repository: *575 sender: *4 required: - action @@ -134491,11 +134498,11 @@ webhooks: type: string enum: - created - enterprise: *571 - installation: *572 - label: *590 - organization: *573 - repository: *574 + enterprise: *572 + installation: *573 + label: *591 + organization: *574 + repository: *575 sender: *4 required: - action @@ -134573,11 +134580,11 @@ webhooks: type: string enum: - deleted - enterprise: *571 - installation: *572 - label: *590 - organization: *573 - repository: *574 + enterprise: *572 + installation: *573 + label: *591 + organization: *574 + repository: *575 sender: *4 required: - action @@ -134687,11 +134694,11 @@ webhooks: type: string required: - from - enterprise: *571 - installation: *572 - label: *590 - organization: *573 - repository: *574 + enterprise: *572 + installation: *573 + label: *591 + organization: *574 + repository: *575 sender: *4 required: - action @@ -134773,9 +134780,9 @@ webhooks: - cancelled effective_date: type: string - enterprise: *571 - installation: *572 - marketplace_purchase: &599 + enterprise: *572 + installation: *573 + marketplace_purchase: &600 title: Marketplace Purchase type: object required: @@ -134863,8 +134870,8 @@ webhooks: type: integer unit_count: type: integer - organization: *573 - previous_marketplace_purchase: &600 + organization: *574 + previous_marketplace_purchase: &601 title: Marketplace Purchase type: object properties: @@ -134948,7 +134955,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *574 + repository: *575 sender: *4 required: - action @@ -135028,10 +135035,10 @@ webhooks: - changed effective_date: type: string - enterprise: *571 - installation: *572 - marketplace_purchase: *599 - organization: *573 + enterprise: *572 + installation: *573 + marketplace_purchase: *600 + organization: *574 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -135119,7 +135126,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *574 + repository: *575 sender: *4 required: - action @@ -135201,10 +135208,10 @@ webhooks: - pending_change effective_date: type: string - enterprise: *571 - installation: *572 - marketplace_purchase: *599 - organization: *573 + enterprise: *572 + installation: *573 + marketplace_purchase: *600 + organization: *574 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -135290,7 +135297,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *574 + repository: *575 sender: *4 required: - action @@ -135371,8 +135378,8 @@ webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *571 - installation: *572 + enterprise: *572 + installation: *573 marketplace_purchase: title: Marketplace Purchase type: object @@ -135458,9 +135465,9 @@ webhooks: type: integer unit_count: type: integer - organization: *573 - previous_marketplace_purchase: *600 - repository: *574 + organization: *574 + previous_marketplace_purchase: *601 + repository: *575 sender: *4 required: - action @@ -135540,12 +135547,12 @@ webhooks: - purchased effective_date: type: string - enterprise: *571 - installation: *572 - marketplace_purchase: *599 - organization: *573 - previous_marketplace_purchase: *600 - repository: *574 + enterprise: *572 + installation: *573 + marketplace_purchase: *600 + organization: *574 + previous_marketplace_purchase: *601 + repository: *575 sender: *4 required: - action @@ -135647,11 +135654,11 @@ webhooks: type: string required: - to - enterprise: *571 - installation: *572 - member: *591 - organization: *573 - repository: *574 + enterprise: *572 + installation: *573 + member: *592 + organization: *574 + repository: *575 sender: *4 required: - action @@ -135753,11 +135760,11 @@ webhooks: type: - string - 'null' - enterprise: *571 - installation: *572 - member: *591 - organization: *573 - repository: *574 + enterprise: *572 + installation: *573 + member: *592 + organization: *574 + repository: *575 sender: *4 required: - action @@ -135836,11 +135843,11 @@ webhooks: type: string enum: - removed - enterprise: *571 - installation: *572 - member: *591 - organization: *573 - repository: *574 + enterprise: *572 + installation: *573 + member: *592 + organization: *574 + repository: *575 sender: *4 required: - action @@ -135918,11 +135925,11 @@ webhooks: type: string enum: - added - enterprise: *571 - installation: *572 - member: *591 - organization: *573 - repository: *574 + enterprise: *572 + installation: *573 + member: *592 + organization: *574 + repository: *575 scope: description: The scope of the membership. Currently, can only be `team`. @@ -135998,7 +136005,7 @@ webhooks: required: - login - id - team: &601 + team: &602 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -136191,11 +136198,11 @@ webhooks: type: string enum: - removed - enterprise: *571 - installation: *572 - member: *591 - organization: *573 - repository: *574 + enterprise: *572 + installation: *573 + member: *592 + organization: *574 + repository: *575 scope: description: The scope of the membership. Currently, can only be `team`. @@ -136272,7 +136279,7 @@ webhooks: required: - login - id - team: *601 + team: *602 required: - action - scope @@ -136354,8 +136361,8 @@ webhooks: type: string enum: - checks_requested - installation: *572 - merge_group: &602 + installation: *573 + merge_group: &603 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -136381,8 +136388,8 @@ webhooks: - base_sha - base_ref - head_commit - organization: *573 - repository: *574 + organization: *574 + repository: *575 sender: *4 required: - action @@ -136468,10 +136475,10 @@ webhooks: - merged - invalidated - dequeued - installation: *572 - merge_group: *602 - organization: *573 - repository: *574 + installation: *573 + merge_group: *603 + organization: *574 + repository: *575 sender: *4 required: - action @@ -136544,7 +136551,7 @@ webhooks: type: string enum: - deleted - enterprise: *571 + enterprise: *572 hook: description: 'The modified webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -136652,12 +136659,12 @@ webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *572 - organization: *573 + installation: *573 + organization: *574 repository: anyOf: - type: 'null' - - *574 + - *575 sender: *4 required: - action @@ -136737,11 +136744,11 @@ webhooks: type: string enum: - closed - enterprise: *571 - installation: *572 - milestone: *596 - organization: *573 - repository: *574 + enterprise: *572 + installation: *573 + milestone: *597 + organization: *574 + repository: *575 sender: *4 required: - action @@ -136820,9 +136827,9 @@ webhooks: type: string enum: - created - enterprise: *571 - installation: *572 - milestone: &603 + enterprise: *572 + installation: *573 + milestone: &604 title: Milestone description: A collection of related issues and pull requests. type: object @@ -136962,8 +136969,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *573 - repository: *574 + organization: *574 + repository: *575 sender: *4 required: - action @@ -137042,11 +137049,11 @@ webhooks: type: string enum: - deleted - enterprise: *571 - installation: *572 - milestone: *596 - organization: *573 - repository: *574 + enterprise: *572 + installation: *573 + milestone: *597 + organization: *574 + repository: *575 sender: *4 required: - action @@ -137156,11 +137163,11 @@ webhooks: type: string required: - from - enterprise: *571 - installation: *572 - milestone: *596 - organization: *573 - repository: *574 + enterprise: *572 + installation: *573 + milestone: *597 + organization: *574 + repository: *575 sender: *4 required: - action @@ -137240,11 +137247,11 @@ webhooks: type: string enum: - opened - enterprise: *571 - installation: *572 - milestone: *603 - organization: *573 - repository: *574 + enterprise: *572 + installation: *573 + milestone: *604 + organization: *574 + repository: *575 sender: *4 required: - action @@ -137323,11 +137330,11 @@ webhooks: type: string enum: - blocked - blocked_user: *591 - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 + blocked_user: *592 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 sender: *4 required: - action @@ -137406,11 +137413,11 @@ webhooks: type: string enum: - unblocked - blocked_user: *591 - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 + blocked_user: *592 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 sender: *4 required: - action @@ -137489,9 +137496,9 @@ webhooks: type: string enum: - deleted - enterprise: *571 - installation: *572 - membership: &604 + enterprise: *572 + installation: *573 + membership: &605 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -137583,8 +137590,8 @@ webhooks: - role - organization_url - user - organization: *573 - repository: *574 + organization: *574 + repository: *575 sender: *4 required: - action @@ -137662,11 +137669,11 @@ webhooks: type: string enum: - member_added - enterprise: *571 - installation: *572 - membership: *604 - organization: *573 - repository: *574 + enterprise: *572 + installation: *573 + membership: *605 + organization: *574 + repository: *575 sender: *4 required: - action @@ -137745,8 +137752,8 @@ webhooks: type: string enum: - member_invited - enterprise: *571 - installation: *572 + enterprise: *572 + installation: *573 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -137866,10 +137873,10 @@ webhooks: - inviter - team_count - invitation_teams_url - organization: *573 - repository: *574 + organization: *574 + repository: *575 sender: *4 - user: *591 + user: *592 required: - action - invitation @@ -137947,11 +137954,11 @@ webhooks: type: string enum: - member_removed - enterprise: *571 - installation: *572 - membership: *604 - organization: *573 - repository: *574 + enterprise: *572 + installation: *573 + membership: *605 + organization: *574 + repository: *575 sender: *4 required: - action @@ -138038,11 +138045,11 @@ webhooks: properties: from: type: string - enterprise: *571 - installation: *572 - membership: *604 - organization: *573 - repository: *574 + enterprise: *572 + installation: *573 + membership: *605 + organization: *574 + repository: *575 sender: *4 required: - action @@ -138118,9 +138125,9 @@ webhooks: type: string enum: - published - enterprise: *571 - installation: *572 - organization: *573 + enterprise: *572 + installation: *573 + organization: *574 package: description: Information about the package. type: object @@ -138637,7 +138644,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: &605 + items: &606 title: Ruby Gems metadata type: object properties: @@ -138734,7 +138741,7 @@ webhooks: - owner - package_version - registry - repository: *574 + repository: *575 sender: *4 required: - action @@ -138810,9 +138817,9 @@ webhooks: type: string enum: - updated - enterprise: *571 - installation: *572 - organization: *573 + enterprise: *572 + installation: *573 + organization: *574 package: description: Information about the package. type: object @@ -139168,7 +139175,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *605 + items: *606 source_url: type: string format: uri @@ -139239,7 +139246,7 @@ webhooks: - owner - package_version - registry - repository: *574 + repository: *575 sender: *4 required: - action @@ -139418,12 +139425,12 @@ webhooks: - duration - created_at - updated_at - enterprise: *571 + enterprise: *572 id: type: integer - installation: *572 - organization: *573 - repository: *574 + installation: *573 + organization: *574 + repository: *575 sender: *4 required: - id @@ -139503,7 +139510,7 @@ webhooks: type: string enum: - approved - personal_access_token_request: &606 + personal_access_token_request: &607 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -139641,10 +139648,10 @@ webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *571 - organization: *573 + enterprise: *572 + organization: *574 sender: *4 - installation: *572 + installation: *573 required: - action - personal_access_token_request @@ -139723,11 +139730,11 @@ webhooks: type: string enum: - cancelled - personal_access_token_request: *606 - enterprise: *571 - organization: *573 + personal_access_token_request: *607 + enterprise: *572 + organization: *574 sender: *4 - installation: *572 + installation: *573 required: - action - personal_access_token_request @@ -139805,11 +139812,11 @@ webhooks: type: string enum: - created - personal_access_token_request: *606 - enterprise: *571 - organization: *573 + personal_access_token_request: *607 + enterprise: *572 + organization: *574 sender: *4 - installation: *572 + installation: *573 required: - action - personal_access_token_request @@ -139886,11 +139893,11 @@ webhooks: type: string enum: - denied - personal_access_token_request: *606 - organization: *573 - enterprise: *571 + personal_access_token_request: *607 + organization: *574 + enterprise: *572 sender: *4 - installation: *572 + installation: *573 required: - action - personal_access_token_request @@ -139994,7 +140001,7 @@ webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *607 + last_response: *608 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -140026,8 +140033,8 @@ webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *573 - repository: *574 + organization: *574 + repository: *575 sender: *4 zen: description: Random string of GitHub zen. @@ -140272,10 +140279,10 @@ webhooks: - from required: - note - enterprise: *571 - installation: *572 - organization: *573 - project_card: &608 + enterprise: *572 + installation: *573 + organization: *574 + project_card: &609 title: Project Card type: object properties: @@ -140396,7 +140403,7 @@ webhooks: - creator - created_at - updated_at - repository: *574 + repository: *575 sender: *4 required: - action @@ -140477,11 +140484,11 @@ webhooks: type: string enum: - created - enterprise: *571 - installation: *572 - organization: *573 - project_card: *608 - repository: *574 + enterprise: *572 + installation: *573 + organization: *574 + project_card: *609 + repository: *575 sender: *4 required: - action @@ -140561,9 +140568,9 @@ webhooks: type: string enum: - deleted - enterprise: *571 - installation: *572 - organization: *573 + enterprise: *572 + installation: *573 + organization: *574 project_card: title: Project Card type: object @@ -140691,7 +140698,7 @@ webhooks: repository: anyOf: - type: 'null' - - *574 + - *575 sender: *4 required: - action @@ -140785,11 +140792,11 @@ webhooks: - from required: - note - enterprise: *571 - installation: *572 - organization: *573 - project_card: *608 - repository: *574 + enterprise: *572 + installation: *573 + organization: *574 + project_card: *609 + repository: *575 sender: *4 required: - action @@ -140883,9 +140890,9 @@ webhooks: - from required: - column_id - enterprise: *571 - installation: *572 - organization: *573 + enterprise: *572 + installation: *573 + organization: *574 project_card: allOf: - title: Project Card @@ -141080,7 +141087,7 @@ webhooks: type: string required: - after_id - repository: *574 + repository: *575 sender: *4 required: - action @@ -141160,10 +141167,10 @@ webhooks: type: string enum: - closed - enterprise: *571 - installation: *572 - organization: *573 - project: &610 + enterprise: *572 + installation: *573 + organization: *574 + project: &611 title: Project type: object properties: @@ -141288,7 +141295,7 @@ webhooks: - creator - created_at - updated_at - repository: *574 + repository: *575 sender: *4 required: - action @@ -141368,10 +141375,10 @@ webhooks: type: string enum: - created - enterprise: *571 - installation: *572 - organization: *573 - project_column: &609 + enterprise: *572 + installation: *573 + organization: *574 + project_column: &610 title: Project Column type: object properties: @@ -141411,7 +141418,7 @@ webhooks: - name - created_at - updated_at - repository: *574 + repository: *575 sender: *4 required: - action @@ -141490,14 +141497,14 @@ webhooks: type: string enum: - deleted - enterprise: *571 - installation: *572 - organization: *573 - project_column: *609 + enterprise: *572 + installation: *573 + organization: *574 + project_column: *610 repository: anyOf: - type: 'null' - - *574 + - *575 sender: *4 required: - action @@ -141586,11 +141593,11 @@ webhooks: type: string required: - from - enterprise: *571 - installation: *572 - organization: *573 - project_column: *609 - repository: *574 + enterprise: *572 + installation: *573 + organization: *574 + project_column: *610 + repository: *575 sender: *4 required: - action @@ -141670,11 +141677,11 @@ webhooks: type: string enum: - moved - enterprise: *571 - installation: *572 - organization: *573 - project_column: *609 - repository: *574 + enterprise: *572 + installation: *573 + organization: *574 + project_column: *610 + repository: *575 sender: *4 required: - action @@ -141754,11 +141761,11 @@ webhooks: type: string enum: - created - enterprise: *571 - installation: *572 - organization: *573 - project: *610 - repository: *574 + enterprise: *572 + installation: *573 + organization: *574 + project: *611 + repository: *575 sender: *4 required: - action @@ -141838,14 +141845,14 @@ webhooks: type: string enum: - deleted - enterprise: *571 - installation: *572 - organization: *573 - project: *610 + enterprise: *572 + installation: *573 + organization: *574 + project: *611 repository: anyOf: - type: 'null' - - *574 + - *575 sender: *4 required: - action @@ -141946,11 +141953,11 @@ webhooks: type: string required: - from - enterprise: *571 - installation: *572 - organization: *573 - project: *610 - repository: *574 + enterprise: *572 + installation: *573 + organization: *574 + project: *611 + repository: *575 sender: *4 required: - action @@ -142029,11 +142036,11 @@ webhooks: type: string enum: - reopened - enterprise: *571 - installation: *572 - organization: *573 - project: *610 - repository: *574 + enterprise: *572 + installation: *573 + organization: *574 + project: *611 + repository: *575 sender: *4 required: - action @@ -142114,9 +142121,9 @@ webhooks: type: string enum: - closed - installation: *572 - organization: *573 - projects_v2: &611 + installation: *573 + organization: *574 + projects_v2: &612 title: Projects v2 Project description: A projects v2 project type: object @@ -142264,9 +142271,9 @@ webhooks: type: string enum: - created - installation: *572 - organization: *573 - projects_v2: *611 + installation: *573 + organization: *574 + projects_v2: *612 sender: *4 required: - action @@ -142347,9 +142354,9 @@ webhooks: type: string enum: - deleted - installation: *572 - organization: *573 - projects_v2: *611 + installation: *573 + organization: *574 + projects_v2: *612 sender: *4 required: - action @@ -142470,9 +142477,9 @@ webhooks: type: string to: type: string - installation: *572 - organization: *573 - projects_v2: *611 + installation: *573 + organization: *574 + projects_v2: *612 sender: *4 required: - action @@ -142555,7 +142562,7 @@ webhooks: type: string enum: - archived - changes: &615 + changes: &616 type: object properties: archived_at: @@ -142571,9 +142578,9 @@ webhooks: - string - 'null' format: date-time - installation: *572 - organization: *573 - projects_v2_item: &612 + installation: *573 + organization: *574 + projects_v2_item: &613 title: Projects v2 Item description: An item belonging to a project type: object @@ -142712,9 +142719,9 @@ webhooks: - 'null' to: type: string - installation: *572 - organization: *573 - projects_v2_item: *612 + installation: *573 + organization: *574 + projects_v2_item: *613 sender: *4 required: - action @@ -142796,9 +142803,9 @@ webhooks: type: string enum: - created - installation: *572 - organization: *573 - projects_v2_item: *612 + installation: *573 + organization: *574 + projects_v2_item: *613 sender: *4 required: - action @@ -142879,9 +142886,9 @@ webhooks: type: string enum: - deleted - installation: *572 - organization: *573 - projects_v2_item: *612 + installation: *573 + organization: *574 + projects_v2_item: *613 sender: *4 required: - action @@ -142986,7 +142993,7 @@ webhooks: oneOf: - type: string - type: integer - - &613 + - &614 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -143006,7 +143013,7 @@ webhooks: required: - id - name - - &614 + - &615 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -143035,8 +143042,8 @@ webhooks: oneOf: - type: string - type: integer - - *613 - *614 + - *615 type: - 'null' - string @@ -143059,9 +143066,9 @@ webhooks: - 'null' required: - body - installation: *572 - organization: *573 - projects_v2_item: *612 + installation: *573 + organization: *574 + projects_v2_item: *613 sender: *4 required: - action @@ -143158,9 +143165,9 @@ webhooks: type: - string - 'null' - installation: *572 - organization: *573 - projects_v2_item: *612 + installation: *573 + organization: *574 + projects_v2_item: *613 sender: *4 required: - action @@ -143243,10 +143250,10 @@ webhooks: type: string enum: - restored - changes: *615 - installation: *572 - organization: *573 - projects_v2_item: *612 + changes: *616 + installation: *573 + organization: *574 + projects_v2_item: *613 sender: *4 required: - action @@ -143328,9 +143335,9 @@ webhooks: type: string enum: - reopened - installation: *572 - organization: *573 - projects_v2: *611 + installation: *573 + organization: *574 + projects_v2: *612 sender: *4 required: - action @@ -143411,9 +143418,9 @@ webhooks: type: string enum: - created - installation: *572 - organization: *573 - projects_v2_status_update: &616 + installation: *573 + organization: *574 + projects_v2_status_update: &617 title: Projects v2 Status Update description: An status update belonging to a project type: object @@ -143548,9 +143555,9 @@ webhooks: type: string enum: - deleted - installation: *572 - organization: *573 - projects_v2_status_update: *616 + installation: *573 + organization: *574 + projects_v2_status_update: *617 sender: *4 required: - action @@ -143696,9 +143703,9 @@ webhooks: - string - 'null' format: date - installation: *572 - organization: *573 - projects_v2_status_update: *616 + installation: *573 + organization: *574 + projects_v2_status_update: *617 sender: *4 required: - action @@ -143769,10 +143776,10 @@ webhooks: title: public event type: object properties: - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 sender: *4 required: - repository @@ -143849,13 +143856,13 @@ webhooks: type: string enum: - assigned - assignee: *591 - enterprise: *571 - installation: *572 - number: &617 + assignee: *592 + enterprise: *572 + installation: *573 + number: &618 description: The pull request number. type: integer - organization: *573 + organization: *574 pull_request: title: Pull Request type: object @@ -146182,7 +146189,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *574 + repository: *575 sender: *4 required: - action @@ -146264,11 +146271,11 @@ webhooks: type: string enum: - auto_merge_disabled - enterprise: *571 - installation: *572 + enterprise: *572 + installation: *573 number: type: integer - organization: *573 + organization: *574 pull_request: title: Pull Request type: object @@ -148590,7 +148597,7 @@ webhooks: - draft reason: type: string - repository: *574 + repository: *575 sender: *4 required: - action @@ -148672,11 +148679,11 @@ webhooks: type: string enum: - auto_merge_enabled - enterprise: *571 - installation: *572 + enterprise: *572 + installation: *573 number: type: integer - organization: *573 + organization: *574 pull_request: title: Pull Request type: object @@ -150998,7 +151005,7 @@ webhooks: - draft reason: type: string - repository: *574 + repository: *575 sender: *4 required: - action @@ -151080,11 +151087,11 @@ webhooks: type: string enum: - closed - enterprise: *571 - installation: *572 - number: *617 - organization: *573 - pull_request: &618 + enterprise: *572 + installation: *573 + number: *618 + organization: *574 + pull_request: &619 allOf: - *452 - type: object @@ -151148,7 +151155,7 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *574 + repository: *575 sender: *4 required: - action @@ -151229,12 +151236,12 @@ webhooks: type: string enum: - converted_to_draft - enterprise: *571 - installation: *572 - number: *617 - organization: *573 - pull_request: *618 - repository: *574 + enterprise: *572 + installation: *573 + number: *618 + organization: *574 + pull_request: *619 + repository: *575 sender: *4 required: - action @@ -151314,11 +151321,11 @@ webhooks: type: string enum: - demilestoned - enterprise: *571 + enterprise: *572 milestone: *351 - number: *617 - organization: *573 - pull_request: &619 + number: *618 + organization: *574 + pull_request: &620 title: Pull Request type: object properties: @@ -153627,7 +153634,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *574 + repository: *575 sender: *4 required: - action @@ -153706,11 +153713,11 @@ webhooks: type: string enum: - dequeued - enterprise: *571 - installation: *572 + enterprise: *572 + installation: *573 number: type: integer - organization: *573 + organization: *574 pull_request: title: Pull Request type: object @@ -156036,7 +156043,7 @@ webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *574 + repository: *575 sender: *4 required: - action @@ -156160,12 +156167,12 @@ webhooks: type: string required: - from - enterprise: *571 - installation: *572 - number: *617 - organization: *573 - pull_request: *618 - repository: *574 + enterprise: *572 + installation: *573 + number: *618 + organization: *574 + pull_request: *619 + repository: *575 sender: *4 required: - action @@ -156245,11 +156252,11 @@ webhooks: type: string enum: - enqueued - enterprise: *571 - installation: *572 + enterprise: *572 + installation: *573 number: type: integer - organization: *573 + organization: *574 pull_request: title: Pull Request type: object @@ -158560,7 +158567,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *574 + repository: *575 sender: *4 required: - action @@ -158640,11 +158647,11 @@ webhooks: type: string enum: - labeled - enterprise: *571 - installation: *572 - label: *590 - number: *617 - organization: *573 + enterprise: *572 + installation: *573 + label: *591 + number: *618 + organization: *574 pull_request: title: Pull Request type: object @@ -160972,7 +160979,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *574 + repository: *575 sender: *4 required: - action @@ -161053,10 +161060,10 @@ webhooks: type: string enum: - locked - enterprise: *571 - installation: *572 - number: *617 - organization: *573 + enterprise: *572 + installation: *573 + number: *618 + organization: *574 pull_request: title: Pull Request type: object @@ -163382,7 +163389,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *574 + repository: *575 sender: *4 required: - action @@ -163462,12 +163469,12 @@ webhooks: type: string enum: - milestoned - enterprise: *571 + enterprise: *572 milestone: *351 - number: *617 - organization: *573 - pull_request: *619 - repository: *574 + number: *618 + organization: *574 + pull_request: *620 + repository: *575 sender: *4 required: - action @@ -163546,12 +163553,12 @@ webhooks: type: string enum: - opened - enterprise: *571 - installation: *572 - number: *617 - organization: *573 - pull_request: *618 - repository: *574 + enterprise: *572 + installation: *573 + number: *618 + organization: *574 + pull_request: *619 + repository: *575 sender: *4 required: - action @@ -163632,12 +163639,12 @@ webhooks: type: string enum: - ready_for_review - enterprise: *571 - installation: *572 - number: *617 - organization: *573 - pull_request: *618 - repository: *574 + enterprise: *572 + installation: *573 + number: *618 + organization: *574 + pull_request: *619 + repository: *575 sender: *4 required: - action @@ -163717,12 +163724,12 @@ webhooks: type: string enum: - reopened - enterprise: *571 - installation: *572 - number: *617 - organization: *573 - pull_request: *618 - repository: *574 + enterprise: *572 + installation: *573 + number: *618 + organization: *574 + pull_request: *619 + repository: *575 sender: *4 required: - action @@ -164095,9 +164102,9 @@ webhooks: - start_side - side - reactions - enterprise: *571 - installation: *572 - organization: *573 + enterprise: *572 + installation: *573 + organization: *574 pull_request: type: object properties: @@ -166309,7 +166316,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *574 + repository: *575 sender: *4 required: - action @@ -166389,7 +166396,7 @@ webhooks: type: string enum: - deleted - comment: &621 + comment: &622 title: Pull Request Review Comment description: The [comment](https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -166680,9 +166687,9 @@ webhooks: - start_side - side - reactions - enterprise: *571 - installation: *572 - organization: *573 + enterprise: *572 + installation: *573 + organization: *574 pull_request: type: object properties: @@ -168882,7 +168889,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *574 + repository: *575 sender: *4 required: - action @@ -168962,11 +168969,11 @@ webhooks: type: string enum: - edited - changes: *620 - comment: *621 - enterprise: *571 - installation: *572 - organization: *573 + changes: *621 + comment: *622 + enterprise: *572 + installation: *573 + organization: *574 pull_request: type: object properties: @@ -171167,7 +171174,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *574 + repository: *575 sender: *4 required: - action @@ -171248,9 +171255,9 @@ webhooks: type: string enum: - dismissed - enterprise: *571 - installation: *572 - organization: *573 + enterprise: *572 + installation: *573 + organization: *574 pull_request: title: Simple Pull Request type: object @@ -173465,7 +173472,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *574 + repository: *575 review: description: The review that was affected. type: object @@ -173709,9 +173716,9 @@ webhooks: type: string required: - from - enterprise: *571 - installation: *572 - organization: *573 + enterprise: *572 + installation: *573 + organization: *574 pull_request: title: Simple Pull Request type: object @@ -175807,8 +175814,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *574 - review: &622 + repository: *575 + review: &623 description: The review that was affected. type: object properties: @@ -176039,12 +176046,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *571 - installation: *572 + enterprise: *572 + installation: *573 number: description: The pull request number. type: integer - organization: *573 + organization: *574 pull_request: title: Pull Request type: object @@ -178369,7 +178376,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *574 + repository: *575 requested_reviewer: title: User type: @@ -178453,12 +178460,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *571 - installation: *572 + enterprise: *572 + installation: *573 number: description: The pull request number. type: integer - organization: *573 + organization: *574 pull_request: title: Pull Request type: object @@ -180790,7 +180797,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *574 + repository: *575 requested_team: title: Team description: Groups of organization members that gives permissions @@ -180985,12 +180992,12 @@ webhooks: type: string enum: - review_requested - enterprise: *571 - installation: *572 + enterprise: *572 + installation: *573 number: description: The pull request number. type: integer - organization: *573 + organization: *574 pull_request: title: Pull Request type: object @@ -183317,7 +183324,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *574 + repository: *575 requested_reviewer: title: User type: @@ -183402,12 +183409,12 @@ webhooks: type: string enum: - review_requested - enterprise: *571 - installation: *572 + enterprise: *572 + installation: *573 number: description: The pull request number. type: integer - organization: *573 + organization: *574 pull_request: title: Pull Request type: object @@ -185725,7 +185732,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *574 + repository: *575 requested_team: title: Team description: Groups of organization members that gives permissions @@ -185909,9 +185916,9 @@ webhooks: type: string enum: - submitted - enterprise: *571 - installation: *572 - organization: *573 + enterprise: *572 + installation: *573 + organization: *574 pull_request: title: Simple Pull Request type: object @@ -188129,8 +188136,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *574 - review: *622 + repository: *575 + review: *623 sender: *4 required: - action @@ -188210,9 +188217,9 @@ webhooks: type: string enum: - resolved - enterprise: *571 - installation: *572 - organization: *573 + enterprise: *572 + installation: *573 + organization: *574 pull_request: title: Simple Pull Request type: object @@ -190325,7 +190332,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *574 + repository: *575 sender: *4 thread: type: object @@ -190715,9 +190722,9 @@ webhooks: type: string enum: - unresolved - enterprise: *571 - installation: *572 - organization: *573 + enterprise: *572 + installation: *573 + organization: *574 pull_request: title: Simple Pull Request type: object @@ -192813,7 +192820,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *574 + repository: *575 sender: *4 thread: type: object @@ -193205,10 +193212,10 @@ webhooks: type: string before: type: string - enterprise: *571 - installation: *572 - number: *617 - organization: *573 + enterprise: *572 + installation: *573 + number: *618 + organization: *574 pull_request: title: Pull Request type: object @@ -195523,7 +195530,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *574 + repository: *575 sender: *4 required: - action @@ -195605,11 +195612,11 @@ webhooks: type: string enum: - unassigned - assignee: *623 - enterprise: *571 - installation: *572 - number: *617 - organization: *573 + assignee: *624 + enterprise: *572 + installation: *573 + number: *618 + organization: *574 pull_request: title: Pull Request type: object @@ -197939,7 +197946,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *574 + repository: *575 sender: *4 required: - action @@ -198018,11 +198025,11 @@ webhooks: type: string enum: - unlabeled - enterprise: *571 - installation: *572 - label: *590 - number: *617 - organization: *573 + enterprise: *572 + installation: *573 + label: *591 + number: *618 + organization: *574 pull_request: title: Pull Request type: object @@ -200341,7 +200348,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *574 + repository: *575 sender: *4 required: - action @@ -200422,10 +200429,10 @@ webhooks: type: string enum: - unlocked - enterprise: *571 - installation: *572 - number: *617 - organization: *573 + enterprise: *572 + installation: *573 + number: *618 + organization: *574 pull_request: title: Pull Request type: object @@ -202734,7 +202741,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *574 + repository: *575 sender: *4 required: - action @@ -202937,7 +202944,7 @@ webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *571 + enterprise: *572 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -203032,8 +203039,8 @@ webhooks: - url - author - committer - installation: *572 - organization: *573 + installation: *573 + organization: *574 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -203619,9 +203626,9 @@ webhooks: type: string enum: - published - enterprise: *571 - installation: *572 - organization: *573 + enterprise: *572 + installation: *573 + organization: *574 registry_package: type: object properties: @@ -204092,7 +204099,7 @@ webhooks: type: string rubygems_metadata: type: array - items: *605 + items: *606 summary: type: string tag_name: @@ -204148,7 +204155,7 @@ webhooks: - owner - package_version - registry - repository: *574 + repository: *575 sender: *4 required: - action @@ -204226,9 +204233,9 @@ webhooks: type: string enum: - updated - enterprise: *571 - installation: *572 - organization: *573 + enterprise: *572 + installation: *573 + organization: *574 registry_package: type: object properties: @@ -204534,7 +204541,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *605 + items: *606 summary: type: string tag_name: @@ -204584,7 +204591,7 @@ webhooks: - owner - package_version - registry - repository: *574 + repository: *575 sender: *4 required: - action @@ -204661,10 +204668,10 @@ webhooks: type: string enum: - created - enterprise: *571 - installation: *572 - organization: *573 - release: &624 + enterprise: *572 + installation: *573 + organization: *574 + release: &625 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -204978,7 +204985,7 @@ webhooks: - tarball_url - zipball_url - body - repository: *574 + repository: *575 sender: *4 required: - action @@ -205055,11 +205062,11 @@ webhooks: type: string enum: - deleted - enterprise: *571 - installation: *572 - organization: *573 - release: *624 - repository: *574 + enterprise: *572 + installation: *573 + organization: *574 + release: *625 + repository: *575 sender: *4 required: - action @@ -205167,11 +205174,11 @@ webhooks: type: boolean required: - to - enterprise: *571 - installation: *572 - organization: *573 - release: *624 - repository: *574 + enterprise: *572 + installation: *573 + organization: *574 + release: *625 + repository: *575 sender: *4 required: - action @@ -205249,9 +205256,9 @@ webhooks: type: string enum: - prereleased - enterprise: *571 - installation: *572 - organization: *573 + enterprise: *572 + installation: *573 + organization: *574 release: title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) @@ -205570,7 +205577,7 @@ webhooks: - string - 'null' format: uri - repository: *574 + repository: *575 sender: *4 required: - action @@ -205646,10 +205653,10 @@ webhooks: type: string enum: - published - enterprise: *571 - installation: *572 - organization: *573 - release: &625 + enterprise: *572 + installation: *573 + organization: *574 + release: &626 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -205965,7 +205972,7 @@ webhooks: - string - 'null' format: uri - repository: *574 + repository: *575 sender: *4 required: - action @@ -206041,11 +206048,11 @@ webhooks: type: string enum: - released - enterprise: *571 - installation: *572 - organization: *573 - release: *624 - repository: *574 + enterprise: *572 + installation: *573 + organization: *574 + release: *625 + repository: *575 sender: *4 required: - action @@ -206121,11 +206128,11 @@ webhooks: type: string enum: - unpublished - enterprise: *571 - installation: *572 - organization: *573 - release: *625 - repository: *574 + enterprise: *572 + installation: *573 + organization: *574 + release: *626 + repository: *575 sender: *4 required: - action @@ -206201,11 +206208,11 @@ webhooks: type: string enum: - published - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 - repository_advisory: *504 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 + repository_advisory: *505 sender: *4 required: - action @@ -206281,11 +206288,11 @@ webhooks: type: string enum: - reported - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 - repository_advisory: *504 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 + repository_advisory: *505 sender: *4 required: - action @@ -206361,10 +206368,10 @@ webhooks: type: string enum: - archived - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 sender: *4 required: - action @@ -206441,10 +206448,10 @@ webhooks: type: string enum: - created - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 sender: *4 required: - action @@ -206522,10 +206529,10 @@ webhooks: type: string enum: - deleted - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 sender: *4 required: - action @@ -206610,10 +206617,10 @@ webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 sender: *4 required: - action @@ -206728,10 +206735,10 @@ webhooks: - 'null' items: type: string - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 sender: *4 required: - action @@ -206803,10 +206810,10 @@ webhooks: title: repository_import event type: object properties: - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 sender: *4 status: type: string @@ -206887,10 +206894,10 @@ webhooks: type: string enum: - privatized - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 sender: *4 required: - action @@ -206967,10 +206974,10 @@ webhooks: type: string enum: - publicized - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 sender: *4 required: - action @@ -207064,10 +207071,10 @@ webhooks: - name required: - repository - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 sender: *4 required: - action @@ -207147,10 +207154,10 @@ webhooks: type: string enum: - created - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 repository_ruleset: *196 sender: *4 required: @@ -207229,10 +207236,10 @@ webhooks: type: string enum: - deleted - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 repository_ruleset: *196 sender: *4 required: @@ -207311,10 +207318,10 @@ webhooks: type: string enum: - edited - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 repository_ruleset: *196 changes: type: object @@ -207620,10 +207627,10 @@ webhooks: - from required: - owner - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 sender: *4 required: - action @@ -207701,10 +207708,10 @@ webhooks: type: string enum: - unarchived - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 sender: *4 required: - action @@ -207782,7 +207789,7 @@ webhooks: type: string enum: - create - alert: &626 + alert: &627 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -207906,10 +207913,10 @@ webhooks: type: string enum: - open - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 sender: *4 required: - action @@ -208117,10 +208124,10 @@ webhooks: type: string enum: - dismissed - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 sender: *4 required: - action @@ -208198,11 +208205,11 @@ webhooks: type: string enum: - reopen - alert: *626 - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 + alert: *627 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 sender: *4 required: - action @@ -208404,10 +208411,10 @@ webhooks: enum: - fixed - open - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 sender: *4 required: - action @@ -208485,7 +208492,7 @@ webhooks: type: string enum: - created - alert: &627 + alert: &628 type: object properties: number: *46 @@ -208562,10 +208569,10 @@ webhooks: format: date-time description: 'The time that push protection was bypassed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 sender: *4 required: - action @@ -208646,11 +208653,11 @@ webhooks: type: string enum: - created - alert: *627 - installation: *572 - location: *628 - organization: *573 - repository: *574 + alert: *628 + installation: *573 + location: *629 + organization: *574 + repository: *575 sender: *4 required: - location @@ -208886,11 +208893,11 @@ webhooks: type: string enum: - reopened - alert: *627 - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 + alert: *628 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 sender: *4 required: - action @@ -208968,11 +208975,11 @@ webhooks: type: string enum: - resolved - alert: *627 - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 + alert: *628 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 sender: *4 required: - action @@ -209050,11 +209057,11 @@ webhooks: type: string enum: - validated - alert: *627 - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 + alert: *628 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 sender: *4 required: - action @@ -209130,11 +209137,11 @@ webhooks: type: string enum: - published - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 - security_advisory: &629 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 + security_advisory: &630 description: The details of the security advisory, including summary, description, and severity. type: object @@ -209320,11 +209327,11 @@ webhooks: type: string enum: - updated - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 - security_advisory: *629 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 + security_advisory: *630 sender: *4 required: - action @@ -209397,10 +209404,10 @@ webhooks: type: string enum: - withdrawn - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -209587,9 +209594,9 @@ webhooks: type: object properties: security_and_analysis: *189 - enterprise: *571 - installation: *572 - organization: *573 + enterprise: *572 + installation: *573 + organization: *574 repository: *232 sender: *4 required: @@ -209668,12 +209675,12 @@ webhooks: type: string enum: - cancelled - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 sender: *4 - sponsorship: &630 + sponsorship: &631 type: object properties: created_at: @@ -209972,12 +209979,12 @@ webhooks: type: string enum: - created - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 sender: *4 - sponsorship: *630 + sponsorship: *631 required: - action - sponsorship @@ -210065,12 +210072,12 @@ webhooks: type: string required: - from - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 sender: *4 - sponsorship: *630 + sponsorship: *631 required: - action - changes @@ -210147,17 +210154,17 @@ webhooks: type: string enum: - pending_cancellation - effective_date: &631 + effective_date: &632 description: The `pending_cancellation` and `pending_tier_change` event types will include the date the cancellation or tier change will take effect. type: string - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 sender: *4 - sponsorship: *630 + sponsorship: *631 required: - action - sponsorship @@ -210231,7 +210238,7 @@ webhooks: type: string enum: - pending_tier_change - changes: &632 + changes: &633 type: object properties: tier: @@ -210275,13 +210282,13 @@ webhooks: - from required: - tier - effective_date: *631 - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 + effective_date: *632 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 sender: *4 - sponsorship: *630 + sponsorship: *631 required: - action - changes @@ -210358,13 +210365,13 @@ webhooks: type: string enum: - tier_changed - changes: *632 - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 + changes: *633 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 sender: *4 - sponsorship: *630 + sponsorship: *631 required: - action - changes @@ -210438,10 +210445,10 @@ webhooks: type: string enum: - created - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -210525,10 +210532,10 @@ webhooks: type: string enum: - deleted - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -210957,15 +210964,15 @@ webhooks: type: - string - 'null' - enterprise: *571 + enterprise: *572 id: description: The unique identifier of the status. type: integer - installation: *572 + installation: *573 name: type: string - organization: *573 - repository: *574 + organization: *574 + repository: *575 sender: *4 sha: description: The Commit SHA. @@ -211081,9 +211088,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *69 - installation: *572 - organization: *573 - repository: *574 + installation: *573 + organization: *574 + repository: *575 sender: *4 required: - action @@ -211173,9 +211180,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *69 - installation: *572 - organization: *573 - repository: *574 + installation: *573 + organization: *574 + repository: *575 sender: *4 required: - action @@ -211265,9 +211272,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *69 - installation: *572 - organization: *573 - repository: *574 + installation: *573 + organization: *574 + repository: *575 sender: *4 required: - action @@ -211357,9 +211364,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *69 - installation: *572 - organization: *573 - repository: *574 + installation: *573 + organization: *574 + repository: *575 sender: *4 required: - action @@ -211436,12 +211443,12 @@ webhooks: title: team_add event type: object properties: - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 sender: *4 - team: &633 + team: &634 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -211634,9 +211641,9 @@ webhooks: type: string enum: - added_to_repository - enterprise: *571 - installation: *572 - organization: *573 + enterprise: *572 + installation: *573 + organization: *574 repository: title: Repository description: A git repository @@ -212104,7 +212111,7 @@ webhooks: - topics - visibility sender: *4 - team: *633 + team: *634 required: - action - team @@ -212180,9 +212187,9 @@ webhooks: type: string enum: - created - enterprise: *571 - installation: *572 - organization: *573 + enterprise: *572 + installation: *573 + organization: *574 repository: title: Repository description: A git repository @@ -212650,7 +212657,7 @@ webhooks: - topics - visibility sender: *4 - team: *633 + team: *634 required: - action - team @@ -212727,9 +212734,9 @@ webhooks: type: string enum: - deleted - enterprise: *571 - installation: *572 - organization: *573 + enterprise: *572 + installation: *573 + organization: *574 repository: title: Repository description: A git repository @@ -213197,7 +213204,7 @@ webhooks: - topics - visibility sender: *4 - team: *633 + team: *634 required: - action - team @@ -213341,9 +213348,9 @@ webhooks: - from required: - permissions - enterprise: *571 - installation: *572 - organization: *573 + enterprise: *572 + installation: *573 + organization: *574 repository: title: Repository description: A git repository @@ -213811,7 +213818,7 @@ webhooks: - topics - visibility sender: *4 - team: *633 + team: *634 required: - action - changes @@ -213889,9 +213896,9 @@ webhooks: type: string enum: - removed_from_repository - enterprise: *571 - installation: *572 - organization: *573 + enterprise: *572 + installation: *573 + organization: *574 repository: title: Repository description: A git repository @@ -214359,7 +214366,7 @@ webhooks: - topics - visibility sender: *4 - team: *633 + team: *634 required: - action - team @@ -214435,10 +214442,10 @@ webhooks: type: string enum: - started - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 sender: *4 required: - action @@ -214511,17 +214518,17 @@ webhooks: title: workflow_dispatch event type: object properties: - enterprise: *571 + enterprise: *572 inputs: type: - object - 'null' additionalProperties: true - installation: *572 - organization: *573 + installation: *573 + organization: *574 ref: type: string - repository: *574 + repository: *575 sender: *4 workflow: type: string @@ -214603,10 +214610,10 @@ webhooks: type: string enum: - completed - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 sender: *4 workflow_job: allOf: @@ -214941,10 +214948,10 @@ webhooks: type: string enum: - in_progress - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 sender: *4 workflow_job: allOf: @@ -215305,10 +215312,10 @@ webhooks: type: string enum: - queued - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 sender: *4 workflow_job: type: object @@ -215533,10 +215540,10 @@ webhooks: type: string enum: - waiting - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 sender: *4 workflow_job: type: object @@ -215763,12 +215770,12 @@ webhooks: type: string enum: - completed - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 sender: *4 - workflow: *586 + workflow: *587 workflow_run: title: Workflow Run type: object @@ -216779,12 +216786,12 @@ webhooks: type: string enum: - in_progress - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 sender: *4 - workflow: *586 + workflow: *587 workflow_run: title: Workflow Run type: object @@ -217788,12 +217795,12 @@ webhooks: type: string enum: - requested - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 sender: *4 - workflow: *586 + workflow: *587 workflow_run: title: Workflow Run type: object diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json index d75a86324..4803db022 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 @@ -53777,15 +53777,6 @@ 10000 ] }, - "collaborators": { - "type": [ - "integer", - "null" - ], - "examples": [ - 8 - ] - }, "billing_email": { "type": [ "string", @@ -54523,15 +54514,6 @@ 10000 ] }, - "collaborators": { - "type": [ - "integer", - "null" - ], - "examples": [ - 8 - ] - }, "billing_email": { "type": [ "string", @@ -126846,6 +126828,18 @@ "type": "integer", "default": 1 } + }, + { + "name": "targets", + "description": "A comma-separated list of rule targets to filter by.\nIf provided, only rulesets that apply to the specified targets will be returned.\nFor example, `branch,tag,push`.\n", + "in": "query", + "required": false, + "schema": { + "type": "string", + "examples": [ + "branch,tag,push" + ] + } } ], "responses": { @@ -434421,6 +434415,18 @@ "type": "boolean", "default": true } + }, + { + "name": "targets", + "description": "A comma-separated list of rule targets to filter by.\nIf provided, only rulesets that apply to the specified targets will be returned.\nFor example, `branch,tag,push`.\n", + "in": "query", + "required": false, + "schema": { + "type": "string", + "examples": [ + "branch,tag,push" + ] + } } ], "responses": { diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml index a0621fb63..4999814b5 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 @@ -1048,7 +1048,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/global-advisories#get-a-global-security-advisory parameters: - - &506 + - &507 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -9116,14 +9116,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &499 + state: &500 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: &500 + resolution: &501 type: - string - 'null' @@ -10572,7 +10572,7 @@ paths: url: type: string format: uri - user: &529 + user: &530 title: Public User description: Public User type: object @@ -15085,7 +15085,7 @@ paths: type: array items: *85 examples: - default: &545 + default: &546 value: - login: github id: 1 @@ -15285,12 +15285,6 @@ paths: - 'null' examples: - 10000 - collaborators: - type: - - integer - - 'null' - examples: - - 8 billing_email: type: - string @@ -16181,7 +16175,7 @@ paths: type: array items: *54 examples: - default: &539 + default: &540 value: total_count: 1 repositories: @@ -25805,7 +25799,7 @@ paths: parameters: - *86 - *164 - - &544 + - &545 name: repo_name description: repo_name parameter in: path @@ -26790,7 +26784,7 @@ paths: - nuget - container - *86 - - &546 + - &547 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -26831,7 +26825,7 @@ paths: default: *171 '403': *27 '401': *23 - '400': &548 + '400': &549 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -30190,6 +30184,18 @@ paths: - *86 - *17 - *18 + - &487 + name: targets + description: | + A comma-separated list of rule targets to filter by. + If provided, only rulesets that apply to the specified targets will be returned. + For example, `branch,tag,push`. + in: query + required: false + schema: + type: string + examples: + - branch,tag,push responses: '200': description: Response @@ -31293,7 +31299,7 @@ paths: url: https://docs.github.com/rest/orgs/rule-suites#list-organization-rule-suites parameters: - *86 - - &487 + - &488 name: ref description: The name of the ref. Cannot contain wildcard characters. Optionally prefix with `refs/heads/` to limit to branches or `refs/tags/` to limit @@ -31309,7 +31315,7 @@ paths: in: query schema: type: integer - - &488 + - &489 name: time_period description: |- The time period to filter by. @@ -31325,14 +31331,14 @@ paths: - week - month default: day - - &489 + - &490 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 - - &490 + - &491 name: rule_suite_result description: The rule results to filter on. When specified, only suites with this result will be returned. @@ -31352,7 +31358,7 @@ paths: description: Response content: application/json: - schema: &491 + schema: &492 title: Rule Suites description: Response type: array @@ -31408,7 +31414,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &492 + default: &493 value: - id: 21 actor_id: 12 @@ -31452,7 +31458,7 @@ paths: url: https://docs.github.com/rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *86 - - &493 + - &494 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -31468,7 +31474,7 @@ paths: description: Response content: application/json: - schema: &494 + schema: &495 title: Rule Suite description: Response type: object @@ -31575,7 +31581,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &495 + default: &496 value: id: 21 actor_id: 12 @@ -31793,7 +31799,7 @@ paths: - *40 - *18 - *17 - - &497 + - &498 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 @@ -31803,7 +31809,7 @@ paths: required: false schema: type: string - - &498 + - &499 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 @@ -31893,7 +31899,7 @@ paths: application/json: schema: type: array - items: &504 + items: &505 description: A repository security advisory. type: object properties: @@ -32212,7 +32218,7 @@ paths: - private_fork additionalProperties: false examples: - default: &505 + default: &506 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -32686,7 +32692,7 @@ paths: description: Response content: application/json: - schema: &562 + schema: &563 type: object properties: total_minutes_used: @@ -32756,7 +32762,7 @@ paths: - included_minutes - minutes_used_breakdown examples: - default: &563 + default: &564 value: total_minutes_used: 305 total_paid_minutes_used: 0 @@ -32792,7 +32798,7 @@ paths: description: Response content: application/json: - schema: &564 + schema: &565 type: object properties: total_gigabytes_bandwidth_used: @@ -32810,7 +32816,7 @@ paths: - total_paid_gigabytes_bandwidth_used - included_gigabytes_bandwidth examples: - default: &565 + default: &566 value: total_gigabytes_bandwidth_used: 50 total_paid_gigabytes_bandwidth_used: 40 @@ -32842,7 +32848,7 @@ paths: description: Response content: application/json: - schema: &566 + schema: &567 type: object properties: days_left_in_billing_cycle: @@ -32860,7 +32866,7 @@ paths: - estimated_paid_storage_for_month - estimated_storage_for_month examples: - default: &567 + default: &568 value: days_left_in_billing_cycle: 20 estimated_paid_storage_for_month: 15 @@ -33795,7 +33801,7 @@ paths: - updated_at - url examples: - default: &519 + default: &520 value: - author: login: octocat @@ -34043,7 +34049,7 @@ paths: application/json: schema: *208 examples: - default: &520 + default: &521 value: author: login: octocat @@ -34234,7 +34240,7 @@ paths: - updated_at - url examples: - default: &521 + default: &522 value: - author: login: octocat @@ -34460,7 +34466,7 @@ paths: application/json: schema: *211 examples: - default: &522 + default: &523 value: author: login: octocat @@ -35078,7 +35084,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &523 + response-if-user-is-a-team-maintainer: &524 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -35143,7 +35149,7 @@ paths: application/json: schema: *218 examples: - response-if-users-membership-with-team-is-now-pending: &524 + response-if-users-membership-with-team-is-now-pending: &525 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -35286,7 +35292,7 @@ paths: - updated_at - permissions examples: - default: &525 + default: &526 value: - owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -35363,7 +35369,7 @@ paths: application/json: schema: *219 examples: - default: &526 + default: &527 value: owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -35567,7 +35573,7 @@ paths: description: Alternative response with repository permissions content: application/json: - schema: &527 + schema: &528 title: Team Repository description: A team's access to a repository. type: object @@ -36296,7 +36302,7 @@ paths: type: array items: *154 examples: - response-if-child-teams-exist: &528 + response-if-child-teams-exist: &529 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -48239,7 +48245,7 @@ paths: check. type: array items: *301 - deployment: &576 + deployment: &577 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -53128,7 +53134,7 @@ paths: type: array items: *339 examples: - default: &534 + default: &535 value: total_count: 2 machines: @@ -56455,7 +56461,7 @@ paths: application/json: schema: type: array - items: &509 + items: &510 title: Status description: The status of a commit. type: object @@ -58042,7 +58048,7 @@ paths: items: type: object properties: - placeholder_id: &502 + placeholder_id: &503 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -63875,7 +63881,7 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &607 + last_response: &608 title: Hook Response type: object properties: @@ -64852,7 +64858,7 @@ paths: parameters: - *221 - *222 - - &557 + - &558 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -65286,7 +65292,7 @@ paths: type: array items: *409 examples: - default: &550 + default: &551 value: - id: 1 repository: @@ -79178,6 +79184,7 @@ paths: schema: type: boolean default: true + - *487 responses: '200': description: Response @@ -79295,7 +79302,7 @@ paths: application/json: schema: *196 examples: - default: &496 + default: &497 value: id: 42 name: super cool ruleset @@ -79344,10 +79351,10 @@ paths: parameters: - *221 - *222 - - *487 - *488 - *489 - *490 + - *491 - *17 - *18 responses: @@ -79355,9 +79362,9 @@ paths: description: Response content: application/json: - schema: *491 + schema: *492 examples: - default: *492 + default: *493 '404': *6 '500': *39 x-github: @@ -79380,15 +79387,15 @@ paths: parameters: - *221 - *222 - - *493 + - *494 responses: '200': description: Response content: application/json: - schema: *494 + schema: *495 examples: - default: *495 + default: *496 '404': *6 '500': *39 x-github: @@ -79439,7 +79446,7 @@ paths: application/json: schema: *196 examples: - default: *496 + default: *497 '404': *6 '500': *39 put: @@ -79522,7 +79529,7 @@ paths: application/json: schema: *196 examples: - default: *496 + default: *497 '404': *6 '500': *39 delete: @@ -79578,8 +79585,8 @@ paths: - *40 - *18 - *17 - - *497 - *498 + - *499 - *202 responses: '200': @@ -79588,7 +79595,7 @@ paths: application/json: schema: type: array - items: &501 + items: &502 type: object properties: number: *46 @@ -79604,8 +79611,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *499 - resolution: *500 + state: *500 + resolution: *501 resolved_at: type: - string @@ -79763,7 +79770,7 @@ paths: description: Response content: application/json: - schema: *501 + schema: *502 examples: default: value: @@ -79819,8 +79826,8 @@ paths: schema: type: object properties: - state: *499 - resolution: *500 + state: *500 + resolution: *501 resolution_comment: description: An optional comment when closing an alert. Cannot be updated or deleted. Must be `null` when changing `state` to `open`. @@ -79839,7 +79846,7 @@ paths: description: Response content: application/json: - schema: *501 + schema: *502 examples: default: value: @@ -79921,7 +79928,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &628 + items: &629 type: object properties: type: @@ -80309,14 +80316,14 @@ paths: schema: type: object properties: - reason: &503 + reason: &504 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *502 + placeholder_id: *503 required: - reason - placeholder_id @@ -80333,7 +80340,7 @@ paths: schema: type: object properties: - reason: *503 + reason: *504 expire_at: type: - string @@ -80424,9 +80431,9 @@ paths: application/json: schema: type: array - items: *504 + items: *505 examples: - default: *505 + default: *506 '400': *14 '404': *6 x-github: @@ -80620,9 +80627,9 @@ paths: description: Response content: application/json: - schema: *504 + schema: *505 examples: - default: &507 + default: &508 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -80969,7 +80976,7 @@ paths: description: Response content: application/json: - schema: *504 + schema: *505 examples: default: value: @@ -81118,15 +81125,15 @@ paths: parameters: - *221 - *222 - - *506 + - *507 responses: '200': description: Response content: application/json: - schema: *504 + schema: *505 examples: - default: *507 + default: *508 '403': *27 '404': *6 x-github: @@ -81152,7 +81159,7 @@ paths: parameters: - *221 - *222 - - *506 + - *507 requestBody: required: true content: @@ -81323,10 +81330,10 @@ paths: description: Response content: application/json: - schema: *504 + schema: *505 examples: - default: *507 - add_credit: *507 + default: *508 + add_credit: *508 '403': *27 '404': *6 '422': @@ -81366,7 +81373,7 @@ paths: parameters: - *221 - *222 - - *506 + - *507 responses: '202': *91 '400': *14 @@ -81395,7 +81402,7 @@ paths: parameters: - *221 - *222 - - *506 + - *507 responses: '202': description: Response @@ -81536,7 +81543,7 @@ paths: application/json: schema: type: array - items: &508 + items: &509 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -81909,7 +81916,7 @@ paths: application/json: schema: type: array - items: *508 + items: *509 examples: default: value: @@ -81999,7 +82006,7 @@ paths: description: Response content: application/json: - schema: *509 + schema: *510 examples: default: value: @@ -82093,7 +82100,7 @@ paths: description: if you subscribe to the repository content: application/json: - schema: &510 + schema: &511 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -82193,7 +82200,7 @@ paths: description: Response content: application/json: - schema: *510 + schema: *511 examples: default: value: @@ -82333,7 +82340,7 @@ paths: application/json: schema: type: array - items: &511 + items: &512 title: Tag protection description: Tag protection type: object @@ -82414,7 +82421,7 @@ paths: description: Response content: application/json: - schema: *511 + schema: *512 examples: default: value: @@ -82562,7 +82569,7 @@ paths: description: Response content: application/json: - schema: &512 + schema: &513 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -82574,7 +82581,7 @@ paths: required: - names examples: - default: &513 + default: &514 value: names: - octocat @@ -82629,9 +82636,9 @@ paths: description: Response content: application/json: - schema: *512 + schema: *513 examples: - default: *513 + default: *514 '404': *6 '422': *7 x-github: @@ -82654,7 +82661,7 @@ paths: parameters: - *221 - *222 - - &514 + - &515 name: per description: The time frame to display results for. in: query @@ -82685,7 +82692,7 @@ paths: - 128 clones: type: array - items: &515 + items: &516 title: Traffic type: object properties: @@ -82933,7 +82940,7 @@ paths: parameters: - *221 - *222 - - *514 + - *515 responses: '200': description: Response @@ -82954,7 +82961,7 @@ paths: - 3782 views: type: array - items: *515 + items: *516 required: - uniques - count @@ -83723,7 +83730,7 @@ paths: examples: - 73..77 - 77..78 - text_matches: &516 + text_matches: &517 title: Search Result Text Matches type: array items: @@ -83886,7 +83893,7 @@ paths: enum: - author-date - committer-date - - &517 + - &518 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 @@ -84006,7 +84013,7 @@ paths: type: number node_id: type: string - text_matches: *516 + text_matches: *517 required: - sha - node_id @@ -84198,7 +84205,7 @@ paths: - interactions - created - updated - - *517 + - *518 - *17 - *18 responses: @@ -84314,7 +84321,7 @@ paths: - string - 'null' format: date-time - text_matches: *516 + text_matches: *517 pull_request: type: object properties: @@ -84536,7 +84543,7 @@ paths: enum: - created - updated - - *517 + - *518 - *17 - *18 responses: @@ -84581,7 +84588,7 @@ paths: - 'null' score: type: number - text_matches: *516 + text_matches: *517 required: - id - node_id @@ -84666,7 +84673,7 @@ paths: - forks - help-wanted-issues - updated - - *517 + - *518 - *17 - *18 responses: @@ -84903,7 +84910,7 @@ paths: - admin - pull - push - text_matches: *516 + text_matches: *517 temp_clone_token: type: string allow_merge_commit: @@ -85211,7 +85218,7 @@ paths: - string - 'null' format: uri - text_matches: *516 + text_matches: *517 related: type: - array @@ -85404,7 +85411,7 @@ paths: - followers - repositories - joined - - *517 + - *518 - *17 - *18 responses: @@ -85514,7 +85521,7 @@ paths: type: - boolean - 'null' - text_matches: *516 + text_matches: *517 blog: type: - string @@ -85594,7 +85601,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#get-a-team-legacy parameters: - - &518 + - &519 name: team_id description: The unique identifier of the team. in: path @@ -85635,7 +85642,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#update-a-team-legacy parameters: - - *518 + - *519 requestBody: required: true content: @@ -85736,7 +85743,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#delete-a-team-legacy parameters: - - *518 + - *519 responses: '204': description: Response @@ -85767,7 +85774,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#list-discussions-legacy parameters: - - *518 + - *519 - *40 - *17 - *18 @@ -85780,7 +85787,7 @@ paths: type: array items: *208 examples: - default: *519 + default: *520 headers: Link: *37 x-github: @@ -85809,7 +85816,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#create-a-discussion-legacy parameters: - - *518 + - *519 requestBody: required: true content: @@ -85872,7 +85879,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#get-a-discussion-legacy parameters: - - *518 + - *519 - *210 responses: '200': @@ -85906,7 +85913,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#update-a-discussion-legacy parameters: - - *518 + - *519 - *210 requestBody: required: false @@ -85932,7 +85939,7 @@ paths: application/json: schema: *208 examples: - default: *520 + default: *521 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85957,7 +85964,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#delete-a-discussion-legacy parameters: - - *518 + - *519 - *210 responses: '204': @@ -85987,7 +85994,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#list-discussion-comments-legacy parameters: - - *518 + - *519 - *210 - *40 - *17 @@ -86001,7 +86008,7 @@ paths: type: array items: *211 examples: - default: *521 + default: *522 headers: Link: *37 x-github: @@ -86030,7 +86037,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#create-a-discussion-comment-legacy parameters: - - *518 + - *519 - *210 requestBody: required: true @@ -86082,7 +86089,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#get-a-discussion-comment-legacy parameters: - - *518 + - *519 - *210 - *213 responses: @@ -86117,7 +86124,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#update-a-discussion-comment-legacy parameters: - - *518 + - *519 - *210 - *213 requestBody: @@ -86143,7 +86150,7 @@ paths: application/json: schema: *211 examples: - default: *522 + default: *523 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86168,7 +86175,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#delete-a-discussion-comment-legacy parameters: - - *518 + - *519 - *210 - *213 responses: @@ -86199,7 +86206,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion-comment-legacy parameters: - - *518 + - *519 - *210 - *213 - name: content @@ -86258,7 +86265,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion-comment-legacy parameters: - - *518 + - *519 - *210 - *213 requestBody: @@ -86320,7 +86327,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion-legacy parameters: - - *518 + - *519 - *210 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). @@ -86378,7 +86385,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion-legacy parameters: - - *518 + - *519 - *210 requestBody: required: true @@ -86437,7 +86444,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-pending-team-invitations-legacy parameters: - - *518 + - *519 - *17 - *18 responses: @@ -86475,7 +86482,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-team-members-legacy parameters: - - *518 + - *519 - name: role description: Filters members returned by their role in the team. in: query @@ -86526,7 +86533,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-member-legacy parameters: - - *518 + - *519 - *114 responses: '204': @@ -86563,7 +86570,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-team-member-legacy parameters: - - *518 + - *519 - *114 responses: '204': @@ -86603,7 +86610,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-member-legacy parameters: - - *518 + - *519 - *114 responses: '204': @@ -86640,7 +86647,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *518 + - *519 - *114 responses: '200': @@ -86649,7 +86656,7 @@ paths: application/json: schema: *218 examples: - response-if-user-is-a-team-maintainer: *523 + response-if-user-is-a-team-maintainer: *524 '404': *6 x-github: githubCloudOnly: false @@ -86682,7 +86689,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *518 + - *519 - *114 requestBody: required: false @@ -86710,7 +86717,7 @@ paths: application/json: schema: *218 examples: - response-if-users-membership-with-team-is-now-pending: *524 + response-if-users-membership-with-team-is-now-pending: *525 '403': description: Forbidden if team synchronization is set up '422': @@ -86744,7 +86751,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *518 + - *519 - *114 responses: '204': @@ -86774,7 +86781,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-projects-legacy parameters: - - *518 + - *519 - *17 - *18 responses: @@ -86786,7 +86793,7 @@ paths: type: array items: *219 examples: - default: *525 + default: *526 headers: Link: *37 '404': *6 @@ -86813,7 +86820,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-project-legacy parameters: - - *518 + - *519 - *220 responses: '200': @@ -86822,7 +86829,7 @@ paths: application/json: schema: *219 examples: - default: *526 + default: *527 '404': description: Not Found if project is not managed by this team x-github: @@ -86847,7 +86854,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-project-permissions-legacy parameters: - - *518 + - *519 - *220 requestBody: required: false @@ -86916,7 +86923,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-project-from-a-team-legacy parameters: - - *518 + - *519 - *220 responses: '204': @@ -86944,7 +86951,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-repositories-legacy parameters: - - *518 + - *519 - *17 - *18 responses: @@ -86986,7 +86993,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *518 + - *519 - *221 - *222 responses: @@ -86994,7 +87001,7 @@ paths: description: Alternative response with extra repository information content: application/json: - schema: *527 + schema: *528 examples: alternative-response-with-extra-repository-information: value: @@ -87145,7 +87152,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *518 + - *519 - *221 - *222 requestBody: @@ -87197,7 +87204,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *518 + - *519 - *221 - *222 responses: @@ -87224,7 +87231,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-child-teams-legacy parameters: - - *518 + - *519 - *17 - *18 responses: @@ -87236,7 +87243,7 @@ paths: type: array items: *154 examples: - response-if-child-teams-exist: *528 + response-if-child-teams-exist: *529 headers: Link: *37 '404': *6 @@ -87269,7 +87276,7 @@ paths: application/json: schema: oneOf: - - &530 + - &531 title: Private User description: Private User type: object @@ -87522,7 +87529,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *529 + - *530 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -87682,7 +87689,7 @@ paths: description: Response content: application/json: - schema: *530 + schema: *531 examples: default: value: @@ -88080,7 +88087,7 @@ paths: type: integer secrets: type: array - items: &531 + items: &532 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -88200,7 +88207,7 @@ paths: description: Response content: application/json: - schema: *531 + schema: *532 examples: default: value: @@ -88846,7 +88853,7 @@ paths: description: Response content: application/json: - schema: &532 + schema: &533 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -88899,7 +88906,7 @@ paths: examples: - https://github.com/octocat/hello-world/tree/:branch examples: - default: &533 + default: &534 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -88944,9 +88951,9 @@ paths: description: Response content: application/json: - schema: *532 + schema: *533 examples: - default: *533 + default: *534 '404': *6 x-github: githubCloudOnly: false @@ -88985,7 +88992,7 @@ paths: type: array items: *339 examples: - default: *534 + default: *535 '304': *35 '500': *39 '401': *23 @@ -89951,7 +89958,7 @@ paths: type: array items: *170 examples: - default: &547 + default: &548 value: - id: 197 name: hello_docker @@ -90052,7 +90059,7 @@ paths: application/json: schema: type: array - items: &535 + items: &536 title: Email description: Email type: object @@ -90122,9 +90129,9 @@ paths: application/json: schema: type: array - items: *535 + items: *536 examples: - default: &549 + default: &550 value: - email: octocat@github.com verified: true @@ -90201,7 +90208,7 @@ paths: application/json: schema: type: array - items: *535 + items: *536 examples: default: value: @@ -90458,7 +90465,7 @@ paths: application/json: schema: type: array - items: &536 + items: &537 title: GPG Key description: A unique encryption key type: object @@ -90603,7 +90610,7 @@ paths: - subkeys - revoked examples: - default: &560 + default: &561 value: - id: 3 name: Octocat's GPG Key @@ -90688,9 +90695,9 @@ paths: description: Response content: application/json: - schema: *536 + schema: *537 examples: - default: &537 + default: &538 value: id: 3 name: Octocat's GPG Key @@ -90747,7 +90754,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &538 + - &539 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -90759,9 +90766,9 @@ paths: description: Response content: application/json: - schema: *536 + schema: *537 examples: - default: *537 + default: *538 '404': *6 '304': *35 '403': *27 @@ -90784,7 +90791,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *538 + - *539 responses: '204': description: Response @@ -90975,7 +90982,7 @@ paths: type: array items: *54 examples: - default: *539 + default: *540 headers: Link: *37 '404': *6 @@ -91239,7 +91246,7 @@ paths: application/json: schema: type: array - items: &540 + items: &541 title: Key description: Key type: object @@ -91337,9 +91344,9 @@ paths: description: Response content: application/json: - schema: *540 + schema: *541 examples: - default: &541 + default: &542 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -91378,9 +91385,9 @@ paths: description: Response content: application/json: - schema: *540 + schema: *541 examples: - default: *541 + default: *542 '404': *6 '304': *35 '403': *27 @@ -91436,7 +91443,7 @@ paths: application/json: schema: type: array - items: &542 + items: &543 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -91515,7 +91522,7 @@ paths: - account - plan examples: - default: &543 + default: &544 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -91577,9 +91584,9 @@ paths: application/json: schema: type: array - items: *542 + items: *543 examples: - default: *543 + default: *544 headers: Link: *37 '304': *35 @@ -92583,7 +92590,7 @@ paths: url: https://docs.github.com/rest/migrations/users#unlock-a-user-repository parameters: - *164 - - *544 + - *545 responses: '204': description: Response @@ -92653,7 +92660,7 @@ paths: type: array items: *85 examples: - default: *545 + default: *546 headers: Link: *37 '304': *35 @@ -92695,7 +92702,7 @@ paths: - docker - nuget - container - - *546 + - *547 - *18 - *17 responses: @@ -92707,8 +92714,8 @@ paths: type: array items: *170 examples: - default: *547 - '400': *548 + default: *548 + '400': *549 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -92737,7 +92744,7 @@ paths: application/json: schema: *170 examples: - default: &561 + default: &562 value: id: 40201 name: octo-name @@ -93189,9 +93196,9 @@ paths: application/json: schema: type: array - items: *535 + items: *536 examples: - default: *549 + default: *550 headers: Link: *37 '304': *35 @@ -93304,7 +93311,7 @@ paths: type: array items: *54 examples: - default: &556 + default: &557 summary: Default response value: - id: 1296269 @@ -93662,7 +93669,7 @@ paths: type: array items: *409 examples: - default: *550 + default: *551 headers: Link: *37 '304': *35 @@ -93741,7 +93748,7 @@ paths: application/json: schema: type: array - items: &551 + items: &552 title: Social account description: Social media account type: object @@ -93758,7 +93765,7 @@ paths: - provider - url examples: - default: &552 + default: &553 value: - provider: twitter url: https://twitter.com/github @@ -93821,9 +93828,9 @@ paths: application/json: schema: type: array - items: *551 + items: *552 examples: - default: *552 + default: *553 '422': *15 '304': *35 '404': *6 @@ -93911,7 +93918,7 @@ paths: application/json: schema: type: array - items: &553 + items: &554 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -93931,7 +93938,7 @@ paths: - title - created_at examples: - default: &568 + default: &569 value: - key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -93998,9 +94005,9 @@ paths: description: Response content: application/json: - schema: *553 + schema: *554 examples: - default: &554 + default: &555 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -94031,7 +94038,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: - - &555 + - &556 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -94043,9 +94050,9 @@ paths: description: Response content: application/json: - schema: *553 + schema: *554 examples: - default: *554 + default: *555 '404': *6 '304': *35 '403': *27 @@ -94068,7 +94075,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: - - *555 + - *556 responses: '204': description: Response @@ -94097,7 +94104,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &569 + - &570 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 @@ -94122,11 +94129,11 @@ paths: type: array items: *54 examples: - default-response: *556 + default-response: *557 application/vnd.github.v3.star+json: schema: type: array - items: &570 + items: &571 title: Starred Repository description: Starred Repository type: object @@ -94493,10 +94500,10 @@ paths: application/json: schema: oneOf: + - *531 - *530 - - *529 examples: - default-response: &558 + default-response: &559 summary: Default response value: login: octocat @@ -94531,7 +94538,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &559 + response-with-git-hub-plan-information: &560 summary: Response with GitHub plan information value: login: octocat @@ -94591,7 +94598,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#list-users parameters: - - *557 + - *558 - *17 responses: '200': @@ -94638,11 +94645,11 @@ paths: application/json: schema: oneOf: + - *531 - *530 - - *529 examples: - default-response: *558 - response-with-git-hub-plan-information: *559 + default-response: *559 + response-with-git-hub-plan-information: *560 '404': *6 x-github: githubCloudOnly: false @@ -94806,7 +94813,7 @@ paths: type: array items: *170 examples: - default: *547 + default: *548 '403': *27 '401': *23 x-github: @@ -95210,9 +95217,9 @@ paths: application/json: schema: type: array - items: *536 + items: *537 examples: - default: *560 + default: *561 headers: Link: *37 x-github: @@ -95394,7 +95401,7 @@ paths: type: array items: *85 examples: - default: *545 + default: *546 headers: Link: *37 x-github: @@ -95433,7 +95440,7 @@ paths: - docker - nuget - container - - *546 + - *547 - *114 - *18 - *17 @@ -95446,10 +95453,10 @@ paths: type: array items: *170 examples: - default: *547 + default: *548 '403': *27 '401': *23 - '400': *548 + '400': *549 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -95479,7 +95486,7 @@ paths: application/json: schema: *170 examples: - default: *561 + default: *562 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -96072,9 +96079,9 @@ paths: description: Response content: application/json: - schema: *562 + schema: *563 examples: - default: *563 + default: *564 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -96102,9 +96109,9 @@ paths: description: Response content: application/json: - schema: *564 + schema: *565 examples: - default: *565 + default: *566 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -96132,9 +96139,9 @@ paths: description: Response content: application/json: - schema: *566 + schema: *567 examples: - default: *567 + default: *568 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -96162,9 +96169,9 @@ paths: application/json: schema: type: array - items: *551 + items: *552 examples: - default: *552 + default: *553 headers: Link: *37 x-github: @@ -96194,9 +96201,9 @@ paths: application/json: schema: type: array - items: *553 + items: *554 examples: - default: *568 + default: *569 headers: Link: *37 x-github: @@ -96221,7 +96228,7 @@ paths: url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-a-user parameters: - *114 - - *569 + - *570 - *40 - *17 - *18 @@ -96233,11 +96240,11 @@ paths: schema: anyOf: - type: array - items: *570 + items: *571 - type: array items: *54 examples: - default-response: *556 + default-response: *557 headers: Link: *37 x-github: @@ -96397,7 +96404,7 @@ webhooks: type: string enum: - disabled - enterprise: &571 + enterprise: &572 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -96466,7 +96473,7 @@ webhooks: - created_at - updated_at - avatar_url - installation: &572 + installation: &573 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -96487,7 +96494,7 @@ webhooks: required: - id - node_id - organization: &573 + organization: &574 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -96560,7 +96567,7 @@ webhooks: - public_members_url - avatar_url - description - repository: &574 + repository: &575 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property @@ -97473,10 +97480,10 @@ webhooks: type: string enum: - enabled - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 sender: *4 required: - action @@ -97552,11 +97559,11 @@ webhooks: type: string enum: - created - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 - rule: &575 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 + rule: &576 title: branch protection rule description: The branch protection rule. Includes a `name` and all the [branch protection settings](https://docs.github.com/github/administering-a-repository/defining-the-mergeability-of-pull-requests/about-protected-branches#about-branch-protection-settings) @@ -97779,11 +97786,11 @@ webhooks: type: string enum: - deleted - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 - rule: *575 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 + rule: *576 sender: *4 required: - action @@ -97971,11 +97978,11 @@ webhooks: - everyone required: - from - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 - rule: *575 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 + rule: *576 sender: *4 required: - action @@ -98059,7 +98066,7 @@ webhooks: type: string enum: - completed - check_run: &577 + check_run: &578 title: CheckRun description: A check performed on the code of a given code change type: object @@ -98172,7 +98179,7 @@ webhooks: - examples: - neutral - deployment: *576 + deployment: *577 details_url: type: string examples: @@ -98270,9 +98277,9 @@ webhooks: - output - app - pull_requests - installation: *572 - organization: *573 - repository: *574 + installation: *573 + organization: *574 + repository: *575 sender: *4 required: - check_run @@ -98665,10 +98672,10 @@ webhooks: type: string enum: - created - check_run: *577 - installation: *572 - organization: *573 - repository: *574 + check_run: *578 + installation: *573 + organization: *574 + repository: *575 sender: *4 required: - check_run @@ -99064,10 +99071,10 @@ webhooks: type: string enum: - requested_action - check_run: *577 - installation: *572 - organization: *573 - repository: *574 + check_run: *578 + installation: *573 + organization: *574 + repository: *575 requested_action: description: The action requested by the user. type: object @@ -99472,10 +99479,10 @@ webhooks: type: string enum: - rerequested - check_run: *577 - installation: *572 - organization: *573 - repository: *574 + check_run: *578 + installation: *573 + organization: *574 + repository: *575 sender: *4 required: - check_run @@ -100465,10 +100472,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 sender: *4 required: - action @@ -101151,10 +101158,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 sender: *4 required: - action @@ -101831,10 +101838,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 sender: *4 required: - action @@ -102139,20 +102146,20 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: &578 + commit_oid: &579 description: The commit SHA of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - enterprise: *571 - installation: *572 - organization: *573 - ref: &579 + enterprise: *572 + installation: *573 + organization: *574 + ref: &580 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: *574 + repository: *575 sender: *4 required: - action @@ -102478,12 +102485,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *578 - enterprise: *571 - installation: *572 - organization: *573 - ref: *579 - repository: *574 + commit_oid: *579 + enterprise: *572 + installation: *573 + organization: *574 + ref: *580 + repository: *575 sender: *4 required: - action @@ -102753,12 +102760,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *578 - enterprise: *571 - installation: *572 - organization: *573 - ref: *579 - repository: *574 + commit_oid: *579 + enterprise: *572 + installation: *573 + organization: *574 + ref: *580 + repository: *575 sender: *4 required: - action @@ -103088,12 +103095,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *578 - enterprise: *571 - installation: *572 - organization: *573 - ref: *579 - repository: *574 + commit_oid: *579 + enterprise: *572 + installation: *573 + organization: *574 + ref: *580 + repository: *575 sender: *4 required: - action @@ -103362,9 +103369,9 @@ webhooks: type: - string - 'null' - enterprise: *571 - installation: *572 - organization: *573 + enterprise: *572 + installation: *573 + organization: *574 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event @@ -103372,7 +103379,7 @@ webhooks: type: - string - 'null' - repository: *574 + repository: *575 sender: *4 required: - action @@ -103604,12 +103611,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *578 - enterprise: *571 - installation: *572 - organization: *573 - ref: *579 - repository: *574 + commit_oid: *579 + enterprise: *572 + installation: *573 + organization: *574 + ref: *580 + repository: *575 sender: *4 required: - action @@ -103869,10 +103876,10 @@ webhooks: - updated_at - author_association - body - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 sender: *4 required: - action @@ -103953,18 +103960,18 @@ webhooks: type: - string - 'null' - enterprise: *571 - installation: *572 + enterprise: *572 + installation: *573 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *573 - pusher_type: &580 + organization: *574 + pusher_type: &581 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &581 + ref: &582 description: The [`git ref`](https://docs.github.com/rest/git/refs#get-a-reference) resource. type: string @@ -103974,7 +103981,7 @@ webhooks: enum: - tag - branch - repository: *574 + repository: *575 sender: *4 required: - ref @@ -104057,9 +104064,9 @@ webhooks: enum: - created definition: *184 - enterprise: *571 - installation: *572 - organization: *573 + enterprise: *572 + installation: *573 + organization: *574 sender: *4 required: - action @@ -104143,9 +104150,9 @@ webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *571 - installation: *572 - organization: *573 + enterprise: *572 + installation: *573 + organization: *574 sender: *4 required: - action @@ -104222,9 +104229,9 @@ webhooks: enum: - updated definition: *184 - enterprise: *571 - installation: *572 - organization: *573 + enterprise: *572 + installation: *573 + organization: *574 sender: *4 required: - action @@ -104300,10 +104307,10 @@ webhooks: type: string enum: - updated - enterprise: *571 - installation: *572 - repository: *574 - organization: *573 + enterprise: *572 + installation: *573 + repository: *575 + organization: *574 sender: *4 new_property_values: type: array @@ -104388,18 +104395,18 @@ webhooks: title: delete event type: object properties: - enterprise: *571 - installation: *572 - organization: *573 - pusher_type: *580 - ref: *581 + enterprise: *572 + installation: *573 + organization: *574 + pusher_type: *581 + ref: *582 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *574 + repository: *575 sender: *4 required: - ref @@ -104484,10 +104491,10 @@ webhooks: enum: - auto_dismissed alert: *365 - installation: *572 - organization: *573 - enterprise: *571 - repository: *574 + installation: *573 + organization: *574 + enterprise: *572 + repository: *575 sender: *4 required: - action @@ -104572,10 +104579,10 @@ webhooks: enum: - auto_reopened alert: *365 - installation: *572 - organization: *573 - enterprise: *571 - repository: *574 + installation: *573 + organization: *574 + enterprise: *572 + repository: *575 sender: *4 required: - action @@ -104660,10 +104667,10 @@ webhooks: enum: - created alert: *365 - installation: *572 - organization: *573 - enterprise: *571 - repository: *574 + installation: *573 + organization: *574 + enterprise: *572 + repository: *575 sender: *4 required: - action @@ -104746,10 +104753,10 @@ webhooks: enum: - dismissed alert: *365 - installation: *572 - organization: *573 - enterprise: *571 - repository: *574 + installation: *573 + organization: *574 + enterprise: *572 + repository: *575 sender: *4 required: - action @@ -104832,10 +104839,10 @@ webhooks: enum: - fixed alert: *365 - installation: *572 - organization: *573 - enterprise: *571 - repository: *574 + installation: *573 + organization: *574 + enterprise: *572 + repository: *575 sender: *4 required: - action @@ -104919,10 +104926,10 @@ webhooks: enum: - reintroduced alert: *365 - installation: *572 - organization: *573 - enterprise: *571 - repository: *574 + installation: *573 + organization: *574 + enterprise: *572 + repository: *575 sender: *4 required: - action @@ -105005,10 +105012,10 @@ webhooks: enum: - reopened alert: *365 - installation: *572 - organization: *573 - enterprise: *571 - repository: *574 + installation: *573 + organization: *574 + enterprise: *572 + repository: *575 sender: *4 required: - action @@ -105085,9 +105092,9 @@ webhooks: type: string enum: - created - enterprise: *571 - installation: *572 - key: &582 + enterprise: *572 + installation: *573 + key: &583 description: The [`deploy key`](https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -105123,8 +105130,8 @@ webhooks: - verified - created_at - read_only - organization: *573 - repository: *574 + organization: *574 + repository: *575 sender: *4 required: - action @@ -105201,11 +105208,11 @@ webhooks: type: string enum: - deleted - enterprise: *571 - installation: *572 - key: *582 - organization: *573 - repository: *574 + enterprise: *572 + installation: *573 + key: *583 + organization: *574 + repository: *575 sender: *4 required: - action @@ -105773,12 +105780,12 @@ webhooks: - updated_at - statuses_url - repository_url - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 sender: *4 - workflow: &586 + workflow: &587 title: Workflow type: - object @@ -106516,9 +106523,9 @@ webhooks: pull_requests: type: array items: *452 - repository: *574 - organization: *573 - installation: *572 + repository: *575 + organization: *574 + installation: *573 sender: *4 responses: '200': @@ -106589,7 +106596,7 @@ webhooks: type: string enum: - approved - approver: &583 + approver: &584 type: object properties: avatar_url: @@ -106630,11 +106637,11 @@ webhooks: type: string comment: type: string - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 - reviewers: &584 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 + reviewers: &585 type: array items: type: object @@ -106715,7 +106722,7 @@ webhooks: sender: *4 since: type: string - workflow_job_run: &585 + workflow_job_run: &586 type: object properties: conclusion: @@ -107453,18 +107460,18 @@ webhooks: type: string enum: - rejected - approver: *583 + approver: *584 comment: type: string - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 - reviewers: *584 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 + reviewers: *585 sender: *4 since: type: string - workflow_job_run: *585 + workflow_job_run: *586 workflow_job_runs: type: array items: @@ -108173,13 +108180,13 @@ webhooks: type: string enum: - requested - enterprise: *571 + enterprise: *572 environment: type: string - installation: *572 - organization: *573 - repository: *574 - requestor: &591 + installation: *573 + organization: *574 + repository: *575 + requestor: &592 title: User type: - object @@ -110102,12 +110109,12 @@ webhooks: - updated_at - deployment_url - repository_url - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 sender: *4 - workflow: *586 + workflow: *587 workflow_run: title: Deployment Workflow Run type: @@ -110794,7 +110801,7 @@ webhooks: type: string enum: - answered - answer: &589 + answer: &590 type: object properties: author_association: @@ -110952,7 +110959,7 @@ webhooks: - created_at - updated_at - body - discussion: &587 + discussion: &588 title: Discussion description: A Discussion in a repository. type: object @@ -111266,10 +111273,10 @@ webhooks: - author_association - active_lock_reason - body - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 sender: *4 required: - action @@ -111396,11 +111403,11 @@ webhooks: - from required: - category - discussion: *587 - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 + discussion: *588 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 sender: *4 required: - action @@ -111483,11 +111490,11 @@ webhooks: type: string enum: - closed - discussion: *587 - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 + discussion: *588 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 sender: *4 required: - action @@ -111569,7 +111576,7 @@ webhooks: type: string enum: - created - comment: &588 + comment: &589 type: object properties: author_association: @@ -111727,11 +111734,11 @@ webhooks: - updated_at - body - reactions - discussion: *587 - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 + discussion: *588 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 sender: *4 required: - action @@ -111814,12 +111821,12 @@ webhooks: type: string enum: - deleted - comment: *588 - discussion: *587 - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 + comment: *589 + discussion: *588 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 sender: *4 required: - action @@ -111914,12 +111921,12 @@ webhooks: - from required: - body - comment: *588 - discussion: *587 - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 + comment: *589 + discussion: *588 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 sender: *4 required: - action @@ -112003,11 +112010,11 @@ webhooks: type: string enum: - created - discussion: *587 - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 + discussion: *588 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 sender: *4 required: - action @@ -112089,11 +112096,11 @@ webhooks: type: string enum: - deleted - discussion: *587 - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 + discussion: *588 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 sender: *4 required: - action @@ -112193,11 +112200,11 @@ webhooks: type: string required: - from - discussion: *587 - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 + discussion: *588 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 sender: *4 required: - action @@ -112279,10 +112286,10 @@ webhooks: type: string enum: - labeled - discussion: *587 - enterprise: *571 - installation: *572 - label: &590 + discussion: *588 + enterprise: *572 + installation: *573 + label: &591 title: Label type: object properties: @@ -112315,8 +112322,8 @@ webhooks: - color - default - description - organization: *573 - repository: *574 + organization: *574 + repository: *575 sender: *4 required: - action @@ -112399,11 +112406,11 @@ webhooks: type: string enum: - locked - discussion: *587 - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 + discussion: *588 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 sender: *4 required: - action @@ -112485,11 +112492,11 @@ webhooks: type: string enum: - pinned - discussion: *587 - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 + discussion: *588 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 sender: *4 required: - action @@ -112571,11 +112578,11 @@ webhooks: type: string enum: - reopened - discussion: *587 - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 + discussion: *588 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 sender: *4 required: - action @@ -112660,16 +112667,16 @@ webhooks: changes: type: object properties: - new_discussion: *587 - new_repository: *574 + new_discussion: *588 + new_repository: *575 required: - new_discussion - new_repository - discussion: *587 - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 + discussion: *588 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 sender: *4 required: - action @@ -112752,10 +112759,10 @@ webhooks: type: string enum: - unanswered - discussion: *587 - old_answer: *589 - organization: *573 - repository: *574 + discussion: *588 + old_answer: *590 + organization: *574 + repository: *575 sender: *4 required: - action @@ -112837,12 +112844,12 @@ webhooks: type: string enum: - unlabeled - discussion: *587 - enterprise: *571 - installation: *572 - label: *590 - organization: *573 - repository: *574 + discussion: *588 + enterprise: *572 + installation: *573 + label: *591 + organization: *574 + repository: *575 sender: *4 required: - action @@ -112925,11 +112932,11 @@ webhooks: type: string enum: - unlocked - discussion: *587 - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 + discussion: *588 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 sender: *4 required: - action @@ -113011,11 +113018,11 @@ webhooks: type: string enum: - unpinned - discussion: *587 - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 + discussion: *588 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 sender: *4 required: - action @@ -113088,7 +113095,7 @@ webhooks: description: A user forks a repository. type: object properties: - enterprise: *571 + enterprise: *572 forkee: description: The created [`repository`](https://docs.github.com/rest/repos/repos#get-a-repository) resource. @@ -113764,9 +113771,9 @@ webhooks: type: integer watchers_count: type: integer - installation: *572 - organization: *573 - repository: *574 + installation: *573 + organization: *574 + repository: *575 sender: *4 required: - forkee @@ -113912,9 +113919,9 @@ webhooks: title: gollum event type: object properties: - enterprise: *571 - installation: *572 - organization: *573 + enterprise: *572 + installation: *573 + organization: *574 pages: description: The pages that were updated. type: array @@ -113952,7 +113959,7 @@ webhooks: - action - sha - html_url - repository: *574 + repository: *575 sender: *4 required: - pages @@ -114028,10 +114035,10 @@ webhooks: type: string enum: - created - enterprise: *571 + enterprise: *572 installation: *20 - organization: *573 - repositories: &592 + organization: *574 + repositories: &593 description: An array of repository objects that the installation can access. type: array @@ -114057,8 +114064,8 @@ webhooks: - name - full_name - private - repository: *574 - requester: *591 + repository: *575 + requester: *592 sender: *4 required: - action @@ -114133,11 +114140,11 @@ webhooks: type: string enum: - deleted - enterprise: *571 + enterprise: *572 installation: *20 - organization: *573 - repositories: *592 - repository: *574 + organization: *574 + repositories: *593 + repository: *575 requester: type: - 'null' @@ -114214,11 +114221,11 @@ webhooks: type: string enum: - new_permissions_accepted - enterprise: *571 + enterprise: *572 installation: *20 - organization: *573 - repositories: *592 - repository: *574 + organization: *574 + repositories: *593 + repository: *575 requester: type: - 'null' @@ -114295,10 +114302,10 @@ webhooks: type: string enum: - added - enterprise: *571 + enterprise: *572 installation: *20 - organization: *573 - repositories_added: &593 + organization: *574 + repositories_added: &594 description: An array of repository objects, which were added to the installation. type: array @@ -114344,15 +114351,15 @@ webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *574 - repository_selection: &594 + repository: *575 + repository_selection: &595 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *591 + requester: *592 sender: *4 required: - action @@ -114431,10 +114438,10 @@ webhooks: type: string enum: - removed - enterprise: *571 + enterprise: *572 installation: *20 - organization: *573 - repositories_added: *593 + organization: *574 + repositories_added: *594 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -114461,9 +114468,9 @@ webhooks: - name - full_name - private - repository: *574 - repository_selection: *594 - requester: *591 + repository: *575 + repository_selection: *595 + requester: *592 sender: *4 required: - action @@ -114542,11 +114549,11 @@ webhooks: type: string enum: - suspend - enterprise: *571 + enterprise: *572 installation: *20 - organization: *573 - repositories: *592 - repository: *574 + organization: *574 + repositories: *593 + repository: *575 requester: type: - 'null' @@ -114726,10 +114733,10 @@ webhooks: type: string required: - from - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 sender: *4 target_type: type: string @@ -114808,11 +114815,11 @@ webhooks: type: string enum: - unsuspend - enterprise: *571 + enterprise: *572 installation: *20 - organization: *573 - repositories: *592 - repository: *574 + organization: *574 + repositories: *593 + repository: *575 requester: type: - 'null' @@ -115058,8 +115065,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *571 - installation: *572 + enterprise: *572 + installation: *573 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -116223,8 +116230,8 @@ webhooks: - state - locked - assignee - organization: *573 - repository: *574 + organization: *574 + repository: *575 sender: *4 required: - action @@ -116304,7 +116311,7 @@ webhooks: type: string enum: - deleted - comment: &595 + comment: &596 title: issue comment description: The [comment](https://docs.github.com/rest/issues/comments#get-an-issue-comment) itself. @@ -116469,8 +116476,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *571 - installation: *572 + enterprise: *572 + installation: *573 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -117630,8 +117637,8 @@ webhooks: - state - locked - assignee - organization: *573 - repository: *574 + organization: *574 + repository: *575 sender: *4 required: - action @@ -117711,7 +117718,7 @@ webhooks: type: string enum: - edited - changes: &620 + changes: &621 description: The changes to the comment. type: object properties: @@ -117723,9 +117730,9 @@ webhooks: type: string required: - from - comment: *595 - enterprise: *571 - installation: *572 + comment: *596 + enterprise: *572 + installation: *573 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -118888,8 +118895,8 @@ webhooks: - state - locked - assignee - organization: *573 - repository: *574 + organization: *574 + repository: *575 sender: *4 required: - action @@ -118971,10 +118978,10 @@ webhooks: type: string enum: - assigned - assignee: *591 - enterprise: *571 - installation: *572 - issue: &598 + assignee: *592 + enterprise: *572 + installation: *573 + issue: &599 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -119894,8 +119901,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *573 - repository: *574 + organization: *574 + repository: *575 sender: *4 required: - action @@ -119975,8 +119982,8 @@ webhooks: type: string enum: - closed - enterprise: *571 - installation: *572 + enterprise: *572 + installation: *573 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -121042,8 +121049,8 @@ webhooks: required: - state - closed_at - organization: *573 - repository: *574 + organization: *574 + repository: *575 sender: *4 required: - action @@ -121122,8 +121129,8 @@ webhooks: type: string enum: - deleted - enterprise: *571 - installation: *572 + enterprise: *572 + installation: *573 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -122038,8 +122045,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *573 - repository: *574 + organization: *574 + repository: *575 sender: *4 required: - action @@ -122118,8 +122125,8 @@ webhooks: type: string enum: - demilestoned - enterprise: *571 - installation: *572 + enterprise: *572 + installation: *573 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -123040,7 +123047,7 @@ webhooks: url: type: string format: uri - milestone: &596 + milestone: &597 title: Milestone description: A collection of related issues and pull requests. type: object @@ -123181,8 +123188,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *573 - repository: *574 + organization: *574 + repository: *575 sender: *4 required: - action @@ -123281,8 +123288,8 @@ webhooks: type: string required: - from - enterprise: *571 - installation: *572 + enterprise: *572 + installation: *573 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -124204,9 +124211,9 @@ webhooks: - active_lock_reason - body - reactions - label: *590 - organization: *573 - repository: *574 + label: *591 + organization: *574 + repository: *575 sender: *4 required: - action @@ -124286,8 +124293,8 @@ webhooks: type: string enum: - labeled - enterprise: *571 - installation: *572 + enterprise: *572 + installation: *573 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -125208,9 +125215,9 @@ webhooks: - active_lock_reason - body - reactions - label: *590 - organization: *573 - repository: *574 + label: *591 + organization: *574 + repository: *575 sender: *4 required: - action @@ -125290,8 +125297,8 @@ webhooks: type: string enum: - locked - enterprise: *571 - installation: *572 + enterprise: *572 + installation: *573 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -126212,8 +126219,8 @@ webhooks: url: type: string format: uri - organization: *573 - repository: *574 + organization: *574 + repository: *575 sender: *4 required: - action @@ -126292,8 +126299,8 @@ webhooks: type: string enum: - milestoned - enterprise: *571 - installation: *572 + enterprise: *572 + installation: *573 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -127212,9 +127219,9 @@ webhooks: url: type: string format: uri - milestone: *596 - organization: *573 - repository: *574 + milestone: *597 + organization: *574 + repository: *575 sender: *4 required: - action @@ -128688,8 +128695,8 @@ webhooks: required: - old_issue - old_repository - enterprise: *571 - installation: *572 + enterprise: *572 + installation: *573 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -129608,8 +129615,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *573 - repository: *574 + organization: *574 + repository: *575 sender: *4 required: - action @@ -129689,9 +129696,9 @@ webhooks: type: string enum: - pinned - enterprise: *571 - installation: *572 - issue: &597 + enterprise: *572 + installation: *573 + issue: &598 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -130604,8 +130611,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *573 - repository: *574 + organization: *574 + repository: *575 sender: *4 required: - action @@ -130684,8 +130691,8 @@ webhooks: type: string enum: - reopened - enterprise: *571 - installation: *572 + enterprise: *572 + installation: *573 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -131609,8 +131616,8 @@ webhooks: url: type: string format: uri - organization: *573 - repository: *574 + organization: *574 + repository: *575 sender: *4 required: - action @@ -133084,11 +133091,11 @@ webhooks: required: - new_issue - new_repository - enterprise: *571 - installation: *572 - issue: *597 - organization: *573 - repository: *574 + enterprise: *572 + installation: *573 + issue: *598 + organization: *574 + repository: *575 sender: *4 required: - action @@ -133169,7 +133176,7 @@ webhooks: type: string enum: - unassigned - assignee: &623 + assignee: &624 title: User type: - object @@ -133239,11 +133246,11 @@ webhooks: required: - login - id - enterprise: *571 - installation: *572 - issue: *598 - organization: *573 - repository: *574 + enterprise: *572 + installation: *573 + issue: *599 + organization: *574 + repository: *575 sender: *4 required: - action @@ -133322,12 +133329,12 @@ webhooks: type: string enum: - unlabeled - enterprise: *571 - installation: *572 - issue: *598 - label: *590 - organization: *573 - repository: *574 + enterprise: *572 + installation: *573 + issue: *599 + label: *591 + organization: *574 + repository: *575 sender: *4 required: - action @@ -133407,8 +133414,8 @@ webhooks: type: string enum: - unlocked - enterprise: *571 - installation: *572 + enterprise: *572 + installation: *573 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -134327,8 +134334,8 @@ webhooks: url: type: string format: uri - organization: *573 - repository: *574 + organization: *574 + repository: *575 sender: *4 required: - action @@ -134408,11 +134415,11 @@ webhooks: type: string enum: - unpinned - enterprise: *571 - installation: *572 - issue: *597 - organization: *573 - repository: *574 + enterprise: *572 + installation: *573 + issue: *598 + organization: *574 + repository: *575 sender: *4 required: - action @@ -134491,11 +134498,11 @@ webhooks: type: string enum: - created - enterprise: *571 - installation: *572 - label: *590 - organization: *573 - repository: *574 + enterprise: *572 + installation: *573 + label: *591 + organization: *574 + repository: *575 sender: *4 required: - action @@ -134573,11 +134580,11 @@ webhooks: type: string enum: - deleted - enterprise: *571 - installation: *572 - label: *590 - organization: *573 - repository: *574 + enterprise: *572 + installation: *573 + label: *591 + organization: *574 + repository: *575 sender: *4 required: - action @@ -134687,11 +134694,11 @@ webhooks: type: string required: - from - enterprise: *571 - installation: *572 - label: *590 - organization: *573 - repository: *574 + enterprise: *572 + installation: *573 + label: *591 + organization: *574 + repository: *575 sender: *4 required: - action @@ -134773,9 +134780,9 @@ webhooks: - cancelled effective_date: type: string - enterprise: *571 - installation: *572 - marketplace_purchase: &599 + enterprise: *572 + installation: *573 + marketplace_purchase: &600 title: Marketplace Purchase type: object required: @@ -134863,8 +134870,8 @@ webhooks: type: integer unit_count: type: integer - organization: *573 - previous_marketplace_purchase: &600 + organization: *574 + previous_marketplace_purchase: &601 title: Marketplace Purchase type: object properties: @@ -134948,7 +134955,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *574 + repository: *575 sender: *4 required: - action @@ -135028,10 +135035,10 @@ webhooks: - changed effective_date: type: string - enterprise: *571 - installation: *572 - marketplace_purchase: *599 - organization: *573 + enterprise: *572 + installation: *573 + marketplace_purchase: *600 + organization: *574 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -135119,7 +135126,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *574 + repository: *575 sender: *4 required: - action @@ -135201,10 +135208,10 @@ webhooks: - pending_change effective_date: type: string - enterprise: *571 - installation: *572 - marketplace_purchase: *599 - organization: *573 + enterprise: *572 + installation: *573 + marketplace_purchase: *600 + organization: *574 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -135290,7 +135297,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *574 + repository: *575 sender: *4 required: - action @@ -135371,8 +135378,8 @@ webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *571 - installation: *572 + enterprise: *572 + installation: *573 marketplace_purchase: title: Marketplace Purchase type: object @@ -135458,9 +135465,9 @@ webhooks: type: integer unit_count: type: integer - organization: *573 - previous_marketplace_purchase: *600 - repository: *574 + organization: *574 + previous_marketplace_purchase: *601 + repository: *575 sender: *4 required: - action @@ -135540,12 +135547,12 @@ webhooks: - purchased effective_date: type: string - enterprise: *571 - installation: *572 - marketplace_purchase: *599 - organization: *573 - previous_marketplace_purchase: *600 - repository: *574 + enterprise: *572 + installation: *573 + marketplace_purchase: *600 + organization: *574 + previous_marketplace_purchase: *601 + repository: *575 sender: *4 required: - action @@ -135647,11 +135654,11 @@ webhooks: type: string required: - to - enterprise: *571 - installation: *572 - member: *591 - organization: *573 - repository: *574 + enterprise: *572 + installation: *573 + member: *592 + organization: *574 + repository: *575 sender: *4 required: - action @@ -135753,11 +135760,11 @@ webhooks: type: - string - 'null' - enterprise: *571 - installation: *572 - member: *591 - organization: *573 - repository: *574 + enterprise: *572 + installation: *573 + member: *592 + organization: *574 + repository: *575 sender: *4 required: - action @@ -135836,11 +135843,11 @@ webhooks: type: string enum: - removed - enterprise: *571 - installation: *572 - member: *591 - organization: *573 - repository: *574 + enterprise: *572 + installation: *573 + member: *592 + organization: *574 + repository: *575 sender: *4 required: - action @@ -135918,11 +135925,11 @@ webhooks: type: string enum: - added - enterprise: *571 - installation: *572 - member: *591 - organization: *573 - repository: *574 + enterprise: *572 + installation: *573 + member: *592 + organization: *574 + repository: *575 scope: description: The scope of the membership. Currently, can only be `team`. @@ -135998,7 +136005,7 @@ webhooks: required: - login - id - team: &601 + team: &602 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -136191,11 +136198,11 @@ webhooks: type: string enum: - removed - enterprise: *571 - installation: *572 - member: *591 - organization: *573 - repository: *574 + enterprise: *572 + installation: *573 + member: *592 + organization: *574 + repository: *575 scope: description: The scope of the membership. Currently, can only be `team`. @@ -136272,7 +136279,7 @@ webhooks: required: - login - id - team: *601 + team: *602 required: - action - scope @@ -136354,8 +136361,8 @@ webhooks: type: string enum: - checks_requested - installation: *572 - merge_group: &602 + installation: *573 + merge_group: &603 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -136381,8 +136388,8 @@ webhooks: - base_sha - base_ref - head_commit - organization: *573 - repository: *574 + organization: *574 + repository: *575 sender: *4 required: - action @@ -136468,10 +136475,10 @@ webhooks: - merged - invalidated - dequeued - installation: *572 - merge_group: *602 - organization: *573 - repository: *574 + installation: *573 + merge_group: *603 + organization: *574 + repository: *575 sender: *4 required: - action @@ -136544,7 +136551,7 @@ webhooks: type: string enum: - deleted - enterprise: *571 + enterprise: *572 hook: description: 'The modified webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -136652,12 +136659,12 @@ webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *572 - organization: *573 + installation: *573 + organization: *574 repository: anyOf: - type: 'null' - - *574 + - *575 sender: *4 required: - action @@ -136737,11 +136744,11 @@ webhooks: type: string enum: - closed - enterprise: *571 - installation: *572 - milestone: *596 - organization: *573 - repository: *574 + enterprise: *572 + installation: *573 + milestone: *597 + organization: *574 + repository: *575 sender: *4 required: - action @@ -136820,9 +136827,9 @@ webhooks: type: string enum: - created - enterprise: *571 - installation: *572 - milestone: &603 + enterprise: *572 + installation: *573 + milestone: &604 title: Milestone description: A collection of related issues and pull requests. type: object @@ -136962,8 +136969,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *573 - repository: *574 + organization: *574 + repository: *575 sender: *4 required: - action @@ -137042,11 +137049,11 @@ webhooks: type: string enum: - deleted - enterprise: *571 - installation: *572 - milestone: *596 - organization: *573 - repository: *574 + enterprise: *572 + installation: *573 + milestone: *597 + organization: *574 + repository: *575 sender: *4 required: - action @@ -137156,11 +137163,11 @@ webhooks: type: string required: - from - enterprise: *571 - installation: *572 - milestone: *596 - organization: *573 - repository: *574 + enterprise: *572 + installation: *573 + milestone: *597 + organization: *574 + repository: *575 sender: *4 required: - action @@ -137240,11 +137247,11 @@ webhooks: type: string enum: - opened - enterprise: *571 - installation: *572 - milestone: *603 - organization: *573 - repository: *574 + enterprise: *572 + installation: *573 + milestone: *604 + organization: *574 + repository: *575 sender: *4 required: - action @@ -137323,11 +137330,11 @@ webhooks: type: string enum: - blocked - blocked_user: *591 - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 + blocked_user: *592 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 sender: *4 required: - action @@ -137406,11 +137413,11 @@ webhooks: type: string enum: - unblocked - blocked_user: *591 - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 + blocked_user: *592 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 sender: *4 required: - action @@ -137489,9 +137496,9 @@ webhooks: type: string enum: - deleted - enterprise: *571 - installation: *572 - membership: &604 + enterprise: *572 + installation: *573 + membership: &605 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -137583,8 +137590,8 @@ webhooks: - role - organization_url - user - organization: *573 - repository: *574 + organization: *574 + repository: *575 sender: *4 required: - action @@ -137662,11 +137669,11 @@ webhooks: type: string enum: - member_added - enterprise: *571 - installation: *572 - membership: *604 - organization: *573 - repository: *574 + enterprise: *572 + installation: *573 + membership: *605 + organization: *574 + repository: *575 sender: *4 required: - action @@ -137745,8 +137752,8 @@ webhooks: type: string enum: - member_invited - enterprise: *571 - installation: *572 + enterprise: *572 + installation: *573 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -137866,10 +137873,10 @@ webhooks: - inviter - team_count - invitation_teams_url - organization: *573 - repository: *574 + organization: *574 + repository: *575 sender: *4 - user: *591 + user: *592 required: - action - invitation @@ -137947,11 +137954,11 @@ webhooks: type: string enum: - member_removed - enterprise: *571 - installation: *572 - membership: *604 - organization: *573 - repository: *574 + enterprise: *572 + installation: *573 + membership: *605 + organization: *574 + repository: *575 sender: *4 required: - action @@ -138038,11 +138045,11 @@ webhooks: properties: from: type: string - enterprise: *571 - installation: *572 - membership: *604 - organization: *573 - repository: *574 + enterprise: *572 + installation: *573 + membership: *605 + organization: *574 + repository: *575 sender: *4 required: - action @@ -138118,9 +138125,9 @@ webhooks: type: string enum: - published - enterprise: *571 - installation: *572 - organization: *573 + enterprise: *572 + installation: *573 + organization: *574 package: description: Information about the package. type: object @@ -138637,7 +138644,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: &605 + items: &606 title: Ruby Gems metadata type: object properties: @@ -138734,7 +138741,7 @@ webhooks: - owner - package_version - registry - repository: *574 + repository: *575 sender: *4 required: - action @@ -138810,9 +138817,9 @@ webhooks: type: string enum: - updated - enterprise: *571 - installation: *572 - organization: *573 + enterprise: *572 + installation: *573 + organization: *574 package: description: Information about the package. type: object @@ -139168,7 +139175,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *605 + items: *606 source_url: type: string format: uri @@ -139239,7 +139246,7 @@ webhooks: - owner - package_version - registry - repository: *574 + repository: *575 sender: *4 required: - action @@ -139418,12 +139425,12 @@ webhooks: - duration - created_at - updated_at - enterprise: *571 + enterprise: *572 id: type: integer - installation: *572 - organization: *573 - repository: *574 + installation: *573 + organization: *574 + repository: *575 sender: *4 required: - id @@ -139503,7 +139510,7 @@ webhooks: type: string enum: - approved - personal_access_token_request: &606 + personal_access_token_request: &607 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -139641,10 +139648,10 @@ webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *571 - organization: *573 + enterprise: *572 + organization: *574 sender: *4 - installation: *572 + installation: *573 required: - action - personal_access_token_request @@ -139723,11 +139730,11 @@ webhooks: type: string enum: - cancelled - personal_access_token_request: *606 - enterprise: *571 - organization: *573 + personal_access_token_request: *607 + enterprise: *572 + organization: *574 sender: *4 - installation: *572 + installation: *573 required: - action - personal_access_token_request @@ -139805,11 +139812,11 @@ webhooks: type: string enum: - created - personal_access_token_request: *606 - enterprise: *571 - organization: *573 + personal_access_token_request: *607 + enterprise: *572 + organization: *574 sender: *4 - installation: *572 + installation: *573 required: - action - personal_access_token_request @@ -139886,11 +139893,11 @@ webhooks: type: string enum: - denied - personal_access_token_request: *606 - organization: *573 - enterprise: *571 + personal_access_token_request: *607 + organization: *574 + enterprise: *572 sender: *4 - installation: *572 + installation: *573 required: - action - personal_access_token_request @@ -139994,7 +140001,7 @@ webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *607 + last_response: *608 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -140026,8 +140033,8 @@ webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *573 - repository: *574 + organization: *574 + repository: *575 sender: *4 zen: description: Random string of GitHub zen. @@ -140272,10 +140279,10 @@ webhooks: - from required: - note - enterprise: *571 - installation: *572 - organization: *573 - project_card: &608 + enterprise: *572 + installation: *573 + organization: *574 + project_card: &609 title: Project Card type: object properties: @@ -140396,7 +140403,7 @@ webhooks: - creator - created_at - updated_at - repository: *574 + repository: *575 sender: *4 required: - action @@ -140477,11 +140484,11 @@ webhooks: type: string enum: - created - enterprise: *571 - installation: *572 - organization: *573 - project_card: *608 - repository: *574 + enterprise: *572 + installation: *573 + organization: *574 + project_card: *609 + repository: *575 sender: *4 required: - action @@ -140561,9 +140568,9 @@ webhooks: type: string enum: - deleted - enterprise: *571 - installation: *572 - organization: *573 + enterprise: *572 + installation: *573 + organization: *574 project_card: title: Project Card type: object @@ -140691,7 +140698,7 @@ webhooks: repository: anyOf: - type: 'null' - - *574 + - *575 sender: *4 required: - action @@ -140785,11 +140792,11 @@ webhooks: - from required: - note - enterprise: *571 - installation: *572 - organization: *573 - project_card: *608 - repository: *574 + enterprise: *572 + installation: *573 + organization: *574 + project_card: *609 + repository: *575 sender: *4 required: - action @@ -140883,9 +140890,9 @@ webhooks: - from required: - column_id - enterprise: *571 - installation: *572 - organization: *573 + enterprise: *572 + installation: *573 + organization: *574 project_card: allOf: - title: Project Card @@ -141080,7 +141087,7 @@ webhooks: type: string required: - after_id - repository: *574 + repository: *575 sender: *4 required: - action @@ -141160,10 +141167,10 @@ webhooks: type: string enum: - closed - enterprise: *571 - installation: *572 - organization: *573 - project: &610 + enterprise: *572 + installation: *573 + organization: *574 + project: &611 title: Project type: object properties: @@ -141288,7 +141295,7 @@ webhooks: - creator - created_at - updated_at - repository: *574 + repository: *575 sender: *4 required: - action @@ -141368,10 +141375,10 @@ webhooks: type: string enum: - created - enterprise: *571 - installation: *572 - organization: *573 - project_column: &609 + enterprise: *572 + installation: *573 + organization: *574 + project_column: &610 title: Project Column type: object properties: @@ -141411,7 +141418,7 @@ webhooks: - name - created_at - updated_at - repository: *574 + repository: *575 sender: *4 required: - action @@ -141490,14 +141497,14 @@ webhooks: type: string enum: - deleted - enterprise: *571 - installation: *572 - organization: *573 - project_column: *609 + enterprise: *572 + installation: *573 + organization: *574 + project_column: *610 repository: anyOf: - type: 'null' - - *574 + - *575 sender: *4 required: - action @@ -141586,11 +141593,11 @@ webhooks: type: string required: - from - enterprise: *571 - installation: *572 - organization: *573 - project_column: *609 - repository: *574 + enterprise: *572 + installation: *573 + organization: *574 + project_column: *610 + repository: *575 sender: *4 required: - action @@ -141670,11 +141677,11 @@ webhooks: type: string enum: - moved - enterprise: *571 - installation: *572 - organization: *573 - project_column: *609 - repository: *574 + enterprise: *572 + installation: *573 + organization: *574 + project_column: *610 + repository: *575 sender: *4 required: - action @@ -141754,11 +141761,11 @@ webhooks: type: string enum: - created - enterprise: *571 - installation: *572 - organization: *573 - project: *610 - repository: *574 + enterprise: *572 + installation: *573 + organization: *574 + project: *611 + repository: *575 sender: *4 required: - action @@ -141838,14 +141845,14 @@ webhooks: type: string enum: - deleted - enterprise: *571 - installation: *572 - organization: *573 - project: *610 + enterprise: *572 + installation: *573 + organization: *574 + project: *611 repository: anyOf: - type: 'null' - - *574 + - *575 sender: *4 required: - action @@ -141946,11 +141953,11 @@ webhooks: type: string required: - from - enterprise: *571 - installation: *572 - organization: *573 - project: *610 - repository: *574 + enterprise: *572 + installation: *573 + organization: *574 + project: *611 + repository: *575 sender: *4 required: - action @@ -142029,11 +142036,11 @@ webhooks: type: string enum: - reopened - enterprise: *571 - installation: *572 - organization: *573 - project: *610 - repository: *574 + enterprise: *572 + installation: *573 + organization: *574 + project: *611 + repository: *575 sender: *4 required: - action @@ -142114,9 +142121,9 @@ webhooks: type: string enum: - closed - installation: *572 - organization: *573 - projects_v2: &611 + installation: *573 + organization: *574 + projects_v2: &612 title: Projects v2 Project description: A projects v2 project type: object @@ -142264,9 +142271,9 @@ webhooks: type: string enum: - created - installation: *572 - organization: *573 - projects_v2: *611 + installation: *573 + organization: *574 + projects_v2: *612 sender: *4 required: - action @@ -142347,9 +142354,9 @@ webhooks: type: string enum: - deleted - installation: *572 - organization: *573 - projects_v2: *611 + installation: *573 + organization: *574 + projects_v2: *612 sender: *4 required: - action @@ -142470,9 +142477,9 @@ webhooks: type: string to: type: string - installation: *572 - organization: *573 - projects_v2: *611 + installation: *573 + organization: *574 + projects_v2: *612 sender: *4 required: - action @@ -142555,7 +142562,7 @@ webhooks: type: string enum: - archived - changes: &615 + changes: &616 type: object properties: archived_at: @@ -142571,9 +142578,9 @@ webhooks: - string - 'null' format: date-time - installation: *572 - organization: *573 - projects_v2_item: &612 + installation: *573 + organization: *574 + projects_v2_item: &613 title: Projects v2 Item description: An item belonging to a project type: object @@ -142712,9 +142719,9 @@ webhooks: - 'null' to: type: string - installation: *572 - organization: *573 - projects_v2_item: *612 + installation: *573 + organization: *574 + projects_v2_item: *613 sender: *4 required: - action @@ -142796,9 +142803,9 @@ webhooks: type: string enum: - created - installation: *572 - organization: *573 - projects_v2_item: *612 + installation: *573 + organization: *574 + projects_v2_item: *613 sender: *4 required: - action @@ -142879,9 +142886,9 @@ webhooks: type: string enum: - deleted - installation: *572 - organization: *573 - projects_v2_item: *612 + installation: *573 + organization: *574 + projects_v2_item: *613 sender: *4 required: - action @@ -142986,7 +142993,7 @@ webhooks: oneOf: - type: string - type: integer - - &613 + - &614 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -143006,7 +143013,7 @@ webhooks: required: - id - name - - &614 + - &615 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -143035,8 +143042,8 @@ webhooks: oneOf: - type: string - type: integer - - *613 - *614 + - *615 type: - 'null' - string @@ -143059,9 +143066,9 @@ webhooks: - 'null' required: - body - installation: *572 - organization: *573 - projects_v2_item: *612 + installation: *573 + organization: *574 + projects_v2_item: *613 sender: *4 required: - action @@ -143158,9 +143165,9 @@ webhooks: type: - string - 'null' - installation: *572 - organization: *573 - projects_v2_item: *612 + installation: *573 + organization: *574 + projects_v2_item: *613 sender: *4 required: - action @@ -143243,10 +143250,10 @@ webhooks: type: string enum: - restored - changes: *615 - installation: *572 - organization: *573 - projects_v2_item: *612 + changes: *616 + installation: *573 + organization: *574 + projects_v2_item: *613 sender: *4 required: - action @@ -143328,9 +143335,9 @@ webhooks: type: string enum: - reopened - installation: *572 - organization: *573 - projects_v2: *611 + installation: *573 + organization: *574 + projects_v2: *612 sender: *4 required: - action @@ -143411,9 +143418,9 @@ webhooks: type: string enum: - created - installation: *572 - organization: *573 - projects_v2_status_update: &616 + installation: *573 + organization: *574 + projects_v2_status_update: &617 title: Projects v2 Status Update description: An status update belonging to a project type: object @@ -143548,9 +143555,9 @@ webhooks: type: string enum: - deleted - installation: *572 - organization: *573 - projects_v2_status_update: *616 + installation: *573 + organization: *574 + projects_v2_status_update: *617 sender: *4 required: - action @@ -143696,9 +143703,9 @@ webhooks: - string - 'null' format: date - installation: *572 - organization: *573 - projects_v2_status_update: *616 + installation: *573 + organization: *574 + projects_v2_status_update: *617 sender: *4 required: - action @@ -143769,10 +143776,10 @@ webhooks: title: public event type: object properties: - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 sender: *4 required: - repository @@ -143849,13 +143856,13 @@ webhooks: type: string enum: - assigned - assignee: *591 - enterprise: *571 - installation: *572 - number: &617 + assignee: *592 + enterprise: *572 + installation: *573 + number: &618 description: The pull request number. type: integer - organization: *573 + organization: *574 pull_request: title: Pull Request type: object @@ -146182,7 +146189,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *574 + repository: *575 sender: *4 required: - action @@ -146264,11 +146271,11 @@ webhooks: type: string enum: - auto_merge_disabled - enterprise: *571 - installation: *572 + enterprise: *572 + installation: *573 number: type: integer - organization: *573 + organization: *574 pull_request: title: Pull Request type: object @@ -148590,7 +148597,7 @@ webhooks: - draft reason: type: string - repository: *574 + repository: *575 sender: *4 required: - action @@ -148672,11 +148679,11 @@ webhooks: type: string enum: - auto_merge_enabled - enterprise: *571 - installation: *572 + enterprise: *572 + installation: *573 number: type: integer - organization: *573 + organization: *574 pull_request: title: Pull Request type: object @@ -150998,7 +151005,7 @@ webhooks: - draft reason: type: string - repository: *574 + repository: *575 sender: *4 required: - action @@ -151080,11 +151087,11 @@ webhooks: type: string enum: - closed - enterprise: *571 - installation: *572 - number: *617 - organization: *573 - pull_request: &618 + enterprise: *572 + installation: *573 + number: *618 + organization: *574 + pull_request: &619 allOf: - *452 - type: object @@ -151148,7 +151155,7 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *574 + repository: *575 sender: *4 required: - action @@ -151229,12 +151236,12 @@ webhooks: type: string enum: - converted_to_draft - enterprise: *571 - installation: *572 - number: *617 - organization: *573 - pull_request: *618 - repository: *574 + enterprise: *572 + installation: *573 + number: *618 + organization: *574 + pull_request: *619 + repository: *575 sender: *4 required: - action @@ -151314,11 +151321,11 @@ webhooks: type: string enum: - demilestoned - enterprise: *571 + enterprise: *572 milestone: *351 - number: *617 - organization: *573 - pull_request: &619 + number: *618 + organization: *574 + pull_request: &620 title: Pull Request type: object properties: @@ -153627,7 +153634,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *574 + repository: *575 sender: *4 required: - action @@ -153706,11 +153713,11 @@ webhooks: type: string enum: - dequeued - enterprise: *571 - installation: *572 + enterprise: *572 + installation: *573 number: type: integer - organization: *573 + organization: *574 pull_request: title: Pull Request type: object @@ -156036,7 +156043,7 @@ webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *574 + repository: *575 sender: *4 required: - action @@ -156160,12 +156167,12 @@ webhooks: type: string required: - from - enterprise: *571 - installation: *572 - number: *617 - organization: *573 - pull_request: *618 - repository: *574 + enterprise: *572 + installation: *573 + number: *618 + organization: *574 + pull_request: *619 + repository: *575 sender: *4 required: - action @@ -156245,11 +156252,11 @@ webhooks: type: string enum: - enqueued - enterprise: *571 - installation: *572 + enterprise: *572 + installation: *573 number: type: integer - organization: *573 + organization: *574 pull_request: title: Pull Request type: object @@ -158560,7 +158567,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *574 + repository: *575 sender: *4 required: - action @@ -158640,11 +158647,11 @@ webhooks: type: string enum: - labeled - enterprise: *571 - installation: *572 - label: *590 - number: *617 - organization: *573 + enterprise: *572 + installation: *573 + label: *591 + number: *618 + organization: *574 pull_request: title: Pull Request type: object @@ -160972,7 +160979,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *574 + repository: *575 sender: *4 required: - action @@ -161053,10 +161060,10 @@ webhooks: type: string enum: - locked - enterprise: *571 - installation: *572 - number: *617 - organization: *573 + enterprise: *572 + installation: *573 + number: *618 + organization: *574 pull_request: title: Pull Request type: object @@ -163382,7 +163389,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *574 + repository: *575 sender: *4 required: - action @@ -163462,12 +163469,12 @@ webhooks: type: string enum: - milestoned - enterprise: *571 + enterprise: *572 milestone: *351 - number: *617 - organization: *573 - pull_request: *619 - repository: *574 + number: *618 + organization: *574 + pull_request: *620 + repository: *575 sender: *4 required: - action @@ -163546,12 +163553,12 @@ webhooks: type: string enum: - opened - enterprise: *571 - installation: *572 - number: *617 - organization: *573 - pull_request: *618 - repository: *574 + enterprise: *572 + installation: *573 + number: *618 + organization: *574 + pull_request: *619 + repository: *575 sender: *4 required: - action @@ -163632,12 +163639,12 @@ webhooks: type: string enum: - ready_for_review - enterprise: *571 - installation: *572 - number: *617 - organization: *573 - pull_request: *618 - repository: *574 + enterprise: *572 + installation: *573 + number: *618 + organization: *574 + pull_request: *619 + repository: *575 sender: *4 required: - action @@ -163717,12 +163724,12 @@ webhooks: type: string enum: - reopened - enterprise: *571 - installation: *572 - number: *617 - organization: *573 - pull_request: *618 - repository: *574 + enterprise: *572 + installation: *573 + number: *618 + organization: *574 + pull_request: *619 + repository: *575 sender: *4 required: - action @@ -164095,9 +164102,9 @@ webhooks: - start_side - side - reactions - enterprise: *571 - installation: *572 - organization: *573 + enterprise: *572 + installation: *573 + organization: *574 pull_request: type: object properties: @@ -166309,7 +166316,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *574 + repository: *575 sender: *4 required: - action @@ -166389,7 +166396,7 @@ webhooks: type: string enum: - deleted - comment: &621 + comment: &622 title: Pull Request Review Comment description: The [comment](https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -166680,9 +166687,9 @@ webhooks: - start_side - side - reactions - enterprise: *571 - installation: *572 - organization: *573 + enterprise: *572 + installation: *573 + organization: *574 pull_request: type: object properties: @@ -168882,7 +168889,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *574 + repository: *575 sender: *4 required: - action @@ -168962,11 +168969,11 @@ webhooks: type: string enum: - edited - changes: *620 - comment: *621 - enterprise: *571 - installation: *572 - organization: *573 + changes: *621 + comment: *622 + enterprise: *572 + installation: *573 + organization: *574 pull_request: type: object properties: @@ -171167,7 +171174,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *574 + repository: *575 sender: *4 required: - action @@ -171248,9 +171255,9 @@ webhooks: type: string enum: - dismissed - enterprise: *571 - installation: *572 - organization: *573 + enterprise: *572 + installation: *573 + organization: *574 pull_request: title: Simple Pull Request type: object @@ -173465,7 +173472,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *574 + repository: *575 review: description: The review that was affected. type: object @@ -173709,9 +173716,9 @@ webhooks: type: string required: - from - enterprise: *571 - installation: *572 - organization: *573 + enterprise: *572 + installation: *573 + organization: *574 pull_request: title: Simple Pull Request type: object @@ -175807,8 +175814,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *574 - review: &622 + repository: *575 + review: &623 description: The review that was affected. type: object properties: @@ -176039,12 +176046,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *571 - installation: *572 + enterprise: *572 + installation: *573 number: description: The pull request number. type: integer - organization: *573 + organization: *574 pull_request: title: Pull Request type: object @@ -178369,7 +178376,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *574 + repository: *575 requested_reviewer: title: User type: @@ -178453,12 +178460,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *571 - installation: *572 + enterprise: *572 + installation: *573 number: description: The pull request number. type: integer - organization: *573 + organization: *574 pull_request: title: Pull Request type: object @@ -180790,7 +180797,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *574 + repository: *575 requested_team: title: Team description: Groups of organization members that gives permissions @@ -180985,12 +180992,12 @@ webhooks: type: string enum: - review_requested - enterprise: *571 - installation: *572 + enterprise: *572 + installation: *573 number: description: The pull request number. type: integer - organization: *573 + organization: *574 pull_request: title: Pull Request type: object @@ -183317,7 +183324,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *574 + repository: *575 requested_reviewer: title: User type: @@ -183402,12 +183409,12 @@ webhooks: type: string enum: - review_requested - enterprise: *571 - installation: *572 + enterprise: *572 + installation: *573 number: description: The pull request number. type: integer - organization: *573 + organization: *574 pull_request: title: Pull Request type: object @@ -185725,7 +185732,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *574 + repository: *575 requested_team: title: Team description: Groups of organization members that gives permissions @@ -185909,9 +185916,9 @@ webhooks: type: string enum: - submitted - enterprise: *571 - installation: *572 - organization: *573 + enterprise: *572 + installation: *573 + organization: *574 pull_request: title: Simple Pull Request type: object @@ -188129,8 +188136,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *574 - review: *622 + repository: *575 + review: *623 sender: *4 required: - action @@ -188210,9 +188217,9 @@ webhooks: type: string enum: - resolved - enterprise: *571 - installation: *572 - organization: *573 + enterprise: *572 + installation: *573 + organization: *574 pull_request: title: Simple Pull Request type: object @@ -190325,7 +190332,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *574 + repository: *575 sender: *4 thread: type: object @@ -190715,9 +190722,9 @@ webhooks: type: string enum: - unresolved - enterprise: *571 - installation: *572 - organization: *573 + enterprise: *572 + installation: *573 + organization: *574 pull_request: title: Simple Pull Request type: object @@ -192813,7 +192820,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *574 + repository: *575 sender: *4 thread: type: object @@ -193205,10 +193212,10 @@ webhooks: type: string before: type: string - enterprise: *571 - installation: *572 - number: *617 - organization: *573 + enterprise: *572 + installation: *573 + number: *618 + organization: *574 pull_request: title: Pull Request type: object @@ -195523,7 +195530,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *574 + repository: *575 sender: *4 required: - action @@ -195605,11 +195612,11 @@ webhooks: type: string enum: - unassigned - assignee: *623 - enterprise: *571 - installation: *572 - number: *617 - organization: *573 + assignee: *624 + enterprise: *572 + installation: *573 + number: *618 + organization: *574 pull_request: title: Pull Request type: object @@ -197939,7 +197946,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *574 + repository: *575 sender: *4 required: - action @@ -198018,11 +198025,11 @@ webhooks: type: string enum: - unlabeled - enterprise: *571 - installation: *572 - label: *590 - number: *617 - organization: *573 + enterprise: *572 + installation: *573 + label: *591 + number: *618 + organization: *574 pull_request: title: Pull Request type: object @@ -200341,7 +200348,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *574 + repository: *575 sender: *4 required: - action @@ -200422,10 +200429,10 @@ webhooks: type: string enum: - unlocked - enterprise: *571 - installation: *572 - number: *617 - organization: *573 + enterprise: *572 + installation: *573 + number: *618 + organization: *574 pull_request: title: Pull Request type: object @@ -202734,7 +202741,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *574 + repository: *575 sender: *4 required: - action @@ -202937,7 +202944,7 @@ webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *571 + enterprise: *572 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -203032,8 +203039,8 @@ webhooks: - url - author - committer - installation: *572 - organization: *573 + installation: *573 + organization: *574 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -203619,9 +203626,9 @@ webhooks: type: string enum: - published - enterprise: *571 - installation: *572 - organization: *573 + enterprise: *572 + installation: *573 + organization: *574 registry_package: type: object properties: @@ -204092,7 +204099,7 @@ webhooks: type: string rubygems_metadata: type: array - items: *605 + items: *606 summary: type: string tag_name: @@ -204148,7 +204155,7 @@ webhooks: - owner - package_version - registry - repository: *574 + repository: *575 sender: *4 required: - action @@ -204226,9 +204233,9 @@ webhooks: type: string enum: - updated - enterprise: *571 - installation: *572 - organization: *573 + enterprise: *572 + installation: *573 + organization: *574 registry_package: type: object properties: @@ -204534,7 +204541,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *605 + items: *606 summary: type: string tag_name: @@ -204584,7 +204591,7 @@ webhooks: - owner - package_version - registry - repository: *574 + repository: *575 sender: *4 required: - action @@ -204661,10 +204668,10 @@ webhooks: type: string enum: - created - enterprise: *571 - installation: *572 - organization: *573 - release: &624 + enterprise: *572 + installation: *573 + organization: *574 + release: &625 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -204978,7 +204985,7 @@ webhooks: - tarball_url - zipball_url - body - repository: *574 + repository: *575 sender: *4 required: - action @@ -205055,11 +205062,11 @@ webhooks: type: string enum: - deleted - enterprise: *571 - installation: *572 - organization: *573 - release: *624 - repository: *574 + enterprise: *572 + installation: *573 + organization: *574 + release: *625 + repository: *575 sender: *4 required: - action @@ -205167,11 +205174,11 @@ webhooks: type: boolean required: - to - enterprise: *571 - installation: *572 - organization: *573 - release: *624 - repository: *574 + enterprise: *572 + installation: *573 + organization: *574 + release: *625 + repository: *575 sender: *4 required: - action @@ -205249,9 +205256,9 @@ webhooks: type: string enum: - prereleased - enterprise: *571 - installation: *572 - organization: *573 + enterprise: *572 + installation: *573 + organization: *574 release: title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) @@ -205570,7 +205577,7 @@ webhooks: - string - 'null' format: uri - repository: *574 + repository: *575 sender: *4 required: - action @@ -205646,10 +205653,10 @@ webhooks: type: string enum: - published - enterprise: *571 - installation: *572 - organization: *573 - release: &625 + enterprise: *572 + installation: *573 + organization: *574 + release: &626 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -205965,7 +205972,7 @@ webhooks: - string - 'null' format: uri - repository: *574 + repository: *575 sender: *4 required: - action @@ -206041,11 +206048,11 @@ webhooks: type: string enum: - released - enterprise: *571 - installation: *572 - organization: *573 - release: *624 - repository: *574 + enterprise: *572 + installation: *573 + organization: *574 + release: *625 + repository: *575 sender: *4 required: - action @@ -206121,11 +206128,11 @@ webhooks: type: string enum: - unpublished - enterprise: *571 - installation: *572 - organization: *573 - release: *625 - repository: *574 + enterprise: *572 + installation: *573 + organization: *574 + release: *626 + repository: *575 sender: *4 required: - action @@ -206201,11 +206208,11 @@ webhooks: type: string enum: - published - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 - repository_advisory: *504 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 + repository_advisory: *505 sender: *4 required: - action @@ -206281,11 +206288,11 @@ webhooks: type: string enum: - reported - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 - repository_advisory: *504 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 + repository_advisory: *505 sender: *4 required: - action @@ -206361,10 +206368,10 @@ webhooks: type: string enum: - archived - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 sender: *4 required: - action @@ -206441,10 +206448,10 @@ webhooks: type: string enum: - created - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 sender: *4 required: - action @@ -206522,10 +206529,10 @@ webhooks: type: string enum: - deleted - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 sender: *4 required: - action @@ -206610,10 +206617,10 @@ webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 sender: *4 required: - action @@ -206728,10 +206735,10 @@ webhooks: - 'null' items: type: string - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 sender: *4 required: - action @@ -206803,10 +206810,10 @@ webhooks: title: repository_import event type: object properties: - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 sender: *4 status: type: string @@ -206887,10 +206894,10 @@ webhooks: type: string enum: - privatized - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 sender: *4 required: - action @@ -206967,10 +206974,10 @@ webhooks: type: string enum: - publicized - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 sender: *4 required: - action @@ -207064,10 +207071,10 @@ webhooks: - name required: - repository - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 sender: *4 required: - action @@ -207147,10 +207154,10 @@ webhooks: type: string enum: - created - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 repository_ruleset: *196 sender: *4 required: @@ -207229,10 +207236,10 @@ webhooks: type: string enum: - deleted - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 repository_ruleset: *196 sender: *4 required: @@ -207311,10 +207318,10 @@ webhooks: type: string enum: - edited - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 repository_ruleset: *196 changes: type: object @@ -207620,10 +207627,10 @@ webhooks: - from required: - owner - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 sender: *4 required: - action @@ -207701,10 +207708,10 @@ webhooks: type: string enum: - unarchived - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 sender: *4 required: - action @@ -207782,7 +207789,7 @@ webhooks: type: string enum: - create - alert: &626 + alert: &627 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -207906,10 +207913,10 @@ webhooks: type: string enum: - open - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 sender: *4 required: - action @@ -208117,10 +208124,10 @@ webhooks: type: string enum: - dismissed - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 sender: *4 required: - action @@ -208198,11 +208205,11 @@ webhooks: type: string enum: - reopen - alert: *626 - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 + alert: *627 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 sender: *4 required: - action @@ -208404,10 +208411,10 @@ webhooks: enum: - fixed - open - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 sender: *4 required: - action @@ -208485,7 +208492,7 @@ webhooks: type: string enum: - created - alert: &627 + alert: &628 type: object properties: number: *46 @@ -208562,10 +208569,10 @@ webhooks: format: date-time description: 'The time that push protection was bypassed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 sender: *4 required: - action @@ -208646,11 +208653,11 @@ webhooks: type: string enum: - created - alert: *627 - installation: *572 - location: *628 - organization: *573 - repository: *574 + alert: *628 + installation: *573 + location: *629 + organization: *574 + repository: *575 sender: *4 required: - location @@ -208886,11 +208893,11 @@ webhooks: type: string enum: - reopened - alert: *627 - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 + alert: *628 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 sender: *4 required: - action @@ -208968,11 +208975,11 @@ webhooks: type: string enum: - resolved - alert: *627 - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 + alert: *628 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 sender: *4 required: - action @@ -209050,11 +209057,11 @@ webhooks: type: string enum: - validated - alert: *627 - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 + alert: *628 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 sender: *4 required: - action @@ -209130,11 +209137,11 @@ webhooks: type: string enum: - published - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 - security_advisory: &629 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 + security_advisory: &630 description: The details of the security advisory, including summary, description, and severity. type: object @@ -209320,11 +209327,11 @@ webhooks: type: string enum: - updated - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 - security_advisory: *629 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 + security_advisory: *630 sender: *4 required: - action @@ -209397,10 +209404,10 @@ webhooks: type: string enum: - withdrawn - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -209587,9 +209594,9 @@ webhooks: type: object properties: security_and_analysis: *189 - enterprise: *571 - installation: *572 - organization: *573 + enterprise: *572 + installation: *573 + organization: *574 repository: *232 sender: *4 required: @@ -209668,12 +209675,12 @@ webhooks: type: string enum: - cancelled - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 sender: *4 - sponsorship: &630 + sponsorship: &631 type: object properties: created_at: @@ -209972,12 +209979,12 @@ webhooks: type: string enum: - created - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 sender: *4 - sponsorship: *630 + sponsorship: *631 required: - action - sponsorship @@ -210065,12 +210072,12 @@ webhooks: type: string required: - from - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 sender: *4 - sponsorship: *630 + sponsorship: *631 required: - action - changes @@ -210147,17 +210154,17 @@ webhooks: type: string enum: - pending_cancellation - effective_date: &631 + effective_date: &632 description: The `pending_cancellation` and `pending_tier_change` event types will include the date the cancellation or tier change will take effect. type: string - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 sender: *4 - sponsorship: *630 + sponsorship: *631 required: - action - sponsorship @@ -210231,7 +210238,7 @@ webhooks: type: string enum: - pending_tier_change - changes: &632 + changes: &633 type: object properties: tier: @@ -210275,13 +210282,13 @@ webhooks: - from required: - tier - effective_date: *631 - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 + effective_date: *632 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 sender: *4 - sponsorship: *630 + sponsorship: *631 required: - action - changes @@ -210358,13 +210365,13 @@ webhooks: type: string enum: - tier_changed - changes: *632 - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 + changes: *633 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 sender: *4 - sponsorship: *630 + sponsorship: *631 required: - action - changes @@ -210438,10 +210445,10 @@ webhooks: type: string enum: - created - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -210525,10 +210532,10 @@ webhooks: type: string enum: - deleted - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -210957,15 +210964,15 @@ webhooks: type: - string - 'null' - enterprise: *571 + enterprise: *572 id: description: The unique identifier of the status. type: integer - installation: *572 + installation: *573 name: type: string - organization: *573 - repository: *574 + organization: *574 + repository: *575 sender: *4 sha: description: The Commit SHA. @@ -211081,9 +211088,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *69 - installation: *572 - organization: *573 - repository: *574 + installation: *573 + organization: *574 + repository: *575 sender: *4 required: - action @@ -211173,9 +211180,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *69 - installation: *572 - organization: *573 - repository: *574 + installation: *573 + organization: *574 + repository: *575 sender: *4 required: - action @@ -211265,9 +211272,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *69 - installation: *572 - organization: *573 - repository: *574 + installation: *573 + organization: *574 + repository: *575 sender: *4 required: - action @@ -211357,9 +211364,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *69 - installation: *572 - organization: *573 - repository: *574 + installation: *573 + organization: *574 + repository: *575 sender: *4 required: - action @@ -211436,12 +211443,12 @@ webhooks: title: team_add event type: object properties: - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 sender: *4 - team: &633 + team: &634 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -211634,9 +211641,9 @@ webhooks: type: string enum: - added_to_repository - enterprise: *571 - installation: *572 - organization: *573 + enterprise: *572 + installation: *573 + organization: *574 repository: title: Repository description: A git repository @@ -212104,7 +212111,7 @@ webhooks: - topics - visibility sender: *4 - team: *633 + team: *634 required: - action - team @@ -212180,9 +212187,9 @@ webhooks: type: string enum: - created - enterprise: *571 - installation: *572 - organization: *573 + enterprise: *572 + installation: *573 + organization: *574 repository: title: Repository description: A git repository @@ -212650,7 +212657,7 @@ webhooks: - topics - visibility sender: *4 - team: *633 + team: *634 required: - action - team @@ -212727,9 +212734,9 @@ webhooks: type: string enum: - deleted - enterprise: *571 - installation: *572 - organization: *573 + enterprise: *572 + installation: *573 + organization: *574 repository: title: Repository description: A git repository @@ -213197,7 +213204,7 @@ webhooks: - topics - visibility sender: *4 - team: *633 + team: *634 required: - action - team @@ -213341,9 +213348,9 @@ webhooks: - from required: - permissions - enterprise: *571 - installation: *572 - organization: *573 + enterprise: *572 + installation: *573 + organization: *574 repository: title: Repository description: A git repository @@ -213811,7 +213818,7 @@ webhooks: - topics - visibility sender: *4 - team: *633 + team: *634 required: - action - changes @@ -213889,9 +213896,9 @@ webhooks: type: string enum: - removed_from_repository - enterprise: *571 - installation: *572 - organization: *573 + enterprise: *572 + installation: *573 + organization: *574 repository: title: Repository description: A git repository @@ -214359,7 +214366,7 @@ webhooks: - topics - visibility sender: *4 - team: *633 + team: *634 required: - action - team @@ -214435,10 +214442,10 @@ webhooks: type: string enum: - started - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 sender: *4 required: - action @@ -214511,17 +214518,17 @@ webhooks: title: workflow_dispatch event type: object properties: - enterprise: *571 + enterprise: *572 inputs: type: - object - 'null' additionalProperties: true - installation: *572 - organization: *573 + installation: *573 + organization: *574 ref: type: string - repository: *574 + repository: *575 sender: *4 workflow: type: string @@ -214603,10 +214610,10 @@ webhooks: type: string enum: - completed - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 sender: *4 workflow_job: allOf: @@ -214941,10 +214948,10 @@ webhooks: type: string enum: - in_progress - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 sender: *4 workflow_job: allOf: @@ -215305,10 +215312,10 @@ webhooks: type: string enum: - queued - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 sender: *4 workflow_job: type: object @@ -215533,10 +215540,10 @@ webhooks: type: string enum: - waiting - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 sender: *4 workflow_job: type: object @@ -215763,12 +215770,12 @@ webhooks: type: string enum: - completed - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 sender: *4 - workflow: *586 + workflow: *587 workflow_run: title: Workflow Run type: object @@ -216779,12 +216786,12 @@ webhooks: type: string enum: - in_progress - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 sender: *4 - workflow: *586 + workflow: *587 workflow_run: title: Workflow Run type: object @@ -217788,12 +217795,12 @@ webhooks: type: string enum: - requested - enterprise: *571 - installation: *572 - organization: *573 - repository: *574 + enterprise: *572 + installation: *573 + organization: *574 + repository: *575 sender: *4 - workflow: *586 + workflow: *587 workflow_run: title: Workflow Run type: object diff --git a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json index e1ea95e39..208f98f6a 100644 --- a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json +++ b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json @@ -65145,15 +65145,6 @@ 10000 ] }, - "collaborators": { - "type": [ - "integer", - "null" - ], - "examples": [ - 8 - ] - }, "billing_email": { "type": [ "string", @@ -65906,15 +65897,6 @@ 10000 ] }, - "collaborators": { - "type": [ - "integer", - "null" - ], - "examples": [ - 8 - ] - }, "billing_email": { "type": [ "string", @@ -146381,6 +146363,18 @@ "type": "integer", "default": 1 } + }, + { + "name": "targets", + "description": "A comma-separated list of rule targets to filter by.\nIf provided, only rulesets that apply to the specified targets will be returned.\nFor example, `branch,tag,push`.\n", + "in": "query", + "required": false, + "schema": { + "type": "string", + "examples": [ + "branch,tag,push" + ] + } } ], "responses": { @@ -455496,6 +455490,18 @@ "type": "boolean", "default": true } + }, + { + "name": "targets", + "description": "A comma-separated list of rule targets to filter by.\nIf provided, only rulesets that apply to the specified targets will be returned.\nFor example, `branch,tag,push`.\n", + "in": "query", + "required": false, + "schema": { + "type": "string", + "examples": [ + "branch,tag,push" + ] + } } ], "responses": { diff --git a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml index a813046d0..7c1a27eac 100644 --- a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml +++ b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml @@ -1056,7 +1056,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: - - &550 + - &551 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -1733,7 +1733,7 @@ paths: application/json: schema: *3 application/scim+json: - schema: &560 + schema: &561 title: Scim Error description: Scim Error type: object @@ -12671,14 +12671,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &543 + state: &544 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: &544 + resolution: &545 type: - string - 'null' @@ -14821,7 +14821,7 @@ paths: url: type: string format: uri - user: &599 + user: &600 title: Public User description: Public User type: object @@ -19344,7 +19344,7 @@ paths: type: array items: *50 examples: - default: &616 + default: &617 value: - login: github id: 1 @@ -19670,12 +19670,6 @@ paths: - 'null' examples: - 10000 - collaborators: - type: - - integer - - 'null' - examples: - - 8 billing_email: type: - string @@ -20555,7 +20549,7 @@ paths: type: array items: *55 examples: - default: &610 + default: &611 value: total_count: 1 repositories: @@ -21323,7 +21317,7 @@ paths: type: array items: *132 examples: - default: &602 + default: &603 value: total_count: 1 repositories: @@ -31347,7 +31341,7 @@ paths: parameters: - *114 - *208 - - &615 + - &616 name: repo_name description: repo_name parameter in: path @@ -32619,7 +32613,7 @@ paths: - nuget - container - *114 - - &617 + - &618 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -32660,7 +32654,7 @@ paths: default: *214 '403': *27 '401': *23 - '400': &619 + '400': &620 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -36053,6 +36047,18 @@ paths: - *114 - *17 - *18 + - &531 + name: targets + description: | + A comma-separated list of rule targets to filter by. + If provided, only rulesets that apply to the specified targets will be returned. + For example, `branch,tag,push`. + in: query + required: false + schema: + type: string + examples: + - branch,tag,push responses: '200': description: Response @@ -37157,7 +37163,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#list-organization-rule-suites parameters: - *114 - - &531 + - &532 name: ref description: The name of the ref. Cannot contain wildcard characters. Optionally prefix with `refs/heads/` to limit to branches or `refs/tags/` to limit @@ -37173,7 +37179,7 @@ paths: in: query schema: type: integer - - &532 + - &533 name: time_period description: |- The time period to filter by. @@ -37189,14 +37195,14 @@ paths: - week - month default: day - - &533 + - &534 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 - - &534 + - &535 name: rule_suite_result description: The rule results to filter on. When specified, only suites with this result will be returned. @@ -37216,7 +37222,7 @@ paths: description: Response content: application/json: - schema: &535 + schema: &536 title: Rule Suites description: Response type: array @@ -37272,7 +37278,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &536 + default: &537 value: - id: 21 actor_id: 12 @@ -37316,7 +37322,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *114 - - &537 + - &538 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -37332,7 +37338,7 @@ paths: description: Response content: application/json: - schema: &538 + schema: &539 title: Rule Suite description: Response type: object @@ -37439,7 +37445,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &539 + default: &540 value: id: 21 actor_id: 12 @@ -37657,7 +37663,7 @@ paths: - *65 - *18 - *17 - - &541 + - &542 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 @@ -37667,7 +37673,7 @@ paths: required: false schema: type: string - - &542 + - &543 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 @@ -37757,7 +37763,7 @@ paths: application/json: schema: type: array - items: &548 + items: &549 description: A repository security advisory. type: object properties: @@ -38076,7 +38082,7 @@ paths: - private_fork additionalProperties: false examples: - default: &549 + default: &550 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -39680,7 +39686,7 @@ paths: - updated_at - url examples: - default: &589 + default: &590 value: - author: login: octocat @@ -39928,7 +39934,7 @@ paths: application/json: schema: *261 examples: - default: &590 + default: &591 value: author: login: octocat @@ -40119,7 +40125,7 @@ paths: - updated_at - url examples: - default: &591 + default: &592 value: - author: login: octocat @@ -40345,7 +40351,7 @@ paths: application/json: schema: *264 examples: - default: &592 + default: &593 value: author: login: octocat @@ -41061,7 +41067,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &593 + response-if-user-is-a-team-maintainer: &594 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -41126,7 +41132,7 @@ paths: application/json: schema: *275 examples: - response-if-users-membership-with-team-is-now-pending: &594 + response-if-users-membership-with-team-is-now-pending: &595 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -41269,7 +41275,7 @@ paths: - updated_at - permissions examples: - default: &595 + default: &596 value: - owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -41346,7 +41352,7 @@ paths: application/json: schema: *276 examples: - default: &596 + default: &597 value: owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -41550,7 +41556,7 @@ paths: description: Alternative response with repository permissions content: application/json: - schema: &597 + schema: &598 title: Team Repository description: A team's access to a repository. type: object @@ -42388,7 +42394,7 @@ paths: type: array items: *198 examples: - response-if-child-teams-exist: &598 + response-if-child-teams-exist: &599 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -54354,7 +54360,7 @@ paths: check. type: array items: *348 - deployment: &648 + deployment: &649 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -59243,7 +59249,7 @@ paths: type: array items: *383 examples: - default: &605 + default: &606 value: total_count: 2 machines: @@ -62570,7 +62576,7 @@ paths: application/json: schema: type: array - items: &553 + items: &554 title: Status description: The status of a commit. type: object @@ -64157,7 +64163,7 @@ paths: items: type: object properties: - placeholder_id: &546 + placeholder_id: &547 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -69990,7 +69996,7 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &679 + last_response: &680 title: Hook Response type: object properties: @@ -70967,7 +70973,7 @@ paths: parameters: - *278 - *279 - - &628 + - &629 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -71401,7 +71407,7 @@ paths: type: array items: *453 examples: - default: &621 + default: &622 value: - id: 1 repository: @@ -85355,6 +85361,7 @@ paths: schema: type: boolean default: true + - *531 responses: '200': description: Response @@ -85472,7 +85479,7 @@ paths: application/json: schema: *241 examples: - default: &540 + default: &541 value: id: 42 name: super cool ruleset @@ -85521,10 +85528,10 @@ paths: parameters: - *278 - *279 - - *531 - *532 - *533 - *534 + - *535 - *17 - *18 responses: @@ -85532,9 +85539,9 @@ paths: description: Response content: application/json: - schema: *535 + schema: *536 examples: - default: *536 + default: *537 '404': *6 '500': *69 x-github: @@ -85557,15 +85564,15 @@ paths: parameters: - *278 - *279 - - *537 + - *538 responses: '200': description: Response content: application/json: - schema: *538 + schema: *539 examples: - default: *539 + default: *540 '404': *6 '500': *69 x-github: @@ -85616,7 +85623,7 @@ paths: application/json: schema: *241 examples: - default: *540 + default: *541 '404': *6 '500': *69 put: @@ -85699,7 +85706,7 @@ paths: application/json: schema: *241 examples: - default: *540 + default: *541 '404': *6 '500': *69 delete: @@ -85755,8 +85762,8 @@ paths: - *65 - *18 - *17 - - *541 - *542 + - *543 - *247 responses: '200': @@ -85765,7 +85772,7 @@ paths: application/json: schema: type: array - items: &545 + items: &546 type: object properties: number: *70 @@ -85781,8 +85788,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *543 - resolution: *544 + state: *544 + resolution: *545 resolved_at: type: - string @@ -85940,7 +85947,7 @@ paths: description: Response content: application/json: - schema: *545 + schema: *546 examples: default: value: @@ -85996,8 +86003,8 @@ paths: schema: type: object properties: - state: *543 - resolution: *544 + state: *544 + resolution: *545 resolution_comment: description: An optional comment when closing an alert. Cannot be updated or deleted. Must be `null` when changing `state` to `open`. @@ -86016,7 +86023,7 @@ paths: description: Response content: application/json: - schema: *545 + schema: *546 examples: default: value: @@ -86098,7 +86105,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &700 + items: &701 type: object properties: type: @@ -86486,14 +86493,14 @@ paths: schema: type: object properties: - reason: &547 + reason: &548 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *546 + placeholder_id: *547 required: - reason - placeholder_id @@ -86510,7 +86517,7 @@ paths: schema: type: object properties: - reason: *547 + reason: *548 expire_at: type: - string @@ -86601,9 +86608,9 @@ paths: application/json: schema: type: array - items: *548 + items: *549 examples: - default: *549 + default: *550 '400': *14 '404': *6 x-github: @@ -86797,9 +86804,9 @@ paths: description: Response content: application/json: - schema: *548 + schema: *549 examples: - default: &551 + default: &552 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -87146,7 +87153,7 @@ paths: description: Response content: application/json: - schema: *548 + schema: *549 examples: default: value: @@ -87295,15 +87302,15 @@ paths: parameters: - *278 - *279 - - *550 + - *551 responses: '200': description: Response content: application/json: - schema: *548 + schema: *549 examples: - default: *551 + default: *552 '403': *27 '404': *6 x-github: @@ -87329,7 +87336,7 @@ paths: parameters: - *278 - *279 - - *550 + - *551 requestBody: required: true content: @@ -87500,10 +87507,10 @@ paths: description: Response content: application/json: - schema: *548 + schema: *549 examples: - default: *551 - add_credit: *551 + default: *552 + add_credit: *552 '403': *27 '404': *6 '422': @@ -87543,7 +87550,7 @@ paths: parameters: - *278 - *279 - - *550 + - *551 responses: '202': *120 '400': *14 @@ -87572,7 +87579,7 @@ paths: parameters: - *278 - *279 - - *550 + - *551 responses: '202': description: Response @@ -87713,7 +87720,7 @@ paths: application/json: schema: type: array - items: &552 + items: &553 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -88086,7 +88093,7 @@ paths: application/json: schema: type: array - items: *552 + items: *553 examples: default: value: @@ -88176,7 +88183,7 @@ paths: description: Response content: application/json: - schema: *553 + schema: *554 examples: default: value: @@ -88270,7 +88277,7 @@ paths: description: if you subscribe to the repository content: application/json: - schema: &554 + schema: &555 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -88370,7 +88377,7 @@ paths: description: Response content: application/json: - schema: *554 + schema: *555 examples: default: value: @@ -88510,7 +88517,7 @@ paths: application/json: schema: type: array - items: &555 + items: &556 title: Tag protection description: Tag protection type: object @@ -88591,7 +88598,7 @@ paths: description: Response content: application/json: - schema: *555 + schema: *556 examples: default: value: @@ -88739,7 +88746,7 @@ paths: description: Response content: application/json: - schema: &556 + schema: &557 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -88751,7 +88758,7 @@ paths: required: - names examples: - default: &557 + default: &558 value: names: - octocat @@ -88806,9 +88813,9 @@ paths: description: Response content: application/json: - schema: *556 + schema: *557 examples: - default: *557 + default: *558 '404': *6 '422': *7 x-github: @@ -88831,7 +88838,7 @@ paths: parameters: - *278 - *279 - - &558 + - &559 name: per description: The time frame to display results for. in: query @@ -88862,7 +88869,7 @@ paths: - 128 clones: type: array - items: &559 + items: &560 title: Traffic type: object properties: @@ -89110,7 +89117,7 @@ paths: parameters: - *278 - *279 - - *558 + - *559 responses: '200': description: Response @@ -89131,7 +89138,7 @@ paths: - 3782 views: type: array - items: *559 + items: *560 required: - uniques - count @@ -89806,7 +89813,7 @@ paths: value: Engineering externalId: value: 8aa1a0c0-c4c3-4bc0-b4a5-2ef676900159 - - &567 + - &568 name: excludedAttributes description: Excludes the specified attribute from being returned in the results. Using this parameter can speed up response time. @@ -89816,7 +89823,7 @@ paths: type: string examples: - members - - &572 + - &573 name: startIndex description: 'Used for pagination: the starting index of the first result to return when paginating through values.' @@ -89828,7 +89835,7 @@ paths: format: int32 examples: - 1 - - &573 + - &574 name: count description: 'Used for pagination: the number of results to return per page.' in: query @@ -89872,7 +89879,7 @@ paths: Resources: type: array description: Information about each provisioned group. - items: &561 + items: &562 allOf: - type: object required: @@ -89954,7 +89961,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: &574 + meta: &575 type: object description: The metadata associated with the creation/updates to the user. @@ -90019,31 +90026,31 @@ paths: location: https://api.github.localhost/scim/v2/Groups/927fa2c08dcb4a7fae9e startIndex: 1 itemsPerPage: 20 - '400': &562 + '400': &563 description: Bad request content: application/json: - schema: *560 + schema: *561 application/scim+json: - schema: *560 - '401': &563 + schema: *561 + '401': &564 description: Authorization failure - '403': &564 + '403': &565 description: Permission denied - '429': &565 + '429': &566 description: Too many requests content: application/json: - schema: *560 + schema: *561 application/scim+json: - schema: *560 - '500': &566 + schema: *561 + '500': &567 description: Internal server error content: application/json: - schema: *560 + schema: *561 application/scim+json: - schema: *560 + schema: *561 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -90070,7 +90077,7 @@ paths: required: true content: application/json: - schema: &570 + schema: &571 type: object required: - schemas @@ -90130,9 +90137,9 @@ paths: description: Group has been created content: application/scim+json: - schema: *561 + schema: *562 examples: - group: &568 + group: &569 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:Group @@ -90151,13 +90158,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': *562 - '401': *563 - '403': *564 - '409': &571 + '400': *563 + '401': *564 + '403': *565 + '409': &572 description: Duplicate record detected - '429': *565 - '500': *566 + '429': *566 + '500': *567 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -90178,7 +90185,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: - - &569 + - &570 name: scim_group_id description: A unique identifier of the SCIM group. in: path @@ -90187,22 +90194,22 @@ paths: type: string examples: - 7fce0092-d52e-4f76-b727-3955bd72c939 - - *567 + - *568 - *38 responses: '200': description: Success, a group was found content: application/scim+json: - schema: *561 + schema: *562 examples: - default: *568 - '400': *562 - '401': *563 - '403': *564 + default: *569 + '400': *563 + '401': *564 + '403': *565 '404': *6 - '429': *565 - '500': *566 + '429': *566 + '500': *567 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -90224,13 +90231,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#set-scim-information-for-a-provisioned-enterprise-group parameters: - - *569 + - *570 - *38 requestBody: required: true content: application/json: - schema: *570 + schema: *571 examples: group: summary: Group @@ -90256,17 +90263,17 @@ paths: description: Group was updated content: application/scim+json: - schema: *561 + schema: *562 examples: - group: *568 - groupWithMembers: *568 - '400': *562 - '401': *563 - '403': *564 + group: *569 + groupWithMembers: *569 + '400': *563 + '401': *564 + '403': *565 '404': *6 - '409': *571 - '429': *565 - '500': *566 + '409': *572 + '429': *566 + '500': *567 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -90293,13 +90300,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#update-an-attribute-for-a-scim-enterprise-group parameters: - - *569 + - *570 - *38 requestBody: required: true content: application/json: - schema: &581 + schema: &582 type: object required: - Operations @@ -90359,17 +90366,17 @@ paths: description: Success, group was updated content: application/scim+json: - schema: *561 + schema: *562 examples: - updateGroup: *568 - addMembers: *568 - '400': *562 - '401': *563 - '403': *564 + updateGroup: *569 + addMembers: *569 + '400': *563 + '401': *564 + '403': *565 '404': *6 - '409': *571 - '429': *565 - '500': *566 + '409': *572 + '429': *566 + '500': *567 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -90389,17 +90396,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#delete-a-scim-group-from-an-enterprise parameters: - - *569 + - *570 - *38 responses: '204': description: Group was deleted, no content - '400': *562 - '401': *563 - '403': *564 + '400': *563 + '401': *564 + '403': *565 '404': *6 - '429': *565 - '500': *566 + '429': *566 + '500': *567 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -90436,8 +90443,8 @@ paths: value: userName eq 'E012345' externalId: value: externalId eq 'E012345' - - *572 - *573 + - *574 - *38 responses: '200': @@ -90471,7 +90478,7 @@ paths: Resources: type: array description: Information about each provisioned account. - items: &576 + items: &577 allOf: - type: object required: @@ -90563,7 +90570,7 @@ paths: address. examples: - true - roles: &575 + roles: &576 type: array description: The roles assigned to the user. items: @@ -90622,7 +90629,7 @@ paths: type: string description: Provisioned SCIM groups that the user is a member of. - meta: *574 + meta: *575 startIndex: type: integer description: A starting index for the returned page @@ -90661,11 +90668,11 @@ paths: primary: false startIndex: 1 itemsPerPage: 20 - '400': *562 - '401': *563 - '403': *564 - '429': *565 - '500': *566 + '400': *563 + '401': *564 + '403': *565 + '429': *566 + '500': *567 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -90692,7 +90699,7 @@ paths: required: true content: application/json: - schema: &579 + schema: &580 type: object required: - schemas @@ -90785,9 +90792,9 @@ paths: description: Whether this email address is the primary address. examples: - true - roles: *575 + roles: *576 examples: - user: &580 + user: &581 summary: User value: schemas: @@ -90834,9 +90841,9 @@ paths: description: User has been created content: application/scim+json: - schema: *576 + schema: *577 examples: - user: &577 + user: &578 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -90862,13 +90869,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: *577 - '400': *562 - '401': *563 - '403': *564 - '409': *571 - '429': *565 - '500': *566 + enterpriseOwner: *578 + '400': *563 + '401': *564 + '403': *565 + '409': *572 + '429': *566 + '500': *567 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -90889,7 +90896,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: - - &578 + - &579 name: scim_user_id description: The unique identifier of the SCIM user. in: path @@ -90902,15 +90909,15 @@ paths: description: Success, a user was found content: application/scim+json: - schema: *576 + schema: *577 examples: - default: *577 - '400': *562 - '401': *563 - '403': *564 + default: *578 + '400': *563 + '401': *564 + '403': *565 '404': *6 - '429': *565 - '500': *566 + '429': *566 + '500': *567 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -90935,30 +90942,30 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#set-scim-information-for-a-provisioned-enterprise-user parameters: - - *578 + - *579 - *38 requestBody: required: true content: application/json: - schema: *579 + schema: *580 examples: - user: *580 + user: *581 responses: '200': description: User was updated content: application/scim+json: - schema: *576 + schema: *577 examples: - user: *577 - '400': *562 - '401': *563 - '403': *564 + user: *578 + '400': *563 + '401': *564 + '403': *565 '404': *6 - '409': *571 - '429': *565 - '500': *566 + '409': *572 + '429': *566 + '500': *567 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -90996,13 +91003,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#update-an-attribute-for-a-scim-enterprise-user parameters: - - *578 + - *579 - *38 requestBody: required: true content: application/json: - schema: *581 + schema: *582 examples: userMultiValuedProperties: summary: Multi Valued Property @@ -91042,18 +91049,18 @@ paths: description: Success, user was updated content: application/scim+json: - schema: *576 - examples: - userMultiValuedProperties: *577 - userSingleValuedProperties: *577 - disableUser: *577 - '400': *562 - '401': *563 - '403': *564 + schema: *577 + examples: + userMultiValuedProperties: *578 + userSingleValuedProperties: *578 + disableUser: *578 + '400': *563 + '401': *564 + '403': *565 '404': *6 - '409': *571 - '429': *565 - '500': *566 + '409': *572 + '429': *566 + '500': *567 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -91073,17 +91080,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#delete-a-scim-user-from-an-enterprise parameters: - - *578 + - *579 - *38 responses: '204': description: User was deleted, no content - '400': *562 - '401': *563 - '403': *564 + '400': *563 + '401': *564 + '403': *565 '404': *6 - '429': *565 - '500': *566 + '429': *566 + '500': *567 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -91174,7 +91181,7 @@ paths: - 1 Resources: type: array - items: &582 + items: &583 title: SCIM /Users description: SCIM /Users provisioning endpoints type: object @@ -91421,22 +91428,22 @@ paths: lastModified: '2017-03-09T16:11:13-05:00' location: https://api.github.com/scim/v2/organizations/octo-org/Users/77563764-eb6-24-0598234-958243 '304': *35 - '404': &583 + '404': &584 description: Resource not found content: application/json: - schema: *560 + schema: *561 application/scim+json: - schema: *560 - '403': &584 + schema: *561 + '403': &585 description: Forbidden content: application/json: - schema: *560 + schema: *561 application/scim+json: - schema: *560 - '400': *562 - '429': *565 + schema: *561 + '400': *563 + '429': *566 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -91462,9 +91469,9 @@ paths: description: Response content: application/scim+json: - schema: *582 + schema: *583 examples: - default: &585 + default: &586 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -91487,17 +91494,17 @@ paths: lastModified: '2017-03-09T16:11:13-05:00' location: https://api.github.com/scim/v2/organizations/octo-org/Users/edefdfedf-050c-11e7-8d32 '304': *35 - '404': *583 - '403': *584 - '500': *566 + '404': *584 + '403': *585 + '500': *567 '409': description: Conflict content: application/json: - schema: *560 + schema: *561 application/scim+json: - schema: *560 - '400': *562 + schema: *561 + '400': *563 requestBody: required: true content: @@ -91592,17 +91599,17 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#get-scim-provisioning-information-for-a-user parameters: - *114 - - *578 + - *579 responses: '200': description: Response content: application/scim+json: - schema: *582 + schema: *583 examples: - default: *585 - '404': *583 - '403': *584 + default: *586 + '404': *584 + '403': *585 '304': *35 x-github: githubCloudOnly: true @@ -91626,18 +91633,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-a-provisioned-organization-membership parameters: - *114 - - *578 + - *579 responses: '200': description: Response content: application/scim+json: - schema: *582 + schema: *583 examples: - default: *585 + default: *586 '304': *35 - '404': *583 - '403': *584 + '404': *584 + '403': *585 requestBody: required: true content: @@ -91748,19 +91755,19 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-an-attribute-for-a-scim-user parameters: - *114 - - *578 + - *579 responses: '200': description: Response content: application/scim+json: - schema: *582 + schema: *583 examples: - default: *585 + default: *586 '304': *35 - '404': *583 - '403': *584 - '400': *562 + '404': *584 + '403': *585 + '400': *563 '429': description: Response content: @@ -91856,12 +91863,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#delete-a-scim-user-from-an-organization parameters: - *114 - - *578 + - *579 responses: '204': description: Response - '404': *583 - '403': *584 + '404': *584 + '403': *585 '304': *35 x-github: githubCloudOnly: true @@ -91994,7 +92001,7 @@ paths: examples: - 73..77 - 77..78 - text_matches: &586 + text_matches: &587 title: Search Result Text Matches type: array items: @@ -92158,7 +92165,7 @@ paths: enum: - author-date - committer-date - - &587 + - &588 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 @@ -92278,7 +92285,7 @@ paths: type: number node_id: type: string - text_matches: *586 + text_matches: *587 required: - sha - node_id @@ -92471,7 +92478,7 @@ paths: - interactions - created - updated - - *587 + - *588 - *17 - *18 responses: @@ -92587,7 +92594,7 @@ paths: - string - 'null' format: date-time - text_matches: *586 + text_matches: *587 pull_request: type: object properties: @@ -92809,7 +92816,7 @@ paths: enum: - created - updated - - *587 + - *588 - *17 - *18 responses: @@ -92854,7 +92861,7 @@ paths: - 'null' score: type: number - text_matches: *586 + text_matches: *587 required: - id - node_id @@ -92940,7 +92947,7 @@ paths: - forks - help-wanted-issues - updated - - *587 + - *588 - *17 - *18 responses: @@ -93177,7 +93184,7 @@ paths: - admin - pull - push - text_matches: *586 + text_matches: *587 temp_clone_token: type: string allow_merge_commit: @@ -93486,7 +93493,7 @@ paths: - string - 'null' format: uri - text_matches: *586 + text_matches: *587 related: type: - array @@ -93681,7 +93688,7 @@ paths: - followers - repositories - joined - - *587 + - *588 - *17 - *18 responses: @@ -93791,7 +93798,7 @@ paths: type: - boolean - 'null' - text_matches: *586 + text_matches: *587 blog: type: - string @@ -93871,7 +93878,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#get-a-team-legacy parameters: - - &588 + - &589 name: team_id description: The unique identifier of the team. in: path @@ -93912,7 +93919,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#update-a-team-legacy parameters: - - *588 + - *589 requestBody: required: true content: @@ -94013,7 +94020,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#delete-a-team-legacy parameters: - - *588 + - *589 responses: '204': description: Response @@ -94044,7 +94051,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#list-discussions-legacy parameters: - - *588 + - *589 - *65 - *17 - *18 @@ -94057,7 +94064,7 @@ paths: type: array items: *261 examples: - default: *589 + default: *590 headers: Link: *37 x-github: @@ -94086,7 +94093,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#create-a-discussion-legacy parameters: - - *588 + - *589 requestBody: required: true content: @@ -94149,7 +94156,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#get-a-discussion-legacy parameters: - - *588 + - *589 - *263 responses: '200': @@ -94183,7 +94190,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#update-a-discussion-legacy parameters: - - *588 + - *589 - *263 requestBody: required: false @@ -94209,7 +94216,7 @@ paths: application/json: schema: *261 examples: - default: *590 + default: *591 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94234,7 +94241,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#delete-a-discussion-legacy parameters: - - *588 + - *589 - *263 responses: '204': @@ -94264,7 +94271,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#list-discussion-comments-legacy parameters: - - *588 + - *589 - *263 - *65 - *17 @@ -94278,7 +94285,7 @@ paths: type: array items: *264 examples: - default: *591 + default: *592 headers: Link: *37 x-github: @@ -94307,7 +94314,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#create-a-discussion-comment-legacy parameters: - - *588 + - *589 - *263 requestBody: required: true @@ -94359,7 +94366,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#get-a-discussion-comment-legacy parameters: - - *588 + - *589 - *263 - *266 responses: @@ -94394,7 +94401,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#update-a-discussion-comment-legacy parameters: - - *588 + - *589 - *263 - *266 requestBody: @@ -94420,7 +94427,7 @@ paths: application/json: schema: *264 examples: - default: *592 + default: *593 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94445,7 +94452,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#delete-a-discussion-comment-legacy parameters: - - *588 + - *589 - *263 - *266 responses: @@ -94476,7 +94483,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: - - *588 + - *589 - *263 - *266 - name: content @@ -94535,7 +94542,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: - - *588 + - *589 - *263 - *266 requestBody: @@ -94597,7 +94604,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: - - *588 + - *589 - *263 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -94655,7 +94662,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: - - *588 + - *589 - *263 requestBody: required: true @@ -94714,7 +94721,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-pending-team-invitations-legacy parameters: - - *588 + - *589 - *17 - *18 responses: @@ -94752,7 +94759,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-team-members-legacy parameters: - - *588 + - *589 - name: role description: Filters members returned by their role in the team. in: query @@ -94803,7 +94810,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-member-legacy parameters: - - *588 + - *589 - *154 responses: '204': @@ -94840,7 +94847,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-team-member-legacy parameters: - - *588 + - *589 - *154 responses: '204': @@ -94880,7 +94887,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-member-legacy parameters: - - *588 + - *589 - *154 responses: '204': @@ -94917,7 +94924,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: - - *588 + - *589 - *154 responses: '200': @@ -94926,7 +94933,7 @@ paths: application/json: schema: *275 examples: - response-if-user-is-a-team-maintainer: *593 + response-if-user-is-a-team-maintainer: *594 '404': *6 x-github: githubCloudOnly: false @@ -94959,7 +94966,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: - - *588 + - *589 - *154 requestBody: required: false @@ -94987,7 +94994,7 @@ paths: application/json: schema: *275 examples: - response-if-users-membership-with-team-is-now-pending: *594 + response-if-users-membership-with-team-is-now-pending: *595 '403': description: Forbidden if team synchronization is set up '422': @@ -95021,7 +95028,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: - - *588 + - *589 - *154 responses: '204': @@ -95051,7 +95058,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-projects-legacy parameters: - - *588 + - *589 - *17 - *18 responses: @@ -95063,7 +95070,7 @@ paths: type: array items: *276 examples: - default: *595 + default: *596 headers: Link: *37 '404': *6 @@ -95090,7 +95097,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: - - *588 + - *589 - *277 responses: '200': @@ -95099,7 +95106,7 @@ paths: application/json: schema: *276 examples: - default: *596 + default: *597 '404': description: Not Found if project is not managed by this team x-github: @@ -95124,7 +95131,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: - - *588 + - *589 - *277 requestBody: required: false @@ -95193,7 +95200,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: - - *588 + - *589 - *277 responses: '204': @@ -95221,7 +95228,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-repositories-legacy parameters: - - *588 + - *589 - *17 - *18 responses: @@ -95263,7 +95270,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: - - *588 + - *589 - *278 - *279 responses: @@ -95271,7 +95278,7 @@ paths: description: Alternative response with extra repository information content: application/json: - schema: *597 + schema: *598 examples: alternative-response-with-extra-repository-information: value: @@ -95422,7 +95429,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: - - *588 + - *589 - *278 - *279 requestBody: @@ -95474,7 +95481,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: - - *588 + - *589 - *278 - *279 responses: @@ -95505,7 +95512,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: - - *588 + - *589 responses: '200': description: Response @@ -95540,7 +95547,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: - - *588 + - *589 requestBody: required: true content: @@ -95632,7 +95639,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-child-teams-legacy parameters: - - *588 + - *589 - *17 - *18 responses: @@ -95644,7 +95651,7 @@ paths: type: array items: *198 examples: - response-if-child-teams-exist: *598 + response-if-child-teams-exist: *599 headers: Link: *37 '404': *6 @@ -95677,7 +95684,7 @@ paths: application/json: schema: oneOf: - - &600 + - &601 title: Private User description: Private User type: object @@ -95930,7 +95937,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *599 + - *600 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -96090,7 +96097,7 @@ paths: description: Response content: application/json: - schema: *600 + schema: *601 examples: default: value: @@ -96488,7 +96495,7 @@ paths: type: integer secrets: type: array - items: &601 + items: &602 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -96608,7 +96615,7 @@ paths: description: Response content: application/json: - schema: *601 + schema: *602 examples: default: value: @@ -96754,7 +96761,7 @@ paths: type: array items: *132 examples: - default: *602 + default: *603 '401': *23 '403': *27 '404': *6 @@ -97021,7 +97028,7 @@ paths: description: Response content: application/json: - schema: &603 + schema: &604 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -97074,7 +97081,7 @@ paths: examples: - https://github.com/octocat/hello-world/tree/:branch examples: - default: &604 + default: &605 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -97119,9 +97126,9 @@ paths: description: Response content: application/json: - schema: *603 + schema: *604 examples: - default: *604 + default: *605 '404': *6 x-github: githubCloudOnly: false @@ -97160,7 +97167,7 @@ paths: type: array items: *383 examples: - default: *605 + default: *606 '304': *35 '500': *69 '401': *23 @@ -98126,7 +98133,7 @@ paths: type: array items: *213 examples: - default: &618 + default: &619 value: - id: 197 name: hello_docker @@ -98227,7 +98234,7 @@ paths: application/json: schema: type: array - items: &606 + items: &607 title: Email description: Email type: object @@ -98297,9 +98304,9 @@ paths: application/json: schema: type: array - items: *606 + items: *607 examples: - default: &620 + default: &621 value: - email: octocat@github.com verified: true @@ -98376,7 +98383,7 @@ paths: application/json: schema: type: array - items: *606 + items: *607 examples: default: value: @@ -98633,7 +98640,7 @@ paths: application/json: schema: type: array - items: &607 + items: &608 title: GPG Key description: A unique encryption key type: object @@ -98778,7 +98785,7 @@ paths: - subkeys - revoked examples: - default: &631 + default: &632 value: - id: 3 name: Octocat's GPG Key @@ -98863,9 +98870,9 @@ paths: description: Response content: application/json: - schema: *607 + schema: *608 examples: - default: &608 + default: &609 value: id: 3 name: Octocat's GPG Key @@ -98922,7 +98929,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: - - &609 + - &610 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -98934,9 +98941,9 @@ paths: description: Response content: application/json: - schema: *607 + schema: *608 examples: - default: *608 + default: *609 '404': *6 '304': *35 '403': *27 @@ -98959,7 +98966,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: - - *609 + - *610 responses: '204': description: Response @@ -99150,7 +99157,7 @@ paths: type: array items: *55 examples: - default: *610 + default: *611 headers: Link: *37 '404': *6 @@ -99414,7 +99421,7 @@ paths: application/json: schema: type: array - items: &611 + items: &612 title: Key description: Key type: object @@ -99512,9 +99519,9 @@ paths: description: Response content: application/json: - schema: *611 + schema: *612 examples: - default: &612 + default: &613 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -99553,9 +99560,9 @@ paths: description: Response content: application/json: - schema: *611 + schema: *612 examples: - default: *612 + default: *613 '404': *6 '304': *35 '403': *27 @@ -99611,7 +99618,7 @@ paths: application/json: schema: type: array - items: &613 + items: &614 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -99690,7 +99697,7 @@ paths: - account - plan examples: - default: &614 + default: &615 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -99752,9 +99759,9 @@ paths: application/json: schema: type: array - items: *613 + items: *614 examples: - default: *614 + default: *615 headers: Link: *37 '304': *35 @@ -100758,7 +100765,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#unlock-a-user-repository parameters: - *208 - - *615 + - *616 responses: '204': description: Response @@ -100828,7 +100835,7 @@ paths: type: array items: *50 examples: - default: *616 + default: *617 headers: Link: *37 '304': *35 @@ -100870,7 +100877,7 @@ paths: - docker - nuget - container - - *617 + - *618 - *18 - *17 responses: @@ -100882,8 +100889,8 @@ paths: type: array items: *213 examples: - default: *618 - '400': *619 + default: *619 + '400': *620 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -100912,7 +100919,7 @@ paths: application/json: schema: *213 examples: - default: &632 + default: &633 value: id: 40201 name: octo-name @@ -101364,9 +101371,9 @@ paths: application/json: schema: type: array - items: *606 + items: *607 examples: - default: *620 + default: *621 headers: Link: *37 '304': *35 @@ -101479,7 +101486,7 @@ paths: type: array items: *55 examples: - default: &627 + default: &628 summary: Default response value: - id: 1296269 @@ -101837,7 +101844,7 @@ paths: type: array items: *453 examples: - default: *621 + default: *622 headers: Link: *37 '304': *35 @@ -101916,7 +101923,7 @@ paths: application/json: schema: type: array - items: &622 + items: &623 title: Social account description: Social media account type: object @@ -101933,7 +101940,7 @@ paths: - provider - url examples: - default: &623 + default: &624 value: - provider: twitter url: https://twitter.com/github @@ -101996,9 +102003,9 @@ paths: application/json: schema: type: array - items: *622 + items: *623 examples: - default: *623 + default: *624 '422': *15 '304': *35 '404': *6 @@ -102086,7 +102093,7 @@ paths: application/json: schema: type: array - items: &624 + items: &625 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -102106,7 +102113,7 @@ paths: - title - created_at examples: - default: &633 + default: &634 value: - key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -102173,9 +102180,9 @@ paths: description: Response content: application/json: - schema: *624 + schema: *625 examples: - default: &625 + default: &626 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -102206,7 +102213,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: - - &626 + - &627 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -102218,9 +102225,9 @@ paths: description: Response content: application/json: - schema: *624 + schema: *625 examples: - default: *625 + default: *626 '404': *6 '304': *35 '403': *27 @@ -102243,7 +102250,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: - - *626 + - *627 responses: '204': description: Response @@ -102272,7 +102279,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: - - &634 + - &635 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 @@ -102297,11 +102304,11 @@ paths: type: array items: *55 examples: - default-response: *627 + default-response: *628 application/vnd.github.v3.star+json: schema: type: array - items: &635 + items: &636 title: Starred Repository description: Starred Repository type: object @@ -102668,10 +102675,10 @@ paths: application/json: schema: oneOf: + - *601 - *600 - - *599 examples: - default-response: &629 + default-response: &630 summary: Default response value: login: octocat @@ -102706,7 +102713,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &630 + response-with-git-hub-plan-information: &631 summary: Response with GitHub plan information value: login: octocat @@ -102766,7 +102773,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/users#list-users parameters: - - *628 + - *629 - *17 responses: '200': @@ -102813,11 +102820,11 @@ paths: application/json: schema: oneOf: + - *601 - *600 - - *599 examples: - default-response: *629 - response-with-git-hub-plan-information: *630 + default-response: *630 + response-with-git-hub-plan-information: *631 '404': *6 x-github: githubCloudOnly: false @@ -102981,7 +102988,7 @@ paths: type: array items: *213 examples: - default: *618 + default: *619 '403': *27 '401': *23 x-github: @@ -103385,9 +103392,9 @@ paths: application/json: schema: type: array - items: *607 + items: *608 examples: - default: *631 + default: *632 headers: Link: *37 x-github: @@ -103569,7 +103576,7 @@ paths: type: array items: *50 examples: - default: *616 + default: *617 headers: Link: *37 x-github: @@ -103608,7 +103615,7 @@ paths: - docker - nuget - container - - *617 + - *618 - *154 - *18 - *17 @@ -103621,10 +103628,10 @@ paths: type: array items: *213 examples: - default: *618 + default: *619 '403': *27 '401': *23 - '400': *619 + '400': *620 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -103654,7 +103661,7 @@ paths: application/json: schema: *213 examples: - default: *632 + default: *633 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -104337,9 +104344,9 @@ paths: application/json: schema: type: array - items: *622 + items: *623 examples: - default: *623 + default: *624 headers: Link: *37 x-github: @@ -104369,9 +104376,9 @@ paths: application/json: schema: type: array - items: *624 + items: *625 examples: - default: *633 + default: *634 headers: Link: *37 x-github: @@ -104396,7 +104403,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-repositories-starred-by-a-user parameters: - *154 - - *634 + - *635 - *65 - *17 - *18 @@ -104408,11 +104415,11 @@ paths: schema: anyOf: - type: array - items: *635 + items: *636 - type: array items: *55 examples: - default-response: *627 + default-response: *628 headers: Link: *37 x-github: @@ -104572,7 +104579,7 @@ webhooks: type: string enum: - disabled - enterprise: &636 + enterprise: &637 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -104641,7 +104648,7 @@ webhooks: - created_at - updated_at - avatar_url - installation: &637 + installation: &638 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -104662,7 +104669,7 @@ webhooks: required: - id - node_id - organization: &638 + organization: &639 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -104735,7 +104742,7 @@ webhooks: - public_members_url - avatar_url - description - repository: &639 + repository: &640 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property @@ -105648,10 +105655,10 @@ webhooks: type: string enum: - enabled - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 sender: *4 required: - action @@ -105727,11 +105734,11 @@ webhooks: type: string enum: - created - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 - rule: &640 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 + rule: &641 title: branch protection rule description: The branch protection rule. Includes a `name` and all the [branch protection settings](https://docs.github.com/enterprise-cloud@latest//github/administering-a-repository/defining-the-mergeability-of-pull-requests/about-protected-branches#about-branch-protection-settings) @@ -105954,11 +105961,11 @@ webhooks: type: string enum: - deleted - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 - rule: *640 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 + rule: *641 sender: *4 required: - action @@ -106146,11 +106153,11 @@ webhooks: - everyone required: - from - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 - rule: *640 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 + rule: *641 sender: *4 required: - action @@ -106223,7 +106230,7 @@ webhooks: required: true content: application/json: - schema: &643 + schema: &644 title: Exemption request cancellation event type: object properties: @@ -106231,11 +106238,11 @@ webhooks: type: string enum: - cancelled - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 - exemption_request: &641 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 + exemption_request: &642 title: Exemption Request description: A request from a user to be exempted from a set of rules. @@ -106375,7 +106382,7 @@ webhooks: - array - 'null' description: The responses to the exemption request. - items: &642 + items: &643 title: Exemption response description: A response to an exemption request by a delegated bypasser. @@ -106481,7 +106488,7 @@ webhooks: required: true content: application/json: - schema: &644 + schema: &645 title: Exemption request completed event type: object properties: @@ -106489,11 +106496,11 @@ webhooks: type: string enum: - completed - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 - exemption_request: *641 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 + exemption_request: *642 sender: *4 required: - action @@ -106565,7 +106572,7 @@ webhooks: required: true content: application/json: - schema: &645 + schema: &646 title: Exemption request created event type: object properties: @@ -106573,11 +106580,11 @@ webhooks: type: string enum: - created - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 - exemption_request: *641 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 + exemption_request: *642 sender: *4 required: - action @@ -106649,7 +106656,7 @@ webhooks: required: true content: application/json: - schema: &646 + schema: &647 title: Exemption response dismissed event type: object properties: @@ -106657,12 +106664,12 @@ webhooks: type: string enum: - response_dismissed - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 - exemption_request: *641 - exemption_response: *642 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 + exemption_request: *642 + exemption_response: *643 sender: *4 required: - action @@ -106736,7 +106743,7 @@ webhooks: required: true content: application/json: - schema: &647 + schema: &648 title: Exemption response submitted event type: object properties: @@ -106744,12 +106751,12 @@ webhooks: type: string enum: - response_submitted - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 - exemption_request: *641 - exemption_response: *642 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 + exemption_request: *642 + exemption_response: *643 sender: *4 required: - action @@ -106822,7 +106829,7 @@ webhooks: required: true content: application/json: - schema: *643 + schema: *644 responses: '200': description: Return a 200 status to indicate that the data was received @@ -106889,7 +106896,7 @@ webhooks: required: true content: application/json: - schema: *644 + schema: *645 responses: '200': description: Return a 200 status to indicate that the data was received @@ -106956,7 +106963,7 @@ webhooks: required: true content: application/json: - schema: *645 + schema: *646 responses: '200': description: Return a 200 status to indicate that the data was received @@ -107023,7 +107030,7 @@ webhooks: required: true content: application/json: - schema: *646 + schema: *647 responses: '200': description: Return a 200 status to indicate that the data was received @@ -107091,7 +107098,7 @@ webhooks: required: true content: application/json: - schema: *647 + schema: *648 responses: '200': description: Return a 200 status to indicate that the data was received @@ -107169,7 +107176,7 @@ webhooks: type: string enum: - completed - check_run: &649 + check_run: &650 title: CheckRun description: A check performed on the code of a given code change type: object @@ -107282,7 +107289,7 @@ webhooks: - examples: - neutral - deployment: *648 + deployment: *649 details_url: type: string examples: @@ -107380,9 +107387,9 @@ webhooks: - output - app - pull_requests - installation: *637 - organization: *638 - repository: *639 + installation: *638 + organization: *639 + repository: *640 sender: *4 required: - check_run @@ -107775,10 +107782,10 @@ webhooks: type: string enum: - created - check_run: *649 - installation: *637 - organization: *638 - repository: *639 + check_run: *650 + installation: *638 + organization: *639 + repository: *640 sender: *4 required: - check_run @@ -108174,10 +108181,10 @@ webhooks: type: string enum: - requested_action - check_run: *649 - installation: *637 - organization: *638 - repository: *639 + check_run: *650 + installation: *638 + organization: *639 + repository: *640 requested_action: description: The action requested by the user. type: object @@ -108582,10 +108589,10 @@ webhooks: type: string enum: - rerequested - check_run: *649 - installation: *637 - organization: *638 - repository: *639 + check_run: *650 + installation: *638 + organization: *639 + repository: *640 sender: *4 required: - check_run @@ -109575,10 +109582,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 sender: *4 required: - action @@ -110261,10 +110268,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 sender: *4 required: - action @@ -110941,10 +110948,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 sender: *4 required: - action @@ -111249,20 +111256,20 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: &650 + commit_oid: &651 description: The commit SHA of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - enterprise: *636 - installation: *637 - organization: *638 - ref: &651 + enterprise: *637 + installation: *638 + organization: *639 + ref: &652 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: *639 + repository: *640 sender: *4 required: - action @@ -111588,12 +111595,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *650 - enterprise: *636 - installation: *637 - organization: *638 - ref: *651 - repository: *639 + commit_oid: *651 + enterprise: *637 + installation: *638 + organization: *639 + ref: *652 + repository: *640 sender: *4 required: - action @@ -111863,12 +111870,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *650 - enterprise: *636 - installation: *637 - organization: *638 - ref: *651 - repository: *639 + commit_oid: *651 + enterprise: *637 + installation: *638 + organization: *639 + ref: *652 + repository: *640 sender: *4 required: - action @@ -112198,12 +112205,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *650 - enterprise: *636 - installation: *637 - organization: *638 - ref: *651 - repository: *639 + commit_oid: *651 + enterprise: *637 + installation: *638 + organization: *639 + ref: *652 + repository: *640 sender: *4 required: - action @@ -112472,9 +112479,9 @@ webhooks: type: - string - 'null' - enterprise: *636 - installation: *637 - organization: *638 + enterprise: *637 + installation: *638 + organization: *639 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event @@ -112482,7 +112489,7 @@ webhooks: type: - string - 'null' - repository: *639 + repository: *640 sender: *4 required: - action @@ -112714,12 +112721,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *650 - enterprise: *636 - installation: *637 - organization: *638 - ref: *651 - repository: *639 + commit_oid: *651 + enterprise: *637 + installation: *638 + organization: *639 + ref: *652 + repository: *640 sender: *4 required: - action @@ -112979,10 +112986,10 @@ webhooks: - updated_at - author_association - body - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 sender: *4 required: - action @@ -113063,18 +113070,18 @@ webhooks: type: - string - 'null' - enterprise: *636 - installation: *637 + enterprise: *637 + installation: *638 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *638 - pusher_type: &652 + organization: *639 + pusher_type: &653 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &653 + ref: &654 description: The [`git ref`](https://docs.github.com/enterprise-cloud@latest//rest/git/refs#get-a-reference) resource. type: string @@ -113084,7 +113091,7 @@ webhooks: enum: - tag - branch - repository: *639 + repository: *640 sender: *4 required: - ref @@ -113167,9 +113174,9 @@ webhooks: enum: - created definition: *227 - enterprise: *636 - installation: *637 - organization: *638 + enterprise: *637 + installation: *638 + organization: *639 sender: *4 required: - action @@ -113253,9 +113260,9 @@ webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *636 - installation: *637 - organization: *638 + enterprise: *637 + installation: *638 + organization: *639 sender: *4 required: - action @@ -113332,9 +113339,9 @@ webhooks: enum: - updated definition: *227 - enterprise: *636 - installation: *637 - organization: *638 + enterprise: *637 + installation: *638 + organization: *639 sender: *4 required: - action @@ -113410,10 +113417,10 @@ webhooks: type: string enum: - updated - enterprise: *636 - installation: *637 - repository: *639 - organization: *638 + enterprise: *637 + installation: *638 + repository: *640 + organization: *639 sender: *4 new_property_values: type: array @@ -113498,18 +113505,18 @@ webhooks: title: delete event type: object properties: - enterprise: *636 - installation: *637 - organization: *638 - pusher_type: *652 - ref: *653 + enterprise: *637 + installation: *638 + organization: *639 + pusher_type: *653 + ref: *654 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *639 + repository: *640 sender: *4 required: - ref @@ -113594,10 +113601,10 @@ webhooks: enum: - auto_dismissed alert: *409 - installation: *637 - organization: *638 - enterprise: *636 - repository: *639 + installation: *638 + organization: *639 + enterprise: *637 + repository: *640 sender: *4 required: - action @@ -113682,10 +113689,10 @@ webhooks: enum: - auto_reopened alert: *409 - installation: *637 - organization: *638 - enterprise: *636 - repository: *639 + installation: *638 + organization: *639 + enterprise: *637 + repository: *640 sender: *4 required: - action @@ -113770,10 +113777,10 @@ webhooks: enum: - created alert: *409 - installation: *637 - organization: *638 - enterprise: *636 - repository: *639 + installation: *638 + organization: *639 + enterprise: *637 + repository: *640 sender: *4 required: - action @@ -113856,10 +113863,10 @@ webhooks: enum: - dismissed alert: *409 - installation: *637 - organization: *638 - enterprise: *636 - repository: *639 + installation: *638 + organization: *639 + enterprise: *637 + repository: *640 sender: *4 required: - action @@ -113942,10 +113949,10 @@ webhooks: enum: - fixed alert: *409 - installation: *637 - organization: *638 - enterprise: *636 - repository: *639 + installation: *638 + organization: *639 + enterprise: *637 + repository: *640 sender: *4 required: - action @@ -114029,10 +114036,10 @@ webhooks: enum: - reintroduced alert: *409 - installation: *637 - organization: *638 - enterprise: *636 - repository: *639 + installation: *638 + organization: *639 + enterprise: *637 + repository: *640 sender: *4 required: - action @@ -114115,10 +114122,10 @@ webhooks: enum: - reopened alert: *409 - installation: *637 - organization: *638 - enterprise: *636 - repository: *639 + installation: *638 + organization: *639 + enterprise: *637 + repository: *640 sender: *4 required: - action @@ -114195,9 +114202,9 @@ webhooks: type: string enum: - created - enterprise: *636 - installation: *637 - key: &654 + enterprise: *637 + installation: *638 + key: &655 description: The [`deploy key`](https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -114233,8 +114240,8 @@ webhooks: - verified - created_at - read_only - organization: *638 - repository: *639 + organization: *639 + repository: *640 sender: *4 required: - action @@ -114311,11 +114318,11 @@ webhooks: type: string enum: - deleted - enterprise: *636 - installation: *637 - key: *654 - organization: *638 - repository: *639 + enterprise: *637 + installation: *638 + key: *655 + organization: *639 + repository: *640 sender: *4 required: - action @@ -114883,12 +114890,12 @@ webhooks: - updated_at - statuses_url - repository_url - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 sender: *4 - workflow: &658 + workflow: &659 title: Workflow type: - object @@ -115626,9 +115633,9 @@ webhooks: pull_requests: type: array items: *496 - repository: *639 - organization: *638 - installation: *637 + repository: *640 + organization: *639 + installation: *638 sender: *4 responses: '200': @@ -115699,7 +115706,7 @@ webhooks: type: string enum: - approved - approver: &655 + approver: &656 type: object properties: avatar_url: @@ -115740,11 +115747,11 @@ webhooks: type: string comment: type: string - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 - reviewers: &656 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 + reviewers: &657 type: array items: type: object @@ -115825,7 +115832,7 @@ webhooks: sender: *4 since: type: string - workflow_job_run: &657 + workflow_job_run: &658 type: object properties: conclusion: @@ -116563,18 +116570,18 @@ webhooks: type: string enum: - rejected - approver: *655 + approver: *656 comment: type: string - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 - reviewers: *656 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 + reviewers: *657 sender: *4 since: type: string - workflow_job_run: *657 + workflow_job_run: *658 workflow_job_runs: type: array items: @@ -117283,13 +117290,13 @@ webhooks: type: string enum: - requested - enterprise: *636 + enterprise: *637 environment: type: string - installation: *637 - organization: *638 - repository: *639 - requestor: &663 + installation: *638 + organization: *639 + repository: *640 + requestor: &664 title: User type: - object @@ -119212,12 +119219,12 @@ webhooks: - updated_at - deployment_url - repository_url - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 sender: *4 - workflow: *658 + workflow: *659 workflow_run: title: Deployment Workflow Run type: @@ -119904,7 +119911,7 @@ webhooks: type: string enum: - answered - answer: &661 + answer: &662 type: object properties: author_association: @@ -120062,7 +120069,7 @@ webhooks: - created_at - updated_at - body - discussion: &659 + discussion: &660 title: Discussion description: A Discussion in a repository. type: object @@ -120376,10 +120383,10 @@ webhooks: - author_association - active_lock_reason - body - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 sender: *4 required: - action @@ -120506,11 +120513,11 @@ webhooks: - from required: - category - discussion: *659 - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 + discussion: *660 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 sender: *4 required: - action @@ -120593,11 +120600,11 @@ webhooks: type: string enum: - closed - discussion: *659 - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 + discussion: *660 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 sender: *4 required: - action @@ -120679,7 +120686,7 @@ webhooks: type: string enum: - created - comment: &660 + comment: &661 type: object properties: author_association: @@ -120837,11 +120844,11 @@ webhooks: - updated_at - body - reactions - discussion: *659 - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 + discussion: *660 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 sender: *4 required: - action @@ -120924,12 +120931,12 @@ webhooks: type: string enum: - deleted - comment: *660 - discussion: *659 - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 + comment: *661 + discussion: *660 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 sender: *4 required: - action @@ -121024,12 +121031,12 @@ webhooks: - from required: - body - comment: *660 - discussion: *659 - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 + comment: *661 + discussion: *660 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 sender: *4 required: - action @@ -121113,11 +121120,11 @@ webhooks: type: string enum: - created - discussion: *659 - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 + discussion: *660 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 sender: *4 required: - action @@ -121199,11 +121206,11 @@ webhooks: type: string enum: - deleted - discussion: *659 - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 + discussion: *660 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 sender: *4 required: - action @@ -121303,11 +121310,11 @@ webhooks: type: string required: - from - discussion: *659 - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 + discussion: *660 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 sender: *4 required: - action @@ -121389,10 +121396,10 @@ webhooks: type: string enum: - labeled - discussion: *659 - enterprise: *636 - installation: *637 - label: &662 + discussion: *660 + enterprise: *637 + installation: *638 + label: &663 title: Label type: object properties: @@ -121425,8 +121432,8 @@ webhooks: - color - default - description - organization: *638 - repository: *639 + organization: *639 + repository: *640 sender: *4 required: - action @@ -121509,11 +121516,11 @@ webhooks: type: string enum: - locked - discussion: *659 - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 + discussion: *660 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 sender: *4 required: - action @@ -121595,11 +121602,11 @@ webhooks: type: string enum: - pinned - discussion: *659 - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 + discussion: *660 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 sender: *4 required: - action @@ -121681,11 +121688,11 @@ webhooks: type: string enum: - reopened - discussion: *659 - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 + discussion: *660 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 sender: *4 required: - action @@ -121770,16 +121777,16 @@ webhooks: changes: type: object properties: - new_discussion: *659 - new_repository: *639 + new_discussion: *660 + new_repository: *640 required: - new_discussion - new_repository - discussion: *659 - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 + discussion: *660 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 sender: *4 required: - action @@ -121862,10 +121869,10 @@ webhooks: type: string enum: - unanswered - discussion: *659 - old_answer: *661 - organization: *638 - repository: *639 + discussion: *660 + old_answer: *662 + organization: *639 + repository: *640 sender: *4 required: - action @@ -121947,12 +121954,12 @@ webhooks: type: string enum: - unlabeled - discussion: *659 - enterprise: *636 - installation: *637 - label: *662 - organization: *638 - repository: *639 + discussion: *660 + enterprise: *637 + installation: *638 + label: *663 + organization: *639 + repository: *640 sender: *4 required: - action @@ -122035,11 +122042,11 @@ webhooks: type: string enum: - unlocked - discussion: *659 - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 + discussion: *660 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 sender: *4 required: - action @@ -122121,11 +122128,11 @@ webhooks: type: string enum: - unpinned - discussion: *659 - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 + discussion: *660 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 sender: *4 required: - action @@ -122198,7 +122205,7 @@ webhooks: description: A user forks a repository. type: object properties: - enterprise: *636 + enterprise: *637 forkee: description: The created [`repository`](https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository) resource. @@ -122874,9 +122881,9 @@ webhooks: type: integer watchers_count: type: integer - installation: *637 - organization: *638 - repository: *639 + installation: *638 + organization: *639 + repository: *640 sender: *4 required: - forkee @@ -123022,9 +123029,9 @@ webhooks: title: gollum event type: object properties: - enterprise: *636 - installation: *637 - organization: *638 + enterprise: *637 + installation: *638 + organization: *639 pages: description: The pages that were updated. type: array @@ -123062,7 +123069,7 @@ webhooks: - action - sha - html_url - repository: *639 + repository: *640 sender: *4 required: - pages @@ -123138,10 +123145,10 @@ webhooks: type: string enum: - created - enterprise: *636 + enterprise: *637 installation: *20 - organization: *638 - repositories: &664 + organization: *639 + repositories: &665 description: An array of repository objects that the installation can access. type: array @@ -123167,8 +123174,8 @@ webhooks: - name - full_name - private - repository: *639 - requester: *663 + repository: *640 + requester: *664 sender: *4 required: - action @@ -123243,11 +123250,11 @@ webhooks: type: string enum: - deleted - enterprise: *636 + enterprise: *637 installation: *20 - organization: *638 - repositories: *664 - repository: *639 + organization: *639 + repositories: *665 + repository: *640 requester: type: - 'null' @@ -123324,11 +123331,11 @@ webhooks: type: string enum: - new_permissions_accepted - enterprise: *636 + enterprise: *637 installation: *20 - organization: *638 - repositories: *664 - repository: *639 + organization: *639 + repositories: *665 + repository: *640 requester: type: - 'null' @@ -123405,10 +123412,10 @@ webhooks: type: string enum: - added - enterprise: *636 + enterprise: *637 installation: *20 - organization: *638 - repositories_added: &665 + organization: *639 + repositories_added: &666 description: An array of repository objects, which were added to the installation. type: array @@ -123454,15 +123461,15 @@ webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *639 - repository_selection: &666 + repository: *640 + repository_selection: &667 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *663 + requester: *664 sender: *4 required: - action @@ -123541,10 +123548,10 @@ webhooks: type: string enum: - removed - enterprise: *636 + enterprise: *637 installation: *20 - organization: *638 - repositories_added: *665 + organization: *639 + repositories_added: *666 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -123571,9 +123578,9 @@ webhooks: - name - full_name - private - repository: *639 - repository_selection: *666 - requester: *663 + repository: *640 + repository_selection: *667 + requester: *664 sender: *4 required: - action @@ -123652,11 +123659,11 @@ webhooks: type: string enum: - suspend - enterprise: *636 + enterprise: *637 installation: *20 - organization: *638 - repositories: *664 - repository: *639 + organization: *639 + repositories: *665 + repository: *640 requester: type: - 'null' @@ -123837,10 +123844,10 @@ webhooks: type: string required: - from - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 sender: *4 target_type: type: string @@ -123919,11 +123926,11 @@ webhooks: type: string enum: - unsuspend - enterprise: *636 + enterprise: *637 installation: *20 - organization: *638 - repositories: *664 - repository: *639 + organization: *639 + repositories: *665 + repository: *640 requester: type: - 'null' @@ -124169,8 +124176,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *636 - installation: *637 + enterprise: *637 + installation: *638 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -125334,8 +125341,8 @@ webhooks: - state - locked - assignee - organization: *638 - repository: *639 + organization: *639 + repository: *640 sender: *4 required: - action @@ -125415,7 +125422,7 @@ webhooks: type: string enum: - deleted - comment: &667 + comment: &668 title: issue comment description: The [comment](https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#get-an-issue-comment) itself. @@ -125580,8 +125587,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *636 - installation: *637 + enterprise: *637 + installation: *638 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -126741,8 +126748,8 @@ webhooks: - state - locked - assignee - organization: *638 - repository: *639 + organization: *639 + repository: *640 sender: *4 required: - action @@ -126822,7 +126829,7 @@ webhooks: type: string enum: - edited - changes: &692 + changes: &693 description: The changes to the comment. type: object properties: @@ -126834,9 +126841,9 @@ webhooks: type: string required: - from - comment: *667 - enterprise: *636 - installation: *637 + comment: *668 + enterprise: *637 + installation: *638 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -127999,8 +128006,8 @@ webhooks: - state - locked - assignee - organization: *638 - repository: *639 + organization: *639 + repository: *640 sender: *4 required: - action @@ -128082,10 +128089,10 @@ webhooks: type: string enum: - assigned - assignee: *663 - enterprise: *636 - installation: *637 - issue: &670 + assignee: *664 + enterprise: *637 + installation: *638 + issue: &671 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -129005,8 +129012,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *638 - repository: *639 + organization: *639 + repository: *640 sender: *4 required: - action @@ -129086,8 +129093,8 @@ webhooks: type: string enum: - closed - enterprise: *636 - installation: *637 + enterprise: *637 + installation: *638 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -130153,8 +130160,8 @@ webhooks: required: - state - closed_at - organization: *638 - repository: *639 + organization: *639 + repository: *640 sender: *4 required: - action @@ -130233,8 +130240,8 @@ webhooks: type: string enum: - deleted - enterprise: *636 - installation: *637 + enterprise: *637 + installation: *638 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -131149,8 +131156,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *638 - repository: *639 + organization: *639 + repository: *640 sender: *4 required: - action @@ -131229,8 +131236,8 @@ webhooks: type: string enum: - demilestoned - enterprise: *636 - installation: *637 + enterprise: *637 + installation: *638 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -132151,7 +132158,7 @@ webhooks: url: type: string format: uri - milestone: &668 + milestone: &669 title: Milestone description: A collection of related issues and pull requests. type: object @@ -132292,8 +132299,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *638 - repository: *639 + organization: *639 + repository: *640 sender: *4 required: - action @@ -132392,8 +132399,8 @@ webhooks: type: string required: - from - enterprise: *636 - installation: *637 + enterprise: *637 + installation: *638 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -133315,9 +133322,9 @@ webhooks: - active_lock_reason - body - reactions - label: *662 - organization: *638 - repository: *639 + label: *663 + organization: *639 + repository: *640 sender: *4 required: - action @@ -133397,8 +133404,8 @@ webhooks: type: string enum: - labeled - enterprise: *636 - installation: *637 + enterprise: *637 + installation: *638 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -134319,9 +134326,9 @@ webhooks: - active_lock_reason - body - reactions - label: *662 - organization: *638 - repository: *639 + label: *663 + organization: *639 + repository: *640 sender: *4 required: - action @@ -134401,8 +134408,8 @@ webhooks: type: string enum: - locked - enterprise: *636 - installation: *637 + enterprise: *637 + installation: *638 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -135323,8 +135330,8 @@ webhooks: url: type: string format: uri - organization: *638 - repository: *639 + organization: *639 + repository: *640 sender: *4 required: - action @@ -135403,8 +135410,8 @@ webhooks: type: string enum: - milestoned - enterprise: *636 - installation: *637 + enterprise: *637 + installation: *638 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -136323,9 +136330,9 @@ webhooks: url: type: string format: uri - milestone: *668 - organization: *638 - repository: *639 + milestone: *669 + organization: *639 + repository: *640 sender: *4 required: - action @@ -137799,8 +137806,8 @@ webhooks: required: - old_issue - old_repository - enterprise: *636 - installation: *637 + enterprise: *637 + installation: *638 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -138719,8 +138726,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *638 - repository: *639 + organization: *639 + repository: *640 sender: *4 required: - action @@ -138800,9 +138807,9 @@ webhooks: type: string enum: - pinned - enterprise: *636 - installation: *637 - issue: &669 + enterprise: *637 + installation: *638 + issue: &670 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -139715,8 +139722,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *638 - repository: *639 + organization: *639 + repository: *640 sender: *4 required: - action @@ -139795,8 +139802,8 @@ webhooks: type: string enum: - reopened - enterprise: *636 - installation: *637 + enterprise: *637 + installation: *638 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -140720,8 +140727,8 @@ webhooks: url: type: string format: uri - organization: *638 - repository: *639 + organization: *639 + repository: *640 sender: *4 required: - action @@ -142195,11 +142202,11 @@ webhooks: required: - new_issue - new_repository - enterprise: *636 - installation: *637 - issue: *669 - organization: *638 - repository: *639 + enterprise: *637 + installation: *638 + issue: *670 + organization: *639 + repository: *640 sender: *4 required: - action @@ -142280,7 +142287,7 @@ webhooks: type: string enum: - unassigned - assignee: &695 + assignee: &696 title: User type: - object @@ -142350,11 +142357,11 @@ webhooks: required: - login - id - enterprise: *636 - installation: *637 - issue: *670 - organization: *638 - repository: *639 + enterprise: *637 + installation: *638 + issue: *671 + organization: *639 + repository: *640 sender: *4 required: - action @@ -142433,12 +142440,12 @@ webhooks: type: string enum: - unlabeled - enterprise: *636 - installation: *637 - issue: *670 - label: *662 - organization: *638 - repository: *639 + enterprise: *637 + installation: *638 + issue: *671 + label: *663 + organization: *639 + repository: *640 sender: *4 required: - action @@ -142518,8 +142525,8 @@ webhooks: type: string enum: - unlocked - enterprise: *636 - installation: *637 + enterprise: *637 + installation: *638 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -143438,8 +143445,8 @@ webhooks: url: type: string format: uri - organization: *638 - repository: *639 + organization: *639 + repository: *640 sender: *4 required: - action @@ -143519,11 +143526,11 @@ webhooks: type: string enum: - unpinned - enterprise: *636 - installation: *637 - issue: *669 - organization: *638 - repository: *639 + enterprise: *637 + installation: *638 + issue: *670 + organization: *639 + repository: *640 sender: *4 required: - action @@ -143602,11 +143609,11 @@ webhooks: type: string enum: - created - enterprise: *636 - installation: *637 - label: *662 - organization: *638 - repository: *639 + enterprise: *637 + installation: *638 + label: *663 + organization: *639 + repository: *640 sender: *4 required: - action @@ -143684,11 +143691,11 @@ webhooks: type: string enum: - deleted - enterprise: *636 - installation: *637 - label: *662 - organization: *638 - repository: *639 + enterprise: *637 + installation: *638 + label: *663 + organization: *639 + repository: *640 sender: *4 required: - action @@ -143798,11 +143805,11 @@ webhooks: type: string required: - from - enterprise: *636 - installation: *637 - label: *662 - organization: *638 - repository: *639 + enterprise: *637 + installation: *638 + label: *663 + organization: *639 + repository: *640 sender: *4 required: - action @@ -143884,9 +143891,9 @@ webhooks: - cancelled effective_date: type: string - enterprise: *636 - installation: *637 - marketplace_purchase: &671 + enterprise: *637 + installation: *638 + marketplace_purchase: &672 title: Marketplace Purchase type: object required: @@ -143974,8 +143981,8 @@ webhooks: type: integer unit_count: type: integer - organization: *638 - previous_marketplace_purchase: &672 + organization: *639 + previous_marketplace_purchase: &673 title: Marketplace Purchase type: object properties: @@ -144059,7 +144066,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *639 + repository: *640 sender: *4 required: - action @@ -144139,10 +144146,10 @@ webhooks: - changed effective_date: type: string - enterprise: *636 - installation: *637 - marketplace_purchase: *671 - organization: *638 + enterprise: *637 + installation: *638 + marketplace_purchase: *672 + organization: *639 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -144230,7 +144237,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *639 + repository: *640 sender: *4 required: - action @@ -144312,10 +144319,10 @@ webhooks: - pending_change effective_date: type: string - enterprise: *636 - installation: *637 - marketplace_purchase: *671 - organization: *638 + enterprise: *637 + installation: *638 + marketplace_purchase: *672 + organization: *639 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -144401,7 +144408,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *639 + repository: *640 sender: *4 required: - action @@ -144482,8 +144489,8 @@ webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *636 - installation: *637 + enterprise: *637 + installation: *638 marketplace_purchase: title: Marketplace Purchase type: object @@ -144569,9 +144576,9 @@ webhooks: type: integer unit_count: type: integer - organization: *638 - previous_marketplace_purchase: *672 - repository: *639 + organization: *639 + previous_marketplace_purchase: *673 + repository: *640 sender: *4 required: - action @@ -144651,12 +144658,12 @@ webhooks: - purchased effective_date: type: string - enterprise: *636 - installation: *637 - marketplace_purchase: *671 - organization: *638 - previous_marketplace_purchase: *672 - repository: *639 + enterprise: *637 + installation: *638 + marketplace_purchase: *672 + organization: *639 + previous_marketplace_purchase: *673 + repository: *640 sender: *4 required: - action @@ -144758,11 +144765,11 @@ webhooks: type: string required: - to - enterprise: *636 - installation: *637 - member: *663 - organization: *638 - repository: *639 + enterprise: *637 + installation: *638 + member: *664 + organization: *639 + repository: *640 sender: *4 required: - action @@ -144864,11 +144871,11 @@ webhooks: type: - string - 'null' - enterprise: *636 - installation: *637 - member: *663 - organization: *638 - repository: *639 + enterprise: *637 + installation: *638 + member: *664 + organization: *639 + repository: *640 sender: *4 required: - action @@ -144947,11 +144954,11 @@ webhooks: type: string enum: - removed - enterprise: *636 - installation: *637 - member: *663 - organization: *638 - repository: *639 + enterprise: *637 + installation: *638 + member: *664 + organization: *639 + repository: *640 sender: *4 required: - action @@ -145029,11 +145036,11 @@ webhooks: type: string enum: - added - enterprise: *636 - installation: *637 - member: *663 - organization: *638 - repository: *639 + enterprise: *637 + installation: *638 + member: *664 + organization: *639 + repository: *640 scope: description: The scope of the membership. Currently, can only be `team`. @@ -145109,7 +145116,7 @@ webhooks: required: - login - id - team: &673 + team: &674 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -145302,11 +145309,11 @@ webhooks: type: string enum: - removed - enterprise: *636 - installation: *637 - member: *663 - organization: *638 - repository: *639 + enterprise: *637 + installation: *638 + member: *664 + organization: *639 + repository: *640 scope: description: The scope of the membership. Currently, can only be `team`. @@ -145383,7 +145390,7 @@ webhooks: required: - login - id - team: *673 + team: *674 required: - action - scope @@ -145465,8 +145472,8 @@ webhooks: type: string enum: - checks_requested - installation: *637 - merge_group: &674 + installation: *638 + merge_group: &675 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -145492,8 +145499,8 @@ webhooks: - base_sha - base_ref - head_commit - organization: *638 - repository: *639 + organization: *639 + repository: *640 sender: *4 required: - action @@ -145579,10 +145586,10 @@ webhooks: - merged - invalidated - dequeued - installation: *637 - merge_group: *674 - organization: *638 - repository: *639 + installation: *638 + merge_group: *675 + organization: *639 + repository: *640 sender: *4 required: - action @@ -145655,7 +145662,7 @@ webhooks: type: string enum: - deleted - enterprise: *636 + enterprise: *637 hook: description: 'The modified webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -145763,12 +145770,12 @@ webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *637 - organization: *638 + installation: *638 + organization: *639 repository: anyOf: - type: 'null' - - *639 + - *640 sender: *4 required: - action @@ -145848,11 +145855,11 @@ webhooks: type: string enum: - closed - enterprise: *636 - installation: *637 - milestone: *668 - organization: *638 - repository: *639 + enterprise: *637 + installation: *638 + milestone: *669 + organization: *639 + repository: *640 sender: *4 required: - action @@ -145931,9 +145938,9 @@ webhooks: type: string enum: - created - enterprise: *636 - installation: *637 - milestone: &675 + enterprise: *637 + installation: *638 + milestone: &676 title: Milestone description: A collection of related issues and pull requests. type: object @@ -146073,8 +146080,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *638 - repository: *639 + organization: *639 + repository: *640 sender: *4 required: - action @@ -146153,11 +146160,11 @@ webhooks: type: string enum: - deleted - enterprise: *636 - installation: *637 - milestone: *668 - organization: *638 - repository: *639 + enterprise: *637 + installation: *638 + milestone: *669 + organization: *639 + repository: *640 sender: *4 required: - action @@ -146267,11 +146274,11 @@ webhooks: type: string required: - from - enterprise: *636 - installation: *637 - milestone: *668 - organization: *638 - repository: *639 + enterprise: *637 + installation: *638 + milestone: *669 + organization: *639 + repository: *640 sender: *4 required: - action @@ -146351,11 +146358,11 @@ webhooks: type: string enum: - opened - enterprise: *636 - installation: *637 - milestone: *675 - organization: *638 - repository: *639 + enterprise: *637 + installation: *638 + milestone: *676 + organization: *639 + repository: *640 sender: *4 required: - action @@ -146434,11 +146441,11 @@ webhooks: type: string enum: - blocked - blocked_user: *663 - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 + blocked_user: *664 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 sender: *4 required: - action @@ -146517,11 +146524,11 @@ webhooks: type: string enum: - unblocked - blocked_user: *663 - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 + blocked_user: *664 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 sender: *4 required: - action @@ -146600,9 +146607,9 @@ webhooks: type: string enum: - deleted - enterprise: *636 - installation: *637 - membership: &676 + enterprise: *637 + installation: *638 + membership: &677 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -146694,8 +146701,8 @@ webhooks: - role - organization_url - user - organization: *638 - repository: *639 + organization: *639 + repository: *640 sender: *4 required: - action @@ -146773,11 +146780,11 @@ webhooks: type: string enum: - member_added - enterprise: *636 - installation: *637 - membership: *676 - organization: *638 - repository: *639 + enterprise: *637 + installation: *638 + membership: *677 + organization: *639 + repository: *640 sender: *4 required: - action @@ -146856,8 +146863,8 @@ webhooks: type: string enum: - member_invited - enterprise: *636 - installation: *637 + enterprise: *637 + installation: *638 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -146977,10 +146984,10 @@ webhooks: - inviter - team_count - invitation_teams_url - organization: *638 - repository: *639 + organization: *639 + repository: *640 sender: *4 - user: *663 + user: *664 required: - action - invitation @@ -147058,11 +147065,11 @@ webhooks: type: string enum: - member_removed - enterprise: *636 - installation: *637 - membership: *676 - organization: *638 - repository: *639 + enterprise: *637 + installation: *638 + membership: *677 + organization: *639 + repository: *640 sender: *4 required: - action @@ -147149,11 +147156,11 @@ webhooks: properties: from: type: string - enterprise: *636 - installation: *637 - membership: *676 - organization: *638 - repository: *639 + enterprise: *637 + installation: *638 + membership: *677 + organization: *639 + repository: *640 sender: *4 required: - action @@ -147229,9 +147236,9 @@ webhooks: type: string enum: - published - enterprise: *636 - installation: *637 - organization: *638 + enterprise: *637 + installation: *638 + organization: *639 package: description: Information about the package. type: object @@ -147748,7 +147755,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: &677 + items: &678 title: Ruby Gems metadata type: object properties: @@ -147845,7 +147852,7 @@ webhooks: - owner - package_version - registry - repository: *639 + repository: *640 sender: *4 required: - action @@ -147921,9 +147928,9 @@ webhooks: type: string enum: - updated - enterprise: *636 - installation: *637 - organization: *638 + enterprise: *637 + installation: *638 + organization: *639 package: description: Information about the package. type: object @@ -148279,7 +148286,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *677 + items: *678 source_url: type: string format: uri @@ -148350,7 +148357,7 @@ webhooks: - owner - package_version - registry - repository: *639 + repository: *640 sender: *4 required: - action @@ -148529,12 +148536,12 @@ webhooks: - duration - created_at - updated_at - enterprise: *636 + enterprise: *637 id: type: integer - installation: *637 - organization: *638 - repository: *639 + installation: *638 + organization: *639 + repository: *640 sender: *4 required: - id @@ -148614,7 +148621,7 @@ webhooks: type: string enum: - approved - personal_access_token_request: &678 + personal_access_token_request: &679 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -148752,10 +148759,10 @@ webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *636 - organization: *638 + enterprise: *637 + organization: *639 sender: *4 - installation: *637 + installation: *638 required: - action - personal_access_token_request @@ -148834,11 +148841,11 @@ webhooks: type: string enum: - cancelled - personal_access_token_request: *678 - enterprise: *636 - organization: *638 + personal_access_token_request: *679 + enterprise: *637 + organization: *639 sender: *4 - installation: *637 + installation: *638 required: - action - personal_access_token_request @@ -148916,11 +148923,11 @@ webhooks: type: string enum: - created - personal_access_token_request: *678 - enterprise: *636 - organization: *638 + personal_access_token_request: *679 + enterprise: *637 + organization: *639 sender: *4 - installation: *637 + installation: *638 required: - action - personal_access_token_request @@ -148997,11 +149004,11 @@ webhooks: type: string enum: - denied - personal_access_token_request: *678 - organization: *638 - enterprise: *636 + personal_access_token_request: *679 + organization: *639 + enterprise: *637 sender: *4 - installation: *637 + installation: *638 required: - action - personal_access_token_request @@ -149105,7 +149112,7 @@ webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *679 + last_response: *680 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -149137,8 +149144,8 @@ webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *638 - repository: *639 + organization: *639 + repository: *640 sender: *4 zen: description: Random string of GitHub zen. @@ -149383,10 +149390,10 @@ webhooks: - from required: - note - enterprise: *636 - installation: *637 - organization: *638 - project_card: &680 + enterprise: *637 + installation: *638 + organization: *639 + project_card: &681 title: Project Card type: object properties: @@ -149507,7 +149514,7 @@ webhooks: - creator - created_at - updated_at - repository: *639 + repository: *640 sender: *4 required: - action @@ -149588,11 +149595,11 @@ webhooks: type: string enum: - created - enterprise: *636 - installation: *637 - organization: *638 - project_card: *680 - repository: *639 + enterprise: *637 + installation: *638 + organization: *639 + project_card: *681 + repository: *640 sender: *4 required: - action @@ -149672,9 +149679,9 @@ webhooks: type: string enum: - deleted - enterprise: *636 - installation: *637 - organization: *638 + enterprise: *637 + installation: *638 + organization: *639 project_card: title: Project Card type: object @@ -149802,7 +149809,7 @@ webhooks: repository: anyOf: - type: 'null' - - *639 + - *640 sender: *4 required: - action @@ -149896,11 +149903,11 @@ webhooks: - from required: - note - enterprise: *636 - installation: *637 - organization: *638 - project_card: *680 - repository: *639 + enterprise: *637 + installation: *638 + organization: *639 + project_card: *681 + repository: *640 sender: *4 required: - action @@ -149994,9 +150001,9 @@ webhooks: - from required: - column_id - enterprise: *636 - installation: *637 - organization: *638 + enterprise: *637 + installation: *638 + organization: *639 project_card: allOf: - title: Project Card @@ -150191,7 +150198,7 @@ webhooks: type: string required: - after_id - repository: *639 + repository: *640 sender: *4 required: - action @@ -150271,10 +150278,10 @@ webhooks: type: string enum: - closed - enterprise: *636 - installation: *637 - organization: *638 - project: &682 + enterprise: *637 + installation: *638 + organization: *639 + project: &683 title: Project type: object properties: @@ -150399,7 +150406,7 @@ webhooks: - creator - created_at - updated_at - repository: *639 + repository: *640 sender: *4 required: - action @@ -150479,10 +150486,10 @@ webhooks: type: string enum: - created - enterprise: *636 - installation: *637 - organization: *638 - project_column: &681 + enterprise: *637 + installation: *638 + organization: *639 + project_column: &682 title: Project Column type: object properties: @@ -150522,7 +150529,7 @@ webhooks: - name - created_at - updated_at - repository: *639 + repository: *640 sender: *4 required: - action @@ -150601,14 +150608,14 @@ webhooks: type: string enum: - deleted - enterprise: *636 - installation: *637 - organization: *638 - project_column: *681 + enterprise: *637 + installation: *638 + organization: *639 + project_column: *682 repository: anyOf: - type: 'null' - - *639 + - *640 sender: *4 required: - action @@ -150697,11 +150704,11 @@ webhooks: type: string required: - from - enterprise: *636 - installation: *637 - organization: *638 - project_column: *681 - repository: *639 + enterprise: *637 + installation: *638 + organization: *639 + project_column: *682 + repository: *640 sender: *4 required: - action @@ -150781,11 +150788,11 @@ webhooks: type: string enum: - moved - enterprise: *636 - installation: *637 - organization: *638 - project_column: *681 - repository: *639 + enterprise: *637 + installation: *638 + organization: *639 + project_column: *682 + repository: *640 sender: *4 required: - action @@ -150865,11 +150872,11 @@ webhooks: type: string enum: - created - enterprise: *636 - installation: *637 - organization: *638 - project: *682 - repository: *639 + enterprise: *637 + installation: *638 + organization: *639 + project: *683 + repository: *640 sender: *4 required: - action @@ -150949,14 +150956,14 @@ webhooks: type: string enum: - deleted - enterprise: *636 - installation: *637 - organization: *638 - project: *682 + enterprise: *637 + installation: *638 + organization: *639 + project: *683 repository: anyOf: - type: 'null' - - *639 + - *640 sender: *4 required: - action @@ -151057,11 +151064,11 @@ webhooks: type: string required: - from - enterprise: *636 - installation: *637 - organization: *638 - project: *682 - repository: *639 + enterprise: *637 + installation: *638 + organization: *639 + project: *683 + repository: *640 sender: *4 required: - action @@ -151140,11 +151147,11 @@ webhooks: type: string enum: - reopened - enterprise: *636 - installation: *637 - organization: *638 - project: *682 - repository: *639 + enterprise: *637 + installation: *638 + organization: *639 + project: *683 + repository: *640 sender: *4 required: - action @@ -151225,9 +151232,9 @@ webhooks: type: string enum: - closed - installation: *637 - organization: *638 - projects_v2: &683 + installation: *638 + organization: *639 + projects_v2: &684 title: Projects v2 Project description: A projects v2 project type: object @@ -151375,9 +151382,9 @@ webhooks: type: string enum: - created - installation: *637 - organization: *638 - projects_v2: *683 + installation: *638 + organization: *639 + projects_v2: *684 sender: *4 required: - action @@ -151458,9 +151465,9 @@ webhooks: type: string enum: - deleted - installation: *637 - organization: *638 - projects_v2: *683 + installation: *638 + organization: *639 + projects_v2: *684 sender: *4 required: - action @@ -151581,9 +151588,9 @@ webhooks: type: string to: type: string - installation: *637 - organization: *638 - projects_v2: *683 + installation: *638 + organization: *639 + projects_v2: *684 sender: *4 required: - action @@ -151666,7 +151673,7 @@ webhooks: type: string enum: - archived - changes: &687 + changes: &688 type: object properties: archived_at: @@ -151682,9 +151689,9 @@ webhooks: - string - 'null' format: date-time - installation: *637 - organization: *638 - projects_v2_item: &684 + installation: *638 + organization: *639 + projects_v2_item: &685 title: Projects v2 Item description: An item belonging to a project type: object @@ -151823,9 +151830,9 @@ webhooks: - 'null' to: type: string - installation: *637 - organization: *638 - projects_v2_item: *684 + installation: *638 + organization: *639 + projects_v2_item: *685 sender: *4 required: - action @@ -151907,9 +151914,9 @@ webhooks: type: string enum: - created - installation: *637 - organization: *638 - projects_v2_item: *684 + installation: *638 + organization: *639 + projects_v2_item: *685 sender: *4 required: - action @@ -151990,9 +151997,9 @@ webhooks: type: string enum: - deleted - installation: *637 - organization: *638 - projects_v2_item: *684 + installation: *638 + organization: *639 + projects_v2_item: *685 sender: *4 required: - action @@ -152097,7 +152104,7 @@ webhooks: oneOf: - type: string - type: integer - - &685 + - &686 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -152117,7 +152124,7 @@ webhooks: required: - id - name - - &686 + - &687 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -152146,8 +152153,8 @@ webhooks: oneOf: - type: string - type: integer - - *685 - *686 + - *687 type: - 'null' - string @@ -152170,9 +152177,9 @@ webhooks: - 'null' required: - body - installation: *637 - organization: *638 - projects_v2_item: *684 + installation: *638 + organization: *639 + projects_v2_item: *685 sender: *4 required: - action @@ -152269,9 +152276,9 @@ webhooks: type: - string - 'null' - installation: *637 - organization: *638 - projects_v2_item: *684 + installation: *638 + organization: *639 + projects_v2_item: *685 sender: *4 required: - action @@ -152354,10 +152361,10 @@ webhooks: type: string enum: - restored - changes: *687 - installation: *637 - organization: *638 - projects_v2_item: *684 + changes: *688 + installation: *638 + organization: *639 + projects_v2_item: *685 sender: *4 required: - action @@ -152439,9 +152446,9 @@ webhooks: type: string enum: - reopened - installation: *637 - organization: *638 - projects_v2: *683 + installation: *638 + organization: *639 + projects_v2: *684 sender: *4 required: - action @@ -152522,9 +152529,9 @@ webhooks: type: string enum: - created - installation: *637 - organization: *638 - projects_v2_status_update: &688 + installation: *638 + organization: *639 + projects_v2_status_update: &689 title: Projects v2 Status Update description: An status update belonging to a project type: object @@ -152659,9 +152666,9 @@ webhooks: type: string enum: - deleted - installation: *637 - organization: *638 - projects_v2_status_update: *688 + installation: *638 + organization: *639 + projects_v2_status_update: *689 sender: *4 required: - action @@ -152807,9 +152814,9 @@ webhooks: - string - 'null' format: date - installation: *637 - organization: *638 - projects_v2_status_update: *688 + installation: *638 + organization: *639 + projects_v2_status_update: *689 sender: *4 required: - action @@ -152880,10 +152887,10 @@ webhooks: title: public event type: object properties: - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 sender: *4 required: - repository @@ -152960,13 +152967,13 @@ webhooks: type: string enum: - assigned - assignee: *663 - enterprise: *636 - installation: *637 - number: &689 + assignee: *664 + enterprise: *637 + installation: *638 + number: &690 description: The pull request number. type: integer - organization: *638 + organization: *639 pull_request: title: Pull Request type: object @@ -155293,7 +155300,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *639 + repository: *640 sender: *4 required: - action @@ -155375,11 +155382,11 @@ webhooks: type: string enum: - auto_merge_disabled - enterprise: *636 - installation: *637 + enterprise: *637 + installation: *638 number: type: integer - organization: *638 + organization: *639 pull_request: title: Pull Request type: object @@ -157701,7 +157708,7 @@ webhooks: - draft reason: type: string - repository: *639 + repository: *640 sender: *4 required: - action @@ -157783,11 +157790,11 @@ webhooks: type: string enum: - auto_merge_enabled - enterprise: *636 - installation: *637 + enterprise: *637 + installation: *638 number: type: integer - organization: *638 + organization: *639 pull_request: title: Pull Request type: object @@ -160109,7 +160116,7 @@ webhooks: - draft reason: type: string - repository: *639 + repository: *640 sender: *4 required: - action @@ -160191,11 +160198,11 @@ webhooks: type: string enum: - closed - enterprise: *636 - installation: *637 - number: *689 - organization: *638 - pull_request: &690 + enterprise: *637 + installation: *638 + number: *690 + organization: *639 + pull_request: &691 allOf: - *496 - type: object @@ -160259,7 +160266,7 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *639 + repository: *640 sender: *4 required: - action @@ -160340,12 +160347,12 @@ webhooks: type: string enum: - converted_to_draft - enterprise: *636 - installation: *637 - number: *689 - organization: *638 - pull_request: *690 - repository: *639 + enterprise: *637 + installation: *638 + number: *690 + organization: *639 + pull_request: *691 + repository: *640 sender: *4 required: - action @@ -160425,11 +160432,11 @@ webhooks: type: string enum: - demilestoned - enterprise: *636 + enterprise: *637 milestone: *395 - number: *689 - organization: *638 - pull_request: &691 + number: *690 + organization: *639 + pull_request: &692 title: Pull Request type: object properties: @@ -162738,7 +162745,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *639 + repository: *640 sender: *4 required: - action @@ -162817,11 +162824,11 @@ webhooks: type: string enum: - dequeued - enterprise: *636 - installation: *637 + enterprise: *637 + installation: *638 number: type: integer - organization: *638 + organization: *639 pull_request: title: Pull Request type: object @@ -165147,7 +165154,7 @@ webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *639 + repository: *640 sender: *4 required: - action @@ -165271,12 +165278,12 @@ webhooks: type: string required: - from - enterprise: *636 - installation: *637 - number: *689 - organization: *638 - pull_request: *690 - repository: *639 + enterprise: *637 + installation: *638 + number: *690 + organization: *639 + pull_request: *691 + repository: *640 sender: *4 required: - action @@ -165356,11 +165363,11 @@ webhooks: type: string enum: - enqueued - enterprise: *636 - installation: *637 + enterprise: *637 + installation: *638 number: type: integer - organization: *638 + organization: *639 pull_request: title: Pull Request type: object @@ -167671,7 +167678,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *639 + repository: *640 sender: *4 required: - action @@ -167751,11 +167758,11 @@ webhooks: type: string enum: - labeled - enterprise: *636 - installation: *637 - label: *662 - number: *689 - organization: *638 + enterprise: *637 + installation: *638 + label: *663 + number: *690 + organization: *639 pull_request: title: Pull Request type: object @@ -170083,7 +170090,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *639 + repository: *640 sender: *4 required: - action @@ -170164,10 +170171,10 @@ webhooks: type: string enum: - locked - enterprise: *636 - installation: *637 - number: *689 - organization: *638 + enterprise: *637 + installation: *638 + number: *690 + organization: *639 pull_request: title: Pull Request type: object @@ -172493,7 +172500,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *639 + repository: *640 sender: *4 required: - action @@ -172573,12 +172580,12 @@ webhooks: type: string enum: - milestoned - enterprise: *636 + enterprise: *637 milestone: *395 - number: *689 - organization: *638 - pull_request: *691 - repository: *639 + number: *690 + organization: *639 + pull_request: *692 + repository: *640 sender: *4 required: - action @@ -172657,12 +172664,12 @@ webhooks: type: string enum: - opened - enterprise: *636 - installation: *637 - number: *689 - organization: *638 - pull_request: *690 - repository: *639 + enterprise: *637 + installation: *638 + number: *690 + organization: *639 + pull_request: *691 + repository: *640 sender: *4 required: - action @@ -172743,12 +172750,12 @@ webhooks: type: string enum: - ready_for_review - enterprise: *636 - installation: *637 - number: *689 - organization: *638 - pull_request: *690 - repository: *639 + enterprise: *637 + installation: *638 + number: *690 + organization: *639 + pull_request: *691 + repository: *640 sender: *4 required: - action @@ -172828,12 +172835,12 @@ webhooks: type: string enum: - reopened - enterprise: *636 - installation: *637 - number: *689 - organization: *638 - pull_request: *690 - repository: *639 + enterprise: *637 + installation: *638 + number: *690 + organization: *639 + pull_request: *691 + repository: *640 sender: *4 required: - action @@ -173206,9 +173213,9 @@ webhooks: - start_side - side - reactions - enterprise: *636 - installation: *637 - organization: *638 + enterprise: *637 + installation: *638 + organization: *639 pull_request: type: object properties: @@ -175420,7 +175427,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *639 + repository: *640 sender: *4 required: - action @@ -175500,7 +175507,7 @@ webhooks: type: string enum: - deleted - comment: &693 + comment: &694 title: Pull Request Review Comment description: The [comment](https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -175791,9 +175798,9 @@ webhooks: - start_side - side - reactions - enterprise: *636 - installation: *637 - organization: *638 + enterprise: *637 + installation: *638 + organization: *639 pull_request: type: object properties: @@ -177993,7 +178000,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *639 + repository: *640 sender: *4 required: - action @@ -178073,11 +178080,11 @@ webhooks: type: string enum: - edited - changes: *692 - comment: *693 - enterprise: *636 - installation: *637 - organization: *638 + changes: *693 + comment: *694 + enterprise: *637 + installation: *638 + organization: *639 pull_request: type: object properties: @@ -180278,7 +180285,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *639 + repository: *640 sender: *4 required: - action @@ -180359,9 +180366,9 @@ webhooks: type: string enum: - dismissed - enterprise: *636 - installation: *637 - organization: *638 + enterprise: *637 + installation: *638 + organization: *639 pull_request: title: Simple Pull Request type: object @@ -182576,7 +182583,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *639 + repository: *640 review: description: The review that was affected. type: object @@ -182820,9 +182827,9 @@ webhooks: type: string required: - from - enterprise: *636 - installation: *637 - organization: *638 + enterprise: *637 + installation: *638 + organization: *639 pull_request: title: Simple Pull Request type: object @@ -184918,8 +184925,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *639 - review: &694 + repository: *640 + review: &695 description: The review that was affected. type: object properties: @@ -185150,12 +185157,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *636 - installation: *637 + enterprise: *637 + installation: *638 number: description: The pull request number. type: integer - organization: *638 + organization: *639 pull_request: title: Pull Request type: object @@ -187480,7 +187487,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *639 + repository: *640 requested_reviewer: title: User type: @@ -187564,12 +187571,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *636 - installation: *637 + enterprise: *637 + installation: *638 number: description: The pull request number. type: integer - organization: *638 + organization: *639 pull_request: title: Pull Request type: object @@ -189901,7 +189908,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *639 + repository: *640 requested_team: title: Team description: Groups of organization members that gives permissions @@ -190096,12 +190103,12 @@ webhooks: type: string enum: - review_requested - enterprise: *636 - installation: *637 + enterprise: *637 + installation: *638 number: description: The pull request number. type: integer - organization: *638 + organization: *639 pull_request: title: Pull Request type: object @@ -192428,7 +192435,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *639 + repository: *640 requested_reviewer: title: User type: @@ -192513,12 +192520,12 @@ webhooks: type: string enum: - review_requested - enterprise: *636 - installation: *637 + enterprise: *637 + installation: *638 number: description: The pull request number. type: integer - organization: *638 + organization: *639 pull_request: title: Pull Request type: object @@ -194836,7 +194843,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *639 + repository: *640 requested_team: title: Team description: Groups of organization members that gives permissions @@ -195020,9 +195027,9 @@ webhooks: type: string enum: - submitted - enterprise: *636 - installation: *637 - organization: *638 + enterprise: *637 + installation: *638 + organization: *639 pull_request: title: Simple Pull Request type: object @@ -197240,8 +197247,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *639 - review: *694 + repository: *640 + review: *695 sender: *4 required: - action @@ -197321,9 +197328,9 @@ webhooks: type: string enum: - resolved - enterprise: *636 - installation: *637 - organization: *638 + enterprise: *637 + installation: *638 + organization: *639 pull_request: title: Simple Pull Request type: object @@ -199436,7 +199443,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *639 + repository: *640 sender: *4 thread: type: object @@ -199826,9 +199833,9 @@ webhooks: type: string enum: - unresolved - enterprise: *636 - installation: *637 - organization: *638 + enterprise: *637 + installation: *638 + organization: *639 pull_request: title: Simple Pull Request type: object @@ -201924,7 +201931,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *639 + repository: *640 sender: *4 thread: type: object @@ -202316,10 +202323,10 @@ webhooks: type: string before: type: string - enterprise: *636 - installation: *637 - number: *689 - organization: *638 + enterprise: *637 + installation: *638 + number: *690 + organization: *639 pull_request: title: Pull Request type: object @@ -204634,7 +204641,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *639 + repository: *640 sender: *4 required: - action @@ -204716,11 +204723,11 @@ webhooks: type: string enum: - unassigned - assignee: *695 - enterprise: *636 - installation: *637 - number: *689 - organization: *638 + assignee: *696 + enterprise: *637 + installation: *638 + number: *690 + organization: *639 pull_request: title: Pull Request type: object @@ -207050,7 +207057,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *639 + repository: *640 sender: *4 required: - action @@ -207129,11 +207136,11 @@ webhooks: type: string enum: - unlabeled - enterprise: *636 - installation: *637 - label: *662 - number: *689 - organization: *638 + enterprise: *637 + installation: *638 + label: *663 + number: *690 + organization: *639 pull_request: title: Pull Request type: object @@ -209452,7 +209459,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *639 + repository: *640 sender: *4 required: - action @@ -209533,10 +209540,10 @@ webhooks: type: string enum: - unlocked - enterprise: *636 - installation: *637 - number: *689 - organization: *638 + enterprise: *637 + installation: *638 + number: *690 + organization: *639 pull_request: title: Pull Request type: object @@ -211845,7 +211852,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *639 + repository: *640 sender: *4 required: - action @@ -212048,7 +212055,7 @@ webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *636 + enterprise: *637 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -212143,8 +212150,8 @@ webhooks: - url - author - committer - installation: *637 - organization: *638 + installation: *638 + organization: *639 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -212730,9 +212737,9 @@ webhooks: type: string enum: - published - enterprise: *636 - installation: *637 - organization: *638 + enterprise: *637 + installation: *638 + organization: *639 registry_package: type: object properties: @@ -213203,7 +213210,7 @@ webhooks: type: string rubygems_metadata: type: array - items: *677 + items: *678 summary: type: string tag_name: @@ -213259,7 +213266,7 @@ webhooks: - owner - package_version - registry - repository: *639 + repository: *640 sender: *4 required: - action @@ -213337,9 +213344,9 @@ webhooks: type: string enum: - updated - enterprise: *636 - installation: *637 - organization: *638 + enterprise: *637 + installation: *638 + organization: *639 registry_package: type: object properties: @@ -213645,7 +213652,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *677 + items: *678 summary: type: string tag_name: @@ -213695,7 +213702,7 @@ webhooks: - owner - package_version - registry - repository: *639 + repository: *640 sender: *4 required: - action @@ -213772,10 +213779,10 @@ webhooks: type: string enum: - created - enterprise: *636 - installation: *637 - organization: *638 - release: &696 + enterprise: *637 + installation: *638 + organization: *639 + release: &697 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -214089,7 +214096,7 @@ webhooks: - tarball_url - zipball_url - body - repository: *639 + repository: *640 sender: *4 required: - action @@ -214166,11 +214173,11 @@ webhooks: type: string enum: - deleted - enterprise: *636 - installation: *637 - organization: *638 - release: *696 - repository: *639 + enterprise: *637 + installation: *638 + organization: *639 + release: *697 + repository: *640 sender: *4 required: - action @@ -214278,11 +214285,11 @@ webhooks: type: boolean required: - to - enterprise: *636 - installation: *637 - organization: *638 - release: *696 - repository: *639 + enterprise: *637 + installation: *638 + organization: *639 + release: *697 + repository: *640 sender: *4 required: - action @@ -214360,9 +214367,9 @@ webhooks: type: string enum: - prereleased - enterprise: *636 - installation: *637 - organization: *638 + enterprise: *637 + installation: *638 + organization: *639 release: title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) @@ -214681,7 +214688,7 @@ webhooks: - string - 'null' format: uri - repository: *639 + repository: *640 sender: *4 required: - action @@ -214757,10 +214764,10 @@ webhooks: type: string enum: - published - enterprise: *636 - installation: *637 - organization: *638 - release: &697 + enterprise: *637 + installation: *638 + organization: *639 + release: &698 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -215076,7 +215083,7 @@ webhooks: - string - 'null' format: uri - repository: *639 + repository: *640 sender: *4 required: - action @@ -215152,11 +215159,11 @@ webhooks: type: string enum: - released - enterprise: *636 - installation: *637 - organization: *638 - release: *696 - repository: *639 + enterprise: *637 + installation: *638 + organization: *639 + release: *697 + repository: *640 sender: *4 required: - action @@ -215232,11 +215239,11 @@ webhooks: type: string enum: - unpublished - enterprise: *636 - installation: *637 - organization: *638 - release: *697 - repository: *639 + enterprise: *637 + installation: *638 + organization: *639 + release: *698 + repository: *640 sender: *4 required: - action @@ -215312,11 +215319,11 @@ webhooks: type: string enum: - published - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 - repository_advisory: *548 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 + repository_advisory: *549 sender: *4 required: - action @@ -215392,11 +215399,11 @@ webhooks: type: string enum: - reported - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 - repository_advisory: *548 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 + repository_advisory: *549 sender: *4 required: - action @@ -215472,10 +215479,10 @@ webhooks: type: string enum: - archived - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 sender: *4 required: - action @@ -215552,10 +215559,10 @@ webhooks: type: string enum: - created - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 sender: *4 required: - action @@ -215633,10 +215640,10 @@ webhooks: type: string enum: - deleted - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 sender: *4 required: - action @@ -215721,10 +215728,10 @@ webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 sender: *4 required: - action @@ -215839,10 +215846,10 @@ webhooks: - 'null' items: type: string - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 sender: *4 required: - action @@ -215914,10 +215921,10 @@ webhooks: title: repository_import event type: object properties: - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 sender: *4 status: type: string @@ -215998,10 +216005,10 @@ webhooks: type: string enum: - privatized - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 sender: *4 required: - action @@ -216078,10 +216085,10 @@ webhooks: type: string enum: - publicized - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 sender: *4 required: - action @@ -216175,10 +216182,10 @@ webhooks: - name required: - repository - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 sender: *4 required: - action @@ -216258,10 +216265,10 @@ webhooks: type: string enum: - created - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 repository_ruleset: *241 sender: *4 required: @@ -216340,10 +216347,10 @@ webhooks: type: string enum: - deleted - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 repository_ruleset: *241 sender: *4 required: @@ -216422,10 +216429,10 @@ webhooks: type: string enum: - edited - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 repository_ruleset: *241 changes: type: object @@ -216731,10 +216738,10 @@ webhooks: - from required: - owner - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 sender: *4 required: - action @@ -216812,10 +216819,10 @@ webhooks: type: string enum: - unarchived - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 sender: *4 required: - action @@ -216893,7 +216900,7 @@ webhooks: type: string enum: - create - alert: &698 + alert: &699 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -217017,10 +217024,10 @@ webhooks: type: string enum: - open - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 sender: *4 required: - action @@ -217228,10 +217235,10 @@ webhooks: type: string enum: - dismissed - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 sender: *4 required: - action @@ -217309,11 +217316,11 @@ webhooks: type: string enum: - reopen - alert: *698 - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 + alert: *699 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 sender: *4 required: - action @@ -217515,10 +217522,10 @@ webhooks: enum: - fixed - open - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 sender: *4 required: - action @@ -217596,7 +217603,7 @@ webhooks: type: string enum: - created - alert: &699 + alert: &700 type: object properties: number: *70 @@ -217673,10 +217680,10 @@ webhooks: format: date-time description: 'The time that push protection was bypassed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 sender: *4 required: - action @@ -217757,11 +217764,11 @@ webhooks: type: string enum: - created - alert: *699 - installation: *637 - location: *700 - organization: *638 - repository: *639 + alert: *700 + installation: *638 + location: *701 + organization: *639 + repository: *640 sender: *4 required: - location @@ -217997,11 +218004,11 @@ webhooks: type: string enum: - reopened - alert: *699 - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 + alert: *700 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 sender: *4 required: - action @@ -218079,11 +218086,11 @@ webhooks: type: string enum: - resolved - alert: *699 - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 + alert: *700 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 sender: *4 required: - action @@ -218161,11 +218168,11 @@ webhooks: type: string enum: - validated - alert: *699 - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 + alert: *700 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 sender: *4 required: - action @@ -218241,11 +218248,11 @@ webhooks: type: string enum: - published - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 - security_advisory: &701 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 + security_advisory: &702 description: The details of the security advisory, including summary, description, and severity. type: object @@ -218431,11 +218438,11 @@ webhooks: type: string enum: - updated - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 - security_advisory: *701 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 + security_advisory: *702 sender: *4 required: - action @@ -218508,10 +218515,10 @@ webhooks: type: string enum: - withdrawn - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -218698,9 +218705,9 @@ webhooks: type: object properties: security_and_analysis: *232 - enterprise: *636 - installation: *637 - organization: *638 + enterprise: *637 + installation: *638 + organization: *639 repository: *291 sender: *4 required: @@ -218779,12 +218786,12 @@ webhooks: type: string enum: - cancelled - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 sender: *4 - sponsorship: &702 + sponsorship: &703 type: object properties: created_at: @@ -219083,12 +219090,12 @@ webhooks: type: string enum: - created - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 sender: *4 - sponsorship: *702 + sponsorship: *703 required: - action - sponsorship @@ -219176,12 +219183,12 @@ webhooks: type: string required: - from - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 sender: *4 - sponsorship: *702 + sponsorship: *703 required: - action - changes @@ -219258,17 +219265,17 @@ webhooks: type: string enum: - pending_cancellation - effective_date: &703 + effective_date: &704 description: The `pending_cancellation` and `pending_tier_change` event types will include the date the cancellation or tier change will take effect. type: string - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 sender: *4 - sponsorship: *702 + sponsorship: *703 required: - action - sponsorship @@ -219342,7 +219349,7 @@ webhooks: type: string enum: - pending_tier_change - changes: &704 + changes: &705 type: object properties: tier: @@ -219386,13 +219393,13 @@ webhooks: - from required: - tier - effective_date: *703 - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 + effective_date: *704 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 sender: *4 - sponsorship: *702 + sponsorship: *703 required: - action - changes @@ -219469,13 +219476,13 @@ webhooks: type: string enum: - tier_changed - changes: *704 - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 + changes: *705 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 sender: *4 - sponsorship: *702 + sponsorship: *703 required: - action - changes @@ -219549,10 +219556,10 @@ webhooks: type: string enum: - created - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -219636,10 +219643,10 @@ webhooks: type: string enum: - deleted - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -220068,15 +220075,15 @@ webhooks: type: - string - 'null' - enterprise: *636 + enterprise: *637 id: description: The unique identifier of the status. type: integer - installation: *637 + installation: *638 name: type: string - organization: *638 - repository: *639 + organization: *639 + repository: *640 sender: *4 sha: description: The Commit SHA. @@ -220192,9 +220199,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *98 - installation: *637 - organization: *638 - repository: *639 + installation: *638 + organization: *639 + repository: *640 sender: *4 required: - action @@ -220284,9 +220291,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *98 - installation: *637 - organization: *638 - repository: *639 + installation: *638 + organization: *639 + repository: *640 sender: *4 required: - action @@ -220376,9 +220383,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *98 - installation: *637 - organization: *638 - repository: *639 + installation: *638 + organization: *639 + repository: *640 sender: *4 required: - action @@ -220468,9 +220475,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *98 - installation: *637 - organization: *638 - repository: *639 + installation: *638 + organization: *639 + repository: *640 sender: *4 required: - action @@ -220547,12 +220554,12 @@ webhooks: title: team_add event type: object properties: - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 sender: *4 - team: &705 + team: &706 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -220745,9 +220752,9 @@ webhooks: type: string enum: - added_to_repository - enterprise: *636 - installation: *637 - organization: *638 + enterprise: *637 + installation: *638 + organization: *639 repository: title: Repository description: A git repository @@ -221215,7 +221222,7 @@ webhooks: - topics - visibility sender: *4 - team: *705 + team: *706 required: - action - team @@ -221291,9 +221298,9 @@ webhooks: type: string enum: - created - enterprise: *636 - installation: *637 - organization: *638 + enterprise: *637 + installation: *638 + organization: *639 repository: title: Repository description: A git repository @@ -221761,7 +221768,7 @@ webhooks: - topics - visibility sender: *4 - team: *705 + team: *706 required: - action - team @@ -221838,9 +221845,9 @@ webhooks: type: string enum: - deleted - enterprise: *636 - installation: *637 - organization: *638 + enterprise: *637 + installation: *638 + organization: *639 repository: title: Repository description: A git repository @@ -222308,7 +222315,7 @@ webhooks: - topics - visibility sender: *4 - team: *705 + team: *706 required: - action - team @@ -222452,9 +222459,9 @@ webhooks: - from required: - permissions - enterprise: *636 - installation: *637 - organization: *638 + enterprise: *637 + installation: *638 + organization: *639 repository: title: Repository description: A git repository @@ -222922,7 +222929,7 @@ webhooks: - topics - visibility sender: *4 - team: *705 + team: *706 required: - action - changes @@ -223000,9 +223007,9 @@ webhooks: type: string enum: - removed_from_repository - enterprise: *636 - installation: *637 - organization: *638 + enterprise: *637 + installation: *638 + organization: *639 repository: title: Repository description: A git repository @@ -223470,7 +223477,7 @@ webhooks: - topics - visibility sender: *4 - team: *705 + team: *706 required: - action - team @@ -223546,10 +223553,10 @@ webhooks: type: string enum: - started - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 sender: *4 required: - action @@ -223622,17 +223629,17 @@ webhooks: title: workflow_dispatch event type: object properties: - enterprise: *636 + enterprise: *637 inputs: type: - object - 'null' additionalProperties: true - installation: *637 - organization: *638 + installation: *638 + organization: *639 ref: type: string - repository: *639 + repository: *640 sender: *4 workflow: type: string @@ -223714,10 +223721,10 @@ webhooks: type: string enum: - completed - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 sender: *4 workflow_job: allOf: @@ -224052,10 +224059,10 @@ webhooks: type: string enum: - in_progress - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 sender: *4 workflow_job: allOf: @@ -224416,10 +224423,10 @@ webhooks: type: string enum: - queued - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 sender: *4 workflow_job: type: object @@ -224644,10 +224651,10 @@ webhooks: type: string enum: - waiting - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 sender: *4 workflow_job: type: object @@ -224874,12 +224881,12 @@ webhooks: type: string enum: - completed - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 sender: *4 - workflow: *658 + workflow: *659 workflow_run: title: Workflow Run type: object @@ -225890,12 +225897,12 @@ webhooks: type: string enum: - in_progress - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 sender: *4 - workflow: *658 + workflow: *659 workflow_run: title: Workflow Run type: object @@ -226899,12 +226906,12 @@ webhooks: type: string enum: - requested - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 sender: *4 - workflow: *658 + workflow: *659 workflow_run: title: Workflow Run type: object diff --git a/descriptions-next/ghec/dereferenced/ghec.deref.json b/descriptions-next/ghec/dereferenced/ghec.deref.json index e1ea95e39..208f98f6a 100644 --- a/descriptions-next/ghec/dereferenced/ghec.deref.json +++ b/descriptions-next/ghec/dereferenced/ghec.deref.json @@ -65145,15 +65145,6 @@ 10000 ] }, - "collaborators": { - "type": [ - "integer", - "null" - ], - "examples": [ - 8 - ] - }, "billing_email": { "type": [ "string", @@ -65906,15 +65897,6 @@ 10000 ] }, - "collaborators": { - "type": [ - "integer", - "null" - ], - "examples": [ - 8 - ] - }, "billing_email": { "type": [ "string", @@ -146381,6 +146363,18 @@ "type": "integer", "default": 1 } + }, + { + "name": "targets", + "description": "A comma-separated list of rule targets to filter by.\nIf provided, only rulesets that apply to the specified targets will be returned.\nFor example, `branch,tag,push`.\n", + "in": "query", + "required": false, + "schema": { + "type": "string", + "examples": [ + "branch,tag,push" + ] + } } ], "responses": { @@ -455496,6 +455490,18 @@ "type": "boolean", "default": true } + }, + { + "name": "targets", + "description": "A comma-separated list of rule targets to filter by.\nIf provided, only rulesets that apply to the specified targets will be returned.\nFor example, `branch,tag,push`.\n", + "in": "query", + "required": false, + "schema": { + "type": "string", + "examples": [ + "branch,tag,push" + ] + } } ], "responses": { diff --git a/descriptions-next/ghec/dereferenced/ghec.deref.yaml b/descriptions-next/ghec/dereferenced/ghec.deref.yaml index a813046d0..7c1a27eac 100644 --- a/descriptions-next/ghec/dereferenced/ghec.deref.yaml +++ b/descriptions-next/ghec/dereferenced/ghec.deref.yaml @@ -1056,7 +1056,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: - - &550 + - &551 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -1733,7 +1733,7 @@ paths: application/json: schema: *3 application/scim+json: - schema: &560 + schema: &561 title: Scim Error description: Scim Error type: object @@ -12671,14 +12671,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &543 + state: &544 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: &544 + resolution: &545 type: - string - 'null' @@ -14821,7 +14821,7 @@ paths: url: type: string format: uri - user: &599 + user: &600 title: Public User description: Public User type: object @@ -19344,7 +19344,7 @@ paths: type: array items: *50 examples: - default: &616 + default: &617 value: - login: github id: 1 @@ -19670,12 +19670,6 @@ paths: - 'null' examples: - 10000 - collaborators: - type: - - integer - - 'null' - examples: - - 8 billing_email: type: - string @@ -20555,7 +20549,7 @@ paths: type: array items: *55 examples: - default: &610 + default: &611 value: total_count: 1 repositories: @@ -21323,7 +21317,7 @@ paths: type: array items: *132 examples: - default: &602 + default: &603 value: total_count: 1 repositories: @@ -31347,7 +31341,7 @@ paths: parameters: - *114 - *208 - - &615 + - &616 name: repo_name description: repo_name parameter in: path @@ -32619,7 +32613,7 @@ paths: - nuget - container - *114 - - &617 + - &618 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -32660,7 +32654,7 @@ paths: default: *214 '403': *27 '401': *23 - '400': &619 + '400': &620 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -36053,6 +36047,18 @@ paths: - *114 - *17 - *18 + - &531 + name: targets + description: | + A comma-separated list of rule targets to filter by. + If provided, only rulesets that apply to the specified targets will be returned. + For example, `branch,tag,push`. + in: query + required: false + schema: + type: string + examples: + - branch,tag,push responses: '200': description: Response @@ -37157,7 +37163,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#list-organization-rule-suites parameters: - *114 - - &531 + - &532 name: ref description: The name of the ref. Cannot contain wildcard characters. Optionally prefix with `refs/heads/` to limit to branches or `refs/tags/` to limit @@ -37173,7 +37179,7 @@ paths: in: query schema: type: integer - - &532 + - &533 name: time_period description: |- The time period to filter by. @@ -37189,14 +37195,14 @@ paths: - week - month default: day - - &533 + - &534 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 - - &534 + - &535 name: rule_suite_result description: The rule results to filter on. When specified, only suites with this result will be returned. @@ -37216,7 +37222,7 @@ paths: description: Response content: application/json: - schema: &535 + schema: &536 title: Rule Suites description: Response type: array @@ -37272,7 +37278,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &536 + default: &537 value: - id: 21 actor_id: 12 @@ -37316,7 +37322,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *114 - - &537 + - &538 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -37332,7 +37338,7 @@ paths: description: Response content: application/json: - schema: &538 + schema: &539 title: Rule Suite description: Response type: object @@ -37439,7 +37445,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &539 + default: &540 value: id: 21 actor_id: 12 @@ -37657,7 +37663,7 @@ paths: - *65 - *18 - *17 - - &541 + - &542 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 @@ -37667,7 +37673,7 @@ paths: required: false schema: type: string - - &542 + - &543 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 @@ -37757,7 +37763,7 @@ paths: application/json: schema: type: array - items: &548 + items: &549 description: A repository security advisory. type: object properties: @@ -38076,7 +38082,7 @@ paths: - private_fork additionalProperties: false examples: - default: &549 + default: &550 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -39680,7 +39686,7 @@ paths: - updated_at - url examples: - default: &589 + default: &590 value: - author: login: octocat @@ -39928,7 +39934,7 @@ paths: application/json: schema: *261 examples: - default: &590 + default: &591 value: author: login: octocat @@ -40119,7 +40125,7 @@ paths: - updated_at - url examples: - default: &591 + default: &592 value: - author: login: octocat @@ -40345,7 +40351,7 @@ paths: application/json: schema: *264 examples: - default: &592 + default: &593 value: author: login: octocat @@ -41061,7 +41067,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &593 + response-if-user-is-a-team-maintainer: &594 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -41126,7 +41132,7 @@ paths: application/json: schema: *275 examples: - response-if-users-membership-with-team-is-now-pending: &594 + response-if-users-membership-with-team-is-now-pending: &595 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -41269,7 +41275,7 @@ paths: - updated_at - permissions examples: - default: &595 + default: &596 value: - owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -41346,7 +41352,7 @@ paths: application/json: schema: *276 examples: - default: &596 + default: &597 value: owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -41550,7 +41556,7 @@ paths: description: Alternative response with repository permissions content: application/json: - schema: &597 + schema: &598 title: Team Repository description: A team's access to a repository. type: object @@ -42388,7 +42394,7 @@ paths: type: array items: *198 examples: - response-if-child-teams-exist: &598 + response-if-child-teams-exist: &599 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -54354,7 +54360,7 @@ paths: check. type: array items: *348 - deployment: &648 + deployment: &649 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -59243,7 +59249,7 @@ paths: type: array items: *383 examples: - default: &605 + default: &606 value: total_count: 2 machines: @@ -62570,7 +62576,7 @@ paths: application/json: schema: type: array - items: &553 + items: &554 title: Status description: The status of a commit. type: object @@ -64157,7 +64163,7 @@ paths: items: type: object properties: - placeholder_id: &546 + placeholder_id: &547 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -69990,7 +69996,7 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &679 + last_response: &680 title: Hook Response type: object properties: @@ -70967,7 +70973,7 @@ paths: parameters: - *278 - *279 - - &628 + - &629 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -71401,7 +71407,7 @@ paths: type: array items: *453 examples: - default: &621 + default: &622 value: - id: 1 repository: @@ -85355,6 +85361,7 @@ paths: schema: type: boolean default: true + - *531 responses: '200': description: Response @@ -85472,7 +85479,7 @@ paths: application/json: schema: *241 examples: - default: &540 + default: &541 value: id: 42 name: super cool ruleset @@ -85521,10 +85528,10 @@ paths: parameters: - *278 - *279 - - *531 - *532 - *533 - *534 + - *535 - *17 - *18 responses: @@ -85532,9 +85539,9 @@ paths: description: Response content: application/json: - schema: *535 + schema: *536 examples: - default: *536 + default: *537 '404': *6 '500': *69 x-github: @@ -85557,15 +85564,15 @@ paths: parameters: - *278 - *279 - - *537 + - *538 responses: '200': description: Response content: application/json: - schema: *538 + schema: *539 examples: - default: *539 + default: *540 '404': *6 '500': *69 x-github: @@ -85616,7 +85623,7 @@ paths: application/json: schema: *241 examples: - default: *540 + default: *541 '404': *6 '500': *69 put: @@ -85699,7 +85706,7 @@ paths: application/json: schema: *241 examples: - default: *540 + default: *541 '404': *6 '500': *69 delete: @@ -85755,8 +85762,8 @@ paths: - *65 - *18 - *17 - - *541 - *542 + - *543 - *247 responses: '200': @@ -85765,7 +85772,7 @@ paths: application/json: schema: type: array - items: &545 + items: &546 type: object properties: number: *70 @@ -85781,8 +85788,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *543 - resolution: *544 + state: *544 + resolution: *545 resolved_at: type: - string @@ -85940,7 +85947,7 @@ paths: description: Response content: application/json: - schema: *545 + schema: *546 examples: default: value: @@ -85996,8 +86003,8 @@ paths: schema: type: object properties: - state: *543 - resolution: *544 + state: *544 + resolution: *545 resolution_comment: description: An optional comment when closing an alert. Cannot be updated or deleted. Must be `null` when changing `state` to `open`. @@ -86016,7 +86023,7 @@ paths: description: Response content: application/json: - schema: *545 + schema: *546 examples: default: value: @@ -86098,7 +86105,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &700 + items: &701 type: object properties: type: @@ -86486,14 +86493,14 @@ paths: schema: type: object properties: - reason: &547 + reason: &548 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *546 + placeholder_id: *547 required: - reason - placeholder_id @@ -86510,7 +86517,7 @@ paths: schema: type: object properties: - reason: *547 + reason: *548 expire_at: type: - string @@ -86601,9 +86608,9 @@ paths: application/json: schema: type: array - items: *548 + items: *549 examples: - default: *549 + default: *550 '400': *14 '404': *6 x-github: @@ -86797,9 +86804,9 @@ paths: description: Response content: application/json: - schema: *548 + schema: *549 examples: - default: &551 + default: &552 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -87146,7 +87153,7 @@ paths: description: Response content: application/json: - schema: *548 + schema: *549 examples: default: value: @@ -87295,15 +87302,15 @@ paths: parameters: - *278 - *279 - - *550 + - *551 responses: '200': description: Response content: application/json: - schema: *548 + schema: *549 examples: - default: *551 + default: *552 '403': *27 '404': *6 x-github: @@ -87329,7 +87336,7 @@ paths: parameters: - *278 - *279 - - *550 + - *551 requestBody: required: true content: @@ -87500,10 +87507,10 @@ paths: description: Response content: application/json: - schema: *548 + schema: *549 examples: - default: *551 - add_credit: *551 + default: *552 + add_credit: *552 '403': *27 '404': *6 '422': @@ -87543,7 +87550,7 @@ paths: parameters: - *278 - *279 - - *550 + - *551 responses: '202': *120 '400': *14 @@ -87572,7 +87579,7 @@ paths: parameters: - *278 - *279 - - *550 + - *551 responses: '202': description: Response @@ -87713,7 +87720,7 @@ paths: application/json: schema: type: array - items: &552 + items: &553 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -88086,7 +88093,7 @@ paths: application/json: schema: type: array - items: *552 + items: *553 examples: default: value: @@ -88176,7 +88183,7 @@ paths: description: Response content: application/json: - schema: *553 + schema: *554 examples: default: value: @@ -88270,7 +88277,7 @@ paths: description: if you subscribe to the repository content: application/json: - schema: &554 + schema: &555 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -88370,7 +88377,7 @@ paths: description: Response content: application/json: - schema: *554 + schema: *555 examples: default: value: @@ -88510,7 +88517,7 @@ paths: application/json: schema: type: array - items: &555 + items: &556 title: Tag protection description: Tag protection type: object @@ -88591,7 +88598,7 @@ paths: description: Response content: application/json: - schema: *555 + schema: *556 examples: default: value: @@ -88739,7 +88746,7 @@ paths: description: Response content: application/json: - schema: &556 + schema: &557 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -88751,7 +88758,7 @@ paths: required: - names examples: - default: &557 + default: &558 value: names: - octocat @@ -88806,9 +88813,9 @@ paths: description: Response content: application/json: - schema: *556 + schema: *557 examples: - default: *557 + default: *558 '404': *6 '422': *7 x-github: @@ -88831,7 +88838,7 @@ paths: parameters: - *278 - *279 - - &558 + - &559 name: per description: The time frame to display results for. in: query @@ -88862,7 +88869,7 @@ paths: - 128 clones: type: array - items: &559 + items: &560 title: Traffic type: object properties: @@ -89110,7 +89117,7 @@ paths: parameters: - *278 - *279 - - *558 + - *559 responses: '200': description: Response @@ -89131,7 +89138,7 @@ paths: - 3782 views: type: array - items: *559 + items: *560 required: - uniques - count @@ -89806,7 +89813,7 @@ paths: value: Engineering externalId: value: 8aa1a0c0-c4c3-4bc0-b4a5-2ef676900159 - - &567 + - &568 name: excludedAttributes description: Excludes the specified attribute from being returned in the results. Using this parameter can speed up response time. @@ -89816,7 +89823,7 @@ paths: type: string examples: - members - - &572 + - &573 name: startIndex description: 'Used for pagination: the starting index of the first result to return when paginating through values.' @@ -89828,7 +89835,7 @@ paths: format: int32 examples: - 1 - - &573 + - &574 name: count description: 'Used for pagination: the number of results to return per page.' in: query @@ -89872,7 +89879,7 @@ paths: Resources: type: array description: Information about each provisioned group. - items: &561 + items: &562 allOf: - type: object required: @@ -89954,7 +89961,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: &574 + meta: &575 type: object description: The metadata associated with the creation/updates to the user. @@ -90019,31 +90026,31 @@ paths: location: https://api.github.localhost/scim/v2/Groups/927fa2c08dcb4a7fae9e startIndex: 1 itemsPerPage: 20 - '400': &562 + '400': &563 description: Bad request content: application/json: - schema: *560 + schema: *561 application/scim+json: - schema: *560 - '401': &563 + schema: *561 + '401': &564 description: Authorization failure - '403': &564 + '403': &565 description: Permission denied - '429': &565 + '429': &566 description: Too many requests content: application/json: - schema: *560 + schema: *561 application/scim+json: - schema: *560 - '500': &566 + schema: *561 + '500': &567 description: Internal server error content: application/json: - schema: *560 + schema: *561 application/scim+json: - schema: *560 + schema: *561 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -90070,7 +90077,7 @@ paths: required: true content: application/json: - schema: &570 + schema: &571 type: object required: - schemas @@ -90130,9 +90137,9 @@ paths: description: Group has been created content: application/scim+json: - schema: *561 + schema: *562 examples: - group: &568 + group: &569 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:Group @@ -90151,13 +90158,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': *562 - '401': *563 - '403': *564 - '409': &571 + '400': *563 + '401': *564 + '403': *565 + '409': &572 description: Duplicate record detected - '429': *565 - '500': *566 + '429': *566 + '500': *567 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -90178,7 +90185,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: - - &569 + - &570 name: scim_group_id description: A unique identifier of the SCIM group. in: path @@ -90187,22 +90194,22 @@ paths: type: string examples: - 7fce0092-d52e-4f76-b727-3955bd72c939 - - *567 + - *568 - *38 responses: '200': description: Success, a group was found content: application/scim+json: - schema: *561 + schema: *562 examples: - default: *568 - '400': *562 - '401': *563 - '403': *564 + default: *569 + '400': *563 + '401': *564 + '403': *565 '404': *6 - '429': *565 - '500': *566 + '429': *566 + '500': *567 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -90224,13 +90231,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#set-scim-information-for-a-provisioned-enterprise-group parameters: - - *569 + - *570 - *38 requestBody: required: true content: application/json: - schema: *570 + schema: *571 examples: group: summary: Group @@ -90256,17 +90263,17 @@ paths: description: Group was updated content: application/scim+json: - schema: *561 + schema: *562 examples: - group: *568 - groupWithMembers: *568 - '400': *562 - '401': *563 - '403': *564 + group: *569 + groupWithMembers: *569 + '400': *563 + '401': *564 + '403': *565 '404': *6 - '409': *571 - '429': *565 - '500': *566 + '409': *572 + '429': *566 + '500': *567 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -90293,13 +90300,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#update-an-attribute-for-a-scim-enterprise-group parameters: - - *569 + - *570 - *38 requestBody: required: true content: application/json: - schema: &581 + schema: &582 type: object required: - Operations @@ -90359,17 +90366,17 @@ paths: description: Success, group was updated content: application/scim+json: - schema: *561 + schema: *562 examples: - updateGroup: *568 - addMembers: *568 - '400': *562 - '401': *563 - '403': *564 + updateGroup: *569 + addMembers: *569 + '400': *563 + '401': *564 + '403': *565 '404': *6 - '409': *571 - '429': *565 - '500': *566 + '409': *572 + '429': *566 + '500': *567 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -90389,17 +90396,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#delete-a-scim-group-from-an-enterprise parameters: - - *569 + - *570 - *38 responses: '204': description: Group was deleted, no content - '400': *562 - '401': *563 - '403': *564 + '400': *563 + '401': *564 + '403': *565 '404': *6 - '429': *565 - '500': *566 + '429': *566 + '500': *567 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -90436,8 +90443,8 @@ paths: value: userName eq 'E012345' externalId: value: externalId eq 'E012345' - - *572 - *573 + - *574 - *38 responses: '200': @@ -90471,7 +90478,7 @@ paths: Resources: type: array description: Information about each provisioned account. - items: &576 + items: &577 allOf: - type: object required: @@ -90563,7 +90570,7 @@ paths: address. examples: - true - roles: &575 + roles: &576 type: array description: The roles assigned to the user. items: @@ -90622,7 +90629,7 @@ paths: type: string description: Provisioned SCIM groups that the user is a member of. - meta: *574 + meta: *575 startIndex: type: integer description: A starting index for the returned page @@ -90661,11 +90668,11 @@ paths: primary: false startIndex: 1 itemsPerPage: 20 - '400': *562 - '401': *563 - '403': *564 - '429': *565 - '500': *566 + '400': *563 + '401': *564 + '403': *565 + '429': *566 + '500': *567 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -90692,7 +90699,7 @@ paths: required: true content: application/json: - schema: &579 + schema: &580 type: object required: - schemas @@ -90785,9 +90792,9 @@ paths: description: Whether this email address is the primary address. examples: - true - roles: *575 + roles: *576 examples: - user: &580 + user: &581 summary: User value: schemas: @@ -90834,9 +90841,9 @@ paths: description: User has been created content: application/scim+json: - schema: *576 + schema: *577 examples: - user: &577 + user: &578 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -90862,13 +90869,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: *577 - '400': *562 - '401': *563 - '403': *564 - '409': *571 - '429': *565 - '500': *566 + enterpriseOwner: *578 + '400': *563 + '401': *564 + '403': *565 + '409': *572 + '429': *566 + '500': *567 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -90889,7 +90896,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: - - &578 + - &579 name: scim_user_id description: The unique identifier of the SCIM user. in: path @@ -90902,15 +90909,15 @@ paths: description: Success, a user was found content: application/scim+json: - schema: *576 + schema: *577 examples: - default: *577 - '400': *562 - '401': *563 - '403': *564 + default: *578 + '400': *563 + '401': *564 + '403': *565 '404': *6 - '429': *565 - '500': *566 + '429': *566 + '500': *567 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -90935,30 +90942,30 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#set-scim-information-for-a-provisioned-enterprise-user parameters: - - *578 + - *579 - *38 requestBody: required: true content: application/json: - schema: *579 + schema: *580 examples: - user: *580 + user: *581 responses: '200': description: User was updated content: application/scim+json: - schema: *576 + schema: *577 examples: - user: *577 - '400': *562 - '401': *563 - '403': *564 + user: *578 + '400': *563 + '401': *564 + '403': *565 '404': *6 - '409': *571 - '429': *565 - '500': *566 + '409': *572 + '429': *566 + '500': *567 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -90996,13 +91003,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#update-an-attribute-for-a-scim-enterprise-user parameters: - - *578 + - *579 - *38 requestBody: required: true content: application/json: - schema: *581 + schema: *582 examples: userMultiValuedProperties: summary: Multi Valued Property @@ -91042,18 +91049,18 @@ paths: description: Success, user was updated content: application/scim+json: - schema: *576 - examples: - userMultiValuedProperties: *577 - userSingleValuedProperties: *577 - disableUser: *577 - '400': *562 - '401': *563 - '403': *564 + schema: *577 + examples: + userMultiValuedProperties: *578 + userSingleValuedProperties: *578 + disableUser: *578 + '400': *563 + '401': *564 + '403': *565 '404': *6 - '409': *571 - '429': *565 - '500': *566 + '409': *572 + '429': *566 + '500': *567 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -91073,17 +91080,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#delete-a-scim-user-from-an-enterprise parameters: - - *578 + - *579 - *38 responses: '204': description: User was deleted, no content - '400': *562 - '401': *563 - '403': *564 + '400': *563 + '401': *564 + '403': *565 '404': *6 - '429': *565 - '500': *566 + '429': *566 + '500': *567 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -91174,7 +91181,7 @@ paths: - 1 Resources: type: array - items: &582 + items: &583 title: SCIM /Users description: SCIM /Users provisioning endpoints type: object @@ -91421,22 +91428,22 @@ paths: lastModified: '2017-03-09T16:11:13-05:00' location: https://api.github.com/scim/v2/organizations/octo-org/Users/77563764-eb6-24-0598234-958243 '304': *35 - '404': &583 + '404': &584 description: Resource not found content: application/json: - schema: *560 + schema: *561 application/scim+json: - schema: *560 - '403': &584 + schema: *561 + '403': &585 description: Forbidden content: application/json: - schema: *560 + schema: *561 application/scim+json: - schema: *560 - '400': *562 - '429': *565 + schema: *561 + '400': *563 + '429': *566 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -91462,9 +91469,9 @@ paths: description: Response content: application/scim+json: - schema: *582 + schema: *583 examples: - default: &585 + default: &586 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -91487,17 +91494,17 @@ paths: lastModified: '2017-03-09T16:11:13-05:00' location: https://api.github.com/scim/v2/organizations/octo-org/Users/edefdfedf-050c-11e7-8d32 '304': *35 - '404': *583 - '403': *584 - '500': *566 + '404': *584 + '403': *585 + '500': *567 '409': description: Conflict content: application/json: - schema: *560 + schema: *561 application/scim+json: - schema: *560 - '400': *562 + schema: *561 + '400': *563 requestBody: required: true content: @@ -91592,17 +91599,17 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#get-scim-provisioning-information-for-a-user parameters: - *114 - - *578 + - *579 responses: '200': description: Response content: application/scim+json: - schema: *582 + schema: *583 examples: - default: *585 - '404': *583 - '403': *584 + default: *586 + '404': *584 + '403': *585 '304': *35 x-github: githubCloudOnly: true @@ -91626,18 +91633,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-a-provisioned-organization-membership parameters: - *114 - - *578 + - *579 responses: '200': description: Response content: application/scim+json: - schema: *582 + schema: *583 examples: - default: *585 + default: *586 '304': *35 - '404': *583 - '403': *584 + '404': *584 + '403': *585 requestBody: required: true content: @@ -91748,19 +91755,19 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-an-attribute-for-a-scim-user parameters: - *114 - - *578 + - *579 responses: '200': description: Response content: application/scim+json: - schema: *582 + schema: *583 examples: - default: *585 + default: *586 '304': *35 - '404': *583 - '403': *584 - '400': *562 + '404': *584 + '403': *585 + '400': *563 '429': description: Response content: @@ -91856,12 +91863,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#delete-a-scim-user-from-an-organization parameters: - *114 - - *578 + - *579 responses: '204': description: Response - '404': *583 - '403': *584 + '404': *584 + '403': *585 '304': *35 x-github: githubCloudOnly: true @@ -91994,7 +92001,7 @@ paths: examples: - 73..77 - 77..78 - text_matches: &586 + text_matches: &587 title: Search Result Text Matches type: array items: @@ -92158,7 +92165,7 @@ paths: enum: - author-date - committer-date - - &587 + - &588 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 @@ -92278,7 +92285,7 @@ paths: type: number node_id: type: string - text_matches: *586 + text_matches: *587 required: - sha - node_id @@ -92471,7 +92478,7 @@ paths: - interactions - created - updated - - *587 + - *588 - *17 - *18 responses: @@ -92587,7 +92594,7 @@ paths: - string - 'null' format: date-time - text_matches: *586 + text_matches: *587 pull_request: type: object properties: @@ -92809,7 +92816,7 @@ paths: enum: - created - updated - - *587 + - *588 - *17 - *18 responses: @@ -92854,7 +92861,7 @@ paths: - 'null' score: type: number - text_matches: *586 + text_matches: *587 required: - id - node_id @@ -92940,7 +92947,7 @@ paths: - forks - help-wanted-issues - updated - - *587 + - *588 - *17 - *18 responses: @@ -93177,7 +93184,7 @@ paths: - admin - pull - push - text_matches: *586 + text_matches: *587 temp_clone_token: type: string allow_merge_commit: @@ -93486,7 +93493,7 @@ paths: - string - 'null' format: uri - text_matches: *586 + text_matches: *587 related: type: - array @@ -93681,7 +93688,7 @@ paths: - followers - repositories - joined - - *587 + - *588 - *17 - *18 responses: @@ -93791,7 +93798,7 @@ paths: type: - boolean - 'null' - text_matches: *586 + text_matches: *587 blog: type: - string @@ -93871,7 +93878,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#get-a-team-legacy parameters: - - &588 + - &589 name: team_id description: The unique identifier of the team. in: path @@ -93912,7 +93919,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#update-a-team-legacy parameters: - - *588 + - *589 requestBody: required: true content: @@ -94013,7 +94020,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#delete-a-team-legacy parameters: - - *588 + - *589 responses: '204': description: Response @@ -94044,7 +94051,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#list-discussions-legacy parameters: - - *588 + - *589 - *65 - *17 - *18 @@ -94057,7 +94064,7 @@ paths: type: array items: *261 examples: - default: *589 + default: *590 headers: Link: *37 x-github: @@ -94086,7 +94093,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#create-a-discussion-legacy parameters: - - *588 + - *589 requestBody: required: true content: @@ -94149,7 +94156,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#get-a-discussion-legacy parameters: - - *588 + - *589 - *263 responses: '200': @@ -94183,7 +94190,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#update-a-discussion-legacy parameters: - - *588 + - *589 - *263 requestBody: required: false @@ -94209,7 +94216,7 @@ paths: application/json: schema: *261 examples: - default: *590 + default: *591 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94234,7 +94241,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#delete-a-discussion-legacy parameters: - - *588 + - *589 - *263 responses: '204': @@ -94264,7 +94271,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#list-discussion-comments-legacy parameters: - - *588 + - *589 - *263 - *65 - *17 @@ -94278,7 +94285,7 @@ paths: type: array items: *264 examples: - default: *591 + default: *592 headers: Link: *37 x-github: @@ -94307,7 +94314,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#create-a-discussion-comment-legacy parameters: - - *588 + - *589 - *263 requestBody: required: true @@ -94359,7 +94366,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#get-a-discussion-comment-legacy parameters: - - *588 + - *589 - *263 - *266 responses: @@ -94394,7 +94401,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#update-a-discussion-comment-legacy parameters: - - *588 + - *589 - *263 - *266 requestBody: @@ -94420,7 +94427,7 @@ paths: application/json: schema: *264 examples: - default: *592 + default: *593 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94445,7 +94452,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#delete-a-discussion-comment-legacy parameters: - - *588 + - *589 - *263 - *266 responses: @@ -94476,7 +94483,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: - - *588 + - *589 - *263 - *266 - name: content @@ -94535,7 +94542,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: - - *588 + - *589 - *263 - *266 requestBody: @@ -94597,7 +94604,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: - - *588 + - *589 - *263 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -94655,7 +94662,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: - - *588 + - *589 - *263 requestBody: required: true @@ -94714,7 +94721,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-pending-team-invitations-legacy parameters: - - *588 + - *589 - *17 - *18 responses: @@ -94752,7 +94759,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-team-members-legacy parameters: - - *588 + - *589 - name: role description: Filters members returned by their role in the team. in: query @@ -94803,7 +94810,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-member-legacy parameters: - - *588 + - *589 - *154 responses: '204': @@ -94840,7 +94847,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-team-member-legacy parameters: - - *588 + - *589 - *154 responses: '204': @@ -94880,7 +94887,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-member-legacy parameters: - - *588 + - *589 - *154 responses: '204': @@ -94917,7 +94924,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: - - *588 + - *589 - *154 responses: '200': @@ -94926,7 +94933,7 @@ paths: application/json: schema: *275 examples: - response-if-user-is-a-team-maintainer: *593 + response-if-user-is-a-team-maintainer: *594 '404': *6 x-github: githubCloudOnly: false @@ -94959,7 +94966,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: - - *588 + - *589 - *154 requestBody: required: false @@ -94987,7 +94994,7 @@ paths: application/json: schema: *275 examples: - response-if-users-membership-with-team-is-now-pending: *594 + response-if-users-membership-with-team-is-now-pending: *595 '403': description: Forbidden if team synchronization is set up '422': @@ -95021,7 +95028,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: - - *588 + - *589 - *154 responses: '204': @@ -95051,7 +95058,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-projects-legacy parameters: - - *588 + - *589 - *17 - *18 responses: @@ -95063,7 +95070,7 @@ paths: type: array items: *276 examples: - default: *595 + default: *596 headers: Link: *37 '404': *6 @@ -95090,7 +95097,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: - - *588 + - *589 - *277 responses: '200': @@ -95099,7 +95106,7 @@ paths: application/json: schema: *276 examples: - default: *596 + default: *597 '404': description: Not Found if project is not managed by this team x-github: @@ -95124,7 +95131,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: - - *588 + - *589 - *277 requestBody: required: false @@ -95193,7 +95200,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: - - *588 + - *589 - *277 responses: '204': @@ -95221,7 +95228,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-repositories-legacy parameters: - - *588 + - *589 - *17 - *18 responses: @@ -95263,7 +95270,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: - - *588 + - *589 - *278 - *279 responses: @@ -95271,7 +95278,7 @@ paths: description: Alternative response with extra repository information content: application/json: - schema: *597 + schema: *598 examples: alternative-response-with-extra-repository-information: value: @@ -95422,7 +95429,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: - - *588 + - *589 - *278 - *279 requestBody: @@ -95474,7 +95481,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: - - *588 + - *589 - *278 - *279 responses: @@ -95505,7 +95512,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: - - *588 + - *589 responses: '200': description: Response @@ -95540,7 +95547,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: - - *588 + - *589 requestBody: required: true content: @@ -95632,7 +95639,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-child-teams-legacy parameters: - - *588 + - *589 - *17 - *18 responses: @@ -95644,7 +95651,7 @@ paths: type: array items: *198 examples: - response-if-child-teams-exist: *598 + response-if-child-teams-exist: *599 headers: Link: *37 '404': *6 @@ -95677,7 +95684,7 @@ paths: application/json: schema: oneOf: - - &600 + - &601 title: Private User description: Private User type: object @@ -95930,7 +95937,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *599 + - *600 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -96090,7 +96097,7 @@ paths: description: Response content: application/json: - schema: *600 + schema: *601 examples: default: value: @@ -96488,7 +96495,7 @@ paths: type: integer secrets: type: array - items: &601 + items: &602 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -96608,7 +96615,7 @@ paths: description: Response content: application/json: - schema: *601 + schema: *602 examples: default: value: @@ -96754,7 +96761,7 @@ paths: type: array items: *132 examples: - default: *602 + default: *603 '401': *23 '403': *27 '404': *6 @@ -97021,7 +97028,7 @@ paths: description: Response content: application/json: - schema: &603 + schema: &604 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -97074,7 +97081,7 @@ paths: examples: - https://github.com/octocat/hello-world/tree/:branch examples: - default: &604 + default: &605 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -97119,9 +97126,9 @@ paths: description: Response content: application/json: - schema: *603 + schema: *604 examples: - default: *604 + default: *605 '404': *6 x-github: githubCloudOnly: false @@ -97160,7 +97167,7 @@ paths: type: array items: *383 examples: - default: *605 + default: *606 '304': *35 '500': *69 '401': *23 @@ -98126,7 +98133,7 @@ paths: type: array items: *213 examples: - default: &618 + default: &619 value: - id: 197 name: hello_docker @@ -98227,7 +98234,7 @@ paths: application/json: schema: type: array - items: &606 + items: &607 title: Email description: Email type: object @@ -98297,9 +98304,9 @@ paths: application/json: schema: type: array - items: *606 + items: *607 examples: - default: &620 + default: &621 value: - email: octocat@github.com verified: true @@ -98376,7 +98383,7 @@ paths: application/json: schema: type: array - items: *606 + items: *607 examples: default: value: @@ -98633,7 +98640,7 @@ paths: application/json: schema: type: array - items: &607 + items: &608 title: GPG Key description: A unique encryption key type: object @@ -98778,7 +98785,7 @@ paths: - subkeys - revoked examples: - default: &631 + default: &632 value: - id: 3 name: Octocat's GPG Key @@ -98863,9 +98870,9 @@ paths: description: Response content: application/json: - schema: *607 + schema: *608 examples: - default: &608 + default: &609 value: id: 3 name: Octocat's GPG Key @@ -98922,7 +98929,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: - - &609 + - &610 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -98934,9 +98941,9 @@ paths: description: Response content: application/json: - schema: *607 + schema: *608 examples: - default: *608 + default: *609 '404': *6 '304': *35 '403': *27 @@ -98959,7 +98966,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: - - *609 + - *610 responses: '204': description: Response @@ -99150,7 +99157,7 @@ paths: type: array items: *55 examples: - default: *610 + default: *611 headers: Link: *37 '404': *6 @@ -99414,7 +99421,7 @@ paths: application/json: schema: type: array - items: &611 + items: &612 title: Key description: Key type: object @@ -99512,9 +99519,9 @@ paths: description: Response content: application/json: - schema: *611 + schema: *612 examples: - default: &612 + default: &613 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -99553,9 +99560,9 @@ paths: description: Response content: application/json: - schema: *611 + schema: *612 examples: - default: *612 + default: *613 '404': *6 '304': *35 '403': *27 @@ -99611,7 +99618,7 @@ paths: application/json: schema: type: array - items: &613 + items: &614 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -99690,7 +99697,7 @@ paths: - account - plan examples: - default: &614 + default: &615 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -99752,9 +99759,9 @@ paths: application/json: schema: type: array - items: *613 + items: *614 examples: - default: *614 + default: *615 headers: Link: *37 '304': *35 @@ -100758,7 +100765,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#unlock-a-user-repository parameters: - *208 - - *615 + - *616 responses: '204': description: Response @@ -100828,7 +100835,7 @@ paths: type: array items: *50 examples: - default: *616 + default: *617 headers: Link: *37 '304': *35 @@ -100870,7 +100877,7 @@ paths: - docker - nuget - container - - *617 + - *618 - *18 - *17 responses: @@ -100882,8 +100889,8 @@ paths: type: array items: *213 examples: - default: *618 - '400': *619 + default: *619 + '400': *620 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -100912,7 +100919,7 @@ paths: application/json: schema: *213 examples: - default: &632 + default: &633 value: id: 40201 name: octo-name @@ -101364,9 +101371,9 @@ paths: application/json: schema: type: array - items: *606 + items: *607 examples: - default: *620 + default: *621 headers: Link: *37 '304': *35 @@ -101479,7 +101486,7 @@ paths: type: array items: *55 examples: - default: &627 + default: &628 summary: Default response value: - id: 1296269 @@ -101837,7 +101844,7 @@ paths: type: array items: *453 examples: - default: *621 + default: *622 headers: Link: *37 '304': *35 @@ -101916,7 +101923,7 @@ paths: application/json: schema: type: array - items: &622 + items: &623 title: Social account description: Social media account type: object @@ -101933,7 +101940,7 @@ paths: - provider - url examples: - default: &623 + default: &624 value: - provider: twitter url: https://twitter.com/github @@ -101996,9 +102003,9 @@ paths: application/json: schema: type: array - items: *622 + items: *623 examples: - default: *623 + default: *624 '422': *15 '304': *35 '404': *6 @@ -102086,7 +102093,7 @@ paths: application/json: schema: type: array - items: &624 + items: &625 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -102106,7 +102113,7 @@ paths: - title - created_at examples: - default: &633 + default: &634 value: - key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -102173,9 +102180,9 @@ paths: description: Response content: application/json: - schema: *624 + schema: *625 examples: - default: &625 + default: &626 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -102206,7 +102213,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: - - &626 + - &627 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -102218,9 +102225,9 @@ paths: description: Response content: application/json: - schema: *624 + schema: *625 examples: - default: *625 + default: *626 '404': *6 '304': *35 '403': *27 @@ -102243,7 +102250,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: - - *626 + - *627 responses: '204': description: Response @@ -102272,7 +102279,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: - - &634 + - &635 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 @@ -102297,11 +102304,11 @@ paths: type: array items: *55 examples: - default-response: *627 + default-response: *628 application/vnd.github.v3.star+json: schema: type: array - items: &635 + items: &636 title: Starred Repository description: Starred Repository type: object @@ -102668,10 +102675,10 @@ paths: application/json: schema: oneOf: + - *601 - *600 - - *599 examples: - default-response: &629 + default-response: &630 summary: Default response value: login: octocat @@ -102706,7 +102713,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &630 + response-with-git-hub-plan-information: &631 summary: Response with GitHub plan information value: login: octocat @@ -102766,7 +102773,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/users#list-users parameters: - - *628 + - *629 - *17 responses: '200': @@ -102813,11 +102820,11 @@ paths: application/json: schema: oneOf: + - *601 - *600 - - *599 examples: - default-response: *629 - response-with-git-hub-plan-information: *630 + default-response: *630 + response-with-git-hub-plan-information: *631 '404': *6 x-github: githubCloudOnly: false @@ -102981,7 +102988,7 @@ paths: type: array items: *213 examples: - default: *618 + default: *619 '403': *27 '401': *23 x-github: @@ -103385,9 +103392,9 @@ paths: application/json: schema: type: array - items: *607 + items: *608 examples: - default: *631 + default: *632 headers: Link: *37 x-github: @@ -103569,7 +103576,7 @@ paths: type: array items: *50 examples: - default: *616 + default: *617 headers: Link: *37 x-github: @@ -103608,7 +103615,7 @@ paths: - docker - nuget - container - - *617 + - *618 - *154 - *18 - *17 @@ -103621,10 +103628,10 @@ paths: type: array items: *213 examples: - default: *618 + default: *619 '403': *27 '401': *23 - '400': *619 + '400': *620 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -103654,7 +103661,7 @@ paths: application/json: schema: *213 examples: - default: *632 + default: *633 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -104337,9 +104344,9 @@ paths: application/json: schema: type: array - items: *622 + items: *623 examples: - default: *623 + default: *624 headers: Link: *37 x-github: @@ -104369,9 +104376,9 @@ paths: application/json: schema: type: array - items: *624 + items: *625 examples: - default: *633 + default: *634 headers: Link: *37 x-github: @@ -104396,7 +104403,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-repositories-starred-by-a-user parameters: - *154 - - *634 + - *635 - *65 - *17 - *18 @@ -104408,11 +104415,11 @@ paths: schema: anyOf: - type: array - items: *635 + items: *636 - type: array items: *55 examples: - default-response: *627 + default-response: *628 headers: Link: *37 x-github: @@ -104572,7 +104579,7 @@ webhooks: type: string enum: - disabled - enterprise: &636 + enterprise: &637 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -104641,7 +104648,7 @@ webhooks: - created_at - updated_at - avatar_url - installation: &637 + installation: &638 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -104662,7 +104669,7 @@ webhooks: required: - id - node_id - organization: &638 + organization: &639 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -104735,7 +104742,7 @@ webhooks: - public_members_url - avatar_url - description - repository: &639 + repository: &640 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property @@ -105648,10 +105655,10 @@ webhooks: type: string enum: - enabled - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 sender: *4 required: - action @@ -105727,11 +105734,11 @@ webhooks: type: string enum: - created - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 - rule: &640 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 + rule: &641 title: branch protection rule description: The branch protection rule. Includes a `name` and all the [branch protection settings](https://docs.github.com/enterprise-cloud@latest//github/administering-a-repository/defining-the-mergeability-of-pull-requests/about-protected-branches#about-branch-protection-settings) @@ -105954,11 +105961,11 @@ webhooks: type: string enum: - deleted - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 - rule: *640 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 + rule: *641 sender: *4 required: - action @@ -106146,11 +106153,11 @@ webhooks: - everyone required: - from - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 - rule: *640 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 + rule: *641 sender: *4 required: - action @@ -106223,7 +106230,7 @@ webhooks: required: true content: application/json: - schema: &643 + schema: &644 title: Exemption request cancellation event type: object properties: @@ -106231,11 +106238,11 @@ webhooks: type: string enum: - cancelled - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 - exemption_request: &641 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 + exemption_request: &642 title: Exemption Request description: A request from a user to be exempted from a set of rules. @@ -106375,7 +106382,7 @@ webhooks: - array - 'null' description: The responses to the exemption request. - items: &642 + items: &643 title: Exemption response description: A response to an exemption request by a delegated bypasser. @@ -106481,7 +106488,7 @@ webhooks: required: true content: application/json: - schema: &644 + schema: &645 title: Exemption request completed event type: object properties: @@ -106489,11 +106496,11 @@ webhooks: type: string enum: - completed - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 - exemption_request: *641 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 + exemption_request: *642 sender: *4 required: - action @@ -106565,7 +106572,7 @@ webhooks: required: true content: application/json: - schema: &645 + schema: &646 title: Exemption request created event type: object properties: @@ -106573,11 +106580,11 @@ webhooks: type: string enum: - created - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 - exemption_request: *641 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 + exemption_request: *642 sender: *4 required: - action @@ -106649,7 +106656,7 @@ webhooks: required: true content: application/json: - schema: &646 + schema: &647 title: Exemption response dismissed event type: object properties: @@ -106657,12 +106664,12 @@ webhooks: type: string enum: - response_dismissed - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 - exemption_request: *641 - exemption_response: *642 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 + exemption_request: *642 + exemption_response: *643 sender: *4 required: - action @@ -106736,7 +106743,7 @@ webhooks: required: true content: application/json: - schema: &647 + schema: &648 title: Exemption response submitted event type: object properties: @@ -106744,12 +106751,12 @@ webhooks: type: string enum: - response_submitted - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 - exemption_request: *641 - exemption_response: *642 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 + exemption_request: *642 + exemption_response: *643 sender: *4 required: - action @@ -106822,7 +106829,7 @@ webhooks: required: true content: application/json: - schema: *643 + schema: *644 responses: '200': description: Return a 200 status to indicate that the data was received @@ -106889,7 +106896,7 @@ webhooks: required: true content: application/json: - schema: *644 + schema: *645 responses: '200': description: Return a 200 status to indicate that the data was received @@ -106956,7 +106963,7 @@ webhooks: required: true content: application/json: - schema: *645 + schema: *646 responses: '200': description: Return a 200 status to indicate that the data was received @@ -107023,7 +107030,7 @@ webhooks: required: true content: application/json: - schema: *646 + schema: *647 responses: '200': description: Return a 200 status to indicate that the data was received @@ -107091,7 +107098,7 @@ webhooks: required: true content: application/json: - schema: *647 + schema: *648 responses: '200': description: Return a 200 status to indicate that the data was received @@ -107169,7 +107176,7 @@ webhooks: type: string enum: - completed - check_run: &649 + check_run: &650 title: CheckRun description: A check performed on the code of a given code change type: object @@ -107282,7 +107289,7 @@ webhooks: - examples: - neutral - deployment: *648 + deployment: *649 details_url: type: string examples: @@ -107380,9 +107387,9 @@ webhooks: - output - app - pull_requests - installation: *637 - organization: *638 - repository: *639 + installation: *638 + organization: *639 + repository: *640 sender: *4 required: - check_run @@ -107775,10 +107782,10 @@ webhooks: type: string enum: - created - check_run: *649 - installation: *637 - organization: *638 - repository: *639 + check_run: *650 + installation: *638 + organization: *639 + repository: *640 sender: *4 required: - check_run @@ -108174,10 +108181,10 @@ webhooks: type: string enum: - requested_action - check_run: *649 - installation: *637 - organization: *638 - repository: *639 + check_run: *650 + installation: *638 + organization: *639 + repository: *640 requested_action: description: The action requested by the user. type: object @@ -108582,10 +108589,10 @@ webhooks: type: string enum: - rerequested - check_run: *649 - installation: *637 - organization: *638 - repository: *639 + check_run: *650 + installation: *638 + organization: *639 + repository: *640 sender: *4 required: - check_run @@ -109575,10 +109582,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 sender: *4 required: - action @@ -110261,10 +110268,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 sender: *4 required: - action @@ -110941,10 +110948,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 sender: *4 required: - action @@ -111249,20 +111256,20 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: &650 + commit_oid: &651 description: The commit SHA of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - enterprise: *636 - installation: *637 - organization: *638 - ref: &651 + enterprise: *637 + installation: *638 + organization: *639 + ref: &652 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: *639 + repository: *640 sender: *4 required: - action @@ -111588,12 +111595,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *650 - enterprise: *636 - installation: *637 - organization: *638 - ref: *651 - repository: *639 + commit_oid: *651 + enterprise: *637 + installation: *638 + organization: *639 + ref: *652 + repository: *640 sender: *4 required: - action @@ -111863,12 +111870,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *650 - enterprise: *636 - installation: *637 - organization: *638 - ref: *651 - repository: *639 + commit_oid: *651 + enterprise: *637 + installation: *638 + organization: *639 + ref: *652 + repository: *640 sender: *4 required: - action @@ -112198,12 +112205,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *650 - enterprise: *636 - installation: *637 - organization: *638 - ref: *651 - repository: *639 + commit_oid: *651 + enterprise: *637 + installation: *638 + organization: *639 + ref: *652 + repository: *640 sender: *4 required: - action @@ -112472,9 +112479,9 @@ webhooks: type: - string - 'null' - enterprise: *636 - installation: *637 - organization: *638 + enterprise: *637 + installation: *638 + organization: *639 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event @@ -112482,7 +112489,7 @@ webhooks: type: - string - 'null' - repository: *639 + repository: *640 sender: *4 required: - action @@ -112714,12 +112721,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *650 - enterprise: *636 - installation: *637 - organization: *638 - ref: *651 - repository: *639 + commit_oid: *651 + enterprise: *637 + installation: *638 + organization: *639 + ref: *652 + repository: *640 sender: *4 required: - action @@ -112979,10 +112986,10 @@ webhooks: - updated_at - author_association - body - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 sender: *4 required: - action @@ -113063,18 +113070,18 @@ webhooks: type: - string - 'null' - enterprise: *636 - installation: *637 + enterprise: *637 + installation: *638 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *638 - pusher_type: &652 + organization: *639 + pusher_type: &653 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &653 + ref: &654 description: The [`git ref`](https://docs.github.com/enterprise-cloud@latest//rest/git/refs#get-a-reference) resource. type: string @@ -113084,7 +113091,7 @@ webhooks: enum: - tag - branch - repository: *639 + repository: *640 sender: *4 required: - ref @@ -113167,9 +113174,9 @@ webhooks: enum: - created definition: *227 - enterprise: *636 - installation: *637 - organization: *638 + enterprise: *637 + installation: *638 + organization: *639 sender: *4 required: - action @@ -113253,9 +113260,9 @@ webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *636 - installation: *637 - organization: *638 + enterprise: *637 + installation: *638 + organization: *639 sender: *4 required: - action @@ -113332,9 +113339,9 @@ webhooks: enum: - updated definition: *227 - enterprise: *636 - installation: *637 - organization: *638 + enterprise: *637 + installation: *638 + organization: *639 sender: *4 required: - action @@ -113410,10 +113417,10 @@ webhooks: type: string enum: - updated - enterprise: *636 - installation: *637 - repository: *639 - organization: *638 + enterprise: *637 + installation: *638 + repository: *640 + organization: *639 sender: *4 new_property_values: type: array @@ -113498,18 +113505,18 @@ webhooks: title: delete event type: object properties: - enterprise: *636 - installation: *637 - organization: *638 - pusher_type: *652 - ref: *653 + enterprise: *637 + installation: *638 + organization: *639 + pusher_type: *653 + ref: *654 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *639 + repository: *640 sender: *4 required: - ref @@ -113594,10 +113601,10 @@ webhooks: enum: - auto_dismissed alert: *409 - installation: *637 - organization: *638 - enterprise: *636 - repository: *639 + installation: *638 + organization: *639 + enterprise: *637 + repository: *640 sender: *4 required: - action @@ -113682,10 +113689,10 @@ webhooks: enum: - auto_reopened alert: *409 - installation: *637 - organization: *638 - enterprise: *636 - repository: *639 + installation: *638 + organization: *639 + enterprise: *637 + repository: *640 sender: *4 required: - action @@ -113770,10 +113777,10 @@ webhooks: enum: - created alert: *409 - installation: *637 - organization: *638 - enterprise: *636 - repository: *639 + installation: *638 + organization: *639 + enterprise: *637 + repository: *640 sender: *4 required: - action @@ -113856,10 +113863,10 @@ webhooks: enum: - dismissed alert: *409 - installation: *637 - organization: *638 - enterprise: *636 - repository: *639 + installation: *638 + organization: *639 + enterprise: *637 + repository: *640 sender: *4 required: - action @@ -113942,10 +113949,10 @@ webhooks: enum: - fixed alert: *409 - installation: *637 - organization: *638 - enterprise: *636 - repository: *639 + installation: *638 + organization: *639 + enterprise: *637 + repository: *640 sender: *4 required: - action @@ -114029,10 +114036,10 @@ webhooks: enum: - reintroduced alert: *409 - installation: *637 - organization: *638 - enterprise: *636 - repository: *639 + installation: *638 + organization: *639 + enterprise: *637 + repository: *640 sender: *4 required: - action @@ -114115,10 +114122,10 @@ webhooks: enum: - reopened alert: *409 - installation: *637 - organization: *638 - enterprise: *636 - repository: *639 + installation: *638 + organization: *639 + enterprise: *637 + repository: *640 sender: *4 required: - action @@ -114195,9 +114202,9 @@ webhooks: type: string enum: - created - enterprise: *636 - installation: *637 - key: &654 + enterprise: *637 + installation: *638 + key: &655 description: The [`deploy key`](https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -114233,8 +114240,8 @@ webhooks: - verified - created_at - read_only - organization: *638 - repository: *639 + organization: *639 + repository: *640 sender: *4 required: - action @@ -114311,11 +114318,11 @@ webhooks: type: string enum: - deleted - enterprise: *636 - installation: *637 - key: *654 - organization: *638 - repository: *639 + enterprise: *637 + installation: *638 + key: *655 + organization: *639 + repository: *640 sender: *4 required: - action @@ -114883,12 +114890,12 @@ webhooks: - updated_at - statuses_url - repository_url - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 sender: *4 - workflow: &658 + workflow: &659 title: Workflow type: - object @@ -115626,9 +115633,9 @@ webhooks: pull_requests: type: array items: *496 - repository: *639 - organization: *638 - installation: *637 + repository: *640 + organization: *639 + installation: *638 sender: *4 responses: '200': @@ -115699,7 +115706,7 @@ webhooks: type: string enum: - approved - approver: &655 + approver: &656 type: object properties: avatar_url: @@ -115740,11 +115747,11 @@ webhooks: type: string comment: type: string - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 - reviewers: &656 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 + reviewers: &657 type: array items: type: object @@ -115825,7 +115832,7 @@ webhooks: sender: *4 since: type: string - workflow_job_run: &657 + workflow_job_run: &658 type: object properties: conclusion: @@ -116563,18 +116570,18 @@ webhooks: type: string enum: - rejected - approver: *655 + approver: *656 comment: type: string - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 - reviewers: *656 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 + reviewers: *657 sender: *4 since: type: string - workflow_job_run: *657 + workflow_job_run: *658 workflow_job_runs: type: array items: @@ -117283,13 +117290,13 @@ webhooks: type: string enum: - requested - enterprise: *636 + enterprise: *637 environment: type: string - installation: *637 - organization: *638 - repository: *639 - requestor: &663 + installation: *638 + organization: *639 + repository: *640 + requestor: &664 title: User type: - object @@ -119212,12 +119219,12 @@ webhooks: - updated_at - deployment_url - repository_url - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 sender: *4 - workflow: *658 + workflow: *659 workflow_run: title: Deployment Workflow Run type: @@ -119904,7 +119911,7 @@ webhooks: type: string enum: - answered - answer: &661 + answer: &662 type: object properties: author_association: @@ -120062,7 +120069,7 @@ webhooks: - created_at - updated_at - body - discussion: &659 + discussion: &660 title: Discussion description: A Discussion in a repository. type: object @@ -120376,10 +120383,10 @@ webhooks: - author_association - active_lock_reason - body - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 sender: *4 required: - action @@ -120506,11 +120513,11 @@ webhooks: - from required: - category - discussion: *659 - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 + discussion: *660 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 sender: *4 required: - action @@ -120593,11 +120600,11 @@ webhooks: type: string enum: - closed - discussion: *659 - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 + discussion: *660 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 sender: *4 required: - action @@ -120679,7 +120686,7 @@ webhooks: type: string enum: - created - comment: &660 + comment: &661 type: object properties: author_association: @@ -120837,11 +120844,11 @@ webhooks: - updated_at - body - reactions - discussion: *659 - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 + discussion: *660 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 sender: *4 required: - action @@ -120924,12 +120931,12 @@ webhooks: type: string enum: - deleted - comment: *660 - discussion: *659 - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 + comment: *661 + discussion: *660 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 sender: *4 required: - action @@ -121024,12 +121031,12 @@ webhooks: - from required: - body - comment: *660 - discussion: *659 - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 + comment: *661 + discussion: *660 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 sender: *4 required: - action @@ -121113,11 +121120,11 @@ webhooks: type: string enum: - created - discussion: *659 - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 + discussion: *660 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 sender: *4 required: - action @@ -121199,11 +121206,11 @@ webhooks: type: string enum: - deleted - discussion: *659 - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 + discussion: *660 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 sender: *4 required: - action @@ -121303,11 +121310,11 @@ webhooks: type: string required: - from - discussion: *659 - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 + discussion: *660 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 sender: *4 required: - action @@ -121389,10 +121396,10 @@ webhooks: type: string enum: - labeled - discussion: *659 - enterprise: *636 - installation: *637 - label: &662 + discussion: *660 + enterprise: *637 + installation: *638 + label: &663 title: Label type: object properties: @@ -121425,8 +121432,8 @@ webhooks: - color - default - description - organization: *638 - repository: *639 + organization: *639 + repository: *640 sender: *4 required: - action @@ -121509,11 +121516,11 @@ webhooks: type: string enum: - locked - discussion: *659 - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 + discussion: *660 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 sender: *4 required: - action @@ -121595,11 +121602,11 @@ webhooks: type: string enum: - pinned - discussion: *659 - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 + discussion: *660 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 sender: *4 required: - action @@ -121681,11 +121688,11 @@ webhooks: type: string enum: - reopened - discussion: *659 - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 + discussion: *660 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 sender: *4 required: - action @@ -121770,16 +121777,16 @@ webhooks: changes: type: object properties: - new_discussion: *659 - new_repository: *639 + new_discussion: *660 + new_repository: *640 required: - new_discussion - new_repository - discussion: *659 - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 + discussion: *660 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 sender: *4 required: - action @@ -121862,10 +121869,10 @@ webhooks: type: string enum: - unanswered - discussion: *659 - old_answer: *661 - organization: *638 - repository: *639 + discussion: *660 + old_answer: *662 + organization: *639 + repository: *640 sender: *4 required: - action @@ -121947,12 +121954,12 @@ webhooks: type: string enum: - unlabeled - discussion: *659 - enterprise: *636 - installation: *637 - label: *662 - organization: *638 - repository: *639 + discussion: *660 + enterprise: *637 + installation: *638 + label: *663 + organization: *639 + repository: *640 sender: *4 required: - action @@ -122035,11 +122042,11 @@ webhooks: type: string enum: - unlocked - discussion: *659 - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 + discussion: *660 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 sender: *4 required: - action @@ -122121,11 +122128,11 @@ webhooks: type: string enum: - unpinned - discussion: *659 - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 + discussion: *660 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 sender: *4 required: - action @@ -122198,7 +122205,7 @@ webhooks: description: A user forks a repository. type: object properties: - enterprise: *636 + enterprise: *637 forkee: description: The created [`repository`](https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository) resource. @@ -122874,9 +122881,9 @@ webhooks: type: integer watchers_count: type: integer - installation: *637 - organization: *638 - repository: *639 + installation: *638 + organization: *639 + repository: *640 sender: *4 required: - forkee @@ -123022,9 +123029,9 @@ webhooks: title: gollum event type: object properties: - enterprise: *636 - installation: *637 - organization: *638 + enterprise: *637 + installation: *638 + organization: *639 pages: description: The pages that were updated. type: array @@ -123062,7 +123069,7 @@ webhooks: - action - sha - html_url - repository: *639 + repository: *640 sender: *4 required: - pages @@ -123138,10 +123145,10 @@ webhooks: type: string enum: - created - enterprise: *636 + enterprise: *637 installation: *20 - organization: *638 - repositories: &664 + organization: *639 + repositories: &665 description: An array of repository objects that the installation can access. type: array @@ -123167,8 +123174,8 @@ webhooks: - name - full_name - private - repository: *639 - requester: *663 + repository: *640 + requester: *664 sender: *4 required: - action @@ -123243,11 +123250,11 @@ webhooks: type: string enum: - deleted - enterprise: *636 + enterprise: *637 installation: *20 - organization: *638 - repositories: *664 - repository: *639 + organization: *639 + repositories: *665 + repository: *640 requester: type: - 'null' @@ -123324,11 +123331,11 @@ webhooks: type: string enum: - new_permissions_accepted - enterprise: *636 + enterprise: *637 installation: *20 - organization: *638 - repositories: *664 - repository: *639 + organization: *639 + repositories: *665 + repository: *640 requester: type: - 'null' @@ -123405,10 +123412,10 @@ webhooks: type: string enum: - added - enterprise: *636 + enterprise: *637 installation: *20 - organization: *638 - repositories_added: &665 + organization: *639 + repositories_added: &666 description: An array of repository objects, which were added to the installation. type: array @@ -123454,15 +123461,15 @@ webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *639 - repository_selection: &666 + repository: *640 + repository_selection: &667 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *663 + requester: *664 sender: *4 required: - action @@ -123541,10 +123548,10 @@ webhooks: type: string enum: - removed - enterprise: *636 + enterprise: *637 installation: *20 - organization: *638 - repositories_added: *665 + organization: *639 + repositories_added: *666 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -123571,9 +123578,9 @@ webhooks: - name - full_name - private - repository: *639 - repository_selection: *666 - requester: *663 + repository: *640 + repository_selection: *667 + requester: *664 sender: *4 required: - action @@ -123652,11 +123659,11 @@ webhooks: type: string enum: - suspend - enterprise: *636 + enterprise: *637 installation: *20 - organization: *638 - repositories: *664 - repository: *639 + organization: *639 + repositories: *665 + repository: *640 requester: type: - 'null' @@ -123837,10 +123844,10 @@ webhooks: type: string required: - from - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 sender: *4 target_type: type: string @@ -123919,11 +123926,11 @@ webhooks: type: string enum: - unsuspend - enterprise: *636 + enterprise: *637 installation: *20 - organization: *638 - repositories: *664 - repository: *639 + organization: *639 + repositories: *665 + repository: *640 requester: type: - 'null' @@ -124169,8 +124176,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *636 - installation: *637 + enterprise: *637 + installation: *638 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -125334,8 +125341,8 @@ webhooks: - state - locked - assignee - organization: *638 - repository: *639 + organization: *639 + repository: *640 sender: *4 required: - action @@ -125415,7 +125422,7 @@ webhooks: type: string enum: - deleted - comment: &667 + comment: &668 title: issue comment description: The [comment](https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#get-an-issue-comment) itself. @@ -125580,8 +125587,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *636 - installation: *637 + enterprise: *637 + installation: *638 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -126741,8 +126748,8 @@ webhooks: - state - locked - assignee - organization: *638 - repository: *639 + organization: *639 + repository: *640 sender: *4 required: - action @@ -126822,7 +126829,7 @@ webhooks: type: string enum: - edited - changes: &692 + changes: &693 description: The changes to the comment. type: object properties: @@ -126834,9 +126841,9 @@ webhooks: type: string required: - from - comment: *667 - enterprise: *636 - installation: *637 + comment: *668 + enterprise: *637 + installation: *638 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -127999,8 +128006,8 @@ webhooks: - state - locked - assignee - organization: *638 - repository: *639 + organization: *639 + repository: *640 sender: *4 required: - action @@ -128082,10 +128089,10 @@ webhooks: type: string enum: - assigned - assignee: *663 - enterprise: *636 - installation: *637 - issue: &670 + assignee: *664 + enterprise: *637 + installation: *638 + issue: &671 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -129005,8 +129012,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *638 - repository: *639 + organization: *639 + repository: *640 sender: *4 required: - action @@ -129086,8 +129093,8 @@ webhooks: type: string enum: - closed - enterprise: *636 - installation: *637 + enterprise: *637 + installation: *638 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -130153,8 +130160,8 @@ webhooks: required: - state - closed_at - organization: *638 - repository: *639 + organization: *639 + repository: *640 sender: *4 required: - action @@ -130233,8 +130240,8 @@ webhooks: type: string enum: - deleted - enterprise: *636 - installation: *637 + enterprise: *637 + installation: *638 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -131149,8 +131156,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *638 - repository: *639 + organization: *639 + repository: *640 sender: *4 required: - action @@ -131229,8 +131236,8 @@ webhooks: type: string enum: - demilestoned - enterprise: *636 - installation: *637 + enterprise: *637 + installation: *638 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -132151,7 +132158,7 @@ webhooks: url: type: string format: uri - milestone: &668 + milestone: &669 title: Milestone description: A collection of related issues and pull requests. type: object @@ -132292,8 +132299,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *638 - repository: *639 + organization: *639 + repository: *640 sender: *4 required: - action @@ -132392,8 +132399,8 @@ webhooks: type: string required: - from - enterprise: *636 - installation: *637 + enterprise: *637 + installation: *638 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -133315,9 +133322,9 @@ webhooks: - active_lock_reason - body - reactions - label: *662 - organization: *638 - repository: *639 + label: *663 + organization: *639 + repository: *640 sender: *4 required: - action @@ -133397,8 +133404,8 @@ webhooks: type: string enum: - labeled - enterprise: *636 - installation: *637 + enterprise: *637 + installation: *638 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -134319,9 +134326,9 @@ webhooks: - active_lock_reason - body - reactions - label: *662 - organization: *638 - repository: *639 + label: *663 + organization: *639 + repository: *640 sender: *4 required: - action @@ -134401,8 +134408,8 @@ webhooks: type: string enum: - locked - enterprise: *636 - installation: *637 + enterprise: *637 + installation: *638 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -135323,8 +135330,8 @@ webhooks: url: type: string format: uri - organization: *638 - repository: *639 + organization: *639 + repository: *640 sender: *4 required: - action @@ -135403,8 +135410,8 @@ webhooks: type: string enum: - milestoned - enterprise: *636 - installation: *637 + enterprise: *637 + installation: *638 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -136323,9 +136330,9 @@ webhooks: url: type: string format: uri - milestone: *668 - organization: *638 - repository: *639 + milestone: *669 + organization: *639 + repository: *640 sender: *4 required: - action @@ -137799,8 +137806,8 @@ webhooks: required: - old_issue - old_repository - enterprise: *636 - installation: *637 + enterprise: *637 + installation: *638 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -138719,8 +138726,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *638 - repository: *639 + organization: *639 + repository: *640 sender: *4 required: - action @@ -138800,9 +138807,9 @@ webhooks: type: string enum: - pinned - enterprise: *636 - installation: *637 - issue: &669 + enterprise: *637 + installation: *638 + issue: &670 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -139715,8 +139722,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *638 - repository: *639 + organization: *639 + repository: *640 sender: *4 required: - action @@ -139795,8 +139802,8 @@ webhooks: type: string enum: - reopened - enterprise: *636 - installation: *637 + enterprise: *637 + installation: *638 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -140720,8 +140727,8 @@ webhooks: url: type: string format: uri - organization: *638 - repository: *639 + organization: *639 + repository: *640 sender: *4 required: - action @@ -142195,11 +142202,11 @@ webhooks: required: - new_issue - new_repository - enterprise: *636 - installation: *637 - issue: *669 - organization: *638 - repository: *639 + enterprise: *637 + installation: *638 + issue: *670 + organization: *639 + repository: *640 sender: *4 required: - action @@ -142280,7 +142287,7 @@ webhooks: type: string enum: - unassigned - assignee: &695 + assignee: &696 title: User type: - object @@ -142350,11 +142357,11 @@ webhooks: required: - login - id - enterprise: *636 - installation: *637 - issue: *670 - organization: *638 - repository: *639 + enterprise: *637 + installation: *638 + issue: *671 + organization: *639 + repository: *640 sender: *4 required: - action @@ -142433,12 +142440,12 @@ webhooks: type: string enum: - unlabeled - enterprise: *636 - installation: *637 - issue: *670 - label: *662 - organization: *638 - repository: *639 + enterprise: *637 + installation: *638 + issue: *671 + label: *663 + organization: *639 + repository: *640 sender: *4 required: - action @@ -142518,8 +142525,8 @@ webhooks: type: string enum: - unlocked - enterprise: *636 - installation: *637 + enterprise: *637 + installation: *638 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -143438,8 +143445,8 @@ webhooks: url: type: string format: uri - organization: *638 - repository: *639 + organization: *639 + repository: *640 sender: *4 required: - action @@ -143519,11 +143526,11 @@ webhooks: type: string enum: - unpinned - enterprise: *636 - installation: *637 - issue: *669 - organization: *638 - repository: *639 + enterprise: *637 + installation: *638 + issue: *670 + organization: *639 + repository: *640 sender: *4 required: - action @@ -143602,11 +143609,11 @@ webhooks: type: string enum: - created - enterprise: *636 - installation: *637 - label: *662 - organization: *638 - repository: *639 + enterprise: *637 + installation: *638 + label: *663 + organization: *639 + repository: *640 sender: *4 required: - action @@ -143684,11 +143691,11 @@ webhooks: type: string enum: - deleted - enterprise: *636 - installation: *637 - label: *662 - organization: *638 - repository: *639 + enterprise: *637 + installation: *638 + label: *663 + organization: *639 + repository: *640 sender: *4 required: - action @@ -143798,11 +143805,11 @@ webhooks: type: string required: - from - enterprise: *636 - installation: *637 - label: *662 - organization: *638 - repository: *639 + enterprise: *637 + installation: *638 + label: *663 + organization: *639 + repository: *640 sender: *4 required: - action @@ -143884,9 +143891,9 @@ webhooks: - cancelled effective_date: type: string - enterprise: *636 - installation: *637 - marketplace_purchase: &671 + enterprise: *637 + installation: *638 + marketplace_purchase: &672 title: Marketplace Purchase type: object required: @@ -143974,8 +143981,8 @@ webhooks: type: integer unit_count: type: integer - organization: *638 - previous_marketplace_purchase: &672 + organization: *639 + previous_marketplace_purchase: &673 title: Marketplace Purchase type: object properties: @@ -144059,7 +144066,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *639 + repository: *640 sender: *4 required: - action @@ -144139,10 +144146,10 @@ webhooks: - changed effective_date: type: string - enterprise: *636 - installation: *637 - marketplace_purchase: *671 - organization: *638 + enterprise: *637 + installation: *638 + marketplace_purchase: *672 + organization: *639 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -144230,7 +144237,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *639 + repository: *640 sender: *4 required: - action @@ -144312,10 +144319,10 @@ webhooks: - pending_change effective_date: type: string - enterprise: *636 - installation: *637 - marketplace_purchase: *671 - organization: *638 + enterprise: *637 + installation: *638 + marketplace_purchase: *672 + organization: *639 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -144401,7 +144408,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *639 + repository: *640 sender: *4 required: - action @@ -144482,8 +144489,8 @@ webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *636 - installation: *637 + enterprise: *637 + installation: *638 marketplace_purchase: title: Marketplace Purchase type: object @@ -144569,9 +144576,9 @@ webhooks: type: integer unit_count: type: integer - organization: *638 - previous_marketplace_purchase: *672 - repository: *639 + organization: *639 + previous_marketplace_purchase: *673 + repository: *640 sender: *4 required: - action @@ -144651,12 +144658,12 @@ webhooks: - purchased effective_date: type: string - enterprise: *636 - installation: *637 - marketplace_purchase: *671 - organization: *638 - previous_marketplace_purchase: *672 - repository: *639 + enterprise: *637 + installation: *638 + marketplace_purchase: *672 + organization: *639 + previous_marketplace_purchase: *673 + repository: *640 sender: *4 required: - action @@ -144758,11 +144765,11 @@ webhooks: type: string required: - to - enterprise: *636 - installation: *637 - member: *663 - organization: *638 - repository: *639 + enterprise: *637 + installation: *638 + member: *664 + organization: *639 + repository: *640 sender: *4 required: - action @@ -144864,11 +144871,11 @@ webhooks: type: - string - 'null' - enterprise: *636 - installation: *637 - member: *663 - organization: *638 - repository: *639 + enterprise: *637 + installation: *638 + member: *664 + organization: *639 + repository: *640 sender: *4 required: - action @@ -144947,11 +144954,11 @@ webhooks: type: string enum: - removed - enterprise: *636 - installation: *637 - member: *663 - organization: *638 - repository: *639 + enterprise: *637 + installation: *638 + member: *664 + organization: *639 + repository: *640 sender: *4 required: - action @@ -145029,11 +145036,11 @@ webhooks: type: string enum: - added - enterprise: *636 - installation: *637 - member: *663 - organization: *638 - repository: *639 + enterprise: *637 + installation: *638 + member: *664 + organization: *639 + repository: *640 scope: description: The scope of the membership. Currently, can only be `team`. @@ -145109,7 +145116,7 @@ webhooks: required: - login - id - team: &673 + team: &674 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -145302,11 +145309,11 @@ webhooks: type: string enum: - removed - enterprise: *636 - installation: *637 - member: *663 - organization: *638 - repository: *639 + enterprise: *637 + installation: *638 + member: *664 + organization: *639 + repository: *640 scope: description: The scope of the membership. Currently, can only be `team`. @@ -145383,7 +145390,7 @@ webhooks: required: - login - id - team: *673 + team: *674 required: - action - scope @@ -145465,8 +145472,8 @@ webhooks: type: string enum: - checks_requested - installation: *637 - merge_group: &674 + installation: *638 + merge_group: &675 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -145492,8 +145499,8 @@ webhooks: - base_sha - base_ref - head_commit - organization: *638 - repository: *639 + organization: *639 + repository: *640 sender: *4 required: - action @@ -145579,10 +145586,10 @@ webhooks: - merged - invalidated - dequeued - installation: *637 - merge_group: *674 - organization: *638 - repository: *639 + installation: *638 + merge_group: *675 + organization: *639 + repository: *640 sender: *4 required: - action @@ -145655,7 +145662,7 @@ webhooks: type: string enum: - deleted - enterprise: *636 + enterprise: *637 hook: description: 'The modified webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -145763,12 +145770,12 @@ webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *637 - organization: *638 + installation: *638 + organization: *639 repository: anyOf: - type: 'null' - - *639 + - *640 sender: *4 required: - action @@ -145848,11 +145855,11 @@ webhooks: type: string enum: - closed - enterprise: *636 - installation: *637 - milestone: *668 - organization: *638 - repository: *639 + enterprise: *637 + installation: *638 + milestone: *669 + organization: *639 + repository: *640 sender: *4 required: - action @@ -145931,9 +145938,9 @@ webhooks: type: string enum: - created - enterprise: *636 - installation: *637 - milestone: &675 + enterprise: *637 + installation: *638 + milestone: &676 title: Milestone description: A collection of related issues and pull requests. type: object @@ -146073,8 +146080,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *638 - repository: *639 + organization: *639 + repository: *640 sender: *4 required: - action @@ -146153,11 +146160,11 @@ webhooks: type: string enum: - deleted - enterprise: *636 - installation: *637 - milestone: *668 - organization: *638 - repository: *639 + enterprise: *637 + installation: *638 + milestone: *669 + organization: *639 + repository: *640 sender: *4 required: - action @@ -146267,11 +146274,11 @@ webhooks: type: string required: - from - enterprise: *636 - installation: *637 - milestone: *668 - organization: *638 - repository: *639 + enterprise: *637 + installation: *638 + milestone: *669 + organization: *639 + repository: *640 sender: *4 required: - action @@ -146351,11 +146358,11 @@ webhooks: type: string enum: - opened - enterprise: *636 - installation: *637 - milestone: *675 - organization: *638 - repository: *639 + enterprise: *637 + installation: *638 + milestone: *676 + organization: *639 + repository: *640 sender: *4 required: - action @@ -146434,11 +146441,11 @@ webhooks: type: string enum: - blocked - blocked_user: *663 - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 + blocked_user: *664 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 sender: *4 required: - action @@ -146517,11 +146524,11 @@ webhooks: type: string enum: - unblocked - blocked_user: *663 - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 + blocked_user: *664 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 sender: *4 required: - action @@ -146600,9 +146607,9 @@ webhooks: type: string enum: - deleted - enterprise: *636 - installation: *637 - membership: &676 + enterprise: *637 + installation: *638 + membership: &677 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -146694,8 +146701,8 @@ webhooks: - role - organization_url - user - organization: *638 - repository: *639 + organization: *639 + repository: *640 sender: *4 required: - action @@ -146773,11 +146780,11 @@ webhooks: type: string enum: - member_added - enterprise: *636 - installation: *637 - membership: *676 - organization: *638 - repository: *639 + enterprise: *637 + installation: *638 + membership: *677 + organization: *639 + repository: *640 sender: *4 required: - action @@ -146856,8 +146863,8 @@ webhooks: type: string enum: - member_invited - enterprise: *636 - installation: *637 + enterprise: *637 + installation: *638 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -146977,10 +146984,10 @@ webhooks: - inviter - team_count - invitation_teams_url - organization: *638 - repository: *639 + organization: *639 + repository: *640 sender: *4 - user: *663 + user: *664 required: - action - invitation @@ -147058,11 +147065,11 @@ webhooks: type: string enum: - member_removed - enterprise: *636 - installation: *637 - membership: *676 - organization: *638 - repository: *639 + enterprise: *637 + installation: *638 + membership: *677 + organization: *639 + repository: *640 sender: *4 required: - action @@ -147149,11 +147156,11 @@ webhooks: properties: from: type: string - enterprise: *636 - installation: *637 - membership: *676 - organization: *638 - repository: *639 + enterprise: *637 + installation: *638 + membership: *677 + organization: *639 + repository: *640 sender: *4 required: - action @@ -147229,9 +147236,9 @@ webhooks: type: string enum: - published - enterprise: *636 - installation: *637 - organization: *638 + enterprise: *637 + installation: *638 + organization: *639 package: description: Information about the package. type: object @@ -147748,7 +147755,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: &677 + items: &678 title: Ruby Gems metadata type: object properties: @@ -147845,7 +147852,7 @@ webhooks: - owner - package_version - registry - repository: *639 + repository: *640 sender: *4 required: - action @@ -147921,9 +147928,9 @@ webhooks: type: string enum: - updated - enterprise: *636 - installation: *637 - organization: *638 + enterprise: *637 + installation: *638 + organization: *639 package: description: Information about the package. type: object @@ -148279,7 +148286,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *677 + items: *678 source_url: type: string format: uri @@ -148350,7 +148357,7 @@ webhooks: - owner - package_version - registry - repository: *639 + repository: *640 sender: *4 required: - action @@ -148529,12 +148536,12 @@ webhooks: - duration - created_at - updated_at - enterprise: *636 + enterprise: *637 id: type: integer - installation: *637 - organization: *638 - repository: *639 + installation: *638 + organization: *639 + repository: *640 sender: *4 required: - id @@ -148614,7 +148621,7 @@ webhooks: type: string enum: - approved - personal_access_token_request: &678 + personal_access_token_request: &679 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -148752,10 +148759,10 @@ webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *636 - organization: *638 + enterprise: *637 + organization: *639 sender: *4 - installation: *637 + installation: *638 required: - action - personal_access_token_request @@ -148834,11 +148841,11 @@ webhooks: type: string enum: - cancelled - personal_access_token_request: *678 - enterprise: *636 - organization: *638 + personal_access_token_request: *679 + enterprise: *637 + organization: *639 sender: *4 - installation: *637 + installation: *638 required: - action - personal_access_token_request @@ -148916,11 +148923,11 @@ webhooks: type: string enum: - created - personal_access_token_request: *678 - enterprise: *636 - organization: *638 + personal_access_token_request: *679 + enterprise: *637 + organization: *639 sender: *4 - installation: *637 + installation: *638 required: - action - personal_access_token_request @@ -148997,11 +149004,11 @@ webhooks: type: string enum: - denied - personal_access_token_request: *678 - organization: *638 - enterprise: *636 + personal_access_token_request: *679 + organization: *639 + enterprise: *637 sender: *4 - installation: *637 + installation: *638 required: - action - personal_access_token_request @@ -149105,7 +149112,7 @@ webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *679 + last_response: *680 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -149137,8 +149144,8 @@ webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *638 - repository: *639 + organization: *639 + repository: *640 sender: *4 zen: description: Random string of GitHub zen. @@ -149383,10 +149390,10 @@ webhooks: - from required: - note - enterprise: *636 - installation: *637 - organization: *638 - project_card: &680 + enterprise: *637 + installation: *638 + organization: *639 + project_card: &681 title: Project Card type: object properties: @@ -149507,7 +149514,7 @@ webhooks: - creator - created_at - updated_at - repository: *639 + repository: *640 sender: *4 required: - action @@ -149588,11 +149595,11 @@ webhooks: type: string enum: - created - enterprise: *636 - installation: *637 - organization: *638 - project_card: *680 - repository: *639 + enterprise: *637 + installation: *638 + organization: *639 + project_card: *681 + repository: *640 sender: *4 required: - action @@ -149672,9 +149679,9 @@ webhooks: type: string enum: - deleted - enterprise: *636 - installation: *637 - organization: *638 + enterprise: *637 + installation: *638 + organization: *639 project_card: title: Project Card type: object @@ -149802,7 +149809,7 @@ webhooks: repository: anyOf: - type: 'null' - - *639 + - *640 sender: *4 required: - action @@ -149896,11 +149903,11 @@ webhooks: - from required: - note - enterprise: *636 - installation: *637 - organization: *638 - project_card: *680 - repository: *639 + enterprise: *637 + installation: *638 + organization: *639 + project_card: *681 + repository: *640 sender: *4 required: - action @@ -149994,9 +150001,9 @@ webhooks: - from required: - column_id - enterprise: *636 - installation: *637 - organization: *638 + enterprise: *637 + installation: *638 + organization: *639 project_card: allOf: - title: Project Card @@ -150191,7 +150198,7 @@ webhooks: type: string required: - after_id - repository: *639 + repository: *640 sender: *4 required: - action @@ -150271,10 +150278,10 @@ webhooks: type: string enum: - closed - enterprise: *636 - installation: *637 - organization: *638 - project: &682 + enterprise: *637 + installation: *638 + organization: *639 + project: &683 title: Project type: object properties: @@ -150399,7 +150406,7 @@ webhooks: - creator - created_at - updated_at - repository: *639 + repository: *640 sender: *4 required: - action @@ -150479,10 +150486,10 @@ webhooks: type: string enum: - created - enterprise: *636 - installation: *637 - organization: *638 - project_column: &681 + enterprise: *637 + installation: *638 + organization: *639 + project_column: &682 title: Project Column type: object properties: @@ -150522,7 +150529,7 @@ webhooks: - name - created_at - updated_at - repository: *639 + repository: *640 sender: *4 required: - action @@ -150601,14 +150608,14 @@ webhooks: type: string enum: - deleted - enterprise: *636 - installation: *637 - organization: *638 - project_column: *681 + enterprise: *637 + installation: *638 + organization: *639 + project_column: *682 repository: anyOf: - type: 'null' - - *639 + - *640 sender: *4 required: - action @@ -150697,11 +150704,11 @@ webhooks: type: string required: - from - enterprise: *636 - installation: *637 - organization: *638 - project_column: *681 - repository: *639 + enterprise: *637 + installation: *638 + organization: *639 + project_column: *682 + repository: *640 sender: *4 required: - action @@ -150781,11 +150788,11 @@ webhooks: type: string enum: - moved - enterprise: *636 - installation: *637 - organization: *638 - project_column: *681 - repository: *639 + enterprise: *637 + installation: *638 + organization: *639 + project_column: *682 + repository: *640 sender: *4 required: - action @@ -150865,11 +150872,11 @@ webhooks: type: string enum: - created - enterprise: *636 - installation: *637 - organization: *638 - project: *682 - repository: *639 + enterprise: *637 + installation: *638 + organization: *639 + project: *683 + repository: *640 sender: *4 required: - action @@ -150949,14 +150956,14 @@ webhooks: type: string enum: - deleted - enterprise: *636 - installation: *637 - organization: *638 - project: *682 + enterprise: *637 + installation: *638 + organization: *639 + project: *683 repository: anyOf: - type: 'null' - - *639 + - *640 sender: *4 required: - action @@ -151057,11 +151064,11 @@ webhooks: type: string required: - from - enterprise: *636 - installation: *637 - organization: *638 - project: *682 - repository: *639 + enterprise: *637 + installation: *638 + organization: *639 + project: *683 + repository: *640 sender: *4 required: - action @@ -151140,11 +151147,11 @@ webhooks: type: string enum: - reopened - enterprise: *636 - installation: *637 - organization: *638 - project: *682 - repository: *639 + enterprise: *637 + installation: *638 + organization: *639 + project: *683 + repository: *640 sender: *4 required: - action @@ -151225,9 +151232,9 @@ webhooks: type: string enum: - closed - installation: *637 - organization: *638 - projects_v2: &683 + installation: *638 + organization: *639 + projects_v2: &684 title: Projects v2 Project description: A projects v2 project type: object @@ -151375,9 +151382,9 @@ webhooks: type: string enum: - created - installation: *637 - organization: *638 - projects_v2: *683 + installation: *638 + organization: *639 + projects_v2: *684 sender: *4 required: - action @@ -151458,9 +151465,9 @@ webhooks: type: string enum: - deleted - installation: *637 - organization: *638 - projects_v2: *683 + installation: *638 + organization: *639 + projects_v2: *684 sender: *4 required: - action @@ -151581,9 +151588,9 @@ webhooks: type: string to: type: string - installation: *637 - organization: *638 - projects_v2: *683 + installation: *638 + organization: *639 + projects_v2: *684 sender: *4 required: - action @@ -151666,7 +151673,7 @@ webhooks: type: string enum: - archived - changes: &687 + changes: &688 type: object properties: archived_at: @@ -151682,9 +151689,9 @@ webhooks: - string - 'null' format: date-time - installation: *637 - organization: *638 - projects_v2_item: &684 + installation: *638 + organization: *639 + projects_v2_item: &685 title: Projects v2 Item description: An item belonging to a project type: object @@ -151823,9 +151830,9 @@ webhooks: - 'null' to: type: string - installation: *637 - organization: *638 - projects_v2_item: *684 + installation: *638 + organization: *639 + projects_v2_item: *685 sender: *4 required: - action @@ -151907,9 +151914,9 @@ webhooks: type: string enum: - created - installation: *637 - organization: *638 - projects_v2_item: *684 + installation: *638 + organization: *639 + projects_v2_item: *685 sender: *4 required: - action @@ -151990,9 +151997,9 @@ webhooks: type: string enum: - deleted - installation: *637 - organization: *638 - projects_v2_item: *684 + installation: *638 + organization: *639 + projects_v2_item: *685 sender: *4 required: - action @@ -152097,7 +152104,7 @@ webhooks: oneOf: - type: string - type: integer - - &685 + - &686 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -152117,7 +152124,7 @@ webhooks: required: - id - name - - &686 + - &687 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -152146,8 +152153,8 @@ webhooks: oneOf: - type: string - type: integer - - *685 - *686 + - *687 type: - 'null' - string @@ -152170,9 +152177,9 @@ webhooks: - 'null' required: - body - installation: *637 - organization: *638 - projects_v2_item: *684 + installation: *638 + organization: *639 + projects_v2_item: *685 sender: *4 required: - action @@ -152269,9 +152276,9 @@ webhooks: type: - string - 'null' - installation: *637 - organization: *638 - projects_v2_item: *684 + installation: *638 + organization: *639 + projects_v2_item: *685 sender: *4 required: - action @@ -152354,10 +152361,10 @@ webhooks: type: string enum: - restored - changes: *687 - installation: *637 - organization: *638 - projects_v2_item: *684 + changes: *688 + installation: *638 + organization: *639 + projects_v2_item: *685 sender: *4 required: - action @@ -152439,9 +152446,9 @@ webhooks: type: string enum: - reopened - installation: *637 - organization: *638 - projects_v2: *683 + installation: *638 + organization: *639 + projects_v2: *684 sender: *4 required: - action @@ -152522,9 +152529,9 @@ webhooks: type: string enum: - created - installation: *637 - organization: *638 - projects_v2_status_update: &688 + installation: *638 + organization: *639 + projects_v2_status_update: &689 title: Projects v2 Status Update description: An status update belonging to a project type: object @@ -152659,9 +152666,9 @@ webhooks: type: string enum: - deleted - installation: *637 - organization: *638 - projects_v2_status_update: *688 + installation: *638 + organization: *639 + projects_v2_status_update: *689 sender: *4 required: - action @@ -152807,9 +152814,9 @@ webhooks: - string - 'null' format: date - installation: *637 - organization: *638 - projects_v2_status_update: *688 + installation: *638 + organization: *639 + projects_v2_status_update: *689 sender: *4 required: - action @@ -152880,10 +152887,10 @@ webhooks: title: public event type: object properties: - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 sender: *4 required: - repository @@ -152960,13 +152967,13 @@ webhooks: type: string enum: - assigned - assignee: *663 - enterprise: *636 - installation: *637 - number: &689 + assignee: *664 + enterprise: *637 + installation: *638 + number: &690 description: The pull request number. type: integer - organization: *638 + organization: *639 pull_request: title: Pull Request type: object @@ -155293,7 +155300,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *639 + repository: *640 sender: *4 required: - action @@ -155375,11 +155382,11 @@ webhooks: type: string enum: - auto_merge_disabled - enterprise: *636 - installation: *637 + enterprise: *637 + installation: *638 number: type: integer - organization: *638 + organization: *639 pull_request: title: Pull Request type: object @@ -157701,7 +157708,7 @@ webhooks: - draft reason: type: string - repository: *639 + repository: *640 sender: *4 required: - action @@ -157783,11 +157790,11 @@ webhooks: type: string enum: - auto_merge_enabled - enterprise: *636 - installation: *637 + enterprise: *637 + installation: *638 number: type: integer - organization: *638 + organization: *639 pull_request: title: Pull Request type: object @@ -160109,7 +160116,7 @@ webhooks: - draft reason: type: string - repository: *639 + repository: *640 sender: *4 required: - action @@ -160191,11 +160198,11 @@ webhooks: type: string enum: - closed - enterprise: *636 - installation: *637 - number: *689 - organization: *638 - pull_request: &690 + enterprise: *637 + installation: *638 + number: *690 + organization: *639 + pull_request: &691 allOf: - *496 - type: object @@ -160259,7 +160266,7 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *639 + repository: *640 sender: *4 required: - action @@ -160340,12 +160347,12 @@ webhooks: type: string enum: - converted_to_draft - enterprise: *636 - installation: *637 - number: *689 - organization: *638 - pull_request: *690 - repository: *639 + enterprise: *637 + installation: *638 + number: *690 + organization: *639 + pull_request: *691 + repository: *640 sender: *4 required: - action @@ -160425,11 +160432,11 @@ webhooks: type: string enum: - demilestoned - enterprise: *636 + enterprise: *637 milestone: *395 - number: *689 - organization: *638 - pull_request: &691 + number: *690 + organization: *639 + pull_request: &692 title: Pull Request type: object properties: @@ -162738,7 +162745,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *639 + repository: *640 sender: *4 required: - action @@ -162817,11 +162824,11 @@ webhooks: type: string enum: - dequeued - enterprise: *636 - installation: *637 + enterprise: *637 + installation: *638 number: type: integer - organization: *638 + organization: *639 pull_request: title: Pull Request type: object @@ -165147,7 +165154,7 @@ webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *639 + repository: *640 sender: *4 required: - action @@ -165271,12 +165278,12 @@ webhooks: type: string required: - from - enterprise: *636 - installation: *637 - number: *689 - organization: *638 - pull_request: *690 - repository: *639 + enterprise: *637 + installation: *638 + number: *690 + organization: *639 + pull_request: *691 + repository: *640 sender: *4 required: - action @@ -165356,11 +165363,11 @@ webhooks: type: string enum: - enqueued - enterprise: *636 - installation: *637 + enterprise: *637 + installation: *638 number: type: integer - organization: *638 + organization: *639 pull_request: title: Pull Request type: object @@ -167671,7 +167678,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *639 + repository: *640 sender: *4 required: - action @@ -167751,11 +167758,11 @@ webhooks: type: string enum: - labeled - enterprise: *636 - installation: *637 - label: *662 - number: *689 - organization: *638 + enterprise: *637 + installation: *638 + label: *663 + number: *690 + organization: *639 pull_request: title: Pull Request type: object @@ -170083,7 +170090,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *639 + repository: *640 sender: *4 required: - action @@ -170164,10 +170171,10 @@ webhooks: type: string enum: - locked - enterprise: *636 - installation: *637 - number: *689 - organization: *638 + enterprise: *637 + installation: *638 + number: *690 + organization: *639 pull_request: title: Pull Request type: object @@ -172493,7 +172500,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *639 + repository: *640 sender: *4 required: - action @@ -172573,12 +172580,12 @@ webhooks: type: string enum: - milestoned - enterprise: *636 + enterprise: *637 milestone: *395 - number: *689 - organization: *638 - pull_request: *691 - repository: *639 + number: *690 + organization: *639 + pull_request: *692 + repository: *640 sender: *4 required: - action @@ -172657,12 +172664,12 @@ webhooks: type: string enum: - opened - enterprise: *636 - installation: *637 - number: *689 - organization: *638 - pull_request: *690 - repository: *639 + enterprise: *637 + installation: *638 + number: *690 + organization: *639 + pull_request: *691 + repository: *640 sender: *4 required: - action @@ -172743,12 +172750,12 @@ webhooks: type: string enum: - ready_for_review - enterprise: *636 - installation: *637 - number: *689 - organization: *638 - pull_request: *690 - repository: *639 + enterprise: *637 + installation: *638 + number: *690 + organization: *639 + pull_request: *691 + repository: *640 sender: *4 required: - action @@ -172828,12 +172835,12 @@ webhooks: type: string enum: - reopened - enterprise: *636 - installation: *637 - number: *689 - organization: *638 - pull_request: *690 - repository: *639 + enterprise: *637 + installation: *638 + number: *690 + organization: *639 + pull_request: *691 + repository: *640 sender: *4 required: - action @@ -173206,9 +173213,9 @@ webhooks: - start_side - side - reactions - enterprise: *636 - installation: *637 - organization: *638 + enterprise: *637 + installation: *638 + organization: *639 pull_request: type: object properties: @@ -175420,7 +175427,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *639 + repository: *640 sender: *4 required: - action @@ -175500,7 +175507,7 @@ webhooks: type: string enum: - deleted - comment: &693 + comment: &694 title: Pull Request Review Comment description: The [comment](https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -175791,9 +175798,9 @@ webhooks: - start_side - side - reactions - enterprise: *636 - installation: *637 - organization: *638 + enterprise: *637 + installation: *638 + organization: *639 pull_request: type: object properties: @@ -177993,7 +178000,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *639 + repository: *640 sender: *4 required: - action @@ -178073,11 +178080,11 @@ webhooks: type: string enum: - edited - changes: *692 - comment: *693 - enterprise: *636 - installation: *637 - organization: *638 + changes: *693 + comment: *694 + enterprise: *637 + installation: *638 + organization: *639 pull_request: type: object properties: @@ -180278,7 +180285,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *639 + repository: *640 sender: *4 required: - action @@ -180359,9 +180366,9 @@ webhooks: type: string enum: - dismissed - enterprise: *636 - installation: *637 - organization: *638 + enterprise: *637 + installation: *638 + organization: *639 pull_request: title: Simple Pull Request type: object @@ -182576,7 +182583,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *639 + repository: *640 review: description: The review that was affected. type: object @@ -182820,9 +182827,9 @@ webhooks: type: string required: - from - enterprise: *636 - installation: *637 - organization: *638 + enterprise: *637 + installation: *638 + organization: *639 pull_request: title: Simple Pull Request type: object @@ -184918,8 +184925,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *639 - review: &694 + repository: *640 + review: &695 description: The review that was affected. type: object properties: @@ -185150,12 +185157,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *636 - installation: *637 + enterprise: *637 + installation: *638 number: description: The pull request number. type: integer - organization: *638 + organization: *639 pull_request: title: Pull Request type: object @@ -187480,7 +187487,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *639 + repository: *640 requested_reviewer: title: User type: @@ -187564,12 +187571,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *636 - installation: *637 + enterprise: *637 + installation: *638 number: description: The pull request number. type: integer - organization: *638 + organization: *639 pull_request: title: Pull Request type: object @@ -189901,7 +189908,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *639 + repository: *640 requested_team: title: Team description: Groups of organization members that gives permissions @@ -190096,12 +190103,12 @@ webhooks: type: string enum: - review_requested - enterprise: *636 - installation: *637 + enterprise: *637 + installation: *638 number: description: The pull request number. type: integer - organization: *638 + organization: *639 pull_request: title: Pull Request type: object @@ -192428,7 +192435,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *639 + repository: *640 requested_reviewer: title: User type: @@ -192513,12 +192520,12 @@ webhooks: type: string enum: - review_requested - enterprise: *636 - installation: *637 + enterprise: *637 + installation: *638 number: description: The pull request number. type: integer - organization: *638 + organization: *639 pull_request: title: Pull Request type: object @@ -194836,7 +194843,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *639 + repository: *640 requested_team: title: Team description: Groups of organization members that gives permissions @@ -195020,9 +195027,9 @@ webhooks: type: string enum: - submitted - enterprise: *636 - installation: *637 - organization: *638 + enterprise: *637 + installation: *638 + organization: *639 pull_request: title: Simple Pull Request type: object @@ -197240,8 +197247,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *639 - review: *694 + repository: *640 + review: *695 sender: *4 required: - action @@ -197321,9 +197328,9 @@ webhooks: type: string enum: - resolved - enterprise: *636 - installation: *637 - organization: *638 + enterprise: *637 + installation: *638 + organization: *639 pull_request: title: Simple Pull Request type: object @@ -199436,7 +199443,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *639 + repository: *640 sender: *4 thread: type: object @@ -199826,9 +199833,9 @@ webhooks: type: string enum: - unresolved - enterprise: *636 - installation: *637 - organization: *638 + enterprise: *637 + installation: *638 + organization: *639 pull_request: title: Simple Pull Request type: object @@ -201924,7 +201931,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *639 + repository: *640 sender: *4 thread: type: object @@ -202316,10 +202323,10 @@ webhooks: type: string before: type: string - enterprise: *636 - installation: *637 - number: *689 - organization: *638 + enterprise: *637 + installation: *638 + number: *690 + organization: *639 pull_request: title: Pull Request type: object @@ -204634,7 +204641,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *639 + repository: *640 sender: *4 required: - action @@ -204716,11 +204723,11 @@ webhooks: type: string enum: - unassigned - assignee: *695 - enterprise: *636 - installation: *637 - number: *689 - organization: *638 + assignee: *696 + enterprise: *637 + installation: *638 + number: *690 + organization: *639 pull_request: title: Pull Request type: object @@ -207050,7 +207057,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *639 + repository: *640 sender: *4 required: - action @@ -207129,11 +207136,11 @@ webhooks: type: string enum: - unlabeled - enterprise: *636 - installation: *637 - label: *662 - number: *689 - organization: *638 + enterprise: *637 + installation: *638 + label: *663 + number: *690 + organization: *639 pull_request: title: Pull Request type: object @@ -209452,7 +209459,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *639 + repository: *640 sender: *4 required: - action @@ -209533,10 +209540,10 @@ webhooks: type: string enum: - unlocked - enterprise: *636 - installation: *637 - number: *689 - organization: *638 + enterprise: *637 + installation: *638 + number: *690 + organization: *639 pull_request: title: Pull Request type: object @@ -211845,7 +211852,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *639 + repository: *640 sender: *4 required: - action @@ -212048,7 +212055,7 @@ webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *636 + enterprise: *637 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -212143,8 +212150,8 @@ webhooks: - url - author - committer - installation: *637 - organization: *638 + installation: *638 + organization: *639 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -212730,9 +212737,9 @@ webhooks: type: string enum: - published - enterprise: *636 - installation: *637 - organization: *638 + enterprise: *637 + installation: *638 + organization: *639 registry_package: type: object properties: @@ -213203,7 +213210,7 @@ webhooks: type: string rubygems_metadata: type: array - items: *677 + items: *678 summary: type: string tag_name: @@ -213259,7 +213266,7 @@ webhooks: - owner - package_version - registry - repository: *639 + repository: *640 sender: *4 required: - action @@ -213337,9 +213344,9 @@ webhooks: type: string enum: - updated - enterprise: *636 - installation: *637 - organization: *638 + enterprise: *637 + installation: *638 + organization: *639 registry_package: type: object properties: @@ -213645,7 +213652,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *677 + items: *678 summary: type: string tag_name: @@ -213695,7 +213702,7 @@ webhooks: - owner - package_version - registry - repository: *639 + repository: *640 sender: *4 required: - action @@ -213772,10 +213779,10 @@ webhooks: type: string enum: - created - enterprise: *636 - installation: *637 - organization: *638 - release: &696 + enterprise: *637 + installation: *638 + organization: *639 + release: &697 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -214089,7 +214096,7 @@ webhooks: - tarball_url - zipball_url - body - repository: *639 + repository: *640 sender: *4 required: - action @@ -214166,11 +214173,11 @@ webhooks: type: string enum: - deleted - enterprise: *636 - installation: *637 - organization: *638 - release: *696 - repository: *639 + enterprise: *637 + installation: *638 + organization: *639 + release: *697 + repository: *640 sender: *4 required: - action @@ -214278,11 +214285,11 @@ webhooks: type: boolean required: - to - enterprise: *636 - installation: *637 - organization: *638 - release: *696 - repository: *639 + enterprise: *637 + installation: *638 + organization: *639 + release: *697 + repository: *640 sender: *4 required: - action @@ -214360,9 +214367,9 @@ webhooks: type: string enum: - prereleased - enterprise: *636 - installation: *637 - organization: *638 + enterprise: *637 + installation: *638 + organization: *639 release: title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) @@ -214681,7 +214688,7 @@ webhooks: - string - 'null' format: uri - repository: *639 + repository: *640 sender: *4 required: - action @@ -214757,10 +214764,10 @@ webhooks: type: string enum: - published - enterprise: *636 - installation: *637 - organization: *638 - release: &697 + enterprise: *637 + installation: *638 + organization: *639 + release: &698 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -215076,7 +215083,7 @@ webhooks: - string - 'null' format: uri - repository: *639 + repository: *640 sender: *4 required: - action @@ -215152,11 +215159,11 @@ webhooks: type: string enum: - released - enterprise: *636 - installation: *637 - organization: *638 - release: *696 - repository: *639 + enterprise: *637 + installation: *638 + organization: *639 + release: *697 + repository: *640 sender: *4 required: - action @@ -215232,11 +215239,11 @@ webhooks: type: string enum: - unpublished - enterprise: *636 - installation: *637 - organization: *638 - release: *697 - repository: *639 + enterprise: *637 + installation: *638 + organization: *639 + release: *698 + repository: *640 sender: *4 required: - action @@ -215312,11 +215319,11 @@ webhooks: type: string enum: - published - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 - repository_advisory: *548 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 + repository_advisory: *549 sender: *4 required: - action @@ -215392,11 +215399,11 @@ webhooks: type: string enum: - reported - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 - repository_advisory: *548 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 + repository_advisory: *549 sender: *4 required: - action @@ -215472,10 +215479,10 @@ webhooks: type: string enum: - archived - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 sender: *4 required: - action @@ -215552,10 +215559,10 @@ webhooks: type: string enum: - created - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 sender: *4 required: - action @@ -215633,10 +215640,10 @@ webhooks: type: string enum: - deleted - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 sender: *4 required: - action @@ -215721,10 +215728,10 @@ webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 sender: *4 required: - action @@ -215839,10 +215846,10 @@ webhooks: - 'null' items: type: string - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 sender: *4 required: - action @@ -215914,10 +215921,10 @@ webhooks: title: repository_import event type: object properties: - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 sender: *4 status: type: string @@ -215998,10 +216005,10 @@ webhooks: type: string enum: - privatized - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 sender: *4 required: - action @@ -216078,10 +216085,10 @@ webhooks: type: string enum: - publicized - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 sender: *4 required: - action @@ -216175,10 +216182,10 @@ webhooks: - name required: - repository - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 sender: *4 required: - action @@ -216258,10 +216265,10 @@ webhooks: type: string enum: - created - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 repository_ruleset: *241 sender: *4 required: @@ -216340,10 +216347,10 @@ webhooks: type: string enum: - deleted - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 repository_ruleset: *241 sender: *4 required: @@ -216422,10 +216429,10 @@ webhooks: type: string enum: - edited - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 repository_ruleset: *241 changes: type: object @@ -216731,10 +216738,10 @@ webhooks: - from required: - owner - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 sender: *4 required: - action @@ -216812,10 +216819,10 @@ webhooks: type: string enum: - unarchived - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 sender: *4 required: - action @@ -216893,7 +216900,7 @@ webhooks: type: string enum: - create - alert: &698 + alert: &699 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -217017,10 +217024,10 @@ webhooks: type: string enum: - open - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 sender: *4 required: - action @@ -217228,10 +217235,10 @@ webhooks: type: string enum: - dismissed - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 sender: *4 required: - action @@ -217309,11 +217316,11 @@ webhooks: type: string enum: - reopen - alert: *698 - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 + alert: *699 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 sender: *4 required: - action @@ -217515,10 +217522,10 @@ webhooks: enum: - fixed - open - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 sender: *4 required: - action @@ -217596,7 +217603,7 @@ webhooks: type: string enum: - created - alert: &699 + alert: &700 type: object properties: number: *70 @@ -217673,10 +217680,10 @@ webhooks: format: date-time description: 'The time that push protection was bypassed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 sender: *4 required: - action @@ -217757,11 +217764,11 @@ webhooks: type: string enum: - created - alert: *699 - installation: *637 - location: *700 - organization: *638 - repository: *639 + alert: *700 + installation: *638 + location: *701 + organization: *639 + repository: *640 sender: *4 required: - location @@ -217997,11 +218004,11 @@ webhooks: type: string enum: - reopened - alert: *699 - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 + alert: *700 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 sender: *4 required: - action @@ -218079,11 +218086,11 @@ webhooks: type: string enum: - resolved - alert: *699 - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 + alert: *700 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 sender: *4 required: - action @@ -218161,11 +218168,11 @@ webhooks: type: string enum: - validated - alert: *699 - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 + alert: *700 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 sender: *4 required: - action @@ -218241,11 +218248,11 @@ webhooks: type: string enum: - published - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 - security_advisory: &701 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 + security_advisory: &702 description: The details of the security advisory, including summary, description, and severity. type: object @@ -218431,11 +218438,11 @@ webhooks: type: string enum: - updated - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 - security_advisory: *701 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 + security_advisory: *702 sender: *4 required: - action @@ -218508,10 +218515,10 @@ webhooks: type: string enum: - withdrawn - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -218698,9 +218705,9 @@ webhooks: type: object properties: security_and_analysis: *232 - enterprise: *636 - installation: *637 - organization: *638 + enterprise: *637 + installation: *638 + organization: *639 repository: *291 sender: *4 required: @@ -218779,12 +218786,12 @@ webhooks: type: string enum: - cancelled - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 sender: *4 - sponsorship: &702 + sponsorship: &703 type: object properties: created_at: @@ -219083,12 +219090,12 @@ webhooks: type: string enum: - created - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 sender: *4 - sponsorship: *702 + sponsorship: *703 required: - action - sponsorship @@ -219176,12 +219183,12 @@ webhooks: type: string required: - from - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 sender: *4 - sponsorship: *702 + sponsorship: *703 required: - action - changes @@ -219258,17 +219265,17 @@ webhooks: type: string enum: - pending_cancellation - effective_date: &703 + effective_date: &704 description: The `pending_cancellation` and `pending_tier_change` event types will include the date the cancellation or tier change will take effect. type: string - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 sender: *4 - sponsorship: *702 + sponsorship: *703 required: - action - sponsorship @@ -219342,7 +219349,7 @@ webhooks: type: string enum: - pending_tier_change - changes: &704 + changes: &705 type: object properties: tier: @@ -219386,13 +219393,13 @@ webhooks: - from required: - tier - effective_date: *703 - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 + effective_date: *704 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 sender: *4 - sponsorship: *702 + sponsorship: *703 required: - action - changes @@ -219469,13 +219476,13 @@ webhooks: type: string enum: - tier_changed - changes: *704 - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 + changes: *705 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 sender: *4 - sponsorship: *702 + sponsorship: *703 required: - action - changes @@ -219549,10 +219556,10 @@ webhooks: type: string enum: - created - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -219636,10 +219643,10 @@ webhooks: type: string enum: - deleted - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -220068,15 +220075,15 @@ webhooks: type: - string - 'null' - enterprise: *636 + enterprise: *637 id: description: The unique identifier of the status. type: integer - installation: *637 + installation: *638 name: type: string - organization: *638 - repository: *639 + organization: *639 + repository: *640 sender: *4 sha: description: The Commit SHA. @@ -220192,9 +220199,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *98 - installation: *637 - organization: *638 - repository: *639 + installation: *638 + organization: *639 + repository: *640 sender: *4 required: - action @@ -220284,9 +220291,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *98 - installation: *637 - organization: *638 - repository: *639 + installation: *638 + organization: *639 + repository: *640 sender: *4 required: - action @@ -220376,9 +220383,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *98 - installation: *637 - organization: *638 - repository: *639 + installation: *638 + organization: *639 + repository: *640 sender: *4 required: - action @@ -220468,9 +220475,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *98 - installation: *637 - organization: *638 - repository: *639 + installation: *638 + organization: *639 + repository: *640 sender: *4 required: - action @@ -220547,12 +220554,12 @@ webhooks: title: team_add event type: object properties: - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 sender: *4 - team: &705 + team: &706 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -220745,9 +220752,9 @@ webhooks: type: string enum: - added_to_repository - enterprise: *636 - installation: *637 - organization: *638 + enterprise: *637 + installation: *638 + organization: *639 repository: title: Repository description: A git repository @@ -221215,7 +221222,7 @@ webhooks: - topics - visibility sender: *4 - team: *705 + team: *706 required: - action - team @@ -221291,9 +221298,9 @@ webhooks: type: string enum: - created - enterprise: *636 - installation: *637 - organization: *638 + enterprise: *637 + installation: *638 + organization: *639 repository: title: Repository description: A git repository @@ -221761,7 +221768,7 @@ webhooks: - topics - visibility sender: *4 - team: *705 + team: *706 required: - action - team @@ -221838,9 +221845,9 @@ webhooks: type: string enum: - deleted - enterprise: *636 - installation: *637 - organization: *638 + enterprise: *637 + installation: *638 + organization: *639 repository: title: Repository description: A git repository @@ -222308,7 +222315,7 @@ webhooks: - topics - visibility sender: *4 - team: *705 + team: *706 required: - action - team @@ -222452,9 +222459,9 @@ webhooks: - from required: - permissions - enterprise: *636 - installation: *637 - organization: *638 + enterprise: *637 + installation: *638 + organization: *639 repository: title: Repository description: A git repository @@ -222922,7 +222929,7 @@ webhooks: - topics - visibility sender: *4 - team: *705 + team: *706 required: - action - changes @@ -223000,9 +223007,9 @@ webhooks: type: string enum: - removed_from_repository - enterprise: *636 - installation: *637 - organization: *638 + enterprise: *637 + installation: *638 + organization: *639 repository: title: Repository description: A git repository @@ -223470,7 +223477,7 @@ webhooks: - topics - visibility sender: *4 - team: *705 + team: *706 required: - action - team @@ -223546,10 +223553,10 @@ webhooks: type: string enum: - started - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 sender: *4 required: - action @@ -223622,17 +223629,17 @@ webhooks: title: workflow_dispatch event type: object properties: - enterprise: *636 + enterprise: *637 inputs: type: - object - 'null' additionalProperties: true - installation: *637 - organization: *638 + installation: *638 + organization: *639 ref: type: string - repository: *639 + repository: *640 sender: *4 workflow: type: string @@ -223714,10 +223721,10 @@ webhooks: type: string enum: - completed - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 sender: *4 workflow_job: allOf: @@ -224052,10 +224059,10 @@ webhooks: type: string enum: - in_progress - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 sender: *4 workflow_job: allOf: @@ -224416,10 +224423,10 @@ webhooks: type: string enum: - queued - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 sender: *4 workflow_job: type: object @@ -224644,10 +224651,10 @@ webhooks: type: string enum: - waiting - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 sender: *4 workflow_job: type: object @@ -224874,12 +224881,12 @@ webhooks: type: string enum: - completed - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 sender: *4 - workflow: *658 + workflow: *659 workflow_run: title: Workflow Run type: object @@ -225890,12 +225897,12 @@ webhooks: type: string enum: - in_progress - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 sender: *4 - workflow: *658 + workflow: *659 workflow_run: title: Workflow Run type: object @@ -226899,12 +226906,12 @@ webhooks: type: string enum: - requested - enterprise: *636 - installation: *637 - organization: *638 - repository: *639 + enterprise: *637 + installation: *638 + organization: *639 + repository: *640 sender: *4 - workflow: *658 + workflow: *659 workflow_run: title: Workflow Run type: object diff --git a/descriptions-next/ghec/ghec.2022-11-28.json b/descriptions-next/ghec/ghec.2022-11-28.json index c664c1247..bd9e70358 100644 --- a/descriptions-next/ghec/ghec.2022-11-28.json +++ b/descriptions-next/ghec/ghec.2022-11-28.json @@ -22369,6 +22369,9 @@ }, { "$ref": "#/components/parameters/page" + }, + { + "$ref": "#/components/parameters/ruleset-targets" } ], "responses": { @@ -56945,6 +56948,9 @@ "type": "boolean", "default": true } + }, + { + "$ref": "#/components/parameters/ruleset-targets" } ], "responses": { @@ -108081,15 +108087,6 @@ 10000 ] }, - "collaborators": { - "type": [ - "integer", - "null" - ], - "examples": [ - 8 - ] - }, "billing_email": { "type": [ "string", @@ -311674,6 +311671,18 @@ "type": "string" } }, + "ruleset-targets": { + "name": "targets", + "description": "A comma-separated list of rule targets to filter by.\nIf provided, only rulesets that apply to the specified targets will be returned.\nFor example, `branch,tag,push`.\n", + "in": "query", + "required": false, + "schema": { + "type": "string", + "examples": [ + "branch,tag,push" + ] + } + }, "ref-in-query": { "name": "ref", "description": "The name of the ref. Cannot contain wildcard characters. Optionally prefix with `refs/heads/` to limit to branches or `refs/tags/` to limit to tags. Omit the prefix to search across all refs. When specified, only rule evaluations triggered for this ref will be returned.", diff --git a/descriptions-next/ghec/ghec.2022-11-28.yaml b/descriptions-next/ghec/ghec.2022-11-28.yaml index 52a57d235..f9a561e1c 100644 --- a/descriptions-next/ghec/ghec.2022-11-28.yaml +++ b/descriptions-next/ghec/ghec.2022-11-28.yaml @@ -16338,6 +16338,7 @@ paths: - "$ref": "#/components/parameters/org" - "$ref": "#/components/parameters/per-page" - "$ref": "#/components/parameters/page" + - "$ref": "#/components/parameters/ruleset-targets" responses: '200': description: Response @@ -41389,6 +41390,7 @@ paths: schema: type: boolean default: true + - "$ref": "#/components/parameters/ruleset-targets" responses: '200': description: Response @@ -78331,12 +78333,6 @@ components: - 'null' examples: - 10000 - collaborators: - type: - - integer - - 'null' - examples: - - 8 billing_email: type: - string @@ -233271,6 +233267,18 @@ components: required: true schema: type: string + ruleset-targets: + name: targets + description: | + A comma-separated list of rule targets to filter by. + If provided, only rulesets that apply to the specified targets will be returned. + For example, `branch,tag,push`. + in: query + required: false + schema: + type: string + examples: + - branch,tag,push ref-in-query: name: ref description: The name of the ref. Cannot contain wildcard characters. Optionally diff --git a/descriptions-next/ghec/ghec.json b/descriptions-next/ghec/ghec.json index c664c1247..bd9e70358 100644 --- a/descriptions-next/ghec/ghec.json +++ b/descriptions-next/ghec/ghec.json @@ -22369,6 +22369,9 @@ }, { "$ref": "#/components/parameters/page" + }, + { + "$ref": "#/components/parameters/ruleset-targets" } ], "responses": { @@ -56945,6 +56948,9 @@ "type": "boolean", "default": true } + }, + { + "$ref": "#/components/parameters/ruleset-targets" } ], "responses": { @@ -108081,15 +108087,6 @@ 10000 ] }, - "collaborators": { - "type": [ - "integer", - "null" - ], - "examples": [ - 8 - ] - }, "billing_email": { "type": [ "string", @@ -311674,6 +311671,18 @@ "type": "string" } }, + "ruleset-targets": { + "name": "targets", + "description": "A comma-separated list of rule targets to filter by.\nIf provided, only rulesets that apply to the specified targets will be returned.\nFor example, `branch,tag,push`.\n", + "in": "query", + "required": false, + "schema": { + "type": "string", + "examples": [ + "branch,tag,push" + ] + } + }, "ref-in-query": { "name": "ref", "description": "The name of the ref. Cannot contain wildcard characters. Optionally prefix with `refs/heads/` to limit to branches or `refs/tags/` to limit to tags. Omit the prefix to search across all refs. When specified, only rule evaluations triggered for this ref will be returned.", diff --git a/descriptions-next/ghec/ghec.yaml b/descriptions-next/ghec/ghec.yaml index 52a57d235..f9a561e1c 100644 --- a/descriptions-next/ghec/ghec.yaml +++ b/descriptions-next/ghec/ghec.yaml @@ -16338,6 +16338,7 @@ paths: - "$ref": "#/components/parameters/org" - "$ref": "#/components/parameters/per-page" - "$ref": "#/components/parameters/page" + - "$ref": "#/components/parameters/ruleset-targets" responses: '200': description: Response @@ -41389,6 +41390,7 @@ paths: schema: type: boolean default: true + - "$ref": "#/components/parameters/ruleset-targets" responses: '200': description: Response @@ -78331,12 +78333,6 @@ components: - 'null' examples: - 10000 - collaborators: - type: - - integer - - 'null' - examples: - - 8 billing_email: type: - string @@ -233271,6 +233267,18 @@ components: required: true schema: type: string + ruleset-targets: + name: targets + description: | + A comma-separated list of rule targets to filter by. + If provided, only rulesets that apply to the specified targets will be returned. + For example, `branch,tag,push`. + in: query + required: false + schema: + type: string + examples: + - branch,tag,push ref-in-query: name: ref description: The name of the ref. Cannot contain wildcard characters. Optionally 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 54e34bc74..017e13e99 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 @@ -73071,15 +73071,6 @@ 10000 ] }, - "collaborators": { - "type": [ - "integer", - "null" - ], - "examples": [ - 8 - ] - }, "billing_email": { "type": [ "string", @@ -73788,15 +73779,6 @@ 10000 ] }, - "collaborators": { - "type": [ - "integer", - "null" - ], - "examples": [ - 8 - ] - }, "billing_email": { "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 415fc13cd..c78aba6f5 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 @@ -19821,12 +19821,6 @@ paths: - 'null' examples: - 10000 - collaborators: - type: - - integer - - 'null' - examples: - - 8 billing_email: type: - string 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 54e34bc74..017e13e99 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 @@ -73071,15 +73071,6 @@ 10000 ] }, - "collaborators": { - "type": [ - "integer", - "null" - ], - "examples": [ - 8 - ] - }, "billing_email": { "type"{"code":"internal","msg":"git-diff-tree: context deadline exceeded","meta":{"cause":"*fmt.wrapError"}}