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 0bb05b64a7..df8d852c9a 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 @@ -48976,6 +48976,36 @@ "$ref": "#/components/examples/commit" } } + }, + "application/vnd.github.diff": { + "schema": { + "type": "string" + }, + "examples": { + "default": { + "$ref": "#/components/examples/diff-media-type" + } + } + }, + "application/vnd.github.patch": { + "schema": { + "type": "string" + }, + "examples": { + "default": { + "$ref": "#/components/examples/patch-media-type" + } + } + }, + "application/vnd.github.sha": { + "schema": { + "type": "string" + }, + "examples": { + "default": { + "value": "ac3282a2725be3b1d4979169a7a311c89066af1c" + } + } } } }, @@ -49408,6 +49438,26 @@ "$ref": "#/components/examples/commit-comparison" } } + }, + "application/vnd.github.diff": { + "schema": { + "type": "string" + }, + "examples": { + "default": { + "$ref": "#/components/examples/diff-media-type" + } + } + }, + "application/vnd.github.patch": { + "schema": { + "type": "string" + }, + "examples": { + "default": { + "$ref": "#/components/examples/patch-media-type" + } + } } } }, @@ -315772,6 +315822,12 @@ ] } }, + "diff-media-type": { + "value": "diff --git a/testfile b/testfile\nindex 9bdeaeb..912c7ef 100644\n--- a/testfile\n+++ b/testfile\n@@ -1 +1 @@\n-test\n+test change\n" + }, + "patch-media-type": { + "value": "From ac3282a2725be3b1d4979169a7a311c89066af1c Mon Sep 17 00:00:00 2001\nFrom: Mona Lisa <87831417+monalisa@users.noreply.github.com>\nDate: Fri, 6 Mar 2026 11:18:45 +0000\nSubject: [PATCH] Change 'test' to 'test change' in testfile\n\n---\ntestfile | 2 +-\n1 file changed, 1 insertion(+), 1 deletion(-)\n\ndiff --git a/testfile b/testfile\nindex 9bdeaeb..912c7ef 100644\n--- a/testfile\n+++ b/testfile\n@@ -1 +1 @@\n-test\n+test change\n" + }, "check-suite-paginated": { "value": { "total_count": 1, 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 be203bacfe..a9ff155e1c 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 @@ -35842,6 +35842,24 @@ paths: examples: default: "$ref": "#/components/examples/commit" + application/vnd.github.diff: + schema: + type: string + examples: + default: + "$ref": "#/components/examples/diff-media-type" + application/vnd.github.patch: + schema: + type: string + examples: + default: + "$ref": "#/components/examples/patch-media-type" + application/vnd.github.sha: + schema: + type: string + examples: + default: + value: ac3282a2725be3b1d4979169a7a311c89066af1c '422': "$ref": "#/components/responses/validation_failed" '404': @@ -36192,6 +36210,18 @@ paths: examples: default: "$ref": "#/components/examples/commit-comparison" + application/vnd.github.diff: + schema: + type: string + examples: + default: + "$ref": "#/components/examples/diff-media-type" + application/vnd.github.patch: + schema: + type: string + examples: + default: + "$ref": "#/components/examples/patch-media-type" '404': "$ref": "#/components/responses/not_found" '500': @@ -234434,6 +234464,33 @@ components: patch: |- @@ -29,7 +29,7 @@ ..... + diff-media-type: + value: | + diff --git a/testfile b/testfile + index 9bdeaeb..912c7ef 100644 + --- a/testfile + +++ b/testfile + @@ -1 +1 @@ + -test + +test change + patch-media-type: + value: | + From ac3282a2725be3b1d4979169a7a311c89066af1c Mon Sep 17 00:00:00 2001 + From: Mona Lisa <87831417+monalisa@users.noreply.github.com> + Date: Fri, 6 Mar 2026 11:18:45 +0000 + Subject: [PATCH] Change 'test' to 'test change' in testfile + + --- + testfile | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + + diff --git a/testfile b/testfile + index 9bdeaeb..912c7ef 100644 + --- a/testfile + +++ b/testfile + @@ -1 +1 @@ + -test + +test change check-suite-paginated: value: total_count: 1 diff --git a/descriptions-next/api.github.com/api.github.com.2026-03-10.json b/descriptions-next/api.github.com/api.github.com.2026-03-10.json index 59d5596b12..69c11cbbe0 100644 --- a/descriptions-next/api.github.com/api.github.com.2026-03-10.json +++ b/descriptions-next/api.github.com/api.github.com.2026-03-10.json @@ -48896,6 +48896,36 @@ "$ref": "#/components/examples/commit" } } + }, + "application/vnd.github.diff": { + "schema": { + "type": "string" + }, + "examples": { + "default": { + "$ref": "#/components/examples/diff-media-type" + } + } + }, + "application/vnd.github.patch": { + "schema": { + "type": "string" + }, + "examples": { + "default": { + "$ref": "#/components/examples/patch-media-type" + } + } + }, + "application/vnd.github.sha": { + "schema": { + "type": "string" + }, + "examples": { + "default": { + "value": "ac3282a2725be3b1d4979169a7a311c89066af1c" + } + } } } }, @@ -49328,6 +49358,26 @@ "$ref": "#/components/examples/commit-comparison" } } + }, + "application/vnd.github.diff": { + "schema": { + "type": "string" + }, + "examples": { + "default": { + "$ref": "#/components/examples/diff-media-type" + } + } + }, + "application/vnd.github.patch": { + "schema": { + "type": "string" + }, + "examples": { + "default": { + "$ref": "#/components/examples/patch-media-type" + } + } } } }, @@ -314926,6 +314976,12 @@ ] } }, + "diff-media-type": { + "value": "diff --git a/testfile b/testfile\nindex 9bdeaeb..912c7ef 100644\n--- a/testfile\n+++ b/testfile\n@@ -1 +1 @@\n-test\n+test change\n" + }, + "patch-media-type": { + "value": "From ac3282a2725be3b1d4979169a7a311c89066af1c Mon Sep 17 00:00:00 2001\nFrom: Mona Lisa <87831417+monalisa@users.noreply.github.com>\nDate: Fri, 6 Mar 2026 11:18:45 +0000\nSubject: [PATCH] Change 'test' to 'test change' in testfile\n\n---\ntestfile | 2 +-\n1 file changed, 1 insertion(+), 1 deletion(-)\n\ndiff --git a/testfile b/testfile\nindex 9bdeaeb..912c7ef 100644\n--- a/testfile\n+++ b/testfile\n@@ -1 +1 @@\n-test\n+test change\n" + }, "check-suite-paginated": { "value": { "total_count": 1, diff --git a/descriptions-next/api.github.com/api.github.com.2026-03-10.yaml b/descriptions-next/api.github.com/api.github.com.2026-03-10.yaml index b3f7046722..e45b211cdc 100644 --- a/descriptions-next/api.github.com/api.github.com.2026-03-10.yaml +++ b/descriptions-next/api.github.com/api.github.com.2026-03-10.yaml @@ -35779,6 +35779,24 @@ paths: examples: default: "$ref": "#/components/examples/commit" + application/vnd.github.diff: + schema: + type: string + examples: + default: + "$ref": "#/components/examples/diff-media-type" + application/vnd.github.patch: + schema: + type: string + examples: + default: + "$ref": "#/components/examples/patch-media-type" + application/vnd.github.sha: + schema: + type: string + examples: + default: + value: ac3282a2725be3b1d4979169a7a311c89066af1c '422': "$ref": "#/components/responses/validation_failed" '404': @@ -36129,6 +36147,18 @@ paths: examples: default: "$ref": "#/components/examples/commit-comparison" + application/vnd.github.diff: + schema: + type: string + examples: + default: + "$ref": "#/components/examples/diff-media-type" + application/vnd.github.patch: + schema: + type: string + examples: + default: + "$ref": "#/components/examples/patch-media-type" '404': "$ref": "#/components/responses/not_found" '500': @@ -233738,6 +233768,33 @@ components: patch: |- @@ -29,7 +29,7 @@ ..... + diff-media-type: + value: | + diff --git a/testfile b/testfile + index 9bdeaeb..912c7ef 100644 + --- a/testfile + +++ b/testfile + @@ -1 +1 @@ + -test + +test change + patch-media-type: + value: | + From ac3282a2725be3b1d4979169a7a311c89066af1c Mon Sep 17 00:00:00 2001 + From: Mona Lisa <87831417+monalisa@users.noreply.github.com> + Date: Fri, 6 Mar 2026 11:18:45 +0000 + Subject: [PATCH] Change 'test' to 'test change' in testfile + + --- + testfile | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + + diff --git a/testfile b/testfile + index 9bdeaeb..912c7ef 100644 + --- a/testfile + +++ b/testfile + @@ -1 +1 @@ + -test + +test change check-suite-paginated: value: total_count: 1 diff --git a/descriptions-next/api.github.com/api.github.com.json b/descriptions-next/api.github.com/api.github.com.json index db83bed8fe..3786e36467 100644 --- a/descriptions-next/api.github.com/api.github.com.json +++ b/descriptions-next/api.github.com/api.github.com.json @@ -49231,6 +49231,36 @@ "$ref": "#/components/examples/commit" } } + }, + "application/vnd.github.diff": { + "schema": { + "type": "string" + }, + "examples": { + "default": { + "$ref": "#/components/examples/diff-media-type" + } + } + }, + "application/vnd.github.patch": { + "schema": { + "type": "string" + }, + "examples": { + "default": { + "$ref": "#/components/examples/patch-media-type" + } + } + }, + "application/vnd.github.sha": { + "schema": { + "type": "string" + }, + "examples": { + "default": { + "value": "ac3282a2725be3b1d4979169a7a311c89066af1c" + } + } } } }, @@ -49663,6 +49693,26 @@ "$ref": "#/components/examples/commit-comparison" } } + }, + "application/vnd.github.diff": { + "schema": { + "type": "string" + }, + "examples": { + "default": { + "$ref": "#/components/examples/diff-media-type" + } + } + }, + "application/vnd.github.patch": { + "schema": { + "type": "string" + }, + "examples": { + "default": { + "$ref": "#/components/examples/patch-media-type" + } + } } } }, @@ -317680,6 +317730,12 @@ ] } }, + "diff-media-type": { + "value": "diff --git a/testfile b/testfile\nindex 9bdeaeb..912c7ef 100644\n--- a/testfile\n+++ b/testfile\n@@ -1 +1 @@\n-test\n+test change\n" + }, + "patch-media-type": { + "value": "From ac3282a2725be3b1d4979169a7a311c89066af1c Mon Sep 17 00:00:00 2001\nFrom: Mona Lisa <87831417+monalisa@users.noreply.github.com>\nDate: Fri, 6 Mar 2026 11:18:45 +0000\nSubject: [PATCH] Change 'test' to 'test change' in testfile\n\n---\ntestfile | 2 +-\n1 file changed, 1 insertion(+), 1 deletion(-)\n\ndiff --git a/testfile b/testfile\nindex 9bdeaeb..912c7ef 100644\n--- a/testfile\n+++ b/testfile\n@@ -1 +1 @@\n-test\n+test change\n" + }, "check-suite-paginated": { "value": { "total_count": 1, diff --git a/descriptions-next/api.github.com/api.github.com.yaml b/descriptions-next/api.github.com/api.github.com.yaml index 0ceb2c080a..b9f5af77d4 100644 --- a/descriptions-next/api.github.com/api.github.com.yaml +++ b/descriptions-next/api.github.com/api.github.com.yaml @@ -35977,6 +35977,24 @@ paths: examples: default: "$ref": "#/components/examples/commit" + application/vnd.github.diff: + schema: + type: string + examples: + default: + "$ref": "#/components/examples/diff-media-type" + application/vnd.github.patch: + schema: + type: string + examples: + default: + "$ref": "#/components/examples/patch-media-type" + application/vnd.github.sha: + schema: + type: string + examples: + default: + value: ac3282a2725be3b1d4979169a7a311c89066af1c '422': "$ref": "#/components/responses/validation_failed" '404': @@ -36327,6 +36345,18 @@ paths: examples: default: "$ref": "#/components/examples/commit-comparison" + application/vnd.github.diff: + schema: + type: string + examples: + default: + "$ref": "#/components/examples/diff-media-type" + application/vnd.github.patch: + schema: + type: string + examples: + default: + "$ref": "#/components/examples/patch-media-type" '404': "$ref": "#/components/responses/not_found" '500': @@ -235669,6 +235699,33 @@ components: patch: |- @@ -29,7 +29,7 @@ ..... + diff-media-type: + value: | + diff --git a/testfile b/testfile + index 9bdeaeb..912c7ef 100644 + --- a/testfile + +++ b/testfile + @@ -1 +1 @@ + -test + +test change + patch-media-type: + value: | + From ac3282a2725be3b1d4979169a7a311c89066af1c Mon Sep 17 00:00:00 2001 + From: Mona Lisa <87831417+monalisa@users.noreply.github.com> + Date: Fri, 6 Mar 2026 11:18:45 +0000 + Subject: [PATCH] Change 'test' to 'test change' in testfile + + --- + testfile | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + + diff --git a/testfile b/testfile + index 9bdeaeb..912c7ef 100644 + --- a/testfile + +++ b/testfile + @@ -1 +1 @@ + -test + +test change check-suite-paginated: value: total_count: 1 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 e830cadc25..9be276b2ad 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 @@ -371363,6 +371363,36 @@ } } } + }, + "application/vnd.github.diff": { + "schema": { + "type": "string" + }, + "examples": { + "default": { + "value": "diff --git a/testfile b/testfile\nindex 9bdeaeb..912c7ef 100644\n--- a/testfile\n+++ b/testfile\n@@ -1 +1 @@\n-test\n+test change\n" + } + } + }, + "application/vnd.github.patch": { + "schema": { + "type": "string" + }, + "examples": { + "default": { + "value": "From ac3282a2725be3b1d4979169a7a311c89066af1c Mon Sep 17 00:00:00 2001\nFrom: Mona Lisa <87831417+monalisa@users.noreply.github.com>\nDate: Fri, 6 Mar 2026 11:18:45 +0000\nSubject: [PATCH] Change 'test' to 'test change' in testfile\n\n---\ntestfile | 2 +-\n1 file changed, 1 insertion(+), 1 deletion(-)\n\ndiff --git a/testfile b/testfile\nindex 9bdeaeb..912c7ef 100644\n--- a/testfile\n+++ b/testfile\n@@ -1 +1 @@\n-test\n+test change\n" + } + } + }, + "application/vnd.github.sha": { + "schema": { + "type": "string" + }, + "examples": { + "default": { + "value": "ac3282a2725be3b1d4979169a7a311c89066af1c" + } + } } } }, @@ -379720,6 +379750,26 @@ } } } + }, + "application/vnd.github.diff": { + "schema": { + "type": "string" + }, + "examples": { + "default": { + "value": "diff --git a/testfile b/testfile\nindex 9bdeaeb..912c7ef 100644\n--- a/testfile\n+++ b/testfile\n@@ -1 +1 @@\n-test\n+test change\n" + } + } + }, + "application/vnd.github.patch": { + "schema": { + "type": "string" + }, + "examples": { + "default": { + "value": "From ac3282a2725be3b1d4979169a7a311c89066af1c Mon Sep 17 00:00:00 2001\nFrom: Mona Lisa <87831417+monalisa@users.noreply.github.com>\nDate: Fri, 6 Mar 2026 11:18:45 +0000\nSubject: [PATCH] Change 'test' to 'test change' in testfile\n\n---\ntestfile | 2 +-\n1 file changed, 1 insertion(+), 1 deletion(-)\n\ndiff --git a/testfile b/testfile\nindex 9bdeaeb..912c7ef 100644\n--- a/testfile\n+++ b/testfile\n@@ -1 +1 @@\n-test\n+test change\n" + } + } } } }, 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 340448ad96..8cbd59cbc6 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 @@ -1073,7 +1073,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/global-advisories#get-a-global-security-advisory parameters: - - &634 + - &636 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -12056,7 +12056,7 @@ paths: Filters the list of alerts based on EPSS percentages. If specified, only alerts with the provided EPSS percentages will be returned. schema: type: string - - &471 + - &473 name: has in: query description: |- @@ -12186,7 +12186,7 @@ paths: - transitive - inconclusive - - security_advisory: &472 + security_advisory: &474 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -12461,7 +12461,7 @@ paths: and was considered fixed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - auto_dismissed_at: &473 + auto_dismissed_at: &475 type: - string - 'null' @@ -12469,7 +12469,7 @@ paths: ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - dismissal_request: &474 + dismissal_request: &476 title: Dependabot alert dismissal request description: Information about an active dismissal request for this Dependabot alert. @@ -13896,7 +13896,7 @@ paths: properties: action: type: string - discussion: &725 + discussion: &727 title: Discussion description: A Discussion in a repository. type: object @@ -14680,7 +14680,7 @@ paths: - hooray - eyes - rocket - sub_issues_summary: &646 + sub_issues_summary: &648 title: Sub-issues Summary type: object properties: @@ -14764,7 +14764,7 @@ paths: pin: anyOf: - type: 'null' - - &544 + - &546 title: Pinned Issue Comment description: Context around who pinned an issue comment and when it was pinned. @@ -14791,7 +14791,7 @@ paths: - url - created_at - updated_at - issue_dependencies_summary: &647 + issue_dependencies_summary: &649 title: Issue Dependencies Summary type: object properties: @@ -14810,7 +14810,7 @@ paths: - total_blocking issue_field_values: type: array - items: &529 + items: &531 title: Issue Field Value description: A value assigned to an issue field type: object @@ -15591,7 +15591,7 @@ paths: type: string release: allOf: - - &576 + - &578 title: Release description: A release. type: object @@ -15673,7 +15673,7 @@ paths: author: *4 assets: type: array - items: &577 + items: &579 title: Release Asset description: Data related to a release. type: object @@ -16276,7 +16276,7 @@ paths: url: type: string format: uri - user: &653 + user: &655 title: Public User description: Public User type: object @@ -19720,7 +19720,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &552 + - &554 name: all description: If `true`, show notifications marked as read. in: query @@ -19728,7 +19728,7 @@ paths: schema: type: boolean default: false - - &553 + - &555 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -19738,7 +19738,7 @@ paths: type: boolean default: false - *86 - - &554 + - &556 name: before description: 'Only show notifications updated before the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: @@ -20331,7 +20331,7 @@ paths: - url - subscription_url examples: - default: &555 + default: &557 value: - id: '1' repository: @@ -21901,7 +21901,7 @@ paths: required: false schema: type: string - - &702 + - &704 name: model description: The model name to query usage for. The name is not case sensitive. in: query @@ -22047,7 +22047,7 @@ paths: parameters: - *73 - *115 - - &703 + - &705 name: month description: If specified, only return results for a single month. The value of `month` is an integer between `1` and `12`. If no year is specified the @@ -22159,7 +22159,7 @@ paths: - *115 - *117 - *116 - - &704 + - &706 name: repository description: The repository name to query for usage in the format owner/repository. in: query @@ -22167,7 +22167,7 @@ paths: schema: type: string - *118 - - &705 + - &707 name: sku description: The SKU to query for usage. in: query @@ -29012,12 +29012,12 @@ paths: required: - subject_digests examples: - default: &684 + default: &686 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &685 + withPredicateType: &687 value: subject_digests: - sha256:abc123 @@ -29076,7 +29076,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &686 + default: &688 value: attestations_subject_digests: - sha256:abc: @@ -35254,7 +35254,7 @@ paths: description: Response content: application/json: - schema: &477 + schema: &479 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -35273,7 +35273,7 @@ paths: - key_id - key examples: - default: &478 + default: &480 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -37099,7 +37099,7 @@ paths: application/json: schema: *20 examples: - default: &516 + default: &518 value: id: 1 account: @@ -37327,7 +37327,7 @@ paths: required: true content: application/json: - schema: &517 + schema: &519 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration @@ -39908,7 +39908,7 @@ paths: parameters: - *73 - *242 - - &667 + - &669 name: repo_name description: repo_name parameter in: path @@ -40969,7 +40969,7 @@ paths: - nuget - container - *73 - - &668 + - &670 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -41010,7 +41010,7 @@ paths: default: *248 '403': *27 '401': *23 - '400': &670 + '400': &672 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -43034,7 +43034,7 @@ paths: latest_status_update: anyOf: - type: 'null' - - &753 + - &755 title: Projects v2 Status Update description: An status update belonging to a project type: object @@ -43547,7 +43547,7 @@ paths: - review_comment - self author_association: *78 - auto_merge: &562 + auto_merge: &564 title: Auto merge description: The status of auto merging a pull request. type: @@ -43932,7 +43932,7 @@ paths: - updated_at - project_url examples: - default: &689 + default: &691 value: - id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -44109,7 +44109,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: &690 + items: &692 type: object properties: name: @@ -44146,7 +44146,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: &691 + iteration_configuration: &693 type: object description: The configuration for iteration fields. properties: @@ -44196,7 +44196,7 @@ paths: value: name: Due date data_type: date - single_select_field: &692 + single_select_field: &694 summary: Create a single select field value: name: Priority @@ -44223,7 +44223,7 @@ paths: description: raw: High priority items html: High priority items - iteration_field: &693 + iteration_field: &695 summary: Create an iteration field value: name: Sprint @@ -44249,7 +44249,7 @@ paths: application/json: schema: *268 examples: - text_field: &694 + text_field: &696 value: id: 24680 node_id: PVTF_lADOABCD2468024680 @@ -44258,7 +44258,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-05-15T08:00:00Z' updated_at: '2022-05-15T08:00:00Z' - number_field: &695 + number_field: &697 value: id: 13579 node_id: PVTF_lADOABCD1357913579 @@ -44267,7 +44267,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-06-01T14:30:00Z' updated_at: '2022-06-01T14:30:00Z' - date_field: &696 + date_field: &698 value: id: 98765 node_id: PVTF_lADOABCD9876598765 @@ -44276,7 +44276,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-06-10T09:15:00Z' updated_at: '2022-06-10T09:15:00Z' - single_select_field: &697 + single_select_field: &699 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -44310,7 +44310,7 @@ paths: raw: High priority items created_at: '2022-04-28T12:00:00Z' updated_at: '2022-04-28T12:00:00Z' - iteration_field: &698 + iteration_field: &700 value: id: 11223 node_id: PVTF_lADOABCD1122311223 @@ -44356,7 +44356,7 @@ paths: url: https://docs.github.com/rest/projects/fields#get-project-field-for-organization parameters: - *265 - - &699 + - &701 name: field_id description: The unique identifier of the field. in: path @@ -44371,7 +44371,7 @@ paths: application/json: schema: *268 examples: - default: &700 + default: &702 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -45582,7 +45582,7 @@ paths: description: Response for creating a view in an organization-owned project. content: application/json: - schema: &681 + schema: &683 title: Projects v2 View description: A view inside a projects v2 project type: object @@ -45765,7 +45765,7 @@ paths: parameters: - *265 - *73 - - &701 + - &703 name: view_number description: The number that identifies the project view. in: path @@ -47841,7 +47841,7 @@ paths: - *73 - *17 - *19 - - &584 + - &586 name: targets description: | A comma-separated list of rule targets to filter by. @@ -48127,7 +48127,7 @@ paths: - object rules: type: array - items: &585 + items: &587 title: Repository Rule type: object description: A repository rule. @@ -48189,7 +48189,7 @@ paths: type: string enum: - required_linear_history - - &583 + - &585 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -49091,7 +49091,7 @@ paths: url: https://docs.github.com/rest/orgs/rule-suites#list-organization-rule-suites parameters: - *73 - - &586 + - &588 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 @@ -49106,7 +49106,7 @@ paths: in: query schema: type: string - - &587 + - &589 name: time_period description: |- The time period to filter by. @@ -49122,14 +49122,14 @@ paths: - week - month default: day - - &588 + - &590 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 - - &589 + - &591 name: rule_suite_result description: The rule suite results to filter on. When specified, only suites with this result will be returned. @@ -49149,7 +49149,7 @@ paths: description: Response content: application/json: - schema: &590 + schema: &592 title: Rule Suites description: Response type: array @@ -49205,7 +49205,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &591 + default: &593 value: - id: 21 actor_id: 12 @@ -49249,7 +49249,7 @@ paths: url: https://docs.github.com/rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *73 - - &592 + - &594 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -49265,7 +49265,7 @@ paths: description: Response content: application/json: - schema: &593 + schema: &595 title: Rule Suite description: Response type: object @@ -49372,7 +49372,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &594 + default: &596 value: id: 21 actor_id: 12 @@ -49619,7 +49619,7 @@ paths: type: string format: date-time examples: - default: &596 + default: &598 value: - version_id: 3 actor: @@ -49672,7 +49672,7 @@ paths: description: Response content: application/json: - schema: &597 + schema: &599 allOf: - *311 - type: object @@ -49744,7 +49744,7 @@ paths: url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - *73 - - &598 + - &600 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -49755,7 +49755,7 @@ paths: enum: - open - resolved - - &599 + - &601 name: secret_type in: query description: A comma-separated list of secret types to return. All default @@ -49765,7 +49765,7 @@ paths: required: false schema: type: string - - &600 + - &602 name: exclude_secret_types in: query description: A comma-separated list of secret types to exclude from the results. @@ -49776,7 +49776,7 @@ paths: required: false schema: type: string - - &601 + - &603 name: exclude_providers in: query description: |- @@ -49787,7 +49787,7 @@ paths: required: false schema: type: string - - &602 + - &604 name: providers in: query description: |- @@ -49798,7 +49798,7 @@ paths: required: false schema: type: string - - &603 + - &605 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -49807,7 +49807,7 @@ paths: required: false schema: type: string - - &604 + - &606 name: assignee in: query description: Filters alerts by assignee. Use `*` to get all assigned alerts, @@ -49826,7 +49826,7 @@ paths: all-unassigned: value: none summary: Filter for all unassigned alerts - - &605 + - &607 name: sort description: The property to sort the results by. `created` means when the alert was created. `updated` means when the alert was updated or resolved. @@ -49841,7 +49841,7 @@ paths: - *59 - *19 - *17 - - &606 + - &608 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 @@ -49851,7 +49851,7 @@ paths: required: false schema: type: string - - &607 + - &609 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 @@ -49861,7 +49861,7 @@ paths: required: false schema: type: string - - &608 + - &610 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -49870,7 +49870,7 @@ paths: required: false schema: type: string - - &609 + - &611 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -49879,7 +49879,7 @@ paths: schema: type: boolean default: false - - &610 + - &612 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -49888,7 +49888,7 @@ paths: schema: type: boolean default: false - - &611 + - &613 name: hide_secret in: query description: A boolean value representing whether or not to hide literal secrets @@ -49920,14 +49920,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &612 + state: &614 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: &613 + resolution: &615 type: - string - 'null' @@ -50046,14 +50046,14 @@ paths: first_location_detected: anyOf: - type: 'null' - - &614 + - &616 description: 'Details on the location where the token was initially detected. This can be a commit, wiki commit, issue, discussion, pull request. ' oneOf: - - &616 + - &618 description: Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository. @@ -50117,7 +50117,7 @@ paths: - blob_url - commit_sha - commit_url - - &617 + - &619 description: Represents a 'wiki_commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository wiki. @@ -50178,7 +50178,7 @@ paths: - page_url - commit_sha - commit_url - - &618 + - &620 description: Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue. @@ -50200,7 +50200,7 @@ paths: - https://github.com/octocat/Hello-World/issues/1 required: - issue_title_url - - &619 + - &621 description: Represents an 'issue_body' secret scanning location type. This location type shows that a secret was detected in the body of an issue. @@ -50222,7 +50222,7 @@ paths: - https://github.com/octocat/Hello-World/issues/1 required: - issue_body_url - - &620 + - &622 description: Represents an 'issue_comment' secret scanning location type. This location type shows that a secret was detected in a comment on an issue. @@ -50244,7 +50244,7 @@ paths: - https://github.com/octocat/Hello-World/issues/1#issuecomment-1081119451 required: - issue_comment_url - - &621 + - &623 description: Represents a 'discussion_title' secret scanning location type. This location type shows that a secret was detected in the title of a discussion. @@ -50259,7 +50259,7 @@ paths: - https://github.com/community/community/discussions/39082 required: - discussion_title_url - - &622 + - &624 description: Represents a 'discussion_body' secret scanning location type. This location type shows that a secret was detected in the body of a discussion. @@ -50274,7 +50274,7 @@ paths: - https://github.com/community/community/discussions/39082#discussion-4566270 required: - discussion_body_url - - &623 + - &625 description: Represents a 'discussion_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a discussion. @@ -50289,7 +50289,7 @@ paths: - https://github.com/community/community/discussions/39082#discussioncomment-4158232 required: - discussion_comment_url - - &624 + - &626 description: Represents a 'pull_request_title' secret scanning location type. This location type shows that a secret was detected in the title of a pull request. @@ -50311,7 +50311,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_title_url - - &625 + - &627 description: Represents a 'pull_request_body' secret scanning location type. This location type shows that a secret was detected in the body of a pull request. @@ -50333,7 +50333,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_body_url - - &626 + - &628 description: Represents a 'pull_request_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a pull request. @@ -50355,7 +50355,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846#issuecomment-1081119451 required: - pull_request_comment_url - - &627 + - &629 description: Represents a 'pull_request_review' secret scanning location type. This location type shows that a secret was detected in a review on a pull request. @@ -50377,7 +50377,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846#pullrequestreview-80 required: - pull_request_review_url - - &628 + - &630 description: Represents a 'pull_request_review_comment' secret scanning location type. This location type shows that a secret was detected in a review comment on a pull @@ -50898,7 +50898,7 @@ paths: application/json: schema: type: array - items: &632 + items: &634 description: A repository security advisory. type: object properties: @@ -51217,7 +51217,7 @@ paths: - private_fork additionalProperties: false examples: - default: &633 + default: &635 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -53292,7 +53292,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &649 + response-if-user-is-a-team-maintainer: &651 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -53357,7 +53357,7 @@ paths: application/json: schema: *324 examples: - response-if-users-membership-with-team-is-now-pending: &650 + response-if-users-membership-with-team-is-now-pending: &652 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -53471,7 +53471,7 @@ paths: description: Alternative response with repository permissions content: application/json: - schema: &651 + schema: &653 title: Team Repository description: A team's access to a repository. type: object @@ -54200,7 +54200,7 @@ paths: type: array items: *187 examples: - response-if-child-teams-exist: &652 + response-if-child-teams-exist: &654 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -55676,7 +55676,7 @@ paths: example: https://pipelines.actions.githubusercontent.com/OhgS4QRKqmgx7bKC27GKU83jnQjyeqG8oIMTge8eqtheppcmw8/_apis/pipelines/1/runs/176/signedlogcontent?urlExpires=2020-01-24T18%3A10%3A31.5729946Z&urlSigningMethod=HMACV1&urlSignature=agG73JakPYkHrh06seAkvmH7rBR4Ji4c2%2B6a2ejYh3E%3D schema: type: string - '410': &520 + '410': &522 description: Gone content: application/json: @@ -59408,7 +59408,7 @@ paths: items: type: object properties: - type: &486 + type: &488 type: string description: The type of reviewer. enum: @@ -59546,7 +59546,7 @@ paths: application/json: schema: type: array - items: &481 + items: &483 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed @@ -59658,7 +59658,7 @@ paths: - created_at - updated_at examples: - default: &482 + default: &484 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -60043,7 +60043,7 @@ paths: application/json: schema: *370 examples: - default: &499 + default: &501 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -60262,7 +60262,7 @@ paths: application/json: schema: *374 examples: - default: &500 + default: &502 value: name: USERNAME value: octocat @@ -62130,7 +62130,7 @@ paths: required: - sha - url - verification: &506 + verification: &508 title: Verification type: object properties: @@ -65368,7 +65368,7 @@ paths: check. type: array items: *84 - deployment: &714 + deployment: &716 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -68712,7 +68712,7 @@ paths: updated_at: '2022-09-12T12:14:32Z' url: https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/java commit_oid: 1927de39fefa25a9d0e64e3f540ff824a72f538c - '302': &469 + '302': &471 description: Found '403': *421 '404': *6 @@ -70623,7 +70623,7 @@ paths: type: array items: *446 examples: - default: &658 + default: &660 value: total_count: 2 machines: @@ -71335,7 +71335,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &519 + schema: &521 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -72037,7 +72037,7 @@ paths: - content - created_at examples: - default: &522 + default: &524 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -72174,7 +72174,7 @@ paths: - *325 - *326 - *95 - - &523 + - &525 name: reaction_id description: The unique identifier of the reaction. in: path @@ -72288,7 +72288,7 @@ paths: type: array items: *456 examples: - default: &569 + default: &571 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -72579,7 +72579,7 @@ paths: type: array items: *460 examples: - default: &561 + default: &563 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -73137,7 +73137,7 @@ paths: application/json: schema: *456 examples: - default: &549 + default: &551 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -73221,6 +73221,47 @@ paths: patch: |- @@ -29,7 +29,7 @@ ..... + application/vnd.github.diff: + schema: + type: string + examples: + default: &468 + value: | + diff --git a/testfile b/testfile + index 9bdeaeb..912c7ef 100644 + --- a/testfile + +++ b/testfile + @@ -1 +1 @@ + -test + +test change + application/vnd.github.patch: + schema: + type: string + examples: + default: &469 + value: | + From ac3282a2725be3b1d4979169a7a311c89066af1c Mon Sep 17 00:00:00 2001 + From: Mona Lisa <87831417+monalisa@users.noreply.github.com> + Date: Fri, 6 Mar 2026 11:18:45 +0000 + Subject: [PATCH] Change 'test' to 'test change' in testfile + + --- + testfile | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + + diff --git a/testfile b/testfile + index 9bdeaeb..912c7ef 100644 + --- a/testfile + +++ b/testfile + @@ -1 +1 @@ + -test + +test change + application/vnd.github.sha: + schema: + type: string + examples: + default: + value: ac3282a2725be3b1d4979169a7a311c89066af1c '422': *15 '404': *6 '500': *53 @@ -73759,7 +73800,7 @@ paths: application/json: schema: type: array - items: &637 + items: &639 title: Status description: The status of a commit. type: object @@ -74386,6 +74427,16 @@ paths: contents_url: https://api.github.com/repos/octocat/Hello-World/contents/file1.txt?ref=6dcb09b5b57875f334f61aebed695e2e4193db5e patch: "@@ -132,7 +132,7 @@ module Test @@ -1000,7 +1000,7 @@ module Test" + application/vnd.github.diff: + schema: + type: string + examples: + default: *468 + application/vnd.github.patch: + schema: + type: string + examples: + default: *469 '404': *6 '500': *53 '503': *113 @@ -74601,7 +74652,7 @@ paths: - type - url examples: - response-if-content-is-a-file-github-object: &468 + response-if-content-is-a-file-github-object: &470 summary: Response if content is a file value: type: file @@ -74738,7 +74789,7 @@ paths: - size - type - url - - &574 + - &576 title: Content File description: Content File type: object @@ -74956,7 +75007,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *468 + response-if-content-is-a-file: *470 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -75025,7 +75076,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *27 - '302': *469 + '302': *471 '304': *35 x-github: githubCloudOnly: false @@ -75144,7 +75195,7 @@ paths: description: Response content: application/json: - schema: &470 + schema: &472 title: File Commit description: File Commit type: object @@ -75300,7 +75351,7 @@ paths: description: Response content: application/json: - schema: *470 + schema: *472 examples: example-for-creating-a-file: value: @@ -75354,7 +75405,7 @@ paths: schema: oneOf: - *3 - - &501 + - &503 description: Repository rule violation was detected type: object properties: @@ -75375,7 +75426,7 @@ paths: items: type: object properties: - placeholder_id: &629 + placeholder_id: &631 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -75469,7 +75520,7 @@ paths: description: Response content: application/json: - schema: *470 + schema: *472 examples: default: value: @@ -75663,7 +75714,7 @@ paths: schema: type: string - *194 - - *471 + - *473 - *195 - *196 - *197 @@ -75678,7 +75729,7 @@ paths: application/json: schema: type: array - items: &475 + items: &477 type: object description: A Dependabot alert. properties: @@ -75729,7 +75780,7 @@ paths: - transitive - inconclusive - - security_advisory: *472 + security_advisory: *474 security_vulnerability: *63 url: *173 html_url: *174 @@ -75760,8 +75811,8 @@ paths: dismissal. maxLength: 280 fixed_at: *175 - auto_dismissed_at: *473 - dismissal_request: *474 + auto_dismissed_at: *475 + dismissal_request: *476 assignees: type: array description: The users assigned to this alert. @@ -76018,7 +76069,7 @@ paths: parameters: - *325 - *326 - - &476 + - &478 name: alert_number in: path description: |- @@ -76033,7 +76084,7 @@ paths: description: Response content: application/json: - schema: *475 + schema: *477 examples: default: value: @@ -76167,7 +76218,7 @@ paths: parameters: - *325 - *326 - - *476 + - *478 requestBody: required: true content: @@ -76223,7 +76274,7 @@ paths: description: Response content: application/json: - schema: *475 + schema: *477 examples: default: value: @@ -76372,7 +76423,7 @@ paths: type: integer secrets: type: array - items: &479 + items: &481 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -76433,9 +76484,9 @@ paths: description: Response content: application/json: - schema: *477 + schema: *479 examples: - default: *478 + default: *480 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76463,7 +76514,7 @@ paths: description: Response content: application/json: - schema: *479 + schema: *481 examples: default: value: @@ -77087,7 +77138,7 @@ paths: - version - url additionalProperties: false - metadata: &480 + metadata: &482 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -77126,7 +77177,7 @@ paths: examples: - "/src/build/package-lock.json" additionalProperties: false - metadata: *480 + metadata: *482 resolved: type: object description: A collection of resolved package dependencies. @@ -77140,7 +77191,7 @@ paths: pattern: "^pkg" examples: - pkg:/npm/%40actions/http-client@1.0.11 - metadata: *480 + metadata: *482 relationship: type: string description: A notation of whether a dependency is requested @@ -77315,9 +77366,9 @@ paths: application/json: schema: type: array - items: *481 + items: *483 examples: - default: *482 + default: *484 headers: Link: *65 x-github: @@ -77466,7 +77517,7 @@ paths: description: Response content: application/json: - schema: *481 + schema: *483 examples: simple-example: summary: Simple example @@ -77541,7 +77592,7 @@ paths: parameters: - *325 - *326 - - &483 + - &485 name: deployment_id description: deployment_id parameter in: path @@ -77553,7 +77604,7 @@ paths: description: Response content: application/json: - schema: *481 + schema: *483 examples: default: value: @@ -77620,7 +77671,7 @@ paths: parameters: - *325 - *326 - - *483 + - *485 responses: '204': description: Response @@ -77644,7 +77695,7 @@ paths: parameters: - *325 - *326 - - *483 + - *485 - *17 - *19 responses: @@ -77654,7 +77705,7 @@ paths: application/json: schema: type: array - items: &484 + items: &486 title: Deployment Status description: The status of a deployment. type: object @@ -77820,7 +77871,7 @@ paths: parameters: - *325 - *326 - - *483 + - *485 requestBody: required: true content: @@ -77895,9 +77946,9 @@ paths: description: Response content: application/json: - schema: *484 + schema: *486 examples: - default: &485 + default: &487 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -77955,7 +78006,7 @@ paths: parameters: - *325 - *326 - - *483 + - *485 - name: status_id in: path required: true @@ -77966,9 +78017,9 @@ paths: description: Response content: application/json: - schema: *484 + schema: *486 examples: - default: *485 + default: *487 '404': *6 x-github: githubCloudOnly: false @@ -78070,7 +78121,7 @@ paths: - 5 environments: type: array - items: &487 + items: &489 title: Environment description: Details of a deployment environment type: object @@ -78132,7 +78183,7 @@ paths: type: string examples: - wait_timer - wait_timer: &489 + wait_timer: &491 type: integer description: The amount of time to delay a job after the job is initially triggered. The time (in minutes) @@ -78174,7 +78225,7 @@ paths: items: type: object properties: - type: *486 + type: *488 reviewer: anyOf: - *4 @@ -78201,7 +78252,7 @@ paths: - id - node_id - type - deployment_branch_policy: &490 + deployment_branch_policy: &492 type: - object - 'null' @@ -78320,7 +78371,7 @@ paths: parameters: - *325 - *326 - - &488 + - &490 name: environment_name in: path required: true @@ -78333,9 +78384,9 @@ paths: description: Response content: application/json: - schema: *487 + schema: *489 examples: - default: &491 + default: &493 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -78421,7 +78472,7 @@ paths: parameters: - *325 - *326 - - *488 + - *490 requestBody: required: false content: @@ -78431,7 +78482,7 @@ paths: - object - 'null' properties: - wait_timer: *489 + wait_timer: *491 prevent_self_review: type: boolean description: Whether or not a user who created the job is prevented @@ -78450,14 +78501,14 @@ paths: items: type: object properties: - type: *486 + type: *488 id: type: integer description: The id of the user or team who can review the deployment examples: - 4532992 - deployment_branch_policy: *490 + deployment_branch_policy: *492 additionalProperties: false examples: default: @@ -78477,9 +78528,9 @@ paths: description: Response content: application/json: - schema: *487 + schema: *489 examples: - default: *491 + default: *493 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -78505,7 +78556,7 @@ paths: parameters: - *325 - *326 - - *488 + - *490 responses: '204': description: Default response @@ -78532,7 +78583,7 @@ paths: parameters: - *325 - *326 - - *488 + - *490 - *17 - *19 responses: @@ -78551,7 +78602,7 @@ paths: - 2 branch_policies: type: array - items: &492 + items: &494 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -78614,7 +78665,7 @@ paths: parameters: - *325 - *326 - - *488 + - *490 requestBody: required: true content: @@ -78662,9 +78713,9 @@ paths: description: Response content: application/json: - schema: *492 + schema: *494 examples: - example-wildcard: &493 + example-wildcard: &495 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -78708,8 +78759,8 @@ paths: parameters: - *325 - *326 - - *488 - - &494 + - *490 + - &496 name: branch_policy_id in: path required: true @@ -78721,9 +78772,9 @@ paths: description: Response content: application/json: - schema: *492 + schema: *494 examples: - default: *493 + default: *495 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78744,8 +78795,8 @@ paths: parameters: - *325 - *326 - - *488 - - *494 + - *490 + - *496 requestBody: required: true content: @@ -78774,9 +78825,9 @@ paths: description: Response content: application/json: - schema: *492 + schema: *494 examples: - default: *493 + default: *495 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78797,8 +78848,8 @@ paths: parameters: - *325 - *326 - - *488 - - *494 + - *490 + - *496 responses: '204': description: Response @@ -78823,7 +78874,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#get-all-deployment-protection-rules-for-an-environment parameters: - - *488 + - *490 - *326 - *325 responses: @@ -78842,7 +78893,7 @@ paths: - 10 custom_deployment_protection_rules: type: array - items: &495 + items: &497 title: Deployment protection rule description: Deployment protection rule type: object @@ -78864,7 +78915,7 @@ paths: for the environment. examples: - true - app: &496 + app: &498 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -78967,7 +79018,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#create-a-custom-deployment-protection-rule-on-an-environment parameters: - - *488 + - *490 - *326 - *325 requestBody: @@ -78990,9 +79041,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *495 + schema: *497 examples: - default: &497 + default: &499 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -79027,7 +79078,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#list-custom-deployment-rule-integrations-available-for-an-environment parameters: - - *488 + - *490 - *326 - *325 - *19 @@ -79049,7 +79100,7 @@ paths: - 35 available_custom_deployment_protection_rule_integrations: type: array - items: *496 + items: *498 examples: default: value: @@ -79086,8 +79137,8 @@ paths: parameters: - *325 - *326 - - *488 - - &498 + - *490 + - &500 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -79099,9 +79150,9 @@ paths: description: Response content: application/json: - schema: *495 + schema: *497 examples: - default: *497 + default: *499 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79122,10 +79173,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#disable-a-custom-protection-rule-for-an-environment parameters: - - *488 + - *490 - *326 - *325 - - *498 + - *500 responses: '204': description: Response @@ -79153,7 +79204,7 @@ paths: parameters: - *325 - *326 - - *488 + - *490 - *17 - *19 responses: @@ -79200,7 +79251,7 @@ paths: parameters: - *325 - *326 - - *488 + - *490 responses: '200': description: Response @@ -79232,7 +79283,7 @@ paths: parameters: - *325 - *326 - - *488 + - *490 - *160 responses: '200': @@ -79241,7 +79292,7 @@ paths: application/json: schema: *370 examples: - default: *499 + default: *501 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79265,7 +79316,7 @@ paths: parameters: - *325 - *326 - - *488 + - *490 - *160 requestBody: required: true @@ -79325,7 +79376,7 @@ paths: parameters: - *325 - *326 - - *488 + - *490 - *160 responses: '204': @@ -79353,7 +79404,7 @@ paths: parameters: - *325 - *326 - - *488 + - *490 - *341 - *19 responses: @@ -79398,7 +79449,7 @@ paths: parameters: - *325 - *326 - - *488 + - *490 requestBody: required: true content: @@ -79452,7 +79503,7 @@ paths: parameters: - *325 - *326 - - *488 + - *490 - *163 responses: '200': @@ -79461,7 +79512,7 @@ paths: application/json: schema: *374 examples: - default: *500 + default: *502 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79485,7 +79536,7 @@ paths: - *325 - *326 - *163 - - *488 + - *490 requestBody: required: true content: @@ -79530,7 +79581,7 @@ paths: - *325 - *326 - *163 - - *488 + - *490 responses: '204': description: Response @@ -79899,7 +79950,7 @@ paths: schema: oneOf: - *121 - - *501 + - *503 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80135,7 +80186,7 @@ paths: description: Response content: application/json: - schema: &502 + schema: &504 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -80370,7 +80421,7 @@ paths: description: Response content: application/json: - schema: *502 + schema: *504 examples: default: value: @@ -80428,7 +80479,7 @@ paths: parameters: - *325 - *326 - - &503 + - &505 name: ref description: The Git reference. For more information, see "[Git References](https://git-scm.com/book/en/v2/Git-Internals-Git-References)" in the Git documentation. @@ -80445,7 +80496,7 @@ paths: application/json: schema: type: array - items: &504 + items: &506 title: Git Reference description: Git references within a repository type: object @@ -80523,15 +80574,15 @@ paths: parameters: - *325 - *326 - - *503 + - *505 responses: '200': description: Response content: application/json: - schema: *504 + schema: *506 examples: - default: &505 + default: &507 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -80590,9 +80641,9 @@ paths: description: Response content: application/json: - schema: *504 + schema: *506 examples: - default: *505 + default: *507 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -80620,7 +80671,7 @@ paths: parameters: - *325 - *326 - - *503 + - *505 requestBody: required: true content: @@ -80649,9 +80700,9 @@ paths: description: Response content: application/json: - schema: *504 + schema: *506 examples: - default: *505 + default: *507 '422': *15 '409': *52 x-github: @@ -80671,7 +80722,7 @@ paths: parameters: - *325 - *326 - - *503 + - *505 responses: '204': description: Response @@ -80794,7 +80845,7 @@ paths: description: Response content: application/json: - schema: &507 + schema: &509 title: Git Tag description: Metadata for a Git tag type: object @@ -80850,7 +80901,7 @@ paths: - sha - type - url - verification: *506 + verification: *508 required: - sha - url @@ -80860,7 +80911,7 @@ paths: - tag - message examples: - default: &508 + default: &510 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -80945,9 +80996,9 @@ paths: description: Response content: application/json: - schema: *507 + schema: *509 examples: - default: *508 + default: *510 '404': *6 '409': *52 x-github: @@ -81046,7 +81097,7 @@ paths: description: Response content: application/json: - schema: &509 + schema: &511 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -81172,7 +81223,7 @@ paths: description: Response content: application/json: - schema: *509 + schema: *511 examples: default-response: summary: Default response @@ -81242,7 +81293,7 @@ paths: application/json: schema: type: array - items: &510 + items: &512 title: Webhook description: Webhooks for repositories. type: object @@ -81305,7 +81356,7 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &745 + last_response: &747 title: Hook Response type: object properties: @@ -81436,9 +81487,9 @@ paths: description: Response content: application/json: - schema: *510 + schema: *512 examples: - default: &511 + default: &513 value: type: Repository id: 12345678 @@ -81494,9 +81545,9 @@ paths: description: Response content: application/json: - schema: *510 + schema: *512 examples: - default: *511 + default: *513 '404': *6 x-github: githubCloudOnly: false @@ -81563,9 +81614,9 @@ paths: description: Response content: application/json: - schema: *510 + schema: *512 examples: - default: *511 + default: *513 '422': *15 '404': *6 x-github: @@ -81963,7 +82014,7 @@ paths: description: Response content: application/json: - schema: &512 + schema: &514 title: Import description: A repository import from an external source. type: object @@ -82070,7 +82121,7 @@ paths: - html_url - authors_url examples: - default: &515 + default: &517 value: vcs: subversion use_lfs: true @@ -82086,7 +82137,7 @@ paths: authors_url: https://api.github.com/repos/octocat/socm/import/authors repository_url: https://api.github.com/repos/octocat/socm '404': *6 - '503': &513 + '503': &515 description: Unavailable due to service under maintenance. content: application/json: @@ -82164,7 +82215,7 @@ paths: description: Response content: application/json: - schema: *512 + schema: *514 examples: default: value: @@ -82189,7 +82240,7 @@ paths: type: string '422': *15 '404': *6 - '503': *513 + '503': *515 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82270,7 +82321,7 @@ paths: description: Response content: application/json: - schema: *512 + schema: *514 examples: example-1: summary: Example 1 @@ -82318,7 +82369,7 @@ paths: html_url: https://import.github.com/octocat/socm/import authors_url: https://api.github.com/repos/octocat/socm/import/authors repository_url: https://api.github.com/repos/octocat/socm - '503': *513 + '503': *515 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82346,7 +82397,7 @@ paths: responses: '204': description: Response - '503': *513 + '503': *515 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82374,7 +82425,7 @@ paths: parameters: - *325 - *326 - - &679 + - &681 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -82388,7 +82439,7 @@ paths: application/json: schema: type: array - items: &514 + items: &516 title: Porter Author description: Porter Author type: object @@ -82442,7 +82493,7 @@ paths: url: https://api.github.com/repos/octocat/socm/import/authors/2268559 import_url: https://api.github.com/repos/octocat/socm/import '404': *6 - '503': *513 + '503': *515 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82498,7 +82549,7 @@ paths: description: Response content: application/json: - schema: *514 + schema: *516 examples: default: value: @@ -82511,7 +82562,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *513 + '503': *515 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82577,7 +82628,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *513 + '503': *515 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82633,11 +82684,11 @@ paths: description: Response content: application/json: - schema: *512 + schema: *514 examples: - default: *515 + default: *517 '422': *15 - '503': *513 + '503': *515 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82669,7 +82720,7 @@ paths: application/json: schema: *20 examples: - default: *516 + default: *518 '301': *329 '404': *6 x-github: @@ -82704,7 +82755,7 @@ paths: properties: {} additionalProperties: false examples: - default: &518 + default: &520 value: limit: collaborators_only origin: repository @@ -82735,7 +82786,7 @@ paths: required: true content: application/json: - schema: *517 + schema: *519 examples: default: summary: Example request body @@ -82749,7 +82800,7 @@ paths: application/json: schema: *222 examples: - default: *518 + default: *520 '409': description: Response x-github: @@ -82806,9 +82857,9 @@ paths: application/json: schema: type: array - items: *519 + items: *521 examples: - default: &672 + default: &674 value: - id: 1 repository: @@ -82970,7 +83021,7 @@ paths: description: Response content: application/json: - schema: *519 + schema: *521 examples: default: value: @@ -83208,7 +83259,7 @@ paths: type: array items: *81 examples: - default: &528 + default: &530 value: - id: 1 node_id: MDU6SXNzdWUx @@ -83479,7 +83530,7 @@ paths: application/json: schema: *81 examples: - default: &525 + default: &527 value: id: 1 node_id: MDU6SXNzdWUx @@ -83636,7 +83687,7 @@ paths: '422': *15 '503': *113 '404': *6 - '410': *520 + '410': *522 x-github: triggersNotification: true githubCloudOnly: false @@ -83688,7 +83739,7 @@ paths: type: array items: *82 examples: - default: &527 + default: &529 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -83756,7 +83807,7 @@ paths: application/json: schema: *82 examples: - default: &521 + default: &523 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -83837,7 +83888,7 @@ paths: application/json: schema: *82 examples: - default: *521 + default: *523 '422': *15 x-github: githubCloudOnly: false @@ -83949,7 +84000,7 @@ paths: '401': *23 '403': *27 '404': *6 - '410': *520 + '410': *522 '422': *15 x-github: githubCloudOnly: false @@ -83975,7 +84026,7 @@ paths: '401': *23 '403': *27 '404': *6 - '410': *520 + '410': *522 '503': *113 x-github: githubCloudOnly: false @@ -84023,7 +84074,7 @@ paths: type: array items: *454 examples: - default: *522 + default: *524 headers: Link: *65 '404': *6 @@ -84112,7 +84163,7 @@ paths: - *325 - *326 - *95 - - *523 + - *525 responses: '204': description: Response @@ -84143,7 +84194,7 @@ paths: application/json: schema: type: array - items: &524 + items: &526 title: Issue Event description: Issue Event type: object @@ -84495,7 +84546,7 @@ paths: description: Response content: application/json: - schema: *524 + schema: *526 examples: default: value: @@ -84688,7 +84739,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *520 + '410': *522 '403': *27 x-github: githubCloudOnly: false @@ -84724,7 +84775,7 @@ paths: parameters: - *325 - *326 - - &526 + - &528 name: issue_number description: The number that identifies the issue. in: path @@ -84740,7 +84791,7 @@ paths: examples: default: summary: Issue - value: *525 + value: *527 pinned_comment: summary: Issue with pinned comment value: @@ -84941,7 +84992,7 @@ paths: state_reason: completed '301': *329 '404': *6 - '410': *520 + '410': *522 '304': *35 x-github: githubCloudOnly: false @@ -84968,7 +85019,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 requestBody: required: false content: @@ -85109,13 +85160,13 @@ paths: application/json: schema: *81 examples: - default: *525 + default: *527 '422': *15 '503': *113 '403': *27 '301': *329 '404': *6 - '410': *520 + '410': *522 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85135,7 +85186,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 requestBody: required: false content: @@ -85163,7 +85214,7 @@ paths: application/json: schema: *81 examples: - default: *525 + default: *527 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85181,7 +85232,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 requestBody: content: application/json: @@ -85208,7 +85259,7 @@ paths: application/json: schema: *81 examples: - default: *525 + default: *527 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85232,7 +85283,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 - name: assignee in: path required: true @@ -85274,7 +85325,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 - *86 - *17 - *19 @@ -85287,11 +85338,11 @@ paths: type: array items: *82 examples: - default: *527 + default: *529 headers: Link: *65 '404': *6 - '410': *520 + '410': *522 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85322,7 +85373,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 requestBody: required: true content: @@ -85346,14 +85397,14 @@ paths: application/json: schema: *82 examples: - default: *521 + default: *523 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *27 - '410': *520 + '410': *522 '422': *15 '404': *6 x-github: @@ -85383,7 +85434,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 - *17 - *19 responses: @@ -85395,12 +85446,12 @@ paths: type: array items: *81 examples: - default: *528 + default: *530 headers: Link: *65 '301': *329 '404': *6 - '410': *520 + '410': *522 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85430,7 +85481,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 requestBody: required: true content: @@ -85454,7 +85505,7 @@ paths: application/json: schema: *81 examples: - default: *525 + default: *527 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/dependencies/blocked_by @@ -85462,7 +85513,7 @@ paths: type: string '301': *329 '403': *27 - '410': *520 + '410': *522 '422': *15 '404': *6 x-github: @@ -85495,7 +85546,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 - name: issue_id in: path description: The id of the blocking issue to remove as a dependency @@ -85509,13 +85560,13 @@ paths: application/json: schema: *81 examples: - default: *525 + default: *527 '301': *329 '400': *14 '401': *23 '403': *27 '404': *6 - '410': *520 + '410': *522 x-github: triggersNotification: true githubCloudOnly: false @@ -85543,7 +85594,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 - *17 - *19 responses: @@ -85555,12 +85606,12 @@ paths: type: array items: *81 examples: - default: *528 + default: *530 headers: Link: *65 '301': *329 '404': *6 - '410': *520 + '410': *522 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85579,7 +85630,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 - *17 - *19 responses: @@ -85593,7 +85644,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &531 + - &533 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -85642,7 +85693,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &532 + - &534 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -85770,7 +85821,7 @@ paths: - performed_via_github_app - assignee - assigner - - &533 + - &535 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -85816,7 +85867,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &534 + - &536 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -85862,7 +85913,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &535 + - &537 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -85911,7 +85962,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &536 + - &538 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -85953,7 +86004,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &537 + - &539 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -85995,7 +86046,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &538 + - &540 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -86051,7 +86102,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &539 + - &541 title: Locked Issue Event description: Locked Issue Event type: object @@ -86096,7 +86147,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &540 + - &542 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -86157,7 +86208,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &541 + - &543 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -86218,7 +86269,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &542 + - &544 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -86279,7 +86330,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &543 + - &545 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -86372,7 +86423,7 @@ paths: color: red headers: Link: *65 - '410': *520 + '410': *522 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86391,7 +86442,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 - *17 - *19 responses: @@ -86401,9 +86452,9 @@ paths: application/json: schema: type: array - items: *529 + items: *531 examples: - default: &643 + default: &645 value: - issue_field_id: 1 node_id: IFT_GDKND @@ -86429,7 +86480,7 @@ paths: Link: *65 '301': *329 '404': *6 - '410': *520 + '410': *522 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86448,7 +86499,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 - *17 - *19 responses: @@ -86460,7 +86511,7 @@ paths: type: array items: *80 examples: - default: &530 + default: &532 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -86480,7 +86531,7 @@ paths: Link: *65 '301': *329 '404': *6 - '410': *520 + '410': *522 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86498,7 +86549,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 requestBody: required: false content: @@ -86543,10 +86594,10 @@ paths: type: array items: *80 examples: - default: *530 + default: *532 '301': *329 '404': *6 - '410': *520 + '410': *522 '422': *15 x-github: githubCloudOnly: false @@ -86565,7 +86616,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 requestBody: required: false content: @@ -86627,10 +86678,10 @@ paths: type: array items: *80 examples: - default: *530 + default: *532 '301': *329 '404': *6 - '410': *520 + '410': *522 '422': *15 x-github: githubCloudOnly: false @@ -86649,13 +86700,13 @@ paths: parameters: - *325 - *326 - - *526 + - *528 responses: '204': description: Response '301': *329 '404': *6 - '410': *520 + '410': *522 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86676,7 +86727,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 - name: name in: path required: true @@ -86702,7 +86753,7 @@ paths: default: true '301': *329 '404': *6 - '410': *520 + '410': *522 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86724,7 +86775,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 requestBody: required: false content: @@ -86753,7 +86804,7 @@ paths: '204': description: Response '403': *27 - '410': *520 + '410': *522 '404': *6 '422': *15 x-github: @@ -86773,7 +86824,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 responses: '204': description: Response @@ -86805,7 +86856,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 responses: '200': description: Response @@ -86813,10 +86864,10 @@ paths: application/json: schema: *81 examples: - default: *525 + default: *527 '301': *329 '404': *6 - '410': *520 + '410': *522 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86835,7 +86886,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to an issue. @@ -86863,11 +86914,11 @@ paths: type: array items: *454 examples: - default: *522 + default: *524 headers: Link: *65 '404': *6 - '410': *520 + '410': *522 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86887,7 +86938,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 requestBody: required: true content: @@ -86952,8 +87003,8 @@ paths: parameters: - *325 - *326 - - *526 - - *523 + - *528 + - *525 responses: '204': description: Response @@ -86984,7 +87035,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 requestBody: required: true content: @@ -87008,7 +87059,7 @@ paths: application/json: schema: *81 examples: - default: *525 + default: *527 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -87043,7 +87094,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 - *17 - *19 responses: @@ -87055,11 +87106,11 @@ paths: type: array items: *81 examples: - default: *528 + default: *530 headers: Link: *65 '404': *6 - '410': *520 + '410': *522 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87089,7 +87140,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 requestBody: required: true content: @@ -87118,14 +87169,14 @@ paths: application/json: schema: *81 examples: - default: *525 + default: *527 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 schema: type: string '403': *27 - '410': *520 + '410': *522 '422': *15 '404': *6 x-github: @@ -87147,7 +87198,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 requestBody: required: true content: @@ -87180,7 +87231,7 @@ paths: application/json: schema: *81 examples: - default: *525 + default: *527 '403': *27 '404': *6 '422': *7 @@ -87204,7 +87255,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 - *17 - *19 responses: @@ -87219,8 +87270,6 @@ paths: description: Timeline Event type: object anyOf: - - *531 - - *532 - *533 - *534 - *535 @@ -87232,6 +87281,8 @@ paths: - *541 - *542 - *543 + - *544 + - *545 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -87288,7 +87339,7 @@ paths: pin: anyOf: - type: 'null' - - *544 + - *546 required: - event - actor @@ -87564,7 +87615,7 @@ paths: type: string comments: type: array - items: &563 + items: &565 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -88080,7 +88131,7 @@ paths: headers: Link: *65 '404': *6 - '410': *520 + '410': *522 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88108,7 +88159,7 @@ paths: application/json: schema: type: array - items: &545 + items: &547 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -88213,9 +88264,9 @@ paths: description: Response content: application/json: - schema: *545 + schema: *547 examples: - default: &546 + default: &548 value: id: 1 key: ssh-rsa AAA... @@ -88251,7 +88302,7 @@ paths: parameters: - *325 - *326 - - &547 + - &549 name: key_id description: The unique identifier of the key. in: path @@ -88263,9 +88314,9 @@ paths: description: Response content: application/json: - schema: *545 + schema: *547 examples: - default: *546 + default: *548 '404': *6 x-github: githubCloudOnly: false @@ -88285,7 +88336,7 @@ paths: parameters: - *325 - *326 - - *547 + - *549 responses: '204': description: Response @@ -88318,7 +88369,7 @@ paths: type: array items: *80 examples: - default: *530 + default: *532 headers: Link: *65 '404': *6 @@ -88378,7 +88429,7 @@ paths: application/json: schema: *80 examples: - default: &548 + default: &550 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -88424,7 +88475,7 @@ paths: application/json: schema: *80 examples: - default: *548 + default: *550 '404': *6 x-github: githubCloudOnly: false @@ -88826,7 +88877,7 @@ paths: application/json: schema: *456 examples: - default: *549 + default: *551 '204': description: Response when already merged '404': @@ -88992,7 +89043,7 @@ paths: application/json: schema: *266 examples: - default: &550 + default: &552 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -89053,7 +89104,7 @@ paths: parameters: - *325 - *326 - - &551 + - &553 name: milestone_number description: The number that identifies the milestone. in: path @@ -89067,7 +89118,7 @@ paths: application/json: schema: *266 examples: - default: *550 + default: *552 '404': *6 x-github: githubCloudOnly: false @@ -89086,7 +89137,7 @@ paths: parameters: - *325 - *326 - - *551 + - *553 requestBody: required: false content: @@ -89126,7 +89177,7 @@ paths: application/json: schema: *266 examples: - default: *550 + default: *552 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89144,7 +89195,7 @@ paths: parameters: - *325 - *326 - - *551 + - *553 responses: '204': description: Response @@ -89167,7 +89218,7 @@ paths: parameters: - *325 - *326 - - *551 + - *553 - *17 - *19 responses: @@ -89179,7 +89230,7 @@ paths: type: array items: *80 examples: - default: *530 + default: *532 headers: Link: *65 x-github: @@ -89200,10 +89251,10 @@ paths: parameters: - *325 - *326 - - *552 - - *553 - - *86 - *554 + - *555 + - *86 + - *556 - *17 - *19 responses: @@ -89215,7 +89266,7 @@ paths: type: array items: *106 examples: - default: *555 + default: *557 headers: Link: *65 x-github: @@ -89305,7 +89356,7 @@ paths: description: Response content: application/json: - schema: &556 + schema: &558 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -89449,7 +89500,7 @@ paths: - custom_404 - public examples: - default: &557 + default: &559 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -89546,9 +89597,9 @@ paths: description: Response content: application/json: - schema: *556 + schema: *558 examples: - default: *557 + default: *559 '422': *15 '409': *52 x-github: @@ -89710,7 +89761,7 @@ paths: application/json: schema: type: array - items: &558 + items: &560 title: Page Build description: Page Build type: object @@ -89857,9 +89908,9 @@ paths: description: Response content: application/json: - schema: *558 + schema: *560 examples: - default: &559 + default: &561 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -89919,9 +89970,9 @@ paths: description: Response content: application/json: - schema: *558 + schema: *560 examples: - default: *559 + default: *561 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90052,7 +90103,7 @@ paths: parameters: - *325 - *326 - - &560 + - &562 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -90112,7 +90163,7 @@ paths: parameters: - *325 - *326 - - *560 + - *562 responses: '204': *183 '404': *6 @@ -90684,7 +90735,7 @@ paths: type: array items: *460 examples: - default: *561 + default: *563 headers: Link: *65 '304': *35 @@ -90784,7 +90835,7 @@ paths: description: Response content: application/json: - schema: &565 + schema: &567 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -91018,7 +91069,7 @@ paths: - review_comment - self author_association: *78 - auto_merge: *562 + auto_merge: *564 draft: description: Indicates whether or not the pull request is a draft. type: boolean @@ -91120,7 +91171,7 @@ paths: - merged_by - review_comments examples: - default: &566 + default: &568 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -91677,9 +91728,9 @@ paths: application/json: schema: type: array - items: *563 + items: *565 examples: - default: &568 + default: &570 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -91764,9 +91815,9 @@ paths: description: Response content: application/json: - schema: *563 + schema: *565 examples: - default: &564 + default: &566 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -91865,9 +91916,9 @@ paths: description: Response content: application/json: - schema: *563 + schema: *565 examples: - default: *564 + default: *566 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91936,7 +91987,7 @@ paths: type: array items: *454 examples: - default: *522 + default: *524 headers: Link: *65 '404': *6 @@ -92025,7 +92076,7 @@ paths: - *325 - *326 - *95 - - *523 + - *525 responses: '204': description: Response @@ -92070,7 +92121,7 @@ paths: parameters: - *325 - *326 - - &567 + - &569 name: pull_number description: The number that identifies the pull request. in: path @@ -92083,9 +92134,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *565 + schema: *567 examples: - default: *566 + default: *568 '304': *35 '404': *6 '406': @@ -92122,7 +92173,7 @@ paths: parameters: - *325 - *326 - - *567 + - *569 requestBody: required: false content: @@ -92164,9 +92215,9 @@ paths: description: Response content: application/json: - schema: *565 + schema: *567 examples: - default: *566 + default: *568 '422': *15 '403': *27 x-github: @@ -92190,7 +92241,7 @@ paths: parameters: - *325 - *326 - - *567 + - *569 requestBody: required: true content: @@ -92293,7 +92344,7 @@ paths: parameters: - *325 - *326 - - *567 + - *569 - *103 - name: direction description: The direction to sort results. Ignored without `sort` parameter. @@ -92314,9 +92365,9 @@ paths: application/json: schema: type: array - items: *563 + items: *565 examples: - default: *568 + default: *570 headers: Link: *65 x-github: @@ -92351,7 +92402,7 @@ paths: parameters: - *325 - *326 - - *567 + - *569 requestBody: required: true content: @@ -92457,7 +92508,7 @@ paths: description: Response content: application/json: - schema: *563 + schema: *565 examples: example-for-a-multi-line-comment: value: @@ -92547,7 +92598,7 @@ paths: parameters: - *325 - *326 - - *567 + - *569 - *95 requestBody: required: true @@ -92570,7 +92621,7 @@ paths: description: Response content: application/json: - schema: *563 + schema: *565 examples: default: value: @@ -92658,7 +92709,7 @@ paths: parameters: - *325 - *326 - - *567 + - *569 - *17 - *19 responses: @@ -92670,7 +92721,7 @@ paths: type: array items: *456 examples: - default: *569 + default: *571 headers: Link: *65 x-github: @@ -92702,7 +92753,7 @@ paths: parameters: - *325 - *326 - - *567 + - *569 - *17 - *19 responses: @@ -92752,7 +92803,7 @@ paths: parameters: - *325 - *326 - - *567 + - *569 responses: '204': description: Response if pull request has been merged @@ -92777,7 +92828,7 @@ paths: parameters: - *325 - *326 - - *567 + - *569 requestBody: required: false content: @@ -92891,7 +92942,7 @@ paths: parameters: - *325 - *326 - - *567 + - *569 responses: '200': description: Response @@ -92968,7 +93019,7 @@ paths: parameters: - *325 - *326 - - *567 + - *569 requestBody: required: false content: @@ -93543,7 +93594,7 @@ paths: parameters: - *325 - *326 - - *567 + - *569 requestBody: required: true content: @@ -94084,7 +94135,7 @@ paths: parameters: - *325 - *326 - - *567 + - *569 - *17 - *19 responses: @@ -94094,7 +94145,7 @@ paths: application/json: schema: type: array - items: &570 + items: &572 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -94252,7 +94303,7 @@ paths: parameters: - *325 - *326 - - *567 + - *569 requestBody: required: false content: @@ -94342,9 +94393,9 @@ paths: description: Response content: application/json: - schema: *570 + schema: *572 examples: - default: &572 + default: &574 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -94409,8 +94460,8 @@ paths: parameters: - *325 - *326 - - *567 - - &571 + - *569 + - &573 name: review_id description: The unique identifier of the review. in: path @@ -94422,9 +94473,9 @@ paths: description: Response content: application/json: - schema: *570 + schema: *572 examples: - default: &573 + default: &575 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -94485,8 +94536,8 @@ paths: parameters: - *325 - *326 - - *567 - - *571 + - *569 + - *573 requestBody: required: true content: @@ -94509,7 +94560,7 @@ paths: description: Response content: application/json: - schema: *570 + schema: *572 examples: default: value: @@ -94573,16 +94624,16 @@ paths: parameters: - *325 - *326 - - *567 - - *571 + - *569 + - *573 responses: '200': description: Response content: application/json: - schema: *570 + schema: *572 examples: - default: *572 + default: *574 '422': *7 '404': *6 x-github: @@ -94611,8 +94662,8 @@ paths: parameters: - *325 - *326 - - *567 - - *571 + - *569 + - *573 - *17 - *19 responses: @@ -94872,8 +94923,8 @@ paths: parameters: - *325 - *326 - - *567 - - *571 + - *569 + - *573 requestBody: required: true content: @@ -94902,7 +94953,7 @@ paths: description: Response content: application/json: - schema: *570 + schema: *572 examples: default: value: @@ -94967,8 +95018,8 @@ paths: parameters: - *325 - *326 - - *567 - - *571 + - *569 + - *573 requestBody: required: true content: @@ -95003,9 +95054,9 @@ paths: description: Response content: application/json: - schema: *570 + schema: *572 examples: - default: *573 + default: *575 '404': *6 '422': *7 '403': *27 @@ -95029,7 +95080,7 @@ paths: parameters: - *325 - *326 - - *567 + - *569 requestBody: required: false content: @@ -95107,9 +95158,9 @@ paths: description: Response content: application/json: - schema: *574 + schema: *576 examples: - default: &575 + default: &577 value: type: file encoding: base64 @@ -95172,9 +95223,9 @@ paths: description: Response content: application/json: - schema: *574 + schema: *576 examples: - default: *575 + default: *577 '404': *6 '422': *15 x-github: @@ -95207,7 +95258,7 @@ paths: application/json: schema: type: array - items: *576 + items: *578 examples: default: value: @@ -95378,9 +95429,9 @@ paths: description: Response content: application/json: - schema: *576 + schema: *578 examples: - default: &580 + default: &582 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -95487,7 +95538,7 @@ paths: parameters: - *325 - *326 - - &578 + - &580 name: asset_id description: The unique identifier of the asset. in: path @@ -95499,9 +95550,9 @@ paths: description: Response content: application/json: - schema: *577 + schema: *579 examples: - default: &579 + default: &581 value: url: https://api.github.com/repos/octocat/Hello-World/releases/assets/1 browser_download_url: https://github.com/octocat/Hello-World/releases/download/v1.0.0/example.zip @@ -95536,7 +95587,7 @@ paths: type: User site_admin: false '404': *6 - '302': *469 + '302': *471 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -95554,7 +95605,7 @@ paths: parameters: - *325 - *326 - - *578 + - *580 requestBody: required: false content: @@ -95583,9 +95634,9 @@ paths: description: Response content: application/json: - schema: *577 + schema: *579 examples: - default: *579 + default: *581 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -95603,7 +95654,7 @@ paths: parameters: - *325 - *326 - - *578 + - *580 responses: '204': description: Response @@ -95722,9 +95773,9 @@ paths: description: Response content: application/json: - schema: *576 + schema: *578 examples: - default: *580 + default: *582 '404': *6 x-github: githubCloudOnly: false @@ -95756,9 +95807,9 @@ paths: description: Response content: application/json: - schema: *576 + schema: *578 examples: - default: *580 + default: *582 '404': *6 x-github: githubCloudOnly: false @@ -95782,7 +95833,7 @@ paths: parameters: - *325 - *326 - - &581 + - &583 name: release_id description: The unique identifier of the release. in: path @@ -95796,9 +95847,9 @@ paths: For more information, see "[Getting started with the REST API](https://docs.github.com/rest/using-the-rest-api/getting-started-with-the-rest-api#hypermedia)."' content: application/json: - schema: *576 + schema: *578 examples: - default: *580 + default: *582 '401': description: Unauthorized x-github: @@ -95818,7 +95869,7 @@ paths: parameters: - *325 - *326 - - *581 + - *583 requestBody: required: false content: @@ -95882,9 +95933,9 @@ paths: description: Response content: application/json: - schema: *576 + schema: *578 examples: - default: *580 + default: *582 '404': description: Not Found if the discussion category name is invalid content: @@ -95907,7 +95958,7 @@ paths: parameters: - *325 - *326 - - *581 + - *583 responses: '204': description: Response @@ -95930,7 +95981,7 @@ paths: parameters: - *325 - *326 - - *581 + - *583 - *17 - *19 responses: @@ -95940,7 +95991,7 @@ paths: application/json: schema: type: array - items: *577 + items: *579 examples: default: value: @@ -96023,7 +96074,7 @@ paths: parameters: - *325 - *326 - - *581 + - *583 - name: name in: query required: true @@ -96049,7 +96100,7 @@ paths: description: Response for successful upload content: application/json: - schema: *577 + schema: *579 examples: response-for-successful-upload: value: @@ -96106,7 +96157,7 @@ paths: parameters: - *325 - *326 - - *581 + - *583 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a release. @@ -96132,7 +96183,7 @@ paths: type: array items: *454 examples: - default: *522 + default: *524 headers: Link: *65 '404': *6 @@ -96155,7 +96206,7 @@ paths: parameters: - *325 - *326 - - *581 + - *583 requestBody: required: true content: @@ -96218,8 +96269,8 @@ paths: parameters: - *325 - *326 - - *581 - - *523 + - *583 + - *525 responses: '204': description: Response @@ -96262,7 +96313,7 @@ paths: oneOf: - allOf: - *287 - - &582 + - &584 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -96283,67 +96334,67 @@ paths: description: The ID of the ruleset that includes this rule. - allOf: - *288 - - *582 + - *584 - allOf: - *289 - - *582 + - *584 - allOf: - *290 - - *582 + - *584 - allOf: - - *583 - - *582 + - *585 + - *584 - allOf: - *291 - - *582 + - *584 - allOf: - *292 - - *582 + - *584 - allOf: - *293 - - *582 + - *584 - allOf: - *294 - - *582 + - *584 - allOf: - *295 - - *582 + - *584 - allOf: - *296 - - *582 + - *584 - allOf: - *297 - - *582 + - *584 - allOf: - *298 - - *582 + - *584 - allOf: - *299 - - *582 + - *584 - allOf: - *300 - - *582 + - *584 - allOf: - *301 - - *582 + - *584 - allOf: - *302 - - *582 + - *584 - allOf: - *303 - - *582 + - *584 - allOf: - *304 - - *582 + - *584 - allOf: - *305 - - *582 + - *584 - allOf: - *306 - - *582 + - *584 - allOf: - *307 - - *582 + - *584 examples: default: value: @@ -96394,7 +96445,7 @@ paths: schema: type: boolean default: true - - *584 + - *586 responses: '200': description: Response @@ -96479,7 +96530,7 @@ paths: rules: type: array description: An array of rules within the ruleset. - items: *585 + items: *587 required: - name - enforcement @@ -96512,7 +96563,7 @@ paths: application/json: schema: *308 examples: - default: &595 + default: &597 value: id: 42 name: super cool ruleset @@ -96562,10 +96613,10 @@ paths: parameters: - *325 - *326 - - *586 - - *587 - *588 - *589 + - *590 + - *591 - *17 - *19 responses: @@ -96573,9 +96624,9 @@ paths: description: Response content: application/json: - schema: *590 + schema: *592 examples: - default: *591 + default: *593 '404': *6 '500': *53 x-github: @@ -96598,15 +96649,15 @@ paths: parameters: - *325 - *326 - - *592 + - *594 responses: '200': description: Response content: application/json: - schema: *593 + schema: *595 examples: - default: *594 + default: *596 '404': *6 '500': *53 x-github: @@ -96657,7 +96708,7 @@ paths: application/json: schema: *308 examples: - default: *595 + default: *597 '404': *6 '500': *53 put: @@ -96710,7 +96761,7 @@ paths: rules: description: An array of rules within the ruleset. type: array - items: *585 + items: *587 examples: default: value: @@ -96740,7 +96791,7 @@ paths: application/json: schema: *308 examples: - default: *595 + default: *597 '404': *6 '422': *15 '500': *53 @@ -96802,7 +96853,7 @@ paths: type: array items: *311 examples: - default: *596 + default: *598 '404': *6 '500': *53 x-github: @@ -96840,7 +96891,7 @@ paths: description: Response content: application/json: - schema: *597 + schema: *599 examples: default: value: @@ -96897,23 +96948,23 @@ paths: parameters: - *325 - *326 - - *598 - - *599 - *600 - *601 - *602 - *603 - *604 - *605 + - *606 + - *607 - *59 - *19 - *17 - - *606 - - *607 - *608 - *609 - *610 - *611 + - *612 + - *613 responses: '200': description: Response @@ -96921,7 +96972,7 @@ paths: application/json: schema: type: array - items: &615 + items: &617 type: object properties: number: *170 @@ -96937,8 +96988,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *612 - resolution: *613 + state: *614 + resolution: *615 resolved_at: type: - string @@ -97044,7 +97095,7 @@ paths: first_location_detected: anyOf: - type: 'null' - - *614 + - *616 has_more_locations: type: boolean description: A boolean value representing whether or not the @@ -97206,13 +97257,13 @@ paths: - *325 - *326 - *422 - - *611 + - *613 responses: '200': description: Response content: application/json: - schema: *615 + schema: *617 examples: default: value: @@ -97276,8 +97327,8 @@ paths: schema: type: object properties: - state: *612 - resolution: *613 + state: *614 + resolution: *615 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -97315,7 +97366,7 @@ paths: description: Response content: application/json: - schema: *615 + schema: *617 examples: default: value: @@ -97423,7 +97474,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &765 + items: &767 type: object properties: type: @@ -97450,8 +97501,6 @@ paths: - commit details: oneOf: - - *616 - - *617 - *618 - *619 - *620 @@ -97463,6 +97512,8 @@ paths: - *626 - *627 - *628 + - *629 + - *630 examples: default: value: @@ -97557,14 +97608,14 @@ paths: schema: type: object properties: - reason: &630 + reason: &632 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *629 + placeholder_id: *631 required: - reason - placeholder_id @@ -97581,7 +97632,7 @@ paths: schema: type: object properties: - reason: *630 + reason: *632 expire_at: type: - string @@ -97644,7 +97695,7 @@ paths: properties: incremental_scans: type: array - items: &631 + items: &633 description: Information on a single scan performed by secret scanning on the repository type: object @@ -97672,15 +97723,15 @@ paths: the scan is pending pattern_update_scans: type: array - items: *631 + items: *633 backfill_scans: type: array - items: *631 + items: *633 custom_pattern_backfill_scans: type: array items: allOf: - - *631 + - *633 - type: object properties: pattern_name: @@ -97795,9 +97846,9 @@ paths: application/json: schema: type: array - items: *632 + items: *634 examples: - default: *633 + default: *635 '400': *14 '404': *6 x-github: @@ -97991,9 +98042,9 @@ paths: description: Response content: application/json: - schema: *632 + schema: *634 examples: - default: &635 + default: &637 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -98340,7 +98391,7 @@ paths: description: Response content: application/json: - schema: *632 + schema: *634 examples: default: value: @@ -98489,15 +98540,15 @@ paths: parameters: - *325 - *326 - - *634 + - *636 responses: '200': description: Response content: application/json: - schema: *632 + schema: *634 examples: - default: *635 + default: *637 '403': *27 '404': *6 x-github: @@ -98523,7 +98574,7 @@ paths: parameters: - *325 - *326 - - *634 + - *636 requestBody: required: true content: @@ -98694,10 +98745,10 @@ paths: description: Response content: application/json: - schema: *632 + schema: *634 examples: - default: *635 - add_credit: *635 + default: *637 + add_credit: *637 '403': *27 '404': *6 '422': @@ -98737,7 +98788,7 @@ paths: parameters: - *325 - *326 - - *634 + - *636 responses: '202': *37 '400': *14 @@ -98766,7 +98817,7 @@ paths: parameters: - *325 - *326 - - *634 + - *636 responses: '202': description: Response @@ -98907,7 +98958,7 @@ paths: application/json: schema: type: array - items: &636 + items: &638 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -99280,7 +99331,7 @@ paths: application/json: schema: type: array - items: *636 + items: *638 examples: default: value: @@ -99370,7 +99421,7 @@ paths: description: Response content: application/json: - schema: *637 + schema: *639 examples: default: value: @@ -99464,7 +99515,7 @@ paths: description: if you subscribe to the repository content: application/json: - schema: &638 + schema: &640 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -99564,7 +99615,7 @@ paths: description: Response content: application/json: - schema: *638 + schema: *640 examples: default: value: @@ -99774,7 +99825,7 @@ paths: description: Response content: application/json: - schema: &639 + schema: &641 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -99786,7 +99837,7 @@ paths: required: - names examples: - default: &640 + default: &642 value: names: - octocat @@ -99841,9 +99892,9 @@ paths: description: Response content: application/json: - schema: *639 + schema: *641 examples: - default: *640 + default: *642 '404': *6 '422': *7 x-github: @@ -99866,7 +99917,7 @@ paths: parameters: - *325 - *326 - - &641 + - &643 name: per description: The time frame to display results for. in: query @@ -99897,7 +99948,7 @@ paths: - 128 clones: type: array - items: &642 + items: &644 title: Traffic type: object properties: @@ -100145,7 +100196,7 @@ paths: parameters: - *325 - *326 - - *641 + - *643 responses: '200': description: Response @@ -100166,7 +100217,7 @@ paths: - 3782 views: type: array - items: *642 + items: *644 required: - uniques - count @@ -100835,7 +100886,7 @@ paths: url: https://docs.github.com/rest/issues/issue-field-values#add-issue-field-values-to-an-issue parameters: - *141 - - *526 + - *528 requestBody: required: true content: @@ -100901,9 +100952,9 @@ paths: type: array description: The current issue field values for this issue after adding the new values - items: *529 + items: *531 examples: - default: *643 + default: *645 '400': *14 '403': *27 '404': *6 @@ -100940,7 +100991,7 @@ paths: url: https://docs.github.com/rest/issues/issue-field-values#set-issue-field-values-for-an-issue parameters: - *141 - - *526 + - *528 requestBody: required: true content: @@ -101007,9 +101058,9 @@ paths: type: array description: The current issue field values for this issue after setting the new values - items: *529 + items: *531 examples: - default: *643 + default: *645 '400': *14 '403': *27 '404': *6 @@ -101041,7 +101092,7 @@ paths: url: https://docs.github.com/rest/issues/issue-field-values#delete-an-issue-field-value-from-an-issue parameters: - *141 - - *526 + - *528 - *229 responses: '204': @@ -101185,7 +101236,7 @@ paths: examples: - 73..77 - 77..78 - text_matches: &644 + text_matches: &646 title: Search Result Text Matches type: array items: @@ -101348,7 +101399,7 @@ paths: enum: - author-date - committer-date - - &645 + - &647 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 @@ -101436,7 +101487,7 @@ paths: url: type: string format: uri - verification: *506 + verification: *508 required: - author - committer @@ -101468,7 +101519,7 @@ paths: type: number node_id: type: string - text_matches: *644 + text_matches: *646 required: - sha - node_id @@ -101660,7 +101711,7 @@ paths: - interactions - created - updated - - *645 + - *647 - *17 - *19 - name: advanced_search @@ -101774,11 +101825,11 @@ paths: type: - string - 'null' - sub_issues_summary: *646 - issue_dependencies_summary: *647 + sub_issues_summary: *648 + issue_dependencies_summary: *649 issue_field_values: type: array - items: *529 + items: *531 state: type: string state_reason: @@ -101806,7 +101857,7 @@ paths: - string - 'null' format: date-time - text_matches: *644 + text_matches: *646 pull_request: type: object properties: @@ -102072,7 +102123,7 @@ paths: enum: - created - updated - - *645 + - *647 - *17 - *19 responses: @@ -102117,7 +102168,7 @@ paths: - 'null' score: type: number - text_matches: *644 + text_matches: *646 required: - id - node_id @@ -102202,7 +102253,7 @@ paths: - forks - help-wanted-issues - updated - - *645 + - *647 - *17 - *19 responses: @@ -102448,7 +102499,7 @@ paths: - admin - pull - push - text_matches: *644 + text_matches: *646 temp_clone_token: type: string allow_merge_commit: @@ -102756,7 +102807,7 @@ paths: - string - 'null' format: uri - text_matches: *644 + text_matches: *646 related: type: - array @@ -102949,7 +103000,7 @@ paths: - followers - repositories - joined - - *645 + - *647 - *17 - *19 responses: @@ -103059,7 +103110,7 @@ paths: type: - boolean - 'null' - text_matches: *644 + text_matches: *646 blog: type: - string @@ -103141,7 +103192,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#get-a-team-legacy parameters: - - &648 + - &650 name: team_id description: The unique identifier of the team. in: path @@ -103182,7 +103233,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#update-a-team-legacy parameters: - - *648 + - *650 requestBody: required: true content: @@ -103283,7 +103334,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#delete-a-team-legacy parameters: - - *648 + - *650 responses: '204': description: Response @@ -103312,7 +103363,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-pending-team-invitations-legacy parameters: - - *648 + - *650 - *17 - *19 responses: @@ -103350,7 +103401,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-team-members-legacy parameters: - - *648 + - *650 - name: role description: Filters members returned by their role in the team. in: query @@ -103401,7 +103452,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-member-legacy parameters: - - *648 + - *650 - *69 responses: '204': @@ -103438,7 +103489,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-team-member-legacy parameters: - - *648 + - *650 - *69 responses: '204': @@ -103478,7 +103529,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-member-legacy parameters: - - *648 + - *650 - *69 responses: '204': @@ -103515,7 +103566,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *648 + - *650 - *69 responses: '200': @@ -103524,7 +103575,7 @@ paths: application/json: schema: *324 examples: - response-if-user-is-a-team-maintainer: *649 + response-if-user-is-a-team-maintainer: *651 '404': *6 x-github: githubCloudOnly: false @@ -103557,7 +103608,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *648 + - *650 - *69 requestBody: required: false @@ -103585,7 +103636,7 @@ paths: application/json: schema: *324 examples: - response-if-users-membership-with-team-is-now-pending: *650 + response-if-users-membership-with-team-is-now-pending: *652 '403': description: Forbidden if team synchronization is set up '422': @@ -103619,7 +103670,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *648 + - *650 - *69 responses: '204': @@ -103647,7 +103698,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-repositories-legacy parameters: - - *648 + - *650 - *17 - *19 responses: @@ -103689,7 +103740,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *648 + - *650 - *325 - *326 responses: @@ -103697,7 +103748,7 @@ paths: description: Alternative response with extra repository information content: application/json: - schema: *651 + schema: *653 examples: alternative-response-with-extra-repository-information: value: @@ -103848,7 +103899,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *648 + - *650 - *325 - *326 requestBody: @@ -103900,7 +103951,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *648 + - *650 - *325 - *326 responses: @@ -103927,7 +103978,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-child-teams-legacy parameters: - - *648 + - *650 - *17 - *19 responses: @@ -103939,7 +103990,7 @@ paths: type: array items: *187 examples: - response-if-child-teams-exist: *652 + response-if-child-teams-exist: *654 headers: Link: *65 '404': *6 @@ -103972,7 +104023,7 @@ paths: application/json: schema: oneOf: - - &654 + - &656 title: Private User description: Private User type: object @@ -104222,7 +104273,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *653 + - *655 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -104382,7 +104433,7 @@ paths: description: Response content: application/json: - schema: *654 + schema: *656 examples: default: value: @@ -104780,7 +104831,7 @@ paths: type: integer secrets: type: array - items: &655 + items: &657 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -104900,7 +104951,7 @@ paths: description: Response content: application/json: - schema: *655 + schema: *657 examples: default: value: @@ -105313,7 +105364,7 @@ paths: description: Response content: application/json: - schema: &656 + schema: &658 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -105366,7 +105417,7 @@ paths: examples: - https://github.com/octocat/hello-world/tree/:branch examples: - default: &657 + default: &659 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -105411,9 +105462,9 @@ paths: description: Response content: application/json: - schema: *656 + schema: *658 examples: - default: *657 + default: *659 '404': *6 x-github: githubCloudOnly: false @@ -105452,7 +105503,7 @@ paths: type: array items: *446 examples: - default: *658 + default: *660 '304': *35 '500': *53 '401': *23 @@ -106418,7 +106469,7 @@ paths: type: array items: *247 examples: - default: &669 + default: &671 value: - id: 197 name: hello_docker @@ -106519,7 +106570,7 @@ paths: application/json: schema: type: array - items: &659 + items: &661 title: Email description: Email type: object @@ -106589,9 +106640,9 @@ paths: application/json: schema: type: array - items: *659 + items: *661 examples: - default: &671 + default: &673 value: - email: octocat@github.com verified: true @@ -106668,7 +106719,7 @@ paths: application/json: schema: type: array - items: *659 + items: *661 examples: default: value: @@ -106926,7 +106977,7 @@ paths: application/json: schema: type: array - items: &660 + items: &662 title: GPG Key description: A unique encryption key type: object @@ -107071,7 +107122,7 @@ paths: - subkeys - revoked examples: - default: &687 + default: &689 value: - id: 3 name: Octocat's GPG Key @@ -107156,9 +107207,9 @@ paths: description: Response content: application/json: - schema: *660 + schema: *662 examples: - default: &661 + default: &663 value: id: 3 name: Octocat's GPG Key @@ -107215,7 +107266,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &662 + - &664 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -107227,9 +107278,9 @@ paths: description: Response content: application/json: - schema: *660 + schema: *662 examples: - default: *661 + default: *663 '404': *6 '304': *35 '403': *27 @@ -107252,7 +107303,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *662 + - *664 responses: '204': description: Response @@ -107560,7 +107611,7 @@ paths: required: true content: application/json: - schema: *517 + schema: *519 examples: default: value: @@ -107710,7 +107761,7 @@ paths: application/json: schema: type: array - items: &663 + items: &665 title: Key description: Key type: object @@ -107813,9 +107864,9 @@ paths: description: Response content: application/json: - schema: *663 + schema: *665 examples: - default: &664 + default: &666 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -107848,15 +107899,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#get-a-public-ssh-key-for-the-authenticated-user parameters: - - *547 + - *549 responses: '200': description: Response content: application/json: - schema: *663 + schema: *665 examples: - default: *664 + default: *666 '404': *6 '304': *35 '403': *27 @@ -107879,7 +107930,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#delete-a-public-ssh-key-for-the-authenticated-user parameters: - - *547 + - *549 responses: '204': description: Response @@ -107912,7 +107963,7 @@ paths: application/json: schema: type: array - items: &665 + items: &667 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -107991,7 +108042,7 @@ paths: - account - plan examples: - default: &666 + default: &668 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -108053,9 +108104,9 @@ paths: application/json: schema: type: array - items: *665 + items: *667 examples: - default: *666 + default: *668 headers: Link: *65 '304': *35 @@ -109073,7 +109124,7 @@ paths: url: https://docs.github.com/rest/migrations/users#unlock-a-user-repository parameters: - *242 - - *667 + - *669 responses: '204': description: Response @@ -109188,7 +109239,7 @@ paths: - docker - nuget - container - - *668 + - *670 - *19 - *17 responses: @@ -109200,8 +109251,8 @@ paths: type: array items: *247 examples: - default: *669 - '400': *670 + default: *671 + '400': *672 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -109230,7 +109281,7 @@ paths: application/json: schema: *247 examples: - default: &688 + default: &690 value: id: 40201 name: octo-name @@ -109592,9 +109643,9 @@ paths: application/json: schema: type: array - items: *659 + items: *661 examples: - default: *671 + default: *673 headers: Link: *65 '304': *35 @@ -109707,7 +109758,7 @@ paths: type: array items: *77 examples: - default: &678 + default: &680 summary: Default response value: - id: 1296269 @@ -110065,9 +110116,9 @@ paths: application/json: schema: type: array - items: *519 + items: *521 examples: - default: *672 + default: *674 headers: Link: *65 '304': *35 @@ -110146,7 +110197,7 @@ paths: application/json: schema: type: array - items: &673 + items: &675 title: Social account description: Social media account type: object @@ -110163,7 +110214,7 @@ paths: - provider - url examples: - default: &674 + default: &676 value: - provider: twitter url: https://twitter.com/github @@ -110226,9 +110277,9 @@ paths: application/json: schema: type: array - items: *673 + items: *675 examples: - default: *674 + default: *676 '422': *15 '304': *35 '404': *6 @@ -110316,7 +110367,7 @@ paths: application/json: schema: type: array - items: &675 + items: &677 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -110336,7 +110387,7 @@ paths: - title - created_at examples: - default: &706 + default: &708 value: - id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -110401,9 +110452,9 @@ paths: description: Response content: application/json: - schema: *675 + schema: *677 examples: - default: &676 + default: &678 value: id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -110433,7 +110484,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: - - &677 + - &679 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -110445,9 +110496,9 @@ paths: description: Response content: application/json: - schema: *675 + schema: *677 examples: - default: *676 + default: *678 '404': *6 '304': *35 '403': *27 @@ -110470,7 +110521,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: - - *677 + - *679 responses: '204': description: Response @@ -110499,7 +110550,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &707 + - &709 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 @@ -110524,11 +110575,11 @@ paths: type: array items: *77 examples: - default-response: *678 + default-response: *680 application/vnd.github.v3.star+json: schema: type: array - items: &708 + items: &710 title: Starred Repository description: Starred Repository type: object @@ -110897,10 +110948,10 @@ paths: application/json: schema: oneOf: - - *654 - - *653 + - *656 + - *655 examples: - default-response: &682 + default-response: &684 summary: Default response value: login: octocat @@ -110935,7 +110986,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &683 + response-with-git-hub-plan-information: &685 summary: Response with GitHub plan information value: login: octocat @@ -110992,7 +111043,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/drafts#create-draft-item-for-user-owned-project parameters: - - &680 + - &682 name: user_id description: The unique identifier of the user. in: path @@ -111058,7 +111109,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#list-users parameters: - - *679 + - *681 - *17 responses: '200': @@ -111093,7 +111144,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/views#create-a-view-for-a-user-owned-project parameters: - - *680 + - *682 - *265 requestBody: required: true @@ -111168,7 +111219,7 @@ paths: description: Response for creating a view in a user-owned project. content: application/json: - schema: *681 + schema: *683 examples: table_view: summary: Response for creating a table view @@ -111220,11 +111271,11 @@ paths: application/json: schema: oneOf: - - *654 - - *653 + - *656 + - *655 examples: - default-response: *682 - response-with-git-hub-plan-information: *683 + default-response: *684 + response-with-git-hub-plan-information: *685 '404': *6 x-github: githubCloudOnly: false @@ -111274,8 +111325,8 @@ paths: required: - subject_digests examples: - default: *684 - withPredicateType: *685 + default: *686 + withPredicateType: *687 responses: '200': description: Response @@ -111329,7 +111380,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *686 + default: *688 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -111575,7 +111626,7 @@ paths: type: array items: *247 examples: - default: *669 + default: *671 '403': *27 '401': *23 x-github: @@ -111959,9 +112010,9 @@ paths: application/json: schema: type: array - items: *660 + items: *662 examples: - default: *687 + default: *689 headers: Link: *65 x-github: @@ -112065,7 +112116,7 @@ paths: application/json: schema: *20 examples: - default: *516 + default: *518 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -112190,7 +112241,7 @@ paths: - docker - nuget - container - - *668 + - *670 - *69 - *19 - *17 @@ -112203,10 +112254,10 @@ paths: type: array items: *247 examples: - default: *669 + default: *671 '403': *27 '401': *23 - '400': *670 + '400': *672 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -112236,7 +112287,7 @@ paths: application/json: schema: *247 examples: - default: *688 + default: *690 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -112585,7 +112636,7 @@ paths: type: array items: *268 examples: - default: *689 + default: *691 headers: Link: *65 '304': *35 @@ -112645,7 +112696,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: *690 + items: *692 required: - name - data_type @@ -112661,7 +112712,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: *691 + iteration_configuration: *693 required: - name - data_type @@ -112683,8 +112734,8 @@ paths: value: name: Due date data_type: date - single_select_field: *692 - iteration_field: *693 + single_select_field: *694 + iteration_field: *695 responses: '201': description: Response @@ -112692,11 +112743,11 @@ paths: application/json: schema: *268 examples: - text_field: *694 - number_field: *695 - date_field: *696 - single_select_field: *697 - iteration_field: *698 + text_field: *696 + number_field: *697 + date_field: *698 + single_select_field: *699 + iteration_field: *700 '304': *35 '403': *27 '401': *23 @@ -112718,7 +112769,7 @@ paths: url: https://docs.github.com/rest/projects/fields#get-project-field-for-user parameters: - *265 - - *699 + - *701 - *69 responses: '200': @@ -112727,7 +112778,7 @@ paths: application/json: schema: *268 examples: - default: *700 + default: *702 headers: Link: *65 '304': *35 @@ -113084,7 +113135,7 @@ paths: parameters: - *265 - *69 - - *701 + - *703 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the @@ -113359,7 +113410,7 @@ paths: - *115 - *117 - *116 - - *702 + - *704 - *118 responses: '200': @@ -113490,7 +113541,7 @@ paths: parameters: - *69 - *115 - - *703 + - *705 - *116 responses: '200': @@ -113589,9 +113640,9 @@ paths: - *115 - *117 - *116 - - *704 + - *706 - *118 - - *705 + - *707 responses: '200': description: Response when getting a billing usage summary @@ -113725,9 +113776,9 @@ paths: application/json: schema: type: array - items: *673 + items: *675 examples: - default: *674 + default: *676 headers: Link: *65 x-github: @@ -113757,9 +113808,9 @@ paths: application/json: schema: type: array - items: *675 + items: *677 examples: - default: *706 + default: *708 headers: Link: *65 x-github: @@ -113784,7 +113835,7 @@ paths: url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-a-user parameters: - *69 - - *707 + - *709 - *59 - *17 - *19 @@ -113796,11 +113847,11 @@ paths: schema: anyOf: - type: array - items: *708 + items: *710 - type: array items: *77 examples: - default-response: *678 + default-response: *680 headers: Link: *65 x-github: @@ -113960,7 +114011,7 @@ webhooks: type: string enum: - disabled - enterprise: &709 + enterprise: &711 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -114029,7 +114080,7 @@ webhooks: - created_at - updated_at - avatar_url - installation: &710 + installation: &712 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -114050,7 +114101,7 @@ webhooks: required: - id - node_id - organization: &711 + organization: &713 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -114123,7 +114174,7 @@ webhooks: - public_members_url - avatar_url - description - repository: &712 + repository: &714 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property @@ -115049,10 +115100,10 @@ webhooks: type: string enum: - enabled - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -115128,11 +115179,11 @@ webhooks: type: string enum: - created - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 - rule: &713 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 + rule: &715 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) @@ -115355,11 +115406,11 @@ webhooks: type: string enum: - deleted - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 - rule: *713 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 + rule: *715 sender: *4 required: - action @@ -115547,11 +115598,11 @@ webhooks: - everyone required: - from - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 - rule: *713 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 + rule: *715 sender: *4 required: - action @@ -115635,7 +115686,7 @@ webhooks: type: string enum: - completed - check_run: &715 + check_run: &717 title: CheckRun description: A check performed on the code of a given code change type: object @@ -115745,7 +115796,7 @@ webhooks: - examples: - neutral - deployment: *714 + deployment: *716 details_url: type: string examples: @@ -115843,10 +115894,10 @@ webhooks: - output - app - pull_requests - installation: *710 - enterprise: *709 - organization: *711 - repository: *712 + installation: *712 + enterprise: *711 + organization: *713 + repository: *714 sender: *4 required: - check_run @@ -116237,11 +116288,11 @@ webhooks: type: string enum: - created - check_run: *715 - installation: *710 - enterprise: *709 - organization: *711 - repository: *712 + check_run: *717 + installation: *712 + enterprise: *711 + organization: *713 + repository: *714 sender: *4 required: - check_run @@ -116635,11 +116686,11 @@ webhooks: type: string enum: - requested_action - check_run: *715 - installation: *710 - enterprise: *709 - organization: *711 - repository: *712 + check_run: *717 + installation: *712 + enterprise: *711 + organization: *713 + repository: *714 requested_action: description: The action requested by the user. type: object @@ -117042,11 +117093,11 @@ webhooks: type: string enum: - rerequested - check_run: *715 - installation: *710 - enterprise: *709 - organization: *711 - repository: *712 + check_run: *717 + installation: *712 + enterprise: *711 + organization: *713 + repository: *714 sender: *4 required: - check_run @@ -118031,10 +118082,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -118738,10 +118789,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -119439,10 +119490,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -119763,20 +119814,20 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: &716 + commit_oid: &718 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: *709 - installation: *710 - organization: *711 - ref: &717 + enterprise: *711 + installation: *712 + organization: *713 + ref: &719 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: *712 + repository: *714 sender: *4 required: - action @@ -120184,12 +120235,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *716 - enterprise: *709 - installation: *710 - organization: *711 - ref: *717 - repository: *712 + commit_oid: *718 + enterprise: *711 + installation: *712 + organization: *713 + ref: *719 + repository: *714 sender: *4 required: - action @@ -120472,12 +120523,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *716 - enterprise: *709 - installation: *710 - organization: *711 - ref: *717 - repository: *712 + commit_oid: *718 + enterprise: *711 + installation: *712 + organization: *713 + ref: *719 + repository: *714 sender: *4 required: - action @@ -120823,12 +120874,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *716 - enterprise: *709 - installation: *710 - organization: *711 - ref: *717 - repository: *712 + commit_oid: *718 + enterprise: *711 + installation: *712 + organization: *713 + ref: *719 + repository: *714 sender: *4 required: - action @@ -121118,9 +121169,9 @@ webhooks: type: - string - 'null' - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event @@ -121128,7 +121179,7 @@ webhooks: type: - string - 'null' - repository: *712 + repository: *714 sender: *4 required: - action @@ -121374,12 +121425,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *716 - enterprise: *709 - installation: *710 - organization: *711 - ref: *717 - repository: *712 + commit_oid: *718 + enterprise: *711 + installation: *712 + organization: *713 + ref: *719 + repository: *714 sender: *4 required: - action @@ -121700,10 +121751,10 @@ webhooks: - dismissed_reason - rule - tool - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -121963,10 +122014,10 @@ webhooks: - updated_at - author_association - body - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -122047,18 +122098,18 @@ webhooks: type: - string - 'null' - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *711 - pusher_type: &718 + organization: *713 + pusher_type: &720 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &719 + ref: &721 description: The [`git ref`](https://docs.github.com/rest/git/refs#get-a-reference) resource. type: string @@ -122068,7 +122119,7 @@ webhooks: enum: - tag - branch - repository: *712 + repository: *714 sender: *4 required: - ref @@ -122151,9 +122202,9 @@ webhooks: enum: - created definition: *276 - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 sender: *4 required: - action @@ -122238,9 +122289,9 @@ webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 sender: *4 required: - action @@ -122318,9 +122369,9 @@ webhooks: enum: - promote_to_enterprise definition: *276 - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 sender: *4 required: - action @@ -122398,9 +122449,9 @@ webhooks: enum: - updated definition: *276 - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 sender: *4 required: - action @@ -122477,10 +122528,10 @@ webhooks: type: string enum: - updated - enterprise: *709 - installation: *710 - repository: *712 - organization: *711 + enterprise: *711 + installation: *712 + repository: *714 + organization: *713 sender: *4 new_property_values: type: array @@ -122565,18 +122616,18 @@ webhooks: title: delete event type: object properties: - enterprise: *709 - installation: *710 - organization: *711 - pusher_type: *718 - ref: *719 + enterprise: *711 + installation: *712 + organization: *713 + pusher_type: *720 + ref: *721 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *712 + repository: *714 sender: *4 required: - ref @@ -122656,11 +122707,11 @@ webhooks: type: string enum: - assignees_changed - alert: *475 - installation: *710 - organization: *711 - enterprise: *709 - repository: *712 + alert: *477 + installation: *712 + organization: *713 + enterprise: *711 + repository: *714 sender: *4 required: - action @@ -122740,11 +122791,11 @@ webhooks: type: string enum: - auto_dismissed - alert: *475 - installation: *710 - organization: *711 - enterprise: *709 - repository: *712 + alert: *477 + installation: *712 + organization: *713 + enterprise: *711 + repository: *714 sender: *4 required: - action @@ -122825,11 +122876,11 @@ webhooks: type: string enum: - auto_reopened - alert: *475 - installation: *710 - organization: *711 - enterprise: *709 - repository: *712 + alert: *477 + installation: *712 + organization: *713 + enterprise: *711 + repository: *714 sender: *4 required: - action @@ -122910,11 +122961,11 @@ webhooks: type: string enum: - created - alert: *475 - installation: *710 - organization: *711 - enterprise: *709 - repository: *712 + alert: *477 + installation: *712 + organization: *713 + enterprise: *711 + repository: *714 sender: *4 required: - action @@ -122993,11 +123044,11 @@ webhooks: type: string enum: - dismissed - alert: *475 - installation: *710 - organization: *711 - enterprise: *709 - repository: *712 + alert: *477 + installation: *712 + organization: *713 + enterprise: *711 + repository: *714 sender: *4 required: - action @@ -123076,11 +123127,11 @@ webhooks: type: string enum: - fixed - alert: *475 - installation: *710 - organization: *711 - enterprise: *709 - repository: *712 + alert: *477 + installation: *712 + organization: *713 + enterprise: *711 + repository: *714 sender: *4 required: - action @@ -123160,11 +123211,11 @@ webhooks: type: string enum: - reintroduced - alert: *475 - installation: *710 - organization: *711 - enterprise: *709 - repository: *712 + alert: *477 + installation: *712 + organization: *713 + enterprise: *711 + repository: *714 sender: *4 required: - action @@ -123243,11 +123294,11 @@ webhooks: type: string enum: - reopened - alert: *475 - installation: *710 - organization: *711 - enterprise: *709 - repository: *712 + alert: *477 + installation: *712 + organization: *713 + enterprise: *711 + repository: *714 sender: *4 required: - action @@ -123324,9 +123375,9 @@ webhooks: type: string enum: - created - enterprise: *709 - installation: *710 - key: &720 + enterprise: *711 + installation: *712 + key: &722 description: The [`deploy key`](https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -123364,8 +123415,8 @@ webhooks: - verified - created_at - read_only - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -123442,11 +123493,11 @@ webhooks: type: string enum: - deleted - enterprise: *709 - installation: *710 - key: *720 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + key: *722 + organization: *713 + repository: *714 sender: *4 required: - action @@ -124013,12 +124064,12 @@ webhooks: - updated_at - statuses_url - repository_url - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 - workflow: &724 + workflow: &726 title: Workflow type: - object @@ -124769,13 +124820,13 @@ webhooks: deployment: anyOf: - type: 'null' - - *481 + - *483 pull_requests: type: array - items: *565 - repository: *712 - organization: *711 - installation: *710 + items: *567 + repository: *714 + organization: *713 + installation: *712 sender: *4 responses: '200': @@ -124846,7 +124897,7 @@ webhooks: type: string enum: - approved - approver: &721 + approver: &723 type: object properties: avatar_url: @@ -124889,11 +124940,11 @@ webhooks: type: string comment: type: string - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 - reviewers: &722 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 + reviewers: &724 type: array items: type: object @@ -124974,7 +125025,7 @@ webhooks: sender: *4 since: type: string - workflow_job_run: &723 + workflow_job_run: &725 type: object properties: conclusion: @@ -125720,18 +125771,18 @@ webhooks: type: string enum: - rejected - approver: *721 + approver: *723 comment: type: string - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 - reviewers: *722 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 + reviewers: *724 sender: *4 since: type: string - workflow_job_run: *723 + workflow_job_run: *725 workflow_job_runs: type: array items: @@ -126448,13 +126499,13 @@ webhooks: type: string enum: - requested - enterprise: *709 + enterprise: *711 environment: type: string - installation: *710 - organization: *711 - repository: *712 - requestor: &729 + installation: *712 + organization: *713 + repository: *714 + requestor: &731 title: User type: - object @@ -128387,12 +128438,12 @@ webhooks: - updated_at - deployment_url - repository_url - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 - workflow: *724 + workflow: *726 workflow_run: title: Deployment Workflow Run type: @@ -129083,7 +129134,7 @@ webhooks: type: string enum: - answered - answer: &727 + answer: &729 type: object properties: author_association: @@ -129243,11 +129294,11 @@ webhooks: - created_at - updated_at - body - discussion: *725 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + discussion: *727 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -129374,11 +129425,11 @@ webhooks: - from required: - category - discussion: *725 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + discussion: *727 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -129461,11 +129512,11 @@ webhooks: type: string enum: - closed - discussion: *725 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + discussion: *727 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -129547,7 +129598,7 @@ webhooks: type: string enum: - created - comment: &726 + comment: &728 type: object properties: author_association: @@ -129707,11 +129758,11 @@ webhooks: - updated_at - body - reactions - discussion: *725 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + discussion: *727 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -129794,12 +129845,12 @@ webhooks: type: string enum: - deleted - comment: *726 - discussion: *725 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + comment: *728 + discussion: *727 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -129894,12 +129945,12 @@ webhooks: - from required: - body - comment: *726 - discussion: *725 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + comment: *728 + discussion: *727 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -129983,11 +130034,11 @@ webhooks: type: string enum: - created - discussion: *725 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + discussion: *727 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -130069,11 +130120,11 @@ webhooks: type: string enum: - deleted - discussion: *725 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + discussion: *727 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -130173,11 +130224,11 @@ webhooks: type: string required: - from - discussion: *725 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + discussion: *727 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -130259,10 +130310,10 @@ webhooks: type: string enum: - labeled - discussion: *725 - enterprise: *709 - installation: *710 - label: &728 + discussion: *727 + enterprise: *711 + installation: *712 + label: &730 title: Label type: object properties: @@ -130295,8 +130346,8 @@ webhooks: - color - default - description - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -130379,11 +130430,11 @@ webhooks: type: string enum: - locked - discussion: *725 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + discussion: *727 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -130465,11 +130516,11 @@ webhooks: type: string enum: - pinned - discussion: *725 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + discussion: *727 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -130551,11 +130602,11 @@ webhooks: type: string enum: - reopened - discussion: *725 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + discussion: *727 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -130640,16 +130691,16 @@ webhooks: changes: type: object properties: - new_discussion: *725 - new_repository: *712 + new_discussion: *727 + new_repository: *714 required: - new_discussion - new_repository - discussion: *725 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + discussion: *727 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -130732,10 +130783,10 @@ webhooks: type: string enum: - unanswered - discussion: *725 - old_answer: *727 - organization: *711 - repository: *712 + discussion: *727 + old_answer: *729 + organization: *713 + repository: *714 sender: *4 required: - action @@ -130817,12 +130868,12 @@ webhooks: type: string enum: - unlabeled - discussion: *725 - enterprise: *709 - installation: *710 - label: *728 - organization: *711 - repository: *712 + discussion: *727 + enterprise: *711 + installation: *712 + label: *730 + organization: *713 + repository: *714 sender: *4 required: - action @@ -130905,11 +130956,11 @@ webhooks: type: string enum: - unlocked - discussion: *725 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + discussion: *727 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -130991,11 +131042,11 @@ webhooks: type: string enum: - unpinned - discussion: *725 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + discussion: *727 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -131068,7 +131119,7 @@ webhooks: description: A user forks a repository. type: object properties: - enterprise: *709 + enterprise: *711 forkee: description: The created [`repository`](https://docs.github.com/rest/repos/repos#get-a-repository) resource. @@ -131746,9 +131797,9 @@ webhooks: type: integer watchers_count: type: integer - installation: *710 - organization: *711 - repository: *712 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - forkee @@ -131894,9 +131945,9 @@ webhooks: title: gollum event type: object properties: - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 pages: description: The pages that were updated. type: array @@ -131934,7 +131985,7 @@ webhooks: - action - sha - html_url - repository: *712 + repository: *714 sender: *4 required: - pages @@ -132010,10 +132061,10 @@ webhooks: type: string enum: - created - enterprise: *709 + enterprise: *711 installation: *20 - organization: *711 - repositories: &730 + organization: *713 + repositories: &732 description: An array of repository objects that the installation can access. type: array @@ -132039,8 +132090,8 @@ webhooks: - name - full_name - private - repository: *712 - requester: *729 + repository: *714 + requester: *731 sender: *4 required: - action @@ -132115,11 +132166,11 @@ webhooks: type: string enum: - deleted - enterprise: *709 + enterprise: *711 installation: *20 - organization: *711 - repositories: *730 - repository: *712 + organization: *713 + repositories: *732 + repository: *714 requester: type: - 'null' @@ -132196,11 +132247,11 @@ webhooks: type: string enum: - new_permissions_accepted - enterprise: *709 + enterprise: *711 installation: *20 - organization: *711 - repositories: *730 - repository: *712 + organization: *713 + repositories: *732 + repository: *714 requester: type: - 'null' @@ -132277,10 +132328,10 @@ webhooks: type: string enum: - added - enterprise: *709 + enterprise: *711 installation: *20 - organization: *711 - repositories_added: &731 + organization: *713 + repositories_added: &733 description: An array of repository objects, which were added to the installation. type: array @@ -132326,15 +132377,15 @@ webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *712 - repository_selection: &732 + repository: *714 + repository_selection: &734 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *729 + requester: *731 sender: *4 required: - action @@ -132413,10 +132464,10 @@ webhooks: type: string enum: - removed - enterprise: *709 + enterprise: *711 installation: *20 - organization: *711 - repositories_added: *731 + organization: *713 + repositories_added: *733 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -132443,9 +132494,9 @@ webhooks: - name - full_name - private - repository: *712 - repository_selection: *732 - requester: *729 + repository: *714 + repository_selection: *734 + requester: *731 sender: *4 required: - action @@ -132524,11 +132575,11 @@ webhooks: type: string enum: - suspend - enterprise: *709 + enterprise: *711 installation: *20 - organization: *711 - repositories: *730 - repository: *712 + organization: *713 + repositories: *732 + repository: *714 requester: type: - 'null' @@ -132710,10 +132761,10 @@ webhooks: type: string required: - from - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 target_type: type: string @@ -132792,11 +132843,11 @@ webhooks: type: string enum: - unsuspend - enterprise: *709 + enterprise: *711 installation: *20 - organization: *711 - repositories: *730 - repository: *712 + organization: *713 + repositories: *732 + repository: *714 requester: type: - 'null' @@ -132962,7 +133013,7 @@ webhooks: pin: anyOf: - type: 'null' - - *544 + - *546 user: title: User type: @@ -133048,8 +133099,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -133861,8 +133912,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *646 - issue_dependencies_summary: *647 + sub_issues_summary: *648 + issue_dependencies_summary: *649 state: description: State of the issue; either 'open' or 'closed' type: string @@ -134223,8 +134274,8 @@ webhooks: - state - locked - assignee - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -134304,7 +134355,7 @@ webhooks: type: string enum: - deleted - comment: &733 + comment: &735 title: issue comment description: The [comment](https://docs.github.com/rest/issues/comments#get-an-issue-comment) itself. @@ -134461,7 +134512,7 @@ webhooks: pin: anyOf: - type: 'null' - - *544 + - *546 required: - url - html_url @@ -134475,8 +134526,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -135284,8 +135335,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *646 - issue_dependencies_summary: *647 + sub_issues_summary: *648 + issue_dependencies_summary: *649 state: description: State of the issue; either 'open' or 'closed' type: string @@ -135648,8 +135699,8 @@ webhooks: - state - locked - assignee - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -135729,7 +135780,7 @@ webhooks: type: string enum: - edited - changes: &757 + changes: &759 description: The changes to the comment. type: object properties: @@ -135741,9 +135792,9 @@ webhooks: type: string required: - from - comment: *733 - enterprise: *709 - installation: *710 + comment: *735 + enterprise: *711 + installation: *712 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -136554,8 +136605,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *646 - issue_dependencies_summary: *647 + sub_issues_summary: *648 + issue_dependencies_summary: *649 state: description: State of the issue; either 'open' or 'closed' type: string @@ -136916,8 +136967,8 @@ webhooks: - state - locked - assignee - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -136998,9 +137049,9 @@ webhooks: type: string enum: - pinned - comment: *733 - enterprise: *709 - installation: *710 + comment: *735 + enterprise: *711 + installation: *712 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -137813,8 +137864,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *646 - issue_dependencies_summary: *647 + sub_issues_summary: *648 + issue_dependencies_summary: *649 state: description: State of the issue; either 'open' or 'closed' type: string @@ -138177,8 +138228,8 @@ webhooks: - state - locked - assignee - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -138258,9 +138309,9 @@ webhooks: type: string enum: - unpinned - comment: *733 - enterprise: *709 - installation: *710 + comment: *735 + enterprise: *711 + installation: *712 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -139073,8 +139124,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *646 - issue_dependencies_summary: *647 + sub_issues_summary: *648 + issue_dependencies_summary: *649 state: description: State of the issue; either 'open' or 'closed' type: string @@ -139437,8 +139488,8 @@ webhooks: - state - locked - assignee - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -139527,9 +139578,9 @@ webhooks: type: number blocking_issue: *81 blocking_issue_repo: *77 - installation: *710 - organization: *711 - repository: *712 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -139618,9 +139669,9 @@ webhooks: type: number blocking_issue: *81 blocking_issue_repo: *77 - installation: *710 - organization: *711 - repository: *712 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -139708,9 +139759,9 @@ webhooks: description: The ID of the blocking issue. type: number blocking_issue: *81 - installation: *710 - organization: *711 - repository: *712 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -139799,9 +139850,9 @@ webhooks: description: The ID of the blocking issue. type: number blocking_issue: *81 - installation: *710 - organization: *711 - repository: *712 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -139881,10 +139932,10 @@ webhooks: type: string enum: - assigned - assignee: *729 - enterprise: *709 - installation: *710 - issue: &736 + assignee: *731 + enterprise: *711 + installation: *712 + issue: &738 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -140695,11 +140746,11 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *646 - issue_dependencies_summary: *647 + sub_issues_summary: *648 + issue_dependencies_summary: *649 issue_field_values: type: array - items: *529 + items: *531 state: description: State of the issue; either 'open' or 'closed' type: string @@ -140819,8 +140870,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -140900,8 +140951,8 @@ webhooks: type: string enum: - closed - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -141717,11 +141768,11 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *646 - issue_dependencies_summary: *647 + sub_issues_summary: *648 + issue_dependencies_summary: *649 issue_field_values: type: array - items: *529 + items: *531 state: description: State of the issue; either 'open' or 'closed' type: string @@ -141984,8 +142035,8 @@ webhooks: required: - state - closed_at - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -142064,8 +142115,8 @@ webhooks: type: string enum: - deleted - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -142872,11 +142923,11 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *646 - issue_dependencies_summary: *647 + sub_issues_summary: *648 + issue_dependencies_summary: *649 issue_field_values: type: array - items: *529 + items: *531 state: description: State of the issue; either 'open' or 'closed' type: string @@ -142995,8 +143046,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -143075,8 +143126,8 @@ webhooks: type: string enum: - demilestoned - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -143906,11 +143957,11 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *646 - issue_dependencies_summary: *647 + sub_issues_summary: *648 + issue_dependencies_summary: *649 issue_field_values: type: array - items: *529 + items: *531 state: description: State of the issue; either 'open' or 'closed' type: string @@ -144008,7 +144059,7 @@ webhooks: format: uri user_view_type: type: string - milestone: &734 + milestone: &736 title: Milestone description: A collection of related issues and pull requests. type: object @@ -144151,8 +144202,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -144251,8 +144302,8 @@ webhooks: type: string required: - from - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -145063,11 +145114,11 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *646 - issue_dependencies_summary: *647 + sub_issues_summary: *648 + issue_dependencies_summary: *649 issue_field_values: type: array - items: *529 + items: *531 state: description: State of the issue; either 'open' or 'closed' type: string @@ -145187,9 +145238,9 @@ webhooks: - active_lock_reason - body - reactions - label: *728 - organization: *711 - repository: *712 + label: *730 + organization: *713 + repository: *714 sender: *4 required: - action @@ -145269,8 +145320,8 @@ webhooks: type: string enum: - labeled - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -146080,11 +146131,11 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *646 - issue_dependencies_summary: *647 + sub_issues_summary: *648 + issue_dependencies_summary: *649 issue_field_values: type: array - items: *529 + items: *531 state: description: State of the issue; either 'open' or 'closed' type: string @@ -146204,9 +146255,9 @@ webhooks: - active_lock_reason - body - reactions - label: *728 - organization: *711 - repository: *712 + label: *730 + organization: *713 + repository: *714 sender: *4 required: - action @@ -146286,8 +146337,8 @@ webhooks: type: string enum: - locked - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -147122,11 +147173,11 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *646 - issue_dependencies_summary: *647 + sub_issues_summary: *648 + issue_dependencies_summary: *649 issue_field_values: type: array - items: *529 + items: *531 state: description: State of the issue; either 'open' or 'closed' type: string @@ -147223,8 +147274,8 @@ webhooks: format: uri user_view_type: type: string - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -147303,8 +147354,8 @@ webhooks: type: string enum: - milestoned - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -148133,11 +148184,11 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *646 - issue_dependencies_summary: *647 + sub_issues_summary: *648 + issue_dependencies_summary: *649 issue_field_values: type: array - items: *529 + items: *531 state: description: State of the issue; either 'open' or 'closed' type: string @@ -148234,9 +148285,9 @@ webhooks: format: uri user_view_type: type: string - milestone: *734 - organization: *711 - repository: *712 + milestone: *736 + organization: *713 + repository: *714 sender: *4 required: - action @@ -149123,11 +149174,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *646 - issue_dependencies_summary: *647 + sub_issues_summary: *648 + issue_dependencies_summary: *649 issue_field_values: type: array - items: *529 + items: *531 state: description: State of the issue; either 'open' or 'closed' type: string @@ -149719,8 +149770,8 @@ webhooks: required: - old_issue - old_repository - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -150527,11 +150578,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *646 - issue_dependencies_summary: *647 + sub_issues_summary: *648 + issue_dependencies_summary: *649 issue_field_values: type: array - items: *529 + items: *531 state: description: State of the issue; either 'open' or 'closed' type: string @@ -150654,8 +150705,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -150735,9 +150786,9 @@ webhooks: type: string enum: - pinned - enterprise: *709 - installation: *710 - issue: &735 + enterprise: *711 + installation: *712 + issue: &737 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -151542,11 +151593,11 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *646 - issue_dependencies_summary: *647 + sub_issues_summary: *648 + issue_dependencies_summary: *649 issue_field_values: type: array - items: *529 + items: *531 state: description: State of the issue; either 'open' or 'closed' type: string @@ -151665,8 +151716,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -151745,8 +151796,8 @@ webhooks: type: string enum: - reopened - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -152579,11 +152630,11 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *646 - issue_dependencies_summary: *647 + sub_issues_summary: *648 + issue_dependencies_summary: *649 issue_field_values: type: array - items: *529 + items: *531 state: description: State of the issue; either 'open' or 'closed' type: string @@ -152681,8 +152732,8 @@ webhooks: user_view_type: type: string type: *230 - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -153570,11 +153621,11 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *646 - issue_dependencies_summary: *647 + sub_issues_summary: *648 + issue_dependencies_summary: *649 issue_field_values: type: array - items: *529 + items: *531 state: description: State of the issue; either 'open' or 'closed' type: string @@ -154184,11 +154235,11 @@ webhooks: required: - new_issue - new_repository - enterprise: *709 - installation: *710 - issue: *735 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + issue: *737 + organization: *713 + repository: *714 sender: *4 required: - action @@ -154268,12 +154319,12 @@ webhooks: type: string enum: - typed - enterprise: *709 - installation: *710 - issue: *736 + enterprise: *711 + installation: *712 + issue: *738 type: *230 - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -154354,7 +154405,7 @@ webhooks: type: string enum: - unassigned - assignee: &760 + assignee: &762 title: User type: - object @@ -154426,11 +154477,11 @@ webhooks: required: - login - id - enterprise: *709 - installation: *710 - issue: *736 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + issue: *738 + organization: *713 + repository: *714 sender: *4 required: - action @@ -154509,12 +154560,12 @@ webhooks: type: string enum: - unlabeled - enterprise: *709 - installation: *710 - issue: *736 - label: *728 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + issue: *738 + label: *730 + organization: *713 + repository: *714 sender: *4 required: - action @@ -154594,8 +154645,8 @@ webhooks: type: string enum: - unlocked - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -155428,11 +155479,11 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *646 - issue_dependencies_summary: *647 + sub_issues_summary: *648 + issue_dependencies_summary: *649 issue_field_values: type: array - items: *529 + items: *531 state: description: State of the issue; either 'open' or 'closed' type: string @@ -155529,8 +155580,8 @@ webhooks: format: uri user_view_type: type: string - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -155610,11 +155661,11 @@ webhooks: type: string enum: - unpinned - enterprise: *709 - installation: *710 - issue: *735 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + issue: *737 + organization: *713 + repository: *714 sender: *4 required: - action @@ -155693,12 +155744,12 @@ webhooks: type: string enum: - untyped - enterprise: *709 - installation: *710 - issue: *736 + enterprise: *711 + installation: *712 + issue: *738 type: *230 - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -155778,11 +155829,11 @@ webhooks: type: string enum: - created - enterprise: *709 - installation: *710 - label: *728 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + label: *730 + organization: *713 + repository: *714 sender: *4 required: - action @@ -155860,11 +155911,11 @@ webhooks: type: string enum: - deleted - enterprise: *709 - installation: *710 - label: *728 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + label: *730 + organization: *713 + repository: *714 sender: *4 required: - action @@ -155974,11 +156025,11 @@ webhooks: type: string required: - from - enterprise: *709 - installation: *710 - label: *728 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + label: *730 + organization: *713 + repository: *714 sender: *4 required: - action @@ -156060,9 +156111,9 @@ webhooks: - cancelled effective_date: type: string - enterprise: *709 - installation: *710 - marketplace_purchase: &737 + enterprise: *711 + installation: *712 + marketplace_purchase: &739 title: Marketplace Purchase type: object required: @@ -156150,8 +156201,8 @@ webhooks: type: integer unit_count: type: integer - organization: *711 - previous_marketplace_purchase: &738 + organization: *713 + previous_marketplace_purchase: &740 title: Marketplace Purchase type: object properties: @@ -156235,7 +156286,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *712 + repository: *714 sender: *4 required: - action @@ -156315,10 +156366,10 @@ webhooks: - changed effective_date: type: string - enterprise: *709 - installation: *710 - marketplace_purchase: *737 - organization: *711 + enterprise: *711 + installation: *712 + marketplace_purchase: *739 + organization: *713 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -156406,7 +156457,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *712 + repository: *714 sender: *4 required: - action @@ -156488,10 +156539,10 @@ webhooks: - pending_change effective_date: type: string - enterprise: *709 - installation: *710 - marketplace_purchase: *737 - organization: *711 + enterprise: *711 + installation: *712 + marketplace_purchase: *739 + organization: *713 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -156577,7 +156628,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *712 + repository: *714 sender: *4 required: - action @@ -156658,8 +156709,8 @@ webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 marketplace_purchase: title: Marketplace Purchase type: object @@ -156745,9 +156796,9 @@ webhooks: type: integer unit_count: type: integer - organization: *711 - previous_marketplace_purchase: *738 - repository: *712 + organization: *713 + previous_marketplace_purchase: *740 + repository: *714 sender: *4 required: - action @@ -156827,12 +156878,12 @@ webhooks: - purchased effective_date: type: string - enterprise: *709 - installation: *710 - marketplace_purchase: *737 - organization: *711 - previous_marketplace_purchase: *738 - repository: *712 + enterprise: *711 + installation: *712 + marketplace_purchase: *739 + organization: *713 + previous_marketplace_purchase: *740 + repository: *714 sender: *4 required: - action @@ -156934,11 +156985,11 @@ webhooks: type: string required: - to - enterprise: *709 - installation: *710 - member: *729 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + member: *731 + organization: *713 + repository: *714 sender: *4 required: - action @@ -157040,11 +157091,11 @@ webhooks: type: - string - 'null' - enterprise: *709 - installation: *710 - member: *729 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + member: *731 + organization: *713 + repository: *714 sender: *4 required: - action @@ -157123,11 +157174,11 @@ webhooks: type: string enum: - removed - enterprise: *709 - installation: *710 - member: *729 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + member: *731 + organization: *713 + repository: *714 sender: *4 required: - action @@ -157205,11 +157256,11 @@ webhooks: type: string enum: - added - enterprise: *709 - installation: *710 - member: *729 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + member: *731 + organization: *713 + repository: *714 scope: description: The scope of the membership. Currently, can only be `team`. @@ -157287,7 +157338,7 @@ webhooks: required: - login - id - team: &739 + team: &741 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -157517,11 +157568,11 @@ webhooks: type: string enum: - removed - enterprise: *709 - installation: *710 - member: *729 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + member: *731 + organization: *713 + repository: *714 scope: description: The scope of the membership. Currently, can only be `team`. @@ -157600,7 +157651,7 @@ webhooks: required: - login - id - team: *739 + team: *741 required: - action - scope @@ -157682,8 +157733,8 @@ webhooks: type: string enum: - checks_requested - installation: *710 - merge_group: &740 + installation: *712 + merge_group: &742 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -157709,8 +157760,8 @@ webhooks: - base_sha - base_ref - head_commit - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -157796,10 +157847,10 @@ webhooks: - merged - invalidated - dequeued - installation: *710 - merge_group: *740 - organization: *711 - repository: *712 + installation: *712 + merge_group: *742 + organization: *713 + repository: *714 sender: *4 required: - action @@ -157872,7 +157923,7 @@ webhooks: type: string enum: - deleted - enterprise: *709 + enterprise: *711 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -157981,12 +158032,12 @@ webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *710 - organization: *711 + installation: *712 + organization: *713 repository: anyOf: - type: 'null' - - *712 + - *714 sender: *4 required: - action @@ -158066,11 +158117,11 @@ webhooks: type: string enum: - closed - enterprise: *709 - installation: *710 - milestone: *734 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + milestone: *736 + organization: *713 + repository: *714 sender: *4 required: - action @@ -158149,9 +158200,9 @@ webhooks: type: string enum: - created - enterprise: *709 - installation: *710 - milestone: &741 + enterprise: *711 + installation: *712 + milestone: &743 title: Milestone description: A collection of related issues and pull requests. type: object @@ -158293,8 +158344,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -158373,11 +158424,11 @@ webhooks: type: string enum: - deleted - enterprise: *709 - installation: *710 - milestone: *734 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + milestone: *736 + organization: *713 + repository: *714 sender: *4 required: - action @@ -158487,11 +158538,11 @@ webhooks: type: string required: - from - enterprise: *709 - installation: *710 - milestone: *734 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + milestone: *736 + organization: *713 + repository: *714 sender: *4 required: - action @@ -158571,11 +158622,11 @@ webhooks: type: string enum: - opened - enterprise: *709 - installation: *710 - milestone: *741 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + milestone: *743 + organization: *713 + repository: *714 sender: *4 required: - action @@ -158654,11 +158705,11 @@ webhooks: type: string enum: - blocked - blocked_user: *729 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + blocked_user: *731 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -158737,11 +158788,11 @@ webhooks: type: string enum: - unblocked - blocked_user: *729 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + blocked_user: *731 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -158820,9 +158871,9 @@ webhooks: type: string enum: - deleted - enterprise: *709 - installation: *710 - membership: &742 + enterprise: *711 + installation: *712 + membership: &744 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -158932,8 +158983,8 @@ webhooks: - role - organization_url - user - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -159011,11 +159062,11 @@ webhooks: type: string enum: - member_added - enterprise: *709 - installation: *710 - membership: *742 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + membership: *744 + organization: *713 + repository: *714 sender: *4 required: - action @@ -159094,8 +159145,8 @@ webhooks: type: string enum: - member_invited - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -159217,10 +159268,10 @@ webhooks: - inviter - team_count - invitation_teams_url - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 - user: *729 + user: *731 required: - action - invitation @@ -159298,11 +159349,11 @@ webhooks: type: string enum: - member_removed - enterprise: *709 - installation: *710 - membership: *742 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + membership: *744 + organization: *713 + repository: *714 sender: *4 required: - action @@ -159389,11 +159440,11 @@ webhooks: properties: from: type: string - enterprise: *709 - installation: *710 - membership: *742 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + membership: *744 + organization: *713 + repository: *714 sender: *4 required: - action @@ -159470,9 +159521,9 @@ webhooks: type: string enum: - published - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 package: description: Information about the package. type: object @@ -159995,7 +160046,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: &743 + items: &745 title: Ruby Gems metadata type: object properties: @@ -160092,7 +160143,7 @@ webhooks: - owner - package_version - registry - repository: *712 + repository: *714 sender: *4 required: - action @@ -160168,9 +160219,9 @@ webhooks: type: string enum: - updated - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 package: description: Information about the package. type: object @@ -160532,7 +160583,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *743 + items: *745 source_url: type: string format: uri @@ -160603,7 +160654,7 @@ webhooks: - owner - package_version - registry - repository: *712 + repository: *714 sender: *4 required: - action @@ -160783,12 +160834,12 @@ webhooks: - duration - created_at - updated_at - enterprise: *709 + enterprise: *711 id: type: integer - installation: *710 - organization: *711 - repository: *712 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - id @@ -160865,7 +160916,7 @@ webhooks: type: string enum: - approved - personal_access_token_request: &744 + personal_access_token_request: &746 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -161015,10 +161066,10 @@ webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *709 - organization: *711 + enterprise: *711 + organization: *713 sender: *4 - installation: *710 + installation: *712 required: - action - personal_access_token_request @@ -161095,11 +161146,11 @@ webhooks: type: string enum: - cancelled - personal_access_token_request: *744 - enterprise: *709 - organization: *711 + personal_access_token_request: *746 + enterprise: *711 + organization: *713 sender: *4 - installation: *710 + installation: *712 required: - action - personal_access_token_request @@ -161175,11 +161226,11 @@ webhooks: type: string enum: - created - personal_access_token_request: *744 - enterprise: *709 - organization: *711 + personal_access_token_request: *746 + enterprise: *711 + organization: *713 sender: *4 - installation: *710 + installation: *712 required: - action - personal_access_token_request @@ -161254,11 +161305,11 @@ webhooks: type: string enum: - denied - personal_access_token_request: *744 - organization: *711 - enterprise: *709 + personal_access_token_request: *746 + organization: *713 + enterprise: *711 sender: *4 - installation: *710 + installation: *712 required: - action - personal_access_token_request @@ -161363,7 +161414,7 @@ webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *745 + last_response: *747 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -161395,8 +161446,8 @@ webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 zen: description: Random string of GitHub zen. @@ -161641,10 +161692,10 @@ webhooks: - from required: - note - enterprise: *709 - installation: *710 - organization: *711 - project_card: &746 + enterprise: *711 + installation: *712 + organization: *713 + project_card: &748 title: Project Card type: object properties: @@ -161767,7 +161818,7 @@ webhooks: - creator - created_at - updated_at - repository: *712 + repository: *714 sender: *4 required: - action @@ -161848,11 +161899,11 @@ webhooks: type: string enum: - created - enterprise: *709 - installation: *710 - organization: *711 - project_card: *746 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + project_card: *748 + repository: *714 sender: *4 required: - action @@ -161932,9 +161983,9 @@ webhooks: type: string enum: - deleted - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 project_card: title: Project Card type: object @@ -162064,7 +162115,7 @@ webhooks: repository: anyOf: - type: 'null' - - *712 + - *714 sender: *4 required: - action @@ -162158,11 +162209,11 @@ webhooks: - from required: - note - enterprise: *709 - installation: *710 - organization: *711 - project_card: *746 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + project_card: *748 + repository: *714 sender: *4 required: - action @@ -162256,9 +162307,9 @@ webhooks: - from required: - column_id - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 project_card: allOf: - title: Project Card @@ -162455,7 +162506,7 @@ webhooks: type: string required: - after_id - repository: *712 + repository: *714 sender: *4 required: - action @@ -162535,10 +162586,10 @@ webhooks: type: string enum: - closed - enterprise: *709 - installation: *710 - organization: *711 - project: &748 + enterprise: *711 + installation: *712 + organization: *713 + project: &750 title: Project type: object properties: @@ -162665,7 +162716,7 @@ webhooks: - creator - created_at - updated_at - repository: *712 + repository: *714 sender: *4 required: - action @@ -162745,10 +162796,10 @@ webhooks: type: string enum: - created - enterprise: *709 - installation: *710 - organization: *711 - project_column: &747 + enterprise: *711 + installation: *712 + organization: *713 + project_column: &749 title: Project Column type: object properties: @@ -162788,7 +162839,7 @@ webhooks: - name - created_at - updated_at - repository: *712 + repository: *714 sender: *4 required: - action @@ -162867,14 +162918,14 @@ webhooks: type: string enum: - deleted - enterprise: *709 - installation: *710 - organization: *711 - project_column: *747 + enterprise: *711 + installation: *712 + organization: *713 + project_column: *749 repository: anyOf: - type: 'null' - - *712 + - *714 sender: *4 required: - action @@ -162963,11 +163014,11 @@ webhooks: type: string required: - from - enterprise: *709 - installation: *710 - organization: *711 - project_column: *747 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + project_column: *749 + repository: *714 sender: *4 required: - action @@ -163047,11 +163098,11 @@ webhooks: type: string enum: - moved - enterprise: *709 - installation: *710 - organization: *711 - project_column: *747 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + project_column: *749 + repository: *714 sender: *4 required: - action @@ -163131,11 +163182,11 @@ webhooks: type: string enum: - created - enterprise: *709 - installation: *710 - organization: *711 - project: *748 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + project: *750 + repository: *714 sender: *4 required: - action @@ -163215,14 +163266,14 @@ webhooks: type: string enum: - deleted - enterprise: *709 - installation: *710 - organization: *711 - project: *748 + enterprise: *711 + installation: *712 + organization: *713 + project: *750 repository: anyOf: - type: 'null' - - *712 + - *714 sender: *4 required: - action @@ -163323,11 +163374,11 @@ webhooks: type: string required: - from - enterprise: *709 - installation: *710 - organization: *711 - project: *748 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + project: *750 + repository: *714 sender: *4 required: - action @@ -163406,11 +163457,11 @@ webhooks: type: string enum: - reopened - enterprise: *709 - installation: *710 - organization: *711 - project: *748 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + project: *750 + repository: *714 sender: *4 required: - action @@ -163491,8 +163542,8 @@ webhooks: type: string enum: - closed - installation: *710 - organization: *711 + installation: *712 + organization: *713 projects_v2: *263 sender: *4 required: @@ -163574,8 +163625,8 @@ webhooks: type: string enum: - created - installation: *710 - organization: *711 + installation: *712 + organization: *713 projects_v2: *263 sender: *4 required: @@ -163657,8 +163708,8 @@ webhooks: type: string enum: - deleted - installation: *710 - organization: *711 + installation: *712 + organization: *713 projects_v2: *263 sender: *4 required: @@ -163780,8 +163831,8 @@ webhooks: type: string to: type: string - installation: *710 - organization: *711 + installation: *712 + organization: *713 projects_v2: *263 sender: *4 required: @@ -163865,7 +163916,7 @@ webhooks: type: string enum: - archived - changes: &752 + changes: &754 type: object properties: archived_at: @@ -163881,9 +163932,9 @@ webhooks: - string - 'null' format: date-time - installation: *710 - organization: *711 - projects_v2_item: &749 + installation: *712 + organization: *713 + projects_v2_item: &751 title: Projects v2 Item description: An item belonging to a project type: object @@ -164023,9 +164074,9 @@ webhooks: - 'null' to: type: string - installation: *710 - organization: *711 - projects_v2_item: *749 + installation: *712 + organization: *713 + projects_v2_item: *751 sender: *4 required: - action @@ -164107,9 +164158,9 @@ webhooks: type: string enum: - created - installation: *710 - organization: *711 - projects_v2_item: *749 + installation: *712 + organization: *713 + projects_v2_item: *751 sender: *4 required: - action @@ -164190,9 +164241,9 @@ webhooks: type: string enum: - deleted - installation: *710 - organization: *711 - projects_v2_item: *749 + installation: *712 + organization: *713 + projects_v2_item: *751 sender: *4 required: - action @@ -164297,7 +164348,7 @@ webhooks: oneOf: - type: string - type: integer - - &750 + - &752 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -164321,7 +164372,7 @@ webhooks: required: - id - name - - &751 + - &753 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -164361,8 +164412,8 @@ webhooks: oneOf: - type: string - type: integer - - *750 - - *751 + - *752 + - *753 type: - 'null' - string @@ -164385,9 +164436,9 @@ webhooks: - 'null' required: - body - installation: *710 - organization: *711 - projects_v2_item: *749 + installation: *712 + organization: *713 + projects_v2_item: *751 sender: *4 required: - action @@ -164484,9 +164535,9 @@ webhooks: type: - string - 'null' - installation: *710 - organization: *711 - projects_v2_item: *749 + installation: *712 + organization: *713 + projects_v2_item: *751 sender: *4 required: - action @@ -164569,10 +164620,10 @@ webhooks: type: string enum: - restored - changes: *752 - installation: *710 - organization: *711 - projects_v2_item: *749 + changes: *754 + installation: *712 + organization: *713 + projects_v2_item: *751 sender: *4 required: - action @@ -164654,8 +164705,8 @@ webhooks: type: string enum: - reopened - installation: *710 - organization: *711 + installation: *712 + organization: *713 projects_v2: *263 sender: *4 required: @@ -164737,9 +164788,9 @@ webhooks: type: string enum: - created - installation: *710 - organization: *711 - projects_v2_status_update: *753 + installation: *712 + organization: *713 + projects_v2_status_update: *755 sender: *4 required: - action @@ -164820,9 +164871,9 @@ webhooks: type: string enum: - deleted - installation: *710 - organization: *711 - projects_v2_status_update: *753 + installation: *712 + organization: *713 + projects_v2_status_update: *755 sender: *4 required: - action @@ -164968,9 +165019,9 @@ webhooks: - string - 'null' format: date - installation: *710 - organization: *711 - projects_v2_status_update: *753 + installation: *712 + organization: *713 + projects_v2_status_update: *755 sender: *4 required: - action @@ -165041,10 +165092,10 @@ webhooks: title: public event type: object properties: - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - repository @@ -165121,13 +165172,13 @@ webhooks: type: string enum: - assigned - assignee: *729 - enterprise: *709 - installation: *710 - number: &754 + assignee: *731 + enterprise: *711 + installation: *712 + number: &756 description: The pull request number. type: integer - organization: *711 + organization: *713 pull_request: title: Pull Request type: object @@ -167498,7 +167549,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *712 + repository: *714 sender: *4 required: - action @@ -167580,11 +167631,11 @@ webhooks: type: string enum: - auto_merge_disabled - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 number: type: integer - organization: *711 + organization: *713 pull_request: title: Pull Request type: object @@ -169948,7 +169999,7 @@ webhooks: - draft reason: type: string - repository: *712 + repository: *714 sender: *4 required: - action @@ -170030,11 +170081,11 @@ webhooks: type: string enum: - auto_merge_enabled - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 number: type: integer - organization: *711 + organization: *713 pull_request: title: Pull Request type: object @@ -172398,7 +172449,7 @@ webhooks: - draft reason: type: string - repository: *712 + repository: *714 sender: *4 required: - action @@ -172480,13 +172531,13 @@ webhooks: type: string enum: - closed - enterprise: *709 - installation: *710 - number: *754 - organization: *711 - pull_request: &755 + enterprise: *711 + installation: *712 + number: *756 + organization: *713 + pull_request: &757 allOf: - - *565 + - *567 - type: object properties: allow_auto_merge: @@ -172548,7 +172599,7 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *712 + repository: *714 sender: *4 required: - action @@ -172629,12 +172680,12 @@ webhooks: type: string enum: - converted_to_draft - enterprise: *709 - installation: *710 - number: *754 - organization: *711 - pull_request: *755 - repository: *712 + enterprise: *711 + installation: *712 + number: *756 + organization: *713 + pull_request: *757 + repository: *714 sender: *4 required: - action @@ -172714,11 +172765,11 @@ webhooks: type: string enum: - demilestoned - enterprise: *709 + enterprise: *711 milestone: *266 - number: *754 - organization: *711 - pull_request: &756 + number: *756 + organization: *713 + pull_request: &758 title: Pull Request type: object properties: @@ -175067,7 +175118,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *712 + repository: *714 sender: *4 required: - action @@ -175146,11 +175197,11 @@ webhooks: type: string enum: - dequeued - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 number: type: integer - organization: *711 + organization: *713 pull_request: title: Pull Request type: object @@ -177518,7 +177569,7 @@ webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *712 + repository: *714 sender: *4 required: - action @@ -177642,12 +177693,12 @@ webhooks: type: string required: - from - enterprise: *709 - installation: *710 - number: *754 - organization: *711 - pull_request: *755 - repository: *712 + enterprise: *711 + installation: *712 + number: *756 + organization: *713 + pull_request: *757 + repository: *714 sender: *4 required: - action @@ -177727,11 +177778,11 @@ webhooks: type: string enum: - enqueued - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 number: type: integer - organization: *711 + organization: *713 pull_request: title: Pull Request type: object @@ -180084,7 +180135,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *712 + repository: *714 sender: *4 required: - action @@ -180164,11 +180215,11 @@ webhooks: type: string enum: - labeled - enterprise: *709 - installation: *710 - label: *728 - number: *754 - organization: *711 + enterprise: *711 + installation: *712 + label: *730 + number: *756 + organization: *713 pull_request: title: Pull Request type: object @@ -182538,7 +182589,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *712 + repository: *714 sender: *4 required: - action @@ -182619,10 +182670,10 @@ webhooks: type: string enum: - locked - enterprise: *709 - installation: *710 - number: *754 - organization: *711 + enterprise: *711 + installation: *712 + number: *756 + organization: *713 pull_request: title: Pull Request type: object @@ -184990,7 +185041,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *712 + repository: *714 sender: *4 required: - action @@ -185070,12 +185121,12 @@ webhooks: type: string enum: - milestoned - enterprise: *709 + enterprise: *711 milestone: *266 - number: *754 - organization: *711 - pull_request: *756 - repository: *712 + number: *756 + organization: *713 + pull_request: *758 + repository: *714 sender: *4 required: - action @@ -185154,12 +185205,12 @@ webhooks: type: string enum: - opened - enterprise: *709 - installation: *710 - number: *754 - organization: *711 - pull_request: *755 - repository: *712 + enterprise: *711 + installation: *712 + number: *756 + organization: *713 + pull_request: *757 + repository: *714 sender: *4 required: - action @@ -185240,12 +185291,12 @@ webhooks: type: string enum: - ready_for_review - enterprise: *709 - installation: *710 - number: *754 - organization: *711 - pull_request: *755 - repository: *712 + enterprise: *711 + installation: *712 + number: *756 + organization: *713 + pull_request: *757 + repository: *714 sender: *4 required: - action @@ -185325,12 +185376,12 @@ webhooks: type: string enum: - reopened - enterprise: *709 - installation: *710 - number: *754 - organization: *711 - pull_request: *755 - repository: *712 + enterprise: *711 + installation: *712 + number: *756 + organization: *713 + pull_request: *757 + repository: *714 sender: *4 required: - action @@ -185705,9 +185756,9 @@ webhooks: - start_side - side - reactions - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 pull_request: type: object properties: @@ -187959,7 +188010,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *712 + repository: *714 sender: *4 required: - action @@ -188039,7 +188090,7 @@ webhooks: type: string enum: - deleted - comment: &758 + comment: &760 title: Pull Request Review Comment description: The [comment](https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -188332,9 +188383,9 @@ webhooks: - start_side - side - reactions - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 pull_request: type: object properties: @@ -190574,7 +190625,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *712 + repository: *714 sender: *4 required: - action @@ -190654,11 +190705,11 @@ webhooks: type: string enum: - edited - changes: *757 - comment: *758 - enterprise: *709 - installation: *710 - organization: *711 + changes: *759 + comment: *760 + enterprise: *711 + installation: *712 + organization: *713 pull_request: type: object properties: @@ -192901,7 +192952,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *712 + repository: *714 sender: *4 required: - action @@ -192982,9 +193033,9 @@ webhooks: type: string enum: - dismissed - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 pull_request: title: Simple Pull Request type: object @@ -195239,7 +195290,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *712 + repository: *714 review: description: The review that was affected. type: object @@ -195490,9 +195541,9 @@ webhooks: type: string required: - from - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 pull_request: title: Simple Pull Request type: object @@ -197606,8 +197657,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *712 - review: &759 + repository: *714 + review: &761 description: The review that was affected. type: object properties: @@ -197845,12 +197896,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 number: description: The pull request number. type: integer - organization: *711 + organization: *713 pull_request: title: Pull Request type: object @@ -200219,7 +200270,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *712 + repository: *714 requested_reviewer: title: User type: @@ -200305,12 +200356,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 number: description: The pull request number. type: integer - organization: *711 + organization: *713 pull_request: title: Pull Request type: object @@ -202686,7 +202737,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *712 + repository: *714 requested_team: title: Team description: Groups of organization members that gives permissions @@ -202881,12 +202932,12 @@ webhooks: type: string enum: - review_requested - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 number: description: The pull request number. type: integer - organization: *711 + organization: *713 pull_request: title: Pull Request type: object @@ -205257,7 +205308,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *712 + repository: *714 requested_reviewer: title: User type: @@ -205344,12 +205395,12 @@ webhooks: type: string enum: - review_requested - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 number: description: The pull request number. type: integer - organization: *711 + organization: *713 pull_request: title: Pull Request type: object @@ -207711,7 +207762,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *712 + repository: *714 requested_team: title: Team description: Groups of organization members that gives permissions @@ -207895,9 +207946,9 @@ webhooks: type: string enum: - submitted - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 pull_request: title: Simple Pull Request type: object @@ -210155,8 +210206,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *712 - review: *759 + repository: *714 + review: *761 sender: *4 required: - action @@ -210236,9 +210287,9 @@ webhooks: type: string enum: - resolved - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 pull_request: title: Simple Pull Request type: object @@ -212391,7 +212442,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *712 + repository: *714 sender: *4 thread: type: object @@ -212788,9 +212839,9 @@ webhooks: type: string enum: - unresolved - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 pull_request: title: Simple Pull Request type: object @@ -214926,7 +214977,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *712 + repository: *714 sender: *4 thread: type: object @@ -215325,10 +215376,10 @@ webhooks: type: string before: type: string - enterprise: *709 - installation: *710 - number: *754 - organization: *711 + enterprise: *711 + installation: *712 + number: *756 + organization: *713 pull_request: title: Pull Request type: object @@ -217685,7 +217736,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *712 + repository: *714 sender: *4 required: - action @@ -217767,11 +217818,11 @@ webhooks: type: string enum: - unassigned - assignee: *760 - enterprise: *709 - installation: *710 - number: *754 - organization: *711 + assignee: *762 + enterprise: *711 + installation: *712 + number: *756 + organization: *713 pull_request: title: Pull Request type: object @@ -220143,7 +220194,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *712 + repository: *714 sender: *4 required: - action @@ -220222,11 +220273,11 @@ webhooks: type: string enum: - unlabeled - enterprise: *709 - installation: *710 - label: *728 - number: *754 - organization: *711 + enterprise: *711 + installation: *712 + label: *730 + number: *756 + organization: *713 pull_request: title: Pull Request type: object @@ -222587,7 +222638,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *712 + repository: *714 sender: *4 required: - action @@ -222668,10 +222719,10 @@ webhooks: type: string enum: - unlocked - enterprise: *709 - installation: *710 - number: *754 - organization: *711 + enterprise: *711 + installation: *712 + number: *756 + organization: *713 pull_request: title: Pull Request type: object @@ -225022,7 +225073,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *712 + repository: *714 sender: *4 required: - action @@ -225225,7 +225276,7 @@ webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *709 + enterprise: *711 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -225320,8 +225371,8 @@ webhooks: - url - author - committer - installation: *710 - organization: *711 + installation: *712 + organization: *713 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -225920,9 +225971,9 @@ webhooks: type: string enum: - published - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 registry_package: type: object properties: @@ -226399,7 +226450,7 @@ webhooks: type: string rubygems_metadata: type: array - items: *743 + items: *745 summary: type: string tag_name: @@ -226455,7 +226506,7 @@ webhooks: - owner - package_version - registry - repository: *712 + repository: *714 sender: *4 required: - action @@ -226533,9 +226584,9 @@ webhooks: type: string enum: - updated - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 registry_package: type: object properties: @@ -226847,7 +226898,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *743 + items: *745 summary: type: string tag_name: @@ -226897,7 +226948,7 @@ webhooks: - owner - package_version - registry - repository: *712 + repository: *714 sender: *4 required: - action @@ -226974,10 +227025,10 @@ webhooks: type: string enum: - created - enterprise: *709 - installation: *710 - organization: *711 - release: &761 + enterprise: *711 + installation: *712 + organization: *713 + release: &763 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -227308,7 +227359,7 @@ webhooks: - updated_at - zipball_url - body - repository: *712 + repository: *714 sender: *4 required: - action @@ -227385,11 +227436,11 @@ webhooks: type: string enum: - deleted - enterprise: *709 - installation: *710 - organization: *711 - release: *761 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + release: *763 + repository: *714 sender: *4 required: - action @@ -227506,11 +227557,11 @@ webhooks: type: boolean required: - to - enterprise: *709 - installation: *710 - organization: *711 - release: *761 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + release: *763 + repository: *714 sender: *4 required: - action @@ -227588,9 +227639,9 @@ webhooks: type: string enum: - prereleased - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 release: title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) @@ -227926,7 +227977,7 @@ webhooks: - string - 'null' format: uri - repository: *712 + repository: *714 sender: *4 required: - action @@ -228002,10 +228053,10 @@ webhooks: type: string enum: - published - enterprise: *709 - installation: *710 - organization: *711 - release: &762 + enterprise: *711 + installation: *712 + organization: *713 + release: &764 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -228338,7 +228389,7 @@ webhooks: - string - 'null' format: uri - repository: *712 + repository: *714 sender: *4 required: - action @@ -228414,11 +228465,11 @@ webhooks: type: string enum: - released - enterprise: *709 - installation: *710 - organization: *711 - release: *761 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + release: *763 + repository: *714 sender: *4 required: - action @@ -228494,11 +228545,11 @@ webhooks: type: string enum: - unpublished - enterprise: *709 - installation: *710 - organization: *711 - release: *762 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + release: *764 + repository: *714 sender: *4 required: - action @@ -228574,11 +228625,11 @@ webhooks: type: string enum: - published - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 - repository_advisory: *632 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 + repository_advisory: *634 sender: *4 required: - action @@ -228654,11 +228705,11 @@ webhooks: type: string enum: - reported - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 - repository_advisory: *632 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 + repository_advisory: *634 sender: *4 required: - action @@ -228734,10 +228785,10 @@ webhooks: type: string enum: - archived - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -228814,10 +228865,10 @@ webhooks: type: string enum: - created - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -228895,10 +228946,10 @@ webhooks: type: string enum: - deleted - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -228983,10 +229034,10 @@ webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -229101,10 +229152,10 @@ webhooks: - 'null' items: type: string - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -229176,10 +229227,10 @@ webhooks: title: repository_import event type: object properties: - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 status: type: string @@ -229260,10 +229311,10 @@ webhooks: type: string enum: - privatized - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -229340,10 +229391,10 @@ webhooks: type: string enum: - publicized - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -229437,10 +229488,10 @@ webhooks: - name required: - repository - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -229520,10 +229571,10 @@ webhooks: type: string enum: - created - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 repository_ruleset: *308 sender: *4 required: @@ -229602,10 +229653,10 @@ webhooks: type: string enum: - deleted - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 repository_ruleset: *308 sender: *4 required: @@ -229684,10 +229735,10 @@ webhooks: type: string enum: - edited - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 repository_ruleset: *308 changes: type: object @@ -229749,16 +229800,16 @@ webhooks: properties: added: type: array - items: *585 + items: *587 deleted: type: array - items: *585 + items: *587 updated: type: array items: type: object properties: - rule: *585 + rule: *587 changes: type: object properties: @@ -229995,10 +230046,10 @@ webhooks: - from required: - owner - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -230076,10 +230127,10 @@ webhooks: type: string enum: - unarchived - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -230157,7 +230208,7 @@ webhooks: type: string enum: - create - alert: &763 + alert: &765 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -230282,10 +230333,10 @@ webhooks: enum: - auto_dismissed - open - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -230495,10 +230546,10 @@ webhooks: type: string enum: - dismissed - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -230576,11 +230627,11 @@ webhooks: type: string enum: - reopen - alert: *763 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + alert: *765 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -230782,10 +230833,10 @@ webhooks: enum: - fixed - open - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -230863,7 +230914,7 @@ webhooks: type: string enum: - assigned - alert: &764 + alert: &766 type: object properties: number: *170 @@ -231003,10 +231054,10 @@ webhooks: - type: 'null' - *4 assignee: *4 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -231084,11 +231135,11 @@ webhooks: type: string enum: - created - alert: *764 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + alert: *766 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -231169,11 +231220,11 @@ webhooks: type: string enum: - created - alert: *764 - installation: *710 - location: *765 - organization: *711 - repository: *712 + alert: *766 + installation: *712 + location: *767 + organization: *713 + repository: *714 sender: *4 required: - location @@ -231411,11 +231462,11 @@ webhooks: type: string enum: - publicly_leaked - alert: *764 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + alert: *766 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -231493,11 +231544,11 @@ webhooks: type: string enum: - reopened - alert: *764 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + alert: *766 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -231575,11 +231626,11 @@ webhooks: type: string enum: - resolved - alert: *764 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + alert: *766 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -231657,12 +231708,12 @@ webhooks: type: string enum: - unassigned - alert: *764 + alert: *766 assignee: *4 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -231740,11 +231791,11 @@ webhooks: type: string enum: - validated - alert: *764 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + alert: *766 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -231874,10 +231925,10 @@ webhooks: - organization - enterprise - - repository: *712 - enterprise: *709 - installation: *710 - organization: *711 + repository: *714 + enterprise: *711 + installation: *712 + organization: *713 sender: *4 required: - action @@ -231955,11 +232006,11 @@ webhooks: type: string enum: - published - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 - security_advisory: &766 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 + security_advisory: &768 description: The details of the security advisory, including summary, description, and severity. type: object @@ -232145,11 +232196,11 @@ webhooks: type: string enum: - updated - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 - security_advisory: *766 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 + security_advisory: *768 sender: *4 required: - action @@ -232222,10 +232273,10 @@ webhooks: type: string enum: - withdrawn - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -232412,9 +232463,9 @@ webhooks: type: object properties: security_and_analysis: *281 - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 repository: *328 sender: *4 required: @@ -232493,12 +232544,12 @@ webhooks: type: string enum: - cancelled - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 - sponsorship: &767 + sponsorship: &769 type: object properties: created_at: @@ -232803,12 +232854,12 @@ webhooks: type: string enum: - created - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 - sponsorship: *767 + sponsorship: *769 required: - action - sponsorship @@ -232896,12 +232947,12 @@ webhooks: type: string required: - from - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 - sponsorship: *767 + sponsorship: *769 required: - action - changes @@ -232978,17 +233029,17 @@ webhooks: type: string enum: - pending_cancellation - effective_date: &768 + effective_date: &770 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: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 - sponsorship: *767 + sponsorship: *769 required: - action - sponsorship @@ -233062,7 +233113,7 @@ webhooks: type: string enum: - pending_tier_change - changes: &769 + changes: &771 type: object properties: tier: @@ -233106,13 +233157,13 @@ webhooks: - from required: - tier - effective_date: *768 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + effective_date: *770 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 - sponsorship: *767 + sponsorship: *769 required: - action - changes @@ -233189,13 +233240,13 @@ webhooks: type: string enum: - tier_changed - changes: *769 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + changes: *771 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 - sponsorship: *767 + sponsorship: *769 required: - action - changes @@ -233269,10 +233320,10 @@ webhooks: type: string enum: - created - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -233356,10 +233407,10 @@ webhooks: type: string enum: - deleted - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -233793,15 +233844,15 @@ webhooks: type: - string - 'null' - enterprise: *709 + enterprise: *711 id: description: The unique identifier of the status. type: integer - installation: *710 + installation: *712 name: type: string - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 sha: description: The Commit SHA. @@ -233917,9 +233968,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *81 - installation: *710 - organization: *711 - repository: *712 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -234009,9 +234060,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *81 - installation: *710 - organization: *711 - repository: *712 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -234101,9 +234152,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *81 - installation: *710 - organization: *711 - repository: *712 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -234193,9 +234244,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *81 - installation: *710 - organization: *711 - repository: *712 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -234272,12 +234323,12 @@ webhooks: title: team_add event type: object properties: - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 - team: &770 + team: &772 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -234507,9 +234558,9 @@ webhooks: type: string enum: - added_to_repository - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 repository: title: Repository description: A git repository @@ -234979,7 +235030,7 @@ webhooks: - topics - visibility sender: *4 - team: *770 + team: *772 required: - action - team @@ -235055,9 +235106,9 @@ webhooks: type: string enum: - created - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 repository: title: Repository description: A git repository @@ -235527,7 +235578,7 @@ webhooks: - topics - visibility sender: *4 - team: *770 + team: *772 required: - action - team @@ -235604,9 +235655,9 @@ webhooks: type: string enum: - deleted - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 repository: title: Repository description: A git repository @@ -236076,7 +236127,7 @@ webhooks: - topics - visibility sender: *4 - team: *770 + team: *772 required: - action - team @@ -236220,9 +236271,9 @@ webhooks: - from required: - permissions - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 repository: title: Repository description: A git repository @@ -236692,7 +236743,7 @@ webhooks: - topics - visibility sender: *4 - team: *770 + team: *772 required: - action - changes @@ -236770,9 +236821,9 @@ webhooks: type: string enum: - removed_from_repository - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 repository: title: Repository description: A git repository @@ -237242,7 +237293,7 @@ webhooks: - topics - visibility sender: *4 - team: *770 + team: *772 required: - action - team @@ -237318,10 +237369,10 @@ webhooks: type: string enum: - started - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -237394,17 +237445,17 @@ webhooks: title: workflow_dispatch event type: object properties: - enterprise: *709 + enterprise: *711 inputs: type: - object - 'null' additionalProperties: true - installation: *710 - organization: *711 + installation: *712 + organization: *713 ref: type: string - repository: *712 + repository: *714 sender: *4 workflow: type: string @@ -237486,10 +237537,10 @@ webhooks: type: string enum: - completed - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 workflow_job: allOf: @@ -237745,7 +237796,7 @@ webhooks: type: string required: - conclusion - deployment: *481 + deployment: *483 required: - action - repository @@ -237824,10 +237875,10 @@ webhooks: type: string enum: - in_progress - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 workflow_job: allOf: @@ -238109,7 +238160,7 @@ webhooks: required: - status - steps - deployment: *481 + deployment: *483 required: - action - repository @@ -238188,10 +238239,10 @@ webhooks: type: string enum: - queued - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 workflow_job: type: object @@ -238337,7 +238388,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *481 + deployment: *483 required: - action - repository @@ -238416,10 +238467,10 @@ webhooks: type: string enum: - waiting - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 workflow_job: type: object @@ -238566,7 +238617,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *481 + deployment: *483 required: - action - repository @@ -238646,12 +238697,12 @@ webhooks: type: string enum: - completed - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 - workflow: *724 + workflow: *726 workflow_run: title: Workflow Run type: object @@ -239670,12 +239721,12 @@ webhooks: type: string enum: - in_progress - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 - workflow: *724 + workflow: *726 workflow_run: title: Workflow Run type: object @@ -240679,12 +240730,12 @@ webhooks: type: string enum: - requested - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 - workflow: *724 + workflow: *726 workflow_run: title: Workflow Run type: object diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.2026-03-10.deref.json b/descriptions-next/api.github.com/dereferenced/api.github.com.2026-03-10.deref.json index b6419618e7..fb54617687 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.2026-03-10.deref.json +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.2026-03-10.deref.json @@ -363436,6 +363436,36 @@ } } } + }, + "application/vnd.github.diff": { + "schema": { + "type": "string" + }, + "examples": { + "default": { + "value": "diff --git a/testfile b/testfile\nindex 9bdeaeb..912c7ef 100644\n--- a/testfile\n+++ b/testfile\n@@ -1 +1 @@\n-test\n+test change\n" + } + } + }, + "application/vnd.github.patch": { + "schema": { + "type": "string" + }, + "examples": { + "default": { + "value": "From ac3282a2725be3b1d4979169a7a311c89066af1c Mon Sep 17 00:00:00 2001\nFrom: Mona Lisa <87831417+monalisa@users.noreply.github.com>\nDate: Fri, 6 Mar 2026 11:18:45 +0000\nSubject: [PATCH] Change 'test' to 'test change' in testfile\n\n---\ntestfile | 2 +-\n1 file changed, 1 insertion(+), 1 deletion(-)\n\ndiff --git a/testfile b/testfile\nindex 9bdeaeb..912c7ef 100644\n--- a/testfile\n+++ b/testfile\n@@ -1 +1 @@\n-test\n+test change\n" + } + } + }, + "application/vnd.github.sha": { + "schema": { + "type": "string" + }, + "examples": { + "default": { + "value": "ac3282a2725be3b1d4979169a7a311c89066af1c" + } + } } } }, @@ -371787,6 +371817,26 @@ } } } + }, + "application/vnd.github.diff": { + "schema": { + "type": "string" + }, + "examples": { + "default": { + "value": "diff --git a/testfile b/testfile\nindex 9bdeaeb..912c7ef 100644\n--- a/testfile\n+++ b/testfile\n@@ -1 +1 @@\n-test\n+test change\n" + } + } + }, + "application/vnd.github.patch": { + "schema": { + "type": "string" + }, + "examples": { + "default": { + "value": "From ac3282a2725be3b1d4979169a7a311c89066af1c Mon Sep 17 00:00:00 2001\nFrom: Mona Lisa <87831417+monalisa@users.noreply.github.com>\nDate: Fri, 6 Mar 2026 11:18:45 +0000\nSubject: [PATCH] Change 'test' to 'test change' in testfile\n\n---\ntestfile | 2 +-\n1 file changed, 1 insertion(+), 1 deletion(-)\n\ndiff --git a/testfile b/testfile\nindex 9bdeaeb..912c7ef 100644\n--- a/testfile\n+++ b/testfile\n@@ -1 +1 @@\n-test\n+test change\n" + } + } } } }, diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.2026-03-10.deref.yaml b/descriptions-next/api.github.com/dereferenced/api.github.com.2026-03-10.deref.yaml index 140d5b00ec..5a491879dc 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.2026-03-10.deref.yaml +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.2026-03-10.deref.yaml @@ -1041,7 +1041,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/global-advisories#get-a-global-security-advisory parameters: - - &634 + - &636 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -12007,7 +12007,7 @@ paths: Filters the list of alerts based on EPSS percentages. If specified, only alerts with the provided EPSS percentages will be returned. schema: type: string - - &471 + - &473 name: has in: query description: |- @@ -12137,7 +12137,7 @@ paths: - transitive - inconclusive - - security_advisory: &472 + security_advisory: &474 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -12389,7 +12389,7 @@ paths: and was considered fixed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - auto_dismissed_at: &473 + auto_dismissed_at: &475 type: - string - 'null' @@ -12397,7 +12397,7 @@ paths: ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - dismissal_request: &474 + dismissal_request: &476 title: Dependabot alert dismissal request description: Information about an active dismissal request for this Dependabot alert. @@ -13824,7 +13824,7 @@ paths: properties: action: type: string - discussion: &725 + discussion: &727 title: Discussion description: A Discussion in a repository. type: object @@ -14609,7 +14609,7 @@ paths: - hooray - eyes - rocket - sub_issues_summary: &646 + sub_issues_summary: &648 title: Sub-issues Summary type: object properties: @@ -14693,7 +14693,7 @@ paths: pin: anyOf: - type: 'null' - - &544 + - &546 title: Pinned Issue Comment description: Context around who pinned an issue comment and when it was pinned. @@ -14720,7 +14720,7 @@ paths: - url - created_at - updated_at - issue_dependencies_summary: &647 + issue_dependencies_summary: &649 title: Issue Dependencies Summary type: object properties: @@ -14739,7 +14739,7 @@ paths: - total_blocking issue_field_values: type: array - items: &529 + items: &531 title: Issue Field Value description: A value assigned to an issue field type: object @@ -15519,7 +15519,7 @@ paths: type: string release: allOf: - - &576 + - &578 title: Release description: A release. type: object @@ -15601,7 +15601,7 @@ paths: author: *4 assets: type: array - items: &577 + items: &579 title: Release Asset description: Data related to a release. type: object @@ -19412,7 +19412,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &552 + - &554 name: all description: If `true`, show notifications marked as read. in: query @@ -19420,7 +19420,7 @@ paths: schema: type: boolean default: false - - &553 + - &555 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -19430,7 +19430,7 @@ paths: type: boolean default: false - *86 - - &554 + - &556 name: before description: 'Only show notifications updated before the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: @@ -20021,7 +20021,7 @@ paths: - url - subscription_url examples: - default: &555 + default: &557 value: - id: '1' repository: @@ -21591,7 +21591,7 @@ paths: required: false schema: type: string - - &702 + - &704 name: model description: The model name to query usage for. The name is not case sensitive. in: query @@ -21737,7 +21737,7 @@ paths: parameters: - *73 - *115 - - &703 + - &705 name: month description: If specified, only return results for a single month. The value of `month` is an integer between `1` and `12`. If no year is specified the @@ -21849,7 +21849,7 @@ paths: - *115 - *117 - *116 - - &704 + - &706 name: repository description: The repository name to query for usage in the format owner/repository. in: query @@ -21857,7 +21857,7 @@ paths: schema: type: string - *118 - - &705 + - &707 name: sku description: The SKU to query for usage. in: query @@ -28692,12 +28692,12 @@ paths: required: - subject_digests examples: - default: &684 + default: &686 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &685 + withPredicateType: &687 value: subject_digests: - sha256:abc123 @@ -28742,7 +28742,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &686 + default: &688 value: attestations_subject_digests: - sha256:abc: @@ -34902,7 +34902,7 @@ paths: description: Response content: application/json: - schema: &477 + schema: &479 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -34921,7 +34921,7 @@ paths: - key_id - key examples: - default: &478 + default: &480 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -36745,7 +36745,7 @@ paths: application/json: schema: *20 examples: - default: &516 + default: &518 value: id: 1 account: @@ -36973,7 +36973,7 @@ paths: required: true content: application/json: - schema: &517 + schema: &519 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration @@ -39556,7 +39556,7 @@ paths: parameters: - *73 - *242 - - &666 + - &668 name: repo_name description: repo_name parameter in: path @@ -40504,7 +40504,7 @@ paths: - nuget - container - *73 - - &667 + - &669 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -40545,7 +40545,7 @@ paths: default: *248 '403': *27 '401': *23 - '400': &669 + '400': &671 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -42680,7 +42680,7 @@ paths: latest_status_update: anyOf: - type: 'null' - - &753 + - &755 title: Projects v2 Status Update description: An status update belonging to a project type: object @@ -43183,7 +43183,7 @@ paths: - review_comment - self author_association: *78 - auto_merge: &562 + auto_merge: &564 title: Auto merge description: The status of auto merging a pull request. type: @@ -43566,7 +43566,7 @@ paths: - updated_at - project_url examples: - default: &689 + default: &691 value: - id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -43743,7 +43743,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: &690 + items: &692 type: object properties: name: @@ -43780,7 +43780,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: &691 + iteration_configuration: &693 type: object description: The configuration for iteration fields. properties: @@ -43830,7 +43830,7 @@ paths: value: name: Due date data_type: date - single_select_field: &692 + single_select_field: &694 summary: Create a single select field value: name: Priority @@ -43857,7 +43857,7 @@ paths: description: raw: High priority items html: High priority items - iteration_field: &693 + iteration_field: &695 summary: Create an iteration field value: name: Sprint @@ -43883,7 +43883,7 @@ paths: application/json: schema: *268 examples: - text_field: &694 + text_field: &696 value: id: 24680 node_id: PVTF_lADOABCD2468024680 @@ -43892,7 +43892,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-05-15T08:00:00Z' updated_at: '2022-05-15T08:00:00Z' - number_field: &695 + number_field: &697 value: id: 13579 node_id: PVTF_lADOABCD1357913579 @@ -43901,7 +43901,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-06-01T14:30:00Z' updated_at: '2022-06-01T14:30:00Z' - date_field: &696 + date_field: &698 value: id: 98765 node_id: PVTF_lADOABCD9876598765 @@ -43910,7 +43910,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-06-10T09:15:00Z' updated_at: '2022-06-10T09:15:00Z' - single_select_field: &697 + single_select_field: &699 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -43944,7 +43944,7 @@ paths: raw: High priority items created_at: '2022-04-28T12:00:00Z' updated_at: '2022-04-28T12:00:00Z' - iteration_field: &698 + iteration_field: &700 value: id: 11223 node_id: PVTF_lADOABCD1122311223 @@ -43990,7 +43990,7 @@ paths: url: https://docs.github.com/rest/projects/fields#get-project-field-for-organization parameters: - *265 - - &699 + - &701 name: field_id description: The unique identifier of the field. in: path @@ -44005,7 +44005,7 @@ paths: application/json: schema: *268 examples: - default: &700 + default: &702 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -45216,7 +45216,7 @@ paths: description: Response for creating a view in an organization-owned project. content: application/json: - schema: &681 + schema: &683 title: Projects v2 View description: A view inside a projects v2 project type: object @@ -45399,7 +45399,7 @@ paths: parameters: - *265 - *73 - - &701 + - &703 name: view_number description: The number that identifies the project view. in: path @@ -47468,7 +47468,7 @@ paths: - *73 - *17 - *19 - - &584 + - &586 name: targets description: | A comma-separated list of rule targets to filter by. @@ -47754,7 +47754,7 @@ paths: - object rules: type: array - items: &585 + items: &587 title: Repository Rule type: object description: A repository rule. @@ -47816,7 +47816,7 @@ paths: type: string enum: - required_linear_history - - &583 + - &585 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -48718,7 +48718,7 @@ paths: url: https://docs.github.com/rest/orgs/rule-suites#list-organization-rule-suites parameters: - *73 - - &586 + - &588 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 @@ -48733,7 +48733,7 @@ paths: in: query schema: type: string - - &587 + - &589 name: time_period description: |- The time period to filter by. @@ -48749,14 +48749,14 @@ paths: - week - month default: day - - &588 + - &590 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 - - &589 + - &591 name: rule_suite_result description: The rule suite results to filter on. When specified, only suites with this result will be returned. @@ -48776,7 +48776,7 @@ paths: description: Response content: application/json: - schema: &590 + schema: &592 title: Rule Suites description: Response type: array @@ -48832,7 +48832,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &591 + default: &593 value: - id: 21 actor_id: 12 @@ -48876,7 +48876,7 @@ paths: url: https://docs.github.com/rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *73 - - &592 + - &594 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -48892,7 +48892,7 @@ paths: description: Response content: application/json: - schema: &593 + schema: &595 title: Rule Suite description: Response type: object @@ -48999,7 +48999,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &594 + default: &596 value: id: 21 actor_id: 12 @@ -49246,7 +49246,7 @@ paths: type: string format: date-time examples: - default: &596 + default: &598 value: - version_id: 3 actor: @@ -49299,7 +49299,7 @@ paths: description: Response content: application/json: - schema: &597 + schema: &599 allOf: - *311 - type: object @@ -49371,7 +49371,7 @@ paths: url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - *73 - - &598 + - &600 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -49382,7 +49382,7 @@ paths: enum: - open - resolved - - &599 + - &601 name: secret_type in: query description: A comma-separated list of secret types to return. All default @@ -49392,7 +49392,7 @@ paths: required: false schema: type: string - - &600 + - &602 name: exclude_secret_types in: query description: A comma-separated list of secret types to exclude from the results. @@ -49403,7 +49403,7 @@ paths: required: false schema: type: string - - &601 + - &603 name: exclude_providers in: query description: |- @@ -49414,7 +49414,7 @@ paths: required: false schema: type: string - - &602 + - &604 name: providers in: query description: |- @@ -49425,7 +49425,7 @@ paths: required: false schema: type: string - - &603 + - &605 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -49434,7 +49434,7 @@ paths: required: false schema: type: string - - &604 + - &606 name: assignee in: query description: Filters alerts by assignee. Use `*` to get all assigned alerts, @@ -49453,7 +49453,7 @@ paths: all-unassigned: value: none summary: Filter for all unassigned alerts - - &605 + - &607 name: sort description: The property to sort the results by. `created` means when the alert was created. `updated` means when the alert was updated or resolved. @@ -49468,7 +49468,7 @@ paths: - *59 - *19 - *17 - - &606 + - &608 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 @@ -49478,7 +49478,7 @@ paths: required: false schema: type: string - - &607 + - &609 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 @@ -49488,7 +49488,7 @@ paths: required: false schema: type: string - - &608 + - &610 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -49497,7 +49497,7 @@ paths: required: false schema: type: string - - &609 + - &611 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -49506,7 +49506,7 @@ paths: schema: type: boolean default: false - - &610 + - &612 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -49515,7 +49515,7 @@ paths: schema: type: boolean default: false - - &611 + - &613 name: hide_secret in: query description: A boolean value representing whether or not to hide literal secrets @@ -49547,14 +49547,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &612 + state: &614 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: &613 + resolution: &615 type: - string - 'null' @@ -49673,14 +49673,14 @@ paths: first_location_detected: anyOf: - type: 'null' - - &614 + - &616 description: 'Details on the location where the token was initially detected. This can be a commit, wiki commit, issue, discussion, pull request. ' oneOf: - - &616 + - &618 description: Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository. @@ -49744,7 +49744,7 @@ paths: - blob_url - commit_sha - commit_url - - &617 + - &619 description: Represents a 'wiki_commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository wiki. @@ -49805,7 +49805,7 @@ paths: - page_url - commit_sha - commit_url - - &618 + - &620 description: Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue. @@ -49827,7 +49827,7 @@ paths: - https://github.com/octocat/Hello-World/issues/1 required: - issue_title_url - - &619 + - &621 description: Represents an 'issue_body' secret scanning location type. This location type shows that a secret was detected in the body of an issue. @@ -49849,7 +49849,7 @@ paths: - https://github.com/octocat/Hello-World/issues/1 required: - issue_body_url - - &620 + - &622 description: Represents an 'issue_comment' secret scanning location type. This location type shows that a secret was detected in a comment on an issue. @@ -49871,7 +49871,7 @@ paths: - https://github.com/octocat/Hello-World/issues/1#issuecomment-1081119451 required: - issue_comment_url - - &621 + - &623 description: Represents a 'discussion_title' secret scanning location type. This location type shows that a secret was detected in the title of a discussion. @@ -49886,7 +49886,7 @@ paths: - https://github.com/community/community/discussions/39082 required: - discussion_title_url - - &622 + - &624 description: Represents a 'discussion_body' secret scanning location type. This location type shows that a secret was detected in the body of a discussion. @@ -49901,7 +49901,7 @@ paths: - https://github.com/community/community/discussions/39082#discussion-4566270 required: - discussion_body_url - - &623 + - &625 description: Represents a 'discussion_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a discussion. @@ -49916,7 +49916,7 @@ paths: - https://github.com/community/community/discussions/39082#discussioncomment-4158232 required: - discussion_comment_url - - &624 + - &626 description: Represents a 'pull_request_title' secret scanning location type. This location type shows that a secret was detected in the title of a pull request. @@ -49938,7 +49938,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_title_url - - &625 + - &627 description: Represents a 'pull_request_body' secret scanning location type. This location type shows that a secret was detected in the body of a pull request. @@ -49960,7 +49960,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_body_url - - &626 + - &628 description: Represents a 'pull_request_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a pull request. @@ -49982,7 +49982,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846#issuecomment-1081119451 required: - pull_request_comment_url - - &627 + - &629 description: Represents a 'pull_request_review' secret scanning location type. This location type shows that a secret was detected in a review on a pull request. @@ -50004,7 +50004,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846#pullrequestreview-80 required: - pull_request_review_url - - &628 + - &630 description: Represents a 'pull_request_review_comment' secret scanning location type. This location type shows that a secret was detected in a review comment on a pull @@ -50525,7 +50525,7 @@ paths: application/json: schema: type: array - items: &632 + items: &634 description: A repository security advisory. type: object properties: @@ -50822,7 +50822,7 @@ paths: - private_fork additionalProperties: false examples: - default: &633 + default: &635 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -52889,7 +52889,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &649 + response-if-user-is-a-team-maintainer: &651 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -52954,7 +52954,7 @@ paths: application/json: schema: *324 examples: - response-if-users-membership-with-team-is-now-pending: &650 + response-if-users-membership-with-team-is-now-pending: &652 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -53068,7 +53068,7 @@ paths: description: Alternative response with repository permissions content: application/json: - schema: &651 + schema: &653 title: Team Repository description: A team's access to a repository. type: object @@ -53790,7 +53790,7 @@ paths: type: array items: *187 examples: - response-if-child-teams-exist: &652 + response-if-child-teams-exist: &654 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -55264,7 +55264,7 @@ paths: example: https://pipelines.actions.githubusercontent.com/OhgS4QRKqmgx7bKC27GKU83jnQjyeqG8oIMTge8eqtheppcmw8/_apis/pipelines/1/runs/176/signedlogcontent?urlExpires=2020-01-24T18%3A10%3A31.5729946Z&urlSigningMethod=HMACV1&urlSignature=agG73JakPYkHrh06seAkvmH7rBR4Ji4c2%2B6a2ejYh3E%3D schema: type: string - '410': &520 + '410': &522 description: Gone content: application/json: @@ -58996,7 +58996,7 @@ paths: items: type: object properties: - type: &486 + type: &488 type: string description: The type of reviewer. enum: @@ -59134,7 +59134,7 @@ paths: application/json: schema: type: array - items: &481 + items: &483 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed @@ -59246,7 +59246,7 @@ paths: - created_at - updated_at examples: - default: &482 + default: &484 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -59631,7 +59631,7 @@ paths: application/json: schema: *370 examples: - default: &499 + default: &501 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -59850,7 +59850,7 @@ paths: application/json: schema: *374 examples: - default: &500 + default: &502 value: name: USERNAME value: octocat @@ -61696,7 +61696,7 @@ paths: required: - sha - url - verification: &506 + verification: &508 title: Verification type: object properties: @@ -64934,7 +64934,7 @@ paths: check. type: array items: *84 - deployment: &714 + deployment: &716 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -68278,7 +68278,7 @@ paths: updated_at: '2022-09-12T12:14:32Z' url: https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/java commit_oid: 1927de39fefa25a9d0e64e3f540ff824a72f538c - '302': &469 + '302': &471 description: Found '403': *421 '404': *6 @@ -70187,7 +70187,7 @@ paths: type: array items: *446 examples: - default: &657 + default: &659 value: total_count: 2 machines: @@ -70899,7 +70899,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &519 + schema: &521 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -71601,7 +71601,7 @@ paths: - content - created_at examples: - default: &522 + default: &524 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -71738,7 +71738,7 @@ paths: - *325 - *326 - *95 - - &523 + - &525 name: reaction_id description: The unique identifier of the reaction. in: path @@ -71852,7 +71852,7 @@ paths: type: array items: *456 examples: - default: &569 + default: &571 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -72143,7 +72143,7 @@ paths: type: array items: *460 examples: - default: &561 + default: &563 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -72701,7 +72701,7 @@ paths: application/json: schema: *456 examples: - default: &549 + default: &551 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -72785,6 +72785,47 @@ paths: patch: |- @@ -29,7 +29,7 @@ ..... + application/vnd.github.diff: + schema: + type: string + examples: + default: &468 + value: | + diff --git a/testfile b/testfile + index 9bdeaeb..912c7ef 100644 + --- a/testfile + +++ b/testfile + @@ -1 +1 @@ + -test + +test change + application/vnd.github.patch: + schema: + type: string + examples: + default: &469 + value: | + From ac3282a2725be3b1d4979169a7a311c89066af1c Mon Sep 17 00:00:00 2001 + From: Mona Lisa <87831417+monalisa@users.noreply.github.com> + Date: Fri, 6 Mar 2026 11:18:45 +0000 + Subject: [PATCH] Change 'test' to 'test change' in testfile + + --- + testfile | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + + diff --git a/testfile b/testfile + index 9bdeaeb..912c7ef 100644 + --- a/testfile + +++ b/testfile + @@ -1 +1 @@ + -test + +test change + application/vnd.github.sha: + schema: + type: string + examples: + default: + value: ac3282a2725be3b1d4979169a7a311c89066af1c '422': *15 '404': *6 '500': *53 @@ -73323,7 +73364,7 @@ paths: application/json: schema: type: array - items: &637 + items: &639 title: Status description: The status of a commit. type: object @@ -73950,6 +73991,16 @@ paths: contents_url: https://api.github.com/repos/octocat/Hello-World/contents/file1.txt?ref=6dcb09b5b57875f334f61aebed695e2e4193db5e patch: "@@ -132,7 +132,7 @@ module Test @@ -1000,7 +1000,7 @@ module Test" + application/vnd.github.diff: + schema: + type: string + examples: + default: *468 + application/vnd.github.patch: + schema: + type: string + examples: + default: *469 '404': *6 '500': *53 '503': *113 @@ -74165,7 +74216,7 @@ paths: - type - url examples: - response-if-content-is-a-file-github-object: &468 + response-if-content-is-a-file-github-object: &470 summary: Response if content is a file value: type: file @@ -74302,7 +74353,7 @@ paths: - size - type - url - - &574 + - &576 title: Content File description: Content File type: object @@ -74520,7 +74571,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *468 + response-if-content-is-a-file: *470 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -74589,7 +74640,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *27 - '302': *469 + '302': *471 '304': *35 x-github: githubCloudOnly: false @@ -74708,7 +74759,7 @@ paths: description: Response content: application/json: - schema: &470 + schema: &472 title: File Commit description: File Commit type: object @@ -74864,7 +74915,7 @@ paths: description: Response content: application/json: - schema: *470 + schema: *472 examples: example-for-creating-a-file: value: @@ -74918,7 +74969,7 @@ paths: schema: oneOf: - *3 - - &501 + - &503 description: Repository rule violation was detected type: object properties: @@ -74939,7 +74990,7 @@ paths: items: type: object properties: - placeholder_id: &629 + placeholder_id: &631 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -75033,7 +75084,7 @@ paths: description: Response content: application/json: - schema: *470 + schema: *472 examples: default: value: @@ -75227,7 +75278,7 @@ paths: schema: type: string - *194 - - *471 + - *473 - *195 - *196 - *197 @@ -75242,7 +75293,7 @@ paths: application/json: schema: type: array - items: &475 + items: &477 type: object description: A Dependabot alert. properties: @@ -75293,7 +75344,7 @@ paths: - transitive - inconclusive - - security_advisory: *472 + security_advisory: *474 security_vulnerability: *63 url: *173 html_url: *174 @@ -75324,8 +75375,8 @@ paths: dismissal. maxLength: 280 fixed_at: *175 - auto_dismissed_at: *473 - dismissal_request: *474 + auto_dismissed_at: *475 + dismissal_request: *476 assignees: type: array description: The users assigned to this alert. @@ -75582,7 +75633,7 @@ paths: parameters: - *325 - *326 - - &476 + - &478 name: alert_number in: path description: |- @@ -75597,7 +75648,7 @@ paths: description: Response content: application/json: - schema: *475 + schema: *477 examples: default: value: @@ -75731,7 +75782,7 @@ paths: parameters: - *325 - *326 - - *476 + - *478 requestBody: required: true content: @@ -75787,7 +75838,7 @@ paths: description: Response content: application/json: - schema: *475 + schema: *477 examples: default: value: @@ -75936,7 +75987,7 @@ paths: type: integer secrets: type: array - items: &479 + items: &481 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -75997,9 +76048,9 @@ paths: description: Response content: application/json: - schema: *477 + schema: *479 examples: - default: *478 + default: *480 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76027,7 +76078,7 @@ paths: description: Response content: application/json: - schema: *479 + schema: *481 examples: default: value: @@ -76651,7 +76702,7 @@ paths: - version - url additionalProperties: false - metadata: &480 + metadata: &482 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -76690,7 +76741,7 @@ paths: examples: - "/src/build/package-lock.json" additionalProperties: false - metadata: *480 + metadata: *482 resolved: type: object description: A collection of resolved package dependencies. @@ -76704,7 +76755,7 @@ paths: pattern: "^pkg" examples: - pkg:/npm/%40actions/http-client@1.0.11 - metadata: *480 + metadata: *482 relationship: type: string description: A notation of whether a dependency is requested @@ -76879,9 +76930,9 @@ paths: application/json: schema: type: array - items: *481 + items: *483 examples: - default: *482 + default: *484 headers: Link: *65 x-github: @@ -77030,7 +77081,7 @@ paths: description: Response content: application/json: - schema: *481 + schema: *483 examples: simple-example: summary: Simple example @@ -77105,7 +77156,7 @@ paths: parameters: - *325 - *326 - - &483 + - &485 name: deployment_id description: deployment_id parameter in: path @@ -77117,7 +77168,7 @@ paths: description: Response content: application/json: - schema: *481 + schema: *483 examples: default: value: @@ -77184,7 +77235,7 @@ paths: parameters: - *325 - *326 - - *483 + - *485 responses: '204': description: Response @@ -77208,7 +77259,7 @@ paths: parameters: - *325 - *326 - - *483 + - *485 - *17 - *19 responses: @@ -77218,7 +77269,7 @@ paths: application/json: schema: type: array - items: &484 + items: &486 title: Deployment Status description: The status of a deployment. type: object @@ -77384,7 +77435,7 @@ paths: parameters: - *325 - *326 - - *483 + - *485 requestBody: required: true content: @@ -77459,9 +77510,9 @@ paths: description: Response content: application/json: - schema: *484 + schema: *486 examples: - default: &485 + default: &487 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -77519,7 +77570,7 @@ paths: parameters: - *325 - *326 - - *483 + - *485 - name: status_id in: path required: true @@ -77530,9 +77581,9 @@ paths: description: Response content: application/json: - schema: *484 + schema: *486 examples: - default: *485 + default: *487 '404': *6 x-github: githubCloudOnly: false @@ -77634,7 +77685,7 @@ paths: - 5 environments: type: array - items: &487 + items: &489 title: Environment description: Details of a deployment environment type: object @@ -77696,7 +77747,7 @@ paths: type: string examples: - wait_timer - wait_timer: &489 + wait_timer: &491 type: integer description: The amount of time to delay a job after the job is initially triggered. The time (in minutes) @@ -77738,7 +77789,7 @@ paths: items: type: object properties: - type: *486 + type: *488 reviewer: anyOf: - *4 @@ -77765,7 +77816,7 @@ paths: - id - node_id - type - deployment_branch_policy: &490 + deployment_branch_policy: &492 type: - object - 'null' @@ -77884,7 +77935,7 @@ paths: parameters: - *325 - *326 - - &488 + - &490 name: environment_name in: path required: true @@ -77897,9 +77948,9 @@ paths: description: Response content: application/json: - schema: *487 + schema: *489 examples: - default: &491 + default: &493 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -77985,7 +78036,7 @@ paths: parameters: - *325 - *326 - - *488 + - *490 requestBody: required: false content: @@ -77995,7 +78046,7 @@ paths: - object - 'null' properties: - wait_timer: *489 + wait_timer: *491 prevent_self_review: type: boolean description: Whether or not a user who created the job is prevented @@ -78014,14 +78065,14 @@ paths: items: type: object properties: - type: *486 + type: *488 id: type: integer description: The id of the user or team who can review the deployment examples: - 4532992 - deployment_branch_policy: *490 + deployment_branch_policy: *492 additionalProperties: false examples: default: @@ -78041,9 +78092,9 @@ paths: description: Response content: application/json: - schema: *487 + schema: *489 examples: - default: *491 + default: *493 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -78069,7 +78120,7 @@ paths: parameters: - *325 - *326 - - *488 + - *490 responses: '204': description: Default response @@ -78096,7 +78147,7 @@ paths: parameters: - *325 - *326 - - *488 + - *490 - *17 - *19 responses: @@ -78115,7 +78166,7 @@ paths: - 2 branch_policies: type: array - items: &492 + items: &494 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -78178,7 +78229,7 @@ paths: parameters: - *325 - *326 - - *488 + - *490 requestBody: required: true content: @@ -78226,9 +78277,9 @@ paths: description: Response content: application/json: - schema: *492 + schema: *494 examples: - example-wildcard: &493 + example-wildcard: &495 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -78272,8 +78323,8 @@ paths: parameters: - *325 - *326 - - *488 - - &494 + - *490 + - &496 name: branch_policy_id in: path required: true @@ -78285,9 +78336,9 @@ paths: description: Response content: application/json: - schema: *492 + schema: *494 examples: - default: *493 + default: *495 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78308,8 +78359,8 @@ paths: parameters: - *325 - *326 - - *488 - - *494 + - *490 + - *496 requestBody: required: true content: @@ -78338,9 +78389,9 @@ paths: description: Response content: application/json: - schema: *492 + schema: *494 examples: - default: *493 + default: *495 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78361,8 +78412,8 @@ paths: parameters: - *325 - *326 - - *488 - - *494 + - *490 + - *496 responses: '204': description: Response @@ -78387,7 +78438,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#get-all-deployment-protection-rules-for-an-environment parameters: - - *488 + - *490 - *326 - *325 responses: @@ -78406,7 +78457,7 @@ paths: - 10 custom_deployment_protection_rules: type: array - items: &495 + items: &497 title: Deployment protection rule description: Deployment protection rule type: object @@ -78428,7 +78479,7 @@ paths: for the environment. examples: - true - app: &496 + app: &498 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -78531,7 +78582,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#create-a-custom-deployment-protection-rule-on-an-environment parameters: - - *488 + - *490 - *326 - *325 requestBody: @@ -78554,9 +78605,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *495 + schema: *497 examples: - default: &497 + default: &499 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -78591,7 +78642,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#list-custom-deployment-rule-integrations-available-for-an-environment parameters: - - *488 + - *490 - *326 - *325 - *19 @@ -78613,7 +78664,7 @@ paths: - 35 available_custom_deployment_protection_rule_integrations: type: array - items: *496 + items: *498 examples: default: value: @@ -78650,8 +78701,8 @@ paths: parameters: - *325 - *326 - - *488 - - &498 + - *490 + - &500 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -78663,9 +78714,9 @@ paths: description: Response content: application/json: - schema: *495 + schema: *497 examples: - default: *497 + default: *499 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78686,10 +78737,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#disable-a-custom-protection-rule-for-an-environment parameters: - - *488 + - *490 - *326 - *325 - - *498 + - *500 responses: '204': description: Response @@ -78717,7 +78768,7 @@ paths: parameters: - *325 - *326 - - *488 + - *490 - *17 - *19 responses: @@ -78764,7 +78815,7 @@ paths: parameters: - *325 - *326 - - *488 + - *490 responses: '200': description: Response @@ -78796,7 +78847,7 @@ paths: parameters: - *325 - *326 - - *488 + - *490 - *160 responses: '200': @@ -78805,7 +78856,7 @@ paths: application/json: schema: *370 examples: - default: *499 + default: *501 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78829,7 +78880,7 @@ paths: parameters: - *325 - *326 - - *488 + - *490 - *160 requestBody: required: true @@ -78889,7 +78940,7 @@ paths: parameters: - *325 - *326 - - *488 + - *490 - *160 responses: '204': @@ -78917,7 +78968,7 @@ paths: parameters: - *325 - *326 - - *488 + - *490 - *341 - *19 responses: @@ -78962,7 +79013,7 @@ paths: parameters: - *325 - *326 - - *488 + - *490 requestBody: required: true content: @@ -79016,7 +79067,7 @@ paths: parameters: - *325 - *326 - - *488 + - *490 - *163 responses: '200': @@ -79025,7 +79076,7 @@ paths: application/json: schema: *374 examples: - default: *500 + default: *502 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79049,7 +79100,7 @@ paths: - *325 - *326 - *163 - - *488 + - *490 requestBody: required: true content: @@ -79094,7 +79145,7 @@ paths: - *325 - *326 - *163 - - *488 + - *490 responses: '204': description: Response @@ -79463,7 +79514,7 @@ paths: schema: oneOf: - *121 - - *501 + - *503 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79699,7 +79750,7 @@ paths: description: Response content: application/json: - schema: &502 + schema: &504 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -79934,7 +79985,7 @@ paths: description: Response content: application/json: - schema: *502 + schema: *504 examples: default: value: @@ -79992,7 +80043,7 @@ paths: parameters: - *325 - *326 - - &503 + - &505 name: ref description: The Git reference. For more information, see "[Git References](https://git-scm.com/book/en/v2/Git-Internals-Git-References)" in the Git documentation. @@ -80009,7 +80060,7 @@ paths: application/json: schema: type: array - items: &504 + items: &506 title: Git Reference description: Git references within a repository type: object @@ -80087,15 +80138,15 @@ paths: parameters: - *325 - *326 - - *503 + - *505 responses: '200': description: Response content: application/json: - schema: *504 + schema: *506 examples: - default: &505 + default: &507 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -80154,9 +80205,9 @@ paths: description: Response content: application/json: - schema: *504 + schema: *506 examples: - default: *505 + default: *507 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -80184,7 +80235,7 @@ paths: parameters: - *325 - *326 - - *503 + - *505 requestBody: required: true content: @@ -80213,9 +80264,9 @@ paths: description: Response content: application/json: - schema: *504 + schema: *506 examples: - default: *505 + default: *507 '422': *15 '409': *52 x-github: @@ -80235,7 +80286,7 @@ paths: parameters: - *325 - *326 - - *503 + - *505 responses: '204': description: Response @@ -80358,7 +80409,7 @@ paths: description: Response content: application/json: - schema: &507 + schema: &509 title: Git Tag description: Metadata for a Git tag type: object @@ -80414,7 +80465,7 @@ paths: - sha - type - url - verification: *506 + verification: *508 required: - sha - url @@ -80424,7 +80475,7 @@ paths: - tag - message examples: - default: &508 + default: &510 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -80509,9 +80560,9 @@ paths: description: Response content: application/json: - schema: *507 + schema: *509 examples: - default: *508 + default: *510 '404': *6 '409': *52 x-github: @@ -80610,7 +80661,7 @@ paths: description: Response content: application/json: - schema: &509 + schema: &511 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -80736,7 +80787,7 @@ paths: description: Response content: application/json: - schema: *509 + schema: *511 examples: default-response: summary: Default response @@ -80806,7 +80857,7 @@ paths: application/json: schema: type: array - items: &510 + items: &512 title: Webhook description: Webhooks for repositories. type: object @@ -80869,7 +80920,7 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &745 + last_response: &747 title: Hook Response type: object properties: @@ -81000,9 +81051,9 @@ paths: description: Response content: application/json: - schema: *510 + schema: *512 examples: - default: &511 + default: &513 value: type: Repository id: 12345678 @@ -81058,9 +81109,9 @@ paths: description: Response content: application/json: - schema: *510 + schema: *512 examples: - default: *511 + default: *513 '404': *6 x-github: githubCloudOnly: false @@ -81127,9 +81178,9 @@ paths: description: Response content: application/json: - schema: *510 + schema: *512 examples: - default: *511 + default: *513 '422': *15 '404': *6 x-github: @@ -81527,7 +81578,7 @@ paths: description: Response content: application/json: - schema: &512 + schema: &514 title: Import description: A repository import from an external source. type: object @@ -81634,7 +81685,7 @@ paths: - html_url - authors_url examples: - default: &515 + default: &517 value: vcs: subversion use_lfs: true @@ -81650,7 +81701,7 @@ paths: authors_url: https://api.github.com/repos/octocat/socm/import/authors repository_url: https://api.github.com/repos/octocat/socm '404': *6 - '503': &513 + '503': &515 description: Unavailable due to service under maintenance. content: application/json: @@ -81728,7 +81779,7 @@ paths: description: Response content: application/json: - schema: *512 + schema: *514 examples: default: value: @@ -81753,7 +81804,7 @@ paths: type: string '422': *15 '404': *6 - '503': *513 + '503': *515 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81834,7 +81885,7 @@ paths: description: Response content: application/json: - schema: *512 + schema: *514 examples: example-1: summary: Example 1 @@ -81882,7 +81933,7 @@ paths: html_url: https://import.github.com/octocat/socm/import authors_url: https://api.github.com/repos/octocat/socm/import/authors repository_url: https://api.github.com/repos/octocat/socm - '503': *513 + '503': *515 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81910,7 +81961,7 @@ paths: responses: '204': description: Response - '503': *513 + '503': *515 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81938,7 +81989,7 @@ paths: parameters: - *325 - *326 - - &679 + - &681 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -81952,7 +82003,7 @@ paths: application/json: schema: type: array - items: &514 + items: &516 title: Porter Author description: Porter Author type: object @@ -82006,7 +82057,7 @@ paths: url: https://api.github.com/repos/octocat/socm/import/authors/2268559 import_url: https://api.github.com/repos/octocat/socm/import '404': *6 - '503': *513 + '503': *515 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82062,7 +82113,7 @@ paths: description: Response content: application/json: - schema: *514 + schema: *516 examples: default: value: @@ -82075,7 +82126,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *513 + '503': *515 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82141,7 +82192,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *513 + '503': *515 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82197,11 +82248,11 @@ paths: description: Response content: application/json: - schema: *512 + schema: *514 examples: - default: *515 + default: *517 '422': *15 - '503': *513 + '503': *515 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82233,7 +82284,7 @@ paths: application/json: schema: *20 examples: - default: *516 + default: *518 '301': *329 '404': *6 x-github: @@ -82268,7 +82319,7 @@ paths: properties: {} additionalProperties: false examples: - default: &518 + default: &520 value: limit: collaborators_only origin: repository @@ -82299,7 +82350,7 @@ paths: required: true content: application/json: - schema: *517 + schema: *519 examples: default: summary: Example request body @@ -82313,7 +82364,7 @@ paths: application/json: schema: *222 examples: - default: *518 + default: *520 '409': description: Response x-github: @@ -82370,9 +82421,9 @@ paths: application/json: schema: type: array - items: *519 + items: *521 examples: - default: &671 + default: &673 value: - id: 1 repository: @@ -82534,7 +82585,7 @@ paths: description: Response content: application/json: - schema: *519 + schema: *521 examples: default: value: @@ -82772,7 +82823,7 @@ paths: type: array items: *81 examples: - default: &528 + default: &530 value: - id: 1 node_id: MDU6SXNzdWUx @@ -83035,7 +83086,7 @@ paths: application/json: schema: *81 examples: - default: &525 + default: &527 value: id: 1 node_id: MDU6SXNzdWUx @@ -83192,7 +83243,7 @@ paths: '422': *15 '503': *113 '404': *6 - '410': *520 + '410': *522 x-github: triggersNotification: true githubCloudOnly: false @@ -83244,7 +83295,7 @@ paths: type: array items: *82 examples: - default: &527 + default: &529 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -83312,7 +83363,7 @@ paths: application/json: schema: *82 examples: - default: &521 + default: &523 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -83393,7 +83444,7 @@ paths: application/json: schema: *82 examples: - default: *521 + default: *523 '422': *15 x-github: githubCloudOnly: false @@ -83505,7 +83556,7 @@ paths: '401': *23 '403': *27 '404': *6 - '410': *520 + '410': *522 '422': *15 x-github: githubCloudOnly: false @@ -83531,7 +83582,7 @@ paths: '401': *23 '403': *27 '404': *6 - '410': *520 + '410': *522 '503': *113 x-github: githubCloudOnly: false @@ -83579,7 +83630,7 @@ paths: type: array items: *454 examples: - default: *522 + default: *524 headers: Link: *65 '404': *6 @@ -83668,7 +83719,7 @@ paths: - *325 - *326 - *95 - - *523 + - *525 responses: '204': description: Response @@ -83699,7 +83750,7 @@ paths: application/json: schema: type: array - items: &524 + items: &526 title: Issue Event description: Issue Event type: object @@ -84051,7 +84102,7 @@ paths: description: Response content: application/json: - schema: *524 + schema: *526 examples: default: value: @@ -84244,7 +84295,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *520 + '410': *522 '403': *27 x-github: githubCloudOnly: false @@ -84280,7 +84331,7 @@ paths: parameters: - *325 - *326 - - &526 + - &528 name: issue_number description: The number that identifies the issue. in: path @@ -84296,7 +84347,7 @@ paths: examples: default: summary: Issue - value: *525 + value: *527 pinned_comment: summary: Issue with pinned comment value: @@ -84497,7 +84548,7 @@ paths: state_reason: completed '301': *329 '404': *6 - '410': *520 + '410': *522 '304': *35 x-github: githubCloudOnly: false @@ -84524,7 +84575,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 requestBody: required: false content: @@ -84659,13 +84710,13 @@ paths: application/json: schema: *81 examples: - default: *525 + default: *527 '422': *15 '503': *113 '403': *27 '301': *329 '404': *6 - '410': *520 + '410': *522 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84685,7 +84736,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 requestBody: required: false content: @@ -84713,7 +84764,7 @@ paths: application/json: schema: *81 examples: - default: *525 + default: *527 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84731,7 +84782,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 requestBody: content: application/json: @@ -84758,7 +84809,7 @@ paths: application/json: schema: *81 examples: - default: *525 + default: *527 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84782,7 +84833,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 - name: assignee in: path required: true @@ -84824,7 +84875,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 - *86 - *17 - *19 @@ -84837,11 +84888,11 @@ paths: type: array items: *82 examples: - default: *527 + default: *529 headers: Link: *65 '404': *6 - '410': *520 + '410': *522 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84872,7 +84923,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 requestBody: required: true content: @@ -84896,14 +84947,14 @@ paths: application/json: schema: *82 examples: - default: *521 + default: *523 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *27 - '410': *520 + '410': *522 '422': *15 '404': *6 x-github: @@ -84933,7 +84984,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 - *17 - *19 responses: @@ -84945,12 +84996,12 @@ paths: type: array items: *81 examples: - default: *528 + default: *530 headers: Link: *65 '301': *329 '404': *6 - '410': *520 + '410': *522 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84980,7 +85031,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 requestBody: required: true content: @@ -85004,7 +85055,7 @@ paths: application/json: schema: *81 examples: - default: *525 + default: *527 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/dependencies/blocked_by @@ -85012,7 +85063,7 @@ paths: type: string '301': *329 '403': *27 - '410': *520 + '410': *522 '422': *15 '404': *6 x-github: @@ -85045,7 +85096,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 - name: issue_id in: path description: The id of the blocking issue to remove as a dependency @@ -85059,13 +85110,13 @@ paths: application/json: schema: *81 examples: - default: *525 + default: *527 '301': *329 '400': *14 '401': *23 '403': *27 '404': *6 - '410': *520 + '410': *522 x-github: triggersNotification: true githubCloudOnly: false @@ -85093,7 +85144,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 - *17 - *19 responses: @@ -85105,12 +85156,12 @@ paths: type: array items: *81 examples: - default: *528 + default: *530 headers: Link: *65 '301': *329 '404': *6 - '410': *520 + '410': *522 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85129,7 +85180,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 - *17 - *19 responses: @@ -85143,7 +85194,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &531 + - &533 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -85192,7 +85243,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &532 + - &534 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -85320,7 +85371,7 @@ paths: - performed_via_github_app - assignee - assigner - - &533 + - &535 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -85366,7 +85417,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &534 + - &536 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -85412,7 +85463,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &535 + - &537 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -85461,7 +85512,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &536 + - &538 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -85503,7 +85554,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &537 + - &539 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -85545,7 +85596,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &538 + - &540 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -85601,7 +85652,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &539 + - &541 title: Locked Issue Event description: Locked Issue Event type: object @@ -85646,7 +85697,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &540 + - &542 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -85707,7 +85758,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &541 + - &543 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -85768,7 +85819,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &542 + - &544 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -85829,7 +85880,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &543 + - &545 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -85922,7 +85973,7 @@ paths: color: red headers: Link: *65 - '410': *520 + '410': *522 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85941,7 +85992,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 - *17 - *19 responses: @@ -85951,9 +86002,9 @@ paths: application/json: schema: type: array - items: *529 + items: *531 examples: - default: &643 + default: &645 value: - issue_field_id: 1 node_id: IFT_GDKND @@ -85979,7 +86030,7 @@ paths: Link: *65 '301': *329 '404': *6 - '410': *520 + '410': *522 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85998,7 +86049,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 - *17 - *19 responses: @@ -86010,7 +86061,7 @@ paths: type: array items: *80 examples: - default: &530 + default: &532 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -86030,7 +86081,7 @@ paths: Link: *65 '301': *329 '404': *6 - '410': *520 + '410': *522 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86048,7 +86099,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 requestBody: required: false content: @@ -86093,10 +86144,10 @@ paths: type: array items: *80 examples: - default: *530 + default: *532 '301': *329 '404': *6 - '410': *520 + '410': *522 '422': *15 x-github: githubCloudOnly: false @@ -86115,7 +86166,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 requestBody: required: false content: @@ -86177,10 +86228,10 @@ paths: type: array items: *80 examples: - default: *530 + default: *532 '301': *329 '404': *6 - '410': *520 + '410': *522 '422': *15 x-github: githubCloudOnly: false @@ -86199,13 +86250,13 @@ paths: parameters: - *325 - *326 - - *526 + - *528 responses: '204': description: Response '301': *329 '404': *6 - '410': *520 + '410': *522 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86226,7 +86277,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 - name: name in: path required: true @@ -86252,7 +86303,7 @@ paths: default: true '301': *329 '404': *6 - '410': *520 + '410': *522 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86274,7 +86325,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 requestBody: required: false content: @@ -86303,7 +86354,7 @@ paths: '204': description: Response '403': *27 - '410': *520 + '410': *522 '404': *6 '422': *15 x-github: @@ -86323,7 +86374,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 responses: '204': description: Response @@ -86355,7 +86406,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 responses: '200': description: Response @@ -86363,10 +86414,10 @@ paths: application/json: schema: *81 examples: - default: *525 + default: *527 '301': *329 '404': *6 - '410': *520 + '410': *522 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86385,7 +86436,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to an issue. @@ -86413,11 +86464,11 @@ paths: type: array items: *454 examples: - default: *522 + default: *524 headers: Link: *65 '404': *6 - '410': *520 + '410': *522 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86437,7 +86488,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 requestBody: required: true content: @@ -86502,8 +86553,8 @@ paths: parameters: - *325 - *326 - - *526 - - *523 + - *528 + - *525 responses: '204': description: Response @@ -86534,7 +86585,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 requestBody: required: true content: @@ -86558,7 +86609,7 @@ paths: application/json: schema: *81 examples: - default: *525 + default: *527 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -86593,7 +86644,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 - *17 - *19 responses: @@ -86605,11 +86656,11 @@ paths: type: array items: *81 examples: - default: *528 + default: *530 headers: Link: *65 '404': *6 - '410': *520 + '410': *522 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86639,7 +86690,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 requestBody: required: true content: @@ -86668,14 +86719,14 @@ paths: application/json: schema: *81 examples: - default: *525 + default: *527 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 schema: type: string '403': *27 - '410': *520 + '410': *522 '422': *15 '404': *6 x-github: @@ -86697,7 +86748,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 requestBody: required: true content: @@ -86730,7 +86781,7 @@ paths: application/json: schema: *81 examples: - default: *525 + default: *527 '403': *27 '404': *6 '422': *7 @@ -86754,7 +86805,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 - *17 - *19 responses: @@ -86769,8 +86820,6 @@ paths: description: Timeline Event type: object anyOf: - - *531 - - *532 - *533 - *534 - *535 @@ -86782,6 +86831,8 @@ paths: - *541 - *542 - *543 + - *544 + - *545 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -86838,7 +86889,7 @@ paths: pin: anyOf: - type: 'null' - - *544 + - *546 required: - event - actor @@ -87114,7 +87165,7 @@ paths: type: string comments: type: array - items: &563 + items: &565 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -87630,7 +87681,7 @@ paths: headers: Link: *65 '404': *6 - '410': *520 + '410': *522 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87658,7 +87709,7 @@ paths: application/json: schema: type: array - items: &545 + items: &547 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -87763,9 +87814,9 @@ paths: description: Response content: application/json: - schema: *545 + schema: *547 examples: - default: &546 + default: &548 value: id: 1 key: ssh-rsa AAA... @@ -87801,7 +87852,7 @@ paths: parameters: - *325 - *326 - - &547 + - &549 name: key_id description: The unique identifier of the key. in: path @@ -87813,9 +87864,9 @@ paths: description: Response content: application/json: - schema: *545 + schema: *547 examples: - default: *546 + default: *548 '404': *6 x-github: githubCloudOnly: false @@ -87835,7 +87886,7 @@ paths: parameters: - *325 - *326 - - *547 + - *549 responses: '204': description: Response @@ -87868,7 +87919,7 @@ paths: type: array items: *80 examples: - default: *530 + default: *532 headers: Link: *65 '404': *6 @@ -87928,7 +87979,7 @@ paths: application/json: schema: *80 examples: - default: &548 + default: &550 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -87974,7 +88025,7 @@ paths: application/json: schema: *80 examples: - default: *548 + default: *550 '404': *6 x-github: githubCloudOnly: false @@ -88376,7 +88427,7 @@ paths: application/json: schema: *456 examples: - default: *549 + default: *551 '204': description: Response when already merged '404': @@ -88542,7 +88593,7 @@ paths: application/json: schema: *266 examples: - default: &550 + default: &552 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -88603,7 +88654,7 @@ paths: parameters: - *325 - *326 - - &551 + - &553 name: milestone_number description: The number that identifies the milestone. in: path @@ -88617,7 +88668,7 @@ paths: application/json: schema: *266 examples: - default: *550 + default: *552 '404': *6 x-github: githubCloudOnly: false @@ -88636,7 +88687,7 @@ paths: parameters: - *325 - *326 - - *551 + - *553 requestBody: required: false content: @@ -88676,7 +88727,7 @@ paths: application/json: schema: *266 examples: - default: *550 + default: *552 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88694,7 +88745,7 @@ paths: parameters: - *325 - *326 - - *551 + - *553 responses: '204': description: Response @@ -88717,7 +88768,7 @@ paths: parameters: - *325 - *326 - - *551 + - *553 - *17 - *19 responses: @@ -88729,7 +88780,7 @@ paths: type: array items: *80 examples: - default: *530 + default: *532 headers: Link: *65 x-github: @@ -88750,10 +88801,10 @@ paths: parameters: - *325 - *326 - - *552 - - *553 - - *86 - *554 + - *555 + - *86 + - *556 - *17 - *19 responses: @@ -88765,7 +88816,7 @@ paths: type: array items: *106 examples: - default: *555 + default: *557 headers: Link: *65 x-github: @@ -88855,7 +88906,7 @@ paths: description: Response content: application/json: - schema: &556 + schema: &558 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -88999,7 +89050,7 @@ paths: - custom_404 - public examples: - default: &557 + default: &559 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -89096,9 +89147,9 @@ paths: description: Response content: application/json: - schema: *556 + schema: *558 examples: - default: *557 + default: *559 '422': *15 '409': *52 x-github: @@ -89260,7 +89311,7 @@ paths: application/json: schema: type: array - items: &558 + items: &560 title: Page Build description: Page Build type: object @@ -89407,9 +89458,9 @@ paths: description: Response content: application/json: - schema: *558 + schema: *560 examples: - default: &559 + default: &561 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -89469,9 +89520,9 @@ paths: description: Response content: application/json: - schema: *558 + schema: *560 examples: - default: *559 + default: *561 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89602,7 +89653,7 @@ paths: parameters: - *325 - *326 - - &560 + - &562 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -89662,7 +89713,7 @@ paths: parameters: - *325 - *326 - - *560 + - *562 responses: '204': *183 '404': *6 @@ -90234,7 +90285,7 @@ paths: type: array items: *460 examples: - default: *561 + default: *563 headers: Link: *65 '304': *35 @@ -90334,7 +90385,7 @@ paths: description: Response content: application/json: - schema: &565 + schema: &567 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -90558,7 +90609,7 @@ paths: - review_comment - self author_association: *78 - auto_merge: *562 + auto_merge: *564 draft: description: Indicates whether or not the pull request is a draft. type: boolean @@ -90658,7 +90709,7 @@ paths: - merged_by - review_comments examples: - default: &566 + default: &568 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -91215,9 +91266,9 @@ paths: application/json: schema: type: array - items: *563 + items: *565 examples: - default: &568 + default: &570 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -91302,9 +91353,9 @@ paths: description: Response content: application/json: - schema: *563 + schema: *565 examples: - default: &564 + default: &566 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -91403,9 +91454,9 @@ paths: description: Response content: application/json: - schema: *563 + schema: *565 examples: - default: *564 + default: *566 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91474,7 +91525,7 @@ paths: type: array items: *454 examples: - default: *522 + default: *524 headers: Link: *65 '404': *6 @@ -91563,7 +91614,7 @@ paths: - *325 - *326 - *95 - - *523 + - *525 responses: '204': description: Response @@ -91608,7 +91659,7 @@ paths: parameters: - *325 - *326 - - &567 + - &569 name: pull_number description: The number that identifies the pull request. in: path @@ -91621,9 +91672,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *565 + schema: *567 examples: - default: *566 + default: *568 '304': *35 '404': *6 '406': @@ -91660,7 +91711,7 @@ paths: parameters: - *325 - *326 - - *567 + - *569 requestBody: required: false content: @@ -91702,9 +91753,9 @@ paths: description: Response content: application/json: - schema: *565 + schema: *567 examples: - default: *566 + default: *568 '422': *15 '403': *27 x-github: @@ -91728,7 +91779,7 @@ paths: parameters: - *325 - *326 - - *567 + - *569 requestBody: required: true content: @@ -91831,7 +91882,7 @@ paths: parameters: - *325 - *326 - - *567 + - *569 - *103 - name: direction description: The direction to sort results. Ignored without `sort` parameter. @@ -91852,9 +91903,9 @@ paths: application/json: schema: type: array - items: *563 + items: *565 examples: - default: *568 + default: *570 headers: Link: *65 x-github: @@ -91889,7 +91940,7 @@ paths: parameters: - *325 - *326 - - *567 + - *569 requestBody: required: true content: @@ -91995,7 +92046,7 @@ paths: description: Response content: application/json: - schema: *563 + schema: *565 examples: example-for-a-multi-line-comment: value: @@ -92085,7 +92136,7 @@ paths: parameters: - *325 - *326 - - *567 + - *569 - *95 requestBody: required: true @@ -92108,7 +92159,7 @@ paths: description: Response content: application/json: - schema: *563 + schema: *565 examples: default: value: @@ -92196,7 +92247,7 @@ paths: parameters: - *325 - *326 - - *567 + - *569 - *17 - *19 responses: @@ -92208,7 +92259,7 @@ paths: type: array items: *456 examples: - default: *569 + default: *571 headers: Link: *65 x-github: @@ -92240,7 +92291,7 @@ paths: parameters: - *325 - *326 - - *567 + - *569 - *17 - *19 responses: @@ -92290,7 +92341,7 @@ paths: parameters: - *325 - *326 - - *567 + - *569 responses: '204': description: Response if pull request has been merged @@ -92315,7 +92366,7 @@ paths: parameters: - *325 - *326 - - *567 + - *569 requestBody: required: false content: @@ -92429,7 +92480,7 @@ paths: parameters: - *325 - *326 - - *567 + - *569 responses: '200': description: Response @@ -92506,7 +92557,7 @@ paths: parameters: - *325 - *326 - - *567 + - *569 requestBody: required: false content: @@ -93081,7 +93132,7 @@ paths: parameters: - *325 - *326 - - *567 + - *569 requestBody: required: true content: @@ -93622,7 +93673,7 @@ paths: parameters: - *325 - *326 - - *567 + - *569 - *17 - *19 responses: @@ -93632,7 +93683,7 @@ paths: application/json: schema: type: array - items: &570 + items: &572 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -93790,7 +93841,7 @@ paths: parameters: - *325 - *326 - - *567 + - *569 requestBody: required: false content: @@ -93880,9 +93931,9 @@ paths: description: Response content: application/json: - schema: *570 + schema: *572 examples: - default: &572 + default: &574 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -93947,8 +93998,8 @@ paths: parameters: - *325 - *326 - - *567 - - &571 + - *569 + - &573 name: review_id description: The unique identifier of the review. in: path @@ -93960,9 +94011,9 @@ paths: description: Response content: application/json: - schema: *570 + schema: *572 examples: - default: &573 + default: &575 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -94023,8 +94074,8 @@ paths: parameters: - *325 - *326 - - *567 - - *571 + - *569 + - *573 requestBody: required: true content: @@ -94047,7 +94098,7 @@ paths: description: Response content: application/json: - schema: *570 + schema: *572 examples: default: value: @@ -94111,16 +94162,16 @@ paths: parameters: - *325 - *326 - - *567 - - *571 + - *569 + - *573 responses: '200': description: Response content: application/json: - schema: *570 + schema: *572 examples: - default: *572 + default: *574 '422': *7 '404': *6 x-github: @@ -94149,8 +94200,8 @@ paths: parameters: - *325 - *326 - - *567 - - *571 + - *569 + - *573 - *17 - *19 responses: @@ -94410,8 +94461,8 @@ paths: parameters: - *325 - *326 - - *567 - - *571 + - *569 + - *573 requestBody: required: true content: @@ -94440,7 +94491,7 @@ paths: description: Response content: application/json: - schema: *570 + schema: *572 examples: default: value: @@ -94505,8 +94556,8 @@ paths: parameters: - *325 - *326 - - *567 - - *571 + - *569 + - *573 requestBody: required: true content: @@ -94541,9 +94592,9 @@ paths: description: Response content: application/json: - schema: *570 + schema: *572 examples: - default: *573 + default: *575 '404': *6 '422': *7 '403': *27 @@ -94567,7 +94618,7 @@ paths: parameters: - *325 - *326 - - *567 + - *569 requestBody: required: false content: @@ -94645,9 +94696,9 @@ paths: description: Response content: application/json: - schema: *574 + schema: *576 examples: - default: &575 + default: &577 value: type: file encoding: base64 @@ -94710,9 +94761,9 @@ paths: description: Response content: application/json: - schema: *574 + schema: *576 examples: - default: *575 + default: *577 '404': *6 '422': *15 x-github: @@ -94745,7 +94796,7 @@ paths: application/json: schema: type: array - items: *576 + items: *578 examples: default: value: @@ -94916,9 +94967,9 @@ paths: description: Response content: application/json: - schema: *576 + schema: *578 examples: - default: &580 + default: &582 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -95025,7 +95076,7 @@ paths: parameters: - *325 - *326 - - &578 + - &580 name: asset_id description: The unique identifier of the asset. in: path @@ -95037,9 +95088,9 @@ paths: description: Response content: application/json: - schema: *577 + schema: *579 examples: - default: &579 + default: &581 value: url: https://api.github.com/repos/octocat/Hello-World/releases/assets/1 browser_download_url: https://github.com/octocat/Hello-World/releases/download/v1.0.0/example.zip @@ -95074,7 +95125,7 @@ paths: type: User site_admin: false '404': *6 - '302': *469 + '302': *471 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -95092,7 +95143,7 @@ paths: parameters: - *325 - *326 - - *578 + - *580 requestBody: required: false content: @@ -95121,9 +95172,9 @@ paths: description: Response content: application/json: - schema: *577 + schema: *579 examples: - default: *579 + default: *581 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -95141,7 +95192,7 @@ paths: parameters: - *325 - *326 - - *578 + - *580 responses: '204': description: Response @@ -95260,9 +95311,9 @@ paths: description: Response content: application/json: - schema: *576 + schema: *578 examples: - default: *580 + default: *582 '404': *6 x-github: githubCloudOnly: false @@ -95294,9 +95345,9 @@ paths: description: Response content: application/json: - schema: *576 + schema: *578 examples: - default: *580 + default: *582 '404': *6 x-github: githubCloudOnly: false @@ -95320,7 +95371,7 @@ paths: parameters: - *325 - *326 - - &581 + - &583 name: release_id description: The unique identifier of the release. in: path @@ -95334,9 +95385,9 @@ paths: For more information, see "[Getting started with the REST API](https://docs.github.com/rest/using-the-rest-api/getting-started-with-the-rest-api#hypermedia)."' content: application/json: - schema: *576 + schema: *578 examples: - default: *580 + default: *582 '401': description: Unauthorized x-github: @@ -95356,7 +95407,7 @@ paths: parameters: - *325 - *326 - - *581 + - *583 requestBody: required: false content: @@ -95420,9 +95471,9 @@ paths: description: Response content: application/json: - schema: *576 + schema: *578 examples: - default: *580 + default: *582 '404': description: Not Found if the discussion category name is invalid content: @@ -95445,7 +95496,7 @@ paths: parameters: - *325 - *326 - - *581 + - *583 responses: '204': description: Response @@ -95468,7 +95519,7 @@ paths: parameters: - *325 - *326 - - *581 + - *583 - *17 - *19 responses: @@ -95478,7 +95529,7 @@ paths: application/json: schema: type: array - items: *577 + items: *579 examples: default: value: @@ -95561,7 +95612,7 @@ paths: parameters: - *325 - *326 - - *581 + - *583 - name: name in: query required: true @@ -95587,7 +95638,7 @@ paths: description: Response for successful upload content: application/json: - schema: *577 + schema: *579 examples: response-for-successful-upload: value: @@ -95644,7 +95695,7 @@ paths: parameters: - *325 - *326 - - *581 + - *583 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a release. @@ -95670,7 +95721,7 @@ paths: type: array items: *454 examples: - default: *522 + default: *524 headers: Link: *65 '404': *6 @@ -95693,7 +95744,7 @@ paths: parameters: - *325 - *326 - - *581 + - *583 requestBody: required: true content: @@ -95756,8 +95807,8 @@ paths: parameters: - *325 - *326 - - *581 - - *523 + - *583 + - *525 responses: '204': description: Response @@ -95800,7 +95851,7 @@ paths: oneOf: - allOf: - *287 - - &582 + - &584 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -95821,67 +95872,67 @@ paths: description: The ID of the ruleset that includes this rule. - allOf: - *288 - - *582 + - *584 - allOf: - *289 - - *582 + - *584 - allOf: - *290 - - *582 + - *584 - allOf: - - *583 - - *582 + - *585 + - *584 - allOf: - *291 - - *582 + - *584 - allOf: - *292 - - *582 + - *584 - allOf: - *293 - - *582 + - *584 - allOf: - *294 - - *582 + - *584 - allOf: - *295 - - *582 + - *584 - allOf: - *296 - - *582 + - *584 - allOf: - *297 - - *582 + - *584 - allOf: - *298 - - *582 + - *584 - allOf: - *299 - - *582 + - *584 - allOf: - *300 - - *582 + - *584 - allOf: - *301 - - *582 + - *584 - allOf: - *302 - - *582 + - *584 - allOf: - *303 - - *582 + - *584 - allOf: - *304 - - *582 + - *584 - allOf: - *305 - - *582 + - *584 - allOf: - *306 - - *582 + - *584 - allOf: - *307 - - *582 + - *584 examples: default: value: @@ -95932,7 +95983,7 @@ paths: schema: type: boolean default: true - - *584 + - *586 responses: '200': description: Response @@ -96017,7 +96068,7 @@ paths: rules: type: array description: An array of rules within the ruleset. - items: *585 + items: *587 required: - name - enforcement @@ -96050,7 +96101,7 @@ paths: application/json: schema: *308 examples: - default: &595 + default: &597 value: id: 42 name: super cool ruleset @@ -96100,10 +96151,10 @@ paths: parameters: - *325 - *326 - - *586 - - *587 - *588 - *589 + - *590 + - *591 - *17 - *19 responses: @@ -96111,9 +96162,9 @@ paths: description: Response content: application/json: - schema: *590 + schema: *592 examples: - default: *591 + default: *593 '404': *6 '500': *53 x-github: @@ -96136,15 +96187,15 @@ paths: parameters: - *325 - *326 - - *592 + - *594 responses: '200': description: Response content: application/json: - schema: *593 + schema: *595 examples: - default: *594 + default: *596 '404': *6 '500': *53 x-github: @@ -96195,7 +96246,7 @@ paths: application/json: schema: *308 examples: - default: *595 + default: *597 '404': *6 '500': *53 put: @@ -96248,7 +96299,7 @@ paths: rules: description: An array of rules within the ruleset. type: array - items: *585 + items: *587 examples: default: value: @@ -96278,7 +96329,7 @@ paths: application/json: schema: *308 examples: - default: *595 + default: *597 '404': *6 '422': *15 '500': *53 @@ -96340,7 +96391,7 @@ paths: type: array items: *311 examples: - default: *596 + default: *598 '404': *6 '500': *53 x-github: @@ -96378,7 +96429,7 @@ paths: description: Response content: application/json: - schema: *597 + schema: *599 examples: default: value: @@ -96435,23 +96486,23 @@ paths: parameters: - *325 - *326 - - *598 - - *599 - *600 - *601 - *602 - *603 - *604 - *605 + - *606 + - *607 - *59 - *19 - *17 - - *606 - - *607 - *608 - *609 - *610 - *611 + - *612 + - *613 responses: '200': description: Response @@ -96459,7 +96510,7 @@ paths: application/json: schema: type: array - items: &615 + items: &617 type: object properties: number: *170 @@ -96475,8 +96526,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *612 - resolution: *613 + state: *614 + resolution: *615 resolved_at: type: - string @@ -96582,7 +96633,7 @@ paths: first_location_detected: anyOf: - type: 'null' - - *614 + - *616 has_more_locations: type: boolean description: A boolean value representing whether or not the @@ -96744,13 +96795,13 @@ paths: - *325 - *326 - *422 - - *611 + - *613 responses: '200': description: Response content: application/json: - schema: *615 + schema: *617 examples: default: value: @@ -96814,8 +96865,8 @@ paths: schema: type: object properties: - state: *612 - resolution: *613 + state: *614 + resolution: *615 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -96853,7 +96904,7 @@ paths: description: Response content: application/json: - schema: *615 + schema: *617 examples: default: value: @@ -96961,7 +97012,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &765 + items: &767 type: object properties: type: @@ -96988,8 +97039,6 @@ paths: - commit details: oneOf: - - *616 - - *617 - *618 - *619 - *620 @@ -97001,6 +97050,8 @@ paths: - *626 - *627 - *628 + - *629 + - *630 examples: default: value: @@ -97095,14 +97146,14 @@ paths: schema: type: object properties: - reason: &630 + reason: &632 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *629 + placeholder_id: *631 required: - reason - placeholder_id @@ -97119,7 +97170,7 @@ paths: schema: type: object properties: - reason: *630 + reason: *632 expire_at: type: - string @@ -97182,7 +97233,7 @@ paths: properties: incremental_scans: type: array - items: &631 + items: &633 description: Information on a single scan performed by secret scanning on the repository type: object @@ -97210,15 +97261,15 @@ paths: the scan is pending pattern_update_scans: type: array - items: *631 + items: *633 backfill_scans: type: array - items: *631 + items: *633 custom_pattern_backfill_scans: type: array items: allOf: - - *631 + - *633 - type: object properties: pattern_name: @@ -97333,9 +97384,9 @@ paths: application/json: schema: type: array - items: *632 + items: *634 examples: - default: *633 + default: *635 '400': *14 '404': *6 x-github: @@ -97529,9 +97580,9 @@ paths: description: Response content: application/json: - schema: *632 + schema: *634 examples: - default: &635 + default: &637 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -97878,7 +97929,7 @@ paths: description: Response content: application/json: - schema: *632 + schema: *634 examples: default: value: @@ -98027,15 +98078,15 @@ paths: parameters: - *325 - *326 - - *634 + - *636 responses: '200': description: Response content: application/json: - schema: *632 + schema: *634 examples: - default: *635 + default: *637 '403': *27 '404': *6 x-github: @@ -98061,7 +98112,7 @@ paths: parameters: - *325 - *326 - - *634 + - *636 requestBody: required: true content: @@ -98232,10 +98283,10 @@ paths: description: Response content: application/json: - schema: *632 + schema: *634 examples: - default: *635 - add_credit: *635 + default: *637 + add_credit: *637 '403': *27 '404': *6 '422': @@ -98275,7 +98326,7 @@ paths: parameters: - *325 - *326 - - *634 + - *636 responses: '202': *37 '400': *14 @@ -98304,7 +98355,7 @@ paths: parameters: - *325 - *326 - - *634 + - *636 responses: '202': description: Response @@ -98445,7 +98496,7 @@ paths: application/json: schema: type: array - items: &636 + items: &638 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -98818,7 +98869,7 @@ paths: application/json: schema: type: array - items: *636 + items: *638 examples: default: value: @@ -98908,7 +98959,7 @@ paths: description: Response content: application/json: - schema: *637 + schema: *639 examples: default: value: @@ -99002,7 +99053,7 @@ paths: description: if you subscribe to the repository content: application/json: - schema: &638 + schema: &640 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -99102,7 +99153,7 @@ paths: description: Response content: application/json: - schema: *638 + schema: *640 examples: default: value: @@ -99312,7 +99363,7 @@ paths: description: Response content: application/json: - schema: &639 + schema: &641 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -99324,7 +99375,7 @@ paths: required: - names examples: - default: &640 + default: &642 value: names: - octocat @@ -99379,9 +99430,9 @@ paths: description: Response content: application/json: - schema: *639 + schema: *641 examples: - default: *640 + default: *642 '404': *6 '422': *7 x-github: @@ -99404,7 +99455,7 @@ paths: parameters: - *325 - *326 - - &641 + - &643 name: per description: The time frame to display results for. in: query @@ -99435,7 +99486,7 @@ paths: - 128 clones: type: array - items: &642 + items: &644 title: Traffic type: object properties: @@ -99683,7 +99734,7 @@ paths: parameters: - *325 - *326 - - *641 + - *643 responses: '200': description: Response @@ -99704,7 +99755,7 @@ paths: - 3782 views: type: array - items: *642 + items: *644 required: - uniques - count @@ -100373,7 +100424,7 @@ paths: url: https://docs.github.com/rest/issues/issue-field-values#add-issue-field-values-to-an-issue parameters: - *141 - - *526 + - *528 requestBody: required: true content: @@ -100439,9 +100490,9 @@ paths: type: array description: The current issue field values for this issue after adding the new values - items: *529 + items: *531 examples: - default: *643 + default: *645 '400': *14 '403': *27 '404': *6 @@ -100478,7 +100529,7 @@ paths: url: https://docs.github.com/rest/issues/issue-field-values#set-issue-field-values-for-an-issue parameters: - *141 - - *526 + - *528 requestBody: required: true content: @@ -100545,9 +100596,9 @@ paths: type: array description: The current issue field values for this issue after setting the new values - items: *529 + items: *531 examples: - default: *643 + default: *645 '400': *14 '403': *27 '404': *6 @@ -100579,7 +100630,7 @@ paths: url: https://docs.github.com/rest/issues/issue-field-values#delete-an-issue-field-value-from-an-issue parameters: - *141 - - *526 + - *528 - *229 responses: '204': @@ -100723,7 +100774,7 @@ paths: examples: - 73..77 - 77..78 - text_matches: &644 + text_matches: &646 title: Search Result Text Matches type: array items: @@ -100886,7 +100937,7 @@ paths: enum: - author-date - committer-date - - &645 + - &647 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 @@ -100974,7 +101025,7 @@ paths: url: type: string format: uri - verification: *506 + verification: *508 required: - author - committer @@ -101006,7 +101057,7 @@ paths: type: number node_id: type: string - text_matches: *644 + text_matches: *646 required: - sha - node_id @@ -101198,7 +101249,7 @@ paths: - interactions - created - updated - - *645 + - *647 - *17 - *19 - name: advanced_search @@ -101312,11 +101363,11 @@ paths: type: - string - 'null' - sub_issues_summary: *646 - issue_dependencies_summary: *647 + sub_issues_summary: *648 + issue_dependencies_summary: *649 issue_field_values: type: array - items: *529 + items: *531 state: type: string state_reason: @@ -101340,7 +101391,7 @@ paths: - string - 'null' format: date-time - text_matches: *644 + text_matches: *646 pull_request: type: object properties: @@ -101605,7 +101656,7 @@ paths: enum: - created - updated - - *645 + - *647 - *17 - *19 responses: @@ -101650,7 +101701,7 @@ paths: - 'null' score: type: number - text_matches: *644 + text_matches: *646 required: - id - node_id @@ -101735,7 +101786,7 @@ paths: - forks - help-wanted-issues - updated - - *645 + - *647 - *17 - *19 responses: @@ -101981,7 +102032,7 @@ paths: - admin - pull - push - text_matches: *644 + text_matches: *646 temp_clone_token: type: string allow_merge_commit: @@ -102289,7 +102340,7 @@ paths: - string - 'null' format: uri - text_matches: *644 + text_matches: *646 related: type: - array @@ -102482,7 +102533,7 @@ paths: - followers - repositories - joined - - *645 + - *647 - *17 - *19 responses: @@ -102592,7 +102643,7 @@ paths: type: - boolean - 'null' - text_matches: *644 + text_matches: *646 blog: type: - string @@ -102674,7 +102725,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#get-a-team-legacy parameters: - - &648 + - &650 name: team_id description: The unique identifier of the team. in: path @@ -102715,7 +102766,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#update-a-team-legacy parameters: - - *648 + - *650 requestBody: required: true content: @@ -102816,7 +102867,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#delete-a-team-legacy parameters: - - *648 + - *650 responses: '204': description: Response @@ -102845,7 +102896,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-pending-team-invitations-legacy parameters: - - *648 + - *650 - *17 - *19 responses: @@ -102883,7 +102934,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-team-members-legacy parameters: - - *648 + - *650 - name: role description: Filters members returned by their role in the team. in: query @@ -102934,7 +102985,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-member-legacy parameters: - - *648 + - *650 - *69 responses: '204': @@ -102971,7 +103022,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-team-member-legacy parameters: - - *648 + - *650 - *69 responses: '204': @@ -103011,7 +103062,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-member-legacy parameters: - - *648 + - *650 - *69 responses: '204': @@ -103048,7 +103099,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *648 + - *650 - *69 responses: '200': @@ -103057,7 +103108,7 @@ paths: application/json: schema: *324 examples: - response-if-user-is-a-team-maintainer: *649 + response-if-user-is-a-team-maintainer: *651 '404': *6 x-github: githubCloudOnly: false @@ -103090,7 +103141,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *648 + - *650 - *69 requestBody: required: false @@ -103118,7 +103169,7 @@ paths: application/json: schema: *324 examples: - response-if-users-membership-with-team-is-now-pending: *650 + response-if-users-membership-with-team-is-now-pending: *652 '403': description: Forbidden if team synchronization is set up '422': @@ -103152,7 +103203,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *648 + - *650 - *69 responses: '204': @@ -103180,7 +103231,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-repositories-legacy parameters: - - *648 + - *650 - *17 - *19 responses: @@ -103222,7 +103273,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *648 + - *650 - *325 - *326 responses: @@ -103230,7 +103281,7 @@ paths: description: Alternative response with extra repository information content: application/json: - schema: *651 + schema: *653 examples: alternative-response-with-extra-repository-information: value: @@ -103381,7 +103432,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *648 + - *650 - *325 - *326 requestBody: @@ -103433,7 +103484,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *648 + - *650 - *325 - *326 responses: @@ -103460,7 +103511,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-child-teams-legacy parameters: - - *648 + - *650 - *17 - *19 responses: @@ -103472,7 +103523,7 @@ paths: type: array items: *187 examples: - response-if-child-teams-exist: *652 + response-if-child-teams-exist: *654 headers: Link: *65 '404': *6 @@ -103505,7 +103556,7 @@ paths: application/json: schema: oneOf: - - &653 + - &655 title: Private User description: Private User type: object @@ -103755,7 +103806,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - &678 + - &680 title: Public User description: Public User type: object @@ -104089,7 +104140,7 @@ paths: description: Response content: application/json: - schema: *653 + schema: *655 examples: default: value: @@ -104487,7 +104538,7 @@ paths: type: integer secrets: type: array - items: &654 + items: &656 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -104607,7 +104658,7 @@ paths: description: Response content: application/json: - schema: *654 + schema: *656 examples: default: value: @@ -105020,7 +105071,7 @@ paths: description: Response content: application/json: - schema: &655 + schema: &657 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -105073,7 +105124,7 @@ paths: examples: - https://github.com/octocat/hello-world/tree/:branch examples: - default: &656 + default: &658 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -105118,9 +105169,9 @@ paths: description: Response content: application/json: - schema: *655 + schema: *657 examples: - default: *656 + default: *658 '404': *6 x-github: githubCloudOnly: false @@ -105159,7 +105210,7 @@ paths: type: array items: *446 examples: - default: *657 + default: *659 '304': *35 '500': *53 '401': *23 @@ -106125,7 +106176,7 @@ paths: type: array items: *247 examples: - default: &668 + default: &670 value: - id: 197 name: hello_docker @@ -106226,7 +106277,7 @@ paths: application/json: schema: type: array - items: &658 + items: &660 title: Email description: Email type: object @@ -106296,9 +106347,9 @@ paths: application/json: schema: type: array - items: *658 + items: *660 examples: - default: &670 + default: &672 value: - email: octocat@github.com verified: true @@ -106375,7 +106426,7 @@ paths: application/json: schema: type: array - items: *658 + items: *660 examples: default: value: @@ -106633,7 +106684,7 @@ paths: application/json: schema: type: array - items: &659 + items: &661 title: GPG Key description: A unique encryption key type: object @@ -106778,7 +106829,7 @@ paths: - subkeys - revoked examples: - default: &687 + default: &689 value: - id: 3 name: Octocat's GPG Key @@ -106863,9 +106914,9 @@ paths: description: Response content: application/json: - schema: *659 + schema: *661 examples: - default: &660 + default: &662 value: id: 3 name: Octocat's GPG Key @@ -106922,7 +106973,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &661 + - &663 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -106934,9 +106985,9 @@ paths: description: Response content: application/json: - schema: *659 + schema: *661 examples: - default: *660 + default: *662 '404': *6 '304': *35 '403': *27 @@ -106959,7 +107010,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *661 + - *663 responses: '204': description: Response @@ -107267,7 +107318,7 @@ paths: required: true content: application/json: - schema: *517 + schema: *519 examples: default: value: @@ -107417,7 +107468,7 @@ paths: application/json: schema: type: array - items: &662 + items: &664 title: Key description: Key type: object @@ -107520,9 +107571,9 @@ paths: description: Response content: application/json: - schema: *662 + schema: *664 examples: - default: &663 + default: &665 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -107555,15 +107606,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#get-a-public-ssh-key-for-the-authenticated-user parameters: - - *547 + - *549 responses: '200': description: Response content: application/json: - schema: *662 + schema: *664 examples: - default: *663 + default: *665 '404': *6 '304': *35 '403': *27 @@ -107586,7 +107637,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#delete-a-public-ssh-key-for-the-authenticated-user parameters: - - *547 + - *549 responses: '204': description: Response @@ -107619,7 +107670,7 @@ paths: application/json: schema: type: array - items: &664 + items: &666 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -107698,7 +107749,7 @@ paths: - account - plan examples: - default: &665 + default: &667 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -107760,9 +107811,9 @@ paths: application/json: schema: type: array - items: *664 + items: *666 examples: - default: *665 + default: *667 headers: Link: *65 '304': *35 @@ -108780,7 +108831,7 @@ paths: url: https://docs.github.com/rest/migrations/users#unlock-a-user-repository parameters: - *242 - - *666 + - *668 responses: '204': description: Response @@ -108893,7 +108944,7 @@ paths: - docker - nuget - container - - *667 + - *669 - *19 - *17 responses: @@ -108905,8 +108956,8 @@ paths: type: array items: *247 examples: - default: *668 - '400': *669 + default: *670 + '400': *671 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -108935,7 +108986,7 @@ paths: application/json: schema: *247 examples: - default: &688 + default: &690 value: id: 40201 name: octo-name @@ -109297,9 +109348,9 @@ paths: application/json: schema: type: array - items: *658 + items: *660 examples: - default: *670 + default: *672 headers: Link: *65 '304': *35 @@ -109412,7 +109463,7 @@ paths: type: array items: *77 examples: - default: &677 + default: &679 summary: Default response value: - id: 1296269 @@ -109771,9 +109822,9 @@ paths: application/json: schema: type: array - items: *519 + items: *521 examples: - default: *671 + default: *673 headers: Link: *65 '304': *35 @@ -109853,7 +109904,7 @@ paths: application/json: schema: type: array - items: &672 + items: &674 title: Social account description: Social media account type: object @@ -109870,7 +109921,7 @@ paths: - provider - url examples: - default: &673 + default: &675 value: - provider: twitter url: https://twitter.com/github @@ -109933,9 +109984,9 @@ paths: application/json: schema: type: array - items: *672 + items: *674 examples: - default: *673 + default: *675 '422': *15 '304': *35 '404': *6 @@ -110023,7 +110074,7 @@ paths: application/json: schema: type: array - items: &674 + items: &676 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -110043,7 +110094,7 @@ paths: - title - created_at examples: - default: &706 + default: &708 value: - id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -110108,9 +110159,9 @@ paths: description: Response content: application/json: - schema: *674 + schema: *676 examples: - default: &675 + default: &677 value: id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -110140,7 +110191,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: - - &676 + - &678 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -110152,9 +110203,9 @@ paths: description: Response content: application/json: - schema: *674 + schema: *676 examples: - default: *675 + default: *677 '404': *6 '304': *35 '403': *27 @@ -110177,7 +110228,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: - - *676 + - *678 responses: '204': description: Response @@ -110206,7 +110257,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &707 + - &709 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 @@ -110231,11 +110282,11 @@ paths: type: array items: *77 examples: - default-response: *677 + default-response: *679 application/vnd.github.v3.star+json: schema: type: array - items: &708 + items: &710 title: Starred Repository description: Starred Repository type: object @@ -110604,10 +110655,10 @@ paths: application/json: schema: oneOf: - - *653 - - *678 + - *655 + - *680 examples: - default-response: &682 + default-response: &684 summary: Default response value: login: octocat @@ -110642,7 +110693,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &683 + response-with-git-hub-plan-information: &685 summary: Response with GitHub plan information value: login: octocat @@ -110699,7 +110750,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/drafts#create-draft-item-for-user-owned-project parameters: - - &680 + - &682 name: user_id description: The unique identifier of the user. in: path @@ -110765,7 +110816,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#list-users parameters: - - *679 + - *681 - *17 responses: '200': @@ -110800,7 +110851,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/views#create-a-view-for-a-user-owned-project parameters: - - *680 + - *682 - *265 requestBody: required: true @@ -110875,7 +110926,7 @@ paths: description: Response for creating a view in a user-owned project. content: application/json: - schema: *681 + schema: *683 examples: table_view: summary: Response for creating a table view @@ -110927,11 +110978,11 @@ paths: application/json: schema: oneOf: - - *653 - - *678 + - *655 + - *680 examples: - default-response: *682 - response-with-git-hub-plan-information: *683 + default-response: *684 + response-with-git-hub-plan-information: *685 '404': *6 x-github: githubCloudOnly: false @@ -110981,8 +111032,8 @@ paths: required: - subject_digests examples: - default: *684 - withPredicateType: *685 + default: *686 + withPredicateType: *687 responses: '200': description: Response @@ -111022,7 +111073,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *686 + default: *688 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -111252,7 +111303,7 @@ paths: type: array items: *247 examples: - default: *668 + default: *670 '403': *27 '401': *23 x-github: @@ -111636,9 +111687,9 @@ paths: application/json: schema: type: array - items: *659 + items: *661 examples: - default: *687 + default: *689 headers: Link: *65 x-github: @@ -111742,7 +111793,7 @@ paths: application/json: schema: *20 examples: - default: *516 + default: *518 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -111867,7 +111918,7 @@ paths: - docker - nuget - container - - *667 + - *669 - *69 - *19 - *17 @@ -111880,10 +111931,10 @@ paths: type: array items: *247 examples: - default: *668 + default: *670 '403': *27 '401': *23 - '400': *669 + '400': *671 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -111913,7 +111964,7 @@ paths: application/json: schema: *247 examples: - default: *688 + default: *690 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -112262,7 +112313,7 @@ paths: type: array items: *268 examples: - default: *689 + default: *691 headers: Link: *65 '304': *35 @@ -112322,7 +112373,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: *690 + items: *692 required: - name - data_type @@ -112338,7 +112389,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: *691 + iteration_configuration: *693 required: - name - data_type @@ -112360,8 +112411,8 @@ paths: value: name: Due date data_type: date - single_select_field: *692 - iteration_field: *693 + single_select_field: *694 + iteration_field: *695 responses: '201': description: Response @@ -112369,11 +112420,11 @@ paths: application/json: schema: *268 examples: - text_field: *694 - number_field: *695 - date_field: *696 - single_select_field: *697 - iteration_field: *698 + text_field: *696 + number_field: *697 + date_field: *698 + single_select_field: *699 + iteration_field: *700 '304': *35 '403': *27 '401': *23 @@ -112395,7 +112446,7 @@ paths: url: https://docs.github.com/rest/projects/fields#get-project-field-for-user parameters: - *265 - - *699 + - *701 - *69 responses: '200': @@ -112404,7 +112455,7 @@ paths: application/json: schema: *268 examples: - default: *700 + default: *702 headers: Link: *65 '304': *35 @@ -112761,7 +112812,7 @@ paths: parameters: - *265 - *69 - - *701 + - *703 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the @@ -113036,7 +113087,7 @@ paths: - *115 - *117 - *116 - - *702 + - *704 - *118 responses: '200': @@ -113167,7 +113218,7 @@ paths: parameters: - *69 - *115 - - *703 + - *705 - *116 responses: '200': @@ -113266,9 +113317,9 @@ paths: - *115 - *117 - *116 - - *704 + - *706 - *118 - - *705 + - *707 responses: '200': description: Response when getting a billing usage summary @@ -113402,9 +113453,9 @@ paths: application/json: schema: type: array - items: *672 + items: *674 examples: - default: *673 + default: *675 headers: Link: *65 x-github: @@ -113434,9 +113485,9 @@ paths: application/json: schema: type: array - items: *674 + items: *676 examples: - default: *706 + default: *708 headers: Link: *65 x-github: @@ -113461,7 +113512,7 @@ paths: url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-a-user parameters: - *69 - - *707 + - *709 - *59 - *17 - *19 @@ -113473,11 +113524,11 @@ paths: schema: anyOf: - type: array - items: *708 + items: *710 - type: array items: *77 examples: - default-response: *677 + default-response: *679 headers: Link: *65 x-github: @@ -113637,7 +113688,7 @@ webhooks: type: string enum: - disabled - enterprise: &709 + enterprise: &711 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -113706,7 +113757,7 @@ webhooks: - created_at - updated_at - avatar_url - installation: &710 + installation: &712 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -113727,7 +113778,7 @@ webhooks: required: - id - node_id - organization: &711 + organization: &713 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -113800,7 +113851,7 @@ webhooks: - public_members_url - avatar_url - description - repository: &712 + repository: &714 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property @@ -114715,10 +114766,10 @@ webhooks: type: string enum: - enabled - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -114794,11 +114845,11 @@ webhooks: type: string enum: - created - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 - rule: &713 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 + rule: &715 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) @@ -115021,11 +115072,11 @@ webhooks: type: string enum: - deleted - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 - rule: *713 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 + rule: *715 sender: *4 required: - action @@ -115213,11 +115264,11 @@ webhooks: - everyone required: - from - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 - rule: *713 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 + rule: *715 sender: *4 required: - action @@ -115301,7 +115352,7 @@ webhooks: type: string enum: - completed - check_run: &715 + check_run: &717 title: CheckRun description: A check performed on the code of a given code change type: object @@ -115411,7 +115462,7 @@ webhooks: - examples: - neutral - deployment: *714 + deployment: *716 details_url: type: string examples: @@ -115509,10 +115560,10 @@ webhooks: - output - app - pull_requests - installation: *710 - enterprise: *709 - organization: *711 - repository: *712 + installation: *712 + enterprise: *711 + organization: *713 + repository: *714 sender: *4 required: - check_run @@ -115903,11 +115954,11 @@ webhooks: type: string enum: - created - check_run: *715 - installation: *710 - enterprise: *709 - organization: *711 - repository: *712 + check_run: *717 + installation: *712 + enterprise: *711 + organization: *713 + repository: *714 sender: *4 required: - check_run @@ -116301,11 +116352,11 @@ webhooks: type: string enum: - requested_action - check_run: *715 - installation: *710 - enterprise: *709 - organization: *711 - repository: *712 + check_run: *717 + installation: *712 + enterprise: *711 + organization: *713 + repository: *714 requested_action: description: The action requested by the user. type: object @@ -116708,11 +116759,11 @@ webhooks: type: string enum: - rerequested - check_run: *715 - installation: *710 - enterprise: *709 - organization: *711 - repository: *712 + check_run: *717 + installation: *712 + enterprise: *711 + organization: *713 + repository: *714 sender: *4 required: - check_run @@ -117697,10 +117748,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -118404,10 +118455,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -119105,10 +119156,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -119429,20 +119480,20 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: &716 + commit_oid: &718 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: *709 - installation: *710 - organization: *711 - ref: &717 + enterprise: *711 + installation: *712 + organization: *713 + ref: &719 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: *712 + repository: *714 sender: *4 required: - action @@ -119850,12 +119901,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *716 - enterprise: *709 - installation: *710 - organization: *711 - ref: *717 - repository: *712 + commit_oid: *718 + enterprise: *711 + installation: *712 + organization: *713 + ref: *719 + repository: *714 sender: *4 required: - action @@ -120138,12 +120189,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *716 - enterprise: *709 - installation: *710 - organization: *711 - ref: *717 - repository: *712 + commit_oid: *718 + enterprise: *711 + installation: *712 + organization: *713 + ref: *719 + repository: *714 sender: *4 required: - action @@ -120489,12 +120540,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *716 - enterprise: *709 - installation: *710 - organization: *711 - ref: *717 - repository: *712 + commit_oid: *718 + enterprise: *711 + installation: *712 + organization: *713 + ref: *719 + repository: *714 sender: *4 required: - action @@ -120784,9 +120835,9 @@ webhooks: type: - string - 'null' - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event @@ -120794,7 +120845,7 @@ webhooks: type: - string - 'null' - repository: *712 + repository: *714 sender: *4 required: - action @@ -121040,12 +121091,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *716 - enterprise: *709 - installation: *710 - organization: *711 - ref: *717 - repository: *712 + commit_oid: *718 + enterprise: *711 + installation: *712 + organization: *713 + ref: *719 + repository: *714 sender: *4 required: - action @@ -121366,10 +121417,10 @@ webhooks: - dismissed_reason - rule - tool - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -121629,10 +121680,10 @@ webhooks: - updated_at - author_association - body - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -121713,18 +121764,18 @@ webhooks: type: - string - 'null' - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *711 - pusher_type: &718 + organization: *713 + pusher_type: &720 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &719 + ref: &721 description: The [`git ref`](https://docs.github.com/rest/git/refs#get-a-reference) resource. type: string @@ -121734,7 +121785,7 @@ webhooks: enum: - tag - branch - repository: *712 + repository: *714 sender: *4 required: - ref @@ -121817,9 +121868,9 @@ webhooks: enum: - created definition: *276 - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 sender: *4 required: - action @@ -121904,9 +121955,9 @@ webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 sender: *4 required: - action @@ -121984,9 +122035,9 @@ webhooks: enum: - promote_to_enterprise definition: *276 - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 sender: *4 required: - action @@ -122064,9 +122115,9 @@ webhooks: enum: - updated definition: *276 - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 sender: *4 required: - action @@ -122143,10 +122194,10 @@ webhooks: type: string enum: - updated - enterprise: *709 - installation: *710 - repository: *712 - organization: *711 + enterprise: *711 + installation: *712 + repository: *714 + organization: *713 sender: *4 new_property_values: type: array @@ -122231,18 +122282,18 @@ webhooks: title: delete event type: object properties: - enterprise: *709 - installation: *710 - organization: *711 - pusher_type: *718 - ref: *719 + enterprise: *711 + installation: *712 + organization: *713 + pusher_type: *720 + ref: *721 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *712 + repository: *714 sender: *4 required: - ref @@ -122322,11 +122373,11 @@ webhooks: type: string enum: - assignees_changed - alert: *475 - installation: *710 - organization: *711 - enterprise: *709 - repository: *712 + alert: *477 + installation: *712 + organization: *713 + enterprise: *711 + repository: *714 sender: *4 required: - action @@ -122406,11 +122457,11 @@ webhooks: type: string enum: - auto_dismissed - alert: *475 - installation: *710 - organization: *711 - enterprise: *709 - repository: *712 + alert: *477 + installation: *712 + organization: *713 + enterprise: *711 + repository: *714 sender: *4 required: - action @@ -122491,11 +122542,11 @@ webhooks: type: string enum: - auto_reopened - alert: *475 - installation: *710 - organization: *711 - enterprise: *709 - repository: *712 + alert: *477 + installation: *712 + organization: *713 + enterprise: *711 + repository: *714 sender: *4 required: - action @@ -122576,11 +122627,11 @@ webhooks: type: string enum: - created - alert: *475 - installation: *710 - organization: *711 - enterprise: *709 - repository: *712 + alert: *477 + installation: *712 + organization: *713 + enterprise: *711 + repository: *714 sender: *4 required: - action @@ -122659,11 +122710,11 @@ webhooks: type: string enum: - dismissed - alert: *475 - installation: *710 - organization: *711 - enterprise: *709 - repository: *712 + alert: *477 + installation: *712 + organization: *713 + enterprise: *711 + repository: *714 sender: *4 required: - action @@ -122742,11 +122793,11 @@ webhooks: type: string enum: - fixed - alert: *475 - installation: *710 - organization: *711 - enterprise: *709 - repository: *712 + alert: *477 + installation: *712 + organization: *713 + enterprise: *711 + repository: *714 sender: *4 required: - action @@ -122826,11 +122877,11 @@ webhooks: type: string enum: - reintroduced - alert: *475 - installation: *710 - organization: *711 - enterprise: *709 - repository: *712 + alert: *477 + installation: *712 + organization: *713 + enterprise: *711 + repository: *714 sender: *4 required: - action @@ -122909,11 +122960,11 @@ webhooks: type: string enum: - reopened - alert: *475 - installation: *710 - organization: *711 - enterprise: *709 - repository: *712 + alert: *477 + installation: *712 + organization: *713 + enterprise: *711 + repository: *714 sender: *4 required: - action @@ -122990,9 +123041,9 @@ webhooks: type: string enum: - created - enterprise: *709 - installation: *710 - key: &720 + enterprise: *711 + installation: *712 + key: &722 description: The [`deploy key`](https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -123030,8 +123081,8 @@ webhooks: - verified - created_at - read_only - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -123108,11 +123159,11 @@ webhooks: type: string enum: - deleted - enterprise: *709 - installation: *710 - key: *720 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + key: *722 + organization: *713 + repository: *714 sender: *4 required: - action @@ -123679,12 +123730,12 @@ webhooks: - updated_at - statuses_url - repository_url - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 - workflow: &724 + workflow: &726 title: Workflow type: - object @@ -124435,13 +124486,13 @@ webhooks: deployment: anyOf: - type: 'null' - - *481 + - *483 pull_requests: type: array - items: *565 - repository: *712 - organization: *711 - installation: *710 + items: *567 + repository: *714 + organization: *713 + installation: *712 sender: *4 responses: '200': @@ -124512,7 +124563,7 @@ webhooks: type: string enum: - approved - approver: &721 + approver: &723 type: object properties: avatar_url: @@ -124555,11 +124606,11 @@ webhooks: type: string comment: type: string - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 - reviewers: &722 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 + reviewers: &724 type: array items: type: object @@ -124640,7 +124691,7 @@ webhooks: sender: *4 since: type: string - workflow_job_run: &723 + workflow_job_run: &725 type: object properties: conclusion: @@ -125386,18 +125437,18 @@ webhooks: type: string enum: - rejected - approver: *721 + approver: *723 comment: type: string - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 - reviewers: *722 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 + reviewers: *724 sender: *4 since: type: string - workflow_job_run: *723 + workflow_job_run: *725 workflow_job_runs: type: array items: @@ -126114,13 +126165,13 @@ webhooks: type: string enum: - requested - enterprise: *709 + enterprise: *711 environment: type: string - installation: *710 - organization: *711 - repository: *712 - requestor: &729 + installation: *712 + organization: *713 + repository: *714 + requestor: &731 title: User type: - object @@ -128053,12 +128104,12 @@ webhooks: - updated_at - deployment_url - repository_url - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 - workflow: *724 + workflow: *726 workflow_run: title: Deployment Workflow Run type: @@ -128749,7 +128800,7 @@ webhooks: type: string enum: - answered - answer: &727 + answer: &729 type: object properties: author_association: @@ -128909,11 +128960,11 @@ webhooks: - created_at - updated_at - body - discussion: *725 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + discussion: *727 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -129040,11 +129091,11 @@ webhooks: - from required: - category - discussion: *725 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + discussion: *727 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -129127,11 +129178,11 @@ webhooks: type: string enum: - closed - discussion: *725 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + discussion: *727 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -129213,7 +129264,7 @@ webhooks: type: string enum: - created - comment: &726 + comment: &728 type: object properties: author_association: @@ -129373,11 +129424,11 @@ webhooks: - updated_at - body - reactions - discussion: *725 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + discussion: *727 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -129460,12 +129511,12 @@ webhooks: type: string enum: - deleted - comment: *726 - discussion: *725 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + comment: *728 + discussion: *727 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -129560,12 +129611,12 @@ webhooks: - from required: - body - comment: *726 - discussion: *725 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + comment: *728 + discussion: *727 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -129649,11 +129700,11 @@ webhooks: type: string enum: - created - discussion: *725 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + discussion: *727 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -129735,11 +129786,11 @@ webhooks: type: string enum: - deleted - discussion: *725 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + discussion: *727 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -129839,11 +129890,11 @@ webhooks: type: string required: - from - discussion: *725 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + discussion: *727 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -129925,10 +129976,10 @@ webhooks: type: string enum: - labeled - discussion: *725 - enterprise: *709 - installation: *710 - label: &728 + discussion: *727 + enterprise: *711 + installation: *712 + label: &730 title: Label type: object properties: @@ -129961,8 +130012,8 @@ webhooks: - color - default - description - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -130045,11 +130096,11 @@ webhooks: type: string enum: - locked - discussion: *725 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + discussion: *727 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -130131,11 +130182,11 @@ webhooks: type: string enum: - pinned - discussion: *725 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + discussion: *727 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -130217,11 +130268,11 @@ webhooks: type: string enum: - reopened - discussion: *725 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + discussion: *727 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -130306,16 +130357,16 @@ webhooks: changes: type: object properties: - new_discussion: *725 - new_repository: *712 + new_discussion: *727 + new_repository: *714 required: - new_discussion - new_repository - discussion: *725 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + discussion: *727 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -130398,10 +130449,10 @@ webhooks: type: string enum: - unanswered - discussion: *725 - old_answer: *727 - organization: *711 - repository: *712 + discussion: *727 + old_answer: *729 + organization: *713 + repository: *714 sender: *4 required: - action @@ -130483,12 +130534,12 @@ webhooks: type: string enum: - unlabeled - discussion: *725 - enterprise: *709 - installation: *710 - label: *728 - organization: *711 - repository: *712 + discussion: *727 + enterprise: *711 + installation: *712 + label: *730 + organization: *713 + repository: *714 sender: *4 required: - action @@ -130571,11 +130622,11 @@ webhooks: type: string enum: - unlocked - discussion: *725 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + discussion: *727 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -130657,11 +130708,11 @@ webhooks: type: string enum: - unpinned - discussion: *725 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + discussion: *727 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -130734,7 +130785,7 @@ webhooks: description: A user forks a repository. type: object properties: - enterprise: *709 + enterprise: *711 forkee: description: The created [`repository`](https://docs.github.com/rest/repos/repos#get-a-repository) resource. @@ -131412,9 +131463,9 @@ webhooks: type: integer watchers_count: type: integer - installation: *710 - organization: *711 - repository: *712 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - forkee @@ -131560,9 +131611,9 @@ webhooks: title: gollum event type: object properties: - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 pages: description: The pages that were updated. type: array @@ -131600,7 +131651,7 @@ webhooks: - action - sha - html_url - repository: *712 + repository: *714 sender: *4 required: - pages @@ -131676,10 +131727,10 @@ webhooks: type: string enum: - created - enterprise: *709 + enterprise: *711 installation: *20 - organization: *711 - repositories: &730 + organization: *713 + repositories: &732 description: An array of repository objects that the installation can access. type: array @@ -131705,8 +131756,8 @@ webhooks: - name - full_name - private - repository: *712 - requester: *729 + repository: *714 + requester: *731 sender: *4 required: - action @@ -131781,11 +131832,11 @@ webhooks: type: string enum: - deleted - enterprise: *709 + enterprise: *711 installation: *20 - organization: *711 - repositories: *730 - repository: *712 + organization: *713 + repositories: *732 + repository: *714 requester: type: - 'null' @@ -131862,11 +131913,11 @@ webhooks: type: string enum: - new_permissions_accepted - enterprise: *709 + enterprise: *711 installation: *20 - organization: *711 - repositories: *730 - repository: *712 + organization: *713 + repositories: *732 + repository: *714 requester: type: - 'null' @@ -131943,10 +131994,10 @@ webhooks: type: string enum: - added - enterprise: *709 + enterprise: *711 installation: *20 - organization: *711 - repositories_added: &731 + organization: *713 + repositories_added: &733 description: An array of repository objects, which were added to the installation. type: array @@ -131992,15 +132043,15 @@ webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *712 - repository_selection: &732 + repository: *714 + repository_selection: &734 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *729 + requester: *731 sender: *4 required: - action @@ -132079,10 +132130,10 @@ webhooks: type: string enum: - removed - enterprise: *709 + enterprise: *711 installation: *20 - organization: *711 - repositories_added: *731 + organization: *713 + repositories_added: *733 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -132109,9 +132160,9 @@ webhooks: - name - full_name - private - repository: *712 - repository_selection: *732 - requester: *729 + repository: *714 + repository_selection: *734 + requester: *731 sender: *4 required: - action @@ -132190,11 +132241,11 @@ webhooks: type: string enum: - suspend - enterprise: *709 + enterprise: *711 installation: *20 - organization: *711 - repositories: *730 - repository: *712 + organization: *713 + repositories: *732 + repository: *714 requester: type: - 'null' @@ -132376,10 +132427,10 @@ webhooks: type: string required: - from - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 target_type: type: string @@ -132458,11 +132509,11 @@ webhooks: type: string enum: - unsuspend - enterprise: *709 + enterprise: *711 installation: *20 - organization: *711 - repositories: *730 - repository: *712 + organization: *713 + repositories: *732 + repository: *714 requester: type: - 'null' @@ -132628,7 +132679,7 @@ webhooks: pin: anyOf: - type: 'null' - - *544 + - *546 user: title: User type: @@ -132714,8 +132765,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -133527,8 +133578,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *646 - issue_dependencies_summary: *647 + sub_issues_summary: *648 + issue_dependencies_summary: *649 state: description: State of the issue; either 'open' or 'closed' type: string @@ -133889,8 +133940,8 @@ webhooks: - state - locked - assignee - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -133970,7 +134021,7 @@ webhooks: type: string enum: - deleted - comment: &733 + comment: &735 title: issue comment description: The [comment](https://docs.github.com/rest/issues/comments#get-an-issue-comment) itself. @@ -134127,7 +134178,7 @@ webhooks: pin: anyOf: - type: 'null' - - *544 + - *546 required: - url - html_url @@ -134141,8 +134192,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -134950,8 +135001,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *646 - issue_dependencies_summary: *647 + sub_issues_summary: *648 + issue_dependencies_summary: *649 state: description: State of the issue; either 'open' or 'closed' type: string @@ -135314,8 +135365,8 @@ webhooks: - state - locked - assignee - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -135395,7 +135446,7 @@ webhooks: type: string enum: - edited - changes: &757 + changes: &759 description: The changes to the comment. type: object properties: @@ -135407,9 +135458,9 @@ webhooks: type: string required: - from - comment: *733 - enterprise: *709 - installation: *710 + comment: *735 + enterprise: *711 + installation: *712 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -136220,8 +136271,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *646 - issue_dependencies_summary: *647 + sub_issues_summary: *648 + issue_dependencies_summary: *649 state: description: State of the issue; either 'open' or 'closed' type: string @@ -136582,8 +136633,8 @@ webhooks: - state - locked - assignee - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -136664,9 +136715,9 @@ webhooks: type: string enum: - pinned - comment: *733 - enterprise: *709 - installation: *710 + comment: *735 + enterprise: *711 + installation: *712 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -137479,8 +137530,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *646 - issue_dependencies_summary: *647 + sub_issues_summary: *648 + issue_dependencies_summary: *649 state: description: State of the issue; either 'open' or 'closed' type: string @@ -137843,8 +137894,8 @@ webhooks: - state - locked - assignee - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -137924,9 +137975,9 @@ webhooks: type: string enum: - unpinned - comment: *733 - enterprise: *709 - installation: *710 + comment: *735 + enterprise: *711 + installation: *712 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -138739,8 +138790,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *646 - issue_dependencies_summary: *647 + sub_issues_summary: *648 + issue_dependencies_summary: *649 state: description: State of the issue; either 'open' or 'closed' type: string @@ -139103,8 +139154,8 @@ webhooks: - state - locked - assignee - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -139193,9 +139244,9 @@ webhooks: type: number blocking_issue: *81 blocking_issue_repo: *77 - installation: *710 - organization: *711 - repository: *712 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -139284,9 +139335,9 @@ webhooks: type: number blocking_issue: *81 blocking_issue_repo: *77 - installation: *710 - organization: *711 - repository: *712 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -139374,9 +139425,9 @@ webhooks: description: The ID of the blocking issue. type: number blocking_issue: *81 - installation: *710 - organization: *711 - repository: *712 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -139465,9 +139516,9 @@ webhooks: description: The ID of the blocking issue. type: number blocking_issue: *81 - installation: *710 - organization: *711 - repository: *712 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -139547,10 +139598,10 @@ webhooks: type: string enum: - assigned - assignee: *729 - enterprise: *709 - installation: *710 - issue: &736 + assignee: *731 + enterprise: *711 + installation: *712 + issue: &738 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -140361,11 +140412,11 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *646 - issue_dependencies_summary: *647 + sub_issues_summary: *648 + issue_dependencies_summary: *649 issue_field_values: type: array - items: *529 + items: *531 state: description: State of the issue; either 'open' or 'closed' type: string @@ -140485,8 +140536,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -140566,8 +140617,8 @@ webhooks: type: string enum: - closed - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -141383,11 +141434,11 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *646 - issue_dependencies_summary: *647 + sub_issues_summary: *648 + issue_dependencies_summary: *649 issue_field_values: type: array - items: *529 + items: *531 state: description: State of the issue; either 'open' or 'closed' type: string @@ -141650,8 +141701,8 @@ webhooks: required: - state - closed_at - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -141730,8 +141781,8 @@ webhooks: type: string enum: - deleted - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -142538,11 +142589,11 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *646 - issue_dependencies_summary: *647 + sub_issues_summary: *648 + issue_dependencies_summary: *649 issue_field_values: type: array - items: *529 + items: *531 state: description: State of the issue; either 'open' or 'closed' type: string @@ -142661,8 +142712,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -142741,8 +142792,8 @@ webhooks: type: string enum: - demilestoned - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -143572,11 +143623,11 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *646 - issue_dependencies_summary: *647 + sub_issues_summary: *648 + issue_dependencies_summary: *649 issue_field_values: type: array - items: *529 + items: *531 state: description: State of the issue; either 'open' or 'closed' type: string @@ -143674,7 +143725,7 @@ webhooks: format: uri user_view_type: type: string - milestone: &734 + milestone: &736 title: Milestone description: A collection of related issues and pull requests. type: object @@ -143817,8 +143868,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -143917,8 +143968,8 @@ webhooks: type: string required: - from - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -144729,11 +144780,11 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *646 - issue_dependencies_summary: *647 + sub_issues_summary: *648 + issue_dependencies_summary: *649 issue_field_values: type: array - items: *529 + items: *531 state: description: State of the issue; either 'open' or 'closed' type: string @@ -144853,9 +144904,9 @@ webhooks: - active_lock_reason - body - reactions - label: *728 - organization: *711 - repository: *712 + label: *730 + organization: *713 + repository: *714 sender: *4 required: - action @@ -144935,8 +144986,8 @@ webhooks: type: string enum: - labeled - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -145746,11 +145797,11 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *646 - issue_dependencies_summary: *647 + sub_issues_summary: *648 + issue_dependencies_summary: *649 issue_field_values: type: array - items: *529 + items: *531 state: description: State of the issue; either 'open' or 'closed' type: string @@ -145870,9 +145921,9 @@ webhooks: - active_lock_reason - body - reactions - label: *728 - organization: *711 - repository: *712 + label: *730 + organization: *713 + repository: *714 sender: *4 required: - action @@ -145952,8 +146003,8 @@ webhooks: type: string enum: - locked - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -146788,11 +146839,11 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *646 - issue_dependencies_summary: *647 + sub_issues_summary: *648 + issue_dependencies_summary: *649 issue_field_values: type: array - items: *529 + items: *531 state: description: State of the issue; either 'open' or 'closed' type: string @@ -146889,8 +146940,8 @@ webhooks: format: uri user_view_type: type: string - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -146969,8 +147020,8 @@ webhooks: type: string enum: - milestoned - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -147799,11 +147850,11 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *646 - issue_dependencies_summary: *647 + sub_issues_summary: *648 + issue_dependencies_summary: *649 issue_field_values: type: array - items: *529 + items: *531 state: description: State of the issue; either 'open' or 'closed' type: string @@ -147900,9 +147951,9 @@ webhooks: format: uri user_view_type: type: string - milestone: *734 - organization: *711 - repository: *712 + milestone: *736 + organization: *713 + repository: *714 sender: *4 required: - action @@ -148789,11 +148840,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *646 - issue_dependencies_summary: *647 + sub_issues_summary: *648 + issue_dependencies_summary: *649 issue_field_values: type: array - items: *529 + items: *531 state: description: State of the issue; either 'open' or 'closed' type: string @@ -149385,8 +149436,8 @@ webhooks: required: - old_issue - old_repository - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -150193,11 +150244,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *646 - issue_dependencies_summary: *647 + sub_issues_summary: *648 + issue_dependencies_summary: *649 issue_field_values: type: array - items: *529 + items: *531 state: description: State of the issue; either 'open' or 'closed' type: string @@ -150320,8 +150371,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -150401,9 +150452,9 @@ webhooks: type: string enum: - pinned - enterprise: *709 - installation: *710 - issue: &735 + enterprise: *711 + installation: *712 + issue: &737 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -151208,11 +151259,11 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *646 - issue_dependencies_summary: *647 + sub_issues_summary: *648 + issue_dependencies_summary: *649 issue_field_values: type: array - items: *529 + items: *531 state: description: State of the issue; either 'open' or 'closed' type: string @@ -151331,8 +151382,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -151411,8 +151462,8 @@ webhooks: type: string enum: - reopened - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -152245,11 +152296,11 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *646 - issue_dependencies_summary: *647 + sub_issues_summary: *648 + issue_dependencies_summary: *649 issue_field_values: type: array - items: *529 + items: *531 state: description: State of the issue; either 'open' or 'closed' type: string @@ -152347,8 +152398,8 @@ webhooks: user_view_type: type: string type: *230 - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -153236,11 +153287,11 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *646 - issue_dependencies_summary: *647 + sub_issues_summary: *648 + issue_dependencies_summary: *649 issue_field_values: type: array - items: *529 + items: *531 state: description: State of the issue; either 'open' or 'closed' type: string @@ -153850,11 +153901,11 @@ webhooks: required: - new_issue - new_repository - enterprise: *709 - installation: *710 - issue: *735 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + issue: *737 + organization: *713 + repository: *714 sender: *4 required: - action @@ -153934,12 +153985,12 @@ webhooks: type: string enum: - typed - enterprise: *709 - installation: *710 - issue: *736 + enterprise: *711 + installation: *712 + issue: *738 type: *230 - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -154020,7 +154071,7 @@ webhooks: type: string enum: - unassigned - assignee: &760 + assignee: &762 title: User type: - object @@ -154092,11 +154143,11 @@ webhooks: required: - login - id - enterprise: *709 - installation: *710 - issue: *736 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + issue: *738 + organization: *713 + repository: *714 sender: *4 required: - action @@ -154175,12 +154226,12 @@ webhooks: type: string enum: - unlabeled - enterprise: *709 - installation: *710 - issue: *736 - label: *728 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + issue: *738 + label: *730 + organization: *713 + repository: *714 sender: *4 required: - action @@ -154260,8 +154311,8 @@ webhooks: type: string enum: - unlocked - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -155094,11 +155145,11 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *646 - issue_dependencies_summary: *647 + sub_issues_summary: *648 + issue_dependencies_summary: *649 issue_field_values: type: array - items: *529 + items: *531 state: description: State of the issue; either 'open' or 'closed' type: string @@ -155195,8 +155246,8 @@ webhooks: format: uri user_view_type: type: string - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -155276,11 +155327,11 @@ webhooks: type: string enum: - unpinned - enterprise: *709 - installation: *710 - issue: *735 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + issue: *737 + organization: *713 + repository: *714 sender: *4 required: - action @@ -155359,12 +155410,12 @@ webhooks: type: string enum: - untyped - enterprise: *709 - installation: *710 - issue: *736 + enterprise: *711 + installation: *712 + issue: *738 type: *230 - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -155444,11 +155495,11 @@ webhooks: type: string enum: - created - enterprise: *709 - installation: *710 - label: *728 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + label: *730 + organization: *713 + repository: *714 sender: *4 required: - action @@ -155526,11 +155577,11 @@ webhooks: type: string enum: - deleted - enterprise: *709 - installation: *710 - label: *728 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + label: *730 + organization: *713 + repository: *714 sender: *4 required: - action @@ -155640,11 +155691,11 @@ webhooks: type: string required: - from - enterprise: *709 - installation: *710 - label: *728 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + label: *730 + organization: *713 + repository: *714 sender: *4 required: - action @@ -155726,9 +155777,9 @@ webhooks: - cancelled effective_date: type: string - enterprise: *709 - installation: *710 - marketplace_purchase: &737 + enterprise: *711 + installation: *712 + marketplace_purchase: &739 title: Marketplace Purchase type: object required: @@ -155816,8 +155867,8 @@ webhooks: type: integer unit_count: type: integer - organization: *711 - previous_marketplace_purchase: &738 + organization: *713 + previous_marketplace_purchase: &740 title: Marketplace Purchase type: object properties: @@ -155901,7 +155952,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *712 + repository: *714 sender: *4 required: - action @@ -155981,10 +156032,10 @@ webhooks: - changed effective_date: type: string - enterprise: *709 - installation: *710 - marketplace_purchase: *737 - organization: *711 + enterprise: *711 + installation: *712 + marketplace_purchase: *739 + organization: *713 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -156072,7 +156123,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *712 + repository: *714 sender: *4 required: - action @@ -156154,10 +156205,10 @@ webhooks: - pending_change effective_date: type: string - enterprise: *709 - installation: *710 - marketplace_purchase: *737 - organization: *711 + enterprise: *711 + installation: *712 + marketplace_purchase: *739 + organization: *713 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -156243,7 +156294,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *712 + repository: *714 sender: *4 required: - action @@ -156324,8 +156375,8 @@ webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 marketplace_purchase: title: Marketplace Purchase type: object @@ -156411,9 +156462,9 @@ webhooks: type: integer unit_count: type: integer - organization: *711 - previous_marketplace_purchase: *738 - repository: *712 + organization: *713 + previous_marketplace_purchase: *740 + repository: *714 sender: *4 required: - action @@ -156493,12 +156544,12 @@ webhooks: - purchased effective_date: type: string - enterprise: *709 - installation: *710 - marketplace_purchase: *737 - organization: *711 - previous_marketplace_purchase: *738 - repository: *712 + enterprise: *711 + installation: *712 + marketplace_purchase: *739 + organization: *713 + previous_marketplace_purchase: *740 + repository: *714 sender: *4 required: - action @@ -156600,11 +156651,11 @@ webhooks: type: string required: - to - enterprise: *709 - installation: *710 - member: *729 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + member: *731 + organization: *713 + repository: *714 sender: *4 required: - action @@ -156706,11 +156757,11 @@ webhooks: type: - string - 'null' - enterprise: *709 - installation: *710 - member: *729 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + member: *731 + organization: *713 + repository: *714 sender: *4 required: - action @@ -156789,11 +156840,11 @@ webhooks: type: string enum: - removed - enterprise: *709 - installation: *710 - member: *729 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + member: *731 + organization: *713 + repository: *714 sender: *4 required: - action @@ -156871,11 +156922,11 @@ webhooks: type: string enum: - added - enterprise: *709 - installation: *710 - member: *729 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + member: *731 + organization: *713 + repository: *714 scope: description: The scope of the membership. Currently, can only be `team`. @@ -156953,7 +157004,7 @@ webhooks: required: - login - id - team: &739 + team: &741 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -157183,11 +157234,11 @@ webhooks: type: string enum: - removed - enterprise: *709 - installation: *710 - member: *729 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + member: *731 + organization: *713 + repository: *714 scope: description: The scope of the membership. Currently, can only be `team`. @@ -157266,7 +157317,7 @@ webhooks: required: - login - id - team: *739 + team: *741 required: - action - scope @@ -157348,8 +157399,8 @@ webhooks: type: string enum: - checks_requested - installation: *710 - merge_group: &740 + installation: *712 + merge_group: &742 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -157375,8 +157426,8 @@ webhooks: - base_sha - base_ref - head_commit - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -157462,10 +157513,10 @@ webhooks: - merged - invalidated - dequeued - installation: *710 - merge_group: *740 - organization: *711 - repository: *712 + installation: *712 + merge_group: *742 + organization: *713 + repository: *714 sender: *4 required: - action @@ -157538,7 +157589,7 @@ webhooks: type: string enum: - deleted - enterprise: *709 + enterprise: *711 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -157647,12 +157698,12 @@ webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *710 - organization: *711 + installation: *712 + organization: *713 repository: anyOf: - type: 'null' - - *712 + - *714 sender: *4 required: - action @@ -157732,11 +157783,11 @@ webhooks: type: string enum: - closed - enterprise: *709 - installation: *710 - milestone: *734 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + milestone: *736 + organization: *713 + repository: *714 sender: *4 required: - action @@ -157815,9 +157866,9 @@ webhooks: type: string enum: - created - enterprise: *709 - installation: *710 - milestone: &741 + enterprise: *711 + installation: *712 + milestone: &743 title: Milestone description: A collection of related issues and pull requests. type: object @@ -157959,8 +158010,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -158039,11 +158090,11 @@ webhooks: type: string enum: - deleted - enterprise: *709 - installation: *710 - milestone: *734 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + milestone: *736 + organization: *713 + repository: *714 sender: *4 required: - action @@ -158153,11 +158204,11 @@ webhooks: type: string required: - from - enterprise: *709 - installation: *710 - milestone: *734 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + milestone: *736 + organization: *713 + repository: *714 sender: *4 required: - action @@ -158237,11 +158288,11 @@ webhooks: type: string enum: - opened - enterprise: *709 - installation: *710 - milestone: *741 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + milestone: *743 + organization: *713 + repository: *714 sender: *4 required: - action @@ -158320,11 +158371,11 @@ webhooks: type: string enum: - blocked - blocked_user: *729 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + blocked_user: *731 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -158403,11 +158454,11 @@ webhooks: type: string enum: - unblocked - blocked_user: *729 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + blocked_user: *731 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -158486,9 +158537,9 @@ webhooks: type: string enum: - deleted - enterprise: *709 - installation: *710 - membership: &742 + enterprise: *711 + installation: *712 + membership: &744 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -158598,8 +158649,8 @@ webhooks: - role - organization_url - user - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -158677,11 +158728,11 @@ webhooks: type: string enum: - member_added - enterprise: *709 - installation: *710 - membership: *742 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + membership: *744 + organization: *713 + repository: *714 sender: *4 required: - action @@ -158760,8 +158811,8 @@ webhooks: type: string enum: - member_invited - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -158883,10 +158934,10 @@ webhooks: - inviter - team_count - invitation_teams_url - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 - user: *729 + user: *731 required: - action - invitation @@ -158964,11 +159015,11 @@ webhooks: type: string enum: - member_removed - enterprise: *709 - installation: *710 - membership: *742 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + membership: *744 + organization: *713 + repository: *714 sender: *4 required: - action @@ -159055,11 +159106,11 @@ webhooks: properties: from: type: string - enterprise: *709 - installation: *710 - membership: *742 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + membership: *744 + organization: *713 + repository: *714 sender: *4 required: - action @@ -159136,9 +159187,9 @@ webhooks: type: string enum: - published - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 package: description: Information about the package. type: object @@ -159661,7 +159712,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: &743 + items: &745 title: Ruby Gems metadata type: object properties: @@ -159758,7 +159809,7 @@ webhooks: - owner - package_version - registry - repository: *712 + repository: *714 sender: *4 required: - action @@ -159834,9 +159885,9 @@ webhooks: type: string enum: - updated - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 package: description: Information about the package. type: object @@ -160198,7 +160249,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *743 + items: *745 source_url: type: string format: uri @@ -160269,7 +160320,7 @@ webhooks: - owner - package_version - registry - repository: *712 + repository: *714 sender: *4 required: - action @@ -160449,12 +160500,12 @@ webhooks: - duration - created_at - updated_at - enterprise: *709 + enterprise: *711 id: type: integer - installation: *710 - organization: *711 - repository: *712 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - id @@ -160531,7 +160582,7 @@ webhooks: type: string enum: - approved - personal_access_token_request: &744 + personal_access_token_request: &746 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -160681,10 +160732,10 @@ webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *709 - organization: *711 + enterprise: *711 + organization: *713 sender: *4 - installation: *710 + installation: *712 required: - action - personal_access_token_request @@ -160761,11 +160812,11 @@ webhooks: type: string enum: - cancelled - personal_access_token_request: *744 - enterprise: *709 - organization: *711 + personal_access_token_request: *746 + enterprise: *711 + organization: *713 sender: *4 - installation: *710 + installation: *712 required: - action - personal_access_token_request @@ -160841,11 +160892,11 @@ webhooks: type: string enum: - created - personal_access_token_request: *744 - enterprise: *709 - organization: *711 + personal_access_token_request: *746 + enterprise: *711 + organization: *713 sender: *4 - installation: *710 + installation: *712 required: - action - personal_access_token_request @@ -160920,11 +160971,11 @@ webhooks: type: string enum: - denied - personal_access_token_request: *744 - organization: *711 - enterprise: *709 + personal_access_token_request: *746 + organization: *713 + enterprise: *711 sender: *4 - installation: *710 + installation: *712 required: - action - personal_access_token_request @@ -161029,7 +161080,7 @@ webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *745 + last_response: *747 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -161061,8 +161112,8 @@ webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 zen: description: Random string of GitHub zen. @@ -161307,10 +161358,10 @@ webhooks: - from required: - note - enterprise: *709 - installation: *710 - organization: *711 - project_card: &746 + enterprise: *711 + installation: *712 + organization: *713 + project_card: &748 title: Project Card type: object properties: @@ -161433,7 +161484,7 @@ webhooks: - creator - created_at - updated_at - repository: *712 + repository: *714 sender: *4 required: - action @@ -161514,11 +161565,11 @@ webhooks: type: string enum: - created - enterprise: *709 - installation: *710 - organization: *711 - project_card: *746 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + project_card: *748 + repository: *714 sender: *4 required: - action @@ -161598,9 +161649,9 @@ webhooks: type: string enum: - deleted - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 project_card: title: Project Card type: object @@ -161730,7 +161781,7 @@ webhooks: repository: anyOf: - type: 'null' - - *712 + - *714 sender: *4 required: - action @@ -161824,11 +161875,11 @@ webhooks: - from required: - note - enterprise: *709 - installation: *710 - organization: *711 - project_card: *746 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + project_card: *748 + repository: *714 sender: *4 required: - action @@ -161922,9 +161973,9 @@ webhooks: - from required: - column_id - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 project_card: allOf: - title: Project Card @@ -162121,7 +162172,7 @@ webhooks: type: string required: - after_id - repository: *712 + repository: *714 sender: *4 required: - action @@ -162201,10 +162252,10 @@ webhooks: type: string enum: - closed - enterprise: *709 - installation: *710 - organization: *711 - project: &748 + enterprise: *711 + installation: *712 + organization: *713 + project: &750 title: Project type: object properties: @@ -162331,7 +162382,7 @@ webhooks: - creator - created_at - updated_at - repository: *712 + repository: *714 sender: *4 required: - action @@ -162411,10 +162462,10 @@ webhooks: type: string enum: - created - enterprise: *709 - installation: *710 - organization: *711 - project_column: &747 + enterprise: *711 + installation: *712 + organization: *713 + project_column: &749 title: Project Column type: object properties: @@ -162454,7 +162505,7 @@ webhooks: - name - created_at - updated_at - repository: *712 + repository: *714 sender: *4 required: - action @@ -162533,14 +162584,14 @@ webhooks: type: string enum: - deleted - enterprise: *709 - installation: *710 - organization: *711 - project_column: *747 + enterprise: *711 + installation: *712 + organization: *713 + project_column: *749 repository: anyOf: - type: 'null' - - *712 + - *714 sender: *4 required: - action @@ -162629,11 +162680,11 @@ webhooks: type: string required: - from - enterprise: *709 - installation: *710 - organization: *711 - project_column: *747 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + project_column: *749 + repository: *714 sender: *4 required: - action @@ -162713,11 +162764,11 @@ webhooks: type: string enum: - moved - enterprise: *709 - installation: *710 - organization: *711 - project_column: *747 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + project_column: *749 + repository: *714 sender: *4 required: - action @@ -162797,11 +162848,11 @@ webhooks: type: string enum: - created - enterprise: *709 - installation: *710 - organization: *711 - project: *748 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + project: *750 + repository: *714 sender: *4 required: - action @@ -162881,14 +162932,14 @@ webhooks: type: string enum: - deleted - enterprise: *709 - installation: *710 - organization: *711 - project: *748 + enterprise: *711 + installation: *712 + organization: *713 + project: *750 repository: anyOf: - type: 'null' - - *712 + - *714 sender: *4 required: - action @@ -162989,11 +163040,11 @@ webhooks: type: string required: - from - enterprise: *709 - installation: *710 - organization: *711 - project: *748 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + project: *750 + repository: *714 sender: *4 required: - action @@ -163072,11 +163123,11 @@ webhooks: type: string enum: - reopened - enterprise: *709 - installation: *710 - organization: *711 - project: *748 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + project: *750 + repository: *714 sender: *4 required: - action @@ -163157,8 +163208,8 @@ webhooks: type: string enum: - closed - installation: *710 - organization: *711 + installation: *712 + organization: *713 projects_v2: *263 sender: *4 required: @@ -163240,8 +163291,8 @@ webhooks: type: string enum: - created - installation: *710 - organization: *711 + installation: *712 + organization: *713 projects_v2: *263 sender: *4 required: @@ -163323,8 +163374,8 @@ webhooks: type: string enum: - deleted - installation: *710 - organization: *711 + installation: *712 + organization: *713 projects_v2: *263 sender: *4 required: @@ -163446,8 +163497,8 @@ webhooks: type: string to: type: string - installation: *710 - organization: *711 + installation: *712 + organization: *713 projects_v2: *263 sender: *4 required: @@ -163531,7 +163582,7 @@ webhooks: type: string enum: - archived - changes: &752 + changes: &754 type: object properties: archived_at: @@ -163547,9 +163598,9 @@ webhooks: - string - 'null' format: date-time - installation: *710 - organization: *711 - projects_v2_item: &749 + installation: *712 + organization: *713 + projects_v2_item: &751 title: Projects v2 Item description: An item belonging to a project type: object @@ -163689,9 +163740,9 @@ webhooks: - 'null' to: type: string - installation: *710 - organization: *711 - projects_v2_item: *749 + installation: *712 + organization: *713 + projects_v2_item: *751 sender: *4 required: - action @@ -163773,9 +163824,9 @@ webhooks: type: string enum: - created - installation: *710 - organization: *711 - projects_v2_item: *749 + installation: *712 + organization: *713 + projects_v2_item: *751 sender: *4 required: - action @@ -163856,9 +163907,9 @@ webhooks: type: string enum: - deleted - installation: *710 - organization: *711 - projects_v2_item: *749 + installation: *712 + organization: *713 + projects_v2_item: *751 sender: *4 required: - action @@ -163963,7 +164014,7 @@ webhooks: oneOf: - type: string - type: integer - - &750 + - &752 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -163987,7 +164038,7 @@ webhooks: required: - id - name - - &751 + - &753 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -164027,8 +164078,8 @@ webhooks: oneOf: - type: string - type: integer - - *750 - - *751 + - *752 + - *753 type: - 'null' - string @@ -164051,9 +164102,9 @@ webhooks: - 'null' required: - body - installation: *710 - organization: *711 - projects_v2_item: *749 + installation: *712 + organization: *713 + projects_v2_item: *751 sender: *4 required: - action @@ -164150,9 +164201,9 @@ webhooks: type: - string - 'null' - installation: *710 - organization: *711 - projects_v2_item: *749 + installation: *712 + organization: *713 + projects_v2_item: *751 sender: *4 required: - action @@ -164235,10 +164286,10 @@ webhooks: type: string enum: - restored - changes: *752 - installation: *710 - organization: *711 - projects_v2_item: *749 + changes: *754 + installation: *712 + organization: *713 + projects_v2_item: *751 sender: *4 required: - action @@ -164320,8 +164371,8 @@ webhooks: type: string enum: - reopened - installation: *710 - organization: *711 + installation: *712 + organization: *713 projects_v2: *263 sender: *4 required: @@ -164403,9 +164454,9 @@ webhooks: type: string enum: - created - installation: *710 - organization: *711 - projects_v2_status_update: *753 + installation: *712 + organization: *713 + projects_v2_status_update: *755 sender: *4 required: - action @@ -164486,9 +164537,9 @@ webhooks: type: string enum: - deleted - installation: *710 - organization: *711 - projects_v2_status_update: *753 + installation: *712 + organization: *713 + projects_v2_status_update: *755 sender: *4 required: - action @@ -164634,9 +164685,9 @@ webhooks: - string - 'null' format: date - installation: *710 - organization: *711 - projects_v2_status_update: *753 + installation: *712 + organization: *713 + projects_v2_status_update: *755 sender: *4 required: - action @@ -164707,10 +164758,10 @@ webhooks: title: public event type: object properties: - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - repository @@ -164787,13 +164838,13 @@ webhooks: type: string enum: - assigned - assignee: *729 - enterprise: *709 - installation: *710 - number: &754 + assignee: *731 + enterprise: *711 + installation: *712 + number: &756 description: The pull request number. type: integer - organization: *711 + organization: *713 pull_request: title: Pull Request type: object @@ -167145,7 +167196,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *712 + repository: *714 sender: *4 required: - action @@ -167227,11 +167278,11 @@ webhooks: type: string enum: - auto_merge_disabled - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 number: type: integer - organization: *711 + organization: *713 pull_request: title: Pull Request type: object @@ -169576,7 +169627,7 @@ webhooks: - draft reason: type: string - repository: *712 + repository: *714 sender: *4 required: - action @@ -169658,11 +169709,11 @@ webhooks: type: string enum: - auto_merge_enabled - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 number: type: integer - organization: *711 + organization: *713 pull_request: title: Pull Request type: object @@ -172007,7 +172058,7 @@ webhooks: - draft reason: type: string - repository: *712 + repository: *714 sender: *4 required: - action @@ -172089,13 +172140,13 @@ webhooks: type: string enum: - closed - enterprise: *709 - installation: *710 - number: *754 - organization: *711 - pull_request: &755 + enterprise: *711 + installation: *712 + number: *756 + organization: *713 + pull_request: &757 allOf: - - *565 + - *567 - type: object properties: allow_auto_merge: @@ -172157,7 +172208,7 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *712 + repository: *714 sender: *4 required: - action @@ -172238,12 +172289,12 @@ webhooks: type: string enum: - converted_to_draft - enterprise: *709 - installation: *710 - number: *754 - organization: *711 - pull_request: *755 - repository: *712 + enterprise: *711 + installation: *712 + number: *756 + organization: *713 + pull_request: *757 + repository: *714 sender: *4 required: - action @@ -172323,11 +172374,11 @@ webhooks: type: string enum: - demilestoned - enterprise: *709 + enterprise: *711 milestone: *266 - number: *754 - organization: *711 - pull_request: &756 + number: *756 + organization: *713 + pull_request: &758 title: Pull Request type: object properties: @@ -174671,7 +174722,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *712 + repository: *714 sender: *4 required: - action @@ -174750,11 +174801,11 @@ webhooks: type: string enum: - dequeued - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 number: type: integer - organization: *711 + organization: *713 pull_request: title: Pull Request type: object @@ -177117,7 +177168,7 @@ webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *712 + repository: *714 sender: *4 required: - action @@ -177241,12 +177292,12 @@ webhooks: type: string required: - from - enterprise: *709 - installation: *710 - number: *754 - organization: *711 - pull_request: *755 - repository: *712 + enterprise: *711 + installation: *712 + number: *756 + organization: *713 + pull_request: *757 + repository: *714 sender: *4 required: - action @@ -177326,11 +177377,11 @@ webhooks: type: string enum: - enqueued - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 number: type: integer - organization: *711 + organization: *713 pull_request: title: Pull Request type: object @@ -179678,7 +179729,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *712 + repository: *714 sender: *4 required: - action @@ -179758,11 +179809,11 @@ webhooks: type: string enum: - labeled - enterprise: *709 - installation: *710 - label: *728 - number: *754 - organization: *711 + enterprise: *711 + installation: *712 + label: *730 + number: *756 + organization: *713 pull_request: title: Pull Request type: object @@ -182113,7 +182164,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *712 + repository: *714 sender: *4 required: - action @@ -182194,10 +182245,10 @@ webhooks: type: string enum: - locked - enterprise: *709 - installation: *710 - number: *754 - organization: *711 + enterprise: *711 + installation: *712 + number: *756 + organization: *713 pull_request: title: Pull Request type: object @@ -184546,7 +184597,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *712 + repository: *714 sender: *4 required: - action @@ -184626,12 +184677,12 @@ webhooks: type: string enum: - milestoned - enterprise: *709 + enterprise: *711 milestone: *266 - number: *754 - organization: *711 - pull_request: *756 - repository: *712 + number: *756 + organization: *713 + pull_request: *758 + repository: *714 sender: *4 required: - action @@ -184710,12 +184761,12 @@ webhooks: type: string enum: - opened - enterprise: *709 - installation: *710 - number: *754 - organization: *711 - pull_request: *755 - repository: *712 + enterprise: *711 + installation: *712 + number: *756 + organization: *713 + pull_request: *757 + repository: *714 sender: *4 required: - action @@ -184796,12 +184847,12 @@ webhooks: type: string enum: - ready_for_review - enterprise: *709 - installation: *710 - number: *754 - organization: *711 - pull_request: *755 - repository: *712 + enterprise: *711 + installation: *712 + number: *756 + organization: *713 + pull_request: *757 + repository: *714 sender: *4 required: - action @@ -184881,12 +184932,12 @@ webhooks: type: string enum: - reopened - enterprise: *709 - installation: *710 - number: *754 - organization: *711 - pull_request: *755 - repository: *712 + enterprise: *711 + installation: *712 + number: *756 + organization: *713 + pull_request: *757 + repository: *714 sender: *4 required: - action @@ -185261,9 +185312,9 @@ webhooks: - start_side - side - reactions - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 pull_request: type: object properties: @@ -187496,7 +187547,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *712 + repository: *714 sender: *4 required: - action @@ -187576,7 +187627,7 @@ webhooks: type: string enum: - deleted - comment: &758 + comment: &760 title: Pull Request Review Comment description: The [comment](https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -187869,9 +187920,9 @@ webhooks: - start_side - side - reactions - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 pull_request: type: object properties: @@ -190092,7 +190143,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *712 + repository: *714 sender: *4 required: - action @@ -190172,11 +190223,11 @@ webhooks: type: string enum: - edited - changes: *757 - comment: *758 - enterprise: *709 - installation: *710 - organization: *711 + changes: *759 + comment: *760 + enterprise: *711 + installation: *712 + organization: *713 pull_request: type: object properties: @@ -192400,7 +192451,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *712 + repository: *714 sender: *4 required: - action @@ -192481,9 +192532,9 @@ webhooks: type: string enum: - dismissed - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 pull_request: title: Simple Pull Request type: object @@ -194719,7 +194770,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *712 + repository: *714 review: description: The review that was affected. type: object @@ -194970,9 +195021,9 @@ webhooks: type: string required: - from - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 pull_request: title: Simple Pull Request type: object @@ -197081,8 +197132,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *712 - review: &759 + repository: *714 + review: &761 description: The review that was affected. type: object properties: @@ -197320,12 +197371,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 number: description: The pull request number. type: integer - organization: *711 + organization: *713 pull_request: title: Pull Request type: object @@ -199675,7 +199726,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *712 + repository: *714 requested_reviewer: title: User type: @@ -199761,12 +199812,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 number: description: The pull request number. type: integer - organization: *711 + organization: *713 pull_request: title: Pull Request type: object @@ -202123,7 +202174,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *712 + repository: *714 requested_team: title: Team description: Groups of organization members that gives permissions @@ -202318,12 +202369,12 @@ webhooks: type: string enum: - review_requested - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 number: description: The pull request number. type: integer - organization: *711 + organization: *713 pull_request: title: Pull Request type: object @@ -204675,7 +204726,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *712 + repository: *714 requested_reviewer: title: User type: @@ -204762,12 +204813,12 @@ webhooks: type: string enum: - review_requested - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 number: description: The pull request number. type: integer - organization: *711 + organization: *713 pull_request: title: Pull Request type: object @@ -207110,7 +207161,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *712 + repository: *714 requested_team: title: Team description: Groups of organization members that gives permissions @@ -207294,9 +207345,9 @@ webhooks: type: string enum: - submitted - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 pull_request: title: Simple Pull Request type: object @@ -209535,8 +209586,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *712 - review: *759 + repository: *714 + review: *761 sender: *4 required: - action @@ -209616,9 +209667,9 @@ webhooks: type: string enum: - resolved - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 pull_request: title: Simple Pull Request type: object @@ -211766,7 +211817,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *712 + repository: *714 sender: *4 thread: type: object @@ -212163,9 +212214,9 @@ webhooks: type: string enum: - unresolved - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 pull_request: title: Simple Pull Request type: object @@ -214296,7 +214347,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *712 + repository: *714 sender: *4 thread: type: object @@ -214695,10 +214746,10 @@ webhooks: type: string before: type: string - enterprise: *709 - installation: *710 - number: *754 - organization: *711 + enterprise: *711 + installation: *712 + number: *756 + organization: *713 pull_request: title: Pull Request type: object @@ -217036,7 +217087,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *712 + repository: *714 sender: *4 required: - action @@ -217118,11 +217169,11 @@ webhooks: type: string enum: - unassigned - assignee: *760 - enterprise: *709 - installation: *710 - number: *754 - organization: *711 + assignee: *762 + enterprise: *711 + installation: *712 + number: *756 + organization: *713 pull_request: title: Pull Request type: object @@ -219475,7 +219526,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *712 + repository: *714 sender: *4 required: - action @@ -219554,11 +219605,11 @@ webhooks: type: string enum: - unlabeled - enterprise: *709 - installation: *710 - label: *728 - number: *754 - organization: *711 + enterprise: *711 + installation: *712 + label: *730 + number: *756 + organization: *713 pull_request: title: Pull Request type: object @@ -221900,7 +221951,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *712 + repository: *714 sender: *4 required: - action @@ -221981,10 +222032,10 @@ webhooks: type: string enum: - unlocked - enterprise: *709 - installation: *710 - number: *754 - organization: *711 + enterprise: *711 + installation: *712 + number: *756 + organization: *713 pull_request: title: Pull Request type: object @@ -224316,7 +224367,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *712 + repository: *714 sender: *4 required: - action @@ -224519,7 +224570,7 @@ webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *709 + enterprise: *711 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -224614,8 +224665,8 @@ webhooks: - url - author - committer - installation: *710 - organization: *711 + installation: *712 + organization: *713 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -225214,9 +225265,9 @@ webhooks: type: string enum: - published - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 registry_package: type: object properties: @@ -225693,7 +225744,7 @@ webhooks: type: string rubygems_metadata: type: array - items: *743 + items: *745 summary: type: string tag_name: @@ -225749,7 +225800,7 @@ webhooks: - owner - package_version - registry - repository: *712 + repository: *714 sender: *4 required: - action @@ -225827,9 +225878,9 @@ webhooks: type: string enum: - updated - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 registry_package: type: object properties: @@ -226141,7 +226192,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *743 + items: *745 summary: type: string tag_name: @@ -226191,7 +226242,7 @@ webhooks: - owner - package_version - registry - repository: *712 + repository: *714 sender: *4 required: - action @@ -226268,10 +226319,10 @@ webhooks: type: string enum: - created - enterprise: *709 - installation: *710 - organization: *711 - release: &761 + enterprise: *711 + installation: *712 + organization: *713 + release: &763 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -226602,7 +226653,7 @@ webhooks: - updated_at - zipball_url - body - repository: *712 + repository: *714 sender: *4 required: - action @@ -226679,11 +226730,11 @@ webhooks: type: string enum: - deleted - enterprise: *709 - installation: *710 - organization: *711 - release: *761 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + release: *763 + repository: *714 sender: *4 required: - action @@ -226800,11 +226851,11 @@ webhooks: type: boolean required: - to - enterprise: *709 - installation: *710 - organization: *711 - release: *761 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + release: *763 + repository: *714 sender: *4 required: - action @@ -226882,9 +226933,9 @@ webhooks: type: string enum: - prereleased - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 release: title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) @@ -227220,7 +227271,7 @@ webhooks: - string - 'null' format: uri - repository: *712 + repository: *714 sender: *4 required: - action @@ -227296,10 +227347,10 @@ webhooks: type: string enum: - published - enterprise: *709 - installation: *710 - organization: *711 - release: &762 + enterprise: *711 + installation: *712 + organization: *713 + release: &764 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -227632,7 +227683,7 @@ webhooks: - string - 'null' format: uri - repository: *712 + repository: *714 sender: *4 required: - action @@ -227708,11 +227759,11 @@ webhooks: type: string enum: - released - enterprise: *709 - installation: *710 - organization: *711 - release: *761 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + release: *763 + repository: *714 sender: *4 required: - action @@ -227788,11 +227839,11 @@ webhooks: type: string enum: - unpublished - enterprise: *709 - installation: *710 - organization: *711 - release: *762 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + release: *764 + repository: *714 sender: *4 required: - action @@ -227868,11 +227919,11 @@ webhooks: type: string enum: - published - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 - repository_advisory: *632 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 + repository_advisory: *634 sender: *4 required: - action @@ -227948,11 +227999,11 @@ webhooks: type: string enum: - reported - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 - repository_advisory: *632 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 + repository_advisory: *634 sender: *4 required: - action @@ -228028,10 +228079,10 @@ webhooks: type: string enum: - archived - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -228108,10 +228159,10 @@ webhooks: type: string enum: - created - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -228189,10 +228240,10 @@ webhooks: type: string enum: - deleted - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -228277,10 +228328,10 @@ webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -228395,10 +228446,10 @@ webhooks: - 'null' items: type: string - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -228470,10 +228521,10 @@ webhooks: title: repository_import event type: object properties: - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 status: type: string @@ -228554,10 +228605,10 @@ webhooks: type: string enum: - privatized - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -228634,10 +228685,10 @@ webhooks: type: string enum: - publicized - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -228731,10 +228782,10 @@ webhooks: - name required: - repository - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -228814,10 +228865,10 @@ webhooks: type: string enum: - created - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 repository_ruleset: *308 sender: *4 required: @@ -228896,10 +228947,10 @@ webhooks: type: string enum: - deleted - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 repository_ruleset: *308 sender: *4 required: @@ -228978,10 +229029,10 @@ webhooks: type: string enum: - edited - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 repository_ruleset: *308 changes: type: object @@ -229043,16 +229094,16 @@ webhooks: properties: added: type: array - items: *585 + items: *587 deleted: type: array - items: *585 + items: *587 updated: type: array items: type: object properties: - rule: *585 + rule: *587 changes: type: object properties: @@ -229289,10 +229340,10 @@ webhooks: - from required: - owner - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -229370,10 +229421,10 @@ webhooks: type: string enum: - unarchived - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -229451,7 +229502,7 @@ webhooks: type: string enum: - create - alert: &763 + alert: &765 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -229576,10 +229627,10 @@ webhooks: enum: - auto_dismissed - open - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -229789,10 +229840,10 @@ webhooks: type: string enum: - dismissed - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -229870,11 +229921,11 @@ webhooks: type: string enum: - reopen - alert: *763 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + alert: *765 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -230076,10 +230127,10 @@ webhooks: enum: - fixed - open - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -230157,7 +230208,7 @@ webhooks: type: string enum: - assigned - alert: &764 + alert: &766 type: object properties: number: *170 @@ -230297,10 +230348,10 @@ webhooks: - type: 'null' - *4 assignee: *4 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -230378,11 +230429,11 @@ webhooks: type: string enum: - created - alert: *764 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + alert: *766 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -230463,11 +230514,11 @@ webhooks: type: string enum: - created - alert: *764 - installation: *710 - location: *765 - organization: *711 - repository: *712 + alert: *766 + installation: *712 + location: *767 + organization: *713 + repository: *714 sender: *4 required: - location @@ -230705,11 +230756,11 @@ webhooks: type: string enum: - publicly_leaked - alert: *764 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + alert: *766 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -230787,11 +230838,11 @@ webhooks: type: string enum: - reopened - alert: *764 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + alert: *766 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -230869,11 +230920,11 @@ webhooks: type: string enum: - resolved - alert: *764 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + alert: *766 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -230951,12 +231002,12 @@ webhooks: type: string enum: - unassigned - alert: *764 + alert: *766 assignee: *4 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -231034,11 +231085,11 @@ webhooks: type: string enum: - validated - alert: *764 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + alert: *766 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -231168,10 +231219,10 @@ webhooks: - organization - enterprise - - repository: *712 - enterprise: *709 - installation: *710 - organization: *711 + repository: *714 + enterprise: *711 + installation: *712 + organization: *713 sender: *4 required: - action @@ -231249,11 +231300,11 @@ webhooks: type: string enum: - published - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 - security_advisory: &766 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 + security_advisory: &768 description: The details of the security advisory, including summary, description, and severity. type: object @@ -231426,11 +231477,11 @@ webhooks: type: string enum: - updated - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 - security_advisory: *766 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 + security_advisory: *768 sender: *4 required: - action @@ -231503,10 +231554,10 @@ webhooks: type: string enum: - withdrawn - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -231680,9 +231731,9 @@ webhooks: type: object properties: security_and_analysis: *281 - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 repository: *328 sender: *4 required: @@ -231761,12 +231812,12 @@ webhooks: type: string enum: - cancelled - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 - sponsorship: &767 + sponsorship: &769 type: object properties: created_at: @@ -232071,12 +232122,12 @@ webhooks: type: string enum: - created - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 - sponsorship: *767 + sponsorship: *769 required: - action - sponsorship @@ -232164,12 +232215,12 @@ webhooks: type: string required: - from - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 - sponsorship: *767 + sponsorship: *769 required: - action - changes @@ -232246,17 +232297,17 @@ webhooks: type: string enum: - pending_cancellation - effective_date: &768 + effective_date: &770 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: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 - sponsorship: *767 + sponsorship: *769 required: - action - sponsorship @@ -232330,7 +232381,7 @@ webhooks: type: string enum: - pending_tier_change - changes: &769 + changes: &771 type: object properties: tier: @@ -232374,13 +232425,13 @@ webhooks: - from required: - tier - effective_date: *768 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + effective_date: *770 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 - sponsorship: *767 + sponsorship: *769 required: - action - changes @@ -232457,13 +232508,13 @@ webhooks: type: string enum: - tier_changed - changes: *769 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + changes: *771 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 - sponsorship: *767 + sponsorship: *769 required: - action - changes @@ -232537,10 +232588,10 @@ webhooks: type: string enum: - created - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -232624,10 +232675,10 @@ webhooks: type: string enum: - deleted - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -233061,15 +233112,15 @@ webhooks: type: - string - 'null' - enterprise: *709 + enterprise: *711 id: description: The unique identifier of the status. type: integer - installation: *710 + installation: *712 name: type: string - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 sha: description: The Commit SHA. @@ -233185,9 +233236,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *81 - installation: *710 - organization: *711 - repository: *712 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -233277,9 +233328,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *81 - installation: *710 - organization: *711 - repository: *712 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -233369,9 +233420,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *81 - installation: *710 - organization: *711 - repository: *712 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -233461,9 +233512,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *81 - installation: *710 - organization: *711 - repository: *712 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -233540,12 +233591,12 @@ webhooks: title: team_add event type: object properties: - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 - team: &770 + team: &772 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -233775,9 +233826,9 @@ webhooks: type: string enum: - added_to_repository - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 repository: title: Repository description: A git repository @@ -234247,7 +234298,7 @@ webhooks: - topics - visibility sender: *4 - team: *770 + team: *772 required: - action - team @@ -234323,9 +234374,9 @@ webhooks: type: string enum: - created - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 repository: title: Repository description: A git repository @@ -234795,7 +234846,7 @@ webhooks: - topics - visibility sender: *4 - team: *770 + team: *772 required: - action - team @@ -234872,9 +234923,9 @@ webhooks: type: string enum: - deleted - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 repository: title: Repository description: A git repository @@ -235344,7 +235395,7 @@ webhooks: - topics - visibility sender: *4 - team: *770 + team: *772 required: - action - team @@ -235488,9 +235539,9 @@ webhooks: - from required: - permissions - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 repository: title: Repository description: A git repository @@ -235960,7 +236011,7 @@ webhooks: - topics - visibility sender: *4 - team: *770 + team: *772 required: - action - changes @@ -236038,9 +236089,9 @@ webhooks: type: string enum: - removed_from_repository - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 repository: title: Repository description: A git repository @@ -236510,7 +236561,7 @@ webhooks: - topics - visibility sender: *4 - team: *770 + team: *772 required: - action - team @@ -236586,10 +236637,10 @@ webhooks: type: string enum: - started - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -236662,17 +236713,17 @@ webhooks: title: workflow_dispatch event type: object properties: - enterprise: *709 + enterprise: *711 inputs: type: - object - 'null' additionalProperties: true - installation: *710 - organization: *711 + installation: *712 + organization: *713 ref: type: string - repository: *712 + repository: *714 sender: *4 workflow: type: string @@ -236754,10 +236805,10 @@ webhooks: type: string enum: - completed - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 workflow_job: allOf: @@ -237013,7 +237064,7 @@ webhooks: type: string required: - conclusion - deployment: *481 + deployment: *483 required: - action - repository @@ -237092,10 +237143,10 @@ webhooks: type: string enum: - in_progress - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 workflow_job: allOf: @@ -237377,7 +237428,7 @@ webhooks: required: - status - steps - deployment: *481 + deployment: *483 required: - action - repository @@ -237456,10 +237507,10 @@ webhooks: type: string enum: - queued - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 workflow_job: type: object @@ -237605,7 +237656,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *481 + deployment: *483 required: - action - repository @@ -237684,10 +237735,10 @@ webhooks: type: string enum: - waiting - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 workflow_job: type: object @@ -237834,7 +237885,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *481 + deployment: *483 required: - action - repository @@ -237914,12 +237965,12 @@ webhooks: type: string enum: - completed - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 - workflow: *724 + workflow: *726 workflow_run: title: Workflow Run type: object @@ -238938,12 +238989,12 @@ webhooks: type: string enum: - in_progress - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 - workflow: *724 + workflow: *726 workflow_run: title: Workflow Run type: object @@ -239947,12 +239998,12 @@ webhooks: type: string enum: - requested - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 - workflow: *724 + workflow: *726 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 a9050bb9ea..adc29bc009 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 @@ -379788,6 +379788,36 @@ } } } + }, + "application/vnd.github.diff": { + "schema": { + "type": "string" + }, + "examples": { + "default": { + "value": "diff --git a/testfile b/testfile\nindex 9bdeaeb..912c7ef 100644\n--- a/testfile\n+++ b/testfile\n@@ -1 +1 @@\n-test\n+test change\n" + } + } + }, + "application/vnd.github.patch": { + "schema": { + "type": "string" + }, + "examples": { + "default": { + "value": "From ac3282a2725be3b1d4979169a7a311c89066af1c Mon Sep 17 00:00:00 2001\nFrom: Mona Lisa <87831417+monalisa@users.noreply.github.com>\nDate: Fri, 6 Mar 2026 11:18:45 +0000\nSubject: [PATCH] Change 'test' to 'test change' in testfile\n\n---\ntestfile | 2 +-\n1 file changed, 1 insertion(+), 1 deletion(-)\n\ndiff --git a/testfile b/testfile\nindex 9bdeaeb..912c7ef 100644\n--- a/testfile\n+++ b/testfile\n@@ -1 +1 @@\n-test\n+test change\n" + } + } + }, + "application/vnd.github.sha": { + "schema": { + "type": "string" + }, + "examples": { + "default": { + "value": "ac3282a2725be3b1d4979169a7a311c89066af1c" + } + } } } }, @@ -388167,6 +388197,26 @@ } } } + }, + "application/vnd.github.diff": { + "schema": { + "type": "string" + }, + "examples": { + "default": { + "value": "diff --git a/testfile b/testfile\nindex 9bdeaeb..912c7ef 100644\n--- a/testfile\n+++ b/testfile\n@@ -1 +1 @@\n-test\n+test change\n" + } + } + }, + "application/vnd.github.patch": { + "schema": { + "type": "string" + }, + "examples": { + "default": { + "value": "From ac3282a2725be3b1d4979169a7a311c89066af1c Mon Sep 17 00:00:00 2001\nFrom: Mona Lisa <87831417+monalisa@users.noreply.github.com>\nDate: Fri, 6 Mar 2026 11:18:45 +0000\nSubject: [PATCH] Change 'test' to 'test change' in testfile\n\n---\ntestfile | 2 +-\n1 file changed, 1 insertion(+), 1 deletion(-)\n\ndiff --git a/testfile b/testfile\nindex 9bdeaeb..912c7ef 100644\n--- a/testfile\n+++ b/testfile\n@@ -1 +1 @@\n-test\n+test change\n" + } + } } } }, 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 e61b96e413..875ea95491 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 @@ -1124,7 +1124,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/global-advisories#get-a-global-security-advisory parameters: - - &634 + - &636 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -12204,7 +12204,7 @@ paths: Filters the list of alerts based on EPSS percentages. If specified, only alerts with the provided EPSS percentages will be returned. schema: type: string - - &471 + - &473 name: has in: query description: |- @@ -12334,7 +12334,7 @@ paths: - transitive - inconclusive - - security_advisory: &472 + security_advisory: &474 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -12628,7 +12628,7 @@ paths: and was considered fixed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - auto_dismissed_at: &473 + auto_dismissed_at: &475 type: - string - 'null' @@ -12636,7 +12636,7 @@ paths: ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - dismissal_request: &474 + dismissal_request: &476 title: Dependabot alert dismissal request description: Information about an active dismissal request for this Dependabot alert. @@ -14063,7 +14063,7 @@ paths: properties: action: type: string - discussion: &725 + discussion: &727 title: Discussion description: A Discussion in a repository. type: object @@ -14847,7 +14847,7 @@ paths: - hooray - eyes - rocket - sub_issues_summary: &646 + sub_issues_summary: &648 title: Sub-issues Summary type: object properties: @@ -14931,7 +14931,7 @@ paths: pin: anyOf: - type: 'null' - - &544 + - &546 title: Pinned Issue Comment description: Context around who pinned an issue comment and when it was pinned. @@ -14958,7 +14958,7 @@ paths: - url - created_at - updated_at - issue_dependencies_summary: &647 + issue_dependencies_summary: &649 title: Issue Dependencies Summary type: object properties: @@ -14977,7 +14977,7 @@ paths: - total_blocking issue_field_values: type: array - items: &529 + items: &531 title: Issue Field Value description: A value assigned to an issue field type: object @@ -15801,7 +15801,7 @@ paths: type: string release: allOf: - - &576 + - &578 title: Release description: A release. type: object @@ -15883,7 +15883,7 @@ paths: author: *4 assets: type: array - items: &577 + items: &579 title: Release Asset description: Data related to a release. type: object @@ -16515,7 +16515,7 @@ paths: url: type: string format: uri - user: &653 + user: &655 title: Public User description: Public User type: object @@ -19967,7 +19967,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &552 + - &554 name: all description: If `true`, show notifications marked as read. in: query @@ -19975,7 +19975,7 @@ paths: schema: type: boolean default: false - - &553 + - &555 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -19985,7 +19985,7 @@ paths: type: boolean default: false - *86 - - &554 + - &556 name: before description: 'Only show notifications updated before the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: @@ -20584,7 +20584,7 @@ paths: - url - subscription_url examples: - default: &555 + default: &557 value: - id: '1' repository: @@ -22154,7 +22154,7 @@ paths: required: false schema: type: string - - &702 + - &704 name: model description: The model name to query usage for. The name is not case sensitive. in: query @@ -22300,7 +22300,7 @@ paths: parameters: - *73 - *115 - - &703 + - &705 name: month description: If specified, only return results for a single month. The value of `month` is an integer between `1` and `12`. If no year is specified the @@ -22412,7 +22412,7 @@ paths: - *115 - *117 - *116 - - &704 + - &706 name: repository description: The repository name to query for usage in the format owner/repository. in: query @@ -22420,7 +22420,7 @@ paths: schema: type: string - *118 - - &705 + - &707 name: sku description: The SKU to query for usage. in: query @@ -29293,12 +29293,12 @@ paths: required: - subject_digests examples: - default: &684 + default: &686 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &685 + withPredicateType: &687 value: subject_digests: - sha256:abc123 @@ -29357,7 +29357,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &686 + default: &688 value: attestations_subject_digests: - sha256:abc: @@ -35564,7 +35564,7 @@ paths: description: Response content: application/json: - schema: &477 + schema: &479 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -35583,7 +35583,7 @@ paths: - key_id - key examples: - default: &478 + default: &480 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -37417,7 +37417,7 @@ paths: application/json: schema: *20 examples: - default: &516 + default: &518 value: id: 1 account: @@ -37645,7 +37645,7 @@ paths: required: true content: application/json: - schema: &517 + schema: &519 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration @@ -40249,7 +40249,7 @@ paths: parameters: - *73 - *242 - - &667 + - &669 name: repo_name description: repo_name parameter in: path @@ -41328,7 +41328,7 @@ paths: - nuget - container - *73 - - &668 + - &670 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -41369,7 +41369,7 @@ paths: default: *248 '403': *27 '401': *23 - '400': &670 + '400': &672 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -43393,7 +43393,7 @@ paths: latest_status_update: anyOf: - type: 'null' - - &753 + - &755 title: Projects v2 Status Update description: An status update belonging to a project type: object @@ -43906,7 +43906,7 @@ paths: - review_comment - self author_association: *78 - auto_merge: &562 + auto_merge: &564 title: Auto merge description: The status of auto merging a pull request. type: @@ -44363,7 +44363,7 @@ paths: - updated_at - project_url examples: - default: &689 + default: &691 value: - id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -44540,7 +44540,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: &690 + items: &692 type: object properties: name: @@ -44577,7 +44577,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: &691 + iteration_configuration: &693 type: object description: The configuration for iteration fields. properties: @@ -44627,7 +44627,7 @@ paths: value: name: Due date data_type: date - single_select_field: &692 + single_select_field: &694 summary: Create a single select field value: name: Priority @@ -44654,7 +44654,7 @@ paths: description: raw: High priority items html: High priority items - iteration_field: &693 + iteration_field: &695 summary: Create an iteration field value: name: Sprint @@ -44680,7 +44680,7 @@ paths: application/json: schema: *268 examples: - text_field: &694 + text_field: &696 value: id: 24680 node_id: PVTF_lADOABCD2468024680 @@ -44689,7 +44689,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-05-15T08:00:00Z' updated_at: '2022-05-15T08:00:00Z' - number_field: &695 + number_field: &697 value: id: 13579 node_id: PVTF_lADOABCD1357913579 @@ -44698,7 +44698,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-06-01T14:30:00Z' updated_at: '2022-06-01T14:30:00Z' - date_field: &696 + date_field: &698 value: id: 98765 node_id: PVTF_lADOABCD9876598765 @@ -44707,7 +44707,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-06-10T09:15:00Z' updated_at: '2022-06-10T09:15:00Z' - single_select_field: &697 + single_select_field: &699 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -44741,7 +44741,7 @@ paths: raw: High priority items created_at: '2022-04-28T12:00:00Z' updated_at: '2022-04-28T12:00:00Z' - iteration_field: &698 + iteration_field: &700 value: id: 11223 node_id: PVTF_lADOABCD1122311223 @@ -44787,7 +44787,7 @@ paths: url: https://docs.github.com/rest/projects/fields#get-project-field-for-organization parameters: - *265 - - &699 + - &701 name: field_id description: The unique identifier of the field. in: path @@ -44802,7 +44802,7 @@ paths: application/json: schema: *268 examples: - default: &700 + default: &702 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -46013,7 +46013,7 @@ paths: description: Response for creating a view in an organization-owned project. content: application/json: - schema: &681 + schema: &683 title: Projects v2 View description: A view inside a projects v2 project type: object @@ -46196,7 +46196,7 @@ paths: parameters: - *265 - *73 - - &701 + - &703 name: view_number description: The number that identifies the project view. in: path @@ -48289,7 +48289,7 @@ paths: - *73 - *17 - *19 - - &584 + - &586 name: targets description: | A comma-separated list of rule targets to filter by. @@ -48575,7 +48575,7 @@ paths: - object rules: type: array - items: &585 + items: &587 title: Repository Rule type: object description: A repository rule. @@ -48637,7 +48637,7 @@ paths: type: string enum: - required_linear_history - - &583 + - &585 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -49539,7 +49539,7 @@ paths: url: https://docs.github.com/rest/orgs/rule-suites#list-organization-rule-suites parameters: - *73 - - &586 + - &588 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 @@ -49554,7 +49554,7 @@ paths: in: query schema: type: string - - &587 + - &589 name: time_period description: |- The time period to filter by. @@ -49570,14 +49570,14 @@ paths: - week - month default: day - - &588 + - &590 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 - - &589 + - &591 name: rule_suite_result description: The rule suite results to filter on. When specified, only suites with this result will be returned. @@ -49597,7 +49597,7 @@ paths: description: Response content: application/json: - schema: &590 + schema: &592 title: Rule Suites description: Response type: array @@ -49653,7 +49653,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &591 + default: &593 value: - id: 21 actor_id: 12 @@ -49697,7 +49697,7 @@ paths: url: https://docs.github.com/rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *73 - - &592 + - &594 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -49713,7 +49713,7 @@ paths: description: Response content: application/json: - schema: &593 + schema: &595 title: Rule Suite description: Response type: object @@ -49820,7 +49820,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &594 + default: &596 value: id: 21 actor_id: 12 @@ -50067,7 +50067,7 @@ paths: type: string format: date-time examples: - default: &596 + default: &598 value: - version_id: 3 actor: @@ -50120,7 +50120,7 @@ paths: description: Response content: application/json: - schema: &597 + schema: &599 allOf: - *311 - type: object @@ -50192,7 +50192,7 @@ paths: url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - *73 - - &598 + - &600 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -50203,7 +50203,7 @@ paths: enum: - open - resolved - - &599 + - &601 name: secret_type in: query description: A comma-separated list of secret types to return. All default @@ -50213,7 +50213,7 @@ paths: required: false schema: type: string - - &600 + - &602 name: exclude_secret_types in: query description: A comma-separated list of secret types to exclude from the results. @@ -50224,7 +50224,7 @@ paths: required: false schema: type: string - - &601 + - &603 name: exclude_providers in: query description: |- @@ -50235,7 +50235,7 @@ paths: required: false schema: type: string - - &602 + - &604 name: providers in: query description: |- @@ -50246,7 +50246,7 @@ paths: required: false schema: type: string - - &603 + - &605 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -50255,7 +50255,7 @@ paths: required: false schema: type: string - - &604 + - &606 name: assignee in: query description: Filters alerts by assignee. Use `*` to get all assigned alerts, @@ -50274,7 +50274,7 @@ paths: all-unassigned: value: none summary: Filter for all unassigned alerts - - &605 + - &607 name: sort description: The property to sort the results by. `created` means when the alert was created. `updated` means when the alert was updated or resolved. @@ -50289,7 +50289,7 @@ paths: - *59 - *19 - *17 - - &606 + - &608 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 @@ -50299,7 +50299,7 @@ paths: required: false schema: type: string - - &607 + - &609 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 @@ -50309,7 +50309,7 @@ paths: required: false schema: type: string - - &608 + - &610 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -50318,7 +50318,7 @@ paths: required: false schema: type: string - - &609 + - &611 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -50327,7 +50327,7 @@ paths: schema: type: boolean default: false - - &610 + - &612 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -50336,7 +50336,7 @@ paths: schema: type: boolean default: false - - &611 + - &613 name: hide_secret in: query description: A boolean value representing whether or not to hide literal secrets @@ -50368,14 +50368,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &612 + state: &614 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: &613 + resolution: &615 type: - string - 'null' @@ -50494,14 +50494,14 @@ paths: first_location_detected: anyOf: - type: 'null' - - &614 + - &616 description: 'Details on the location where the token was initially detected. This can be a commit, wiki commit, issue, discussion, pull request. ' oneOf: - - &616 + - &618 description: Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository. @@ -50565,7 +50565,7 @@ paths: - blob_url - commit_sha - commit_url - - &617 + - &619 description: Represents a 'wiki_commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository wiki. @@ -50626,7 +50626,7 @@ paths: - page_url - commit_sha - commit_url - - &618 + - &620 description: Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue. @@ -50648,7 +50648,7 @@ paths: - https://github.com/octocat/Hello-World/issues/1 required: - issue_title_url - - &619 + - &621 description: Represents an 'issue_body' secret scanning location type. This location type shows that a secret was detected in the body of an issue. @@ -50670,7 +50670,7 @@ paths: - https://github.com/octocat/Hello-World/issues/1 required: - issue_body_url - - &620 + - &622 description: Represents an 'issue_comment' secret scanning location type. This location type shows that a secret was detected in a comment on an issue. @@ -50692,7 +50692,7 @@ paths: - https://github.com/octocat/Hello-World/issues/1#issuecomment-1081119451 required: - issue_comment_url - - &621 + - &623 description: Represents a 'discussion_title' secret scanning location type. This location type shows that a secret was detected in the title of a discussion. @@ -50707,7 +50707,7 @@ paths: - https://github.com/community/community/discussions/39082 required: - discussion_title_url - - &622 + - &624 description: Represents a 'discussion_body' secret scanning location type. This location type shows that a secret was detected in the body of a discussion. @@ -50722,7 +50722,7 @@ paths: - https://github.com/community/community/discussions/39082#discussion-4566270 required: - discussion_body_url - - &623 + - &625 description: Represents a 'discussion_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a discussion. @@ -50737,7 +50737,7 @@ paths: - https://github.com/community/community/discussions/39082#discussioncomment-4158232 required: - discussion_comment_url - - &624 + - &626 description: Represents a 'pull_request_title' secret scanning location type. This location type shows that a secret was detected in the title of a pull request. @@ -50759,7 +50759,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_title_url - - &625 + - &627 description: Represents a 'pull_request_body' secret scanning location type. This location type shows that a secret was detected in the body of a pull request. @@ -50781,7 +50781,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_body_url - - &626 + - &628 description: Represents a 'pull_request_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a pull request. @@ -50803,7 +50803,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846#issuecomment-1081119451 required: - pull_request_comment_url - - &627 + - &629 description: Represents a 'pull_request_review' secret scanning location type. This location type shows that a secret was detected in a review on a pull request. @@ -50825,7 +50825,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846#pullrequestreview-80 required: - pull_request_review_url - - &628 + - &630 description: Represents a 'pull_request_review_comment' secret scanning location type. This location type shows that a secret was detected in a review comment on a pull @@ -51346,7 +51346,7 @@ paths: application/json: schema: type: array - items: &632 + items: &634 description: A repository security advisory. type: object properties: @@ -51697,7 +51697,7 @@ paths: - private_fork version: '2026-03-10' examples: - default: &633 + default: &635 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -53783,7 +53783,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &649 + response-if-user-is-a-team-maintainer: &651 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -53848,7 +53848,7 @@ paths: application/json: schema: *324 examples: - response-if-users-membership-with-team-is-now-pending: &650 + response-if-users-membership-with-team-is-now-pending: &652 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -53962,7 +53962,7 @@ paths: description: Alternative response with repository permissions content: application/json: - schema: &651 + schema: &653 title: Team Repository description: A team's access to a repository. type: object @@ -54770,7 +54770,7 @@ paths: type: array items: *187 examples: - response-if-child-teams-exist: &652 + response-if-child-teams-exist: &654 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -56254,7 +56254,7 @@ paths: example: https://pipelines.actions.githubusercontent.com/OhgS4QRKqmgx7bKC27GKU83jnQjyeqG8oIMTge8eqtheppcmw8/_apis/pipelines/1/runs/176/signedlogcontent?urlExpires=2020-01-24T18%3A10%3A31.5729946Z&urlSigningMethod=HMACV1&urlSignature=agG73JakPYkHrh06seAkvmH7rBR4Ji4c2%2B6a2ejYh3E%3D schema: type: string - '410': &520 + '410': &522 description: Gone content: application/json: @@ -59986,7 +59986,7 @@ paths: items: type: object properties: - type: &486 + type: &488 type: string description: The type of reviewer. enum: @@ -60124,7 +60124,7 @@ paths: application/json: schema: type: array - items: &481 + items: &483 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed @@ -60236,7 +60236,7 @@ paths: - created_at - updated_at examples: - default: &482 + default: &484 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -60621,7 +60621,7 @@ paths: application/json: schema: *370 examples: - default: &499 + default: &501 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -60840,7 +60840,7 @@ paths: application/json: schema: *374 examples: - default: &500 + default: &502 value: name: USERNAME value: octocat @@ -62730,7 +62730,7 @@ paths: required: - sha - url - verification: &506 + verification: &508 title: Verification type: object properties: @@ -65968,7 +65968,7 @@ paths: check. type: array items: *84 - deployment: &714 + deployment: &716 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -69312,7 +69312,7 @@ paths: updated_at: '2022-09-12T12:14:32Z' url: https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/java commit_oid: 1927de39fefa25a9d0e64e3f540ff824a72f538c - '302': &469 + '302': &471 description: Found '403': *421 '404': *6 @@ -71240,7 +71240,7 @@ paths: type: array items: *446 examples: - default: &658 + default: &660 value: total_count: 2 machines: @@ -71952,7 +71952,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &519 + schema: &521 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -72654,7 +72654,7 @@ paths: - content - created_at examples: - default: &522 + default: &524 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -72791,7 +72791,7 @@ paths: - *325 - *326 - *95 - - &523 + - &525 name: reaction_id description: The unique identifier of the reaction. in: path @@ -72905,7 +72905,7 @@ paths: type: array items: *456 examples: - default: &569 + default: &571 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -73196,7 +73196,7 @@ paths: type: array items: *460 examples: - default: &561 + default: &563 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -73754,7 +73754,7 @@ paths: application/json: schema: *456 examples: - default: &549 + default: &551 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -73838,6 +73838,47 @@ paths: patch: |- @@ -29,7 +29,7 @@ ..... + application/vnd.github.diff: + schema: + type: string + examples: + default: &468 + value: | + diff --git a/testfile b/testfile + index 9bdeaeb..912c7ef 100644 + --- a/testfile + +++ b/testfile + @@ -1 +1 @@ + -test + +test change + application/vnd.github.patch: + schema: + type: string + examples: + default: &469 + value: | + From ac3282a2725be3b1d4979169a7a311c89066af1c Mon Sep 17 00:00:00 2001 + From: Mona Lisa <87831417+monalisa@users.noreply.github.com> + Date: Fri, 6 Mar 2026 11:18:45 +0000 + Subject: [PATCH] Change 'test' to 'test change' in testfile + + --- + testfile | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + + diff --git a/testfile b/testfile + index 9bdeaeb..912c7ef 100644 + --- a/testfile + +++ b/testfile + @@ -1 +1 @@ + -test + +test change + application/vnd.github.sha: + schema: + type: string + examples: + default: + value: ac3282a2725be3b1d4979169a7a311c89066af1c '422': *15 '404': *6 '500': *53 @@ -74376,7 +74417,7 @@ paths: application/json: schema: type: array - items: &637 + items: &639 title: Status description: The status of a commit. type: object @@ -75003,6 +75044,16 @@ paths: contents_url: https://api.github.com/repos/octocat/Hello-World/contents/file1.txt?ref=6dcb09b5b57875f334f61aebed695e2e4193db5e patch: "@@ -132,7 +132,7 @@ module Test @@ -1000,7 +1000,7 @@ module Test" + application/vnd.github.diff: + schema: + type: string + examples: + default: *468 + application/vnd.github.patch: + schema: + type: string + examples: + default: *469 '404': *6 '500': *53 '503': *113 @@ -75218,7 +75269,7 @@ paths: - type - url examples: - response-if-content-is-a-file-github-object: &468 + response-if-content-is-a-file-github-object: &470 summary: Response if content is a file value: type: file @@ -75355,7 +75406,7 @@ paths: - size - type - url - - &574 + - &576 title: Content File description: Content File type: object @@ -75573,7 +75624,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *468 + response-if-content-is-a-file: *470 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -75642,7 +75693,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *27 - '302': *469 + '302': *471 '304': *35 x-github: githubCloudOnly: false @@ -75791,7 +75842,7 @@ paths: description: Response content: application/json: - schema: &470 + schema: &472 title: File Commit description: File Commit type: object @@ -75947,7 +75998,7 @@ paths: description: Response content: application/json: - schema: *470 + schema: *472 examples: example-for-creating-a-file: value: @@ -76001,7 +76052,7 @@ paths: schema: oneOf: - *3 - - &501 + - &503 description: Repository rule violation was detected type: object properties: @@ -76022,7 +76073,7 @@ paths: items: type: object properties: - placeholder_id: &629 + placeholder_id: &631 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -76116,7 +76167,7 @@ paths: description: Response content: application/json: - schema: *470 + schema: *472 examples: default: value: @@ -76310,7 +76361,7 @@ paths: schema: type: string - *194 - - *471 + - *473 - *195 - *196 - *197 @@ -76325,7 +76376,7 @@ paths: application/json: schema: type: array - items: &475 + items: &477 type: object description: A Dependabot alert. properties: @@ -76376,7 +76427,7 @@ paths: - transitive - inconclusive - - security_advisory: *472 + security_advisory: *474 security_vulnerability: *63 url: *173 html_url: *174 @@ -76407,8 +76458,8 @@ paths: dismissal. maxLength: 280 fixed_at: *175 - auto_dismissed_at: *473 - dismissal_request: *474 + auto_dismissed_at: *475 + dismissal_request: *476 assignees: type: array description: The users assigned to this alert. @@ -76665,7 +76716,7 @@ paths: parameters: - *325 - *326 - - &476 + - &478 name: alert_number in: path description: |- @@ -76680,7 +76731,7 @@ paths: description: Response content: application/json: - schema: *475 + schema: *477 examples: default: value: @@ -76814,7 +76865,7 @@ paths: parameters: - *325 - *326 - - *476 + - *478 requestBody: required: true content: @@ -76870,7 +76921,7 @@ paths: description: Response content: application/json: - schema: *475 + schema: *477 examples: default: value: @@ -77019,7 +77070,7 @@ paths: type: integer secrets: type: array - items: &479 + items: &481 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -77080,9 +77131,9 @@ paths: description: Response content: application/json: - schema: *477 + schema: *479 examples: - default: *478 + default: *480 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77110,7 +77161,7 @@ paths: description: Response content: application/json: - schema: *479 + schema: *481 examples: default: value: @@ -77734,7 +77785,7 @@ paths: - version - url additionalProperties: false - metadata: &480 + metadata: &482 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -77773,7 +77824,7 @@ paths: examples: - "/src/build/package-lock.json" additionalProperties: false - metadata: *480 + metadata: *482 resolved: type: object description: A collection of resolved package dependencies. @@ -77787,7 +77838,7 @@ paths: pattern: "^pkg" examples: - pkg:/npm/%40actions/http-client@1.0.11 - metadata: *480 + metadata: *482 relationship: type: string description: A notation of whether a dependency is requested @@ -77962,9 +78013,9 @@ paths: application/json: schema: type: array - items: *481 + items: *483 examples: - default: *482 + default: *484 headers: Link: *65 x-github: @@ -78113,7 +78164,7 @@ paths: description: Response content: application/json: - schema: *481 + schema: *483 examples: simple-example: summary: Simple example @@ -78188,7 +78239,7 @@ paths: parameters: - *325 - *326 - - &483 + - &485 name: deployment_id description: deployment_id parameter in: path @@ -78200,7 +78251,7 @@ paths: description: Response content: application/json: - schema: *481 + schema: *483 examples: default: value: @@ -78267,7 +78318,7 @@ paths: parameters: - *325 - *326 - - *483 + - *485 responses: '204': description: Response @@ -78291,7 +78342,7 @@ paths: parameters: - *325 - *326 - - *483 + - *485 - *17 - *19 responses: @@ -78301,7 +78352,7 @@ paths: application/json: schema: type: array - items: &484 + items: &486 title: Deployment Status description: The status of a deployment. type: object @@ -78467,7 +78518,7 @@ paths: parameters: - *325 - *326 - - *483 + - *485 requestBody: required: true content: @@ -78542,9 +78593,9 @@ paths: description: Response content: application/json: - schema: *484 + schema: *486 examples: - default: &485 + default: &487 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -78602,7 +78653,7 @@ paths: parameters: - *325 - *326 - - *483 + - *485 - name: status_id in: path required: true @@ -78613,9 +78664,9 @@ paths: description: Response content: application/json: - schema: *484 + schema: *486 examples: - default: *485 + default: *487 '404': *6 x-github: githubCloudOnly: false @@ -78717,7 +78768,7 @@ paths: - 5 environments: type: array - items: &487 + items: &489 title: Environment description: Details of a deployment environment type: object @@ -78779,7 +78830,7 @@ paths: type: string examples: - wait_timer - wait_timer: &489 + wait_timer: &491 type: integer description: The amount of time to delay a job after the job is initially triggered. The time (in minutes) @@ -78821,7 +78872,7 @@ paths: items: type: object properties: - type: *486 + type: *488 reviewer: anyOf: - *4 @@ -78848,7 +78899,7 @@ paths: - id - node_id - type - deployment_branch_policy: &490 + deployment_branch_policy: &492 type: - object - 'null' @@ -78967,7 +79018,7 @@ paths: parameters: - *325 - *326 - - &488 + - &490 name: environment_name in: path required: true @@ -78980,9 +79031,9 @@ paths: description: Response content: application/json: - schema: *487 + schema: *489 examples: - default: &491 + default: &493 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -79068,7 +79119,7 @@ paths: parameters: - *325 - *326 - - *488 + - *490 requestBody: required: false content: @@ -79078,7 +79129,7 @@ paths: - object - 'null' properties: - wait_timer: *489 + wait_timer: *491 prevent_self_review: type: boolean description: Whether or not a user who created the job is prevented @@ -79097,14 +79148,14 @@ paths: items: type: object properties: - type: *486 + type: *488 id: type: integer description: The id of the user or team who can review the deployment examples: - 4532992 - deployment_branch_policy: *490 + deployment_branch_policy: *492 additionalProperties: false examples: default: @@ -79124,9 +79175,9 @@ paths: description: Response content: application/json: - schema: *487 + schema: *489 examples: - default: *491 + default: *493 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -79152,7 +79203,7 @@ paths: parameters: - *325 - *326 - - *488 + - *490 responses: '204': description: Default response @@ -79179,7 +79230,7 @@ paths: parameters: - *325 - *326 - - *488 + - *490 - *17 - *19 responses: @@ -79198,7 +79249,7 @@ paths: - 2 branch_policies: type: array - items: &492 + items: &494 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -79261,7 +79312,7 @@ paths: parameters: - *325 - *326 - - *488 + - *490 requestBody: required: true content: @@ -79309,9 +79360,9 @@ paths: description: Response content: application/json: - schema: *492 + schema: *494 examples: - example-wildcard: &493 + example-wildcard: &495 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -79355,8 +79406,8 @@ paths: parameters: - *325 - *326 - - *488 - - &494 + - *490 + - &496 name: branch_policy_id in: path required: true @@ -79368,9 +79419,9 @@ paths: description: Response content: application/json: - schema: *492 + schema: *494 examples: - default: *493 + default: *495 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79391,8 +79442,8 @@ paths: parameters: - *325 - *326 - - *488 - - *494 + - *490 + - *496 requestBody: required: true content: @@ -79421,9 +79472,9 @@ paths: description: Response content: application/json: - schema: *492 + schema: *494 examples: - default: *493 + default: *495 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79444,8 +79495,8 @@ paths: parameters: - *325 - *326 - - *488 - - *494 + - *490 + - *496 responses: '204': description: Response @@ -79470,7 +79521,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#get-all-deployment-protection-rules-for-an-environment parameters: - - *488 + - *490 - *326 - *325 responses: @@ -79489,7 +79540,7 @@ paths: - 10 custom_deployment_protection_rules: type: array - items: &495 + items: &497 title: Deployment protection rule description: Deployment protection rule type: object @@ -79511,7 +79562,7 @@ paths: for the environment. examples: - true - app: &496 + app: &498 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -79614,7 +79665,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#create-a-custom-deployment-protection-rule-on-an-environment parameters: - - *488 + - *490 - *326 - *325 requestBody: @@ -79637,9 +79688,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *495 + schema: *497 examples: - default: &497 + default: &499 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -79674,7 +79725,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#list-custom-deployment-rule-integrations-available-for-an-environment parameters: - - *488 + - *490 - *326 - *325 - *19 @@ -79696,7 +79747,7 @@ paths: - 35 available_custom_deployment_protection_rule_integrations: type: array - items: *496 + items: *498 examples: default: value: @@ -79733,8 +79784,8 @@ paths: parameters: - *325 - *326 - - *488 - - &498 + - *490 + - &500 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -79746,9 +79797,9 @@ paths: description: Response content: application/json: - schema: *495 + schema: *497 examples: - default: *497 + default: *499 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79769,10 +79820,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#disable-a-custom-protection-rule-for-an-environment parameters: - - *488 + - *490 - *326 - *325 - - *498 + - *500 responses: '204': description: Response @@ -79800,7 +79851,7 @@ paths: parameters: - *325 - *326 - - *488 + - *490 - *17 - *19 responses: @@ -79847,7 +79898,7 @@ paths: parameters: - *325 - *326 - - *488 + - *490 responses: '200': description: Response @@ -79879,7 +79930,7 @@ paths: parameters: - *325 - *326 - - *488 + - *490 - *160 responses: '200': @@ -79888,7 +79939,7 @@ paths: application/json: schema: *370 examples: - default: *499 + default: *501 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79912,7 +79963,7 @@ paths: parameters: - *325 - *326 - - *488 + - *490 - *160 requestBody: required: true @@ -79972,7 +80023,7 @@ paths: parameters: - *325 - *326 - - *488 + - *490 - *160 responses: '204': @@ -80000,7 +80051,7 @@ paths: parameters: - *325 - *326 - - *488 + - *490 - *341 - *19 responses: @@ -80045,7 +80096,7 @@ paths: parameters: - *325 - *326 - - *488 + - *490 requestBody: required: true content: @@ -80099,7 +80150,7 @@ paths: parameters: - *325 - *326 - - *488 + - *490 - *163 responses: '200': @@ -80108,7 +80159,7 @@ paths: application/json: schema: *374 examples: - default: *500 + default: *502 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80132,7 +80183,7 @@ paths: - *325 - *326 - *163 - - *488 + - *490 requestBody: required: true content: @@ -80177,7 +80228,7 @@ paths: - *325 - *326 - *163 - - *488 + - *490 responses: '204': description: Response @@ -80546,7 +80597,7 @@ paths: schema: oneOf: - *121 - - *501 + - *503 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80782,7 +80833,7 @@ paths: description: Response content: application/json: - schema: &502 + schema: &504 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -81017,7 +81068,7 @@ paths: description: Response content: application/json: - schema: *502 + schema: *504 examples: default: value: @@ -81075,7 +81126,7 @@ paths: parameters: - *325 - *326 - - &503 + - &505 name: ref description: The Git reference. For more information, see "[Git References](https://git-scm.com/book/en/v2/Git-Internals-Git-References)" in the Git documentation. @@ -81092,7 +81143,7 @@ paths: application/json: schema: type: array - items: &504 + items: &506 title: Git Reference description: Git references within a repository type: object @@ -81170,15 +81221,15 @@ paths: parameters: - *325 - *326 - - *503 + - *505 responses: '200': description: Response content: application/json: - schema: *504 + schema: *506 examples: - default: &505 + default: &507 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -81237,9 +81288,9 @@ paths: description: Response content: application/json: - schema: *504 + schema: *506 examples: - default: *505 + default: *507 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -81267,7 +81318,7 @@ paths: parameters: - *325 - *326 - - *503 + - *505 requestBody: required: true content: @@ -81296,9 +81347,9 @@ paths: description: Response content: application/json: - schema: *504 + schema: *506 examples: - default: *505 + default: *507 '422': *15 '409': *52 x-github: @@ -81318,7 +81369,7 @@ paths: parameters: - *325 - *326 - - *503 + - *505 responses: '204': description: Response @@ -81441,7 +81492,7 @@ paths: description: Response content: application/json: - schema: &507 + schema: &509 title: Git Tag description: Metadata for a Git tag type: object @@ -81497,7 +81548,7 @@ paths: - sha - type - url - verification: *506 + verification: *508 required: - sha - url @@ -81507,7 +81558,7 @@ paths: - tag - message examples: - default: &508 + default: &510 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -81592,9 +81643,9 @@ paths: description: Response content: application/json: - schema: *507 + schema: *509 examples: - default: *508 + default: *510 '404': *6 '409': *52 x-github: @@ -81693,7 +81744,7 @@ paths: description: Response content: application/json: - schema: &509 + schema: &511 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -81819,7 +81870,7 @@ paths: description: Response content: application/json: - schema: *509 + schema: *511 examples: default-response: summary: Default response @@ -81889,7 +81940,7 @@ paths: application/json: schema: type: array - items: &510 + items: &512 title: Webhook description: Webhooks for repositories. type: object @@ -81952,7 +82003,7 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &745 + last_response: &747 title: Hook Response type: object properties: @@ -82083,9 +82134,9 @@ paths: description: Response content: application/json: - schema: *510 + schema: *512 examples: - default: &511 + default: &513 value: type: Repository id: 12345678 @@ -82141,9 +82192,9 @@ paths: description: Response content: application/json: - schema: *510 + schema: *512 examples: - default: *511 + default: *513 '404': *6 x-github: githubCloudOnly: false @@ -82210,9 +82261,9 @@ paths: description: Response content: application/json: - schema: *510 + schema: *512 examples: - default: *511 + default: *513 '422': *15 '404': *6 x-github: @@ -82610,7 +82661,7 @@ paths: description: Response content: application/json: - schema: &512 + schema: &514 title: Import description: A repository import from an external source. type: object @@ -82717,7 +82768,7 @@ paths: - html_url - authors_url examples: - default: &515 + default: &517 value: vcs: subversion use_lfs: true @@ -82733,7 +82784,7 @@ paths: authors_url: https://api.github.com/repos/octocat/socm/import/authors repository_url: https://api.github.com/repos/octocat/socm '404': *6 - '503': &513 + '503': &515 description: Unavailable due to service under maintenance. content: application/json: @@ -82811,7 +82862,7 @@ paths: description: Response content: application/json: - schema: *512 + schema: *514 examples: default: value: @@ -82836,7 +82887,7 @@ paths: type: string '422': *15 '404': *6 - '503': *513 + '503': *515 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82917,7 +82968,7 @@ paths: description: Response content: application/json: - schema: *512 + schema: *514 examples: example-1: summary: Example 1 @@ -82965,7 +83016,7 @@ paths: html_url: https://import.github.com/octocat/socm/import authors_url: https://api.github.com/repos/octocat/socm/import/authors repository_url: https://api.github.com/repos/octocat/socm - '503': *513 + '503': *515 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82993,7 +83044,7 @@ paths: responses: '204': description: Response - '503': *513 + '503': *515 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83021,7 +83072,7 @@ paths: parameters: - *325 - *326 - - &679 + - &681 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -83035,7 +83086,7 @@ paths: application/json: schema: type: array - items: &514 + items: &516 title: Porter Author description: Porter Author type: object @@ -83089,7 +83140,7 @@ paths: url: https://api.github.com/repos/octocat/socm/import/authors/2268559 import_url: https://api.github.com/repos/octocat/socm/import '404': *6 - '503': *513 + '503': *515 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83145,7 +83196,7 @@ paths: description: Response content: application/json: - schema: *514 + schema: *516 examples: default: value: @@ -83158,7 +83209,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *513 + '503': *515 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83224,7 +83275,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *513 + '503': *515 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83280,11 +83331,11 @@ paths: description: Response content: application/json: - schema: *512 + schema: *514 examples: - default: *515 + default: *517 '422': *15 - '503': *513 + '503': *515 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83316,7 +83367,7 @@ paths: application/json: schema: *20 examples: - default: *516 + default: *518 '301': *329 '404': *6 x-github: @@ -83351,7 +83402,7 @@ paths: properties: {} additionalProperties: false examples: - default: &518 + default: &520 value: limit: collaborators_only origin: repository @@ -83382,7 +83433,7 @@ paths: required: true content: application/json: - schema: *517 + schema: *519 examples: default: summary: Example request body @@ -83396,7 +83447,7 @@ paths: application/json: schema: *222 examples: - default: *518 + default: *520 '409': description: Response x-github: @@ -83453,9 +83504,9 @@ paths: application/json: schema: type: array - items: *519 + items: *521 examples: - default: &672 + default: &674 value: - id: 1 repository: @@ -83617,7 +83668,7 @@ paths: description: Response content: application/json: - schema: *519 + schema: *521 examples: default: value: @@ -83855,7 +83906,7 @@ paths: type: array items: *81 examples: - default: &528 + default: &530 value: - id: 1 node_id: MDU6SXNzdWUx @@ -84126,7 +84177,7 @@ paths: application/json: schema: *81 examples: - default: &525 + default: &527 value: id: 1 node_id: MDU6SXNzdWUx @@ -84283,7 +84334,7 @@ paths: '422': *15 '503': *113 '404': *6 - '410': *520 + '410': *522 x-github: triggersNotification: true githubCloudOnly: false @@ -84345,7 +84396,7 @@ paths: type: array items: *82 examples: - default: &527 + default: &529 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -84413,7 +84464,7 @@ paths: application/json: schema: *82 examples: - default: &521 + default: &523 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -84494,7 +84545,7 @@ paths: application/json: schema: *82 examples: - default: *521 + default: *523 '422': *15 x-github: githubCloudOnly: false @@ -84606,7 +84657,7 @@ paths: '401': *23 '403': *27 '404': *6 - '410': *520 + '410': *522 '422': *15 x-github: githubCloudOnly: false @@ -84632,7 +84683,7 @@ paths: '401': *23 '403': *27 '404': *6 - '410': *520 + '410': *522 '503': *113 x-github: githubCloudOnly: false @@ -84680,7 +84731,7 @@ paths: type: array items: *454 examples: - default: *522 + default: *524 headers: Link: *65 '404': *6 @@ -84769,7 +84820,7 @@ paths: - *325 - *326 - *95 - - *523 + - *525 responses: '204': description: Response @@ -84800,7 +84851,7 @@ paths: application/json: schema: type: array - items: &524 + items: &526 title: Issue Event description: Issue Event type: object @@ -85152,7 +85203,7 @@ paths: description: Response content: application/json: - schema: *524 + schema: *526 examples: default: value: @@ -85345,7 +85396,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *520 + '410': *522 '403': *27 x-github: githubCloudOnly: false @@ -85381,7 +85432,7 @@ paths: parameters: - *325 - *326 - - &526 + - &528 name: issue_number description: The number that identifies the issue. in: path @@ -85397,7 +85448,7 @@ paths: examples: default: summary: Issue - value: *525 + value: *527 pinned_comment: summary: Issue with pinned comment value: @@ -85598,7 +85649,7 @@ paths: state_reason: completed '301': *329 '404': *6 - '410': *520 + '410': *522 '304': *35 x-github: githubCloudOnly: false @@ -85625,7 +85676,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 requestBody: required: false content: @@ -85766,13 +85817,13 @@ paths: application/json: schema: *81 examples: - default: *525 + default: *527 '422': *15 '503': *113 '403': *27 '301': *329 '404': *6 - '410': *520 + '410': *522 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85802,7 +85853,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 requestBody: required: false content: @@ -85830,7 +85881,7 @@ paths: application/json: schema: *81 examples: - default: *525 + default: *527 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85848,7 +85899,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 requestBody: content: application/json: @@ -85875,7 +85926,7 @@ paths: application/json: schema: *81 examples: - default: *525 + default: *527 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85899,7 +85950,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 - name: assignee in: path required: true @@ -85941,7 +85992,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 - *86 - *17 - *19 @@ -85954,11 +86005,11 @@ paths: type: array items: *82 examples: - default: *527 + default: *529 headers: Link: *65 '404': *6 - '410': *520 + '410': *522 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85989,7 +86040,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 requestBody: required: true content: @@ -86013,14 +86064,14 @@ paths: application/json: schema: *82 examples: - default: *521 + default: *523 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *27 - '410': *520 + '410': *522 '422': *15 '404': *6 x-github: @@ -86050,7 +86101,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 - *17 - *19 responses: @@ -86062,12 +86113,12 @@ paths: type: array items: *81 examples: - default: *528 + default: *530 headers: Link: *65 '301': *329 '404': *6 - '410': *520 + '410': *522 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86097,7 +86148,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 requestBody: required: true content: @@ -86121,7 +86172,7 @@ paths: application/json: schema: *81 examples: - default: *525 + default: *527 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/dependencies/blocked_by @@ -86129,7 +86180,7 @@ paths: type: string '301': *329 '403': *27 - '410': *520 + '410': *522 '422': *15 '404': *6 x-github: @@ -86162,7 +86213,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 - name: issue_id in: path description: The id of the blocking issue to remove as a dependency @@ -86176,13 +86227,13 @@ paths: application/json: schema: *81 examples: - default: *525 + default: *527 '301': *329 '400': *14 '401': *23 '403': *27 '404': *6 - '410': *520 + '410': *522 x-github: triggersNotification: true githubCloudOnly: false @@ -86210,7 +86261,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 - *17 - *19 responses: @@ -86222,12 +86273,12 @@ paths: type: array items: *81 examples: - default: *528 + default: *530 headers: Link: *65 '301': *329 '404': *6 - '410': *520 + '410': *522 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86246,7 +86297,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 - *17 - *19 responses: @@ -86260,7 +86311,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &531 + - &533 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -86309,7 +86360,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &532 + - &534 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -86437,7 +86488,7 @@ paths: - performed_via_github_app - assignee - assigner - - &533 + - &535 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -86483,7 +86534,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &534 + - &536 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -86529,7 +86580,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &535 + - &537 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -86578,7 +86629,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &536 + - &538 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -86620,7 +86671,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &537 + - &539 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -86662,7 +86713,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &538 + - &540 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -86718,7 +86769,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &539 + - &541 title: Locked Issue Event description: Locked Issue Event type: object @@ -86763,7 +86814,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &540 + - &542 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -86824,7 +86875,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &541 + - &543 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -86885,7 +86936,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &542 + - &544 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -86946,7 +86997,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &543 + - &545 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -87039,7 +87090,7 @@ paths: color: red headers: Link: *65 - '410': *520 + '410': *522 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87058,7 +87109,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 - *17 - *19 responses: @@ -87068,9 +87119,9 @@ paths: application/json: schema: type: array - items: *529 + items: *531 examples: - default: &643 + default: &645 value: - issue_field_id: 1 node_id: IFT_GDKND @@ -87096,7 +87147,7 @@ paths: Link: *65 '301': *329 '404': *6 - '410': *520 + '410': *522 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87115,7 +87166,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 - *17 - *19 responses: @@ -87127,7 +87178,7 @@ paths: type: array items: *80 examples: - default: &530 + default: &532 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -87147,7 +87198,7 @@ paths: Link: *65 '301': *329 '404': *6 - '410': *520 + '410': *522 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87165,7 +87216,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 requestBody: required: false content: @@ -87210,10 +87261,10 @@ paths: type: array items: *80 examples: - default: *530 + default: *532 '301': *329 '404': *6 - '410': *520 + '410': *522 '422': *15 x-github: githubCloudOnly: false @@ -87232,7 +87283,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 requestBody: required: false content: @@ -87294,10 +87345,10 @@ paths: type: array items: *80 examples: - default: *530 + default: *532 '301': *329 '404': *6 - '410': *520 + '410': *522 '422': *15 x-github: githubCloudOnly: false @@ -87316,13 +87367,13 @@ paths: parameters: - *325 - *326 - - *526 + - *528 responses: '204': description: Response '301': *329 '404': *6 - '410': *520 + '410': *522 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87343,7 +87394,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 - name: name in: path required: true @@ -87369,7 +87420,7 @@ paths: default: true '301': *329 '404': *6 - '410': *520 + '410': *522 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87391,7 +87442,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 requestBody: required: false content: @@ -87420,7 +87471,7 @@ paths: '204': description: Response '403': *27 - '410': *520 + '410': *522 '404': *6 '422': *15 x-github: @@ -87440,7 +87491,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 responses: '204': description: Response @@ -87472,7 +87523,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 responses: '200': description: Response @@ -87480,10 +87531,10 @@ paths: application/json: schema: *81 examples: - default: *525 + default: *527 '301': *329 '404': *6 - '410': *520 + '410': *522 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87502,7 +87553,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to an issue. @@ -87530,11 +87581,11 @@ paths: type: array items: *454 examples: - default: *522 + default: *524 headers: Link: *65 '404': *6 - '410': *520 + '410': *522 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87554,7 +87605,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 requestBody: required: true content: @@ -87619,8 +87670,8 @@ paths: parameters: - *325 - *326 - - *526 - - *523 + - *528 + - *525 responses: '204': description: Response @@ -87651,7 +87702,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 requestBody: required: true content: @@ -87675,7 +87726,7 @@ paths: application/json: schema: *81 examples: - default: *525 + default: *527 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -87710,7 +87761,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 - *17 - *19 responses: @@ -87722,11 +87773,11 @@ paths: type: array items: *81 examples: - default: *528 + default: *530 headers: Link: *65 '404': *6 - '410': *520 + '410': *522 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87756,7 +87807,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 requestBody: required: true content: @@ -87785,14 +87836,14 @@ paths: application/json: schema: *81 examples: - default: *525 + default: *527 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 schema: type: string '403': *27 - '410': *520 + '410': *522 '422': *15 '404': *6 x-github: @@ -87814,7 +87865,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 requestBody: required: true content: @@ -87847,7 +87898,7 @@ paths: application/json: schema: *81 examples: - default: *525 + default: *527 '403': *27 '404': *6 '422': *7 @@ -87871,7 +87922,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 - *17 - *19 responses: @@ -87886,8 +87937,6 @@ paths: description: Timeline Event type: object anyOf: - - *531 - - *532 - *533 - *534 - *535 @@ -87899,6 +87948,8 @@ paths: - *541 - *542 - *543 + - *544 + - *545 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -87955,7 +88006,7 @@ paths: pin: anyOf: - type: 'null' - - *544 + - *546 required: - event - actor @@ -88231,7 +88282,7 @@ paths: type: string comments: type: array - items: &563 + items: &565 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -88747,7 +88798,7 @@ paths: headers: Link: *65 '404': *6 - '410': *520 + '410': *522 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88775,7 +88826,7 @@ paths: application/json: schema: type: array - items: &545 + items: &547 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -88880,9 +88931,9 @@ paths: description: Response content: application/json: - schema: *545 + schema: *547 examples: - default: &546 + default: &548 value: id: 1 key: ssh-rsa AAA... @@ -88918,7 +88969,7 @@ paths: parameters: - *325 - *326 - - &547 + - &549 name: key_id description: The unique identifier of the key. in: path @@ -88930,9 +88981,9 @@ paths: description: Response content: application/json: - schema: *545 + schema: *547 examples: - default: *546 + default: *548 '404': *6 x-github: githubCloudOnly: false @@ -88952,7 +89003,7 @@ paths: parameters: - *325 - *326 - - *547 + - *549 responses: '204': description: Response @@ -88985,7 +89036,7 @@ paths: type: array items: *80 examples: - default: *530 + default: *532 headers: Link: *65 '404': *6 @@ -89045,7 +89096,7 @@ paths: application/json: schema: *80 examples: - default: &548 + default: &550 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -89091,7 +89142,7 @@ paths: application/json: schema: *80 examples: - default: *548 + default: *550 '404': *6 x-github: githubCloudOnly: false @@ -89493,7 +89544,7 @@ paths: application/json: schema: *456 examples: - default: *549 + default: *551 '204': description: Response when already merged '404': @@ -89659,7 +89710,7 @@ paths: application/json: schema: *266 examples: - default: &550 + default: &552 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -89720,7 +89771,7 @@ paths: parameters: - *325 - *326 - - &551 + - &553 name: milestone_number description: The number that identifies the milestone. in: path @@ -89734,7 +89785,7 @@ paths: application/json: schema: *266 examples: - default: *550 + default: *552 '404': *6 x-github: githubCloudOnly: false @@ -89753,7 +89804,7 @@ paths: parameters: - *325 - *326 - - *551 + - *553 requestBody: required: false content: @@ -89793,7 +89844,7 @@ paths: application/json: schema: *266 examples: - default: *550 + default: *552 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89811,7 +89862,7 @@ paths: parameters: - *325 - *326 - - *551 + - *553 responses: '204': description: Response @@ -89834,7 +89885,7 @@ paths: parameters: - *325 - *326 - - *551 + - *553 - *17 - *19 responses: @@ -89846,7 +89897,7 @@ paths: type: array items: *80 examples: - default: *530 + default: *532 headers: Link: *65 x-github: @@ -89867,10 +89918,10 @@ paths: parameters: - *325 - *326 - - *552 - - *553 - - *86 - *554 + - *555 + - *86 + - *556 - *17 - *19 responses: @@ -89882,7 +89933,7 @@ paths: type: array items: *106 examples: - default: *555 + default: *557 headers: Link: *65 x-github: @@ -89972,7 +90023,7 @@ paths: description: Response content: application/json: - schema: &556 + schema: &558 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -90116,7 +90167,7 @@ paths: - custom_404 - public examples: - default: &557 + default: &559 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -90213,9 +90264,9 @@ paths: description: Response content: application/json: - schema: *556 + schema: *558 examples: - default: *557 + default: *559 '422': *15 '409': *52 x-github: @@ -90377,7 +90428,7 @@ paths: application/json: schema: type: array - items: &558 + items: &560 title: Page Build description: Page Build type: object @@ -90524,9 +90575,9 @@ paths: description: Response content: application/json: - schema: *558 + schema: *560 examples: - default: &559 + default: &561 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -90586,9 +90637,9 @@ paths: description: Response content: application/json: - schema: *558 + schema: *560 examples: - default: *559 + default: *561 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90719,7 +90770,7 @@ paths: parameters: - *325 - *326 - - &560 + - &562 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -90779,7 +90830,7 @@ paths: parameters: - *325 - *326 - - *560 + - *562 responses: '204': *183 '404': *6 @@ -91351,7 +91402,7 @@ paths: type: array items: *460 examples: - default: *561 + default: *563 headers: Link: *65 '304': *35 @@ -91451,7 +91502,7 @@ paths: description: Response content: application/json: - schema: &565 + schema: &567 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -91685,7 +91736,7 @@ paths: - review_comment - self author_association: *78 - auto_merge: *562 + auto_merge: *564 draft: description: Indicates whether or not the pull request is a draft. type: boolean @@ -91881,7 +91932,7 @@ paths: - review_comments version: '2026-03-10' examples: - default: &566 + default: &568 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -92438,9 +92489,9 @@ paths: application/json: schema: type: array - items: *563 + items: *565 examples: - default: &568 + default: &570 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -92525,9 +92576,9 @@ paths: description: Response content: application/json: - schema: *563 + schema: *565 examples: - default: &564 + default: &566 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -92626,9 +92677,9 @@ paths: description: Response content: application/json: - schema: *563 + schema: *565 examples: - default: *564 + default: *566 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92697,7 +92748,7 @@ paths: type: array items: *454 examples: - default: *522 + default: *524 headers: Link: *65 '404': *6 @@ -92786,7 +92837,7 @@ paths: - *325 - *326 - *95 - - *523 + - *525 responses: '204': description: Response @@ -92831,7 +92882,7 @@ paths: parameters: - *325 - *326 - - &567 + - &569 name: pull_number description: The number that identifies the pull request. in: path @@ -92844,9 +92895,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *565 + schema: *567 examples: - default: *566 + default: *568 '304': *35 '404': *6 '406': @@ -92883,7 +92934,7 @@ paths: parameters: - *325 - *326 - - *567 + - *569 requestBody: required: false content: @@ -92925,9 +92976,9 @@ paths: description: Response content: application/json: - schema: *565 + schema: *567 examples: - default: *566 + default: *568 '422': *15 '403': *27 x-github: @@ -92951,7 +93002,7 @@ paths: parameters: - *325 - *326 - - *567 + - *569 requestBody: required: true content: @@ -93054,7 +93105,7 @@ paths: parameters: - *325 - *326 - - *567 + - *569 - *103 - name: direction description: The direction to sort results. Ignored without `sort` parameter. @@ -93075,9 +93126,9 @@ paths: application/json: schema: type: array - items: *563 + items: *565 examples: - default: *568 + default: *570 headers: Link: *65 x-github: @@ -93112,7 +93163,7 @@ paths: parameters: - *325 - *326 - - *567 + - *569 requestBody: required: true content: @@ -93218,7 +93269,7 @@ paths: description: Response content: application/json: - schema: *563 + schema: *565 examples: example-for-a-multi-line-comment: value: @@ -93308,7 +93359,7 @@ paths: parameters: - *325 - *326 - - *567 + - *569 - *95 requestBody: required: true @@ -93331,7 +93382,7 @@ paths: description: Response content: application/json: - schema: *563 + schema: *565 examples: default: value: @@ -93419,7 +93470,7 @@ paths: parameters: - *325 - *326 - - *567 + - *569 - *17 - *19 responses: @@ -93431,7 +93482,7 @@ paths: type: array items: *456 examples: - default: *569 + default: *571 headers: Link: *65 x-github: @@ -93463,7 +93514,7 @@ paths: parameters: - *325 - *326 - - *567 + - *569 - *17 - *19 responses: @@ -93513,7 +93564,7 @@ paths: parameters: - *325 - *326 - - *567 + - *569 responses: '204': description: Response if pull request has been merged @@ -93538,7 +93589,7 @@ paths: parameters: - *325 - *326 - - *567 + - *569 requestBody: required: false content: @@ -93652,7 +93703,7 @@ paths: parameters: - *325 - *326 - - *567 + - *569 responses: '200': description: Response @@ -93729,7 +93780,7 @@ paths: parameters: - *325 - *326 - - *567 + - *569 requestBody: required: false content: @@ -94304,7 +94355,7 @@ paths: parameters: - *325 - *326 - - *567 + - *569 requestBody: required: true content: @@ -94845,7 +94896,7 @@ paths: parameters: - *325 - *326 - - *567 + - *569 - *17 - *19 responses: @@ -94855,7 +94906,7 @@ paths: application/json: schema: type: array - items: &570 + items: &572 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -95013,7 +95064,7 @@ paths: parameters: - *325 - *326 - - *567 + - *569 requestBody: required: false content: @@ -95103,9 +95154,9 @@ paths: description: Response content: application/json: - schema: *570 + schema: *572 examples: - default: &572 + default: &574 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -95170,8 +95221,8 @@ paths: parameters: - *325 - *326 - - *567 - - &571 + - *569 + - &573 name: review_id description: The unique identifier of the review. in: path @@ -95183,9 +95234,9 @@ paths: description: Response content: application/json: - schema: *570 + schema: *572 examples: - default: &573 + default: &575 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -95246,8 +95297,8 @@ paths: parameters: - *325 - *326 - - *567 - - *571 + - *569 + - *573 requestBody: required: true content: @@ -95270,7 +95321,7 @@ paths: description: Response content: application/json: - schema: *570 + schema: *572 examples: default: value: @@ -95334,16 +95385,16 @@ paths: parameters: - *325 - *326 - - *567 - - *571 + - *569 + - *573 responses: '200': description: Response content: application/json: - schema: *570 + schema: *572 examples: - default: *572 + default: *574 '422': *7 '404': *6 x-github: @@ -95372,8 +95423,8 @@ paths: parameters: - *325 - *326 - - *567 - - *571 + - *569 + - *573 - *17 - *19 responses: @@ -95633,8 +95684,8 @@ paths: parameters: - *325 - *326 - - *567 - - *571 + - *569 + - *573 requestBody: required: true content: @@ -95663,7 +95714,7 @@ paths: description: Response content: application/json: - schema: *570 + schema: *572 examples: default: value: @@ -95728,8 +95779,8 @@ paths: parameters: - *325 - *326 - - *567 - - *571 + - *569 + - *573 requestBody: required: true content: @@ -95764,9 +95815,9 @@ paths: description: Response content: application/json: - schema: *570 + schema: *572 examples: - default: *573 + default: *575 '404': *6 '422': *7 '403': *27 @@ -95790,7 +95841,7 @@ paths: parameters: - *325 - *326 - - *567 + - *569 requestBody: required: false content: @@ -95868,9 +95919,9 @@ paths: description: Response content: application/json: - schema: *574 + schema: *576 examples: - default: &575 + default: &577 value: type: file encoding: base64 @@ -95933,9 +95984,9 @@ paths: description: Response content: application/json: - schema: *574 + schema: *576 examples: - default: *575 + default: *577 '404': *6 '422': *15 x-github: @@ -95968,7 +96019,7 @@ paths: application/json: schema: type: array - items: *576 + items: *578 examples: default: value: @@ -96139,9 +96190,9 @@ paths: description: Response content: application/json: - schema: *576 + schema: *578 examples: - default: &580 + default: &582 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -96248,7 +96299,7 @@ paths: parameters: - *325 - *326 - - &578 + - &580 name: asset_id description: The unique identifier of the asset. in: path @@ -96260,9 +96311,9 @@ paths: description: Response content: application/json: - schema: *577 + schema: *579 examples: - default: &579 + default: &581 value: url: https://api.github.com/repos/octocat/Hello-World/releases/assets/1 browser_download_url: https://github.com/octocat/Hello-World/releases/download/v1.0.0/example.zip @@ -96297,7 +96348,7 @@ paths: type: User site_admin: false '404': *6 - '302': *469 + '302': *471 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96315,7 +96366,7 @@ paths: parameters: - *325 - *326 - - *578 + - *580 requestBody: required: false content: @@ -96344,9 +96395,9 @@ paths: description: Response content: application/json: - schema: *577 + schema: *579 examples: - default: *579 + default: *581 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96364,7 +96415,7 @@ paths: parameters: - *325 - *326 - - *578 + - *580 responses: '204': description: Response @@ -96483,9 +96534,9 @@ paths: description: Response content: application/json: - schema: *576 + schema: *578 examples: - default: *580 + default: *582 '404': *6 x-github: githubCloudOnly: false @@ -96517,9 +96568,9 @@ paths: description: Response content: application/json: - schema: *576 + schema: *578 examples: - default: *580 + default: *582 '404': *6 x-github: githubCloudOnly: false @@ -96543,7 +96594,7 @@ paths: parameters: - *325 - *326 - - &581 + - &583 name: release_id description: The unique identifier of the release. in: path @@ -96557,9 +96608,9 @@ paths: For more information, see "[Getting started with the REST API](https://docs.github.com/rest/using-the-rest-api/getting-started-with-the-rest-api#hypermedia)."' content: application/json: - schema: *576 + schema: *578 examples: - default: *580 + default: *582 '401': description: Unauthorized x-github: @@ -96579,7 +96630,7 @@ paths: parameters: - *325 - *326 - - *581 + - *583 requestBody: required: false content: @@ -96643,9 +96694,9 @@ paths: description: Response content: application/json: - schema: *576 + schema: *578 examples: - default: *580 + default: *582 '404': description: Not Found if the discussion category name is invalid content: @@ -96668,7 +96719,7 @@ paths: parameters: - *325 - *326 - - *581 + - *583 responses: '204': description: Response @@ -96691,7 +96742,7 @@ paths: parameters: - *325 - *326 - - *581 + - *583 - *17 - *19 responses: @@ -96701,7 +96752,7 @@ paths: application/json: schema: type: array - items: *577 + items: *579 examples: default: value: @@ -96784,7 +96835,7 @@ paths: parameters: - *325 - *326 - - *581 + - *583 - name: name in: query required: true @@ -96810,7 +96861,7 @@ paths: description: Response for successful upload content: application/json: - schema: *577 + schema: *579 examples: response-for-successful-upload: value: @@ -96867,7 +96918,7 @@ paths: parameters: - *325 - *326 - - *581 + - *583 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a release. @@ -96893,7 +96944,7 @@ paths: type: array items: *454 examples: - default: *522 + default: *524 headers: Link: *65 '404': *6 @@ -96916,7 +96967,7 @@ paths: parameters: - *325 - *326 - - *581 + - *583 requestBody: required: true content: @@ -96979,8 +97030,8 @@ paths: parameters: - *325 - *326 - - *581 - - *523 + - *583 + - *525 responses: '204': description: Response @@ -97023,7 +97074,7 @@ paths: oneOf: - allOf: - *287 - - &582 + - &584 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -97044,67 +97095,67 @@ paths: description: The ID of the ruleset that includes this rule. - allOf: - *288 - - *582 + - *584 - allOf: - *289 - - *582 + - *584 - allOf: - *290 - - *582 + - *584 - allOf: - - *583 - - *582 + - *585 + - *584 - allOf: - *291 - - *582 + - *584 - allOf: - *292 - - *582 + - *584 - allOf: - *293 - - *582 + - *584 - allOf: - *294 - - *582 + - *584 - allOf: - *295 - - *582 + - *584 - allOf: - *296 - - *582 + - *584 - allOf: - *297 - - *582 + - *584 - allOf: - *298 - - *582 + - *584 - allOf: - *299 - - *582 + - *584 - allOf: - *300 - - *582 + - *584 - allOf: - *301 - - *582 + - *584 - allOf: - *302 - - *582 + - *584 - allOf: - *303 - - *582 + - *584 - allOf: - *304 - - *582 + - *584 - allOf: - *305 - - *582 + - *584 - allOf: - *306 - - *582 + - *584 - allOf: - *307 - - *582 + - *584 examples: default: value: @@ -97155,7 +97206,7 @@ paths: schema: type: boolean default: true - - *584 + - *586 responses: '200': description: Response @@ -97240,7 +97291,7 @@ paths: rules: type: array description: An array of rules within the ruleset. - items: *585 + items: *587 required: - name - enforcement @@ -97273,7 +97324,7 @@ paths: application/json: schema: *308 examples: - default: &595 + default: &597 value: id: 42 name: super cool ruleset @@ -97323,10 +97374,10 @@ paths: parameters: - *325 - *326 - - *586 - - *587 - *588 - *589 + - *590 + - *591 - *17 - *19 responses: @@ -97334,9 +97385,9 @@ paths: description: Response content: application/json: - schema: *590 + schema: *592 examples: - default: *591 + default: *593 '404': *6 '500': *53 x-github: @@ -97359,15 +97410,15 @@ paths: parameters: - *325 - *326 - - *592 + - *594 responses: '200': description: Response content: application/json: - schema: *593 + schema: *595 examples: - default: *594 + default: *596 '404': *6 '500': *53 x-github: @@ -97418,7 +97469,7 @@ paths: application/json: schema: *308 examples: - default: *595 + default: *597 '404': *6 '500': *53 put: @@ -97471,7 +97522,7 @@ paths: rules: description: An array of rules within the ruleset. type: array - items: *585 + items: *587 examples: default: value: @@ -97501,7 +97552,7 @@ paths: application/json: schema: *308 examples: - default: *595 + default: *597 '404': *6 '422': *15 '500': *53 @@ -97563,7 +97614,7 @@ paths: type: array items: *311 examples: - default: *596 + default: *598 '404': *6 '500': *53 x-github: @@ -97601,7 +97652,7 @@ paths: description: Response content: application/json: - schema: *597 + schema: *599 examples: default: value: @@ -97658,23 +97709,23 @@ paths: parameters: - *325 - *326 - - *598 - - *599 - *600 - *601 - *602 - *603 - *604 - *605 + - *606 + - *607 - *59 - *19 - *17 - - *606 - - *607 - *608 - *609 - *610 - *611 + - *612 + - *613 responses: '200': description: Response @@ -97682,7 +97733,7 @@ paths: application/json: schema: type: array - items: &615 + items: &617 type: object properties: number: *170 @@ -97698,8 +97749,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *612 - resolution: *613 + state: *614 + resolution: *615 resolved_at: type: - string @@ -97805,7 +97856,7 @@ paths: first_location_detected: anyOf: - type: 'null' - - *614 + - *616 has_more_locations: type: boolean description: A boolean value representing whether or not the @@ -97967,13 +98018,13 @@ paths: - *325 - *326 - *422 - - *611 + - *613 responses: '200': description: Response content: application/json: - schema: *615 + schema: *617 examples: default: value: @@ -98037,8 +98088,8 @@ paths: schema: type: object properties: - state: *612 - resolution: *613 + state: *614 + resolution: *615 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -98076,7 +98127,7 @@ paths: description: Response content: application/json: - schema: *615 + schema: *617 examples: default: value: @@ -98184,7 +98235,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &765 + items: &767 type: object properties: type: @@ -98211,8 +98262,6 @@ paths: - commit details: oneOf: - - *616 - - *617 - *618 - *619 - *620 @@ -98224,6 +98273,8 @@ paths: - *626 - *627 - *628 + - *629 + - *630 examples: default: value: @@ -98318,14 +98369,14 @@ paths: schema: type: object properties: - reason: &630 + reason: &632 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *629 + placeholder_id: *631 required: - reason - placeholder_id @@ -98342,7 +98393,7 @@ paths: schema: type: object properties: - reason: *630 + reason: *632 expire_at: type: - string @@ -98405,7 +98456,7 @@ paths: properties: incremental_scans: type: array - items: &631 + items: &633 description: Information on a single scan performed by secret scanning on the repository type: object @@ -98433,15 +98484,15 @@ paths: the scan is pending pattern_update_scans: type: array - items: *631 + items: *633 backfill_scans: type: array - items: *631 + items: *633 custom_pattern_backfill_scans: type: array items: allOf: - - *631 + - *633 - type: object properties: pattern_name: @@ -98556,9 +98607,9 @@ paths: application/json: schema: type: array - items: *632 + items: *634 examples: - default: *633 + default: *635 '400': *14 '404': *6 x-github: @@ -98752,9 +98803,9 @@ paths: description: Response content: application/json: - schema: *632 + schema: *634 examples: - default: &635 + default: &637 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -99101,7 +99152,7 @@ paths: description: Response content: application/json: - schema: *632 + schema: *634 examples: default: value: @@ -99250,15 +99301,15 @@ paths: parameters: - *325 - *326 - - *634 + - *636 responses: '200': description: Response content: application/json: - schema: *632 + schema: *634 examples: - default: *635 + default: *637 '403': *27 '404': *6 x-github: @@ -99284,7 +99335,7 @@ paths: parameters: - *325 - *326 - - *634 + - *636 requestBody: required: true content: @@ -99455,10 +99506,10 @@ paths: description: Response content: application/json: - schema: *632 + schema: *634 examples: - default: *635 - add_credit: *635 + default: *637 + add_credit: *637 '403': *27 '404': *6 '422': @@ -99498,7 +99549,7 @@ paths: parameters: - *325 - *326 - - *634 + - *636 responses: '202': *37 '400': *14 @@ -99527,7 +99578,7 @@ paths: parameters: - *325 - *326 - - *634 + - *636 responses: '202': description: Response @@ -99668,7 +99719,7 @@ paths: application/json: schema: type: array - items: &636 + items: &638 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -100041,7 +100092,7 @@ paths: application/json: schema: type: array - items: *636 + items: *638 examples: default: value: @@ -100131,7 +100182,7 @@ paths: description: Response content: application/json: - schema: *637 + schema: *639 examples: default: value: @@ -100225,7 +100276,7 @@ paths: description: if you subscribe to the repository content: application/json: - schema: &638 + schema: &640 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -100325,7 +100376,7 @@ paths: description: Response content: application/json: - schema: *638 + schema: *640 examples: default: value: @@ -100535,7 +100586,7 @@ paths: description: Response content: application/json: - schema: &639 + schema: &641 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -100547,7 +100598,7 @@ paths: required: - names examples: - default: &640 + default: &642 value: names: - octocat @@ -100602,9 +100653,9 @@ paths: description: Response content: application/json: - schema: *639 + schema: *641 examples: - default: *640 + default: *642 '404': *6 '422': *7 x-github: @@ -100627,7 +100678,7 @@ paths: parameters: - *325 - *326 - - &641 + - &643 name: per description: The time frame to display results for. in: query @@ -100658,7 +100709,7 @@ paths: - 128 clones: type: array - items: &642 + items: &644 title: Traffic type: object properties: @@ -100906,7 +100957,7 @@ paths: parameters: - *325 - *326 - - *641 + - *643 responses: '200': description: Response @@ -100927,7 +100978,7 @@ paths: - 3782 views: type: array - items: *642 + items: *644 required: - uniques - count @@ -101596,7 +101647,7 @@ paths: url: https://docs.github.com/rest/issues/issue-field-values#add-issue-field-values-to-an-issue parameters: - *141 - - *526 + - *528 requestBody: required: true content: @@ -101662,9 +101713,9 @@ paths: type: array description: The current issue field values for this issue after adding the new values - items: *529 + items: *531 examples: - default: *643 + default: *645 '400': *14 '403': *27 '404': *6 @@ -101701,7 +101752,7 @@ paths: url: https://docs.github.com/rest/issues/issue-field-values#set-issue-field-values-for-an-issue parameters: - *141 - - *526 + - *528 requestBody: required: true content: @@ -101768,9 +101819,9 @@ paths: type: array description: The current issue field values for this issue after setting the new values - items: *529 + items: *531 examples: - default: *643 + default: *645 '400': *14 '403': *27 '404': *6 @@ -101802,7 +101853,7 @@ paths: url: https://docs.github.com/rest/issues/issue-field-values#delete-an-issue-field-value-from-an-issue parameters: - *141 - - *526 + - *528 - *229 responses: '204': @@ -101946,7 +101997,7 @@ paths: examples: - 73..77 - 77..78 - text_matches: &644 + text_matches: &646 title: Search Result Text Matches type: array items: @@ -102109,7 +102160,7 @@ paths: enum: - author-date - committer-date - - &645 + - &647 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 @@ -102197,7 +102248,7 @@ paths: url: type: string format: uri - verification: *506 + verification: *508 required: - author - committer @@ -102229,7 +102280,7 @@ paths: type: number node_id: type: string - text_matches: *644 + text_matches: *646 required: - sha - node_id @@ -102421,7 +102472,7 @@ paths: - interactions - created - updated - - *645 + - *647 - *17 - *19 - name: advanced_search @@ -102535,11 +102586,11 @@ paths: type: - string - 'null' - sub_issues_summary: *646 - issue_dependencies_summary: *647 + sub_issues_summary: *648 + issue_dependencies_summary: *649 issue_field_values: type: array - items: *529 + items: *531 state: type: string state_reason: @@ -102567,7 +102618,7 @@ paths: - string - 'null' format: date-time - text_matches: *644 + text_matches: *646 pull_request: type: object properties: @@ -102861,7 +102912,7 @@ paths: enum: - created - updated - - *645 + - *647 - *17 - *19 responses: @@ -102906,7 +102957,7 @@ paths: - 'null' score: type: number - text_matches: *644 + text_matches: *646 required: - id - node_id @@ -102991,7 +103042,7 @@ paths: - forks - help-wanted-issues - updated - - *645 + - *647 - *17 - *19 responses: @@ -103237,7 +103288,7 @@ paths: - admin - pull - push - text_matches: *644 + text_matches: *646 temp_clone_token: type: string allow_merge_commit: @@ -103545,7 +103596,7 @@ paths: - string - 'null' format: uri - text_matches: *644 + text_matches: *646 related: type: - array @@ -103738,7 +103789,7 @@ paths: - followers - repositories - joined - - *645 + - *647 - *17 - *19 responses: @@ -103848,7 +103899,7 @@ paths: type: - boolean - 'null' - text_matches: *644 + text_matches: *646 blog: type: - string @@ -103930,7 +103981,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#get-a-team-legacy parameters: - - &648 + - &650 name: team_id description: The unique identifier of the team. in: path @@ -103971,7 +104022,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#update-a-team-legacy parameters: - - *648 + - *650 requestBody: required: true content: @@ -104072,7 +104123,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#delete-a-team-legacy parameters: - - *648 + - *650 responses: '204': description: Response @@ -104101,7 +104152,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-pending-team-invitations-legacy parameters: - - *648 + - *650 - *17 - *19 responses: @@ -104139,7 +104190,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-team-members-legacy parameters: - - *648 + - *650 - name: role description: Filters members returned by their role in the team. in: query @@ -104190,7 +104241,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-member-legacy parameters: - - *648 + - *650 - *69 responses: '204': @@ -104227,7 +104278,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-team-member-legacy parameters: - - *648 + - *650 - *69 responses: '204': @@ -104267,7 +104318,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-member-legacy parameters: - - *648 + - *650 - *69 responses: '204': @@ -104304,7 +104355,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *648 + - *650 - *69 responses: '200': @@ -104313,7 +104364,7 @@ paths: application/json: schema: *324 examples: - response-if-user-is-a-team-maintainer: *649 + response-if-user-is-a-team-maintainer: *651 '404': *6 x-github: githubCloudOnly: false @@ -104346,7 +104397,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *648 + - *650 - *69 requestBody: required: false @@ -104374,7 +104425,7 @@ paths: application/json: schema: *324 examples: - response-if-users-membership-with-team-is-now-pending: *650 + response-if-users-membership-with-team-is-now-pending: *652 '403': description: Forbidden if team synchronization is set up '422': @@ -104408,7 +104459,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *648 + - *650 - *69 responses: '204': @@ -104436,7 +104487,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-repositories-legacy parameters: - - *648 + - *650 - *17 - *19 responses: @@ -104478,7 +104529,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *648 + - *650 - *325 - *326 responses: @@ -104486,7 +104537,7 @@ paths: description: Alternative response with extra repository information content: application/json: - schema: *651 + schema: *653 examples: alternative-response-with-extra-repository-information: value: @@ -104637,7 +104688,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *648 + - *650 - *325 - *326 requestBody: @@ -104689,7 +104740,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *648 + - *650 - *325 - *326 responses: @@ -104716,7 +104767,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-child-teams-legacy parameters: - - *648 + - *650 - *17 - *19 responses: @@ -104728,7 +104779,7 @@ paths: type: array items: *187 examples: - response-if-child-teams-exist: *652 + response-if-child-teams-exist: *654 headers: Link: *65 '404': *6 @@ -104761,7 +104812,7 @@ paths: application/json: schema: oneOf: - - &654 + - &656 title: Private User description: Private User type: object @@ -105011,7 +105062,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *653 + - *655 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -105171,7 +105222,7 @@ paths: description: Response content: application/json: - schema: *654 + schema: *656 examples: default: value: @@ -105569,7 +105620,7 @@ paths: type: integer secrets: type: array - items: &655 + items: &657 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -105689,7 +105740,7 @@ paths: description: Response content: application/json: - schema: *655 + schema: *657 examples: default: value: @@ -106102,7 +106153,7 @@ paths: description: Response content: application/json: - schema: &656 + schema: &658 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -106155,7 +106206,7 @@ paths: examples: - https://github.com/octocat/hello-world/tree/:branch examples: - default: &657 + default: &659 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -106200,9 +106251,9 @@ paths: description: Response content: application/json: - schema: *656 + schema: *658 examples: - default: *657 + default: *659 '404': *6 x-github: githubCloudOnly: false @@ -106241,7 +106292,7 @@ paths: type: array items: *446 examples: - default: *658 + default: *660 '304': *35 '500': *53 '401': *23 @@ -107207,7 +107258,7 @@ paths: type: array items: *247 examples: - default: &669 + default: &671 value: - id: 197 name: hello_docker @@ -107308,7 +107359,7 @@ paths: application/json: schema: type: array - items: &659 + items: &661 title: Email description: Email type: object @@ -107378,9 +107429,9 @@ paths: application/json: schema: type: array - items: *659 + items: *661 examples: - default: &671 + default: &673 value: - email: octocat@github.com verified: true @@ -107457,7 +107508,7 @@ paths: application/json: schema: type: array - items: *659 + items: *661 examples: default: value: @@ -107715,7 +107766,7 @@ paths: application/json: schema: type: array - items: &660 + items: &662 title: GPG Key description: A unique encryption key type: object @@ -107860,7 +107911,7 @@ paths: - subkeys - revoked examples: - default: &687 + default: &689 value: - id: 3 name: Octocat's GPG Key @@ -107945,9 +107996,9 @@ paths: description: Response content: application/json: - schema: *660 + schema: *662 examples: - default: &661 + default: &663 value: id: 3 name: Octocat's GPG Key @@ -108004,7 +108055,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &662 + - &664 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -108016,9 +108067,9 @@ paths: description: Response content: application/json: - schema: *660 + schema: *662 examples: - default: *661 + default: *663 '404': *6 '304': *35 '403': *27 @@ -108041,7 +108092,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *662 + - *664 responses: '204': description: Response @@ -108349,7 +108400,7 @@ paths: required: true content: application/json: - schema: *517 + schema: *519 examples: default: value: @@ -108499,7 +108550,7 @@ paths: application/json: schema: type: array - items: &663 + items: &665 title: Key description: Key type: object @@ -108602,9 +108653,9 @@ paths: description: Response content: application/json: - schema: *663 + schema: *665 examples: - default: &664 + default: &666 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -108637,15 +108688,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#get-a-public-ssh-key-for-the-authenticated-user parameters: - - *547 + - *549 responses: '200': description: Response content: application/json: - schema: *663 + schema: *665 examples: - default: *664 + default: *666 '404': *6 '304': *35 '403': *27 @@ -108668,7 +108719,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#delete-a-public-ssh-key-for-the-authenticated-user parameters: - - *547 + - *549 responses: '204': description: Response @@ -108701,7 +108752,7 @@ paths: application/json: schema: type: array - items: &665 + items: &667 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -108780,7 +108831,7 @@ paths: - account - plan examples: - default: &666 + default: &668 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -108842,9 +108893,9 @@ paths: application/json: schema: type: array - items: *665 + items: *667 examples: - default: *666 + default: *668 headers: Link: *65 '304': *35 @@ -109862,7 +109913,7 @@ paths: url: https://docs.github.com/rest/migrations/users#unlock-a-user-repository parameters: - *242 - - *667 + - *669 responses: '204': description: Response @@ -109995,7 +110046,7 @@ paths: - docker - nuget - container - - *668 + - *670 - *19 - *17 responses: @@ -110007,8 +110058,8 @@ paths: type: array items: *247 examples: - default: *669 - '400': *670 + default: *671 + '400': *672 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -110037,7 +110088,7 @@ paths: application/json: schema: *247 examples: - default: &688 + default: &690 value: id: 40201 name: octo-name @@ -110399,9 +110450,9 @@ paths: application/json: schema: type: array - items: *659 + items: *661 examples: - default: *671 + default: *673 headers: Link: *65 '304': *35 @@ -110514,7 +110565,7 @@ paths: type: array items: *77 examples: - default: &678 + default: &680 summary: Default response value: - id: 1296269 @@ -110878,9 +110929,9 @@ paths: application/json: schema: type: array - items: *519 + items: *521 examples: - default: *672 + default: *674 headers: Link: *65 '304': *35 @@ -110965,7 +111016,7 @@ paths: application/json: schema: type: array - items: &673 + items: &675 title: Social account description: Social media account type: object @@ -110982,7 +111033,7 @@ paths: - provider - url examples: - default: &674 + default: &676 value: - provider: twitter url: https://twitter.com/github @@ -111045,9 +111096,9 @@ paths: application/json: schema: type: array - items: *673 + items: *675 examples: - default: *674 + default: *676 '422': *15 '304': *35 '404': *6 @@ -111135,7 +111186,7 @@ paths: application/json: schema: type: array - items: &675 + items: &677 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -111155,7 +111206,7 @@ paths: - title - created_at examples: - default: &706 + default: &708 value: - id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -111220,9 +111271,9 @@ paths: description: Response content: application/json: - schema: *675 + schema: *677 examples: - default: &676 + default: &678 value: id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -111252,7 +111303,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: - - &677 + - &679 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -111264,9 +111315,9 @@ paths: description: Response content: application/json: - schema: *675 + schema: *677 examples: - default: *676 + default: *678 '404': *6 '304': *35 '403': *27 @@ -111289,7 +111340,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: - - *677 + - *679 responses: '204': description: Response @@ -111318,7 +111369,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &707 + - &709 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 @@ -111343,11 +111394,11 @@ paths: type: array items: *77 examples: - default-response: *678 + default-response: *680 application/vnd.github.v3.star+json: schema: type: array - items: &708 + items: &710 title: Starred Repository description: Starred Repository type: object @@ -111716,10 +111767,10 @@ paths: application/json: schema: oneOf: - - *654 - - *653 + - *656 + - *655 examples: - default-response: &682 + default-response: &684 summary: Default response value: login: octocat @@ -111754,7 +111805,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &683 + response-with-git-hub-plan-information: &685 summary: Response with GitHub plan information value: login: octocat @@ -111811,7 +111862,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/drafts#create-draft-item-for-user-owned-project parameters: - - &680 + - &682 name: user_id description: The unique identifier of the user. in: path @@ -111877,7 +111928,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#list-users parameters: - - *679 + - *681 - *17 responses: '200': @@ -111912,7 +111963,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/views#create-a-view-for-a-user-owned-project parameters: - - *680 + - *682 - *265 requestBody: required: true @@ -111987,7 +112038,7 @@ paths: description: Response for creating a view in a user-owned project. content: application/json: - schema: *681 + schema: *683 examples: table_view: summary: Response for creating a table view @@ -112039,11 +112090,11 @@ paths: application/json: schema: oneOf: - - *654 - - *653 + - *656 + - *655 examples: - default-response: *682 - response-with-git-hub-plan-information: *683 + default-response: *684 + response-with-git-hub-plan-information: *685 '404': *6 x-github: githubCloudOnly: false @@ -112093,8 +112144,8 @@ paths: required: - subject_digests examples: - default: *684 - withPredicateType: *685 + default: *686 + withPredicateType: *687 responses: '200': description: Response @@ -112148,7 +112199,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *686 + default: *688 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -112423,7 +112474,7 @@ paths: type: array items: *247 examples: - default: *669 + default: *671 '403': *27 '401': *23 x-github: @@ -112807,9 +112858,9 @@ paths: application/json: schema: type: array - items: *660 + items: *662 examples: - default: *687 + default: *689 headers: Link: *65 x-github: @@ -112913,7 +112964,7 @@ paths: application/json: schema: *20 examples: - default: *516 + default: *518 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -113038,7 +113089,7 @@ paths: - docker - nuget - container - - *668 + - *670 - *69 - *19 - *17 @@ -113051,10 +113102,10 @@ paths: type: array items: *247 examples: - default: *669 + default: *671 '403': *27 '401': *23 - '400': *670 + '400': *672 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -113084,7 +113135,7 @@ paths: application/json: schema: *247 examples: - default: *688 + default: *690 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -113433,7 +113484,7 @@ paths: type: array items: *268 examples: - default: *689 + default: *691 headers: Link: *65 '304': *35 @@ -113493,7 +113544,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: *690 + items: *692 required: - name - data_type @@ -113509,7 +113560,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: *691 + iteration_configuration: *693 required: - name - data_type @@ -113531,8 +113582,8 @@ paths: value: name: Due date data_type: date - single_select_field: *692 - iteration_field: *693 + single_select_field: *694 + iteration_field: *695 responses: '201': description: Response @@ -113540,11 +113591,11 @@ paths: application/json: schema: *268 examples: - text_field: *694 - number_field: *695 - date_field: *696 - single_select_field: *697 - iteration_field: *698 + text_field: *696 + number_field: *697 + date_field: *698 + single_select_field: *699 + iteration_field: *700 '304': *35 '403': *27 '401': *23 @@ -113566,7 +113617,7 @@ paths: url: https://docs.github.com/rest/projects/fields#get-project-field-for-user parameters: - *265 - - *699 + - *701 - *69 responses: '200': @@ -113575,7 +113626,7 @@ paths: application/json: schema: *268 examples: - default: *700 + default: *702 headers: Link: *65 '304': *35 @@ -113932,7 +113983,7 @@ paths: parameters: - *265 - *69 - - *701 + - *703 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the @@ -114207,7 +114258,7 @@ paths: - *115 - *117 - *116 - - *702 + - *704 - *118 responses: '200': @@ -114338,7 +114389,7 @@ paths: parameters: - *69 - *115 - - *703 + - *705 - *116 responses: '200': @@ -114437,9 +114488,9 @@ paths: - *115 - *117 - *116 - - *704 + - *706 - *118 - - *705 + - *707 responses: '200': description: Response when getting a billing usage summary @@ -114573,9 +114624,9 @@ paths: application/json: schema: type: array - items: *673 + items: *675 examples: - default: *674 + default: *676 headers: Link: *65 x-github: @@ -114605,9 +114656,9 @@ paths: application/json: schema: type: array - items: *675 + items: *677 examples: - default: *706 + default: *708 headers: Link: *65 x-github: @@ -114632,7 +114683,7 @@ paths: url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-a-user parameters: - *69 - - *707 + - *709 - *59 - *17 - *19 @@ -114644,11 +114695,11 @@ paths: schema: anyOf: - type: array - items: *708 + items: *710 - type: array items: *77 examples: - default-response: *678 + default-response: *680 headers: Link: *65 x-github: @@ -114808,7 +114859,7 @@ webhooks: type: string enum: - disabled - enterprise: &709 + enterprise: &711 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -114877,7 +114928,7 @@ webhooks: - created_at - updated_at - avatar_url - installation: &710 + installation: &712 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -114898,7 +114949,7 @@ webhooks: required: - id - node_id - organization: &711 + organization: &713 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -114971,7 +115022,7 @@ webhooks: - public_members_url - avatar_url - description - repository: &712 + repository: &714 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property @@ -115911,10 +115962,10 @@ webhooks: type: string enum: - enabled - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -115990,11 +116041,11 @@ webhooks: type: string enum: - created - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 - rule: &713 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 + rule: &715 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) @@ -116217,11 +116268,11 @@ webhooks: type: string enum: - deleted - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 - rule: *713 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 + rule: *715 sender: *4 required: - action @@ -116409,11 +116460,11 @@ webhooks: - everyone required: - from - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 - rule: *713 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 + rule: *715 sender: *4 required: - action @@ -116497,7 +116548,7 @@ webhooks: type: string enum: - completed - check_run: &715 + check_run: &717 title: CheckRun description: A check performed on the code of a given code change type: object @@ -116607,7 +116658,7 @@ webhooks: - examples: - neutral - deployment: *714 + deployment: *716 details_url: type: string examples: @@ -116705,10 +116756,10 @@ webhooks: - output - app - pull_requests - installation: *710 - enterprise: *709 - organization: *711 - repository: *712 + installation: *712 + enterprise: *711 + organization: *713 + repository: *714 sender: *4 required: - check_run @@ -117099,11 +117150,11 @@ webhooks: type: string enum: - created - check_run: *715 - installation: *710 - enterprise: *709 - organization: *711 - repository: *712 + check_run: *717 + installation: *712 + enterprise: *711 + organization: *713 + repository: *714 sender: *4 required: - check_run @@ -117497,11 +117548,11 @@ webhooks: type: string enum: - requested_action - check_run: *715 - installation: *710 - enterprise: *709 - organization: *711 - repository: *712 + check_run: *717 + installation: *712 + enterprise: *711 + organization: *713 + repository: *714 requested_action: description: The action requested by the user. type: object @@ -117904,11 +117955,11 @@ webhooks: type: string enum: - rerequested - check_run: *715 - installation: *710 - enterprise: *709 - organization: *711 - repository: *712 + check_run: *717 + installation: *712 + enterprise: *711 + organization: *713 + repository: *714 sender: *4 required: - check_run @@ -118893,10 +118944,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -119600,10 +119651,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -120301,10 +120352,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -120625,20 +120676,20 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: &716 + commit_oid: &718 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: *709 - installation: *710 - organization: *711 - ref: &717 + enterprise: *711 + installation: *712 + organization: *713 + ref: &719 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: *712 + repository: *714 sender: *4 required: - action @@ -121046,12 +121097,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *716 - enterprise: *709 - installation: *710 - organization: *711 - ref: *717 - repository: *712 + commit_oid: *718 + enterprise: *711 + installation: *712 + organization: *713 + ref: *719 + repository: *714 sender: *4 required: - action @@ -121334,12 +121385,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *716 - enterprise: *709 - installation: *710 - organization: *711 - ref: *717 - repository: *712 + commit_oid: *718 + enterprise: *711 + installation: *712 + organization: *713 + ref: *719 + repository: *714 sender: *4 required: - action @@ -121685,12 +121736,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *716 - enterprise: *709 - installation: *710 - organization: *711 - ref: *717 - repository: *712 + commit_oid: *718 + enterprise: *711 + installation: *712 + organization: *713 + ref: *719 + repository: *714 sender: *4 required: - action @@ -121980,9 +122031,9 @@ webhooks: type: - string - 'null' - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event @@ -121990,7 +122041,7 @@ webhooks: type: - string - 'null' - repository: *712 + repository: *714 sender: *4 required: - action @@ -122236,12 +122287,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *716 - enterprise: *709 - installation: *710 - organization: *711 - ref: *717 - repository: *712 + commit_oid: *718 + enterprise: *711 + installation: *712 + organization: *713 + ref: *719 + repository: *714 sender: *4 required: - action @@ -122562,10 +122613,10 @@ webhooks: - dismissed_reason - rule - tool - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -122825,10 +122876,10 @@ webhooks: - updated_at - author_association - body - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -122909,18 +122960,18 @@ webhooks: type: - string - 'null' - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *711 - pusher_type: &718 + organization: *713 + pusher_type: &720 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &719 + ref: &721 description: The [`git ref`](https://docs.github.com/rest/git/refs#get-a-reference) resource. type: string @@ -122930,7 +122981,7 @@ webhooks: enum: - tag - branch - repository: *712 + repository: *714 sender: *4 required: - ref @@ -123013,9 +123064,9 @@ webhooks: enum: - created definition: *276 - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 sender: *4 required: - action @@ -123100,9 +123151,9 @@ webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 sender: *4 required: - action @@ -123180,9 +123231,9 @@ webhooks: enum: - promote_to_enterprise definition: *276 - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 sender: *4 required: - action @@ -123260,9 +123311,9 @@ webhooks: enum: - updated definition: *276 - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 sender: *4 required: - action @@ -123339,10 +123390,10 @@ webhooks: type: string enum: - updated - enterprise: *709 - installation: *710 - repository: *712 - organization: *711 + enterprise: *711 + installation: *712 + repository: *714 + organization: *713 sender: *4 new_property_values: type: array @@ -123427,18 +123478,18 @@ webhooks: title: delete event type: object properties: - enterprise: *709 - installation: *710 - organization: *711 - pusher_type: *718 - ref: *719 + enterprise: *711 + installation: *712 + organization: *713 + pusher_type: *720 + ref: *721 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *712 + repository: *714 sender: *4 required: - ref @@ -123518,11 +123569,11 @@ webhooks: type: string enum: - assignees_changed - alert: *475 - installation: *710 - organization: *711 - enterprise: *709 - repository: *712 + alert: *477 + installation: *712 + organization: *713 + enterprise: *711 + repository: *714 sender: *4 required: - action @@ -123602,11 +123653,11 @@ webhooks: type: string enum: - auto_dismissed - alert: *475 - installation: *710 - organization: *711 - enterprise: *709 - repository: *712 + alert: *477 + installation: *712 + organization: *713 + enterprise: *711 + repository: *714 sender: *4 required: - action @@ -123687,11 +123738,11 @@ webhooks: type: string enum: - auto_reopened - alert: *475 - installation: *710 - organization: *711 - enterprise: *709 - repository: *712 + alert: *477 + installation: *712 + organization: *713 + enterprise: *711 + repository: *714 sender: *4 required: - action @@ -123772,11 +123823,11 @@ webhooks: type: string enum: - created - alert: *475 - installation: *710 - organization: *711 - enterprise: *709 - repository: *712 + alert: *477 + installation: *712 + organization: *713 + enterprise: *711 + repository: *714 sender: *4 required: - action @@ -123855,11 +123906,11 @@ webhooks: type: string enum: - dismissed - alert: *475 - installation: *710 - organization: *711 - enterprise: *709 - repository: *712 + alert: *477 + installation: *712 + organization: *713 + enterprise: *711 + repository: *714 sender: *4 required: - action @@ -123938,11 +123989,11 @@ webhooks: type: string enum: - fixed - alert: *475 - installation: *710 - organization: *711 - enterprise: *709 - repository: *712 + alert: *477 + installation: *712 + organization: *713 + enterprise: *711 + repository: *714 sender: *4 required: - action @@ -124022,11 +124073,11 @@ webhooks: type: string enum: - reintroduced - alert: *475 - installation: *710 - organization: *711 - enterprise: *709 - repository: *712 + alert: *477 + installation: *712 + organization: *713 + enterprise: *711 + repository: *714 sender: *4 required: - action @@ -124105,11 +124156,11 @@ webhooks: type: string enum: - reopened - alert: *475 - installation: *710 - organization: *711 - enterprise: *709 - repository: *712 + alert: *477 + installation: *712 + organization: *713 + enterprise: *711 + repository: *714 sender: *4 required: - action @@ -124186,9 +124237,9 @@ webhooks: type: string enum: - created - enterprise: *709 - installation: *710 - key: &720 + enterprise: *711 + installation: *712 + key: &722 description: The [`deploy key`](https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -124226,8 +124277,8 @@ webhooks: - verified - created_at - read_only - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -124304,11 +124355,11 @@ webhooks: type: string enum: - deleted - enterprise: *709 - installation: *710 - key: *720 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + key: *722 + organization: *713 + repository: *714 sender: *4 required: - action @@ -124875,12 +124926,12 @@ webhooks: - updated_at - statuses_url - repository_url - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 - workflow: &724 + workflow: &726 title: Workflow type: - object @@ -125631,13 +125682,13 @@ webhooks: deployment: anyOf: - type: 'null' - - *481 + - *483 pull_requests: type: array - items: *565 - repository: *712 - organization: *711 - installation: *710 + items: *567 + repository: *714 + organization: *713 + installation: *712 sender: *4 responses: '200': @@ -125708,7 +125759,7 @@ webhooks: type: string enum: - approved - approver: &721 + approver: &723 type: object properties: avatar_url: @@ -125751,11 +125802,11 @@ webhooks: type: string comment: type: string - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 - reviewers: &722 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 + reviewers: &724 type: array items: type: object @@ -125836,7 +125887,7 @@ webhooks: sender: *4 since: type: string - workflow_job_run: &723 + workflow_job_run: &725 type: object properties: conclusion: @@ -126582,18 +126633,18 @@ webhooks: type: string enum: - rejected - approver: *721 + approver: *723 comment: type: string - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 - reviewers: *722 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 + reviewers: *724 sender: *4 since: type: string - workflow_job_run: *723 + workflow_job_run: *725 workflow_job_runs: type: array items: @@ -127310,13 +127361,13 @@ webhooks: type: string enum: - requested - enterprise: *709 + enterprise: *711 environment: type: string - installation: *710 - organization: *711 - repository: *712 - requestor: &729 + installation: *712 + organization: *713 + repository: *714 + requestor: &731 title: User type: - object @@ -129249,12 +129300,12 @@ webhooks: - updated_at - deployment_url - repository_url - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 - workflow: *724 + workflow: *726 workflow_run: title: Deployment Workflow Run type: @@ -129945,7 +129996,7 @@ webhooks: type: string enum: - answered - answer: &727 + answer: &729 type: object properties: author_association: @@ -130105,11 +130156,11 @@ webhooks: - created_at - updated_at - body - discussion: *725 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + discussion: *727 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -130236,11 +130287,11 @@ webhooks: - from required: - category - discussion: *725 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + discussion: *727 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -130323,11 +130374,11 @@ webhooks: type: string enum: - closed - discussion: *725 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + discussion: *727 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -130409,7 +130460,7 @@ webhooks: type: string enum: - created - comment: &726 + comment: &728 type: object properties: author_association: @@ -130569,11 +130620,11 @@ webhooks: - updated_at - body - reactions - discussion: *725 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + discussion: *727 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -130656,12 +130707,12 @@ webhooks: type: string enum: - deleted - comment: *726 - discussion: *725 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + comment: *728 + discussion: *727 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -130756,12 +130807,12 @@ webhooks: - from required: - body - comment: *726 - discussion: *725 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + comment: *728 + discussion: *727 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -130845,11 +130896,11 @@ webhooks: type: string enum: - created - discussion: *725 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + discussion: *727 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -130931,11 +130982,11 @@ webhooks: type: string enum: - deleted - discussion: *725 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + discussion: *727 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -131035,11 +131086,11 @@ webhooks: type: string required: - from - discussion: *725 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + discussion: *727 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -131121,10 +131172,10 @@ webhooks: type: string enum: - labeled - discussion: *725 - enterprise: *709 - installation: *710 - label: &728 + discussion: *727 + enterprise: *711 + installation: *712 + label: &730 title: Label type: object properties: @@ -131157,8 +131208,8 @@ webhooks: - color - default - description - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -131241,11 +131292,11 @@ webhooks: type: string enum: - locked - discussion: *725 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + discussion: *727 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -131327,11 +131378,11 @@ webhooks: type: string enum: - pinned - discussion: *725 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + discussion: *727 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -131413,11 +131464,11 @@ webhooks: type: string enum: - reopened - discussion: *725 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + discussion: *727 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -131502,16 +131553,16 @@ webhooks: changes: type: object properties: - new_discussion: *725 - new_repository: *712 + new_discussion: *727 + new_repository: *714 required: - new_discussion - new_repository - discussion: *725 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + discussion: *727 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -131594,10 +131645,10 @@ webhooks: type: string enum: - unanswered - discussion: *725 - old_answer: *727 - organization: *711 - repository: *712 + discussion: *727 + old_answer: *729 + organization: *713 + repository: *714 sender: *4 required: - action @@ -131679,12 +131730,12 @@ webhooks: type: string enum: - unlabeled - discussion: *725 - enterprise: *709 - installation: *710 - label: *728 - organization: *711 - repository: *712 + discussion: *727 + enterprise: *711 + installation: *712 + label: *730 + organization: *713 + repository: *714 sender: *4 required: - action @@ -131767,11 +131818,11 @@ webhooks: type: string enum: - unlocked - discussion: *725 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + discussion: *727 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -131853,11 +131904,11 @@ webhooks: type: string enum: - unpinned - discussion: *725 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + discussion: *727 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -131930,7 +131981,7 @@ webhooks: description: A user forks a repository. type: object properties: - enterprise: *709 + enterprise: *711 forkee: description: The created [`repository`](https://docs.github.com/rest/repos/repos#get-a-repository) resource. @@ -132608,9 +132659,9 @@ webhooks: type: integer watchers_count: type: integer - installation: *710 - organization: *711 - repository: *712 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - forkee @@ -132756,9 +132807,9 @@ webhooks: title: gollum event type: object properties: - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 pages: description: The pages that were updated. type: array @@ -132796,7 +132847,7 @@ webhooks: - action - sha - html_url - repository: *712 + repository: *714 sender: *4 required: - pages @@ -132872,10 +132923,10 @@ webhooks: type: string enum: - created - enterprise: *709 + enterprise: *711 installation: *20 - organization: *711 - repositories: &730 + organization: *713 + repositories: &732 description: An array of repository objects that the installation can access. type: array @@ -132901,8 +132952,8 @@ webhooks: - name - full_name - private - repository: *712 - requester: *729 + repository: *714 + requester: *731 sender: *4 required: - action @@ -132977,11 +133028,11 @@ webhooks: type: string enum: - deleted - enterprise: *709 + enterprise: *711 installation: *20 - organization: *711 - repositories: *730 - repository: *712 + organization: *713 + repositories: *732 + repository: *714 requester: type: - 'null' @@ -133058,11 +133109,11 @@ webhooks: type: string enum: - new_permissions_accepted - enterprise: *709 + enterprise: *711 installation: *20 - organization: *711 - repositories: *730 - repository: *712 + organization: *713 + repositories: *732 + repository: *714 requester: type: - 'null' @@ -133139,10 +133190,10 @@ webhooks: type: string enum: - added - enterprise: *709 + enterprise: *711 installation: *20 - organization: *711 - repositories_added: &731 + organization: *713 + repositories_added: &733 description: An array of repository objects, which were added to the installation. type: array @@ -133188,15 +133239,15 @@ webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *712 - repository_selection: &732 + repository: *714 + repository_selection: &734 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *729 + requester: *731 sender: *4 required: - action @@ -133275,10 +133326,10 @@ webhooks: type: string enum: - removed - enterprise: *709 + enterprise: *711 installation: *20 - organization: *711 - repositories_added: *731 + organization: *713 + repositories_added: *733 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -133305,9 +133356,9 @@ webhooks: - name - full_name - private - repository: *712 - repository_selection: *732 - requester: *729 + repository: *714 + repository_selection: *734 + requester: *731 sender: *4 required: - action @@ -133386,11 +133437,11 @@ webhooks: type: string enum: - suspend - enterprise: *709 + enterprise: *711 installation: *20 - organization: *711 - repositories: *730 - repository: *712 + organization: *713 + repositories: *732 + repository: *714 requester: type: - 'null' @@ -133572,10 +133623,10 @@ webhooks: type: string required: - from - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 target_type: type: string @@ -133654,11 +133705,11 @@ webhooks: type: string enum: - unsuspend - enterprise: *709 + enterprise: *711 installation: *20 - organization: *711 - repositories: *730 - repository: *712 + organization: *713 + repositories: *732 + repository: *714 requester: type: - 'null' @@ -133824,7 +133875,7 @@ webhooks: pin: anyOf: - type: 'null' - - *544 + - *546 user: title: User type: @@ -133910,8 +133961,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -134723,8 +134774,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *646 - issue_dependencies_summary: *647 + sub_issues_summary: *648 + issue_dependencies_summary: *649 state: description: State of the issue; either 'open' or 'closed' type: string @@ -135085,8 +135136,8 @@ webhooks: - state - locked - assignee - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -135166,7 +135217,7 @@ webhooks: type: string enum: - deleted - comment: &733 + comment: &735 title: issue comment description: The [comment](https://docs.github.com/rest/issues/comments#get-an-issue-comment) itself. @@ -135323,7 +135374,7 @@ webhooks: pin: anyOf: - type: 'null' - - *544 + - *546 required: - url - html_url @@ -135337,8 +135388,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -136146,8 +136197,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *646 - issue_dependencies_summary: *647 + sub_issues_summary: *648 + issue_dependencies_summary: *649 state: description: State of the issue; either 'open' or 'closed' type: string @@ -136510,8 +136561,8 @@ webhooks: - state - locked - assignee - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -136591,7 +136642,7 @@ webhooks: type: string enum: - edited - changes: &757 + changes: &759 description: The changes to the comment. type: object properties: @@ -136603,9 +136654,9 @@ webhooks: type: string required: - from - comment: *733 - enterprise: *709 - installation: *710 + comment: *735 + enterprise: *711 + installation: *712 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -137416,8 +137467,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *646 - issue_dependencies_summary: *647 + sub_issues_summary: *648 + issue_dependencies_summary: *649 state: description: State of the issue; either 'open' or 'closed' type: string @@ -137778,8 +137829,8 @@ webhooks: - state - locked - assignee - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -137860,9 +137911,9 @@ webhooks: type: string enum: - pinned - comment: *733 - enterprise: *709 - installation: *710 + comment: *735 + enterprise: *711 + installation: *712 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -138675,8 +138726,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *646 - issue_dependencies_summary: *647 + sub_issues_summary: *648 + issue_dependencies_summary: *649 state: description: State of the issue; either 'open' or 'closed' type: string @@ -139039,8 +139090,8 @@ webhooks: - state - locked - assignee - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -139120,9 +139171,9 @@ webhooks: type: string enum: - unpinned - comment: *733 - enterprise: *709 - installation: *710 + comment: *735 + enterprise: *711 + installation: *712 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -139935,8 +139986,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *646 - issue_dependencies_summary: *647 + sub_issues_summary: *648 + issue_dependencies_summary: *649 state: description: State of the issue; either 'open' or 'closed' type: string @@ -140299,8 +140350,8 @@ webhooks: - state - locked - assignee - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -140389,9 +140440,9 @@ webhooks: type: number blocking_issue: *81 blocking_issue_repo: *77 - installation: *710 - organization: *711 - repository: *712 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -140480,9 +140531,9 @@ webhooks: type: number blocking_issue: *81 blocking_issue_repo: *77 - installation: *710 - organization: *711 - repository: *712 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -140570,9 +140621,9 @@ webhooks: description: The ID of the blocking issue. type: number blocking_issue: *81 - installation: *710 - organization: *711 - repository: *712 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -140661,9 +140712,9 @@ webhooks: description: The ID of the blocking issue. type: number blocking_issue: *81 - installation: *710 - organization: *711 - repository: *712 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -140743,10 +140794,10 @@ webhooks: type: string enum: - assigned - assignee: *729 - enterprise: *709 - installation: *710 - issue: &736 + assignee: *731 + enterprise: *711 + installation: *712 + issue: &738 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -141557,11 +141608,11 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *646 - issue_dependencies_summary: *647 + sub_issues_summary: *648 + issue_dependencies_summary: *649 issue_field_values: type: array - items: *529 + items: *531 state: description: State of the issue; either 'open' or 'closed' type: string @@ -141681,8 +141732,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -141762,8 +141813,8 @@ webhooks: type: string enum: - closed - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -142579,11 +142630,11 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *646 - issue_dependencies_summary: *647 + sub_issues_summary: *648 + issue_dependencies_summary: *649 issue_field_values: type: array - items: *529 + items: *531 state: description: State of the issue; either 'open' or 'closed' type: string @@ -142846,8 +142897,8 @@ webhooks: required: - state - closed_at - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -142926,8 +142977,8 @@ webhooks: type: string enum: - deleted - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -143734,11 +143785,11 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *646 - issue_dependencies_summary: *647 + sub_issues_summary: *648 + issue_dependencies_summary: *649 issue_field_values: type: array - items: *529 + items: *531 state: description: State of the issue; either 'open' or 'closed' type: string @@ -143857,8 +143908,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -143937,8 +143988,8 @@ webhooks: type: string enum: - demilestoned - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -144768,11 +144819,11 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *646 - issue_dependencies_summary: *647 + sub_issues_summary: *648 + issue_dependencies_summary: *649 issue_field_values: type: array - items: *529 + items: *531 state: description: State of the issue; either 'open' or 'closed' type: string @@ -144870,7 +144921,7 @@ webhooks: format: uri user_view_type: type: string - milestone: &734 + milestone: &736 title: Milestone description: A collection of related issues and pull requests. type: object @@ -145013,8 +145064,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -145113,8 +145164,8 @@ webhooks: type: string required: - from - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -145925,11 +145976,11 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *646 - issue_dependencies_summary: *647 + sub_issues_summary: *648 + issue_dependencies_summary: *649 issue_field_values: type: array - items: *529 + items: *531 state: description: State of the issue; either 'open' or 'closed' type: string @@ -146049,9 +146100,9 @@ webhooks: - active_lock_reason - body - reactions - label: *728 - organization: *711 - repository: *712 + label: *730 + organization: *713 + repository: *714 sender: *4 required: - action @@ -146131,8 +146182,8 @@ webhooks: type: string enum: - labeled - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -146942,11 +146993,11 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *646 - issue_dependencies_summary: *647 + sub_issues_summary: *648 + issue_dependencies_summary: *649 issue_field_values: type: array - items: *529 + items: *531 state: description: State of the issue; either 'open' or 'closed' type: string @@ -147066,9 +147117,9 @@ webhooks: - active_lock_reason - body - reactions - label: *728 - organization: *711 - repository: *712 + label: *730 + organization: *713 + repository: *714 sender: *4 required: - action @@ -147148,8 +147199,8 @@ webhooks: type: string enum: - locked - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -147984,11 +148035,11 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *646 - issue_dependencies_summary: *647 + sub_issues_summary: *648 + issue_dependencies_summary: *649 issue_field_values: type: array - items: *529 + items: *531 state: description: State of the issue; either 'open' or 'closed' type: string @@ -148085,8 +148136,8 @@ webhooks: format: uri user_view_type: type: string - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -148165,8 +148216,8 @@ webhooks: type: string enum: - milestoned - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -148995,11 +149046,11 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *646 - issue_dependencies_summary: *647 + sub_issues_summary: *648 + issue_dependencies_summary: *649 issue_field_values: type: array - items: *529 + items: *531 state: description: State of the issue; either 'open' or 'closed' type: string @@ -149096,9 +149147,9 @@ webhooks: format: uri user_view_type: type: string - milestone: *734 - organization: *711 - repository: *712 + milestone: *736 + organization: *713 + repository: *714 sender: *4 required: - action @@ -149985,11 +150036,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *646 - issue_dependencies_summary: *647 + sub_issues_summary: *648 + issue_dependencies_summary: *649 issue_field_values: type: array - items: *529 + items: *531 state: description: State of the issue; either 'open' or 'closed' type: string @@ -150581,8 +150632,8 @@ webhooks: required: - old_issue - old_repository - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -151389,11 +151440,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *646 - issue_dependencies_summary: *647 + sub_issues_summary: *648 + issue_dependencies_summary: *649 issue_field_values: type: array - items: *529 + items: *531 state: description: State of the issue; either 'open' or 'closed' type: string @@ -151516,8 +151567,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -151597,9 +151648,9 @@ webhooks: type: string enum: - pinned - enterprise: *709 - installation: *710 - issue: &735 + enterprise: *711 + installation: *712 + issue: &737 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -152404,11 +152455,11 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *646 - issue_dependencies_summary: *647 + sub_issues_summary: *648 + issue_dependencies_summary: *649 issue_field_values: type: array - items: *529 + items: *531 state: description: State of the issue; either 'open' or 'closed' type: string @@ -152527,8 +152578,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -152607,8 +152658,8 @@ webhooks: type: string enum: - reopened - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -153441,11 +153492,11 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *646 - issue_dependencies_summary: *647 + sub_issues_summary: *648 + issue_dependencies_summary: *649 issue_field_values: type: array - items: *529 + items: *531 state: description: State of the issue; either 'open' or 'closed' type: string @@ -153543,8 +153594,8 @@ webhooks: user_view_type: type: string type: *230 - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -154432,11 +154483,11 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *646 - issue_dependencies_summary: *647 + sub_issues_summary: *648 + issue_dependencies_summary: *649 issue_field_values: type: array - items: *529 + items: *531 state: description: State of the issue; either 'open' or 'closed' type: string @@ -155046,11 +155097,11 @@ webhooks: required: - new_issue - new_repository - enterprise: *709 - installation: *710 - issue: *735 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + issue: *737 + organization: *713 + repository: *714 sender: *4 required: - action @@ -155130,12 +155181,12 @@ webhooks: type: string enum: - typed - enterprise: *709 - installation: *710 - issue: *736 + enterprise: *711 + installation: *712 + issue: *738 type: *230 - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -155216,7 +155267,7 @@ webhooks: type: string enum: - unassigned - assignee: &760 + assignee: &762 title: User type: - object @@ -155288,11 +155339,11 @@ webhooks: required: - login - id - enterprise: *709 - installation: *710 - issue: *736 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + issue: *738 + organization: *713 + repository: *714 sender: *4 required: - action @@ -155371,12 +155422,12 @@ webhooks: type: string enum: - unlabeled - enterprise: *709 - installation: *710 - issue: *736 - label: *728 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + issue: *738 + label: *730 + organization: *713 + repository: *714 sender: *4 required: - action @@ -155456,8 +155507,8 @@ webhooks: type: string enum: - unlocked - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -156290,11 +156341,11 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *646 - issue_dependencies_summary: *647 + sub_issues_summary: *648 + issue_dependencies_summary: *649 issue_field_values: type: array - items: *529 + items: *531 state: description: State of the issue; either 'open' or 'closed' type: string @@ -156391,8 +156442,8 @@ webhooks: format: uri user_view_type: type: string - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -156472,11 +156523,11 @@ webhooks: type: string enum: - unpinned - enterprise: *709 - installation: *710 - issue: *735 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + issue: *737 + organization: *713 + repository: *714 sender: *4 required: - action @@ -156555,12 +156606,12 @@ webhooks: type: string enum: - untyped - enterprise: *709 - installation: *710 - issue: *736 + enterprise: *711 + installation: *712 + issue: *738 type: *230 - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -156640,11 +156691,11 @@ webhooks: type: string enum: - created - enterprise: *709 - installation: *710 - label: *728 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + label: *730 + organization: *713 + repository: *714 sender: *4 required: - action @@ -156722,11 +156773,11 @@ webhooks: type: string enum: - deleted - enterprise: *709 - installation: *710 - label: *728 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + label: *730 + organization: *713 + repository: *714 sender: *4 required: - action @@ -156836,11 +156887,11 @@ webhooks: type: string required: - from - enterprise: *709 - installation: *710 - label: *728 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + label: *730 + organization: *713 + repository: *714 sender: *4 required: - action @@ -156922,9 +156973,9 @@ webhooks: - cancelled effective_date: type: string - enterprise: *709 - installation: *710 - marketplace_purchase: &737 + enterprise: *711 + installation: *712 + marketplace_purchase: &739 title: Marketplace Purchase type: object required: @@ -157012,8 +157063,8 @@ webhooks: type: integer unit_count: type: integer - organization: *711 - previous_marketplace_purchase: &738 + organization: *713 + previous_marketplace_purchase: &740 title: Marketplace Purchase type: object properties: @@ -157097,7 +157148,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *712 + repository: *714 sender: *4 required: - action @@ -157177,10 +157228,10 @@ webhooks: - changed effective_date: type: string - enterprise: *709 - installation: *710 - marketplace_purchase: *737 - organization: *711 + enterprise: *711 + installation: *712 + marketplace_purchase: *739 + organization: *713 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -157268,7 +157319,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *712 + repository: *714 sender: *4 required: - action @@ -157350,10 +157401,10 @@ webhooks: - pending_change effective_date: type: string - enterprise: *709 - installation: *710 - marketplace_purchase: *737 - organization: *711 + enterprise: *711 + installation: *712 + marketplace_purchase: *739 + organization: *713 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -157439,7 +157490,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *712 + repository: *714 sender: *4 required: - action @@ -157520,8 +157571,8 @@ webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 marketplace_purchase: title: Marketplace Purchase type: object @@ -157607,9 +157658,9 @@ webhooks: type: integer unit_count: type: integer - organization: *711 - previous_marketplace_purchase: *738 - repository: *712 + organization: *713 + previous_marketplace_purchase: *740 + repository: *714 sender: *4 required: - action @@ -157689,12 +157740,12 @@ webhooks: - purchased effective_date: type: string - enterprise: *709 - installation: *710 - marketplace_purchase: *737 - organization: *711 - previous_marketplace_purchase: *738 - repository: *712 + enterprise: *711 + installation: *712 + marketplace_purchase: *739 + organization: *713 + previous_marketplace_purchase: *740 + repository: *714 sender: *4 required: - action @@ -157796,11 +157847,11 @@ webhooks: type: string required: - to - enterprise: *709 - installation: *710 - member: *729 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + member: *731 + organization: *713 + repository: *714 sender: *4 required: - action @@ -157902,11 +157953,11 @@ webhooks: type: - string - 'null' - enterprise: *709 - installation: *710 - member: *729 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + member: *731 + organization: *713 + repository: *714 sender: *4 required: - action @@ -157985,11 +158036,11 @@ webhooks: type: string enum: - removed - enterprise: *709 - installation: *710 - member: *729 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + member: *731 + organization: *713 + repository: *714 sender: *4 required: - action @@ -158067,11 +158118,11 @@ webhooks: type: string enum: - added - enterprise: *709 - installation: *710 - member: *729 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + member: *731 + organization: *713 + repository: *714 scope: description: The scope of the membership. Currently, can only be `team`. @@ -158149,7 +158200,7 @@ webhooks: required: - login - id - team: &739 + team: &741 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -158379,11 +158430,11 @@ webhooks: type: string enum: - removed - enterprise: *709 - installation: *710 - member: *729 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + member: *731 + organization: *713 + repository: *714 scope: description: The scope of the membership. Currently, can only be `team`. @@ -158462,7 +158513,7 @@ webhooks: required: - login - id - team: *739 + team: *741 required: - action - scope @@ -158544,8 +158595,8 @@ webhooks: type: string enum: - checks_requested - installation: *710 - merge_group: &740 + installation: *712 + merge_group: &742 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -158571,8 +158622,8 @@ webhooks: - base_sha - base_ref - head_commit - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -158658,10 +158709,10 @@ webhooks: - merged - invalidated - dequeued - installation: *710 - merge_group: *740 - organization: *711 - repository: *712 + installation: *712 + merge_group: *742 + organization: *713 + repository: *714 sender: *4 required: - action @@ -158734,7 +158785,7 @@ webhooks: type: string enum: - deleted - enterprise: *709 + enterprise: *711 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -158843,12 +158894,12 @@ webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *710 - organization: *711 + installation: *712 + organization: *713 repository: anyOf: - type: 'null' - - *712 + - *714 sender: *4 required: - action @@ -158928,11 +158979,11 @@ webhooks: type: string enum: - closed - enterprise: *709 - installation: *710 - milestone: *734 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + milestone: *736 + organization: *713 + repository: *714 sender: *4 required: - action @@ -159011,9 +159062,9 @@ webhooks: type: string enum: - created - enterprise: *709 - installation: *710 - milestone: &741 + enterprise: *711 + installation: *712 + milestone: &743 title: Milestone description: A collection of related issues and pull requests. type: object @@ -159155,8 +159206,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -159235,11 +159286,11 @@ webhooks: type: string enum: - deleted - enterprise: *709 - installation: *710 - milestone: *734 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + milestone: *736 + organization: *713 + repository: *714 sender: *4 required: - action @@ -159349,11 +159400,11 @@ webhooks: type: string required: - from - enterprise: *709 - installation: *710 - milestone: *734 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + milestone: *736 + organization: *713 + repository: *714 sender: *4 required: - action @@ -159433,11 +159484,11 @@ webhooks: type: string enum: - opened - enterprise: *709 - installation: *710 - milestone: *741 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + milestone: *743 + organization: *713 + repository: *714 sender: *4 required: - action @@ -159516,11 +159567,11 @@ webhooks: type: string enum: - blocked - blocked_user: *729 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + blocked_user: *731 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -159599,11 +159650,11 @@ webhooks: type: string enum: - unblocked - blocked_user: *729 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + blocked_user: *731 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -159682,9 +159733,9 @@ webhooks: type: string enum: - deleted - enterprise: *709 - installation: *710 - membership: &742 + enterprise: *711 + installation: *712 + membership: &744 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -159794,8 +159845,8 @@ webhooks: - role - organization_url - user - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -159873,11 +159924,11 @@ webhooks: type: string enum: - member_added - enterprise: *709 - installation: *710 - membership: *742 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + membership: *744 + organization: *713 + repository: *714 sender: *4 required: - action @@ -159956,8 +160007,8 @@ webhooks: type: string enum: - member_invited - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -160079,10 +160130,10 @@ webhooks: - inviter - team_count - invitation_teams_url - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 - user: *729 + user: *731 required: - action - invitation @@ -160160,11 +160211,11 @@ webhooks: type: string enum: - member_removed - enterprise: *709 - installation: *710 - membership: *742 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + membership: *744 + organization: *713 + repository: *714 sender: *4 required: - action @@ -160251,11 +160302,11 @@ webhooks: properties: from: type: string - enterprise: *709 - installation: *710 - membership: *742 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + membership: *744 + organization: *713 + repository: *714 sender: *4 required: - action @@ -160332,9 +160383,9 @@ webhooks: type: string enum: - published - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 package: description: Information about the package. type: object @@ -160857,7 +160908,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: &743 + items: &745 title: Ruby Gems metadata type: object properties: @@ -160954,7 +161005,7 @@ webhooks: - owner - package_version - registry - repository: *712 + repository: *714 sender: *4 required: - action @@ -161030,9 +161081,9 @@ webhooks: type: string enum: - updated - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 package: description: Information about the package. type: object @@ -161394,7 +161445,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *743 + items: *745 source_url: type: string format: uri @@ -161465,7 +161516,7 @@ webhooks: - owner - package_version - registry - repository: *712 + repository: *714 sender: *4 required: - action @@ -161645,12 +161696,12 @@ webhooks: - duration - created_at - updated_at - enterprise: *709 + enterprise: *711 id: type: integer - installation: *710 - organization: *711 - repository: *712 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - id @@ -161727,7 +161778,7 @@ webhooks: type: string enum: - approved - personal_access_token_request: &744 + personal_access_token_request: &746 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -161877,10 +161928,10 @@ webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *709 - organization: *711 + enterprise: *711 + organization: *713 sender: *4 - installation: *710 + installation: *712 required: - action - personal_access_token_request @@ -161957,11 +162008,11 @@ webhooks: type: string enum: - cancelled - personal_access_token_request: *744 - enterprise: *709 - organization: *711 + personal_access_token_request: *746 + enterprise: *711 + organization: *713 sender: *4 - installation: *710 + installation: *712 required: - action - personal_access_token_request @@ -162037,11 +162088,11 @@ webhooks: type: string enum: - created - personal_access_token_request: *744 - enterprise: *709 - organization: *711 + personal_access_token_request: *746 + enterprise: *711 + organization: *713 sender: *4 - installation: *710 + installation: *712 required: - action - personal_access_token_request @@ -162116,11 +162167,11 @@ webhooks: type: string enum: - denied - personal_access_token_request: *744 - organization: *711 - enterprise: *709 + personal_access_token_request: *746 + organization: *713 + enterprise: *711 sender: *4 - installation: *710 + installation: *712 required: - action - personal_access_token_request @@ -162225,7 +162276,7 @@ webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *745 + last_response: *747 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -162257,8 +162308,8 @@ webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 zen: description: Random string of GitHub zen. @@ -162503,10 +162554,10 @@ webhooks: - from required: - note - enterprise: *709 - installation: *710 - organization: *711 - project_card: &746 + enterprise: *711 + installation: *712 + organization: *713 + project_card: &748 title: Project Card type: object properties: @@ -162629,7 +162680,7 @@ webhooks: - creator - created_at - updated_at - repository: *712 + repository: *714 sender: *4 required: - action @@ -162710,11 +162761,11 @@ webhooks: type: string enum: - created - enterprise: *709 - installation: *710 - organization: *711 - project_card: *746 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + project_card: *748 + repository: *714 sender: *4 required: - action @@ -162794,9 +162845,9 @@ webhooks: type: string enum: - deleted - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 project_card: title: Project Card type: object @@ -162926,7 +162977,7 @@ webhooks: repository: anyOf: - type: 'null' - - *712 + - *714 sender: *4 required: - action @@ -163020,11 +163071,11 @@ webhooks: - from required: - note - enterprise: *709 - installation: *710 - organization: *711 - project_card: *746 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + project_card: *748 + repository: *714 sender: *4 required: - action @@ -163118,9 +163169,9 @@ webhooks: - from required: - column_id - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 project_card: allOf: - title: Project Card @@ -163317,7 +163368,7 @@ webhooks: type: string required: - after_id - repository: *712 + repository: *714 sender: *4 required: - action @@ -163397,10 +163448,10 @@ webhooks: type: string enum: - closed - enterprise: *709 - installation: *710 - organization: *711 - project: &748 + enterprise: *711 + installation: *712 + organization: *713 + project: &750 title: Project type: object properties: @@ -163527,7 +163578,7 @@ webhooks: - creator - created_at - updated_at - repository: *712 + repository: *714 sender: *4 required: - action @@ -163607,10 +163658,10 @@ webhooks: type: string enum: - created - enterprise: *709 - installation: *710 - organization: *711 - project_column: &747 + enterprise: *711 + installation: *712 + organization: *713 + project_column: &749 title: Project Column type: object properties: @@ -163650,7 +163701,7 @@ webhooks: - name - created_at - updated_at - repository: *712 + repository: *714 sender: *4 required: - action @@ -163729,14 +163780,14 @@ webhooks: type: string enum: - deleted - enterprise: *709 - installation: *710 - organization: *711 - project_column: *747 + enterprise: *711 + installation: *712 + organization: *713 + project_column: *749 repository: anyOf: - type: 'null' - - *712 + - *714 sender: *4 required: - action @@ -163825,11 +163876,11 @@ webhooks: type: string required: - from - enterprise: *709 - installation: *710 - organization: *711 - project_column: *747 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + project_column: *749 + repository: *714 sender: *4 required: - action @@ -163909,11 +163960,11 @@ webhooks: type: string enum: - moved - enterprise: *709 - installation: *710 - organization: *711 - project_column: *747 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + project_column: *749 + repository: *714 sender: *4 required: - action @@ -163993,11 +164044,11 @@ webhooks: type: string enum: - created - enterprise: *709 - installation: *710 - organization: *711 - project: *748 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + project: *750 + repository: *714 sender: *4 required: - action @@ -164077,14 +164128,14 @@ webhooks: type: string enum: - deleted - enterprise: *709 - installation: *710 - organization: *711 - project: *748 + enterprise: *711 + installation: *712 + organization: *713 + project: *750 repository: anyOf: - type: 'null' - - *712 + - *714 sender: *4 required: - action @@ -164185,11 +164236,11 @@ webhooks: type: string required: - from - enterprise: *709 - installation: *710 - organization: *711 - project: *748 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + project: *750 + repository: *714 sender: *4 required: - action @@ -164268,11 +164319,11 @@ webhooks: type: string enum: - reopened - enterprise: *709 - installation: *710 - organization: *711 - project: *748 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + project: *750 + repository: *714 sender: *4 required: - action @@ -164353,8 +164404,8 @@ webhooks: type: string enum: - closed - installation: *710 - organization: *711 + installation: *712 + organization: *713 projects_v2: *263 sender: *4 required: @@ -164436,8 +164487,8 @@ webhooks: type: string enum: - created - installation: *710 - organization: *711 + installation: *712 + organization: *713 projects_v2: *263 sender: *4 required: @@ -164519,8 +164570,8 @@ webhooks: type: string enum: - deleted - installation: *710 - organization: *711 + installation: *712 + organization: *713 projects_v2: *263 sender: *4 required: @@ -164642,8 +164693,8 @@ webhooks: type: string to: type: string - installation: *710 - organization: *711 + installation: *712 + organization: *713 projects_v2: *263 sender: *4 required: @@ -164727,7 +164778,7 @@ webhooks: type: string enum: - archived - changes: &752 + changes: &754 type: object properties: archived_at: @@ -164743,9 +164794,9 @@ webhooks: - string - 'null' format: date-time - installation: *710 - organization: *711 - projects_v2_item: &749 + installation: *712 + organization: *713 + projects_v2_item: &751 title: Projects v2 Item description: An item belonging to a project type: object @@ -164885,9 +164936,9 @@ webhooks: - 'null' to: type: string - installation: *710 - organization: *711 - projects_v2_item: *749 + installation: *712 + organization: *713 + projects_v2_item: *751 sender: *4 required: - action @@ -164969,9 +165020,9 @@ webhooks: type: string enum: - created - installation: *710 - organization: *711 - projects_v2_item: *749 + installation: *712 + organization: *713 + projects_v2_item: *751 sender: *4 required: - action @@ -165052,9 +165103,9 @@ webhooks: type: string enum: - deleted - installation: *710 - organization: *711 - projects_v2_item: *749 + installation: *712 + organization: *713 + projects_v2_item: *751 sender: *4 required: - action @@ -165159,7 +165210,7 @@ webhooks: oneOf: - type: string - type: integer - - &750 + - &752 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -165183,7 +165234,7 @@ webhooks: required: - id - name - - &751 + - &753 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -165223,8 +165274,8 @@ webhooks: oneOf: - type: string - type: integer - - *750 - - *751 + - *752 + - *753 type: - 'null' - string @@ -165247,9 +165298,9 @@ webhooks: - 'null' required: - body - installation: *710 - organization: *711 - projects_v2_item: *749 + installation: *712 + organization: *713 + projects_v2_item: *751 sender: *4 required: - action @@ -165346,9 +165397,9 @@ webhooks: type: - string - 'null' - installation: *710 - organization: *711 - projects_v2_item: *749 + installation: *712 + organization: *713 + projects_v2_item: *751 sender: *4 required: - action @@ -165431,10 +165482,10 @@ webhooks: type: string enum: - restored - changes: *752 - installation: *710 - organization: *711 - projects_v2_item: *749 + changes: *754 + installation: *712 + organization: *713 + projects_v2_item: *751 sender: *4 required: - action @@ -165516,8 +165567,8 @@ webhooks: type: string enum: - reopened - installation: *710 - organization: *711 + installation: *712 + organization: *713 projects_v2: *263 sender: *4 required: @@ -165599,9 +165650,9 @@ webhooks: type: string enum: - created - installation: *710 - organization: *711 - projects_v2_status_update: *753 + installation: *712 + organization: *713 + projects_v2_status_update: *755 sender: *4 required: - action @@ -165682,9 +165733,9 @@ webhooks: type: string enum: - deleted - installation: *710 - organization: *711 - projects_v2_status_update: *753 + installation: *712 + organization: *713 + projects_v2_status_update: *755 sender: *4 required: - action @@ -165830,9 +165881,9 @@ webhooks: - string - 'null' format: date - installation: *710 - organization: *711 - projects_v2_status_update: *753 + installation: *712 + organization: *713 + projects_v2_status_update: *755 sender: *4 required: - action @@ -165903,10 +165954,10 @@ webhooks: title: public event type: object properties: - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - repository @@ -165983,13 +166034,13 @@ webhooks: type: string enum: - assigned - assignee: *729 - enterprise: *709 - installation: *710 - number: &754 + assignee: *731 + enterprise: *711 + installation: *712 + number: &756 description: The pull request number. type: integer - organization: *711 + organization: *713 pull_request: title: Pull Request type: object @@ -168360,7 +168411,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *712 + repository: *714 sender: *4 required: - action @@ -168457,11 +168508,11 @@ webhooks: type: string enum: - auto_merge_disabled - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 number: type: integer - organization: *711 + organization: *713 pull_request: title: Pull Request type: object @@ -170825,7 +170876,7 @@ webhooks: - draft reason: type: string - repository: *712 + repository: *714 sender: *4 required: - action @@ -170922,11 +170973,11 @@ webhooks: type: string enum: - auto_merge_enabled - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 number: type: integer - organization: *711 + organization: *713 pull_request: title: Pull Request type: object @@ -173290,7 +173341,7 @@ webhooks: - draft reason: type: string - repository: *712 + repository: *714 sender: *4 required: - action @@ -173387,13 +173438,13 @@ webhooks: type: string enum: - closed - enterprise: *709 - installation: *710 - number: *754 - organization: *711 - pull_request: &755 + enterprise: *711 + installation: *712 + number: *756 + organization: *713 + pull_request: &757 allOf: - - *565 + - *567 - type: object properties: allow_auto_merge: @@ -173455,7 +173506,7 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *712 + repository: *714 sender: *4 required: - action @@ -173536,12 +173587,12 @@ webhooks: type: string enum: - converted_to_draft - enterprise: *709 - installation: *710 - number: *754 - organization: *711 - pull_request: *755 - repository: *712 + enterprise: *711 + installation: *712 + number: *756 + organization: *713 + pull_request: *757 + repository: *714 sender: *4 required: - action @@ -173621,11 +173672,11 @@ webhooks: type: string enum: - demilestoned - enterprise: *709 + enterprise: *711 milestone: *266 - number: *754 - organization: *711 - pull_request: &756 + number: *756 + organization: *713 + pull_request: &758 title: Pull Request type: object properties: @@ -176016,7 +176067,7 @@ webhooks: - active_lock_reason - draft version: '2026-03-10' - repository: *712 + repository: *714 sender: *4 required: - action @@ -176095,11 +176146,11 @@ webhooks: type: string enum: - dequeued - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 number: type: integer - organization: *711 + organization: *713 pull_request: title: Pull Request type: object @@ -178467,7 +178518,7 @@ webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *712 + repository: *714 sender: *4 required: - action @@ -178599,12 +178650,12 @@ webhooks: type: string required: - from - enterprise: *709 - installation: *710 - number: *754 - organization: *711 - pull_request: *755 - repository: *712 + enterprise: *711 + installation: *712 + number: *756 + organization: *713 + pull_request: *757 + repository: *714 sender: *4 required: - action @@ -178684,11 +178735,11 @@ webhooks: type: string enum: - enqueued - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 number: type: integer - organization: *711 + organization: *713 pull_request: title: Pull Request type: object @@ -181041,7 +181092,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *712 + repository: *714 sender: *4 required: - action @@ -181129,11 +181180,11 @@ webhooks: type: string enum: - labeled - enterprise: *709 - installation: *710 - label: *728 - number: *754 - organization: *711 + enterprise: *711 + installation: *712 + label: *730 + number: *756 + organization: *713 pull_request: title: Pull Request type: object @@ -183503,7 +183554,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *712 + repository: *714 sender: *4 required: - action @@ -183599,10 +183650,10 @@ webhooks: type: string enum: - locked - enterprise: *709 - installation: *710 - number: *754 - organization: *711 + enterprise: *711 + installation: *712 + number: *756 + organization: *713 pull_request: title: Pull Request type: object @@ -185970,7 +186021,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *712 + repository: *714 sender: *4 required: - action @@ -186065,12 +186116,12 @@ webhooks: type: string enum: - milestoned - enterprise: *709 + enterprise: *711 milestone: *266 - number: *754 - organization: *711 - pull_request: *756 - repository: *712 + number: *756 + organization: *713 + pull_request: *758 + repository: *714 sender: *4 required: - action @@ -186149,12 +186200,12 @@ webhooks: type: string enum: - opened - enterprise: *709 - installation: *710 - number: *754 - organization: *711 - pull_request: *755 - repository: *712 + enterprise: *711 + installation: *712 + number: *756 + organization: *713 + pull_request: *757 + repository: *714 sender: *4 required: - action @@ -186235,12 +186286,12 @@ webhooks: type: string enum: - ready_for_review - enterprise: *709 - installation: *710 - number: *754 - organization: *711 - pull_request: *755 - repository: *712 + enterprise: *711 + installation: *712 + number: *756 + organization: *713 + pull_request: *757 + repository: *714 sender: *4 required: - action @@ -186320,12 +186371,12 @@ webhooks: type: string enum: - reopened - enterprise: *709 - installation: *710 - number: *754 - organization: *711 - pull_request: *755 - repository: *712 + enterprise: *711 + installation: *712 + number: *756 + organization: *713 + pull_request: *757 + repository: *714 sender: *4 required: - action @@ -186700,9 +186751,9 @@ webhooks: - start_side - side - reactions - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 pull_request: type: object properties: @@ -188954,7 +189005,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *712 + repository: *714 sender: *4 required: - action @@ -189049,7 +189100,7 @@ webhooks: type: string enum: - deleted - comment: &758 + comment: &760 title: Pull Request Review Comment description: The [comment](https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -189342,9 +189393,9 @@ webhooks: - start_side - side - reactions - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 pull_request: type: object properties: @@ -191584,7 +191635,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *712 + repository: *714 sender: *4 required: - action @@ -191679,11 +191730,11 @@ webhooks: type: string enum: - edited - changes: *757 - comment: *758 - enterprise: *709 - installation: *710 - organization: *711 + changes: *759 + comment: *760 + enterprise: *711 + installation: *712 + organization: *713 pull_request: type: object properties: @@ -193926,7 +193977,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *712 + repository: *714 sender: *4 required: - action @@ -194022,9 +194073,9 @@ webhooks: type: string enum: - dismissed - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 pull_request: title: Simple Pull Request type: object @@ -196279,7 +196330,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *712 + repository: *714 review: description: The review that was affected. type: object @@ -196545,9 +196596,9 @@ webhooks: type: string required: - from - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 pull_request: title: Simple Pull Request type: object @@ -198661,8 +198712,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *712 - review: &759 + repository: *714 + review: &761 description: The review that was affected. type: object properties: @@ -198908,12 +198959,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 number: description: The pull request number. type: integer - organization: *711 + organization: *713 pull_request: title: Pull Request type: object @@ -201282,7 +201333,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *712 + repository: *714 requested_reviewer: title: User type: @@ -201368,12 +201419,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 number: description: The pull request number. type: integer - organization: *711 + organization: *713 pull_request: title: Pull Request type: object @@ -203749,7 +203800,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *712 + repository: *714 requested_team: title: Team description: Groups of organization members that gives permissions @@ -203967,12 +204018,12 @@ webhooks: type: string enum: - review_requested - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 number: description: The pull request number. type: integer - organization: *711 + organization: *713 pull_request: title: Pull Request type: object @@ -206343,7 +206394,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *712 + repository: *714 requested_reviewer: title: User type: @@ -206430,12 +206481,12 @@ webhooks: type: string enum: - review_requested - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 number: description: The pull request number. type: integer - organization: *711 + organization: *713 pull_request: title: Pull Request type: object @@ -208797,7 +208848,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *712 + repository: *714 requested_team: title: Team description: Groups of organization members that gives permissions @@ -209004,9 +209055,9 @@ webhooks: type: string enum: - submitted - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 pull_request: title: Simple Pull Request type: object @@ -211264,8 +211315,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *712 - review: *759 + repository: *714 + review: *761 sender: *4 required: - action @@ -211360,9 +211411,9 @@ webhooks: type: string enum: - resolved - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 pull_request: title: Simple Pull Request type: object @@ -213515,7 +213566,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *712 + repository: *714 sender: *4 thread: type: object @@ -213920,9 +213971,9 @@ webhooks: type: string enum: - unresolved - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 pull_request: title: Simple Pull Request type: object @@ -216058,7 +216109,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *712 + repository: *714 sender: *4 thread: type: object @@ -216465,10 +216516,10 @@ webhooks: type: string before: type: string - enterprise: *709 - installation: *710 - number: *754 - organization: *711 + enterprise: *711 + installation: *712 + number: *756 + organization: *713 pull_request: title: Pull Request type: object @@ -218825,7 +218876,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *712 + repository: *714 sender: *4 required: - action @@ -218922,11 +218973,11 @@ webhooks: type: string enum: - unassigned - assignee: *760 - enterprise: *709 - installation: *710 - number: *754 - organization: *711 + assignee: *762 + enterprise: *711 + installation: *712 + number: *756 + organization: *713 pull_request: title: Pull Request type: object @@ -221298,7 +221349,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *712 + repository: *714 sender: *4 required: - action @@ -221392,11 +221443,11 @@ webhooks: type: string enum: - unlabeled - enterprise: *709 - installation: *710 - label: *728 - number: *754 - organization: *711 + enterprise: *711 + installation: *712 + label: *730 + number: *756 + organization: *713 pull_request: title: Pull Request type: object @@ -223757,7 +223808,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *712 + repository: *714 sender: *4 required: - action @@ -223853,10 +223904,10 @@ webhooks: type: string enum: - unlocked - enterprise: *709 - installation: *710 - number: *754 - organization: *711 + enterprise: *711 + installation: *712 + number: *756 + organization: *713 pull_request: title: Pull Request type: object @@ -226207,7 +226258,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *712 + repository: *714 sender: *4 required: - action @@ -226425,7 +226476,7 @@ webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *709 + enterprise: *711 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -226520,8 +226571,8 @@ webhooks: - url - author - committer - installation: *710 - organization: *711 + installation: *712 + organization: *713 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -227120,9 +227171,9 @@ webhooks: type: string enum: - published - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 registry_package: type: object properties: @@ -227599,7 +227650,7 @@ webhooks: type: string rubygems_metadata: type: array - items: *743 + items: *745 summary: type: string tag_name: @@ -227655,7 +227706,7 @@ webhooks: - owner - package_version - registry - repository: *712 + repository: *714 sender: *4 required: - action @@ -227733,9 +227784,9 @@ webhooks: type: string enum: - updated - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 registry_package: type: object properties: @@ -228047,7 +228098,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *743 + items: *745 summary: type: string tag_name: @@ -228097,7 +228148,7 @@ webhooks: - owner - package_version - registry - repository: *712 + repository: *714 sender: *4 required: - action @@ -228174,10 +228225,10 @@ webhooks: type: string enum: - created - enterprise: *709 - installation: *710 - organization: *711 - release: &761 + enterprise: *711 + installation: *712 + organization: *713 + release: &763 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -228508,7 +228559,7 @@ webhooks: - updated_at - zipball_url - body - repository: *712 + repository: *714 sender: *4 required: - action @@ -228585,11 +228636,11 @@ webhooks: type: string enum: - deleted - enterprise: *709 - installation: *710 - organization: *711 - release: *761 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + release: *763 + repository: *714 sender: *4 required: - action @@ -228706,11 +228757,11 @@ webhooks: type: boolean required: - to - enterprise: *709 - installation: *710 - organization: *711 - release: *761 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + release: *763 + repository: *714 sender: *4 required: - action @@ -228788,9 +228839,9 @@ webhooks: type: string enum: - prereleased - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 release: title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) @@ -229126,7 +229177,7 @@ webhooks: - string - 'null' format: uri - repository: *712 + repository: *714 sender: *4 required: - action @@ -229202,10 +229253,10 @@ webhooks: type: string enum: - published - enterprise: *709 - installation: *710 - organization: *711 - release: &762 + enterprise: *711 + installation: *712 + organization: *713 + release: &764 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -229538,7 +229589,7 @@ webhooks: - string - 'null' format: uri - repository: *712 + repository: *714 sender: *4 required: - action @@ -229614,11 +229665,11 @@ webhooks: type: string enum: - released - enterprise: *709 - installation: *710 - organization: *711 - release: *761 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + release: *763 + repository: *714 sender: *4 required: - action @@ -229694,11 +229745,11 @@ webhooks: type: string enum: - unpublished - enterprise: *709 - installation: *710 - organization: *711 - release: *762 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + release: *764 + repository: *714 sender: *4 required: - action @@ -229774,11 +229825,11 @@ webhooks: type: string enum: - published - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 - repository_advisory: *632 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 + repository_advisory: *634 sender: *4 required: - action @@ -229854,11 +229905,11 @@ webhooks: type: string enum: - reported - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 - repository_advisory: *632 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 + repository_advisory: *634 sender: *4 required: - action @@ -229934,10 +229985,10 @@ webhooks: type: string enum: - archived - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -230014,10 +230065,10 @@ webhooks: type: string enum: - created - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -230095,10 +230146,10 @@ webhooks: type: string enum: - deleted - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -230183,10 +230234,10 @@ webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -230301,10 +230352,10 @@ webhooks: - 'null' items: type: string - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -230376,10 +230427,10 @@ webhooks: title: repository_import event type: object properties: - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 status: type: string @@ -230460,10 +230511,10 @@ webhooks: type: string enum: - privatized - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -230540,10 +230591,10 @@ webhooks: type: string enum: - publicized - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -230637,10 +230688,10 @@ webhooks: - name required: - repository - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -230720,10 +230771,10 @@ webhooks: type: string enum: - created - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 repository_ruleset: *308 sender: *4 required: @@ -230802,10 +230853,10 @@ webhooks: type: string enum: - deleted - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 repository_ruleset: *308 sender: *4 required: @@ -230884,10 +230935,10 @@ webhooks: type: string enum: - edited - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 repository_ruleset: *308 changes: type: object @@ -230949,16 +231000,16 @@ webhooks: properties: added: type: array - items: *585 + items: *587 deleted: type: array - items: *585 + items: *587 updated: type: array items: type: object properties: - rule: *585 + rule: *587 changes: type: object properties: @@ -231195,10 +231246,10 @@ webhooks: - from required: - owner - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -231276,10 +231327,10 @@ webhooks: type: string enum: - unarchived - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -231357,7 +231408,7 @@ webhooks: type: string enum: - create - alert: &763 + alert: &765 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -231482,10 +231533,10 @@ webhooks: enum: - auto_dismissed - open - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -231695,10 +231746,10 @@ webhooks: type: string enum: - dismissed - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -231776,11 +231827,11 @@ webhooks: type: string enum: - reopen - alert: *763 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + alert: *765 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -231982,10 +232033,10 @@ webhooks: enum: - fixed - open - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -232063,7 +232114,7 @@ webhooks: type: string enum: - assigned - alert: &764 + alert: &766 type: object properties: number: *170 @@ -232203,10 +232254,10 @@ webhooks: - type: 'null' - *4 assignee: *4 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -232284,11 +232335,11 @@ webhooks: type: string enum: - created - alert: *764 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + alert: *766 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -232369,11 +232420,11 @@ webhooks: type: string enum: - created - alert: *764 - installation: *710 - location: *765 - organization: *711 - repository: *712 + alert: *766 + installation: *712 + location: *767 + organization: *713 + repository: *714 sender: *4 required: - location @@ -232611,11 +232662,11 @@ webhooks: type: string enum: - publicly_leaked - alert: *764 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + alert: *766 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -232693,11 +232744,11 @@ webhooks: type: string enum: - reopened - alert: *764 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + alert: *766 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -232775,11 +232826,11 @@ webhooks: type: string enum: - resolved - alert: *764 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + alert: *766 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -232857,12 +232908,12 @@ webhooks: type: string enum: - unassigned - alert: *764 + alert: *766 assignee: *4 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -232940,11 +232991,11 @@ webhooks: type: string enum: - validated - alert: *764 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + alert: *766 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -233074,10 +233125,10 @@ webhooks: - organization - enterprise - - repository: *712 - enterprise: *709 - installation: *710 - organization: *711 + repository: *714 + enterprise: *711 + installation: *712 + organization: *713 sender: *4 required: - action @@ -233155,11 +233206,11 @@ webhooks: type: string enum: - published - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 - security_advisory: &766 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 + security_advisory: &768 description: The details of the security advisory, including summary, description, and severity. type: object @@ -233363,11 +233414,11 @@ webhooks: type: string enum: - updated - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 - security_advisory: *766 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 + security_advisory: *768 sender: *4 required: - action @@ -233440,10 +233491,10 @@ webhooks: type: string enum: - withdrawn - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -233638,9 +233689,9 @@ webhooks: type: object properties: security_and_analysis: *281 - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 repository: *328 sender: *4 required: @@ -233719,12 +233770,12 @@ webhooks: type: string enum: - cancelled - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 - sponsorship: &767 + sponsorship: &769 type: object properties: created_at: @@ -234029,12 +234080,12 @@ webhooks: type: string enum: - created - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 - sponsorship: *767 + sponsorship: *769 required: - action - sponsorship @@ -234122,12 +234173,12 @@ webhooks: type: string required: - from - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 - sponsorship: *767 + sponsorship: *769 required: - action - changes @@ -234204,17 +234255,17 @@ webhooks: type: string enum: - pending_cancellation - effective_date: &768 + effective_date: &770 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: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 - sponsorship: *767 + sponsorship: *769 required: - action - sponsorship @@ -234288,7 +234339,7 @@ webhooks: type: string enum: - pending_tier_change - changes: &769 + changes: &771 type: object properties: tier: @@ -234332,13 +234383,13 @@ webhooks: - from required: - tier - effective_date: *768 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + effective_date: *770 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 - sponsorship: *767 + sponsorship: *769 required: - action - changes @@ -234415,13 +234466,13 @@ webhooks: type: string enum: - tier_changed - changes: *769 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + changes: *771 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 - sponsorship: *767 + sponsorship: *769 required: - action - changes @@ -234495,10 +234546,10 @@ webhooks: type: string enum: - created - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -234582,10 +234633,10 @@ webhooks: type: string enum: - deleted - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -235019,15 +235070,15 @@ webhooks: type: - string - 'null' - enterprise: *709 + enterprise: *711 id: description: The unique identifier of the status. type: integer - installation: *710 + installation: *712 name: type: string - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 sha: description: The Commit SHA. @@ -235143,9 +235194,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *81 - installation: *710 - organization: *711 - repository: *712 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -235235,9 +235286,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *81 - installation: *710 - organization: *711 - repository: *712 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -235327,9 +235378,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *81 - installation: *710 - organization: *711 - repository: *712 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -235419,9 +235470,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *81 - installation: *710 - organization: *711 - repository: *712 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -235498,12 +235549,12 @@ webhooks: title: team_add event type: object properties: - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 - team: &770 + team: &772 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -235733,9 +235784,9 @@ webhooks: type: string enum: - added_to_repository - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 repository: title: Repository description: A git repository @@ -236205,7 +236256,7 @@ webhooks: - topics - visibility sender: *4 - team: *770 + team: *772 required: - action - team @@ -236281,9 +236332,9 @@ webhooks: type: string enum: - created - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 repository: title: Repository description: A git repository @@ -236753,7 +236804,7 @@ webhooks: - topics - visibility sender: *4 - team: *770 + team: *772 required: - action - team @@ -236830,9 +236881,9 @@ webhooks: type: string enum: - deleted - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 repository: title: Repository description: A git repository @@ -237302,7 +237353,7 @@ webhooks: - topics - visibility sender: *4 - team: *770 + team: *772 required: - action - team @@ -237446,9 +237497,9 @@ webhooks: - from required: - permissions - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 repository: title: Repository description: A git repository @@ -237918,7 +237969,7 @@ webhooks: - topics - visibility sender: *4 - team: *770 + team: *772 required: - action - changes @@ -237996,9 +238047,9 @@ webhooks: type: string enum: - removed_from_repository - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 repository: title: Repository description: A git repository @@ -238468,7 +238519,7 @@ webhooks: - topics - visibility sender: *4 - team: *770 + team: *772 required: - action - team @@ -238544,10 +238595,10 @@ webhooks: type: string enum: - started - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -238620,17 +238671,17 @@ webhooks: title: workflow_dispatch event type: object properties: - enterprise: *709 + enterprise: *711 inputs: type: - object - 'null' additionalProperties: true - installation: *710 - organization: *711 + installation: *712 + organization: *713 ref: type: string - repository: *712 + repository: *714 sender: *4 workflow: type: string @@ -238712,10 +238763,10 @@ webhooks: type: string enum: - completed - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 workflow_job: allOf: @@ -238971,7 +239022,7 @@ webhooks: type: string required: - conclusion - deployment: *481 + deployment: *483 required: - action - repository @@ -239050,10 +239101,10 @@ webhooks: type: string enum: - in_progress - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + {"code":"deadline_exceeded","msg":"operation timed out"}